@rte-ds/react 1.3.1 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -33
- package/dist/{components → react/src/components}/assistivetext/AssistiveText.d.ts +1 -1
- package/dist/{components → react/src/components}/badge/Badge.d.ts +1 -1
- package/dist/{components → react/src/components}/banner/Banner.d.ts +1 -1
- package/dist/{components → react/src/components}/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/{components → react/src/components}/breadcrumbs/breadcrumbItem/BreadcrumbItem.d.ts +1 -1
- package/dist/{components → react/src/components}/button/Button.d.ts +1 -1
- package/dist/{components → react/src/components}/card/Card.d.ts +1 -1
- package/dist/{components → react/src/components}/checkbox/Checkbox.d.ts +1 -1
- package/dist/{components → react/src/components}/checkboxGroup/CheckboxGroup.d.ts +1 -1
- package/dist/{components → react/src/components}/chip/Chip.d.ts +1 -1
- package/dist/{components → react/src/components}/divider/Divider.d.ts +1 -1
- package/dist/{components → react/src/components}/dropdown/Dropdown.d.ts +1 -1
- package/dist/{components → react/src/components}/dropdown/dropdownItem/DropdownItem.d.ts +1 -1
- package/dist/{components → react/src/components}/grid/Grid.d.ts +1 -1
- package/dist/{components → react/src/components}/icon/Icon.d.ts +1 -1
- package/dist/{components → react/src/components}/iconButton/IconButton.d.ts +1 -1
- package/dist/{components → react/src/components}/iconButtonToggle/IconButtonToggle.d.ts +1 -1
- package/dist/{components → react/src/components}/link/Link.d.ts +1 -1
- package/dist/{components → react/src/components}/loader/Loader.d.ts +1 -1
- package/dist/{components → react/src/components}/modal/Modal.d.ts +1 -1
- package/dist/{components → react/src/components}/popover/Popover.d.ts +1 -1
- package/dist/{components → react/src/components}/radioButton/RadioButton.d.ts +1 -1
- package/dist/{components → react/src/components}/radioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/dist/{components → react/src/components}/requiredindicator/RequiredIndicator.d.ts +1 -1
- package/dist/{components → react/src/components}/searchbar/Searchbar.d.ts +1 -1
- package/dist/{components → react/src/components}/segmentedControl/Segment.d.ts +1 -1
- package/dist/{components → react/src/components}/segmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/{components → react/src/components}/select/Select.d.ts +1 -1
- package/dist/{components → react/src/components}/sideNav/SideNav.d.ts +1 -1
- package/dist/{components → react/src/components}/sideNav/baseSideNav/BaseSideNav.d.ts +1 -1
- package/dist/{components → react/src/components}/sideNav/navItem/NavItem.d.ts +1 -1
- package/dist/{components → react/src/components}/sideNav/navMenu/NavMenu.d.ts +1 -1
- package/dist/{components → react/src/components}/sideNav/stories/helpers/decorators.d.ts +1 -1
- package/dist/{components → react/src/components}/splitButton/SplitButton.d.ts +1 -1
- package/dist/{components → react/src/components}/switch/Switch.d.ts +1 -1
- package/dist/{components → react/src/components}/tab/Tab.d.ts +1 -1
- package/dist/{components → react/src/components}/tab/tabitem/TabItem.d.ts +1 -1
- package/dist/{components → react/src/components}/tag/Tag.d.ts +1 -1
- package/dist/{components → react/src/components}/textInput/TextInput.d.ts +1 -1
- package/dist/{components → react/src/components}/textInput/baseTextuInput/BaseTextInput.d.ts +1 -1
- package/dist/{components → react/src/components}/textarea/Textarea.d.ts +1 -1
- package/dist/{components → react/src/components}/toast/Toast.d.ts +1 -1
- package/dist/{components → react/src/components}/toast/hooks/useHandleTimer.d.ts +1 -1
- package/dist/{components → react/src/components}/tooltip/Tooltip.d.ts +1 -1
- package/dist/react/src/index.d.ts +33 -0
- package/dist/react-package.cjs +1 -1
- package/dist/react-package.js +76 -79
- package/dist/style.css +1 -1
- package/package.json +1 -1
- /package/dist/{components → react/src/components}/dropdown/DropdownUtils.d.ts +0 -0
- /package/dist/{components → react/src/components}/dropdown/context/DropdownContext.d.ts +0 -0
- /package/dist/{components → react/src/components}/dropdown/context/DropdownContextProvider.d.ts +0 -0
- /package/dist/{components → react/src/components}/dropdown/hooks/useDropdownState.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/IconMap.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Add.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AddCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AddCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AdminPanelSettingsFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AdminPanelSettingsOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AltRoute.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AnalyticsFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AnalyticsOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Apps.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArchiveFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArchiveOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltDownLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltDownRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltUpLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAltUpRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAngleDownLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAngleDownRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAngleUpLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowAngleUpRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowChevronDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowChevronLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowChevronRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowChevronUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronDownFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronDownOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronLeftFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronLeftOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronRightFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronRightOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronUpFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleChevronUpOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleDownFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleDownOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleLeftFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleLeftOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleRightFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleRightOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleUpFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowCircleUpOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDoubleDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDoubleLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDoubleRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDoubleUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDownLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDownRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDropDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowDropUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowUpLeft.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArrowUpRight.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArticleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ArticleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AssignmentCompleteFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AssignmentCompleteOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AssignmentFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AssignmentOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Asterisk.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/AttachFile.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryAlertFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryAlertOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryAltEmpty.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryAltFull.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryCharging.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryChargingFullFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryChargingFullOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryEmpty.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BatteryFull.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Bluetooth.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BluetoothOff.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltAltCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltAltCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltAltFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltAltOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BoltOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BookmarkFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BookmarkOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BookmarksFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BookmarksOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BuildFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/BuildOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarAvailableFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarAvailableOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarBusyFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarBusyOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarMonthFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarMonthOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarTodayFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CalendarTodayOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CallFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CallOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CancelFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CancelOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CategoryFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CategoryOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartAddFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartAddOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartAreaFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartAreaOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartBar.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartBarStacked.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartPieFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartPieOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartTableFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChartTableOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatAltFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatAltOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatAltUnreadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatAltUnreadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatUnreadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ChatUnreadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Check.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckIndeterminate.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckSmall.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckboxEmpty.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckboxFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckboxIndeterminateFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckboxIndeterminateOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CheckboxOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ClockFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ClockOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Close.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudDownloadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudDownloadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudUploadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CloudUploadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CommentAddFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CommentAddOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CommentFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CommentOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Compare.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CopyAll.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CopyFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CopyOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/CrisisAlert.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Cut.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DangerousFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DangerousOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DashboardFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DashboardOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DatabaseFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DatabaseOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DeleteFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DeleteOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DesktopFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DesktopOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DevicesFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DevicesOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Download.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DownloadDone.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DraftFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DraftOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DragHandle.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/DragIndicator.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/EcoFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/EcoOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/EditFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/EditOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ElectricMeterFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ElectricMeterOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ErrorFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ErrorOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Exclamation.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ExploreFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ExploreOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ExploreOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ExploreOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ExploreTravel.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ExternalLink.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FastForwardFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FastForwardOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FastRewindFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FastRewindOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FeedbackFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FeedbackOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FileCopyFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FileCopyOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FileDownloadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FileDownloadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FileUploadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FileUploadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Filter.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FilterAltFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FilterAltOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FilterAltOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FilterAltOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FilterOff.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FireFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FireOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FirstPage.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FitScreenFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FitScreenOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FlagFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FlagOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FlashFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FlashOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FlashOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FlashOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderAddFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderAddOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderMoveFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderMoveOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderOpenFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderOpenOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderSharedFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FolderSharedOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ForumFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ForumOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Forward.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Fullscreen.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/FullscreenExit.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/GroupAddFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/GroupAddOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/GroupFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/GroupOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/GroupsFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/GroupsOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HeadphonesFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HeadphonesOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HeartFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HeartOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HelpFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HelpOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/History.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HomeFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HomeOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HourglassEmpty.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HourglassFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/HourglassOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ImageBrokenFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ImageBrokenOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ImageFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ImageGalleryFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ImageGalleryOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ImageOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/InboxFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/InboxOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/InfoFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/InfoI.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/InfoOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/KeepFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/KeepOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/KeepOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/KeepOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LabelFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LabelOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Language.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LaptopFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LaptopOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LastPage.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LeftPanelCloseFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LeftPanelCloseOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LeftPanelOpenFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LeftPanelOpenOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightbulbAltFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightbulbAltOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightbulbCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightbulbCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightbulbFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LightbulbOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Link.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LinkOff.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/List.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ListAltFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ListAltOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationDisabled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationMeFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationMeOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationOnFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LocationOnOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LockFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LockOpenFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LockOpenOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LockOpenRightFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LockOpenRightOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/LockOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Login.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Logout.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MailFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MailOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MailUnreadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MailUnreadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MapFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MapOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Menu.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MenuOpen.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MicFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MicOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MicOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MicOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ModeDarkFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ModeDarkOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ModeLightFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ModeLightOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Monitoring.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MoreDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MoreHoriz.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MoreUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/MoreVert.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationImportantFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationImportantOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationUnreadFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/NotificationUnreadOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Ohm.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/OpenInFull.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PaletteFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PaletteOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Paste.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PauseCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PauseCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PauseFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PauseOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PhotoCameraFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PhotoCameraOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PlayCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PlayCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PlayFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PlayOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PlayPause.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerInput.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerPlug.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerPlugConnectFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerPlugConnectOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSettings.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSettingsCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSettingsCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSolarFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSolarOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSwitchFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerSwitchOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerWindFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PowerWindOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PrintFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PrintOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/PriorityHigh.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Public.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Publish.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/QuestionMark.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Radar.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/RadioButtonEmpty.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Redo.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Reload.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Remove.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Reply.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ReplyAll.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/RightPanelCloseFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/RightPanelCloseOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/RightPanelOpenFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/RightPanelOpenOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Route.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SaveFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SaveOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Search.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SendFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SendOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SettingsFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SettingsOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ShareFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ShareOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SideNavigation.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SkipNextFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SkipNextOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SkipPreviousFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SkipPreviousOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SmartphoneFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SmartphoneOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Sort.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StarFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StarOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StickyNoteFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StickyNoteOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StopCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StopCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StopFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/StopOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SubtitlesFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SubtitlesOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/SupportAgent.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TextSnippetFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TextSnippetOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Timeline.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TrashRestoreFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TrashRestoreOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TrendingDown.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TrendingFlat.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/TrendingUp.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Tune.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UnarchiveFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UnarchiveOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Undo.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Upload.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserAddFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserAddOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserCircleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserCircleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserSettingsFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/UserSettingsOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VerifiedFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VerifiedOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VideoCameraFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VideoCameraOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VideoCameraOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VideoCameraOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VideoGalleryFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VideoGalleryOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewAgendaFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewAgendaOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewColumnFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewColumnOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewGridFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewGridOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewKanbanFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewKanbanOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewModuleFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewModuleOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewTimelineFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ViewTimelineOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VisibilityHideFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VisibilityHideOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VisibilityShowFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VisibilityShowOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeDownFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeDownOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeMuteFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeMuteOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeOffFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeOffOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeUpFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/VolumeUpOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/WarningFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/WarningOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Water.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/WaterAlt.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/WaterdropFilled.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/WaterdropOutlined.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Wifi.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/WifiOff.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/Windmill.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ZoomIn.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/ZoomOut.d.ts +0 -0
- /package/dist/{components → react/src/components}/icon/generated/index.d.ts +0 -0
- /package/dist/{components → react/src/components}/overlay/Overlay.d.ts +0 -0
- /package/dist/{components → react/src/components}/segmentedControl/SegmentedControlUtils.d.ts +0 -0
- /package/dist/{components → react/src/components}/segmentedControl/hooks/useFocusFirstSegment.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/baseSideNav/hooks/useContentHeight.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/shared/NavContentWrapper.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/shared/NavLabel.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/shared/NavTooltipWrapper.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/shared/index.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/shared/navUtils.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/shared/useNavKeyboard.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/stories/helpers/elementFinders.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/stories/helpers/expectations.d.ts +0 -0
- /package/dist/{components → react/src/components}/sideNav/stories/helpers/testHelpers.d.ts +0 -0
- /package/dist/{components → react/src/components}/toast/hooks/useHandleQueueChanges.d.ts +0 -0
- /package/dist/{components → react/src/components}/toast/toastQueue/ToastQueueContext.d.ts +0 -0
- /package/dist/{components → react/src/components}/toast/toastQueue/ToastQueueProvider.d.ts +0 -0
- /package/dist/{components → react/src/components}/toast/toastQueue/useToastQueueContext.d.ts +0 -0
- /package/dist/{components → react/src/components}/utils/index.d.ts +0 -0
package/dist/react-package.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),n6=require("react-dom"),w1={xs:12,s:16,m:20,l:24,xl:32},r6={info:"info",error:"dangerous",success:"check-circle",warning:"warning"},o6=100,s6="99+",l6={xs:null,s:null,m:w1.xs,l:w1.s};function i6(C){return l6[C]??void 0}function B3({size:C,content:t,iconSize:n}){return!["xs","s"].includes(C)&&t==="icon"&&!!n}function S3({size:C,content:t,count:n}){return!["xs","s"].includes(C)&&t==="number"&&typeof n=="number"&&n>0}function c6({size:C,content:t,count:n,iconSize:r}){switch(t){case"icon":return B3({size:C,content:t,iconSize:r});case"number":return S3({size:C,content:t,count:n});default:return!0}}function Q1(C){return typeof C!="number"?"":C<o6?C.toString():s6}function T1(C){const{showBadge:t,badgeContent:n,badgeCount:r,badgeIcon:s}=C;return t&&(n==="empty"||typeof r=="number"&&r>0&&n==="number"||n==="icon"&&s!==void 0)}function a6(C,...t){return t.some(n=>C in n)}const d6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16669 10.8334H5.00002C4.76391 10.8334 4.56599 10.7535 4.40627 10.5938C4.24655 10.434 4.16669 10.2361 4.16669 10C4.16669 9.76391 4.24655 9.56599 4.40627 9.40627C4.56599 9.24655 4.76391 9.16669 5.00002 9.16669H9.16669V5.00002C9.16669 4.76391 9.24655 4.56599 9.40627 4.40627C9.56599 4.24655 9.76391 4.16669 10 4.16669C10.2361 4.16669 10.434 4.24655 10.5938 4.40627C10.7535 4.56599 10.8334 4.76391 10.8334 5.00002V9.16669H15C15.2361 9.16669 15.434 9.24655 15.5938 9.40627C15.7535 9.56599 15.8334 9.76391 15.8334 10C15.8334 10.2361 15.7535 10.434 15.5938 10.5938C15.434 10.7535 15.2361 10.8334 15 10.8334H10.8334V15C10.8334 15.2361 10.7535 15.434 10.5938 15.5938C10.434 15.7535 10.2361 15.8334 10 15.8334C9.76391 15.8334 9.56599 15.7535 9.40627 15.5938C9.24655 15.434 9.16669 15.2361 9.16669 15V10.8334Z",fill:n})}),w6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16666 10.8334V13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334V10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76391 14.0868 9.56599 13.9271 9.40627C13.7674 9.24655 13.5694 9.16669 13.3333 9.16669H10.8333V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V9.16669H6.66666C6.43055 9.16669 6.23263 9.24655 6.07291 9.40627C5.91318 9.56599 5.83332 9.76391 5.83332 10C5.83332 10.2361 5.91318 10.434 6.07291 10.5938C6.23263 10.7535 6.43055 10.8334 6.66666 10.8334H9.16666ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334Z",fill:n})}),u6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16666 10.8334V13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334V10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76391 14.0868 9.56599 13.9271 9.40627C13.7674 9.24655 13.5694 9.16669 13.3333 9.16669H10.8333V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V9.16669H6.66666C6.43055 9.16669 6.23263 9.24655 6.07291 9.40627C5.91318 9.56599 5.83332 9.76391 5.83332 10C5.83332 10.2361 5.91318 10.434 6.07291 10.5938C6.23263 10.7535 6.43055 10.8334 6.66666 10.8334H9.16666ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334ZM9.99999 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0208 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0208 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 9.99999 3.33335C8.13888 3.33335 6.56249 3.97919 5.27082 5.27085C3.97916 6.56252 3.33332 8.13891 3.33332 10C3.33332 11.8611 3.97916 13.4375 5.27082 14.7292C6.56249 16.0209 8.13888 16.6667 9.99999 16.6667Z",fill:n})}),g6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1666 18.3334C13.0138 18.3334 12.0312 17.9271 11.2187 17.1146C10.4062 16.3021 9.99992 15.3195 9.99992 14.1667C9.99992 13.0139 10.4062 12.0313 11.2187 11.2188C12.0312 10.4063 13.0138 10 14.1666 10C15.3194 10 16.302 10.4063 17.1145 11.2188C17.927 12.0313 18.3333 13.0139 18.3333 14.1667C18.3333 15.3195 17.927 16.3021 17.1145 17.1146C16.302 17.9271 15.3194 18.3334 14.1666 18.3334ZM3.33325 9.25002V5.31252C3.33325 4.9653 3.43395 4.6528 3.63534 4.37502C3.83672 4.09724 4.09714 3.89585 4.41659 3.77085L9.41659 1.89585C9.61103 1.82641 9.80547 1.79169 9.99992 1.79169C10.1944 1.79169 10.3888 1.82641 10.5833 1.89585L15.5833 3.77085C15.9027 3.89585 16.1631 4.09724 16.3645 4.37502C16.5659 4.6528 16.6666 4.9653 16.6666 5.31252V7.85419C16.6666 8.0903 16.5624 8.28127 16.3541 8.4271C16.1458 8.57294 15.9235 8.61113 15.6874 8.54169C15.4374 8.47224 15.1874 8.42016 14.9374 8.38544C14.6874 8.35072 14.4305 8.33335 14.1666 8.33335C12.5555 8.33335 11.1805 8.9028 10.0416 10.0417C8.9027 11.1806 8.33325 12.5556 8.33325 14.1667C8.33325 14.6111 8.38534 15.0452 8.4895 15.4688C8.59367 15.8924 8.74297 16.3195 8.93742 16.75C9.06242 17.0139 9.02422 17.25 8.82284 17.4584C8.62145 17.6667 8.38881 17.7084 8.12492 17.5834C7.54159 17.2778 7.00686 16.9028 6.52075 16.4584C6.03464 16.0139 5.60409 15.5278 5.22909 15C4.63186 14.1806 4.16659 13.2813 3.83325 12.3021C3.49992 11.3229 3.33325 10.3056 3.33325 9.25002ZM14.1666 14.1667C14.5138 14.1667 14.8089 14.0452 15.052 13.8021C15.2951 13.559 15.4166 13.2639 15.4166 12.9167C15.4166 12.5695 15.2951 12.2743 15.052 12.0313C14.8089 11.7882 14.5138 11.6667 14.1666 11.6667C13.8194 11.6667 13.5242 11.7882 13.2812 12.0313C13.0381 12.2743 12.9166 12.5695 12.9166 12.9167C12.9166 13.2639 13.0381 13.559 13.2812 13.8021C13.5242 14.0452 13.8194 14.1667 14.1666 14.1667ZM14.1666 16.6667C14.5138 16.6667 14.8402 16.6007 15.1458 16.4688C15.4513 16.3368 15.7221 16.1459 15.9583 15.8959C16.0277 15.8125 16.0555 15.7188 16.0416 15.6146C16.0277 15.5104 15.9652 15.4306 15.8541 15.375C15.5902 15.25 15.3159 15.1563 15.0312 15.0938C14.7464 15.0313 14.4583 15 14.1666 15C13.8749 15 13.5867 15.0313 13.302 15.0938C13.0173 15.1563 12.743 15.25 12.4791 15.375C12.368 15.4306 12.3055 15.5104 12.2916 15.6146C12.2777 15.7188 12.3055 15.8125 12.3749 15.8959C12.611 16.1459 12.8819 16.3368 13.1874 16.4688C13.493 16.6007 13.8194 16.6667 14.1666 16.6667Z",fill:n})}),v6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99992 1.79169C10.111 1.79169 10.2117 1.79863 10.302 1.81252C10.3923 1.82641 10.486 1.85419 10.5833 1.89585L15.5833 3.77085C15.9027 3.89585 16.1631 4.09724 16.3645 4.37502C16.5659 4.6528 16.6666 4.9653 16.6666 5.31252V7.91669C16.6666 8.1528 16.5867 8.35072 16.427 8.51044C16.2673 8.67016 16.0694 8.75002 15.8333 8.75002C15.5971 8.75002 15.3992 8.67016 15.2395 8.51044C15.0798 8.35072 14.9999 8.1528 14.9999 7.91669V5.33335L9.99992 3.45835L4.99992 5.33335V9.25002C4.99992 9.94447 5.10061 10.6389 5.302 11.3334C5.50339 12.0278 5.78117 12.6875 6.13534 13.3125C6.4895 13.9375 6.92006 14.5 7.427 15C7.93395 15.5 8.48603 15.9097 9.08325 16.2292C9.29159 16.3403 9.44089 16.5 9.53117 16.7084C9.62145 16.9167 9.62492 17.125 9.54159 17.3334C9.44436 17.5556 9.28811 17.7084 9.07284 17.7917C8.85756 17.875 8.64575 17.8611 8.43742 17.75C6.86797 16.9722 5.62492 15.7986 4.70825 14.2292C3.79159 12.6597 3.33325 11 3.33325 9.25002V5.31252C3.33325 4.9653 3.43395 4.6528 3.63534 4.37502C3.83672 4.09724 4.09714 3.89585 4.41659 3.77085L9.41659 1.89585C9.51381 1.85419 9.61103 1.82641 9.70825 1.81252C9.80547 1.79863 9.9027 1.79169 9.99992 1.79169ZM14.1666 18.3334C13.0138 18.3334 12.0312 17.9271 11.2187 17.1146C10.4062 16.3021 9.99992 15.3195 9.99992 14.1667C9.99992 13.0139 10.4062 12.0313 11.2187 11.2188C12.0312 10.4063 13.0138 10 14.1666 10C15.3194 10 16.302 10.4063 17.1145 11.2188C17.927 12.0313 18.3333 13.0139 18.3333 14.1667C18.3333 15.3195 17.927 16.3021 17.1145 17.1146C16.302 17.9271 15.3194 18.3334 14.1666 18.3334ZM14.1666 14.1667C14.5138 14.1667 14.8089 14.0452 15.052 13.8021C15.2951 13.559 15.4166 13.2639 15.4166 12.9167C15.4166 12.5695 15.2951 12.2743 15.052 12.0313C14.8089 11.7882 14.5138 11.6667 14.1666 11.6667C13.8194 11.6667 13.5242 11.7882 13.2812 12.0313C13.0381 12.2743 12.9166 12.5695 12.9166 12.9167C12.9166 13.2639 13.0381 13.559 13.2812 13.8021C13.5242 14.0452 13.8194 14.1667 14.1666 14.1667ZM14.1666 16.6667C14.5138 16.6667 14.8402 16.6007 15.1458 16.4688C15.4513 16.3368 15.7221 16.1459 15.9583 15.8959C16.0277 15.8125 16.0555 15.7188 16.0416 15.6146C16.0277 15.5104 15.9652 15.4306 15.8541 15.375C15.5902 15.25 15.3159 15.1563 15.0312 15.0938C14.7464 15.0313 14.4583 15 14.1666 15C13.8749 15 13.5867 15.0313 13.302 15.0938C13.0173 15.1563 12.743 15.25 12.4791 15.375C12.368 15.4306 12.3055 15.5104 12.2916 15.6146C12.2777 15.7188 12.3055 15.8125 12.3749 15.8959C12.611 16.1459 12.8819 16.3368 13.1874 16.4688C13.493 16.6007 13.8194 16.6667 14.1666 16.6667Z",fill:n})}),x6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.1665 17.5V14.1666C9.1665 13.3889 9.04845 12.8125 8.81234 12.4375C8.57623 12.0625 8.26373 11.6944 7.87484 11.3333L9.06234 10.1458C9.229 10.2986 9.38873 10.4618 9.5415 10.6354C9.69428 10.809 9.84706 10.993 9.99984 11.1875C10.1943 10.9236 10.3922 10.691 10.5936 10.4896C10.795 10.2882 10.9998 10.0903 11.2082 9.89581C11.7359 9.4097 12.2151 8.8472 12.6457 8.20831C13.0762 7.56942 13.3054 6.45137 13.3332 4.85415L12.604 5.58331C12.4512 5.73609 12.2603 5.81248 12.0311 5.81248C11.8019 5.81248 11.604 5.73609 11.4373 5.58331C11.2707 5.41665 11.1873 5.21873 11.1873 4.98956C11.1873 4.7604 11.2707 4.56248 11.4373 4.39581L13.5832 2.24998C13.6665 2.16665 13.7568 2.10762 13.854 2.0729C13.9512 2.03817 14.0554 2.02081 14.1665 2.02081C14.2776 2.02081 14.3818 2.03817 14.479 2.0729C14.5762 2.10762 14.6665 2.16665 14.7498 2.24998L16.9165 4.41665C17.0693 4.56942 17.1491 4.7604 17.1561 4.98956C17.163 5.21873 17.0832 5.41665 16.9165 5.58331C16.7637 5.73609 16.5693 5.81248 16.3332 5.81248C16.0971 5.81248 15.9026 5.73609 15.7498 5.58331L14.9998 4.85415C14.9721 6.84026 14.6665 8.25345 14.0832 9.09373C13.4998 9.93401 12.9165 10.618 12.3332 11.1458C11.8887 11.5486 11.5276 11.941 11.2498 12.3229C10.9721 12.7048 10.8332 13.3194 10.8332 14.1666V17.5C10.8332 17.7361 10.7533 17.934 10.5936 18.0937C10.4339 18.2535 10.2359 18.3333 9.99984 18.3333C9.76373 18.3333 9.56581 18.2535 9.40609 18.0937C9.24637 17.934 9.1665 17.7361 9.1665 17.5ZM5.1665 6.81248C5.11095 6.5347 5.07275 6.22915 5.05192 5.89581C5.03109 5.56248 5.01373 5.21526 4.99984 4.85415L4.24984 5.60415C4.09706 5.75692 3.90609 5.83331 3.67692 5.83331C3.44775 5.83331 3.24984 5.74998 3.08317 5.58331C2.93039 5.43054 2.854 5.23609 2.854 4.99998C2.854 4.76387 2.93039 4.56942 3.08317 4.41665L5.24984 2.24998C5.33317 2.16665 5.42345 2.10762 5.52067 2.0729C5.61789 2.03817 5.72206 2.02081 5.83317 2.02081C5.94428 2.02081 6.04845 2.03817 6.14567 2.0729C6.24289 2.10762 6.33317 2.16665 6.4165 2.24998L8.58317 4.41665C8.74984 4.58331 8.8297 4.77776 8.82275 4.99998C8.81581 5.2222 8.729 5.41665 8.56234 5.58331C8.39567 5.73609 8.20123 5.81248 7.979 5.81248C7.75678 5.81248 7.56234 5.73609 7.39567 5.58331L6.6665 4.87498C6.6665 5.16665 6.68039 5.44095 6.70817 5.6979C6.73595 5.95484 6.76373 6.19442 6.7915 6.41665L5.1665 6.81248ZM6.95817 10.4791C6.68039 10.1875 6.41303 9.8472 6.15609 9.45831C5.89914 9.06942 5.67345 8.59026 5.479 8.02081L7.08317 7.62498C7.22206 7.99998 7.38178 8.31942 7.56234 8.58331C7.74289 8.8472 7.93734 9.08331 8.14567 9.29165L6.95817 10.4791Z",fill:n})}),h6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10C6.43056 10 6.23264 10.0799 6.07292 10.2396C5.91319 10.3993 5.83333 10.5972 5.83333 10.8333V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V10.8333C7.5 10.5972 7.42014 10.3993 7.26042 10.2396C7.10069 10.0799 6.90278 10 6.66667 10ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 11.6667C9.76389 11.6667 9.56597 11.7465 9.40625 11.9062C9.24653 12.066 9.16667 12.2639 9.16667 12.5V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9062C10.434 11.7465 10.2361 11.6667 10 11.6667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),p6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10C6.43056 10 6.23264 10.0799 6.07292 10.2396C5.91319 10.3993 5.83333 10.5972 5.83333 10.8333V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V10.8333C7.5 10.5972 7.42014 10.3993 7.26042 10.2396C7.10069 10.0799 6.90278 10 6.66667 10ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 11.6667C9.76389 11.6667 9.56597 11.7465 9.40625 11.9062C9.24653 12.066 9.16667 12.2639 9.16667 12.5V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9062C10.434 11.7465 10.2361 11.6667 10 11.6667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),H6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 16.6666C4.54165 16.6666 4.14929 16.5035 3.8229 16.1771C3.49651 15.8507 3.33331 15.4583 3.33331 15C3.33331 14.5416 3.49651 14.1493 3.8229 13.8229C4.14929 13.4965 4.54165 13.3333 4.99998 13.3333C5.45831 13.3333 5.85067 13.4965 6.17706 13.8229C6.50345 14.1493 6.66665 14.5416 6.66665 15C6.66665 15.4583 6.50345 15.8507 6.17706 16.1771C5.85067 16.5035 5.45831 16.6666 4.99998 16.6666ZM9.99998 16.6666C9.54165 16.6666 9.14928 16.5035 8.8229 16.1771C8.49651 15.8507 8.33331 15.4583 8.33331 15C8.33331 14.5416 8.49651 14.1493 8.8229 13.8229C9.14928 13.4965 9.54165 13.3333 9.99998 13.3333C10.4583 13.3333 10.8507 13.4965 11.1771 13.8229C11.5035 14.1493 11.6666 14.5416 11.6666 15C11.6666 15.4583 11.5035 15.8507 11.1771 16.1771C10.8507 16.5035 10.4583 16.6666 9.99998 16.6666ZM15 16.6666C14.5416 16.6666 14.1493 16.5035 13.8229 16.1771C13.4965 15.8507 13.3333 15.4583 13.3333 15C13.3333 14.5416 13.4965 14.1493 13.8229 13.8229C14.1493 13.4965 14.5416 13.3333 15 13.3333C15.4583 13.3333 15.8507 13.4965 16.1771 13.8229C16.5035 14.1493 16.6666 14.5416 16.6666 15C16.6666 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4583 16.6666 15 16.6666ZM4.99998 11.6666C4.54165 11.6666 4.14929 11.5035 3.8229 11.1771C3.49651 10.8507 3.33331 10.4583 3.33331 9.99998C3.33331 9.54165 3.49651 9.14928 3.8229 8.8229C4.14929 8.49651 4.54165 8.33331 4.99998 8.33331C5.45831 8.33331 5.85067 8.49651 6.17706 8.8229C6.50345 9.14928 6.66665 9.54165 6.66665 9.99998C6.66665 10.4583 6.50345 10.8507 6.17706 11.1771C5.85067 11.5035 5.45831 11.6666 4.99998 11.6666ZM9.99998 11.6666C9.54165 11.6666 9.14928 11.5035 8.8229 11.1771C8.49651 10.8507 8.33331 10.4583 8.33331 9.99998C8.33331 9.54165 8.49651 9.14928 8.8229 8.8229C9.14928 8.49651 9.54165 8.33331 9.99998 8.33331C10.4583 8.33331 10.8507 8.49651 11.1771 8.8229C11.5035 9.14928 11.6666 9.54165 11.6666 9.99998C11.6666 10.4583 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4583 11.6666 9.99998 11.6666ZM15 11.6666C14.5416 11.6666 14.1493 11.5035 13.8229 11.1771C13.4965 10.8507 13.3333 10.4583 13.3333 9.99998C13.3333 9.54165 13.4965 9.14928 13.8229 8.8229C14.1493 8.49651 14.5416 8.33331 15 8.33331C15.4583 8.33331 15.8507 8.49651 16.1771 8.8229C16.5035 9.14928 16.6666 9.54165 16.6666 9.99998C16.6666 10.4583 16.5035 10.8507 16.1771 11.1771C15.8507 11.5035 15.4583 11.6666 15 11.6666ZM4.99998 6.66665C4.54165 6.66665 4.14929 6.50345 3.8229 6.17706C3.49651 5.85067 3.33331 5.45831 3.33331 4.99998C3.33331 4.54165 3.49651 4.14929 3.8229 3.8229C4.14929 3.49651 4.54165 3.33331 4.99998 3.33331C5.45831 3.33331 5.85067 3.49651 6.17706 3.8229C6.50345 4.14929 6.66665 4.54165 6.66665 4.99998C6.66665 5.45831 6.50345 5.85067 6.17706 6.17706C5.85067 6.50345 5.45831 6.66665 4.99998 6.66665ZM9.99998 6.66665C9.54165 6.66665 9.14928 6.50345 8.8229 6.17706C8.49651 5.85067 8.33331 5.45831 8.33331 4.99998C8.33331 4.54165 8.49651 4.14929 8.8229 3.8229C9.14928 3.49651 9.54165 3.33331 9.99998 3.33331C10.4583 3.33331 10.8507 3.49651 11.1771 3.8229C11.5035 4.14929 11.6666 4.54165 11.6666 4.99998C11.6666 5.45831 11.5035 5.85067 11.1771 6.17706C10.8507 6.50345 10.4583 6.66665 9.99998 6.66665ZM15 6.66665C14.5416 6.66665 14.1493 6.50345 13.8229 6.17706C13.4965 5.85067 13.3333 5.45831 13.3333 4.99998C13.3333 4.54165 13.4965 4.14929 13.8229 3.8229C14.1493 3.49651 14.5416 3.33331 15 3.33331C15.4583 3.33331 15.8507 3.49651 16.1771 3.8229C16.5035 4.14929 16.6666 4.54165 16.6666 4.99998C16.6666 5.45831 16.5035 5.85067 16.1771 6.17706C15.8507 6.50345 15.4583 6.66665 15 6.66665Z",fill:n})}),V6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5ZM10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667V11.8333L8.41667 11.0833C8.26389 10.9306 8.06944 10.8542 7.83333 10.8542C7.59722 10.8542 7.40278 10.9306 7.25 11.0833C7.09722 11.2361 7.02083 11.4306 7.02083 11.6667C7.02083 11.9028 7.09722 12.0972 7.25 12.25L9.41667 14.4167C9.58333 14.5833 9.77778 14.6667 10 14.6667C10.2222 14.6667 10.4167 14.5833 10.5833 14.4167L12.75 12.25C12.9028 12.0972 12.9792 11.9028 12.9792 11.6667C12.9792 11.4306 12.9028 11.2361 12.75 11.0833C12.5972 10.9306 12.4028 10.8542 12.1667 10.8542C11.9306 10.8542 11.7361 10.9306 11.5833 11.0833L10.8333 11.8333V9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333Z",fill:n})}),L6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667V11.8333L8.41667 11.0833C8.26389 10.9306 8.06944 10.8542 7.83333 10.8542C7.59722 10.8542 7.40278 10.9306 7.25 11.0833C7.09722 11.2361 7.02083 11.4306 7.02083 11.6667C7.02083 11.9028 7.09722 12.0972 7.25 12.25L9.41667 14.4167C9.58333 14.5833 9.77778 14.6667 10 14.6667C10.2222 14.6667 10.4167 14.5833 10.5833 14.4167L12.75 12.25C12.9028 12.0972 12.9792 11.9028 12.9792 11.6667C12.9792 11.4306 12.9028 11.2361 12.75 11.0833C12.5972 10.9306 12.4028 10.8542 12.1667 10.8542C11.9306 10.8542 11.7361 10.9306 11.5833 11.0833L10.8333 11.8333V9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333ZM4.16667 6.66667V15.8333H15.8333V6.66667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5Z",fill:n})}),M6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.9792C9.88893 17.9792 9.78476 17.9618 9.68754 17.9271C9.59032 17.8924 9.50004 17.8334 9.41671 17.75L4.75004 13.0834C4.59726 12.9306 4.52087 12.7361 4.52087 12.5C4.52087 12.2639 4.59726 12.0695 4.75004 11.9167C4.91671 11.75 5.11462 11.6702 5.34379 11.6771C5.57296 11.684 5.76393 11.7639 5.91671 11.9167L9.16671 15.1459V2.50002C9.16671 2.26391 9.24657 2.06599 9.40629 1.90627C9.56601 1.74655 9.76393 1.66669 10 1.66669C10.2362 1.66669 10.4341 1.74655 10.5938 1.90627C10.7535 2.06599 10.8334 2.26391 10.8334 2.50002V15.1459L14.0625 11.9167C14.2292 11.75 14.4271 11.6667 14.6563 11.6667C14.8855 11.6667 15.0834 11.75 15.25 11.9167C15.4028 12.0834 15.4792 12.2813 15.4792 12.5104C15.4792 12.7396 15.4028 12.9306 15.25 13.0834L10.5834 17.75C10.5 17.8334 10.4098 17.8924 10.3125 17.9271C10.2153 17.9618 10.1112 17.9792 10 17.9792Z",fill:n})}),f6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 13L14.9167 3.91665C15.0694 3.76387 15.2639 3.68748 15.5 3.68748C15.7361 3.68748 15.9306 3.76387 16.0833 3.91665C16.2361 4.06942 16.3125 4.26387 16.3125 4.49998C16.3125 4.73609 16.2361 4.93054 16.0833 5.08331L7 14.1666L11.6667 14.1666C11.9028 14.1666 12.1007 14.2465 12.2604 14.4062C12.4201 14.566 12.5 14.7639 12.5 15C12.5 15.2361 12.4201 15.434 12.2604 15.5937C12.1007 15.7535 11.9028 15.8333 11.6667 15.8333L5 15.8333C4.76389 15.8333 4.56597 15.7535 4.40625 15.5937C4.24653 15.434 4.16667 15.2361 4.16667 15L4.16667 8.33331C4.16667 8.0972 4.24653 7.89928 4.40625 7.73956C4.56597 7.57984 4.76389 7.49998 5 7.49998C5.23611 7.49998 5.43403 7.57984 5.59375 7.73956C5.75347 7.89928 5.83333 8.0972 5.83333 8.33331L5.83333 13Z",fill:n})}),Z6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13 14.1667L3.91665 5.08333C3.76387 4.93055 3.68748 4.73611 3.68748 4.5C3.68748 4.26389 3.76387 4.06944 3.91665 3.91667C4.06942 3.76389 4.26387 3.6875 4.49998 3.6875C4.73609 3.6875 4.93054 3.76389 5.08331 3.91667L14.1666 13L14.1666 8.33333C14.1666 8.09722 14.2465 7.89931 14.4062 7.73958C14.566 7.57986 14.7639 7.5 15 7.5C15.2361 7.5 15.434 7.57986 15.5937 7.73958C15.7535 7.89931 15.8333 8.09722 15.8333 8.33333L15.8333 15C15.8333 15.2361 15.7535 15.434 15.5937 15.5937C15.434 15.7535 15.2361 15.8333 15 15.8333L8.33331 15.8333C8.0972 15.8333 7.89929 15.7535 7.73956 15.5937C7.57984 15.434 7.49998 15.2361 7.49998 15C7.49998 14.7639 7.57984 14.566 7.73956 14.4062C7.89929 14.2465 8.0972 14.1667 8.33331 14.1667L13 14.1667Z",fill:n})}),j6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.85421 10.8333H17.5C17.7362 10.8333 17.9341 10.7535 18.0938 10.5937C18.2535 10.434 18.3334 10.2361 18.3334 9.99998C18.3334 9.76387 18.2535 9.56595 18.0938 9.40623C17.9341 9.24651 17.7362 9.16665 17.5 9.16665H4.85421L8.08337 5.91665C8.23615 5.76387 8.31601 5.5729 8.32296 5.34373C8.3299 5.11456 8.25004 4.91665 8.08337 4.74998C7.9306 4.5972 7.73615 4.52081 7.50004 4.52081C7.26393 4.52081 7.06949 4.5972 6.91671 4.74998L2.25004 9.41665C2.16671 9.49998 2.10768 9.59026 2.07296 9.68748C2.03824 9.7847 2.02087 9.88887 2.02087 9.99998C2.02087 10.1111 2.03824 10.2153 2.07296 10.3125C2.10768 10.4097 2.16671 10.5 2.25004 10.5833L6.91671 15.25C7.06949 15.4028 7.26046 15.4791 7.48962 15.4791C7.71879 15.4791 7.91671 15.4028 8.08337 15.25C8.25004 15.0833 8.33337 14.8854 8.33337 14.6562C8.33337 14.4271 8.25004 14.2291 8.08337 14.0625L4.85421 10.8333Z",fill:n})}),m6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.1458 10.8333H2.49996C2.26385 10.8333 2.06593 10.7535 1.90621 10.5937C1.74649 10.434 1.66663 10.2361 1.66663 9.99998C1.66663 9.76387 1.74649 9.56595 1.90621 9.40623C2.06593 9.24651 2.26385 9.16665 2.49996 9.16665H15.1458L11.9166 5.91665C11.7638 5.76387 11.684 5.5729 11.677 5.34373C11.6701 5.11456 11.75 4.91665 11.9166 4.74998C12.0694 4.5972 12.2638 4.52081 12.5 4.52081C12.7361 4.52081 12.9305 4.5972 13.0833 4.74998L17.75 9.41665C17.8333 9.49998 17.8923 9.59026 17.927 9.68748C17.9618 9.7847 17.9791 9.88887 17.9791 9.99998C17.9791 10.1111 17.9618 10.2153 17.927 10.3125C17.8923 10.4097 17.8333 10.5 17.75 10.5833L13.0833 15.25C12.9305 15.4028 12.7395 15.4791 12.5104 15.4791C12.2812 15.4791 12.0833 15.4028 11.9166 15.25C11.75 15.0833 11.6666 14.8854 11.6666 14.6562C11.6666 14.4271 11.75 14.2291 11.9166 14.0625L15.1458 10.8333Z",fill:n})}),B6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3333C9.76393 18.3333 9.56601 18.2535 9.40629 18.0937C9.24657 17.934 9.16671 17.7361 9.16671 17.5V4.85415L5.91671 8.08331C5.76393 8.23609 5.57296 8.31595 5.34379 8.3229C5.11462 8.32984 4.91671 8.24998 4.75004 8.08331C4.59726 7.93054 4.52087 7.73609 4.52087 7.49998C4.52087 7.26387 4.59726 7.06942 4.75004 6.91665L9.41671 2.24998C9.50004 2.16665 9.59032 2.10762 9.68754 2.0729C9.78476 2.03817 9.88893 2.02081 10 2.02081C10.1112 2.02081 10.2153 2.03817 10.3125 2.0729C10.4098 2.10762 10.5 2.16665 10.5834 2.24998L15.25 6.91665C15.4028 7.06942 15.4792 7.2604 15.4792 7.48956C15.4792 7.71873 15.4028 7.91665 15.25 8.08331C15.0834 8.24998 14.8855 8.33331 14.6563 8.33331C14.4271 8.33331 14.2292 8.24998 14.0625 8.08331L10.8334 4.85415V17.5C10.8334 17.7361 10.7535 17.934 10.5938 18.0937C10.4341 18.2535 10.2362 18.3333 10 18.3333Z",fill:n})}),S6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 7.00002V11.6667C5.83329 11.9028 5.75343 12.1007 5.59371 12.2604C5.43399 12.4202 5.23607 12.5 4.99996 12.5C4.76385 12.5 4.56593 12.4202 4.40621 12.2604C4.24649 12.1007 4.16663 11.9028 4.16663 11.6667V5.00002C4.16663 4.76391 4.24649 4.56599 4.40621 4.40627C4.56593 4.24655 4.76385 4.16669 4.99996 4.16669H11.6666C11.9027 4.16669 12.1007 4.24655 12.2604 4.40627C12.4201 4.56599 12.5 4.76391 12.5 5.00002C12.5 5.23613 12.4201 5.43405 12.2604 5.59377C12.1007 5.75349 11.9027 5.83335 11.6666 5.83335H6.99996L16.0833 14.9167C16.2361 15.0695 16.3125 15.2639 16.3125 15.5C16.3125 15.7361 16.2361 15.9306 16.0833 16.0834C15.9305 16.2361 15.7361 16.3125 15.5 16.3125C15.2638 16.3125 15.0694 16.2361 14.9166 16.0834L5.83329 7.00002Z",fill:n})}),b6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 7.00002L5.08333 16.0834C4.93056 16.2361 4.73611 16.3125 4.5 16.3125C4.26389 16.3125 4.06944 16.2361 3.91667 16.0834C3.76389 15.9306 3.6875 15.7361 3.6875 15.5C3.6875 15.2639 3.76389 15.0695 3.91667 14.9167L13 5.83335H8.33333C8.09722 5.83335 7.89931 5.75349 7.73958 5.59377C7.57986 5.43405 7.5 5.23613 7.5 5.00002C7.5 4.76391 7.57986 4.56599 7.73958 4.40627C7.89931 4.24655 8.09722 4.16669 8.33333 4.16669H15C15.2361 4.16669 15.434 4.24655 15.5937 4.40627C15.7535 4.56599 15.8333 4.76391 15.8333 5.00002V11.6667C15.8333 11.9028 15.7535 12.1007 15.5937 12.2604C15.434 12.4202 15.2361 12.5 15 12.5C14.7639 12.5 14.566 12.4202 14.4062 12.2604C14.2465 12.1007 14.1667 11.9028 14.1667 11.6667V7.00002Z",fill:n})}),_6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52088 11.6667L14.1667 11.6667L14.1667 4.16669C14.1667 3.93058 14.2466 3.73266 14.4063 3.57294C14.566 3.41322 14.7639 3.33335 15 3.33335C15.2362 3.33335 15.4341 3.41322 15.5938 3.57294C15.7535 3.73266 15.8334 3.93058 15.8334 4.16669L15.8334 11.6667C15.8334 12.125 15.6702 12.5174 15.3438 12.8438C15.0174 13.1702 14.625 13.3334 14.1667 13.3334L6.52088 13.3334L8.91671 15.7292C9.08337 15.8959 9.17018 16.0938 9.17712 16.3229C9.18407 16.5521 9.10421 16.75 8.93754 16.9167C8.77087 17.0834 8.57296 17.1667 8.34379 17.1667C8.11462 17.1667 7.91671 17.0834 7.75004 16.9167L3.91671 13.0834C3.83338 13 3.77435 12.9097 3.73963 12.8125C3.7049 12.7153 3.68754 12.6111 3.68754 12.5C3.68754 12.3889 3.7049 12.2847 3.73963 12.1875C3.77435 12.0903 3.83338 12 3.91671 11.9167L7.77088 8.06252C7.93754 7.89585 8.13199 7.81599 8.35421 7.82294C8.57643 7.82988 8.77088 7.91669 8.93754 8.08335C9.09032 8.25002 9.17018 8.44447 9.17713 8.66669C9.18407 8.88891 9.10421 9.08335 8.93754 9.25002L6.52088 11.6667Z",fill:n})}),y6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4791 11.6667L5.83329 11.6667L5.83329 4.16669C5.83329 3.93058 5.75343 3.73266 5.59371 3.57294C5.43399 3.41322 5.23607 3.33336 4.99996 3.33336C4.76385 3.33336 4.56593 3.41322 4.40621 3.57294C4.24649 3.73266 4.16663 3.93058 4.16663 4.16669L4.16663 11.6667C4.16663 12.125 4.32982 12.5174 4.65621 12.8438C4.9826 13.1702 5.37496 13.3334 5.83329 13.3334L13.4791 13.3334L11.0833 15.7292C10.9166 15.8959 10.8298 16.0938 10.8229 16.3229C10.8159 16.5521 10.8958 16.75 11.0625 16.9167C11.2291 17.0834 11.427 17.1667 11.6562 17.1667C11.8854 17.1667 12.0833 17.0834 12.25 16.9167L16.0833 13.0834C16.1666 13 16.2257 12.9097 16.2604 12.8125C16.2951 12.7153 16.3125 12.6111 16.3125 12.5C16.3125 12.3889 16.2951 12.2847 16.2604 12.1875C16.2257 12.0903 16.1666 12 16.0833 11.9167L12.2291 8.06252C12.0625 7.89586 11.868 7.81599 11.6458 7.82294C11.4236 7.82988 11.2291 7.91669 11.0625 8.08336C10.9097 8.25002 10.8298 8.44447 10.8229 8.66669C10.8159 8.88891 10.8958 9.08336 11.0625 9.25002L13.4791 11.6667Z",fill:n})}),O6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52083 8.33335L8.9375 10.75C9.10417 10.9167 9.18403 11.1111 9.17708 11.3334C9.17014 11.5556 9.09028 11.75 8.9375 11.9167C8.77083 12.0834 8.57639 12.1702 8.35417 12.1771C8.13194 12.184 7.9375 12.1042 7.77083 11.9375L3.91667 8.08335C3.83333 8.00002 3.77431 7.90974 3.73958 7.81252C3.70486 7.7153 3.6875 7.61113 3.6875 7.50002C3.6875 7.38891 3.70486 7.28474 3.73958 7.18752C3.77431 7.0903 3.83333 7.00002 3.91667 6.91669L7.72917 3.10419C7.89583 2.93752 8.09375 2.85419 8.32292 2.85419C8.55208 2.85419 8.75 2.93752 8.91667 3.10419C9.08333 3.27085 9.16667 3.4653 9.16667 3.68752C9.16667 3.90974 9.08333 4.10419 8.91667 4.27085L6.52083 6.66669H14.1667C14.625 6.66669 15.0174 6.82988 15.3437 7.15627C15.6701 7.48266 15.8333 7.87502 15.8333 8.33335V15.8334C15.8333 16.0695 15.7535 16.2674 15.5937 16.4271C15.434 16.5868 15.2361 16.6667 15 16.6667C14.7639 16.6667 14.566 16.5868 14.4062 16.4271C14.2465 16.2674 14.1667 16.0695 14.1667 15.8334V8.33335H6.52083Z",fill:n})}),N6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4791 8.33331H5.83329V15.8333C5.83329 16.0694 5.75343 16.2673 5.59371 16.4271C5.43399 16.5868 5.23607 16.6666 4.99996 16.6666C4.76385 16.6666 4.56593 16.5868 4.40621 16.4271C4.24649 16.2673 4.16663 16.0694 4.16663 15.8333V8.33331C4.16663 7.87498 4.32982 7.48262 4.65621 7.15623C4.9826 6.82984 5.37496 6.66665 5.83329 6.66665H13.4791L11.0833 4.27081C10.9166 4.10415 10.8298 3.90623 10.8229 3.67706C10.8159 3.4479 10.8958 3.24998 11.0625 3.08331C11.2291 2.91665 11.427 2.83331 11.6562 2.83331C11.8854 2.83331 12.0833 2.91665 12.25 3.08331L16.0833 6.91665C16.1666 6.99998 16.2257 7.09026 16.2604 7.18748C16.2951 7.2847 16.3125 7.38887 16.3125 7.49998C16.3125 7.61109 16.2951 7.71526 16.2604 7.81248C16.2257 7.9097 16.1666 7.99998 16.0833 8.08331L12.2291 11.9375C12.0625 12.1041 11.868 12.184 11.6458 12.1771C11.4236 12.1701 11.2291 12.0833 11.0625 11.9166C10.9097 11.75 10.8298 11.5555 10.8229 11.3333C10.8159 11.1111 10.8958 10.9166 11.0625 10.75L13.4791 8.33331Z",fill:n})}),F6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 12.4792C9.88885 12.4792 9.78468 12.4618 9.68746 12.4271C9.59024 12.3924 9.49996 12.3334 9.41663 12.25L5.58329 8.41671C5.43051 8.26393 5.35413 8.06949 5.35413 7.83337C5.35413 7.59726 5.43051 7.40282 5.58329 7.25004C5.73607 7.09726 5.93051 7.02087 6.16663 7.02087C6.40274 7.02087 6.59718 7.09726 6.74996 7.25004L9.99996 10.5L13.25 7.25004C13.4027 7.09726 13.5972 7.02087 13.8333 7.02087C14.0694 7.02087 14.2638 7.09726 14.4166 7.25004C14.5694 7.40282 14.6458 7.59726 14.6458 7.83337C14.6458 8.06949 14.5694 8.26393 14.4166 8.41671L10.5833 12.25C10.5 12.3334 10.4097 12.3924 10.3125 12.4271C10.2152 12.4618 10.1111 12.4792 9.99996 12.4792Z",fill:n})}),k6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.00004 9.99996L12.25 13.25C12.4028 13.4027 12.4792 13.5972 12.4792 13.8333C12.4792 14.0694 12.4028 14.2638 12.25 14.4166C12.0973 14.5694 11.9028 14.6458 11.6667 14.6458C11.4306 14.6458 11.2362 14.5694 11.0834 14.4166L7.25004 10.5833C7.16671 10.5 7.10768 10.4097 7.07296 10.3125C7.03824 10.2152 7.02087 10.1111 7.02087 9.99996C7.02087 9.88885 7.03824 9.78468 7.07296 9.68746C7.10768 9.59024 7.16671 9.49996 7.25004 9.41663L11.0834 5.58329C11.2362 5.43051 11.4306 5.35413 11.6667 5.35413C11.9028 5.35413 12.0973 5.43051 12.25 5.58329C12.4028 5.73607 12.4792 5.93051 12.4792 6.16663C12.4792 6.40274 12.4028 6.59718 12.25 6.74996L9.00004 9.99996Z",fill:n})}),I6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.5 9.99996L7.25004 6.74996C7.09726 6.59718 7.02087 6.40274 7.02087 6.16663C7.02087 5.93051 7.09726 5.73607 7.25004 5.58329C7.40282 5.43051 7.59726 5.35413 7.83337 5.35413C8.06949 5.35413 8.26393 5.43051 8.41671 5.58329L12.25 9.41663C12.3334 9.49996 12.3924 9.59024 12.4271 9.68746C12.4618 9.78468 12.4792 9.88885 12.4792 9.99996C12.4792 10.1111 12.4618 10.2152 12.4271 10.3125C12.3924 10.4097 12.3334 10.5 12.25 10.5833L8.41671 14.4166C8.26393 14.5694 8.06949 14.6458 7.83337 14.6458C7.59726 14.6458 7.40282 14.5694 7.25004 14.4166C7.09726 14.2638 7.02087 14.0694 7.02087 13.8333C7.02087 13.5972 7.09726 13.4027 7.25004 13.25L10.5 9.99996Z",fill:n})}),A6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 9L6.74996 12.25C6.59718 12.4028 6.40274 12.4792 6.16663 12.4792C5.93051 12.4792 5.73607 12.4028 5.58329 12.25C5.43051 12.0972 5.35413 11.9028 5.35413 11.6667C5.35413 11.4306 5.43051 11.2361 5.58329 11.0833L9.41663 7.25C9.58329 7.08333 9.77774 7 9.99996 7C10.2222 7 10.4166 7.08333 10.5833 7.25L14.4166 11.0833C14.5694 11.2361 14.6458 11.4306 14.6458 11.6667C14.6458 11.9028 14.5694 12.0972 14.4166 12.25C14.2638 12.4028 14.0694 12.4792 13.8333 12.4792C13.5972 12.4792 13.4027 12.4028 13.25 12.25L9.99996 9Z",fill:n})}),R6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 10.5625L8.02079 8.58329C7.86801 8.43051 7.67704 8.35413 7.44788 8.35413C7.21871 8.35413 7.02079 8.43051 6.85413 8.58329C6.68746 8.74996 6.60413 8.94788 6.60413 9.17704C6.60413 9.40621 6.68746 9.60413 6.85413 9.77079L9.41663 12.3333C9.58329 12.5 9.77774 12.5833 9.99996 12.5833C10.2222 12.5833 10.4166 12.5 10.5833 12.3333L13.1666 9.74996C13.3333 9.58329 13.4132 9.38885 13.4062 9.16663C13.3993 8.9444 13.3125 8.74996 13.1458 8.58329C12.9791 8.43051 12.7847 8.35065 12.5625 8.34371C12.3402 8.33676 12.1458 8.41663 11.9791 8.58329L9.99996 10.5625ZM9.99996 18.3333C8.84718 18.3333 7.76385 18.1145 6.74996 17.677C5.73607 17.2395 4.85413 16.6458 4.10413 15.8958C3.35413 15.1458 2.76038 14.2638 2.32288 13.25C1.88538 12.2361 1.66663 11.1527 1.66663 9.99996C1.66663 8.84718 1.88538 7.76385 2.32288 6.74996C2.76038 5.73607 3.35413 4.85413 4.10413 4.10413C4.85413 3.35413 5.73607 2.76038 6.74996 2.32288C7.76385 1.88538 8.84718 1.66663 9.99996 1.66663C11.1527 1.66663 12.2361 1.88538 13.25 2.32288C14.2638 2.76038 15.1458 3.35413 15.8958 4.10413C16.6458 4.85413 17.2395 5.73607 17.677 6.74996C18.1145 7.76385 18.3333 8.84718 18.3333 9.99996C18.3333 11.1527 18.1145 12.2361 17.677 13.25C17.2395 14.2638 16.6458 15.1458 15.8958 15.8958C15.1458 16.6458 14.2638 17.2395 13.25 17.677C12.2361 18.1145 11.1527 18.3333 9.99996 18.3333Z",fill:n})}),D6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 10.5625L8.02079 8.58329C7.86801 8.43051 7.67704 8.35413 7.44788 8.35413C7.21871 8.35413 7.02079 8.43051 6.85413 8.58329C6.68746 8.74996 6.60413 8.94788 6.60413 9.17704C6.60413 9.40621 6.68746 9.60413 6.85413 9.77079L9.41663 12.3333C9.58329 12.5 9.77774 12.5833 9.99996 12.5833C10.2222 12.5833 10.4166 12.5 10.5833 12.3333L13.1666 9.74996C13.3333 9.58329 13.4132 9.38885 13.4062 9.16663C13.3993 8.9444 13.3125 8.74996 13.1458 8.58329C12.9791 8.43051 12.7847 8.35065 12.5625 8.34371C12.3402 8.33676 12.1458 8.41663 11.9791 8.58329L9.99996 10.5625ZM9.99996 18.3333C8.84718 18.3333 7.76385 18.1145 6.74996 17.677C5.73607 17.2395 4.85413 16.6458 4.10413 15.8958C3.35413 15.1458 2.76038 14.2638 2.32288 13.25C1.88538 12.2361 1.66663 11.1527 1.66663 9.99996C1.66663 8.84718 1.88538 7.76385 2.32288 6.74996C2.76038 5.73607 3.35413 4.85413 4.10413 4.10413C4.85413 3.35413 5.73607 2.76038 6.74996 2.32288C7.76385 1.88538 8.84718 1.66663 9.99996 1.66663C11.1527 1.66663 12.2361 1.88538 13.25 2.32288C14.2638 2.76038 15.1458 3.35413 15.8958 4.10413C16.6458 4.85413 17.2395 5.73607 17.677 6.74996C18.1145 7.76385 18.3333 8.84718 18.3333 9.99996C18.3333 11.1527 18.1145 12.2361 17.677 13.25C17.2395 14.2638 16.6458 15.1458 15.8958 15.8958C15.1458 16.6458 14.2638 17.2395 13.25 17.677C12.2361 18.1145 11.1527 18.3333 9.99996 18.3333ZM9.99996 16.6666C11.8611 16.6666 13.4375 16.0208 14.7291 14.7291C16.0208 13.4375 16.6666 11.8611 16.6666 9.99996C16.6666 8.13885 16.0208 6.56246 14.7291 5.27079C13.4375 3.97913 11.8611 3.33329 9.99996 3.33329C8.13885 3.33329 6.56246 3.97913 5.27079 5.27079C3.97913 6.56246 3.33329 8.13885 3.33329 9.99996C3.33329 11.8611 3.97913 13.4375 5.27079 14.7291C6.56246 16.0208 8.13885 16.6666 9.99996 16.6666Z",fill:n})}),T6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.43754 9.99996L11.4167 8.02079C11.5695 7.86801 11.6459 7.67704 11.6459 7.44788C11.6459 7.21871 11.5695 7.02079 11.4167 6.85413C11.25 6.68746 11.0521 6.60413 10.823 6.60413C10.5938 6.60413 10.3959 6.68746 10.2292 6.85413L7.66671 9.41663C7.50004 9.58329 7.41671 9.77774 7.41671 9.99996C7.41671 10.2222 7.50004 10.4166 7.66671 10.5833L10.25 13.1666C10.4167 13.3333 10.6112 13.4132 10.8334 13.4062C11.0556 13.3993 11.25 13.3125 11.4167 13.1458C11.5695 12.9791 11.6493 12.7847 11.6563 12.5625C11.6632 12.3402 11.5834 12.1458 11.4167 11.9791L9.43754 9.99996ZM1.66671 9.99996C1.66671 8.84718 1.88546 7.76385 2.32296 6.74996C2.76046 5.73607 3.35421 4.85413 4.10421 4.10413C4.85421 3.35413 5.73615 2.76038 6.75004 2.32288C7.76393 1.88538 8.84726 1.66663 10 1.66663C11.1528 1.66663 12.2362 1.88538 13.25 2.32288C14.2639 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2396 5.73607 17.6771 6.74996C18.1146 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1146 12.2361 17.6771 13.25C17.2396 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.2639 17.2395 13.25 17.677C12.2362 18.1145 11.1528 18.3333 10 18.3333C8.84726 18.3333 7.76393 18.1145 6.75004 17.677C5.73615 17.2395 4.85421 16.6458 4.10421 15.8958C3.35421 15.1458 2.76046 14.2638 2.32296 13.25C1.88546 12.2361 1.66671 11.1527 1.66671 9.99996Z",fill:n})}),E6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.43754 9.99996L11.4167 8.02079C11.5695 7.86801 11.6459 7.67704 11.6459 7.44788C11.6459 7.21871 11.5695 7.02079 11.4167 6.85413C11.25 6.68746 11.0521 6.60413 10.823 6.60413C10.5938 6.60413 10.3959 6.68746 10.2292 6.85413L7.66671 9.41663C7.50004 9.58329 7.41671 9.77774 7.41671 9.99996C7.41671 10.2222 7.50004 10.4166 7.66671 10.5833L10.25 13.1666C10.4167 13.3333 10.6112 13.4132 10.8334 13.4062C11.0556 13.3993 11.25 13.3125 11.4167 13.1458C11.5695 12.9791 11.6493 12.7847 11.6563 12.5625C11.6632 12.3402 11.5834 12.1458 11.4167 11.9791L9.43754 9.99996ZM1.66671 9.99996C1.66671 8.84718 1.88546 7.76385 2.32296 6.74996C2.76046 5.73607 3.35421 4.85413 4.10421 4.10413C4.85421 3.35413 5.73615 2.76038 6.75004 2.32288C7.76393 1.88538 8.84726 1.66663 10 1.66663C11.1528 1.66663 12.2362 1.88538 13.25 2.32288C14.2639 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2396 5.73607 17.6771 6.74996C18.1146 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1146 12.2361 17.6771 13.25C17.2396 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.2639 17.2395 13.25 17.677C12.2362 18.1145 11.1528 18.3333 10 18.3333C8.84726 18.3333 7.76393 18.1145 6.75004 17.677C5.73615 17.2395 4.85421 16.6458 4.10421 15.8958C3.35421 15.1458 2.76046 14.2638 2.32296 13.25C1.88546 12.2361 1.66671 11.1527 1.66671 9.99996ZM3.33337 9.99996C3.33337 11.8611 3.97921 13.4375 5.27087 14.7291C6.56254 16.0208 8.13893 16.6666 10 16.6666C11.8612 16.6666 13.4375 16.0208 14.7292 14.7291C16.0209 13.4375 16.6667 11.8611 16.6667 9.99996C16.6667 8.13885 16.0209 6.56246 14.7292 5.27079C13.4375 3.97913 11.8612 3.33329 10 3.33329C8.13893 3.33329 6.56254 3.97913 5.27087 5.27079C3.97921 6.56246 3.33337 8.13885 3.33337 9.99996Z",fill:n})}),P6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.5625 9.99996L8.58335 8.02079C8.43058 7.86801 8.35419 7.67704 8.35419 7.44788C8.35419 7.21871 8.43058 7.02079 8.58335 6.85413C8.75002 6.68746 8.94794 6.60413 9.1771 6.60413C9.40627 6.60413 9.60419 6.68746 9.77085 6.85413L12.3334 9.41663C12.5 9.58329 12.5834 9.77774 12.5834 9.99996C12.5834 10.2222 12.5 10.4166 12.3334 10.5833L9.75002 13.1666C9.58335 13.3333 9.38891 13.4132 9.16669 13.4062C8.94446 13.3993 8.75002 13.3125 8.58335 13.1458C8.43058 12.9791 8.35071 12.7847 8.34377 12.5625C8.33683 12.3402 8.41669 12.1458 8.58335 11.9791L10.5625 9.99996ZM18.3334 9.99996C18.3334 8.84718 18.1146 7.76385 17.6771 6.74996C17.2396 5.73607 16.6459 4.85413 15.8959 4.10413C15.1459 3.35413 14.2639 2.76038 13.25 2.32288C12.2361 1.88538 11.1528 1.66663 10 1.66663C8.84724 1.66663 7.76391 1.88538 6.75002 2.32288C5.73613 2.76038 4.85419 3.35413 4.10419 4.10413C3.35419 4.85413 2.76044 5.73607 2.32294 6.74996C1.88544 7.76385 1.66669 8.84718 1.66669 9.99996C1.66669 11.1527 1.88544 12.2361 2.32294 13.25C2.76044 14.2638 3.35419 15.1458 4.10419 15.8958C4.85419 16.6458 5.73613 17.2395 6.75002 17.677C7.76391 18.1145 8.84724 18.3333 10 18.3333C11.1528 18.3333 12.2361 18.1145 13.25 17.677C14.2639 17.2395 15.1459 16.6458 15.8959 15.8958C16.6459 15.1458 17.2396 14.2638 17.6771 13.25C18.1146 12.2361 18.3334 11.1527 18.3334 9.99996Z",fill:n})}),z6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.5625 10L8.58335 11.9792C8.43058 12.132 8.35419 12.323 8.35419 12.5521C8.35419 12.7813 8.43058 12.9792 8.58335 13.1459C8.75002 13.3125 8.94794 13.3959 9.1771 13.3959C9.40627 13.3959 9.60419 13.3125 9.77085 13.1459L12.3334 10.5834C12.5 10.4167 12.5834 10.2223 12.5834 10C12.5834 9.77782 12.5 9.58337 12.3334 9.41671L9.75002 6.83337C9.58335 6.66671 9.38891 6.58685 9.16669 6.59379C8.94446 6.60074 8.75002 6.68754 8.58335 6.85421C8.43057 7.02087 8.35071 7.21532 8.34377 7.43754C8.33682 7.65976 8.41669 7.85421 8.58335 8.02087L10.5625 10ZM18.3334 10C18.3334 11.1528 18.1146 12.2362 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2362 1.66669 11.1528 1.66669 10C1.66669 8.84726 1.88544 7.76393 2.32294 6.75004C2.76044 5.73615 3.35419 4.85421 4.10419 4.10421C4.85419 3.35421 5.73613 2.76046 6.75002 2.32296C7.76391 1.88546 8.84724 1.66671 10 1.66671C11.1528 1.66671 12.2361 1.88546 13.25 2.32296C14.2639 2.76046 15.1459 3.35421 15.8959 4.10421C16.6459 4.85421 17.2396 5.73615 17.6771 6.75004C18.1146 7.76393 18.3334 8.84726 18.3334 10ZM16.6667 10C16.6667 8.13893 16.0209 6.56254 14.7292 5.27087C13.4375 3.97921 11.8611 3.33337 10 3.33337C8.13891 3.33337 6.56252 3.97921 5.27085 5.27087C3.97919 6.56254 3.33335 8.13893 3.33335 10C3.33335 11.8612 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8612 16.6667 10Z",fill:n})}),$6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 9.43754L11.9791 11.4167C12.1319 11.5695 12.3229 11.6459 12.5521 11.6459C12.7812 11.6459 12.9791 11.5695 13.1458 11.4167C13.3125 11.25 13.3958 11.0521 13.3958 10.823C13.3958 10.5938 13.3125 10.3959 13.1458 10.2292L10.5833 7.66671C10.4166 7.50004 10.2222 7.41671 9.99998 7.41671C9.77776 7.41671 9.58331 7.50004 9.41665 7.66671L6.83331 10.25C6.66665 10.4167 6.58679 10.6112 6.59373 10.8334C6.60068 11.0556 6.68748 11.25 6.85415 11.4167C7.02081 11.5695 7.21526 11.6493 7.43748 11.6563C7.6597 11.6632 7.85415 11.5834 8.02081 11.4167L9.99998 9.43754ZM9.99998 1.66671C11.1528 1.66671 12.2361 1.88546 13.25 2.32296C14.2639 2.76046 15.1458 3.35421 15.8958 4.10421C16.6458 4.85421 17.2396 5.73615 17.6771 6.75004C18.1146 7.76393 18.3333 8.84726 18.3333 10C18.3333 11.1528 18.1146 12.2362 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99998 18.3334C8.8472 18.3334 7.76387 18.1146 6.74998 17.6771C5.73609 17.2396 4.85415 16.6459 4.10415 15.8959C3.35415 15.1459 2.7604 14.2639 2.3229 13.25C1.8854 12.2362 1.66665 11.1528 1.66665 10C1.66665 8.84726 1.8854 7.76393 2.3229 6.75004C2.7604 5.73615 3.35415 4.85421 4.10415 4.10421C4.85415 3.35421 5.73609 2.76046 6.74998 2.32296C7.76387 1.88546 8.8472 1.66671 9.99998 1.66671Z",fill:n})}),K6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 9.43754L11.9791 11.4167C12.1319 11.5695 12.3229 11.6459 12.5521 11.6459C12.7812 11.6459 12.9791 11.5695 13.1458 11.4167C13.3125 11.25 13.3958 11.0521 13.3958 10.823C13.3958 10.5938 13.3125 10.3959 13.1458 10.2292L10.5833 7.66671C10.4166 7.50004 10.2222 7.41671 9.99998 7.41671C9.77776 7.41671 9.58331 7.50004 9.41665 7.66671L6.83331 10.25C6.66665 10.4167 6.58679 10.6112 6.59373 10.8334C6.60068 11.0556 6.68748 11.25 6.85415 11.4167C7.02081 11.5695 7.21526 11.6493 7.43748 11.6563C7.6597 11.6632 7.85415 11.5834 8.02081 11.4167L9.99998 9.43754ZM9.99998 1.66671C11.1528 1.66671 12.2361 1.88546 13.25 2.32296C14.2639 2.76046 15.1458 3.35421 15.8958 4.10421C16.6458 4.85421 17.2396 5.73615 17.6771 6.75004C18.1146 7.76393 18.3333 8.84726 18.3333 10C18.3333 11.1528 18.1146 12.2362 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99998 18.3334C8.8472 18.3334 7.76387 18.1146 6.74998 17.6771C5.73609 17.2396 4.85415 16.6459 4.10415 15.8959C3.35415 15.1459 2.7604 14.2639 2.3229 13.25C1.8854 12.2362 1.66665 11.1528 1.66665 10C1.66665 8.84726 1.8854 7.76393 2.3229 6.75004C2.7604 5.73615 3.35415 4.85421 4.10415 4.10421C4.85415 3.35421 5.73609 2.76046 6.74998 2.32296C7.76387 1.88546 8.8472 1.66671 9.99998 1.66671ZM9.99998 3.33337C8.13887 3.33337 6.56248 3.97921 5.27082 5.27087C3.97915 6.56254 3.33331 8.13893 3.33331 10C3.33331 11.8612 3.97915 13.4375 5.27081 14.7292C6.56248 16.0209 8.13887 16.6667 9.99998 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8612 16.6666 10C16.6666 8.13893 16.0208 6.56254 14.7291 5.27087C13.4375 3.97921 11.8611 3.33337 9.99998 3.33337Z",fill:n})}),U6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16663 10.1667L8.41663 9.41669C8.26385 9.26391 8.0694 9.18752 7.83329 9.18752C7.59718 9.18752 7.40274 9.26391 7.24996 9.41669C7.09718 9.56946 7.02079 9.76391 7.02079 10C7.02079 10.2361 7.09718 10.4306 7.24996 10.5834L9.41663 12.75C9.58329 12.9167 9.77774 13 9.99996 13C10.2222 13 10.4166 12.9167 10.5833 12.75L12.75 10.5834C12.9027 10.4306 12.9791 10.2361 12.9791 10C12.9791 9.76391 12.9027 9.56946 12.75 9.41669C12.5972 9.26391 12.4027 9.18752 12.1666 9.18752C11.9305 9.18752 11.7361 9.26391 11.5833 9.41669L10.8333 10.1667V7.50002C10.8333 7.26391 10.7534 7.06599 10.5937 6.90627C10.434 6.74655 10.2361 6.66669 9.99996 6.66669C9.76385 6.66669 9.56593 6.74655 9.40621 6.90627C9.24649 7.06599 9.16663 7.26391 9.16663 7.50002V10.1667ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),G6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16663 10.1667L8.41663 9.41669C8.26385 9.26391 8.0694 9.18752 7.83329 9.18752C7.59718 9.18752 7.40274 9.26391 7.24996 9.41669C7.09718 9.56946 7.02079 9.76391 7.02079 10C7.02079 10.2361 7.09718 10.4306 7.24996 10.5834L9.41663 12.75C9.58329 12.9167 9.77774 13 9.99996 13C10.2222 13 10.4166 12.9167 10.5833 12.75L12.75 10.5834C12.9027 10.4306 12.9791 10.2361 12.9791 10C12.9791 9.76391 12.9027 9.56946 12.75 9.41669C12.5972 9.26391 12.4027 9.18752 12.1666 9.18752C11.9305 9.18752 11.7361 9.26391 11.5833 9.41669L10.8333 10.1667V7.50002C10.8333 7.26391 10.7534 7.06599 10.5937 6.90627C10.434 6.74655 10.2361 6.66669 9.99996 6.66669C9.76385 6.66669 9.56593 6.74655 9.40621 6.90627C9.24649 7.06599 9.16663 7.26391 9.16663 7.50002V10.1667ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),W6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.83329 10.8334H12.5C12.7361 10.8334 12.934 10.7535 13.0937 10.5938C13.2534 10.434 13.3333 10.2361 13.3333 10C13.3333 9.76391 13.2534 9.56599 13.0937 9.40627C12.934 9.24655 12.7361 9.16669 12.5 9.16669H9.83329L10.5833 8.41669C10.7361 8.26391 10.8125 8.06946 10.8125 7.83335C10.8125 7.59724 10.7361 7.4028 10.5833 7.25002C10.4305 7.09724 10.2361 7.02085 9.99996 7.02085C9.76385 7.02085 9.5694 7.09724 9.41663 7.25002L7.24996 9.41669C7.08329 9.58335 6.99996 9.7778 6.99996 10C6.99996 10.2222 7.08329 10.4167 7.24996 10.5834L9.41663 12.75C9.5694 12.9028 9.76385 12.9792 9.99996 12.9792C10.2361 12.9792 10.4305 12.9028 10.5833 12.75C10.7361 12.5972 10.8125 12.4028 10.8125 12.1667C10.8125 11.9306 10.7361 11.7361 10.5833 11.5834L9.83329 10.8334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),q6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.83329 10.8334H12.5C12.7361 10.8334 12.934 10.7535 13.0937 10.5938C13.2534 10.434 13.3333 10.2361 13.3333 10C13.3333 9.76391 13.2534 9.56599 13.0937 9.40627C12.934 9.24655 12.7361 9.16669 12.5 9.16669H9.83329L10.5833 8.41669C10.7361 8.26391 10.8125 8.06946 10.8125 7.83335C10.8125 7.59724 10.7361 7.4028 10.5833 7.25002C10.4305 7.09724 10.2361 7.02085 9.99996 7.02085C9.76385 7.02085 9.5694 7.09724 9.41663 7.25002L7.24996 9.41669C7.08329 9.58335 6.99996 9.7778 6.99996 10C6.99996 10.2222 7.08329 10.4167 7.24996 10.5834L9.41663 12.75C9.5694 12.9028 9.76385 12.9792 9.99996 12.9792C10.2361 12.9792 10.4305 12.9028 10.5833 12.75C10.7361 12.5972 10.8125 12.4028 10.8125 12.1667C10.8125 11.9306 10.7361 11.7361 10.5833 11.5834L9.83329 10.8334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),Y6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10.1667 10.8334L9.41669 11.5834C9.26391 11.7361 9.18752 11.9306 9.18752 12.1667C9.18752 12.4028 9.26391 12.5972 9.41669 12.75C9.56946 12.9028 9.76391 12.9792 10 12.9792C10.2361 12.9792 10.4306 12.9028 10.5834 12.75L12.75 10.5834C12.9167 10.4167 13 10.2222 13 10C13 9.7778 12.9167 9.58335 12.75 9.41669L10.5834 7.25002C10.4306 7.09724 10.2361 7.02085 10 7.02085C9.76391 7.02085 9.56946 7.09724 9.41669 7.25002C9.26391 7.4028 9.18752 7.59724 9.18752 7.83335C9.18752 8.06946 9.26391 8.26391 9.41669 8.41669L10.1667 9.16669H7.50002C7.26391 9.16669 7.06599 9.24655 6.90627 9.40627C6.74655 9.56599 6.66669 9.76391 6.66669 10C6.66669 10.2361 6.74655 10.434 6.90627 10.5938C7.06599 10.7535 7.26391 10.8334 7.50002 10.8334H10.1667Z",fill:n})}),Q6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.1667 10.8334L9.41669 11.5834C9.26391 11.7361 9.18752 11.9306 9.18752 12.1667C9.18752 12.4028 9.26391 12.5972 9.41669 12.75C9.56946 12.9028 9.76391 12.9792 10 12.9792C10.2361 12.9792 10.4306 12.9028 10.5834 12.75L12.75 10.5834C12.9167 10.4167 13 10.2222 13 10C13 9.7778 12.9167 9.58335 12.75 9.41669L10.5834 7.25002C10.4306 7.09724 10.2361 7.02085 10 7.02085C9.76391 7.02085 9.56946 7.09724 9.41669 7.25002C9.26391 7.4028 9.18752 7.59724 9.18752 7.83335C9.18752 8.06946 9.26391 8.26391 9.41669 8.41669L10.1667 9.16669H7.50002C7.26391 9.16669 7.06599 9.24655 6.90627 9.40627C6.74655 9.56599 6.66669 9.76391 6.66669 10C6.66669 10.2361 6.74655 10.434 6.90627 10.5938C7.06599 10.7535 7.26391 10.8334 7.50002 10.8334H10.1667ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),X6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16669 9.83335V12.5C9.16669 12.7361 9.24655 12.934 9.40627 13.0938C9.56599 13.2535 9.76391 13.3334 10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8334 12.7361 10.8334 12.5V9.83335L11.5834 10.5834C11.7361 10.7361 11.9306 10.8125 12.1667 10.8125C12.4028 10.8125 12.5972 10.7361 12.75 10.5834C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76391 12.9028 9.56946 12.75 9.41669L10.5834 7.25002C10.4167 7.08335 10.2222 7.00002 10 7.00002C9.7778 7.00002 9.58335 7.08335 9.41669 7.25002L7.25002 9.41669C7.09724 9.56946 7.02085 9.76391 7.02085 10C7.02085 10.2361 7.09724 10.4306 7.25002 10.5834C7.4028 10.7361 7.59724 10.8125 7.83335 10.8125C8.06946 10.8125 8.26391 10.7361 8.41669 10.5834L9.16669 9.83335ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334Z",fill:n})}),J6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16669 9.83335V12.5C9.16669 12.7361 9.24655 12.934 9.40627 13.0938C9.56599 13.2535 9.76391 13.3334 10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8334 12.7361 10.8334 12.5V9.83335L11.5834 10.5834C11.7361 10.7361 11.9306 10.8125 12.1667 10.8125C12.4028 10.8125 12.5972 10.7361 12.75 10.5834C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76391 12.9028 9.56946 12.75 9.41669L10.5834 7.25002C10.4167 7.08335 10.2222 7.00002 10 7.00002C9.7778 7.00002 9.58335 7.08335 9.41669 7.25002L7.25002 9.41669C7.09724 9.56946 7.02085 9.76391 7.02085 10C7.02085 10.2361 7.09724 10.4306 7.25002 10.5834C7.4028 10.7361 7.59724 10.8125 7.83335 10.8125C8.06946 10.8125 8.26391 10.7361 8.41669 10.5834L9.16669 9.83335ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),C5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 13.4792L13.2501 10.25C13.4028 10.0972 13.5938 10.0174 13.823 10.0104C14.0521 10.0035 14.2501 10.0833 14.4167 10.25C14.5695 10.4028 14.6459 10.5972 14.6459 10.8333C14.6459 11.0695 14.5695 11.2639 14.4167 11.4167L10.5834 15.25C10.5001 15.3333 10.4098 15.3924 10.3126 15.4271C10.2153 15.4618 10.1112 15.4792 10.0001 15.4792C9.88894 15.4792 9.78477 15.4618 9.68755 15.4271C9.59033 15.3924 9.50005 15.3333 9.41672 15.25L5.58338 11.4167C5.43061 11.2639 5.35074 11.0729 5.3438 10.8438C5.33686 10.6146 5.41672 10.4167 5.58338 10.25C5.73616 10.0972 5.93061 10.0208 6.16672 10.0208C6.40283 10.0208 6.59727 10.0972 6.75005 10.25L10.0001 13.4792ZM10.0001 8.47918L13.2501 5.25001C13.4028 5.09723 13.5938 5.01737 13.823 5.01043C14.0521 5.00348 14.2501 5.08334 14.4167 5.25001C14.5695 5.40279 14.6459 5.59723 14.6459 5.83334C14.6459 6.06945 14.5695 6.2639 14.4167 6.41668L10.5834 10.25C10.5001 10.3333 10.4098 10.3924 10.3126 10.4271C10.2153 10.4618 10.1112 10.4792 10.0001 10.4792C9.88894 10.4792 9.78477 10.4618 9.68755 10.4271C9.59033 10.3924 9.50005 10.3333 9.41672 10.25L5.58338 6.41668C5.43061 6.2639 5.35074 6.07293 5.3438 5.84376C5.33686 5.61459 5.41672 5.41668 5.58338 5.25001C5.73616 5.09723 5.93061 5.02084 6.16672 5.02084C6.40283 5.02084 6.59727 5.09723 6.75005 5.25001L10.0001 8.47918Z",fill:n})}),e5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52087 10.0001L9.75004 13.2501C9.90282 13.4028 9.98268 13.5938 9.98962 13.823C9.99657 14.0521 9.91671 14.2501 9.75004 14.4167C9.59726 14.5695 9.40282 14.6459 9.16671 14.6459C8.9306 14.6459 8.73615 14.5695 8.58337 14.4167L4.75004 10.5834C4.66671 10.5001 4.60768 10.4098 4.57296 10.3126C4.53824 10.2153 4.52087 10.1112 4.52087 10.0001C4.52087 9.88894 4.53824 9.78477 4.57296 9.68755C4.60768 9.59033 4.66671 9.50005 4.75004 9.41672L8.58337 5.58338C8.73615 5.43061 8.92712 5.35074 9.15629 5.3438C9.38546 5.33686 9.58337 5.41672 9.75004 5.58338C9.90282 5.73616 9.97921 5.93061 9.97921 6.16672C9.97921 6.40283 9.90282 6.59727 9.75004 6.75005L6.52087 10.0001ZM12.0209 10.0001L15.25 13.2501C15.4028 13.4028 15.4827 13.5938 15.4896 13.823C15.4966 14.0521 15.4167 14.2501 15.25 14.4167C15.0973 14.5695 14.9028 14.6459 14.6667 14.6459C14.4306 14.6459 14.2362 14.5695 14.0834 14.4167L10.25 10.5834C10.1667 10.5001 10.1077 10.4098 10.073 10.3126C10.0382 10.2153 10.0209 10.1112 10.0209 10.0001C10.0209 9.88894 10.0382 9.78477 10.073 9.68755C10.1077 9.59033 10.1667 9.50005 10.25 9.41672L14.0834 5.58338C14.2362 5.43061 14.4271 5.35074 14.6563 5.3438C14.8855 5.33686 15.0834 5.41672 15.25 5.58338C15.4028 5.73616 15.4792 5.93061 15.4792 6.16672C15.4792 6.40283 15.4028 6.59727 15.25 6.75005L12.0209 10.0001Z",fill:n})}),t5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.97918 9.99996L4.75001 6.74996C4.59723 6.59718 4.51737 6.40621 4.51043 6.17704C4.50348 5.94788 4.58334 5.74996 4.75001 5.58329C4.90279 5.43051 5.09723 5.35413 5.33334 5.35413C5.56945 5.35413 5.7639 5.43051 5.91668 5.58329L9.75001 9.41663C9.83334 9.49996 9.89237 9.59024 9.92709 9.68746C9.96182 9.78468 9.97918 9.88885 9.97918 9.99996C9.97918 10.1111 9.96182 10.2152 9.92709 10.3125C9.89237 10.4097 9.83334 10.5 9.75001 10.5833L5.91668 14.4166C5.7639 14.5694 5.57293 14.6493 5.34376 14.6562C5.11459 14.6632 4.91668 14.5833 4.75001 14.4166C4.59723 14.2638 4.52084 14.0694 4.52084 13.8333C4.52084 13.5972 4.59723 13.4027 4.75001 13.25L7.97918 9.99996ZM13.4792 9.99996L10.25 6.74996C10.0972 6.59718 10.0174 6.40621 10.0104 6.17704C10.0035 5.94788 10.0833 5.74996 10.25 5.58329C10.4028 5.43051 10.5972 5.35413 10.8333 5.35413C11.0695 5.35413 11.2639 5.43051 11.4167 5.58329L15.25 9.41663C15.3333 9.49996 15.3924 9.59024 15.4271 9.68746C15.4618 9.78468 15.4792 9.88885 15.4792 9.99996C15.4792 10.1111 15.4618 10.2152 15.4271 10.3125C15.3924 10.4097 15.3333 10.5 15.25 10.5833L11.4167 14.4166C11.2639 14.5694 11.0729 14.6493 10.8438 14.6562C10.6146 14.6632 10.4167 14.5833 10.25 14.4166C10.0972 14.2638 10.0208 14.0694 10.0208 13.8333C10.0208 13.5972 10.0972 13.4027 10.25 13.25L13.4792 9.99996Z",fill:n})}),n5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 11.5209L6.74996 14.75C6.59718 14.9028 6.40621 14.9827 6.17704 14.9896C5.94788 14.9966 5.74996 14.9167 5.58329 14.75C5.43051 14.5973 5.35413 14.4028 5.35413 14.1667C5.35413 13.9306 5.43051 13.7362 5.58329 13.5834L9.41663 9.75004C9.49996 9.66671 9.59024 9.60768 9.68746 9.57296C9.78468 9.53823 9.88885 9.52087 9.99996 9.52087C10.1111 9.52087 10.2152 9.53823 10.3125 9.57296C10.4097 9.60768 10.5 9.66671 10.5833 9.75004L14.4166 13.5834C14.5694 13.7362 14.6493 13.9271 14.6562 14.1563C14.6632 14.3855 14.5833 14.5834 14.4166 14.75C14.2638 14.9028 14.0694 14.9792 13.8333 14.9792C13.5972 14.9792 13.4027 14.9028 13.25 14.75L9.99996 11.5209ZM9.99996 6.52087L6.74996 9.75004C6.59718 9.90282 6.40621 9.98268 6.17704 9.98962C5.94788 9.99657 5.74996 9.91671 5.58329 9.75004C5.43051 9.59726 5.35413 9.40282 5.35413 9.16671C5.35413 8.9306 5.43051 8.73615 5.58329 8.58337L9.41663 4.75004C9.49996 4.66671 9.59024 4.60768 9.68746 4.57296C9.78468 4.53824 9.88885 4.52087 9.99996 4.52087C10.1111 4.52087 10.2152 4.53824 10.3125 4.57296C10.4097 4.60768 10.5 4.66671 10.5833 4.75004L14.4166 8.58337C14.5694 8.73615 14.6493 8.92712 14.6562 9.15629C14.6632 9.38546 14.5833 9.58337 14.4166 9.75004C14.2638 9.90282 14.0694 9.97921 13.8333 9.97921C13.5972 9.97921 13.4027 9.90282 13.25 9.75004L9.99996 6.52087Z",fill:n})}),r5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 13.4791V4.16665C9.16667 3.93054 9.24653 3.73262 9.40625 3.5729C9.56597 3.41317 9.76389 3.33331 10 3.33331C10.2361 3.33331 10.434 3.41317 10.5938 3.5729C10.7535 3.73262 10.8333 3.93054 10.8333 4.16665V13.4791L14.9167 9.39581C15.0833 9.22915 15.2778 9.14928 15.5 9.15623C15.7222 9.16317 15.9167 9.24998 16.0833 9.41665C16.2361 9.58331 16.316 9.77776 16.3229 9.99998C16.3299 10.2222 16.25 10.4166 16.0833 10.5833L10.5833 16.0833C10.5 16.1666 10.4097 16.2257 10.3125 16.2604C10.2153 16.2951 10.1111 16.3125 10 16.3125C9.88889 16.3125 9.78472 16.2951 9.6875 16.2604C9.59028 16.2257 9.5 16.1666 9.41667 16.0833L3.91667 10.5833C3.76389 10.4305 3.6875 10.2396 3.6875 10.0104C3.6875 9.78123 3.76389 9.58331 3.91667 9.41665C4.08333 9.24998 4.28125 9.16665 4.51042 9.16665C4.73958 9.16665 4.9375 9.24998 5.10417 9.41665L9.16667 13.4791Z",fill:n})}),o5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66669 13L14.0834 5.58331C14.2361 5.43054 14.4306 5.35415 14.6667 5.35415C14.9028 5.35415 15.0972 5.43054 15.25 5.58331C15.4028 5.73609 15.4792 5.93054 15.4792 6.16665C15.4792 6.40276 15.4028 6.5972 15.25 6.74998L7.83335 14.1666L14.1667 14.1666C14.4028 14.1666 14.6007 14.2465 14.7604 14.4062C14.9202 14.566 15 14.7639 15 15C15 15.2361 14.9202 15.434 14.7604 15.5937C14.6007 15.7535 14.4028 15.8333 14.1667 15.8333L5.83335 15.8333C5.59724 15.8333 5.39933 15.7535 5.2396 15.5937C5.07988 15.434 5.00002 15.2361 5.00002 15L5.00002 6.66665C5.00002 6.43053 5.07988 6.23262 5.2396 6.0729C5.39933 5.91317 5.59724 5.83331 5.83335 5.83331C6.06947 5.83331 6.26738 5.91317 6.4271 6.0729C6.58683 6.23262 6.66669 6.43053 6.66669 6.66665L6.66669 13Z",fill:n})}),s5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13 13.3333L5.58331 5.91665C5.43054 5.76387 5.35415 5.56942 5.35415 5.33331C5.35415 5.0972 5.43054 4.90276 5.58331 4.74998C5.73609 4.5972 5.93054 4.52081 6.16665 4.52081C6.40276 4.52081 6.5972 4.5972 6.74998 4.74998L14.1666 12.1666L14.1666 5.83331C14.1666 5.5972 14.2465 5.39929 14.4062 5.23956C14.566 5.07984 14.7639 4.99998 15 4.99998C15.2361 4.99998 15.434 5.07984 15.5937 5.23956C15.7535 5.39929 15.8333 5.5972 15.8333 5.83331L15.8333 14.1666C15.8333 14.4028 15.7535 14.6007 15.5937 14.7604C15.434 14.9201 15.2361 15 15 15L6.66665 15C6.43053 15 6.23262 14.9201 6.0729 14.7604C5.91317 14.6007 5.83331 14.4028 5.83331 14.1666C5.83331 13.9305 5.91317 13.7326 6.0729 13.5729C6.23262 13.4132 6.43053 13.3333 6.66665 13.3333L13 13.3333Z",fill:n})}),l5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.56246 12.0625L6.54163 9.04171C6.49996 9.00004 6.46871 8.9549 6.44788 8.90629C6.42704 8.85768 6.41663 8.8056 6.41663 8.75004C6.41663 8.63893 6.45482 8.54171 6.53121 8.45837C6.6076 8.37504 6.70829 8.33337 6.83329 8.33337H13.1666C13.2916 8.33337 13.3923 8.37504 13.4687 8.45837C13.5451 8.54171 13.5833 8.63893 13.5833 8.75004C13.5833 8.77782 13.5416 8.87504 13.4583 9.04171L10.4375 12.0625C10.368 12.132 10.2986 12.1806 10.2291 12.2084C10.1597 12.2362 10.0833 12.25 9.99996 12.25C9.91663 12.25 9.84024 12.2362 9.77079 12.2084C9.70135 12.1806 9.6319 12.132 9.56246 12.0625Z",fill:n})}),i5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4375 7.93746L13.4584 10.9583C13.5 11 13.5313 11.0451 13.5521 11.0937C13.573 11.1423 13.5834 11.1944 13.5834 11.25C13.5834 11.3611 13.5452 11.4583 13.4688 11.5416C13.3924 11.625 13.2917 11.6666 13.1667 11.6666L6.83337 11.6666C6.70837 11.6666 6.60768 11.625 6.53129 11.5416C6.4549 11.4583 6.41671 11.3611 6.41671 11.25C6.41671 11.2222 6.45837 11.125 6.54171 10.9583L9.56254 7.93746C9.63199 7.86801 9.70143 7.8194 9.77087 7.79163C9.84032 7.76385 9.91671 7.74996 10 7.74996C10.0834 7.74996 10.1598 7.76385 10.2292 7.79163C10.2987 7.8194 10.3681 7.86801 10.4375 7.93746Z",fill:n})}),c5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52083 10.8333L10.6042 14.9167C10.7708 15.0833 10.8507 15.2778 10.8437 15.5C10.8368 15.7222 10.75 15.9167 10.5833 16.0833C10.4167 16.2361 10.2222 16.316 10 16.3229C9.77778 16.3299 9.58333 16.25 9.41667 16.0833L3.91667 10.5833C3.83333 10.5 3.77431 10.4097 3.73958 10.3125C3.70486 10.2153 3.6875 10.1111 3.6875 10C3.6875 9.88889 3.70486 9.78472 3.73958 9.6875C3.77431 9.59028 3.83333 9.5 3.91667 9.41667L9.41667 3.91667C9.56944 3.76389 9.76042 3.6875 9.98958 3.6875C10.2187 3.6875 10.4167 3.76389 10.5833 3.91667C10.75 4.08333 10.8333 4.28125 10.8333 4.51042C10.8333 4.73958 10.75 4.9375 10.5833 5.10417L6.52083 9.16667H15.8333C16.0694 9.16667 16.2674 9.24653 16.4271 9.40625C16.5868 9.56597 16.6667 9.76389 16.6667 10C16.6667 10.2361 16.5868 10.434 16.4271 10.5938C16.2674 10.7535 16.0694 10.8333 15.8333 10.8333H6.52083Z",fill:n})}),a5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4792 10.8333H4.16671C3.9306 10.8333 3.73268 10.7534 3.57296 10.5937C3.41324 10.434 3.33337 10.2361 3.33337 9.99997C3.33337 9.76386 3.41324 9.56594 3.57296 9.40622C3.73268 9.2465 3.9306 9.16664 4.16671 9.16664H13.4792L9.39587 5.0833C9.22921 4.91664 9.14935 4.72219 9.15629 4.49997C9.16323 4.27775 9.25004 4.0833 9.41671 3.91664C9.58337 3.76386 9.77782 3.684 10 3.67705C10.2223 3.67011 10.4167 3.74997 10.5834 3.91664L16.0834 9.41664C16.1667 9.49997 16.2257 9.59025 16.2605 9.68747C16.2952 9.78469 16.3125 9.88886 16.3125 9.99997C16.3125 10.1111 16.2952 10.2152 16.2605 10.3125C16.2257 10.4097 16.1667 10.5 16.0834 10.5833L10.5834 16.0833C10.4306 16.2361 10.2396 16.3125 10.0105 16.3125C9.78129 16.3125 9.58337 16.2361 9.41671 16.0833C9.25004 15.9166 9.16671 15.7187 9.16671 15.4896C9.16671 15.2604 9.25004 15.0625 9.41671 14.8958L13.4792 10.8333Z",fill:n})}),d5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16664 6.52083L5.0833 10.6042C4.91664 10.7708 4.72219 10.8507 4.49997 10.8437C4.27775 10.8368 4.0833 10.75 3.91664 10.5833C3.76386 10.4167 3.684 10.2222 3.67705 10C3.67011 9.77778 3.74997 9.58333 3.91664 9.41667L9.41664 3.91667C9.49997 3.83333 9.59025 3.77431 9.68747 3.73958C9.78469 3.70486 9.88886 3.6875 9.99997 3.6875C10.1111 3.6875 10.2152 3.70486 10.3125 3.73958C10.4097 3.77431 10.5 3.83333 10.5833 3.91667L16.0833 9.41667C16.2361 9.56944 16.3125 9.76042 16.3125 9.98958C16.3125 10.2187 16.2361 10.4167 16.0833 10.5833C15.9166 10.75 15.7187 10.8333 15.4896 10.8333C15.2604 10.8333 15.0625 10.75 14.8958 10.5833L10.8333 6.52083V15.8333C10.8333 16.0694 10.7534 16.2674 10.5937 16.4271C10.434 16.5868 10.2361 16.6667 9.99997 16.6667C9.76386 16.6667 9.56594 16.5868 9.40622 16.4271C9.2465 16.2674 9.16664 16.0694 9.16664 15.8333V6.52083Z",fill:n})}),w5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.99996 6.66669L14.4166 14.0834C14.5694 14.2361 14.6458 14.4306 14.6458 14.6667C14.6458 14.9028 14.5694 15.0972 14.4166 15.25C14.2638 15.4028 14.0694 15.4792 13.8333 15.4792C13.5972 15.4792 13.4027 15.4028 13.25 15.25L5.83329 7.83335L5.83329 14.1667C5.83329 14.4028 5.75343 14.6007 5.59371 14.7604C5.43399 14.9202 5.23607 15 4.99996 15C4.76385 15 4.56593 14.9202 4.40621 14.7604C4.24649 14.6007 4.16663 14.4028 4.16663 14.1667L4.16663 5.83335C4.16663 5.59724 4.24649 5.39933 4.40621 5.2396C4.56593 5.07988 4.76385 5.00002 4.99996 5.00002L13.3333 5.00002C13.5694 5.00002 13.7673 5.07988 13.927 5.2396C14.0868 5.39933 14.1666 5.59724 14.1666 5.83335C14.1666 6.06947 14.0868 6.26738 13.927 6.4271C13.7673 6.58683 13.5694 6.66669 13.3333 6.66669L6.99996 6.66669Z",fill:n})}),u5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3334 7.00002L5.91671 14.4167C5.76393 14.5695 5.56949 14.6459 5.33337 14.6459C5.09726 14.6459 4.90282 14.5695 4.75004 14.4167C4.59726 14.2639 4.52087 14.0695 4.52087 13.8334C4.52087 13.5972 4.59726 13.4028 4.75004 13.25L12.1667 5.83335H5.83337C5.59726 5.83335 5.39935 5.75349 5.23962 5.59377C5.0799 5.43405 5.00004 5.23613 5.00004 5.00002C5.00004 4.76391 5.0799 4.56599 5.23962 4.40627C5.39935 4.24655 5.59726 4.16669 5.83337 4.16669H14.1667C14.4028 4.16669 14.6007 4.24655 14.7605 4.40627C14.9202 4.56599 15 4.76391 15 5.00002V13.3334C15 13.5695 14.9202 13.7674 14.7605 13.9271C14.6007 14.0868 14.4028 14.1667 14.1667 14.1667C13.9306 14.1667 13.7327 14.0868 13.573 13.9271C13.4132 13.7674 13.3334 13.5695 13.3334 13.3334V7.00002Z",fill:n})}),g5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5694 11.6667 13.3333C11.6667 13.0972 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),v5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5694 11.6667 13.3333C11.6667 13.0972 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),x5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.0417L7.04167 9.25004C6.88889 9.09726 6.69444 9.02087 6.45833 9.02087C6.22222 9.02087 6.02778 9.09726 5.875 9.25004C5.72222 9.40282 5.64583 9.59726 5.64583 9.83337C5.64583 10.0695 5.72222 10.2639 5.875 10.4167L8.25 12.7917C8.41667 12.9584 8.61111 13.0417 8.83333 13.0417C9.05556 13.0417 9.25 12.9584 9.41667 12.7917L14.125 8.08337C14.2778 7.9306 14.3542 7.73615 14.3542 7.50004C14.3542 7.26393 14.2778 7.06948 14.125 6.91671C13.9722 6.76393 13.7778 6.68754 13.5417 6.68754C13.3056 6.68754 13.1111 6.76393 12.9583 6.91671L8.83333 11.0417ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),h5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.0417L7.04167 9.25004C6.88889 9.09726 6.69444 9.02087 6.45833 9.02087C6.22222 9.02087 6.02778 9.09726 5.875 9.25004C5.72222 9.40282 5.64583 9.59726 5.64583 9.83337C5.64583 10.0695 5.72222 10.2639 5.875 10.4167L8.25 12.7917C8.41667 12.9584 8.61111 13.0417 8.83333 13.0417C9.05556 13.0417 9.25 12.9584 9.41667 12.7917L14.125 8.08337C14.2778 7.9306 14.3542 7.73615 14.3542 7.50004C14.3542 7.26393 14.2778 7.06948 14.125 6.91671C13.9722 6.76393 13.7778 6.68754 13.5417 6.68754C13.3056 6.68754 13.1111 6.76393 12.9583 6.91671L8.83333 11.0417ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8334H15.8333V4.16671H4.16667V15.8334ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),p5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5695 11.6667 13.3334C11.6667 13.0973 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0973 5.83333 13.3334C5.83333 13.5695 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.4341 14.1667 10.2362 14.1667 10C14.1667 9.76393 14.0868 9.56601 13.9271 9.40629C13.7674 9.24657 13.5694 9.16671 13.3333 9.16671H6.66667C6.43056 9.16671 6.23264 9.24657 6.07292 9.40629C5.91319 9.56601 5.83333 9.76393 5.83333 10C5.83333 10.2362 5.91319 10.4341 6.07292 10.5938C6.23264 10.7535 6.43056 10.8334 6.66667 10.8334ZM6.66667 7.50004H13.3333C13.5694 7.50004 13.7674 7.42018 13.9271 7.26046C14.0868 7.10073 14.1667 6.90282 14.1667 6.66671C14.1667 6.4306 14.0868 6.23268 13.9271 6.07296C13.7674 5.91323 13.5694 5.83337 13.3333 5.83337H6.66667C6.43056 5.83337 6.23264 5.91323 6.07292 6.07296C5.91319 6.23268 5.83333 6.4306 5.83333 6.66671C5.83333 6.90282 5.91319 7.10073 6.07292 7.26046C6.23264 7.42018 6.43056 7.50004 6.66667 7.50004ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),H5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8334H15.8333V4.16671H4.16667V15.8334ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5695 11.6667 13.3334C11.6667 13.0973 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0973 5.83333 13.3334C5.83333 13.5695 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.4341 14.1667 10.2362 14.1667 10C14.1667 9.76393 14.0868 9.56601 13.9271 9.40629C13.7674 9.24657 13.5694 9.16671 13.3333 9.16671H6.66667C6.43056 9.16671 6.23264 9.24657 6.07292 9.40629C5.91319 9.56601 5.83333 9.76393 5.83333 10C5.83333 10.2362 5.91319 10.4341 6.07292 10.5938C6.23264 10.7535 6.43056 10.8334 6.66667 10.8334ZM6.66667 7.50004H13.3333C13.5694 7.50004 13.7674 7.42018 13.9271 7.26046C14.0868 7.10073 14.1667 6.90282 14.1667 6.66671C14.1667 6.4306 14.0868 6.23268 13.9271 6.07296C13.7674 5.91323 13.5694 5.83337 13.3333 5.83337H6.66667C6.43056 5.83337 6.23264 5.91323 6.07292 6.07296C5.91319 6.23268 5.83333 6.4306 5.83333 6.66671C5.83333 6.90282 5.91319 7.10073 6.07292 7.26046C6.23264 7.42018 6.43056 7.50004 6.66667 7.50004ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),V5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.54169 16.0417V12.5417L5.50003 14.2917C5.1528 14.4861 4.78475 14.5347 4.39586 14.4375C4.00697 14.3403 3.7153 14.1111 3.52086 13.75C3.32642 13.4028 3.2778 13.0347 3.37503 12.6458C3.47225 12.2569 3.69447 11.9653 4.04169 11.7708L7.08336 10L4.04169 8.25C3.69447 8.05556 3.47225 7.76042 3.37503 7.36458C3.2778 6.96875 3.32642 6.59722 3.52086 6.25C3.7153 5.90278 4.00697 5.68056 4.39586 5.58333C4.78475 5.48611 5.1528 5.53472 5.50003 5.72917L8.54169 7.47917V3.95833C8.54169 3.55556 8.68406 3.21181 8.96878 2.92708C9.2535 2.64236 9.59725 2.5 10 2.5C10.4028 2.5 10.7466 2.64236 11.0313 2.92708C11.316 3.21181 11.4584 3.55556 11.4584 3.95833V7.47917L14.5 5.72917C14.8472 5.53472 15.2153 5.48611 15.6042 5.58333C15.9931 5.68056 16.2847 5.90278 16.4792 6.25C16.6736 6.59722 16.7188 6.96875 16.6146 7.36458C16.5104 7.76042 16.2847 8.05556 15.9375 8.25L12.9167 10L15.9584 11.7708C16.3056 11.9653 16.5278 12.2569 16.625 12.6458C16.7222 13.0347 16.6736 13.4097 16.4792 13.7708C16.2847 14.1181 15.9931 14.3403 15.6042 14.4375C15.2153 14.5347 14.8472 14.4861 14.5 14.2917L11.4584 12.5417V16.0417C11.4584 16.4444 11.316 16.7882 11.0313 17.0729C10.7466 17.3576 10.4028 17.5 10 17.5C9.59725 17.5 9.2535 17.3576 8.96878 17.0729C8.68406 16.7882 8.54169 16.4444 8.54169 16.0417Z",fill:n})}),L5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 13.125C14.9999 14.5695 14.493 15.7986 13.4791 16.8125C12.4652 17.8264 11.236 18.3334 9.79159 18.3334C8.34714 18.3334 7.11797 17.8264 6.10409 16.8125C5.0902 15.7986 4.58325 14.5695 4.58325 13.125V5.41669C4.58325 4.37502 4.94784 3.4896 5.677 2.76044C6.40617 2.03127 7.29159 1.66669 8.33325 1.66669C9.37492 1.66669 10.2603 2.03127 10.9895 2.76044C11.7187 3.4896 12.0833 4.37502 12.0833 5.41669V12.7084C12.0833 13.3472 11.861 13.8889 11.4166 14.3334C10.9721 14.7778 10.4305 15 9.79159 15C9.1527 15 8.61103 14.7778 8.16659 14.3334C7.72214 13.8889 7.49992 13.3472 7.49992 12.7084V5.83335C7.49992 5.59724 7.57978 5.39933 7.7395 5.2396C7.89922 5.07988 8.09714 5.00002 8.33325 5.00002C8.56936 5.00002 8.76728 5.07988 8.927 5.2396C9.08672 5.39933 9.16659 5.59724 9.16659 5.83335V12.7084C9.16659 12.8889 9.22561 13.0382 9.34367 13.1563C9.46172 13.2743 9.61103 13.3334 9.79159 13.3334C9.97214 13.3334 10.1214 13.2743 10.2395 13.1563C10.3576 13.0382 10.4166 12.8889 10.4166 12.7084V5.41669C10.4027 4.83335 10.1978 4.3403 9.802 3.93752C9.40617 3.53474 8.91659 3.33335 8.33325 3.33335C7.74992 3.33335 7.25686 3.53474 6.85409 3.93752C6.45131 4.3403 6.24992 4.83335 6.24992 5.41669V13.125C6.23603 14.1111 6.57631 14.9479 7.27075 15.6354C7.9652 16.3229 8.80547 16.6667 9.79159 16.6667C10.7638 16.6667 11.5902 16.3229 12.2708 15.6354C12.9513 14.9479 13.3055 14.1111 13.3333 13.125V5.83335C13.3333 5.59724 13.4131 5.39933 13.5728 5.2396C13.7326 5.07988 13.9305 5.00002 14.1666 5.00002C14.4027 5.00002 14.6006 5.07988 14.7603 5.2396C14.9201 5.39933 14.9999 5.59724 14.9999 5.83335V13.125Z",fill:n})}),M5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683ZM10.0002 11.6667C10.2363 11.6667 10.4342 11.5868 10.5939 11.4271C10.7536 11.2674 10.8335 11.0695 10.8335 10.8334V7.50002C10.8335 7.26391 10.7536 7.06599 10.5939 6.90627C10.4342 6.74655 10.2363 6.66669 10.0002 6.66669C9.76405 6.66669 9.56613 6.74655 9.40641 6.90627C9.24669 7.06599 9.16683 7.26391 9.16683 7.50002V10.8334C9.16683 11.0695 9.24669 11.2674 9.40641 11.4271C9.56613 11.5868 9.76405 11.6667 10.0002 11.6667ZM10.0002 15C10.2363 15 10.4342 14.9202 10.5939 14.7604C10.7536 14.6007 10.8335 14.4028 10.8335 14.1667C10.8335 13.9306 10.7536 13.7327 10.5939 13.5729C10.4342 13.4132 10.2363 13.3334 10.0002 13.3334C9.76405 13.3334 9.56613 13.4132 9.40641 13.5729C9.24669 13.7327 9.16683 13.9306 9.16683 14.1667C9.16683 14.4028 9.24669 14.6007 9.40641 14.7604C9.56613 14.9202 9.76405 15 10.0002 15Z",fill:n})}),f5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683ZM7.50016 16.6667H12.5002V5.00002H7.50016V16.6667ZM10.0002 11.6667C10.2363 11.6667 10.4342 11.5868 10.5939 11.4271C10.7536 11.2674 10.8335 11.0695 10.8335 10.8334V7.50002C10.8335 7.26391 10.7536 7.06599 10.5939 6.90627C10.4342 6.74655 10.2363 6.66669 10.0002 6.66669C9.76405 6.66669 9.56613 6.74655 9.40641 6.90627C9.24669 7.06599 9.16683 7.26391 9.16683 7.50002V10.8334C9.16683 11.0695 9.24669 11.2674 9.40641 11.4271C9.56613 11.5868 9.76405 11.6667 10.0002 11.6667ZM10.0002 15C10.2363 15 10.4342 14.9202 10.5939 14.7604C10.7536 14.6007 10.8335 14.4028 10.8335 14.1667C10.8335 13.9306 10.7536 13.7327 10.5939 13.5729C10.4342 13.4132 10.2363 13.3334 10.0002 13.3334C9.76405 13.3334 9.56613 13.4132 9.40641 13.5729C9.24669 13.7327 9.16683 13.9306 9.16683 14.1667C9.16683 14.4028 9.24669 14.6007 9.40641 14.7604C9.56613 14.9202 9.76405 15 10.0002 15Z",fill:n})}),Z5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.1665 14.1666C3.93039 14.1666 3.73248 14.0868 3.57275 13.9271C3.41303 13.7673 3.33317 13.5694 3.33317 13.3333V11.6666H2.49984C2.26373 11.6666 2.06581 11.5868 1.90609 11.4271C1.74637 11.2673 1.6665 11.0694 1.6665 10.8333V9.16665C1.6665 8.93054 1.74637 8.73262 1.90609 8.5729C2.06581 8.41317 2.26373 8.33331 2.49984 8.33331H3.33317V6.66665C3.33317 6.43054 3.41303 6.23262 3.57275 6.0729C3.73248 5.91317 3.93039 5.83331 4.1665 5.83331H17.4998C17.7359 5.83331 17.9339 5.91317 18.0936 6.0729C18.2533 6.23262 18.3332 6.43054 18.3332 6.66665V13.3333C18.3332 13.5694 18.2533 13.7673 18.0936 13.9271C17.9339 14.0868 17.7359 14.1666 17.4998 14.1666H4.1665ZM4.99984 12.5H16.6665V7.49998H4.99984V12.5Z",fill:n})}),j5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.1665 14.1666C3.93039 14.1666 3.73248 14.0868 3.57275 13.9271C3.41303 13.7673 3.33317 13.5694 3.33317 13.3333V11.6666H2.49984C2.26373 11.6666 2.06581 11.5868 1.90609 11.4271C1.74637 11.2673 1.6665 11.0694 1.6665 10.8333V9.16665C1.6665 8.93054 1.74637 8.73262 1.90609 8.5729C2.06581 8.41317 2.26373 8.33331 2.49984 8.33331H3.33317V6.66665C3.33317 6.43054 3.41303 6.23262 3.57275 6.0729C3.73248 5.91317 3.93039 5.83331 4.1665 5.83331H17.4998C17.7359 5.83331 17.9339 5.91317 18.0936 6.0729C18.2533 6.23262 18.3332 6.43054 18.3332 6.66665V13.3333C18.3332 13.5694 18.2533 13.7673 18.0936 13.9271C17.9339 14.0868 17.7359 14.1666 17.4998 14.1666H4.1665Z",fill:n})}),m5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V9.16669C14.1668 9.4028 14.087 9.60071 13.9272 9.76044C13.7675 9.92016 13.5696 10 13.3335 10C13.0974 10 12.8995 9.92016 12.7397 9.76044C12.58 9.60071 12.5002 9.4028 12.5002 9.16669V5.00002H7.50016V11.6667H9.25016C9.50016 11.6667 9.68072 11.7778 9.79183 12C9.90294 12.2222 9.88905 12.4445 9.75016 12.6667C9.55572 13.0139 9.40989 13.382 9.31266 13.7709C9.21544 14.1597 9.16683 14.5695 9.16683 15C9.16683 15.4167 9.21544 15.8195 9.31266 16.2084C9.40989 16.5972 9.55572 16.9722 9.75016 17.3334C9.86127 17.5695 9.86127 17.7952 9.75016 18.0104C9.63905 18.2257 9.46544 18.3334 9.22933 18.3334H6.66683ZM13.7502 15.8334H12.4585C12.2918 15.8334 12.1703 15.7604 12.0939 15.6146C12.0175 15.4688 12.0279 15.3264 12.1252 15.1875L14.2085 12.2084C14.2779 12.125 14.3578 12.0972 14.4481 12.125C14.5384 12.1528 14.5835 12.2222 14.5835 12.3334V14.1667H15.8752C16.0418 14.1667 16.1634 14.2396 16.2397 14.3854C16.3161 14.5313 16.3057 14.6736 16.2085 14.8125L14.1252 17.7917C14.0557 17.875 13.9759 17.9028 13.8856 17.875C13.7953 17.8472 13.7502 17.7778 13.7502 17.6667V15.8334Z",fill:n})}),B5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7502 15.8334H12.4585C12.2918 15.8334 12.1703 15.7604 12.0939 15.6146C12.0175 15.4688 12.0279 15.3264 12.1252 15.1875L14.2085 12.2084C14.2779 12.125 14.3578 12.0972 14.4481 12.125C14.5384 12.1528 14.5835 12.2222 14.5835 12.3334V14.1667H15.8752C16.0418 14.1667 16.1634 14.2396 16.2397 14.3854C16.3161 14.5313 16.3057 14.6736 16.2085 14.8125L14.1252 17.7917C14.0557 17.875 13.9759 17.9028 13.8856 17.875C13.7953 17.8472 13.7502 17.7778 13.7502 17.6667V15.8334ZM6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V9.43752C14.1668 9.5903 14.1113 9.72224 14.0002 9.83335C13.8891 9.94446 13.7571 10.0139 13.6043 10.0417C13.021 10.1111 12.4793 10.2674 11.9793 10.5104C11.4793 10.7535 11.0349 11.0695 10.646 11.4584C10.2016 11.9028 9.84391 12.4271 9.57308 13.0313C9.30225 13.6354 9.16683 14.2917 9.16683 15C9.16683 15.4167 9.21544 15.8195 9.31266 16.2084C9.40989 16.5972 9.55572 16.9722 9.75016 17.3334C9.86127 17.5695 9.86127 17.7952 9.75016 18.0104C9.63905 18.2257 9.46544 18.3334 9.22933 18.3334H6.66683Z",fill:n})}),S5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7502 15.8334H12.4585C12.2918 15.8334 12.1703 15.7604 12.0939 15.6146C12.0175 15.4688 12.0279 15.3264 12.1252 15.1875L14.2085 12.2084C14.2779 12.125 14.3578 12.0972 14.4481 12.125C14.5384 12.1528 14.5835 12.2222 14.5835 12.3334V14.1667H15.8752C16.0418 14.1667 16.1634 14.2396 16.2397 14.3854C16.3161 14.5313 16.3057 14.6736 16.2085 14.8125L14.1252 17.7917C14.0557 17.875 13.9759 17.9028 13.8856 17.875C13.7953 17.8472 13.7502 17.7778 13.7502 17.6667V15.8334ZM6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V9.16669C14.1668 9.4028 14.087 9.60071 13.9272 9.76044C13.7675 9.92016 13.5696 10 13.3335 10C13.0974 10 12.8995 9.92016 12.7397 9.76044C12.58 9.60071 12.5002 9.4028 12.5002 9.16669V5.00002H7.50016V16.6667H9.60433C9.84044 16.6667 10.0384 16.7465 10.1981 16.9063C10.3578 17.066 10.4377 17.2639 10.4377 17.5C10.4377 17.7361 10.3578 17.934 10.1981 18.0938C10.0384 18.2535 9.84044 18.3334 9.60433 18.3334H6.66683Z",fill:n})}),b5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683ZM7.50016 16.6667H12.5002V5.00002H7.50016V16.6667Z",fill:n})}),_5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683Z",fill:n})}),y5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 17.1458V12L5.91683 15.25C5.76405 15.4028 5.56961 15.4792 5.3335 15.4792C5.09738 15.4792 4.90294 15.4028 4.75016 15.25C4.59738 15.0972 4.521 14.9028 4.521 14.6667C4.521 14.4306 4.59738 14.2361 4.75016 14.0833L8.8335 10L4.75016 5.91667C4.59738 5.76389 4.521 5.56944 4.521 5.33333C4.521 5.09722 4.59738 4.90278 4.75016 4.75C4.90294 4.59722 5.09738 4.52083 5.3335 4.52083C5.56961 4.52083 5.76405 4.59722 5.91683 4.75L9.16683 8V2.85417C9.16683 2.60417 9.25016 2.39931 9.41683 2.23958C9.5835 2.07986 9.77794 2 10.0002 2C10.1113 2 10.2154 2.02083 10.3127 2.0625C10.4099 2.10417 10.5002 2.16667 10.5835 2.25L14.1668 5.83333C14.2502 5.91667 14.3092 6.00694 14.3439 6.10417C14.3786 6.20139 14.396 6.30556 14.396 6.41667C14.396 6.52778 14.3786 6.63194 14.3439 6.72917C14.3092 6.82639 14.2502 6.91667 14.1668 7L11.1668 10L14.1668 13C14.2502 13.0833 14.3092 13.1736 14.3439 13.2708C14.3786 13.3681 14.396 13.4722 14.396 13.5833C14.396 13.6944 14.3786 13.7986 14.3439 13.8958C14.3092 13.9931 14.2502 14.0833 14.1668 14.1667L10.5835 17.75C10.5002 17.8333 10.4099 17.8958 10.3127 17.9375C10.2154 17.9792 10.1113 18 10.0002 18C9.77794 18 9.5835 17.9201 9.41683 17.7604C9.25016 17.6007 9.16683 17.3958 9.16683 17.1458ZM10.8335 8L12.4168 6.41667L10.8335 4.875V8ZM10.8335 15.125L12.4168 13.5833L10.8335 12V15.125Z",fill:n})}),O5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 12L5.91683 15.25C5.76405 15.4028 5.56961 15.4792 5.3335 15.4792C5.09739 15.4792 4.90294 15.4028 4.75016 15.25C4.59739 15.0972 4.521 14.9028 4.521 14.6667C4.521 14.4306 4.59739 14.2361 4.75016 14.0833L8.25016 10.5833L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3127 17.4306 17.3127 17.6667C17.3127 17.9028 17.2363 18.0972 17.0835 18.25C16.9307 18.4028 16.7363 18.4792 16.5002 18.4792C16.2641 18.4792 16.0696 18.4028 15.9168 18.25L13.0002 15.3333L10.5835 17.75C10.5002 17.8333 10.4099 17.8958 10.3127 17.9375C10.2154 17.9792 10.1113 18 10.0002 18C9.77794 18 9.5835 17.9201 9.41683 17.7604C9.25016 17.6007 9.16683 17.3958 9.16683 17.1458V12ZM10.8335 15.125L11.7918 14.1667L10.8335 13.2083V15.125ZM11.7502 9.41667L10.5835 8.25L12.4168 6.41667L10.8335 4.875V8.5L9.16683 6.83333V2.85417C9.16683 2.60417 9.25016 2.39931 9.41683 2.23958C9.5835 2.07986 9.77794 2 10.0002 2C10.1113 2 10.2154 2.02083 10.3127 2.0625C10.4099 2.10417 10.5002 2.16667 10.5835 2.25L14.1668 5.83333C14.2502 5.91667 14.3092 6.00694 14.3439 6.10417C14.3786 6.20139 14.396 6.30556 14.396 6.41667C14.396 6.52778 14.3786 6.63194 14.3439 6.72917C14.3092 6.82639 14.2502 6.91667 14.1668 7L11.7502 9.41667Z",fill:n})}),N5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.81234 15.8959L13.2707 9.14585C13.3401 9.00696 13.3332 8.87155 13.2498 8.7396C13.1665 8.60766 13.0484 8.54169 12.8957 8.54169H10.6665V4.18752C10.6665 4.07641 10.6144 4.01044 10.5103 3.9896C10.4061 3.96877 10.3262 4.00696 10.2707 4.10419L6.81234 10.8542C6.74289 10.9931 6.74984 11.1285 6.83317 11.2604C6.9165 11.3924 7.03456 11.4584 7.18734 11.4584H9.4165V15.8125C9.4165 15.9236 9.46859 15.9896 9.57275 16.0104C9.67692 16.0313 9.75678 15.9931 9.81234 15.8959ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334Z",fill:n})}),F5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.81234 15.8959L13.2707 9.14585C13.3401 9.00696 13.3332 8.87155 13.2498 8.7396C13.1665 8.60766 13.0484 8.54169 12.8957 8.54169H10.6665V4.18752C10.6665 4.07641 10.6144 4.01044 10.5103 3.9896C10.4061 3.96877 10.3262 4.00696 10.2707 4.10419L6.81234 10.8542C6.74289 10.9931 6.74984 11.1285 6.83317 11.2604C6.9165 11.3924 7.03456 11.4584 7.18734 11.4584H9.4165V15.8125C9.4165 15.9236 9.46859 15.9896 9.57275 16.0104C9.67692 16.0313 9.75678 15.9931 9.81234 15.8959ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8471 16.6667 13.42 16.0174 14.7186 14.7188C16.0172 13.4202 16.6665 11.8472 16.6665 10C16.6665 8.1528 16.0172 6.57988 14.7186 5.28127C13.42 3.98266 11.8471 3.33335 9.99984 3.33335C8.15261 3.33335 6.5797 3.98266 5.28109 5.28127C3.98248 6.57988 3.33317 8.1528 3.33317 10C3.33317 11.8472 3.98248 13.4202 5.28109 14.7188C6.5797 16.0174 8.15261 16.6667 9.99984 16.6667Z",fill:n})}),k5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16689 12.0834L4.22939 11.4584C3.88216 11.4167 3.65647 11.2292 3.5523 10.8959C3.44814 10.5625 3.52105 10.2778 3.77105 10.0417L12.2919 1.87502C12.3613 1.80558 12.4447 1.75349 12.5419 1.71877C12.6391 1.68405 12.7711 1.66669 12.9377 1.66669C13.2155 1.66669 13.4273 1.78474 13.5731 2.02085C13.719 2.25696 13.7224 2.50002 13.5836 2.75002L10.8336 7.91669L15.7711 8.54169C16.1183 8.58335 16.344 8.77085 16.4481 9.10419C16.5523 9.43752 16.4794 9.72224 16.2294 9.95835L7.70855 18.125C7.63911 18.1945 7.55578 18.2465 7.45855 18.2813C7.36133 18.316 7.22939 18.3334 7.06272 18.3334C6.78494 18.3334 6.57314 18.2153 6.4273 17.9792C6.28147 17.7431 6.278 17.5 6.41689 17.25L9.16689 12.0834Z",fill:n})}),I5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16689 12.0834L4.22939 11.4584C3.88216 11.4167 3.65647 11.2292 3.5523 10.8959C3.44814 10.5625 3.52105 10.2778 3.77105 10.0417L12.2919 1.87502C12.3613 1.80558 12.4447 1.75349 12.5419 1.71877C12.6391 1.68405 12.7711 1.66669 12.9377 1.66669C13.2155 1.66669 13.4273 1.78474 13.5731 2.02085C13.719 2.25696 13.7224 2.50002 13.5836 2.75002L10.8336 7.91669L15.7711 8.54169C16.1183 8.58335 16.344 8.77085 16.4481 9.10419C16.5523 9.43752 16.4794 9.72224 16.2294 9.95835L7.70855 18.125C7.63911 18.1945 7.55578 18.2465 7.45855 18.2813C7.36133 18.316 7.22939 18.3334 7.06272 18.3334C6.78494 18.3334 6.57314 18.2153 6.4273 17.9792C6.28147 17.7431 6.278 17.5 6.41689 17.25L9.16689 12.0834ZM10.4586 13.1875L13.8127 9.97919L8.20855 9.27085L9.52105 6.83335L6.18772 10.0417L11.7711 10.7292L10.4586 13.1875Z",fill:n})}),A5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.49984 11.25V14.1042C9.49984 14.3264 9.604 14.4618 9.81234 14.5104C10.0207 14.559 10.1804 14.4861 10.2915 14.2917L12.8123 9.35419C12.8818 9.2153 12.8748 9.07988 12.7915 8.94794C12.7082 8.81599 12.5901 8.75002 12.4373 8.75002H10.6248V5.85419C10.6248 5.63196 10.5207 5.49308 10.3123 5.43752C10.104 5.38196 9.94428 5.45141 9.83317 5.64585L7.20817 10.6459C7.13873 10.7986 7.1422 10.9375 7.21859 11.0625C7.29498 11.1875 7.40956 11.25 7.56234 11.25H9.49984Z",fill:n})}),R5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667ZM9.49984 11.25V14.1042C9.49984 14.3264 9.604 14.4618 9.81234 14.5104C10.0207 14.559 10.1804 14.4861 10.2915 14.2917L12.8123 9.35419C12.8818 9.2153 12.8748 9.07988 12.7915 8.94794C12.7082 8.81599 12.5901 8.75002 12.4373 8.75002H10.6248V5.85419C10.6248 5.63196 10.5207 5.49308 10.3123 5.43752C10.104 5.38196 9.94428 5.45141 9.83317 5.64585L7.20817 10.6459C7.13873 10.7986 7.1422 10.9375 7.21859 11.0625C7.29498 11.1875 7.40956 11.25 7.56234 11.25H9.49984Z",fill:n})}),D5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49981 12.5H4.91648C4.58315 12.5 4.33662 12.3507 4.1769 12.0521C4.01717 11.7535 4.03453 11.4653 4.22898 11.1875L10.4581 2.22918C10.597 2.03473 10.7776 1.89932 10.9998 1.82293C11.222 1.74654 11.4512 1.75001 11.6873 1.83334C11.9234 1.91668 12.097 2.06251 12.2081 2.27084C12.3193 2.47918 12.3609 2.7014 12.3331 2.93751L11.6665 8.33334H14.8956C15.2568 8.33334 15.5102 8.49307 15.6561 8.81251C15.8019 9.13196 15.7568 9.43057 15.5206 9.70834L8.66648 17.9167C8.5137 18.0972 8.3262 18.2153 8.10398 18.2708C7.88176 18.3264 7.66648 18.3056 7.45815 18.2083C7.24981 18.1111 7.08662 17.9618 6.96856 17.7604C6.85051 17.559 6.80537 17.3403 6.83315 17.1042L7.49981 12.5Z",fill:n})}),T5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.79148 15.1667L13.104 10H9.77065L10.3748 5.27084L6.52065 10.8333H9.41648L8.79148 15.1667ZM7.49981 12.5H4.91648C4.58315 12.5 4.33662 12.3507 4.1769 12.0521C4.01717 11.7535 4.03453 11.4653 4.22898 11.1875L10.4581 2.22918C10.597 2.03473 10.7776 1.89932 10.9998 1.82293C11.222 1.74654 11.4512 1.75001 11.6873 1.83334C11.9234 1.91668 12.097 2.06251 12.2081 2.27084C12.3193 2.47918 12.3609 2.7014 12.3331 2.93751L11.6665 8.33334H14.8956C15.2568 8.33334 15.5102 8.49307 15.6561 8.81251C15.8019 9.13196 15.7568 9.43057 15.5206 9.70834L8.66648 17.9167C8.5137 18.0972 8.3262 18.2153 8.10398 18.2708C7.88176 18.3264 7.66648 18.3056 7.45815 18.2083C7.24981 18.1111 7.08662 17.9618 6.96856 17.7604C6.85051 17.559 6.80537 17.3403 6.83315 17.1042L7.49981 12.5Z",fill:n})}),E5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 15L6.49999 16.5C5.94443 16.7361 5.41666 16.691 4.91666 16.3646C4.41666 16.0382 4.16666 15.5764 4.16666 14.9792V4.16667C4.16666 3.70833 4.32985 3.31597 4.65624 2.98958C4.98263 2.66319 5.37499 2.5 5.83332 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3437 2.98958C15.6701 3.31597 15.8333 3.70833 15.8333 4.16667V14.9792C15.8333 15.5764 15.5833 16.0382 15.0833 16.3646C14.5833 16.691 14.0555 16.7361 13.5 16.5L9.99999 15Z",fill:n})}),P5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 15L6.49999 16.5C5.94443 16.7361 5.41666 16.691 4.91666 16.3646C4.41666 16.0382 4.16666 15.5764 4.16666 14.9792V4.16667C4.16666 3.70833 4.32985 3.31597 4.65624 2.98958C4.98263 2.66319 5.37499 2.5 5.83332 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3437 2.98958C15.6701 3.31597 15.8333 3.70833 15.8333 4.16667V14.9792C15.8333 15.5764 15.5833 16.0382 15.0833 16.3646C14.5833 16.691 14.0555 16.7361 13.5 16.5L9.99999 15ZM9.99999 13.1667L14.1667 14.9583V4.16667H5.83332V14.9583L9.99999 13.1667ZM9.99999 4.16667H5.83332H14.1667H9.99999Z",fill:n})}),z5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33334 15.8334L4.54168 17.7292C4.2639 17.8681 3.99307 17.8577 3.72918 17.6979C3.46529 17.5382 3.33334 17.2986 3.33334 16.9792V6.66669C3.33334 6.20835 3.49654 5.81599 3.82293 5.4896C4.14932 5.16321 4.54168 5.00002 5.00001 5.00002H11.6667C12.125 5.00002 12.5174 5.16321 12.8438 5.4896C13.1701 5.81599 13.3333 6.20835 13.3333 6.66669V16.9792C13.3333 17.2986 13.2014 17.5382 12.9375 17.6979C12.6736 17.8577 12.4028 17.8681 12.125 17.7292L8.33334 15.8334ZM15.8333 15C15.5972 15 15.3993 14.9202 15.2396 14.7604C15.0799 14.6007 15 14.4028 15 14.1667V3.33335H6.66668C6.43057 3.33335 6.23265 3.25349 6.07293 3.09377C5.9132 2.93405 5.83334 2.73613 5.83334 2.50002C5.83334 2.26391 5.9132 2.06599 6.07293 1.90627C6.23265 1.74655 6.43057 1.66669 6.66668 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V14.1667C16.6667 14.4028 16.5868 14.6007 16.4271 14.7604C16.2674 14.9202 16.0695 15 15.8333 15Z",fill:n})}),$5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33334 15.8334L4.54168 17.7292C4.2639 17.8681 3.99307 17.8577 3.72918 17.6979C3.46529 17.5382 3.33334 17.2986 3.33334 16.9792V6.66669C3.33334 6.20835 3.49654 5.81599 3.82293 5.4896C4.14932 5.16321 4.54168 5.00002 5.00001 5.00002H11.6667C12.125 5.00002 12.5174 5.16321 12.8438 5.4896C13.1701 5.81599 13.3333 6.20835 13.3333 6.66669V16.9792C13.3333 17.2986 13.2014 17.5382 12.9375 17.6979C12.6736 17.8577 12.4028 17.8681 12.125 17.7292L8.33334 15.8334ZM5.00001 15.8125L7.54168 14.4375C7.79168 14.2986 8.05557 14.2292 8.33334 14.2292C8.61112 14.2292 8.87501 14.2986 9.12501 14.4375L11.6667 15.8125V6.66669H5.00001V15.8125ZM15.8333 15C15.5972 15 15.3993 14.9202 15.2396 14.7604C15.0799 14.6007 15 14.4028 15 14.1667V3.33335H6.66668C6.43057 3.33335 6.23265 3.25349 6.07293 3.09377C5.9132 2.93405 5.83334 2.73613 5.83334 2.50002C5.83334 2.26391 5.9132 2.06599 6.07293 1.90627C6.23265 1.74655 6.43057 1.66669 6.66668 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V14.1667C16.6667 14.4028 16.5868 14.6007 16.4271 14.7604C16.2674 14.9202 16.0695 15 15.8333 15Z",fill:n})}),K5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 12.5C6.11111 12.5 4.93056 12.0139 3.95833 11.0417C2.98611 10.0694 2.5 8.88889 2.5 7.5C2.5 7.22222 2.52083 6.94444 2.5625 6.66667C2.60417 6.38889 2.68056 6.125 2.79167 5.875C2.86111 5.73611 2.94792 5.63194 3.05208 5.5625C3.15625 5.49306 3.27083 5.44444 3.39583 5.41667C3.52083 5.38889 3.64931 5.39236 3.78125 5.42708C3.91319 5.46181 4.03472 5.53472 4.14583 5.64583L6.33333 7.83333L7.83333 6.33333L5.64583 4.14583C5.53472 4.03472 5.46181 3.91319 5.42708 3.78125C5.39236 3.64931 5.38889 3.52083 5.41667 3.39583C5.44444 3.27083 5.49306 3.15625 5.5625 3.05208C5.63194 2.94792 5.73611 2.86111 5.875 2.79167C6.125 2.68056 6.38889 2.60417 6.66667 2.5625C6.94444 2.52083 7.22222 2.5 7.5 2.5C8.88889 2.5 10.0694 2.98611 11.0417 3.95833C12.0139 4.93056 12.5 6.11111 12.5 7.5C12.5 7.81944 12.4722 8.12153 12.4167 8.40625C12.3611 8.69097 12.2778 8.97222 12.1667 9.25L16.375 13.4167C16.7778 13.8194 16.9792 14.3125 16.9792 14.8958C16.9792 15.4792 16.7778 15.9722 16.375 16.375C15.9722 16.7778 15.4792 16.9792 14.8958 16.9792C14.3125 16.9792 13.8194 16.7708 13.4167 16.3542L9.25 12.1667C8.97222 12.2778 8.69097 12.3611 8.40625 12.4167C8.12153 12.4722 7.81944 12.5 7.5 12.5Z",fill:n})}),U5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 12.5C6.11111 12.5 4.93056 12.0139 3.95833 11.0417C2.98611 10.0694 2.5 8.88889 2.5 7.5C2.5 7.22222 2.52083 6.94444 2.5625 6.66667C2.60417 6.38889 2.68056 6.125 2.79167 5.875C2.86111 5.73611 2.94792 5.63194 3.05208 5.5625C3.15625 5.49306 3.27083 5.44444 3.39583 5.41667C3.52083 5.38889 3.64931 5.39236 3.78125 5.42708C3.91319 5.46181 4.03472 5.53472 4.14583 5.64583L6.33333 7.83333L7.83333 6.33333L5.64583 4.14583C5.53472 4.03472 5.46181 3.91319 5.42708 3.78125C5.39236 3.64931 5.38889 3.52083 5.41667 3.39583C5.44444 3.27083 5.49306 3.15625 5.5625 3.05208C5.63194 2.94792 5.73611 2.86111 5.875 2.79167C6.125 2.68056 6.38889 2.60417 6.66667 2.5625C6.94444 2.52083 7.22222 2.5 7.5 2.5C8.88889 2.5 10.0694 2.98611 11.0417 3.95833C12.0139 4.93056 12.5 6.11111 12.5 7.5C12.5 7.81944 12.4722 8.12153 12.4167 8.40625C12.3611 8.69097 12.2778 8.97222 12.1667 9.25L16.375 13.4167C16.7778 13.8194 16.9792 14.3125 16.9792 14.8958C16.9792 15.4792 16.7778 15.9722 16.375 16.375C15.9722 16.7778 15.4792 16.9792 14.8958 16.9792C14.3125 16.9792 13.8194 16.7708 13.4167 16.3542L9.25 12.1667C8.97222 12.2778 8.69097 12.3611 8.40625 12.4167C8.12153 12.4722 7.81944 12.5 7.5 12.5ZM7.5 10.8333C7.86111 10.8333 8.22222 10.7778 8.58333 10.6667C8.94444 10.5556 9.27083 10.3819 9.5625 10.1458L14.625 15.2083C14.6944 15.2778 14.7882 15.309 14.9062 15.3021C15.0243 15.2951 15.1181 15.2569 15.1875 15.1875C15.2569 15.1181 15.2917 15.0243 15.2917 14.9062C15.2917 14.7882 15.2569 14.6944 15.1875 14.625L10.125 9.58333C10.375 9.30556 10.5556 8.98264 10.6667 8.61458C10.7778 8.24653 10.8333 7.875 10.8333 7.5C10.8333 6.66667 10.566 5.94097 10.0312 5.32292C9.49653 4.70486 8.83333 4.33333 8.04167 4.20833L9.58333 5.75C9.75 5.91667 9.83333 6.11111 9.83333 6.33333C9.83333 6.55556 9.75 6.75 9.58333 6.91667L6.91667 9.58333C6.75 9.75 6.55556 9.83333 6.33333 9.83333C6.11111 9.83333 5.91667 9.75 5.75 9.58333L4.20833 8.04167C4.33333 8.83333 4.70486 9.49653 5.32292 10.0312C5.94097 10.566 6.66667 10.8333 7.5 10.8333Z",fill:n})}),G5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.125 12.875L12.0208 9.97913C12.1875 9.81246 12.3889 9.72913 12.625 9.72913C12.8611 9.72913 13.0625 9.81246 13.2292 9.97913C13.3958 10.1458 13.4792 10.3472 13.4792 10.5833C13.4792 10.8194 13.3958 11.0208 13.2292 11.1875L9.70833 14.7083C9.54167 14.875 9.34722 14.9583 9.125 14.9583C8.90278 14.9583 8.70833 14.875 8.54167 14.7083L6.77083 12.9375C6.60417 12.7708 6.52083 12.5694 6.52083 12.3333C6.52083 12.0972 6.60417 11.8958 6.77083 11.7291C6.9375 11.5625 7.13889 11.4791 7.375 11.4791C7.61111 11.4791 7.8125 11.5625 7.97917 11.7291L9.125 12.875ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666Z",fill:n})}),W5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.125 12.875L12.0208 9.97913C12.1875 9.81246 12.3889 9.72913 12.625 9.72913C12.8611 9.72913 13.0625 9.81246 13.2292 9.97913C13.3958 10.1458 13.4792 10.3472 13.4792 10.5833C13.4792 10.8194 13.3958 11.0208 13.2292 11.1875L9.70833 14.7083C9.54167 14.875 9.34722 14.9583 9.125 14.9583C8.90278 14.9583 8.70833 14.875 8.54167 14.7083L6.77083 12.9375C6.60417 12.7708 6.52083 12.5694 6.52083 12.3333C6.52083 12.0972 6.60417 11.8958 6.77083 11.7291C6.9375 11.5625 7.13889 11.4791 7.375 11.4791C7.61111 11.4791 7.8125 11.5625 7.97917 11.7291L9.125 12.875ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663Z",fill:n})}),q5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.6666L8.66667 15C8.51389 15.1527 8.31944 15.2291 8.08333 15.2291C7.84722 15.2291 7.65278 15.1527 7.5 15C7.34722 14.8472 7.27083 14.6527 7.27083 14.4166C7.27083 14.1805 7.34722 13.9861 7.5 13.8333L8.83333 12.5L7.5 11.1666C7.34722 11.0138 7.27083 10.8194 7.27083 10.5833C7.27083 10.3472 7.34722 10.1527 7.5 9.99996C7.65278 9.84718 7.84722 9.77079 8.08333 9.77079C8.31944 9.77079 8.51389 9.84718 8.66667 9.99996L10 11.3333L11.3333 9.99996C11.4861 9.84718 11.6806 9.77079 11.9167 9.77079C12.1528 9.77079 12.3472 9.84718 12.5 9.99996C12.6528 10.1527 12.7292 10.3472 12.7292 10.5833C12.7292 10.8194 12.6528 11.0138 12.5 11.1666L11.1667 12.5L12.5 13.8333C12.6528 13.9861 12.7292 14.1805 12.7292 14.4166C12.7292 14.6527 12.6528 14.8472 12.5 15C12.3472 15.1527 12.1528 15.2291 11.9167 15.2291C11.6806 15.2291 11.4861 15.1527 11.3333 15L10 13.6666ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666Z",fill:n})}),Y5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.6666L8.66667 15C8.51389 15.1527 8.31944 15.2291 8.08333 15.2291C7.84722 15.2291 7.65278 15.1527 7.5 15C7.34722 14.8472 7.27083 14.6527 7.27083 14.4166C7.27083 14.1805 7.34722 13.9861 7.5 13.8333L8.83333 12.5L7.5 11.1666C7.34722 11.0138 7.27083 10.8194 7.27083 10.5833C7.27083 10.3472 7.34722 10.1527 7.5 9.99996C7.65278 9.84718 7.84722 9.77079 8.08333 9.77079C8.31944 9.77079 8.51389 9.84718 8.66667 9.99996L10 11.3333L11.3333 9.99996C11.4861 9.84718 11.6806 9.77079 11.9167 9.77079C12.1528 9.77079 12.3472 9.84718 12.5 9.99996C12.6528 10.1527 12.7292 10.3472 12.7292 10.5833C12.7292 10.8194 12.6528 11.0138 12.5 11.1666L11.1667 12.5L12.5 13.8333C12.6528 13.9861 12.7292 14.1805 12.7292 14.4166C12.7292 14.6527 12.6528 14.8472 12.5 15C12.3472 15.1527 12.1528 15.2291 11.9167 15.2291C11.6806 15.2291 11.4861 15.1527 11.3333 15L10 13.6666ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663Z",fill:n})}),Q5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM10 11.6666C9.76389 11.6666 9.56597 11.5868 9.40625 11.427C9.24653 11.2673 9.16667 11.0694 9.16667 10.8333C9.16667 10.5972 9.24653 10.3993 9.40625 10.2395C9.56597 10.0798 9.76389 9.99996 10 9.99996C10.2361 9.99996 10.434 10.0798 10.5938 10.2395C10.7535 10.3993 10.8333 10.5972 10.8333 10.8333C10.8333 11.0694 10.7535 11.2673 10.5938 11.427C10.434 11.5868 10.2361 11.6666 10 11.6666ZM6.66667 11.6666C6.43056 11.6666 6.23264 11.5868 6.07292 11.427C5.91319 11.2673 5.83333 11.0694 5.83333 10.8333C5.83333 10.5972 5.91319 10.3993 6.07292 10.2395C6.23264 10.0798 6.43056 9.99996 6.66667 9.99996C6.90278 9.99996 7.10069 10.0798 7.26042 10.2395C7.42014 10.3993 7.5 10.5972 7.5 10.8333C7.5 11.0694 7.42014 11.2673 7.26042 11.427C7.10069 11.5868 6.90278 11.6666 6.66667 11.6666ZM13.3333 11.6666C13.0972 11.6666 12.8993 11.5868 12.7396 11.427C12.5799 11.2673 12.5 11.0694 12.5 10.8333C12.5 10.5972 12.5799 10.3993 12.7396 10.2395C12.8993 10.0798 13.0972 9.99996 13.3333 9.99996C13.5694 9.99996 13.7674 10.0798 13.9271 10.2395C14.0868 10.3993 14.1667 10.5972 14.1667 10.8333C14.1667 11.0694 14.0868 11.2673 13.9271 11.427C13.7674 11.5868 13.5694 11.6666 13.3333 11.6666ZM10 15C9.76389 15 9.56597 14.9201 9.40625 14.7604C9.24653 14.6007 9.16667 14.4027 9.16667 14.1666C9.16667 13.9305 9.24653 13.7326 9.40625 13.5729C9.56597 13.4132 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.4132 10.5938 13.5729C10.7535 13.7326 10.8333 13.9305 10.8333 14.1666C10.8333 14.4027 10.7535 14.6007 10.5938 14.7604C10.434 14.9201 10.2361 15 10 15ZM6.66667 15C6.43056 15 6.23264 14.9201 6.07292 14.7604C5.91319 14.6007 5.83333 14.4027 5.83333 14.1666C5.83333 13.9305 5.91319 13.7326 6.07292 13.5729C6.23264 13.4132 6.43056 13.3333 6.66667 13.3333C6.90278 13.3333 7.10069 13.4132 7.26042 13.5729C7.42014 13.7326 7.5 13.9305 7.5 14.1666C7.5 14.4027 7.42014 14.6007 7.26042 14.7604C7.10069 14.9201 6.90278 15 6.66667 15ZM13.3333 15C13.0972 15 12.8993 14.9201 12.7396 14.7604C12.5799 14.6007 12.5 14.4027 12.5 14.1666C12.5 13.9305 12.5799 13.7326 12.7396 13.5729C12.8993 13.4132 13.0972 13.3333 13.3333 13.3333C13.5694 13.3333 13.7674 13.4132 13.9271 13.5729C14.0868 13.7326 14.1667 13.9305 14.1667 14.1666C14.1667 14.4027 14.0868 14.6007 13.9271 14.7604C13.7674 14.9201 13.5694 15 13.3333 15Z",fill:n})}),X5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663ZM10 11.6666C9.76389 11.6666 9.56597 11.5868 9.40625 11.427C9.24653 11.2673 9.16667 11.0694 9.16667 10.8333C9.16667 10.5972 9.24653 10.3993 9.40625 10.2395C9.56597 10.0798 9.76389 9.99996 10 9.99996C10.2361 9.99996 10.434 10.0798 10.5938 10.2395C10.7535 10.3993 10.8333 10.5972 10.8333 10.8333C10.8333 11.0694 10.7535 11.2673 10.5938 11.427C10.434 11.5868 10.2361 11.6666 10 11.6666ZM6.66667 11.6666C6.43056 11.6666 6.23264 11.5868 6.07292 11.427C5.91319 11.2673 5.83333 11.0694 5.83333 10.8333C5.83333 10.5972 5.91319 10.3993 6.07292 10.2395C6.23264 10.0798 6.43056 9.99996 6.66667 9.99996C6.90278 9.99996 7.10069 10.0798 7.26042 10.2395C7.42014 10.3993 7.5 10.5972 7.5 10.8333C7.5 11.0694 7.42014 11.2673 7.26042 11.427C7.10069 11.5868 6.90278 11.6666 6.66667 11.6666ZM13.3333 11.6666C13.0972 11.6666 12.8993 11.5868 12.7396 11.427C12.5799 11.2673 12.5 11.0694 12.5 10.8333C12.5 10.5972 12.5799 10.3993 12.7396 10.2395C12.8993 10.0798 13.0972 9.99996 13.3333 9.99996C13.5694 9.99996 13.7674 10.0798 13.9271 10.2395C14.0868 10.3993 14.1667 10.5972 14.1667 10.8333C14.1667 11.0694 14.0868 11.2673 13.9271 11.427C13.7674 11.5868 13.5694 11.6666 13.3333 11.6666ZM10 15C9.76389 15 9.56597 14.9201 9.40625 14.7604C9.24653 14.6007 9.16667 14.4027 9.16667 14.1666C9.16667 13.9305 9.24653 13.7326 9.40625 13.5729C9.56597 13.4132 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.4132 10.5938 13.5729C10.7535 13.7326 10.8333 13.9305 10.8333 14.1666C10.8333 14.4027 10.7535 14.6007 10.5938 14.7604C10.434 14.9201 10.2361 15 10 15ZM6.66667 15C6.43056 15 6.23264 14.9201 6.07292 14.7604C5.91319 14.6007 5.83333 14.4027 5.83333 14.1666C5.83333 13.9305 5.91319 13.7326 6.07292 13.5729C6.23264 13.4132 6.43056 13.3333 6.66667 13.3333C6.90278 13.3333 7.10069 13.4132 7.26042 13.5729C7.42014 13.7326 7.5 13.9305 7.5 14.1666C7.5 14.4027 7.42014 14.6007 7.26042 14.7604C7.10069 14.9201 6.90278 15 6.66667 15ZM13.3333 15C13.0972 15 12.8993 14.9201 12.7396 14.7604C12.5799 14.6007 12.5 14.4027 12.5 14.1666C12.5 13.9305 12.5799 13.7326 12.7396 13.5729C12.8993 13.4132 13.0972 13.3333 13.3333 13.3333C13.5694 13.3333 13.7674 13.4132 13.9271 13.5729C14.0868 13.7326 14.1667 13.9305 14.1667 14.1666C14.1667 14.4027 14.0868 14.6007 13.9271 14.7604C13.7674 14.9201 13.5694 15 13.3333 15Z",fill:n})}),J5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666Z",fill:n})}),C7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663Z",fill:n})}),e7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0938 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1562C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5Z",fill:n})}),t7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0938 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1562C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5ZM5.02083 7.5L6.39583 6.125L6.04167 4.16667H4.1875C4.25694 4.73611 4.35417 5.29861 4.47917 5.85417C4.60417 6.40972 4.78472 6.95833 5.02083 7.5ZM12.4792 14.9583C13.0208 15.1944 13.5729 15.3819 14.1354 15.5208C14.6979 15.6597 15.2639 15.75 15.8333 15.7917V13.9583L13.875 13.5625L12.4792 14.9583Z",fill:n})}),n7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.1667L12.4167 13.5834C12.5695 13.7361 12.7639 13.8125 13 13.8125C13.2361 13.8125 13.4306 13.7361 13.5834 13.5834C13.7361 13.4306 13.8125 13.2361 13.8125 13C13.8125 12.7639 13.7361 12.5695 13.5834 12.4167L11.1667 10L13.5834 7.58335C13.7361 7.43058 13.8125 7.23613 13.8125 7.00002C13.8125 6.76391 13.7361 6.56946 13.5834 6.41669C13.4306 6.26391 13.2361 6.18752 13 6.18752C12.7639 6.18752 12.5695 6.26391 12.4167 6.41669L10 8.83335L7.58335 6.41669C7.43058 6.26391 7.23613 6.18752 7.00002 6.18752C6.76391 6.18752 6.56946 6.26391 6.41669 6.41669C6.26391 6.56946 6.18752 6.76391 6.18752 7.00002C6.18752 7.23613 6.26391 7.43058 6.41669 7.58335L8.83335 10L6.41669 12.4167C6.26391 12.5695 6.18752 12.7639 6.18752 13C6.18752 13.2361 6.26391 13.4306 6.41669 13.5834C6.56946 13.7361 6.76391 13.8125 7.00002 13.8125C7.23613 13.8125 7.43058 13.7361 7.58335 13.5834L10 11.1667ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334Z",fill:n})}),r7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.1667L12.4167 13.5834C12.5695 13.7361 12.7639 13.8125 13 13.8125C13.2361 13.8125 13.4306 13.7361 13.5834 13.5834C13.7361 13.4306 13.8125 13.2361 13.8125 13C13.8125 12.7639 13.7361 12.5695 13.5834 12.4167L11.1667 10L13.5834 7.58335C13.7361 7.43058 13.8125 7.23613 13.8125 7.00002C13.8125 6.76391 13.7361 6.56946 13.5834 6.41669C13.4306 6.26391 13.2361 6.18752 13 6.18752C12.7639 6.18752 12.5695 6.26391 12.4167 6.41669L10 8.83335L7.58335 6.41669C7.43058 6.26391 7.23613 6.18752 7.00002 6.18752C6.76391 6.18752 6.56946 6.26391 6.41669 6.41669C6.26391 6.56946 6.18752 6.76391 6.18752 7.00002C6.18752 7.23613 6.26391 7.43058 6.41669 7.58335L8.83335 10L6.41669 12.4167C6.26391 12.5695 6.18752 12.7639 6.18752 13C6.18752 13.2361 6.26391 13.4306 6.41669 13.5834C6.56946 13.7361 6.76391 13.8125 7.00002 13.8125C7.23613 13.8125 7.43058 13.7361 7.58335 13.5834L10 11.1667ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),o7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.1875 7.89583L9.29167 2.83333C9.375 2.69444 9.47917 2.59375 9.60417 2.53125C9.72917 2.46875 9.86111 2.4375 10 2.4375C10.1389 2.4375 10.2708 2.46875 10.3958 2.53125C10.5208 2.59375 10.625 2.69444 10.7083 2.83333L13.8125 7.89583C13.8958 8.03472 13.9375 8.18056 13.9375 8.33333C13.9375 8.48611 13.9028 8.625 13.8333 8.75C13.7639 8.875 13.6667 8.97569 13.5417 9.05208C13.4167 9.12847 13.2708 9.16667 13.1042 9.16667H6.89583C6.72917 9.16667 6.58333 9.12847 6.45833 9.05208C6.33333 8.97569 6.23611 8.875 6.16667 8.75C6.09722 8.625 6.0625 8.48611 6.0625 8.33333C6.0625 8.18056 6.10417 8.03472 6.1875 7.89583ZM14.5833 18.3333C13.5417 18.3333 12.6562 17.9688 11.9271 17.2396C11.1979 16.5104 10.8333 15.625 10.8333 14.5833C10.8333 13.5417 11.1979 12.6562 11.9271 11.9271C12.6562 11.1979 13.5417 10.8333 14.5833 10.8333C15.625 10.8333 16.5104 11.1979 17.2396 11.9271C17.9687 12.6562 18.3333 13.5417 18.3333 14.5833C18.3333 15.625 17.9687 16.5104 17.2396 17.2396C16.5104 17.9688 15.625 18.3333 14.5833 18.3333ZM2.5 17.0833V12.0833C2.5 11.8472 2.57986 11.6493 2.73958 11.4896C2.89931 11.3299 3.09722 11.25 3.33333 11.25H8.33333C8.56944 11.25 8.76736 11.3299 8.92708 11.4896C9.08681 11.6493 9.16667 11.8472 9.16667 12.0833V17.0833C9.16667 17.3194 9.08681 17.5174 8.92708 17.6771C8.76736 17.8368 8.56944 17.9167 8.33333 17.9167H3.33333C3.09722 17.9167 2.89931 17.8368 2.73958 17.6771C2.57986 17.5174 2.5 17.3194 2.5 17.0833Z",fill:n})}),s7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.1875 7.89583L9.29167 2.83333C9.375 2.69444 9.47917 2.59375 9.60417 2.53125C9.72917 2.46875 9.86111 2.4375 10 2.4375C10.1389 2.4375 10.2708 2.46875 10.3958 2.53125C10.5208 2.59375 10.625 2.69444 10.7083 2.83333L13.8125 7.89583C13.8958 8.03472 13.9375 8.18056 13.9375 8.33333C13.9375 8.48611 13.9028 8.625 13.8333 8.75C13.7639 8.875 13.6667 8.97569 13.5417 9.05208C13.4167 9.12847 13.2708 9.16667 13.1042 9.16667H6.89583C6.72917 9.16667 6.58333 9.12847 6.45833 9.05208C6.33333 8.97569 6.23611 8.875 6.16667 8.75C6.09722 8.625 6.0625 8.48611 6.0625 8.33333C6.0625 8.18056 6.10417 8.03472 6.1875 7.89583ZM14.5833 18.3333C13.5417 18.3333 12.6562 17.9688 11.9271 17.2396C11.1979 16.5104 10.8333 15.625 10.8333 14.5833C10.8333 13.5417 11.1979 12.6562 11.9271 11.9271C12.6562 11.1979 13.5417 10.8333 14.5833 10.8333C15.625 10.8333 16.5104 11.1979 17.2396 11.9271C17.9687 12.6562 18.3333 13.5417 18.3333 14.5833C18.3333 15.625 17.9687 16.5104 17.2396 17.2396C16.5104 17.9688 15.625 18.3333 14.5833 18.3333ZM2.5 17.0833V12.0833C2.5 11.8472 2.57986 11.6493 2.73958 11.4896C2.89931 11.3299 3.09722 11.25 3.33333 11.25H8.33333C8.56944 11.25 8.76736 11.3299 8.92708 11.4896C9.08681 11.6493 9.16667 11.8472 9.16667 12.0833V17.0833C9.16667 17.3194 9.08681 17.5174 8.92708 17.6771C8.76736 17.8368 8.56944 17.9167 8.33333 17.9167H3.33333C3.09722 17.9167 2.89931 17.8368 2.73958 17.6771C2.57986 17.5174 2.5 17.3194 2.5 17.0833ZM14.5833 16.6667C15.1667 16.6667 15.6597 16.4653 16.0625 16.0625C16.4653 15.6597 16.6667 15.1667 16.6667 14.5833C16.6667 14 16.4653 13.5069 16.0625 13.1042C15.6597 12.7014 15.1667 12.5 14.5833 12.5C14 12.5 13.5069 12.7014 13.1042 13.1042C12.7014 13.5069 12.5 14 12.5 14.5833C12.5 15.1667 12.7014 15.6597 13.1042 16.0625C13.5069 16.4653 14 16.6667 14.5833 16.6667ZM4.16667 16.25H7.5V12.9167H4.16667V16.25ZM8.375 7.5H11.625L10 4.875L8.375 7.5Z",fill:n})}),l7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V9.16667C7.5 8.93056 7.42014 8.73264 7.26042 8.57292C7.10069 8.41319 6.90278 8.33333 6.66667 8.33333C6.43056 8.33333 6.23264 8.41319 6.07292 8.57292C5.91319 8.73264 5.83333 8.93056 5.83333 9.16667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667ZM13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V11.6667C14.1667 11.4306 14.0868 11.2326 13.9271 11.0729C13.7674 10.9132 13.5694 10.8333 13.3333 10.8333C13.0972 10.8333 12.8993 10.9132 12.7396 11.0729C12.5799 11.2326 12.5 11.4306 12.5 11.6667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667ZM15 7.5C14.7639 7.5 14.566 7.42014 14.4062 7.26042C14.2465 7.10069 14.1667 6.90278 14.1667 6.66667V5.83333H13.3333C13.0972 5.83333 12.8993 5.75347 12.7396 5.59375C12.5799 5.43403 12.5 5.23611 12.5 5C12.5 4.76389 12.5799 4.56597 12.7396 4.40625C12.8993 4.24653 13.0972 4.16667 13.3333 4.16667H14.1667V3.33333C14.1667 3.09722 14.2465 2.89931 14.4062 2.73958C14.566 2.57986 14.7639 2.5 15 2.5C15.2361 2.5 15.434 2.57986 15.5938 2.73958C15.7535 2.89931 15.8333 3.09722 15.8333 3.33333V4.16667H16.6667C16.9028 4.16667 17.1007 4.24653 17.2604 4.40625C17.4201 4.56597 17.5 4.76389 17.5 5C17.5 5.23611 17.4201 5.43403 17.2604 5.59375C17.1007 5.75347 16.9028 5.83333 16.6667 5.83333H15.8333V6.66667C15.8333 6.90278 15.7535 7.10069 15.5938 7.26042C15.434 7.42014 15.2361 7.5 15 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H10.8333C11.0694 2.5 11.2674 2.57986 11.4271 2.73958C11.5868 2.89931 11.6667 3.09722 11.6667 3.33333V6.66667C11.6667 7.125 11.8299 7.51736 12.1562 7.84375C12.4826 8.17014 12.875 8.33333 13.3333 8.33333H16.6667C16.9028 8.33333 17.1007 8.41319 17.2604 8.57292C17.4201 8.73264 17.5 8.93056 17.5 9.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),i7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H10.8333C11.0694 2.5 11.2674 2.57986 11.4271 2.73958C11.5868 2.89931 11.6667 3.09722 11.6667 3.33333C11.6667 3.56944 11.5868 3.76736 11.4271 3.92708C11.2674 4.08681 11.0694 4.16667 10.8333 4.16667H4.16667V15.8333H15.8333V9.16667C15.8333 8.93056 15.9132 8.73264 16.0729 8.57292C16.2326 8.41319 16.4306 8.33333 16.6667 8.33333C16.9028 8.33333 17.1007 8.41319 17.2604 8.57292C17.4201 8.73264 17.5 8.93056 17.5 9.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 8.33333C6.43056 8.33333 6.23264 8.41319 6.07292 8.57292C5.91319 8.73264 5.83333 8.93056 5.83333 9.16667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V9.16667C7.5 8.93056 7.42014 8.73264 7.26042 8.57292C7.10069 8.41319 6.90278 8.33333 6.66667 8.33333ZM10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333ZM13.3333 10.8333C13.0972 10.8333 12.8993 10.9132 12.7396 11.0729C12.5799 11.2326 12.5 11.4306 12.5 11.6667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V11.6667C14.1667 11.4306 14.0868 11.2326 13.9271 11.0729C13.7674 10.9132 13.5694 10.8333 13.3333 10.8333ZM14.1667 5.83333H13.3333C13.0972 5.83333 12.8993 5.75347 12.7396 5.59375C12.5799 5.43403 12.5 5.23611 12.5 5C12.5 4.76389 12.5799 4.56597 12.7396 4.40625C12.8993 4.24653 13.0972 4.16667 13.3333 4.16667H14.1667V3.33333C14.1667 3.09722 14.2465 2.89931 14.4062 2.73958C14.566 2.57986 14.7639 2.5 15 2.5C15.2361 2.5 15.434 2.57986 15.5938 2.73958C15.7535 2.89931 15.8333 3.09722 15.8333 3.33333V4.16667H16.6667C16.9028 4.16667 17.1007 4.24653 17.2604 4.40625C17.4201 4.56597 17.5 4.76389 17.5 5C17.5 5.23611 17.4201 5.43403 17.2604 5.59375C17.1007 5.75347 16.9028 5.83333 16.6667 5.83333H15.8333V6.66667C15.8333 6.90278 15.7535 7.10069 15.5938 7.26042C15.434 7.42014 15.2361 7.5 15 7.5C14.7639 7.5 14.566 7.42014 14.4062 7.26042C14.2465 7.10069 14.1667 6.90278 14.1667 6.66667V5.83333Z",fill:n})}),c7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M17.5 13.3333L11.0208 8.27084C10.6458 7.97917 10.2257 7.86459 9.76042 7.92709C9.29514 7.98959 8.92361 8.21528 8.64583 8.60417L6.85417 11.0625C6.71528 11.2569 6.53125 11.3715 6.30208 11.4063C6.07292 11.441 5.86111 11.3819 5.66667 11.2292L2.5 8.75V7.5C2.5 7.15278 2.65278 6.90278 2.95833 6.75C3.26389 6.59722 3.55556 6.625 3.83333 6.83334L5.83333 8.33334L8.97917 3.9375C9.25694 3.54861 9.63194 3.31945 10.1042 3.25C10.5764 3.18056 11 3.29861 11.375 3.60417L14.1667 5.83334H15.8333C16.2917 5.83334 16.684 5.99653 17.0104 6.32292C17.3368 6.64931 17.5 7.04167 17.5 7.5V13.3333ZM2.5 16.6667V10.8333L5.3125 13.0833C5.6875 13.3889 6.10764 13.5069 6.57292 13.4375C7.03819 13.3681 7.40972 13.1389 7.6875 12.75L9.5 10.2708C9.63889 10.0764 9.82292 9.96181 10.0521 9.92709C10.2812 9.89236 10.4931 9.95139 10.6875 10.1042L17.5 15.4375V16.6667H2.5Z",fill:n})}),a7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.375 3.60417L14.1667 5.83334H15.8333C16.2917 5.83334 16.684 5.99653 17.0104 6.32292C17.3368 6.64931 17.5 7.04167 17.5 7.5V16.6667H2.5V7.5C2.5 7.15278 2.65278 6.90278 2.95833 6.75C3.26389 6.59722 3.55556 6.625 3.83333 6.83334L5.83333 8.33334L8.97917 3.9375C9.25694 3.54861 9.63194 3.31945 10.1042 3.25C10.5764 3.18056 11 3.29861 11.375 3.60417ZM4.16667 9.16667V12.1667L6.66667 14.1667L10 9.58334L15.8333 14.125V7.5H13.5833L10.3333 4.89584L6.20833 10.6875L4.16667 9.16667Z",fill:n})}),d7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1668 16.6666C13.9307 16.6666 13.7328 16.5868 13.5731 16.4271C13.4134 16.2673 13.3335 16.0694 13.3335 15.8333V11.6666C13.3335 11.4305 13.4134 11.2326 13.5731 11.0729C13.7328 10.9132 13.9307 10.8333 14.1668 10.8333H15.8335C16.0696 10.8333 16.2675 10.9132 16.4272 11.0729C16.587 11.2326 16.6668 11.4305 16.6668 11.6666V15.8333C16.6668 16.0694 16.587 16.2673 16.4272 16.4271C16.2675 16.5868 16.0696 16.6666 15.8335 16.6666H14.1668ZM9.16683 16.6666C8.93072 16.6666 8.7328 16.5868 8.57308 16.4271C8.41336 16.2673 8.3335 16.0694 8.3335 15.8333V4.16665C8.3335 3.93054 8.41336 3.73262 8.57308 3.5729C8.7328 3.41317 8.93072 3.33331 9.16683 3.33331H10.8335C11.0696 3.33331 11.2675 3.41317 11.4272 3.5729C11.587 3.73262 11.6668 3.93054 11.6668 4.16665V15.8333C11.6668 16.0694 11.587 16.2673 11.4272 16.4271C11.2675 16.5868 11.0696 16.6666 10.8335 16.6666H9.16683ZM4.16683 16.6666C3.93072 16.6666 3.7328 16.5868 3.57308 16.4271C3.41336 16.2673 3.3335 16.0694 3.3335 15.8333V8.33331C3.3335 8.0972 3.41336 7.89929 3.57308 7.73956C3.7328 7.57984 3.93072 7.49998 4.16683 7.49998H5.8335C6.06961 7.49998 6.26752 7.57984 6.42725 7.73956C6.58697 7.89929 6.66683 8.0972 6.66683 8.33331V15.8333C6.66683 16.0694 6.58697 16.2673 6.42725 16.4271C6.26752 16.5868 6.06961 16.6666 5.8335 16.6666H4.16683Z",fill:n})}),w7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16683 16.6666C3.93072 16.6666 3.7328 16.5868 3.57308 16.4271C3.41336 16.2673 3.3335 16.0694 3.3335 15.8333V8.33331C3.3335 8.0972 3.41336 7.89929 3.57308 7.73956C3.7328 7.57984 3.93072 7.49998 4.16683 7.49998H5.8335C6.06961 7.49998 6.26752 7.57984 6.42725 7.73956C6.58697 7.89929 6.66683 8.0972 6.66683 8.33331V15.8333C6.66683 16.0694 6.58697 16.2673 6.42725 16.4271C6.26752 16.5868 6.06961 16.6666 5.8335 16.6666H4.16683ZM4.16683 6.66665C3.93072 6.66665 3.7328 6.58679 3.57308 6.42706C3.41336 6.26734 3.3335 6.06942 3.3335 5.83331V4.16665C3.3335 3.93054 3.41336 3.73262 3.57308 3.5729C3.7328 3.41317 3.93072 3.33331 4.16683 3.33331H5.8335C6.06961 3.33331 6.26752 3.41317 6.42725 3.5729C6.58697 3.73262 6.66683 3.93054 6.66683 4.16665V5.83331C6.66683 6.06942 6.58697 6.26734 6.42725 6.42706C6.26752 6.58679 6.06961 6.66665 5.8335 6.66665H4.16683ZM9.16683 16.6666C8.93072 16.6666 8.7328 16.5868 8.57308 16.4271C8.41336 16.2673 8.3335 16.0694 8.3335 15.8333V10.8333C8.3335 10.5972 8.41336 10.3993 8.57308 10.2396C8.7328 10.0798 8.93072 9.99998 9.16683 9.99998H10.8335C11.0696 9.99998 11.2675 10.0798 11.4272 10.2396C11.587 10.3993 11.6668 10.5972 11.6668 10.8333V15.8333C11.6668 16.0694 11.587 16.2673 11.4272 16.4271C11.2675 16.5868 11.0696 16.6666 10.8335 16.6666H9.16683ZM9.16683 9.16665C8.93072 9.16665 8.7328 9.08679 8.57308 8.92706C8.41336 8.76734 8.3335 8.56942 8.3335 8.33331V6.66665C8.3335 6.43054 8.41336 6.23262 8.57308 6.0729C8.7328 5.91317 8.93072 5.83331 9.16683 5.83331H10.8335C11.0696 5.83331 11.2675 5.91317 11.4272 6.0729C11.587 6.23262 11.6668 6.43054 11.6668 6.66665V8.33331C11.6668 8.56942 11.587 8.76734 11.4272 8.92706C11.2675 9.08679 11.0696 9.16665 10.8335 9.16665H9.16683ZM14.1668 16.6666C13.9307 16.6666 13.7328 16.5868 13.5731 16.4271C13.4134 16.2673 13.3335 16.0694 13.3335 15.8333V13.3333C13.3335 13.0972 13.4134 12.8993 13.5731 12.7396C13.7328 12.5798 13.9307 12.5 14.1668 12.5H15.8335C16.0696 12.5 16.2675 12.5798 16.4272 12.7396C16.587 12.8993 16.6668 13.0972 16.6668 13.3333V15.8333C16.6668 16.0694 16.587 16.2673 16.4272 16.4271C16.2675 16.5868 16.0696 16.6666 15.8335 16.6666H14.1668ZM14.1668 11.6666C13.9307 11.6666 13.7328 11.5868 13.5731 11.4271C13.4134 11.2673 13.3335 11.0694 13.3335 10.8333V9.16665C13.3335 8.93054 13.4134 8.73262 13.5731 8.5729C13.7328 8.41317 13.9307 8.33331 14.1668 8.33331H15.8335C16.0696 8.33331 16.2675 8.41317 16.4272 8.5729C16.587 8.73262 16.6668 8.93054 16.6668 9.16665V10.8333C16.6668 11.0694 16.587 11.2673 16.4272 11.4271C16.2675 11.5868 16.0696 11.6666 15.8335 11.6666H14.1668Z",fill:n})}),u7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8333 9.16667V1.75C12.8194 1.95833 14.4965 2.75 15.8646 4.125C17.2326 5.5 18.0278 7.18056 18.25 9.16667H10.8333ZM9.1875 18.2292C7.07639 18.0208 5.30903 17.1319 3.88542 15.5625C2.46181 13.9931 1.75 12.1389 1.75 10C1.75 7.84722 2.46181 5.98611 3.88542 4.41667C5.30903 2.84722 7.07639 1.95833 9.1875 1.75V18.2292ZM10.8333 18.2292V10.8125H18.25C18.0556 12.7986 17.2674 14.4826 15.8854 15.8646C14.5035 17.2465 12.8194 18.0347 10.8333 18.2292Z",fill:n})}),g7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8334 9.16669H16.6251C16.4167 7.63891 15.7813 6.34377 14.7188 5.28127C13.6563 4.21877 12.3612 3.58335 10.8334 3.37502V9.16669ZM9.16675 16.625V3.37502C7.48619 3.58335 6.09383 4.31599 4.98966 5.57294C3.8855 6.82988 3.33341 8.30558 3.33341 10C3.33341 11.6945 3.8855 13.1702 4.98966 14.4271C6.09383 15.684 7.48619 16.4167 9.16675 16.625ZM10.8334 16.625C12.3612 16.4306 13.6598 15.7986 14.7292 14.7292C15.7987 13.6597 16.4306 12.3611 16.6251 10.8334H10.8334V16.625ZM10.0001 18.3334C8.8473 18.3334 7.76397 18.1146 6.75008 17.6771C5.73619 17.2396 4.85425 16.6459 4.10425 15.8959C3.35425 15.1459 2.7605 14.2639 2.323 13.25C1.8855 12.2361 1.66675 11.1528 1.66675 10C1.66675 8.84724 1.8855 7.76391 2.323 6.75002C2.7605 5.73613 3.35425 4.85419 4.10425 4.10419C4.85425 3.35419 5.73619 2.76044 6.75008 2.32294C7.76397 1.88544 8.8473 1.66669 10.0001 1.66669C11.1529 1.66669 12.2327 1.88544 13.2397 2.32294C14.2466 2.76044 15.1286 3.35766 15.8855 4.1146C16.6424 4.87155 17.2397 5.75349 17.6772 6.76044C18.1147 7.76738 18.3334 8.84724 18.3334 10C18.3334 11.1389 18.1147 12.2153 17.6772 13.2292C17.2397 14.2431 16.6459 15.1285 15.8959 15.8854C15.1459 16.6424 14.264 17.2396 13.2501 17.6771C12.2362 18.1146 11.1529 18.3334 10.0001 18.3334Z",fill:n})}),v7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.5 6.66667V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V6.66667H2.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V8.33333H6.25V17.5H4.16667ZM13.75 17.5V8.33333H17.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H13.75ZM7.91667 17.5V8.33333H12.0833V17.5H7.91667Z",fill:n})}),x7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5ZM4.16667 6.66667H15.8333V4.16667H4.16667V6.66667ZM6.25 8.33333H4.16667V15.8333H6.25V8.33333ZM13.75 8.33333V15.8333H15.8333V8.33333H13.75ZM12.0833 8.33333H7.91667V15.8333H12.0833V8.33333Z",fill:n})}),h7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0695 11.6667 10.8334C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669Z",fill:n})}),p7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334ZM5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0695 11.6667 10.8334C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669Z",fill:n})}),H7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H11.7501C11.6945 1.94444 11.6667 2.22222 11.6667 2.5C11.6667 2.77778 11.6945 3.05556 11.7501 3.33333C11.8195 3.65278 11.9167 3.95139 12.0417 4.22917C12.1667 4.50694 12.3195 4.76389 12.5001 5H5.83341C5.5973 5 5.39939 5.07986 5.23966 5.23958C5.07994 5.39931 5.00008 5.59722 5.00008 5.83333C5.00008 6.06944 5.07994 6.26736 5.23966 6.42708C5.39939 6.58681 5.5973 6.66667 5.83341 6.66667H15.8334C16.2779 6.66667 16.7154 6.59722 17.1459 6.45833C17.5765 6.31944 17.9723 6.11111 18.3334 5.83333V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM5.83341 9.16667H14.1667C14.4029 9.16667 14.6008 9.08681 14.7605 8.92708C14.9202 8.76736 15.0001 8.56944 15.0001 8.33333C15.0001 8.09722 14.9202 7.8993 14.7605 7.73958C14.6008 7.57986 14.4029 7.5 14.1667 7.5H5.83341C5.5973 7.5 5.39939 7.57986 5.23966 7.73958C5.07994 7.8993 5.00008 8.09722 5.00008 8.33333C5.00008 8.56944 5.07994 8.76736 5.23966 8.92708C5.39939 9.08681 5.5973 9.16667 5.83341 9.16667ZM5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0694 11.6667 10.8333C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8333C5.00008 11.0694 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667Z",fill:n})}),V7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0694 11.6667 10.8333C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8333C5.00008 11.0694 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16667H14.1667C14.4029 9.16667 14.6008 9.08681 14.7605 8.92708C14.9202 8.76736 15.0001 8.56944 15.0001 8.33333C15.0001 8.09722 14.9202 7.8993 14.7605 7.73958C14.6008 7.57986 14.4029 7.5 14.1667 7.5H5.83341C5.5973 7.5 5.39939 7.57986 5.23966 7.73958C5.07994 7.8993 5.00008 8.09722 5.00008 8.33333C5.00008 8.56944 5.07994 8.76736 5.23966 8.92708C5.39939 9.08681 5.5973 9.16667 5.83341 9.16667ZM5.83341 6.66667H12.5001C12.7362 6.66667 12.9341 6.58681 13.0938 6.42708C13.2536 6.26736 13.3334 6.06944 13.3334 5.83333C13.3334 5.59722 13.2536 5.39931 13.0938 5.23958C12.9341 5.07986 12.7362 5 12.5001 5H5.83341C5.5973 5 5.39939 5.07986 5.23966 5.23958C5.07994 5.39931 5.00008 5.59722 5.00008 5.83333C5.00008 6.06944 5.07994 6.26736 5.23966 6.42708C5.39939 6.58681 5.5973 6.66667 5.83341 6.66667ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H10.8334C11.0695 1.66667 11.2674 1.74653 11.4272 1.90625C11.5869 2.06597 11.6667 2.26389 11.6667 2.5C11.6667 2.73611 11.5869 2.93403 11.4272 3.09375C11.2674 3.25347 11.0695 3.33333 10.8334 3.33333H3.33341V14.2708L4.29175 13.3333H16.6667V7.5C16.6667 7.26389 16.7466 7.06597 16.9063 6.90625C17.0661 6.74653 17.264 6.66667 17.5001 6.66667C17.7362 6.66667 17.9341 6.74653 18.0938 6.90625C18.2536 7.06597 18.3334 7.26389 18.3334 7.5V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5Z",fill:n})}),L7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008Z",fill:n})}),M7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334Z",fill:n})}),f7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H10.9167C11.139 1.66667 11.323 1.75 11.4688 1.91667C11.6147 2.08333 11.6806 2.27778 11.6667 2.5C11.6667 3.125 11.8022 3.71528 12.073 4.27083C12.3438 4.82639 12.7223 5.30556 13.2084 5.70833C13.5695 6 13.9758 6.23264 14.4272 6.40625C14.8786 6.57986 15.3473 6.66667 15.8334 6.66667C16.0834 6.66667 16.3334 6.64583 16.5834 6.60417C16.8334 6.5625 17.0765 6.49306 17.3126 6.39583C17.5487 6.29861 17.7779 6.3125 18.0001 6.4375C18.2223 6.5625 18.3334 6.74306 18.3334 6.97917V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008Z",fill:n})}),Z7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H10.8334C11.0695 1.66667 11.2674 1.74653 11.4272 1.90625C11.5869 2.06597 11.6667 2.26389 11.6667 2.5C11.6667 2.73611 11.5869 2.93403 11.4272 3.09375C11.2674 3.25347 11.0695 3.33333 10.8334 3.33333H3.33341V14.2708L4.29175 13.3333H16.6667V7.5C16.6667 7.26389 16.7466 7.06597 16.9063 6.90625C17.0661 6.74653 17.264 6.66667 17.5001 6.66667C17.7362 6.66667 17.9341 6.74653 18.0938 6.90625C18.2536 7.06597 18.3334 7.26389 18.3334 7.5V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5Z",fill:n})}),j7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.95833 12.625L15.0208 5.5625C15.1875 5.39583 15.3819 5.3125 15.6042 5.3125C15.8264 5.3125 16.0208 5.39583 16.1875 5.5625C16.3542 5.72917 16.4375 5.92708 16.4375 6.15625C16.4375 6.38542 16.3542 6.58333 16.1875 6.75L8.54167 14.4167C8.375 14.5833 8.18056 14.6667 7.95833 14.6667C7.73611 14.6667 7.54167 14.5833 7.375 14.4167L3.79167 10.8333C3.625 10.6667 3.54514 10.4688 3.55208 10.2396C3.55903 10.0104 3.64583 9.8125 3.8125 9.64583C3.97917 9.47917 4.17708 9.39583 4.40625 9.39583C4.63542 9.39583 4.83333 9.47917 5 9.64583L7.95833 12.625Z",fill:n})}),m7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83332 11.5L7.04166 9.70835C6.88888 9.55558 6.69443 9.47919 6.45832 9.47919C6.22221 9.47919 6.02777 9.55558 5.87499 9.70835C5.72221 9.86113 5.64582 10.0556 5.64582 10.2917C5.64582 10.5278 5.72221 10.7222 5.87499 10.875L8.24999 13.25C8.41666 13.4167 8.6111 13.5 8.83332 13.5C9.05554 13.5 9.24999 13.4167 9.41666 13.25L14.125 8.54169C14.2778 8.38891 14.3542 8.19446 14.3542 7.95835C14.3542 7.72224 14.2778 7.5278 14.125 7.37502C13.9722 7.22224 13.7778 7.14585 13.5417 7.14585C13.3055 7.14585 13.1111 7.22224 12.9583 7.37502L8.83332 11.5ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334Z",fill:n})}),B7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83332 11.5L7.04166 9.70835C6.88888 9.55558 6.69443 9.47919 6.45832 9.47919C6.22221 9.47919 6.02777 9.55558 5.87499 9.70835C5.72221 9.86113 5.64582 10.0556 5.64582 10.2917C5.64582 10.5278 5.72221 10.7222 5.87499 10.875L8.24999 13.25C8.41666 13.4167 8.6111 13.5 8.83332 13.5C9.05554 13.5 9.24999 13.4167 9.41666 13.25L14.125 8.54169C14.2778 8.38891 14.3542 8.19446 14.3542 7.95835C14.3542 7.72224 14.2778 7.5278 14.125 7.37502C13.9722 7.22224 13.7778 7.14585 13.5417 7.14585C13.3055 7.14585 13.1111 7.22224 12.9583 7.37502L8.83332 11.5ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334ZM9.99999 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0208 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0208 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 9.99999 3.33335C8.13888 3.33335 6.56249 3.97919 5.27082 5.27085C3.97916 6.56252 3.33332 8.13891 3.33332 10C3.33332 11.8611 3.97916 13.4375 5.27082 14.7292C6.56249 16.0209 8.13888 16.6667 9.99999 16.6667Z",fill:n})}),S7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 10.8334C5.59722 10.8334 5.39931 10.7535 5.23958 10.5938C5.07986 10.434 5 10.2361 5 10C5 9.76391 5.07986 9.56599 5.23958 9.40627C5.39931 9.24655 5.59722 9.16669 5.83333 9.16669H14.1667C14.4028 9.16669 14.6007 9.24655 14.7604 9.40627C14.9201 9.56599 15 9.76391 15 10C15 10.2361 14.9201 10.434 14.7604 10.5938C14.6007 10.7535 14.4028 10.8334 14.1667 10.8334H5.83333Z",fill:n})}),b7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33334 11.3333L13.25 6.41667C13.4028 6.26389 13.5972 6.1875 13.8333 6.1875C14.0694 6.1875 14.2639 6.26389 14.4167 6.41667C14.5694 6.56944 14.6458 6.76389 14.6458 7C14.6458 7.23611 14.5694 7.43056 14.4167 7.58333L8.91667 13.0833C8.75001 13.25 8.55556 13.3333 8.33334 13.3333C8.11112 13.3333 7.91667 13.25 7.75001 13.0833L5.58334 10.9167C5.43056 10.7639 5.35417 10.5694 5.35417 10.3333C5.35417 10.0972 5.43056 9.90278 5.58334 9.75C5.73612 9.59722 5.93056 9.52083 6.16667 9.52083C6.40278 9.52083 6.59723 9.59722 6.75001 9.75L8.33334 11.3333Z",fill:n})}),_7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),y7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.1667L7.04167 9.375C6.88889 9.22222 6.69444 9.14583 6.45833 9.14583C6.22222 9.14583 6.02778 9.22222 5.875 9.375C5.72222 9.52778 5.64583 9.72222 5.64583 9.95833C5.64583 10.1944 5.72222 10.3889 5.875 10.5417L8.25 12.9167C8.41667 13.0833 8.61111 13.1667 8.83333 13.1667C9.05556 13.1667 9.25 13.0833 9.41667 12.9167L14.125 8.20833C14.2778 8.05556 14.3542 7.86111 14.3542 7.625C14.3542 7.38889 14.2778 7.19444 14.125 7.04167C13.9722 6.88889 13.7778 6.8125 13.5417 6.8125C13.3056 6.8125 13.1111 6.88889 12.9583 7.04167L8.83333 11.1667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),O7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),N7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),F7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.1667L7.04167 9.375C6.88889 9.22222 6.69444 9.14583 6.45833 9.14583C6.22222 9.14583 6.02778 9.22222 5.875 9.375C5.72222 9.52778 5.64583 9.72222 5.64583 9.95833C5.64583 10.1944 5.72222 10.3889 5.875 10.5417L8.25 12.9167C8.41667 13.0833 8.61111 13.1667 8.83333 13.1667C9.05556 13.1667 9.25 13.0833 9.41667 12.9167L14.125 8.20833C14.2778 8.05556 14.3542 7.86111 14.3542 7.625C14.3542 7.38889 14.2778 7.19444 14.125 7.04167C13.9722 6.88889 13.7778 6.8125 13.5417 6.8125C13.3056 6.8125 13.1111 6.88889 12.9583 7.04167L8.83333 11.1667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),k7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8334 9.66663V6.66663C10.8334 6.43051 10.7536 6.2326 10.5938 6.07288C10.4341 5.91315 10.2362 5.83329 10.0001 5.83329C9.76397 5.83329 9.56605 5.91315 9.40633 6.07288C9.24661 6.2326 9.16675 6.43051 9.16675 6.66663V9.97913C9.16675 10.0902 9.18758 10.1979 9.22925 10.302C9.27091 10.4062 9.33341 10.5 9.41675 10.5833L12.1667 13.3333C12.3195 13.4861 12.514 13.5625 12.7501 13.5625C12.9862 13.5625 13.1806 13.4861 13.3334 13.3333C13.4862 13.1805 13.5626 12.9861 13.5626 12.75C13.5626 12.5138 13.4862 12.3194 13.3334 12.1666L10.8334 9.66663ZM10.0001 18.3333C8.8473 18.3333 7.76397 18.1145 6.75008 17.677C5.73619 17.2395 4.85425 16.6458 4.10425 15.8958C3.35425 15.1458 2.7605 14.2638 2.323 13.25C1.8855 12.2361 1.66675 11.1527 1.66675 9.99996C1.66675 8.84718 1.8855 7.76385 2.323 6.74996C2.7605 5.73607 3.35425 4.85413 4.10425 4.10413C4.85425 3.35413 5.73619 2.76038 6.75008 2.32288C7.76397 1.88538 8.8473 1.66663 10.0001 1.66663C11.1529 1.66663 12.2362 1.88538 13.2501 2.32288C14.264 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2397 5.73607 17.6772 6.74996C18.1147 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1147 12.2361 17.6772 13.25C17.2397 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.264 17.2395 13.2501 17.677C12.2362 18.1145 11.1529 18.3333 10.0001 18.3333Z",fill:n})}),I7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8334 9.66663V6.66663C10.8334 6.43051 10.7536 6.2326 10.5938 6.07288C10.4341 5.91315 10.2362 5.83329 10.0001 5.83329C9.76397 5.83329 9.56605 5.91315 9.40633 6.07288C9.24661 6.2326 9.16675 6.43051 9.16675 6.66663V9.97913C9.16675 10.0902 9.18758 10.1979 9.22925 10.302C9.27091 10.4062 9.33341 10.5 9.41675 10.5833L12.1667 13.3333C12.3195 13.4861 12.514 13.5625 12.7501 13.5625C12.9862 13.5625 13.1806 13.4861 13.3334 13.3333C13.4862 13.1805 13.5626 12.9861 13.5626 12.75C13.5626 12.5138 13.4862 12.3194 13.3334 12.1666L10.8334 9.66663ZM10.0001 18.3333C8.8473 18.3333 7.76397 18.1145 6.75008 17.677C5.73619 17.2395 4.85425 16.6458 4.10425 15.8958C3.35425 15.1458 2.7605 14.2638 2.323 13.25C1.8855 12.2361 1.66675 11.1527 1.66675 9.99996C1.66675 8.84718 1.8855 7.76385 2.323 6.74996C2.7605 5.73607 3.35425 4.85413 4.10425 4.10413C4.85425 3.35413 5.73619 2.76038 6.75008 2.32288C7.76397 1.88538 8.8473 1.66663 10.0001 1.66663C11.1529 1.66663 12.2362 1.88538 13.2501 2.32288C14.264 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2397 5.73607 17.6772 6.74996C18.1147 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1147 12.2361 17.6772 13.25C17.2397 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.264 17.2395 13.2501 17.677C12.2362 18.1145 11.1529 18.3333 10.0001 18.3333ZM10.0001 16.6666C11.8473 16.6666 13.4202 16.0173 14.7188 14.7187C16.0174 13.4201 16.6667 11.8472 16.6667 9.99996C16.6667 8.15274 16.0174 6.57982 14.7188 5.28121C13.4202 3.9826 11.8473 3.33329 10.0001 3.33329C8.15286 3.33329 6.57994 3.9826 5.28133 5.28121C3.98272 6.57982 3.33341 8.15274 3.33341 9.99996C3.33341 11.8472 3.98272 13.4201 5.28133 14.7187C6.57994 16.0173 8.15286 16.6666 10.0001 16.6666Z",fill:n})}),A7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.1666L5.91671 15.25C5.76393 15.4028 5.56949 15.4791 5.33337 15.4791C5.09726 15.4791 4.90282 15.4028 4.75004 15.25C4.59726 15.0972 4.52087 14.9028 4.52087 14.6666C4.52087 14.4305 4.59726 14.2361 4.75004 14.0833L8.83337 9.99998L4.75004 5.91665C4.59726 5.76387 4.52087 5.56942 4.52087 5.33331C4.52087 5.0972 4.59726 4.90276 4.75004 4.74998C4.90282 4.5972 5.09726 4.52081 5.33337 4.52081C5.56949 4.52081 5.76393 4.5972 5.91671 4.74998L10 8.83331L14.0834 4.74998C14.2362 4.5972 14.4306 4.52081 14.6667 4.52081C14.9028 4.52081 15.0973 4.5972 15.25 4.74998C15.4028 4.90276 15.4792 5.0972 15.4792 5.33331C15.4792 5.56942 15.4028 5.76387 15.25 5.91665L11.1667 9.99998L15.25 14.0833C15.4028 14.2361 15.4792 14.4305 15.4792 14.6666C15.4792 14.9028 15.4028 15.0972 15.25 15.25C15.0973 15.4028 14.9028 15.4791 14.6667 15.4791C14.4306 15.4791 14.2362 15.4028 14.0834 15.25L10 11.1666Z",fill:n})}),R7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.69461 6.50004 5.28836 5.5556 6.15641 4.79171C7.02447 4.02782 8.02794 3.56254 9.16683 3.39587V10.125L8.41683 9.39587C8.26405 9.2431 8.07308 9.16671 7.84391 9.16671C7.61475 9.16671 7.41683 9.25004 7.25016 9.41671C7.09738 9.56949 7.021 9.76393 7.021 10C7.021 10.2362 7.09738 10.4306 7.25016 10.5834L9.41683 12.75C9.5835 12.9167 9.77794 13 10.0002 13C10.2224 13 10.4168 12.9167 10.5835 12.75L12.7502 10.5834C12.9029 10.4306 12.9828 10.2396 12.9897 10.0105C12.9967 9.78129 12.9168 9.58337 12.7502 9.41671C12.5974 9.26393 12.4064 9.18407 12.1772 9.17712C11.9481 9.17018 11.7502 9.2431 11.5835 9.39587L10.8335 10.125V3.39587C12.2641 3.59032 13.455 4.23268 14.4064 5.32296C15.3578 6.41324 15.8335 7.69449 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H5.41683Z",fill:n})}),D7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 10.125V5.08329C8.11127 5.27774 7.29183 5.78815 6.7085 6.61454C6.12516 7.44093 5.8335 8.29163 5.8335 9.16663H5.41683C4.61127 9.16663 3.92377 9.45135 3.35433 10.0208C2.78489 10.5902 2.50016 11.2777 2.50016 12.0833C2.50016 12.8888 2.78489 13.5763 3.35433 14.1458C3.92377 14.7152 4.61127 15 5.41683 15H15.4168C16.0002 15 16.4932 14.7986 16.896 14.3958C17.2988 13.993 17.5002 13.5 17.5002 12.9166C17.5002 12.3333 17.2988 11.8402 16.896 11.4375C16.4932 11.0347 16.0002 10.8333 15.4168 10.8333H14.1668V9.16663C14.1668 8.49996 14.0141 7.87843 13.7085 7.30204C13.4029 6.72565 13.0002 6.23607 12.5002 5.83329V3.89579C13.5279 4.3819 14.3404 5.10065 14.9377 6.05204C15.5349 7.00343 15.8335 8.04163 15.8335 9.16663C16.7918 9.27774 17.587 9.69093 18.2189 10.4062C18.8509 11.1215 19.1668 11.9583 19.1668 12.9166C19.1668 13.9583 18.8022 14.8437 18.0731 15.5729C17.3439 16.302 16.4585 16.6666 15.4168 16.6666H5.41683C4.15294 16.6666 3.07308 16.2291 2.17725 15.3541C1.28141 14.4791 0.833496 13.4097 0.833496 12.1458C0.833496 11.0625 1.15988 10.0972 1.81266 9.24996C2.46544 8.40274 3.31961 7.86107 4.37516 7.62496C4.61127 6.62496 5.20155 5.67357 6.146 4.77079C7.09044 3.86801 8.09739 3.41663 9.16683 3.41663C9.62516 3.41663 10.0175 3.57982 10.3439 3.90621C10.6703 4.2326 10.8335 4.62496 10.8335 5.08329V10.125L11.5835 9.39579C11.7363 9.24301 11.9272 9.16663 12.1564 9.16663C12.3856 9.16663 12.5835 9.24996 12.7502 9.41663C12.9029 9.5694 12.9793 9.76385 12.9793 9.99996C12.9793 10.2361 12.9029 10.4305 12.7502 10.5833L10.5835 12.75C10.4168 12.9166 10.2224 13 10.0002 13C9.77794 13 9.5835 12.9166 9.41683 12.75L7.25016 10.5833C7.09738 10.4305 7.01752 10.2395 7.01058 10.0104C7.00363 9.78121 7.0835 9.58329 7.25016 9.41663C7.40294 9.26385 7.59391 9.18399 7.82308 9.17704C8.05225 9.1701 8.25016 9.24301 8.41683 9.39579L9.16683 10.125Z",fill:n})}),T7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H5.41683Z",fill:n})}),E7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.13905 16.6667 3.05572 16.2222 2.16683 15.3333C1.27794 14.4444 0.833496 13.3611 0.833496 12.0833C0.833496 11.0139 1.16336 10.0625 1.82308 9.22917C2.4828 8.39583 3.3335 7.86111 4.37516 7.625C4.41683 7.51389 4.4585 7.40625 4.50016 7.30208C4.54183 7.19792 4.5835 7.08333 4.62516 6.95833L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3161 17.4271 17.3231 17.6562C17.33 17.8854 17.2502 18.0833 17.0835 18.25C16.9307 18.4028 16.7397 18.4826 16.5106 18.4896C16.2814 18.4965 16.0835 18.4236 15.9168 18.2708L14.2918 16.6667H5.41683ZM18.0002 15.625L6.7085 4.35417C7.19461 4.02083 7.71197 3.76736 8.26058 3.59375C8.80919 3.42014 9.38905 3.33333 10.0002 3.33333C11.6252 3.33333 13.0036 3.89931 14.1356 5.03125C15.2675 6.16319 15.8335 7.54167 15.8335 9.16667C16.7918 9.27778 17.587 9.69097 18.2189 10.4062C18.8509 11.1215 19.1668 11.9583 19.1668 12.9167C19.1668 13.4583 19.0627 13.9618 18.8543 14.4271C18.646 14.8924 18.3613 15.2917 18.0002 15.625Z",fill:n})}),P7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.13905 16.6667 3.05572 16.2222 2.16683 15.3333C1.27794 14.4444 0.833496 13.3611 0.833496 12.0833C0.833496 11.0139 1.16336 10.0625 1.82308 9.22917C2.4828 8.39583 3.3335 7.86111 4.37516 7.625C4.41683 7.51389 4.4585 7.40625 4.50016 7.30208C4.54183 7.19792 4.5835 7.08333 4.62516 6.95833L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3161 17.4271 17.3231 17.6562C17.33 17.8854 17.2502 18.0833 17.0835 18.25C16.9307 18.4028 16.7397 18.4826 16.5106 18.4896C16.2814 18.4965 16.0835 18.4236 15.9168 18.2708L14.2918 16.6667H5.41683ZM5.41683 15H12.6252L5.91683 8.29167C5.88905 8.44444 5.86822 8.59028 5.85433 8.72917C5.84044 8.86806 5.8335 9.01389 5.8335 9.16667H5.41683C4.61127 9.16667 3.92377 9.45139 3.35433 10.0208C2.78489 10.5903 2.50016 11.2778 2.50016 12.0833C2.50016 12.8889 2.78489 13.5764 3.35433 14.1458C3.92377 14.7153 4.61127 15 5.41683 15ZM18.0002 15.625L16.7918 14.4583C17.0279 14.2639 17.205 14.0382 17.3231 13.7812C17.4411 13.5243 17.5002 13.2361 17.5002 12.9167C17.5002 12.3333 17.2988 11.8403 16.896 11.4375C16.4932 11.0347 16.0002 10.8333 15.4168 10.8333H14.1668V9.16667C14.1668 8.01389 13.7606 7.03125 12.9481 6.21875C12.1356 5.40625 11.1529 5 10.0002 5C9.62516 5 9.26405 5.04514 8.91683 5.13542C8.56961 5.22569 8.23627 5.36806 7.91683 5.5625L6.7085 4.35417C7.19461 4.02083 7.71197 3.76736 8.26058 3.59375C8.80919 3.42014 9.38905 3.33333 10.0002 3.33333C11.6252 3.33333 13.0036 3.89931 14.1356 5.03125C15.2675 6.16319 15.8335 7.54167 15.8335 9.16667C16.7918 9.27778 17.587 9.69097 18.2189 10.4062C18.8509 11.1215 19.1668 11.9583 19.1668 12.9167C19.1668 13.4583 19.0627 13.9618 18.8543 14.4271C18.646 14.8924 18.3613 15.2917 18.0002 15.625Z",fill:n})}),z7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H5.41683ZM5.41683 15H15.4168C16.0002 15 16.4932 14.7987 16.896 14.3959C17.2988 13.9931 17.5002 13.5 17.5002 12.9167C17.5002 12.3334 17.2988 11.8403 16.896 11.4375C16.4932 11.0348 16.0002 10.8334 15.4168 10.8334H14.1668V9.16671C14.1668 8.01393 13.7606 7.03129 12.9481 6.21879C12.1356 5.40629 11.1529 5.00004 10.0002 5.00004C8.84739 5.00004 7.86475 5.40629 7.05225 6.21879C6.23975 7.03129 5.8335 8.01393 5.8335 9.16671H5.41683C4.61127 9.16671 3.92377 9.45143 3.35433 10.0209C2.78489 10.5903 2.50016 11.2778 2.50016 12.0834C2.50016 12.8889 2.78489 13.5764 3.35433 14.1459C3.92377 14.7153 4.61127 15 5.41683 15Z",fill:n})}),$7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H10.8335V10.7084L11.5835 11.4375C11.7363 11.5903 11.9272 11.6667 12.1564 11.6667C12.3856 11.6667 12.5835 11.5834 12.7502 11.4167C12.9029 11.2639 12.9793 11.0695 12.9793 10.8334C12.9793 10.5973 12.9029 10.4028 12.7502 10.25L10.5835 8.08337C10.4168 7.91671 10.2224 7.83337 10.0002 7.83337C9.77794 7.83337 9.5835 7.91671 9.41683 8.08337L7.25016 10.25C7.09738 10.4028 7.01752 10.5938 7.01058 10.823C7.00363 11.0521 7.0835 11.25 7.25016 11.4167C7.40294 11.5695 7.59391 11.6493 7.82308 11.6563C8.05225 11.6632 8.25016 11.5903 8.41683 11.4375L9.16683 10.7084V16.6667H5.41683Z",fill:n})}),K7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 10.7084L8.41683 11.4375C8.26405 11.5903 8.07308 11.6667 7.84391 11.6667C7.61475 11.6667 7.41683 11.5834 7.25016 11.4167C7.09738 11.2639 7.021 11.0695 7.021 10.8334C7.021 10.5973 7.09738 10.4028 7.25016 10.25L9.41683 8.08337C9.5835 7.91671 9.77794 7.83337 10.0002 7.83337C10.2224 7.83337 10.4168 7.91671 10.5835 8.08337L12.7502 10.25C12.9029 10.4028 12.9828 10.5938 12.9897 10.823C12.9967 11.0521 12.9168 11.25 12.7502 11.4167C12.5974 11.5695 12.4064 11.6493 12.1772 11.6563C11.9481 11.6632 11.7502 11.5903 11.5835 11.4375L10.8335 10.7084V15H15.4168C16.0002 15 16.4932 14.7987 16.896 14.3959C17.2988 13.9931 17.5002 13.5 17.5002 12.9167C17.5002 12.3334 17.2988 11.8403 16.896 11.4375C16.4932 11.0348 16.0002 10.8334 15.4168 10.8334H14.1668V9.16671C14.1668 8.01393 13.7606 7.03129 12.9481 6.21879C12.1356 5.40629 11.1529 5.00004 10.0002 5.00004C8.84739 5.00004 7.86475 5.40629 7.05225 6.21879C6.23975 7.03129 5.8335 8.01393 5.8335 9.16671H5.41683C4.61127 9.16671 3.92377 9.45143 3.35433 10.0209C2.78489 10.5903 2.50016 11.2778 2.50016 12.0834C2.50016 12.8889 2.78489 13.5764 3.35433 14.1459C3.92377 14.7153 4.61127 15 5.41683 15H6.66683C6.90294 15 7.10086 15.0799 7.26058 15.2396C7.4203 15.3993 7.50016 15.5973 7.50016 15.8334C7.50016 16.0695 7.4203 16.2674 7.26058 16.4271C7.10086 16.5868 6.90294 16.6667 6.66683 16.6667H5.41683C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H10.8335C10.3752 16.6667 9.9828 16.5035 9.65641 16.1771C9.33002 15.8507 9.16683 15.4584 9.16683 15V10.7084Z",fill:n})}),U7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM9.16675 9.16669V10.8334C9.16675 11.0695 9.24661 11.2674 9.40633 11.4271C9.56605 11.5868 9.76397 11.6667 10.0001 11.6667C10.2362 11.6667 10.4341 11.5868 10.5938 11.4271C10.7536 11.2674 10.8334 11.0695 10.8334 10.8334V9.16669H12.5001C12.7362 9.16669 12.9341 9.08683 13.0938 8.9271C13.2536 8.76738 13.3334 8.56946 13.3334 8.33335C13.3334 8.09724 13.2536 7.89933 13.0938 7.7396C12.9341 7.57988 12.7362 7.50002 12.5001 7.50002H10.8334V5.83335C10.8334 5.59724 10.7536 5.39933 10.5938 5.2396C10.4341 5.07988 10.2362 5.00002 10.0001 5.00002C9.76397 5.00002 9.56605 5.07988 9.40633 5.2396C9.24661 5.39933 9.16675 5.59724 9.16675 5.83335V7.50002H7.50008C7.26397 7.50002 7.06605 7.57988 6.90633 7.7396C6.74661 7.89933 6.66675 8.09724 6.66675 8.33335C6.66675 8.56946 6.74661 8.76738 6.90633 8.9271C7.06605 9.08683 7.26397 9.16669 7.50008 9.16669H9.16675Z",fill:n})}),G7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16675 9.16669V10.8334C9.16675 11.0695 9.24661 11.2674 9.40633 11.4271C9.56605 11.5868 9.76397 11.6667 10.0001 11.6667C10.2362 11.6667 10.4341 11.5868 10.5938 11.4271C10.7536 11.2674 10.8334 11.0695 10.8334 10.8334V9.16669H12.5001C12.7362 9.16669 12.9341 9.08683 13.0938 8.9271C13.2536 8.76738 13.3334 8.56946 13.3334 8.33335C13.3334 8.09724 13.2536 7.89933 13.0938 7.7396C12.9341 7.57988 12.7362 7.50002 12.5001 7.50002H10.8334V5.83335C10.8334 5.59724 10.7536 5.39933 10.5938 5.2396C10.4341 5.07988 10.2362 5.00002 10.0001 5.00002C9.76397 5.00002 9.56605 5.07988 9.40633 5.2396C9.24661 5.39933 9.16675 5.59724 9.16675 5.83335V7.50002H7.50008C7.26397 7.50002 7.06605 7.57988 6.90633 7.7396C6.74661 7.89933 6.66675 8.09724 6.66675 8.33335C6.66675 8.56946 6.74661 8.76738 6.90633 8.9271C7.06605 9.08683 7.26397 9.16669 7.50008 9.16669H9.16675ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334Z",fill:n})}),W7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83341 11.6667H14.1667C14.4029 11.6667 14.6008 11.5868 14.7605 11.4271C14.9202 11.2674 15.0001 11.0695 15.0001 10.8334C15.0001 10.5972 14.9202 10.3993 14.7605 10.2396C14.6008 10.0799 14.4029 10 14.1667 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669ZM3.33341 15C2.87508 15 2.48272 14.8368 2.15633 14.5104C1.82994 14.184 1.66675 13.7917 1.66675 13.3334V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V16.3125C18.3334 16.6875 18.1633 16.9479 17.823 17.0938C17.4827 17.2396 17.1806 17.1806 16.9167 16.9167L15.0001 15H3.33341Z",fill:n})}),q7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83341 11.6667H14.1667C14.4029 11.6667 14.6008 11.5868 14.7605 11.4271C14.9202 11.2674 15.0001 11.0695 15.0001 10.8334C15.0001 10.5972 14.9202 10.3993 14.7605 10.2396C14.6008 10.0799 14.4029 10 14.1667 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669ZM3.33341 15C2.87508 15 2.48272 14.8368 2.15633 14.5104C1.82994 14.184 1.66675 13.7917 1.66675 13.3334V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V16.3125C18.3334 16.6875 18.1633 16.9479 17.823 17.0938C17.4827 17.2396 17.1806 17.1806 16.9167 16.9167L15.0001 15H3.33341ZM15.7084 13.3334L16.6667 14.2709V3.33335H3.33341V13.3334H15.7084Z",fill:n})}),Y7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H8.33333V1.66665C8.33333 1.43054 8.41319 1.23262 8.57292 1.0729C8.73264 0.913174 8.93056 0.833313 9.16667 0.833313C9.40278 0.833313 9.60069 0.913174 9.76042 1.0729C9.92014 1.23262 10 1.43054 10 1.66665V18.3333C10 18.5694 9.92014 18.7673 9.76042 18.9271C9.60069 19.0868 9.40278 19.1666 9.16667 19.1666C8.93056 19.1666 8.73264 19.0868 8.57292 18.9271C8.41319 18.7673 8.33333 18.5694 8.33333 18.3333V17.5ZM4.16667 15H8.33333V9.99998L4.16667 15ZM11.6667 17.5V9.99998L15.8333 15V4.16665H11.6667V2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H11.6667Z",fill:n})}),Q7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 15C7.04167 15 6.64931 14.8368 6.32292 14.5104C5.99653 14.184 5.83333 13.7917 5.83333 13.3334V3.33335C5.83333 2.87502 5.99653 2.48266 6.32292 2.15627C6.64931 1.82988 7.04167 1.66669 7.5 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V13.3334C16.6667 13.7917 16.5035 14.184 16.1771 14.5104C15.8507 14.8368 15.4583 15 15 15H7.5ZM7.5 13.3334H15V3.33335H7.5V13.3334ZM3.33333 6.66669C3.09722 6.66669 2.89931 6.58683 2.73958 6.4271C2.57986 6.26738 2.5 6.06946 2.5 5.83335C2.5 5.59724 2.57986 5.39933 2.73958 5.2396C2.89931 5.07988 3.09722 5.00002 3.33333 5.00002C3.56944 5.00002 3.76736 5.07988 3.92708 5.2396C4.08681 5.39933 4.16667 5.59724 4.16667 5.83335C4.16667 6.06946 4.08681 6.26738 3.92708 6.4271C3.76736 6.58683 3.56944 6.66669 3.33333 6.66669ZM3.33333 9.58335C3.09722 9.58335 2.89931 9.50349 2.73958 9.34377C2.57986 9.18405 2.5 8.98613 2.5 8.75002C2.5 8.51391 2.57986 8.31599 2.73958 8.15627C2.89931 7.99655 3.09722 7.91669 3.33333 7.91669C3.56944 7.91669 3.76736 7.99655 3.92708 8.15627C4.08681 8.31599 4.16667 8.51391 4.16667 8.75002C4.16667 8.98613 4.08681 9.18405 3.92708 9.34377C3.76736 9.50349 3.56944 9.58335 3.33333 9.58335ZM3.33333 12.5C3.09722 12.5 2.89931 12.4202 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667C2.5 11.4306 2.57986 11.2327 2.73958 11.0729C2.89931 10.9132 3.09722 10.8334 3.33333 10.8334C3.56944 10.8334 3.76736 10.9132 3.92708 11.0729C4.08681 11.2327 4.16667 11.4306 4.16667 11.6667C4.16667 11.9028 4.08681 12.1007 3.92708 12.2604C3.76736 12.4202 3.56944 12.5 3.33333 12.5ZM3.33333 15.4167C3.09722 15.4167 2.89931 15.3368 2.73958 15.1771C2.57986 15.0174 2.5 14.8195 2.5 14.5834C2.5 14.3472 2.57986 14.1493 2.73958 13.9896C2.89931 13.8299 3.09722 13.75 3.33333 13.75C3.56944 13.75 3.76736 13.8299 3.92708 13.9896C4.08681 14.1493 4.16667 14.3472 4.16667 14.5834C4.16667 14.8195 4.08681 15.0174 3.92708 15.1771C3.76736 15.3368 3.56944 15.4167 3.33333 15.4167ZM3.33333 18.3334C3.09722 18.3334 2.89931 18.2535 2.73958 18.0938C2.57986 17.934 2.5 17.7361 2.5 17.5C2.5 17.2639 2.57986 17.066 2.73958 16.9063C2.89931 16.7465 3.09722 16.6667 3.33333 16.6667C3.56944 16.6667 3.76736 16.7465 3.92708 16.9063C4.08681 17.066 4.16667 17.2639 4.16667 17.5C4.16667 17.7361 4.08681 17.934 3.92708 18.0938C3.76736 18.2535 3.56944 18.3334 3.33333 18.3334ZM6.25 18.3334C6.01389 18.3334 5.81597 18.2535 5.65625 18.0938C5.49653 17.934 5.41667 17.7361 5.41667 17.5C5.41667 17.2639 5.49653 17.066 5.65625 16.9063C5.81597 16.7465 6.01389 16.6667 6.25 16.6667C6.48611 16.6667 6.68403 16.7465 6.84375 16.9063C7.00347 17.066 7.08333 17.2639 7.08333 17.5C7.08333 17.7361 7.00347 17.934 6.84375 18.0938C6.68403 18.2535 6.48611 18.3334 6.25 18.3334ZM9.16667 18.3334C8.93056 18.3334 8.73264 18.2535 8.57292 18.0938C8.41319 17.934 8.33333 17.7361 8.33333 17.5C8.33333 17.2639 8.41319 17.066 8.57292 16.9063C8.73264 16.7465 8.93056 16.6667 9.16667 16.6667C9.40278 16.6667 9.60069 16.7465 9.76042 16.9063C9.92014 17.066 10 17.2639 10 17.5C10 17.7361 9.92014 17.934 9.76042 18.0938C9.60069 18.2535 9.40278 18.3334 9.16667 18.3334ZM12.0833 18.3334C11.8472 18.3334 11.6493 18.2535 11.4896 18.0938C11.3299 17.934 11.25 17.7361 11.25 17.5C11.25 17.2639 11.3299 17.066 11.4896 16.9063C11.6493 16.7465 11.8472 16.6667 12.0833 16.6667C12.3194 16.6667 12.5174 16.7465 12.6771 16.9063C12.8368 17.066 12.9167 17.2639 12.9167 17.5C12.9167 17.7361 12.8368 17.934 12.6771 18.0938C12.5174 18.2535 12.3194 18.3334 12.0833 18.3334Z",fill:n})}),X7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 15C7.04167 15 6.64931 14.8368 6.32292 14.5104C5.99653 14.184 5.83333 13.7917 5.83333 13.3334V3.33335C5.83333 2.87502 5.99653 2.48266 6.32292 2.15627C6.64931 1.82988 7.04167 1.66669 7.5 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V13.3334C16.6667 13.7917 16.5035 14.184 16.1771 14.5104C15.8507 14.8368 15.4583 15 15 15H7.5ZM4.16667 18.3334C3.70833 18.3334 3.31597 18.1702 2.98958 17.8438C2.66319 17.5174 2.5 17.125 2.5 16.6667V5.83335C2.5 5.59724 2.57986 5.39933 2.73958 5.2396C2.89931 5.07988 3.09722 5.00002 3.33333 5.00002C3.56944 5.00002 3.76736 5.07988 3.92708 5.2396C4.08681 5.39933 4.16667 5.59724 4.16667 5.83335V16.6667H12.5C12.7361 16.6667 12.934 16.7465 13.0938 16.9063C13.2535 17.066 13.3333 17.2639 13.3333 17.5C13.3333 17.7361 13.2535 17.934 13.0938 18.0938C12.934 18.2535 12.7361 18.3334 12.5 18.3334H4.16667Z",fill:n})}),J7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 15C7.04167 15 6.64931 14.8368 6.32292 14.5104C5.99653 14.184 5.83333 13.7917 5.83333 13.3334V3.33335C5.83333 2.87502 5.99653 2.48266 6.32292 2.15627C6.64931 1.82988 7.04167 1.66669 7.5 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V13.3334C16.6667 13.7917 16.5035 14.184 16.1771 14.5104C15.8507 14.8368 15.4583 15 15 15H7.5ZM7.5 13.3334H15V3.33335H7.5V13.3334ZM4.16667 18.3334C3.70833 18.3334 3.31597 18.1702 2.98958 17.8438C2.66319 17.5174 2.5 17.125 2.5 16.6667V5.83335C2.5 5.59724 2.57986 5.39933 2.73958 5.2396C2.89931 5.07988 3.09722 5.00002 3.33333 5.00002C3.56944 5.00002 3.76736 5.07988 3.92708 5.2396C4.08681 5.39933 4.16667 5.59724 4.16667 5.83335V16.6667H12.5C12.7361 16.6667 12.934 16.7465 13.0938 16.9063C13.2535 17.066 13.3333 17.2639 13.3333 17.5C13.3333 17.7361 13.2535 17.934 13.0938 18.0938C12.934 18.2535 12.7361 18.3334 12.5 18.3334H4.16667Z",fill:n})}),C9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3333C8.84706 18.3333 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6458 4.104 15.8958C3.354 15.1458 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.41667 2.0797 6.95486 2.90609 5.61458C3.73248 4.27431 4.854 3.25 6.27067 2.54167C6.28456 2.80556 6.31234 3.07292 6.354 3.34375C6.39567 3.61458 6.46511 3.93056 6.56234 4.29167C5.56234 4.90278 4.77414 5.71181 4.19775 6.71875C3.62136 7.72569 3.33317 8.81944 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0208 8.13873 16.6667 9.99984 16.6667C11.8609 16.6667 13.4373 16.0208 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.81944 16.3783 7.72222 15.8019 6.70833C15.2255 5.69444 14.4304 4.88194 13.4165 4.27083C13.5137 3.90972 13.5832 3.59375 13.6248 3.32292C13.6665 3.05208 13.7012 2.79167 13.729 2.54167C15.1457 3.25 16.2672 4.27083 17.0936 5.60417C17.92 6.9375 18.3332 8.40278 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1458 15.8957 15.8958C15.1457 16.6458 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3333 9.99984 18.3333ZM9.99984 15C8.61095 15 7.43039 14.5139 6.45817 13.5417C5.48595 12.5694 4.99984 11.3889 4.99984 10C4.99984 9.19444 5.17692 8.4375 5.53109 7.72917C5.88525 7.02083 6.38873 6.43056 7.0415 5.95833C7.11095 6.16667 7.18734 6.40625 7.27067 6.67708C7.354 6.94792 7.46511 7.28472 7.604 7.6875C7.29845 8.00694 7.06581 8.36111 6.90609 8.75C6.74636 9.13889 6.6665 9.55556 6.6665 10C6.6665 10.9167 6.99289 11.7014 7.64567 12.3542C8.29845 13.0069 9.08317 13.3333 9.99984 13.3333C10.9165 13.3333 11.7012 13.0069 12.354 12.3542C13.0068 11.7014 13.3332 10.9167 13.3332 10C13.3332 9.55556 13.2533 9.13889 13.0936 8.75C12.9339 8.36111 12.7012 8.00694 12.3957 7.6875C12.5068 7.35417 12.6075 7.04514 12.6978 6.76042C12.788 6.47569 12.8679 6.20833 12.9373 5.95833C13.5901 6.43056 14.0971 7.02083 14.4582 7.72917C14.8193 8.4375 14.9998 9.19444 14.9998 10C14.9998 11.3889 14.5137 12.5694 13.5415 13.5417C12.5693 14.5139 11.3887 15 9.99984 15ZM9.74984 7.08333C9.56928 7.08333 9.41303 7.03125 9.28109 6.92708C9.14914 6.82292 9.05539 6.6875 8.99984 6.52083L8.1665 3.8125C8.06928 3.45139 8.00331 3.13542 7.96859 2.86458C7.93386 2.59375 7.9165 2.33333 7.9165 2.08333C7.9165 1.5 8.11789 1.00694 8.52067 0.604167C8.92345 0.201389 9.4165 0 9.99984 0C10.5832 0 11.0762 0.201389 11.479 0.604167C11.8818 1.00694 12.0832 1.5 12.0832 2.08333C12.0832 2.33333 12.0658 2.59375 12.0311 2.86458C11.9964 3.13542 11.9304 3.45139 11.8332 3.8125L10.9998 6.52083C10.9443 6.6875 10.8505 6.82292 10.7186 6.92708C10.5866 7.03125 10.4304 7.08333 10.2498 7.08333H9.74984ZM9.99984 11.6667C9.5415 11.6667 9.14914 11.5035 8.82275 11.1771C8.49636 10.8507 8.33317 10.4583 8.33317 10C8.33317 9.54167 8.49636 9.14931 8.82275 8.82292C9.14914 8.49653 9.5415 8.33333 9.99984 8.33333C10.4582 8.33333 10.8505 8.49653 11.1769 8.82292C11.5033 9.14931 11.6665 9.54167 11.6665 10C11.6665 10.4583 11.5033 10.8507 11.1769 11.1771C10.8505 11.5035 10.4582 11.6667 9.99984 11.6667Z",fill:n})}),e9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667L8.04169 13.625C8.1528 13.8334 8.22919 14.0556 8.27085 14.2917C8.31252 14.5278 8.33335 14.7639 8.33335 15C8.33335 15.9167 8.00697 16.7014 7.35419 17.3542C6.70141 18.007 5.91669 18.3334 5.00002 18.3334C4.08335 18.3334 3.29863 18.007 2.64585 17.3542C1.99308 16.7014 1.66669 15.9167 1.66669 15C1.66669 14.0834 1.99308 13.2986 2.64585 12.6459C3.29863 11.9931 4.08335 11.6667 5.00002 11.6667C5.23613 11.6667 5.47224 11.6875 5.70835 11.7292C5.94446 11.7709 6.16669 11.8472 6.37502 11.9584L8.33335 10L6.37502 8.04169C6.16669 8.1528 5.94446 8.22919 5.70835 8.27085C5.47224 8.31252 5.23613 8.33335 5.00002 8.33335C4.08335 8.33335 3.29863 8.00696 2.64585 7.35419C1.99308 6.70141 1.66669 5.91669 1.66669 5.00002C1.66669 4.08335 1.99308 3.29863 2.64585 2.64585C3.29863 1.99308 4.08335 1.66669 5.00002 1.66669C5.91669 1.66669 6.70141 1.99308 7.35419 2.64585C8.00697 3.29863 8.33335 4.08335 8.33335 5.00002C8.33335 5.23613 8.31252 5.47224 8.27085 5.70835C8.22919 5.94446 8.1528 6.16669 8.04169 6.37502L17.1667 15.5C17.5417 15.875 17.625 16.3021 17.4167 16.7813C17.2084 17.2604 16.8403 17.5 16.3125 17.5C16.1597 17.5 16.0104 17.4688 15.8646 17.4063C15.7188 17.3438 15.5903 17.257 15.4792 17.1459L10 11.6667ZM12.5 9.16669L10.8334 7.50002L15.4792 2.85419C15.5903 2.74308 15.7188 2.65627 15.8646 2.59377C16.0104 2.53127 16.1597 2.50002 16.3125 2.50002C16.8403 2.50002 17.2049 2.74308 17.4063 3.22919C17.6077 3.7153 17.5209 4.14585 17.1459 4.52085L12.5 9.16669ZM5.00002 6.66669C5.45835 6.66669 5.85071 6.50349 6.1771 6.1771C6.50349 5.85071 6.66669 5.45835 6.66669 5.00002C6.66669 4.54169 6.50349 4.14933 6.1771 3.82294C5.85071 3.49655 5.45835 3.33335 5.00002 3.33335C4.54169 3.33335 4.14933 3.49655 3.82294 3.82294C3.49655 4.14933 3.33335 4.54169 3.33335 5.00002C3.33335 5.45835 3.49655 5.85071 3.82294 6.1771C4.14933 6.50349 4.54169 6.66669 5.00002 6.66669ZM10 10.4167C10.1111 10.4167 10.2084 10.375 10.2917 10.2917C10.375 10.2084 10.4167 10.1111 10.4167 10C10.4167 9.88891 10.375 9.79169 10.2917 9.70835C10.2084 9.62502 10.1111 9.58335 10 9.58335C9.88891 9.58335 9.79169 9.62502 9.70835 9.70835C9.62502 9.79169 9.58335 9.88891 9.58335 10C9.58335 10.1111 9.62502 10.2084 9.70835 10.2917C9.79169 10.375 9.88891 10.4167 10 10.4167ZM5.00002 16.6667C5.45835 16.6667 5.85071 16.5035 6.1771 16.1771C6.50349 15.8507 6.66669 15.4584 6.66669 15C6.66669 14.5417 6.50349 14.1493 6.1771 13.8229C5.85071 13.4965 5.45835 13.3334 5.00002 13.3334C4.54169 13.3334 4.14933 13.4965 3.82294 13.8229C3.49655 14.1493 3.33335 14.5417 3.33335 15C3.33335 15.4584 3.49655 15.8507 3.82294 16.1771C4.14933 16.5035 4.54169 16.6667 5.00002 16.6667Z",fill:n})}),t9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5625 17.5C7.34028 17.5 7.12847 17.4583 6.92708 17.375C6.72569 17.2917 6.54861 17.1736 6.39583 17.0208L2.97917 13.6042C2.82639 13.4514 2.70833 13.2743 2.625 13.0729C2.54167 12.8715 2.5 12.6597 2.5 12.4375V7.5625C2.5 7.34028 2.54167 7.12847 2.625 6.92708C2.70833 6.72569 2.82639 6.54861 2.97917 6.39583L6.39583 2.97917C6.54861 2.82639 6.72569 2.70833 6.92708 2.625C7.12847 2.54167 7.34028 2.5 7.5625 2.5H12.4375C12.6597 2.5 12.8715 2.54167 13.0729 2.625C13.2743 2.70833 13.4514 2.82639 13.6042 2.97917L17.0208 6.39583C17.1736 6.54861 17.2917 6.72569 17.375 6.92708C17.4583 7.12847 17.5 7.34028 17.5 7.5625V12.4375C17.5 12.6597 17.4583 12.8715 17.375 13.0729C17.2917 13.2743 17.1736 13.4514 17.0208 13.6042L13.6042 17.0208C13.4514 17.1736 13.2743 17.2917 13.0729 17.375C12.8715 17.4583 12.6597 17.5 12.4375 17.5H7.5625ZM10 11.1667L11.7917 12.9583C11.9444 13.1111 12.1389 13.1875 12.375 13.1875C12.6111 13.1875 12.8056 13.1111 12.9583 12.9583C13.1111 12.8056 13.1875 12.6111 13.1875 12.375C13.1875 12.1389 13.1111 11.9444 12.9583 11.7917L11.1667 10L12.9583 8.20833C13.1111 8.05556 13.1875 7.86111 13.1875 7.625C13.1875 7.38889 13.1111 7.19444 12.9583 7.04167C12.8056 6.88889 12.6111 6.8125 12.375 6.8125C12.1389 6.8125 11.9444 6.88889 11.7917 7.04167L10 8.83333L8.20833 7.04167C8.05556 6.88889 7.86111 6.8125 7.625 6.8125C7.38889 6.8125 7.19444 6.88889 7.04167 7.04167C6.88889 7.19444 6.8125 7.38889 6.8125 7.625C6.8125 7.86111 6.88889 8.05556 7.04167 8.20833L8.83333 10L7.04167 11.7917C6.88889 11.9444 6.8125 12.1389 6.8125 12.375C6.8125 12.6111 6.88889 12.8056 7.04167 12.9583C7.19444 13.1111 7.38889 13.1875 7.625 13.1875C7.86111 13.1875 8.05556 13.1111 8.20833 12.9583L10 11.1667Z",fill:n})}),n9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5625 17.5C7.34028 17.5 7.12847 17.4583 6.92708 17.375C6.72569 17.2917 6.54861 17.1736 6.39583 17.0208L2.97917 13.6042C2.82639 13.4514 2.70833 13.2743 2.625 13.0729C2.54167 12.8715 2.5 12.6597 2.5 12.4375V7.5625C2.5 7.34028 2.54167 7.12847 2.625 6.92708C2.70833 6.72569 2.82639 6.54861 2.97917 6.39583L6.39583 2.97917C6.54861 2.82639 6.72569 2.70833 6.92708 2.625C7.12847 2.54167 7.34028 2.5 7.5625 2.5H12.4375C12.6597 2.5 12.8715 2.54167 13.0729 2.625C13.2743 2.70833 13.4514 2.82639 13.6042 2.97917L17.0208 6.39583C17.1736 6.54861 17.2917 6.72569 17.375 6.92708C17.4583 7.12847 17.5 7.34028 17.5 7.5625V12.4375C17.5 12.6597 17.4583 12.8715 17.375 13.0729C17.2917 13.2743 17.1736 13.4514 17.0208 13.6042L13.6042 17.0208C13.4514 17.1736 13.2743 17.2917 13.0729 17.375C12.8715 17.4583 12.6597 17.5 12.4375 17.5H7.5625ZM7.58333 15.8333H12.4167L15.8333 12.4167V7.58333L12.4167 4.16667H7.58333L4.16667 7.58333V12.4167L7.58333 15.8333ZM10 11.1667L11.7917 12.9583C11.9444 13.1111 12.1389 13.1875 12.375 13.1875C12.6111 13.1875 12.8056 13.1111 12.9583 12.9583C13.1111 12.8056 13.1875 12.6111 13.1875 12.375C13.1875 12.1389 13.1111 11.9444 12.9583 11.7917L11.1667 10L12.9583 8.20833C13.1111 8.05556 13.1875 7.86111 13.1875 7.625C13.1875 7.38889 13.1111 7.19444 12.9583 7.04167C12.8056 6.88889 12.6111 6.8125 12.375 6.8125C12.1389 6.8125 11.9444 6.88889 11.7917 7.04167L10 8.83333L8.20833 7.04167C8.05556 6.88889 7.86111 6.8125 7.625 6.8125C7.38889 6.8125 7.19444 6.88889 7.04167 7.04167C6.88889 7.19444 6.8125 7.38889 6.8125 7.625C6.8125 7.86111 6.88889 8.05556 7.04167 8.20833L8.83333 10L7.04167 11.7917C6.88889 11.9444 6.8125 12.1389 6.8125 12.375C6.8125 12.6111 6.88889 12.8056 7.04167 12.9583C7.19444 13.1111 7.38889 13.1875 7.625 13.1875C7.86111 13.1875 8.05556 13.1111 8.20833 12.9583L10 11.1667Z",fill:n})}),r9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.6667 7.5C11.4306 7.5 11.2326 7.42014 11.0729 7.26042C10.9132 7.10069 10.8333 6.90278 10.8333 6.66667V3.33333C10.8333 3.09722 10.9132 2.89931 11.0729 2.73958C11.2326 2.57986 11.4306 2.5 11.6667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V6.66667C17.5 6.90278 17.4201 7.10069 17.2604 7.26042C17.1007 7.42014 16.9028 7.5 16.6667 7.5H11.6667ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10V3.33333C2.5 3.09722 2.57986 2.89931 2.73958 2.73958C2.89931 2.57986 3.09722 2.5 3.33333 2.5H8.33333C8.56944 2.5 8.76736 2.57986 8.92708 2.73958C9.08681 2.89931 9.16667 3.09722 9.16667 3.33333V10C9.16667 10.2361 9.08681 10.434 8.92708 10.5938C8.76736 10.7535 8.56944 10.8333 8.33333 10.8333H3.33333ZM11.6667 17.5C11.4306 17.5 11.2326 17.4201 11.0729 17.2604C10.9132 17.1007 10.8333 16.9028 10.8333 16.6667V10C10.8333 9.76389 10.9132 9.56597 11.0729 9.40625C11.2326 9.24653 11.4306 9.16667 11.6667 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10V16.6667C17.5 16.9028 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5H11.6667ZM3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V13.3333C2.5 13.0972 2.57986 12.8993 2.73958 12.7396C2.89931 12.5799 3.09722 12.5 3.33333 12.5H8.33333C8.56944 12.5 8.76736 12.5799 8.92708 12.7396C9.08681 12.8993 9.16667 13.0972 9.16667 13.3333V16.6667C9.16667 16.9028 9.08681 17.1007 8.92708 17.2604C8.76736 17.4201 8.56944 17.5 8.33333 17.5H3.33333Z",fill:n})}),o9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8333 6.66667V3.33333C10.8333 3.09722 10.9132 2.89931 11.0729 2.73958C11.2326 2.57986 11.4306 2.5 11.6667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V6.66667C17.5 6.90278 17.4201 7.10069 17.2604 7.26042C17.1007 7.42014 16.9028 7.5 16.6667 7.5H11.6667C11.4306 7.5 11.2326 7.42014 11.0729 7.26042C10.9132 7.10069 10.8333 6.90278 10.8333 6.66667ZM2.5 10V3.33333C2.5 3.09722 2.57986 2.89931 2.73958 2.73958C2.89931 2.57986 3.09722 2.5 3.33333 2.5H8.33333C8.56944 2.5 8.76736 2.57986 8.92708 2.73958C9.08681 2.89931 9.16667 3.09722 9.16667 3.33333V10C9.16667 10.2361 9.08681 10.434 8.92708 10.5938C8.76736 10.7535 8.56944 10.8333 8.33333 10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10ZM10.8333 16.6667V10C10.8333 9.76389 10.9132 9.56597 11.0729 9.40625C11.2326 9.24653 11.4306 9.16667 11.6667 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10V16.6667C17.5 16.9028 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5H11.6667C11.4306 17.5 11.2326 17.4201 11.0729 17.2604C10.9132 17.1007 10.8333 16.9028 10.8333 16.6667ZM2.5 16.6667V13.3333C2.5 13.0972 2.57986 12.8993 2.73958 12.7396C2.89931 12.5799 3.09722 12.5 3.33333 12.5H8.33333C8.56944 12.5 8.76736 12.5799 8.92708 12.7396C9.08681 12.8993 9.16667 13.0972 9.16667 13.3333V16.6667C9.16667 16.9028 9.08681 17.1007 8.92708 17.2604C8.76736 17.4201 8.56944 17.5 8.33333 17.5H3.33333C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667ZM4.16667 9.16667H7.5V4.16667H4.16667V9.16667ZM12.5 15.8333H15.8333V10.8333H12.5V15.8333ZM12.5 5.83333H15.8333V4.16667H12.5V5.83333ZM4.16667 15.8333H7.5V14.1667H4.16667V15.8333Z",fill:n})}),s9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 9.16667C12.0833 9.16667 13.8542 8.84028 15.3125 8.1875C16.7708 7.53472 17.5 6.75 17.5 5.83333C17.5 4.91667 16.7708 4.13194 15.3125 3.47917C13.8542 2.82639 12.0833 2.5 10 2.5C7.91667 2.5 6.14583 2.82639 4.6875 3.47917C3.22917 4.13194 2.5 4.91667 2.5 5.83333C2.5 6.75 3.22917 7.53472 4.6875 8.1875C6.14583 8.84028 7.91667 9.16667 10 9.16667ZM10 11.25C10.5694 11.25 11.2812 11.191 12.1354 11.0729C12.9896 10.9549 13.8125 10.7639 14.6042 10.5C15.3958 10.2361 16.0764 9.89236 16.6458 9.46875C17.2153 9.04514 17.5 8.52778 17.5 7.91667V10C17.5 10.6111 17.2153 11.1285 16.6458 11.5521C16.0764 11.9757 15.3958 12.3194 14.6042 12.5833C13.8125 12.8472 12.9896 13.0382 12.1354 13.1562C11.2812 13.2743 10.5694 13.3333 10 13.3333C9.43056 13.3333 8.71875 13.2743 7.86458 13.1562C7.01042 13.0382 6.1875 12.8472 5.39583 12.5833C4.60417 12.3194 3.92361 11.9757 3.35417 11.5521C2.78472 11.1285 2.5 10.6111 2.5 10V7.91667C2.5 8.52778 2.78472 9.04514 3.35417 9.46875C3.92361 9.89236 4.60417 10.2361 5.39583 10.5C6.1875 10.7639 7.01042 10.9549 7.86458 11.0729C8.71875 11.191 9.43056 11.25 10 11.25ZM10 15.4167C10.5694 15.4167 11.2812 15.3576 12.1354 15.2396C12.9896 15.1215 13.8125 14.9306 14.6042 14.6667C15.3958 14.4028 16.0764 14.059 16.6458 13.6354C17.2153 13.2118 17.5 12.6944 17.5 12.0833V14.1667C17.5 14.7778 17.2153 15.2951 16.6458 15.7188C16.0764 16.1424 15.3958 16.4861 14.6042 16.75C13.8125 17.0139 12.9896 17.2049 12.1354 17.3229C11.2812 17.441 10.5694 17.5 10 17.5C9.43056 17.5 8.71875 17.441 7.86458 17.3229C7.01042 17.2049 6.1875 17.0139 5.39583 16.75C4.60417 16.4861 3.92361 16.1424 3.35417 15.7188C2.78472 15.2951 2.5 14.7778 2.5 14.1667V12.0833C2.5 12.6944 2.78472 13.2118 3.35417 13.6354C3.92361 14.059 4.60417 14.4028 5.39583 14.6667C6.1875 14.9306 7.01042 15.1215 7.86458 15.2396C8.71875 15.3576 9.43056 15.4167 10 15.4167Z",fill:n})}),l9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C7.90278 17.5 6.12847 17.1771 4.67708 16.5312C3.22569 15.8854 2.5 15.0972 2.5 14.1667V5.83333C2.5 4.91667 3.23264 4.13194 4.69792 3.47917C6.16319 2.82639 7.93056 2.5 10 2.5C12.0694 2.5 13.8368 2.82639 15.3021 3.47917C16.7674 4.13194 17.5 4.91667 17.5 5.83333V14.1667C17.5 15.0972 16.7743 15.8854 15.3229 16.5312C13.8715 17.1771 12.0972 17.5 10 17.5ZM10 7.52083C11.2361 7.52083 12.4792 7.34375 13.7292 6.98958C14.9792 6.63542 15.6806 6.25694 15.8333 5.85417C15.6806 5.45139 14.9826 5.06944 13.7396 4.70833C12.4965 4.34722 11.25 4.16667 10 4.16667C8.73611 4.16667 7.49653 4.34375 6.28125 4.69792C5.06597 5.05208 4.36111 5.4375 4.16667 5.85417C4.36111 6.27083 5.06597 6.65278 6.28125 7C7.49653 7.34722 8.73611 7.52083 10 7.52083ZM10 11.6667C10.5833 11.6667 11.1458 11.6389 11.6875 11.5833C12.2292 11.5278 12.7465 11.4479 13.2396 11.3438C13.7326 11.2396 14.1979 11.1111 14.6354 10.9583C15.0729 10.8056 15.4722 10.6319 15.8333 10.4375V7.9375C15.4722 8.13194 15.0729 8.30556 14.6354 8.45833C14.1979 8.61111 13.7326 8.73958 13.2396 8.84375C12.7465 8.94792 12.2292 9.02778 11.6875 9.08333C11.1458 9.13889 10.5833 9.16667 10 9.16667C9.41667 9.16667 8.84722 9.13889 8.29167 9.08333C7.73611 9.02778 7.21181 8.94792 6.71875 8.84375C6.22569 8.73958 5.76389 8.61111 5.33333 8.45833C4.90278 8.30556 4.51389 8.13194 4.16667 7.9375V10.4375C4.51389 10.6319 4.90278 10.8056 5.33333 10.9583C5.76389 11.1111 6.22569 11.2396 6.71875 11.3438C7.21181 11.4479 7.73611 11.5278 8.29167 11.5833C8.84722 11.6389 9.41667 11.6667 10 11.6667ZM10 15.8333C10.6389 15.8333 11.2882 15.7847 11.9479 15.6875C12.6076 15.5903 13.2153 15.4618 13.7708 15.3021C14.3264 15.1424 14.7917 14.9618 15.1667 14.7604C15.5417 14.559 15.7639 14.3542 15.8333 14.1458V12.1042C15.4722 12.2986 15.0729 12.4722 14.6354 12.625C14.1979 12.7778 13.7326 12.9062 13.2396 13.0104C12.7465 13.1146 12.2292 13.1944 11.6875 13.25C11.1458 13.3056 10.5833 13.3333 10 13.3333C9.41667 13.3333 8.84722 13.3056 8.29167 13.25C7.73611 13.1944 7.21181 13.1146 6.71875 13.0104C6.22569 12.9062 5.76389 12.7778 5.33333 12.625C4.90278 12.4722 4.51389 12.2986 4.16667 12.1042V14.1667C4.23611 14.375 4.45486 14.5764 4.82292 14.7708C5.19097 14.9653 5.65278 15.1424 6.20833 15.3021C6.76389 15.4618 7.375 15.5903 8.04167 15.6875C8.70833 15.7847 9.36111 15.8333 10 15.8333Z",fill:n})}),i9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5C5.37499 17.5 4.98263 17.3368 4.65624 17.0104C4.32986 16.684 4.16666 16.2917 4.16666 15.8333V5C3.93055 5 3.73263 4.92014 3.57291 4.76042C3.41319 4.60069 3.33333 4.40278 3.33333 4.16667C3.33333 3.93056 3.41319 3.73264 3.57291 3.57292C3.73263 3.41319 3.93055 3.33333 4.16666 3.33333H7.49999C7.49999 3.09722 7.57986 2.89931 7.73958 2.73958C7.8993 2.57986 8.09722 2.5 8.33333 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3437 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83333ZM8.33333 14.1667C8.56944 14.1667 8.76736 14.0868 8.92708 13.9271C9.0868 13.7674 9.16666 13.5694 9.16666 13.3333V7.5C9.16666 7.26389 9.0868 7.06597 8.92708 6.90625C8.76736 6.74653 8.56944 6.66667 8.33333 6.66667C8.09722 6.66667 7.8993 6.74653 7.73958 6.90625C7.57986 7.06597 7.49999 7.26389 7.49999 7.5V13.3333C7.49999 13.5694 7.57986 13.7674 7.73958 13.9271C7.8993 14.0868 8.09722 14.1667 8.33333 14.1667ZM11.6667 14.1667C11.9028 14.1667 12.1007 14.0868 12.2604 13.9271C12.4201 13.7674 12.5 13.5694 12.5 13.3333V7.5C12.5 7.26389 12.4201 7.06597 12.2604 6.90625C12.1007 6.74653 11.9028 6.66667 11.6667 6.66667C11.4305 6.66667 11.2326 6.74653 11.0729 6.90625C10.9132 7.06597 10.8333 7.26389 10.8333 7.5V13.3333C10.8333 13.5694 10.9132 13.7674 11.0729 13.9271C11.2326 14.0868 11.4305 14.1667 11.6667 14.1667Z",fill:n})}),c9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5C5.37499 17.5 4.98263 17.3368 4.65624 17.0104C4.32986 16.684 4.16666 16.2917 4.16666 15.8333V5C3.93055 5 3.73263 4.92014 3.57291 4.76042C3.41319 4.60069 3.33333 4.40278 3.33333 4.16667C3.33333 3.93056 3.41319 3.73264 3.57291 3.57292C3.73263 3.41319 3.93055 3.33333 4.16666 3.33333H7.49999C7.49999 3.09722 7.57986 2.89931 7.73958 2.73958C7.8993 2.57986 8.09722 2.5 8.33333 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3437 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83333ZM14.1667 5H5.83333V15.8333H14.1667V5ZM8.33333 14.1667C8.56944 14.1667 8.76736 14.0868 8.92708 13.9271C9.0868 13.7674 9.16666 13.5694 9.16666 13.3333V7.5C9.16666 7.26389 9.0868 7.06597 8.92708 6.90625C8.76736 6.74653 8.56944 6.66667 8.33333 6.66667C8.09722 6.66667 7.8993 6.74653 7.73958 6.90625C7.57986 7.06597 7.49999 7.26389 7.49999 7.5V13.3333C7.49999 13.5694 7.57986 13.7674 7.73958 13.9271C7.8993 14.0868 8.09722 14.1667 8.33333 14.1667ZM11.6667 14.1667C11.9028 14.1667 12.1007 14.0868 12.2604 13.9271C12.4201 13.7674 12.5 13.5694 12.5 13.3333V7.5C12.5 7.26389 12.4201 7.06597 12.2604 6.90625C12.1007 6.74653 11.9028 6.66667 11.6667 6.66667C11.4305 6.66667 11.2326 6.74653 11.0729 6.90625C10.9132 7.06597 10.8333 7.26389 10.8333 7.5V13.3333C10.8333 13.5694 10.9132 13.7674 11.0729 13.9271C11.2326 14.0868 11.4305 14.1667 11.6667 14.1667Z",fill:n})}),a9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33317 15.8333V14.1667H3.33317C2.87484 14.1667 2.48248 14.0035 2.15609 13.6771C1.8297 13.3507 1.6665 12.9583 1.6665 12.5V4.16667C1.6665 3.70833 1.8297 3.31597 2.15609 2.98958C2.48248 2.66319 2.87484 2.5 3.33317 2.5H16.6665C17.1248 2.5 17.5172 2.66319 17.8436 2.98958C18.17 3.31597 18.3332 3.70833 18.3332 4.16667V12.5C18.3332 12.9583 18.17 13.3507 17.8436 13.6771C17.5172 14.0035 17.1248 14.1667 16.6665 14.1667H11.6665V15.8333H12.4998C12.7359 15.8333 12.9339 15.9132 13.0936 16.0729C13.2533 16.2326 13.3332 16.4306 13.3332 16.6667C13.3332 16.9028 13.2533 17.1007 13.0936 17.2604C12.9339 17.4201 12.7359 17.5 12.4998 17.5H7.49984C7.26373 17.5 7.06581 17.4201 6.90609 17.2604C6.74636 17.1007 6.6665 16.9028 6.6665 16.6667C6.6665 16.4306 6.74636 16.2326 6.90609 16.0729C7.06581 15.9132 7.26373 15.8333 7.49984 15.8333H8.33317Z",fill:n})}),d9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33317 15.8333V14.1667H3.33317C2.87484 14.1667 2.48248 14.0035 2.15609 13.6771C1.8297 13.3507 1.6665 12.9583 1.6665 12.5V4.16667C1.6665 3.70833 1.8297 3.31597 2.15609 2.98958C2.48248 2.66319 2.87484 2.5 3.33317 2.5H16.6665C17.1248 2.5 17.5172 2.66319 17.8436 2.98958C18.17 3.31597 18.3332 3.70833 18.3332 4.16667V12.5C18.3332 12.9583 18.17 13.3507 17.8436 13.6771C17.5172 14.0035 17.1248 14.1667 16.6665 14.1667H11.6665V15.8333H12.4998C12.7359 15.8333 12.9339 15.9132 13.0936 16.0729C13.2533 16.2326 13.3332 16.4306 13.3332 16.6667C13.3332 16.9028 13.2533 17.1007 13.0936 17.2604C12.9339 17.4201 12.7359 17.5 12.4998 17.5H7.49984C7.26373 17.5 7.06581 17.4201 6.90609 17.2604C6.74636 17.1007 6.6665 16.9028 6.6665 16.6667C6.6665 16.4306 6.74636 16.2326 6.90609 16.0729C7.06581 15.9132 7.26373 15.8333 7.49984 15.8333H8.33317ZM3.33317 12.5H16.6665V4.16667H3.33317V12.5Z",fill:n})}),w9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.9165 16.6666C2.56928 16.6666 2.27414 16.5451 2.03109 16.3021C1.78803 16.059 1.6665 15.7639 1.6665 15.4166C1.6665 15.0694 1.78803 14.7743 2.03109 14.5312C2.27414 14.2882 2.56928 14.1666 2.9165 14.1666H3.33317V4.99998C3.33317 4.54165 3.49636 4.14929 3.82275 3.8229C4.14914 3.49651 4.5415 3.33331 4.99984 3.33331H16.6665C16.9026 3.33331 17.1005 3.41317 17.2603 3.5729C17.42 3.73262 17.4998 3.93054 17.4998 4.16665C17.4998 4.40276 17.42 4.60067 17.2603 4.7604C17.1005 4.92012 16.9026 4.99998 16.6665 4.99998H4.99984V14.1666H8.74984C9.09706 14.1666 9.3922 14.2882 9.63525 14.5312C9.87831 14.7743 9.99984 15.0694 9.99984 15.4166C9.99984 15.7639 9.87831 16.059 9.63525 16.3021C9.3922 16.5451 9.09706 16.6666 8.74984 16.6666H2.9165ZM12.4998 16.6666C12.2637 16.6666 12.0658 16.5868 11.9061 16.4271C11.7464 16.2673 11.6665 16.0694 11.6665 15.8333V7.49998C11.6665 7.26387 11.7464 7.06595 11.9061 6.90623C12.0658 6.74651 12.2637 6.66665 12.4998 6.66665H17.4998C17.7359 6.66665 17.9339 6.74651 18.0936 6.90623C18.2533 7.06595 18.3332 7.26387 18.3332 7.49998V15.8333C18.3332 16.0694 18.2533 16.2673 18.0936 16.4271C17.9339 16.5868 17.7359 16.6666 17.4998 16.6666H12.4998Z",fill:n})}),u9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.9165 16.6666C2.56928 16.6666 2.27414 16.5451 2.03109 16.3021C1.78803 16.059 1.6665 15.7639 1.6665 15.4166C1.6665 15.0694 1.78803 14.7743 2.03109 14.5312C2.27414 14.2882 2.56928 14.1666 2.9165 14.1666H3.33317V4.99998C3.33317 4.54165 3.49636 4.14929 3.82275 3.8229C4.14914 3.49651 4.5415 3.33331 4.99984 3.33331H16.6665C16.9026 3.33331 17.1005 3.41317 17.2603 3.5729C17.42 3.73262 17.4998 3.93054 17.4998 4.16665C17.4998 4.40276 17.42 4.60067 17.2603 4.7604C17.1005 4.92012 16.9026 4.99998 16.6665 4.99998H4.99984V14.1666H8.74984C9.09706 14.1666 9.3922 14.2882 9.63525 14.5312C9.87831 14.7743 9.99984 15.0694 9.99984 15.4166C9.99984 15.7639 9.87831 16.059 9.63525 16.3021C9.3922 16.5451 9.09706 16.6666 8.74984 16.6666H2.9165ZM12.4998 16.6666C12.2637 16.6666 12.0658 16.5868 11.9061 16.4271C11.7464 16.2673 11.6665 16.0694 11.6665 15.8333V7.49998C11.6665 7.26387 11.7464 7.06595 11.9061 6.90623C12.0658 6.74651 12.2637 6.66665 12.4998 6.66665H17.4998C17.7359 6.66665 17.9339 6.74651 18.0936 6.90623C18.2533 7.06595 18.3332 7.26387 18.3332 7.49998V15.8333C18.3332 16.0694 18.2533 16.2673 18.0936 16.4271C17.9339 16.5868 17.7359 16.6666 17.4998 16.6666H12.4998ZM13.3332 14.1666H16.6665V8.33331H13.3332V14.1666Z",fill:n})}),g9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 12.9792C9.88893 12.9792 9.78476 12.9618 9.68754 12.9271C9.59032 12.8924 9.50004 12.8334 9.41671 12.75L6.41671 9.75004C6.25004 9.58337 6.17018 9.38893 6.17712 9.16671C6.18407 8.94449 6.26393 8.75004 6.41671 8.58337C6.58337 8.41671 6.78129 8.3299 7.01046 8.32296C7.23962 8.31601 7.43754 8.39587 7.60421 8.56254L9.16671 10.125V4.16671C9.16671 3.9306 9.24657 3.73268 9.40629 3.57296C9.56601 3.41324 9.76393 3.33337 10 3.33337C10.2362 3.33337 10.4341 3.41324 10.5938 3.57296C10.7535 3.73268 10.8334 3.9306 10.8334 4.16671V10.125L12.3959 8.56254C12.5625 8.39587 12.7605 8.31601 12.9896 8.32296C13.2188 8.3299 13.4167 8.41671 13.5834 8.58337C13.7362 8.75004 13.816 8.94449 13.823 9.16671C13.8299 9.38893 13.75 9.58337 13.5834 9.75004L10.5834 12.75C10.5 12.8334 10.4098 12.8924 10.3125 12.9271C10.2153 12.9618 10.1112 12.9792 10 12.9792ZM5.00004 16.6667C4.54171 16.6667 4.14935 16.5035 3.82296 16.1771C3.49657 15.8507 3.33337 15.4584 3.33337 15V13.3334C3.33337 13.0973 3.41324 12.8993 3.57296 12.7396C3.73268 12.5799 3.9306 12.5 4.16671 12.5C4.40282 12.5 4.60074 12.5799 4.76046 12.7396C4.92018 12.8993 5.00004 13.0973 5.00004 13.3334V15H15V13.3334C15 13.0973 15.0799 12.8993 15.2396 12.7396C15.3993 12.5799 15.5973 12.5 15.8334 12.5C16.0695 12.5 16.2674 12.5799 16.4271 12.7396C16.5868 12.8993 16.6667 13.0973 16.6667 13.3334V15C16.6667 15.4584 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4584 16.6667 15 16.6667H5.00004Z",fill:n})}),v9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.95833 10.9583L15 3.91663C15.1667 3.74996 15.3646 3.66663 15.5937 3.66663C15.8229 3.66663 16.0208 3.74996 16.1875 3.91663C16.3542 4.08329 16.4375 4.28121 16.4375 4.51038C16.4375 4.73954 16.3542 4.93746 16.1875 5.10413L8.54166 12.75C8.37499 12.9166 8.18055 13 7.95833 13C7.73611 13 7.54166 12.9166 7.37499 12.75L3.81249 9.18746C3.64583 9.02079 3.56597 8.82288 3.57291 8.59371C3.57986 8.36454 3.66666 8.16663 3.83333 7.99996C3.99999 7.83329 4.19791 7.74996 4.42708 7.74996C4.65624 7.74996 4.85416 7.83329 5.02083 7.99996L7.95833 10.9583ZM4.99999 16.6666C4.76388 16.6666 4.56597 16.5868 4.40624 16.427C4.24652 16.2673 4.16666 16.0694 4.16666 15.8333C4.16666 15.5972 4.24652 15.3993 4.40624 15.2395C4.56597 15.0798 4.76388 15 4.99999 15H15C15.2361 15 15.434 15.0798 15.5937 15.2395C15.7535 15.3993 15.8333 15.5972 15.8333 15.8333C15.8333 16.0694 15.7535 16.2673 15.5937 16.427C15.434 16.5868 15.2361 16.6666 15 16.6666H4.99999Z",fill:n})}),x9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99992 18.3334C4.54159 18.3334 4.14922 18.1702 3.82284 17.8438C3.49645 17.5174 3.33325 17.125 3.33325 16.6667V3.33335C3.33325 2.87502 3.49645 2.48266 3.82284 2.15627C4.14922 1.82988 4.54159 1.66669 4.99992 1.66669H10.9791C11.2013 1.66669 11.4131 1.70835 11.6145 1.79169C11.8159 1.87502 11.993 1.99308 12.1458 2.14585L16.1874 6.18752C16.3402 6.3403 16.4583 6.51738 16.5416 6.71877C16.6249 6.92016 16.6666 7.13196 16.6666 7.35419V16.6667C16.6666 17.125 16.5034 17.5174 16.177 17.8438C15.8506 18.1702 15.4583 18.3334 14.9999 18.3334H4.99992ZM10.8333 6.66669C10.8333 6.9028 10.9131 7.10071 11.0728 7.26044C11.2326 7.42016 11.4305 7.50002 11.6666 7.50002H14.9999L10.8333 3.33335V6.66669Z",fill:n})}),h9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99992 18.3334C4.54159 18.3334 4.14922 18.1702 3.82284 17.8438C3.49645 17.5174 3.33325 17.125 3.33325 16.6667V3.33335C3.33325 2.87502 3.49645 2.48266 3.82284 2.15627C4.14922 1.82988 4.54159 1.66669 4.99992 1.66669H10.9791C11.2013 1.66669 11.4131 1.70835 11.6145 1.79169C11.8159 1.87502 11.993 1.99308 12.1458 2.14585L16.1874 6.18752C16.3402 6.3403 16.4583 6.51738 16.5416 6.71877C16.6249 6.92016 16.6666 7.13196 16.6666 7.35419V16.6667C16.6666 17.125 16.5034 17.5174 16.177 17.8438C15.8506 18.1702 15.4583 18.3334 14.9999 18.3334H4.99992ZM10.8333 6.66669V3.33335H4.99992V16.6667H14.9999V7.50002H11.6666C11.4305 7.50002 11.2326 7.42016 11.0728 7.26044C10.9131 7.10071 10.8333 6.9028 10.8333 6.66669Z",fill:n})}),p9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16665 12.5C3.93054 12.5 3.73262 12.4201 3.5729 12.2604C3.41317 12.1007 3.33331 11.9028 3.33331 11.6667C3.33331 11.4306 3.41317 11.2326 3.5729 11.0729C3.73262 10.9132 3.93054 10.8333 4.16665 10.8333H15.8333C16.0694 10.8333 16.2673 10.9132 16.4271 11.0729C16.5868 11.2326 16.6666 11.4306 16.6666 11.6667C16.6666 11.9028 16.5868 12.1007 16.4271 12.2604C16.2673 12.4201 16.0694 12.5 15.8333 12.5H4.16665ZM4.16665 9.16667C3.93054 9.16667 3.73262 9.08681 3.5729 8.92708C3.41317 8.76736 3.33331 8.56944 3.33331 8.33333C3.33331 8.09722 3.41317 7.89931 3.5729 7.73958C3.73262 7.57986 3.93054 7.5 4.16665 7.5H15.8333C16.0694 7.5 16.2673 7.57986 16.4271 7.73958C16.5868 7.89931 16.6666 8.09722 16.6666 8.33333C16.6666 8.56944 16.5868 8.76736 16.4271 8.92708C16.2673 9.08681 16.0694 9.16667 15.8333 9.16667H4.16665Z",fill:n})}),H9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49998 16.6667C7.04165 16.6667 6.64929 16.5035 6.3229 16.1771C5.99651 15.8507 5.83331 15.4584 5.83331 15C5.83331 14.5417 5.99651 14.1493 6.3229 13.823C6.64929 13.4966 7.04165 13.3334 7.49998 13.3334C7.95831 13.3334 8.35067 13.4966 8.67706 13.823C9.00345 14.1493 9.16665 14.5417 9.16665 15C9.16665 15.4584 9.00345 15.8507 8.67706 16.1771C8.35067 16.5035 7.95831 16.6667 7.49998 16.6667ZM12.5 16.6667C12.0416 16.6667 11.6493 16.5035 11.3229 16.1771C10.9965 15.8507 10.8333 15.4584 10.8333 15C10.8333 14.5417 10.9965 14.1493 11.3229 13.823C11.6493 13.4966 12.0416 13.3334 12.5 13.3334C12.9583 13.3334 13.3507 13.4966 13.6771 13.823C14.0035 14.1493 14.1666 14.5417 14.1666 15C14.1666 15.4584 14.0035 15.8507 13.6771 16.1771C13.3507 16.5035 12.9583 16.6667 12.5 16.6667ZM7.49998 11.6667C7.04165 11.6667 6.64929 11.5035 6.3229 11.1771C5.99651 10.8507 5.83331 10.4584 5.83331 10C5.83331 9.54171 5.99651 9.14935 6.3229 8.82296C6.64929 8.49657 7.04165 8.33337 7.49998 8.33337C7.95831 8.33337 8.35067 8.49657 8.67706 8.82296C9.00345 9.14935 9.16665 9.54171 9.16665 10C9.16665 10.4584 9.00345 10.8507 8.67706 11.1771C8.35067 11.5035 7.95831 11.6667 7.49998 11.6667ZM12.5 11.6667C12.0416 11.6667 11.6493 11.5035 11.3229 11.1771C10.9965 10.8507 10.8333 10.4584 10.8333 10C10.8333 9.54171 10.9965 9.14935 11.3229 8.82296C11.6493 8.49657 12.0416 8.33337 12.5 8.33337C12.9583 8.33337 13.3507 8.49657 13.6771 8.82296C14.0035 9.14935 14.1666 9.54171 14.1666 10C14.1666 10.4584 14.0035 10.8507 13.6771 11.1771C13.3507 11.5035 12.9583 11.6667 12.5 11.6667ZM7.49998 6.66671C7.04165 6.66671 6.64929 6.50351 6.3229 6.17712C5.99651 5.85074 5.83331 5.45837 5.83331 5.00004C5.83331 4.54171 5.99651 4.14935 6.3229 3.82296C6.64929 3.49657 7.04165 3.33337 7.49998 3.33337C7.95831 3.33337 8.35067 3.49657 8.67706 3.82296C9.00345 4.14935 9.16665 4.54171 9.16665 5.00004C9.16665 5.45837 9.00345 5.85074 8.67706 6.17712C8.35067 6.50351 7.95831 6.66671 7.49998 6.66671ZM12.5 6.66671C12.0416 6.66671 11.6493 6.50351 11.3229 6.17712C10.9965 5.85074 10.8333 5.45837 10.8333 5.00004C10.8333 4.54171 10.9965 4.14935 11.3229 3.82296C11.6493 3.49657 12.0416 3.33337 12.5 3.33337C12.9583 3.33337 13.3507 3.49657 13.6771 3.82296C14.0035 4.14935 14.1666 4.54171 14.1666 5.00004C14.1666 5.45837 14.0035 5.85074 13.6771 6.17712C13.3507 6.50351 12.9583 6.66671 12.5 6.66671Z",fill:n})}),V9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.375 18.3333C8.91667 18.3333 8.45486 18.2813 7.98958 18.1771C7.52431 18.0729 7.04861 17.9236 6.5625 17.7292C6.72917 16.0486 7.21528 14.4792 8.02083 13.0208C8.82639 11.5625 9.86111 10.2778 11.125 9.16668C9.59722 9.94445 8.27431 10.9722 7.15625 12.25C6.03819 13.5278 5.25694 14.9861 4.8125 16.625C4.75694 16.5833 4.70486 16.5382 4.65625 16.4896L4.5 16.3333C3.84722 15.6806 3.35069 14.9514 3.01042 14.1458C2.67014 13.3403 2.5 12.5 2.5 11.625C2.5 10.6806 2.6875 9.77779 3.0625 8.91668C3.4375 8.05556 3.95833 7.29168 4.625 6.62501C5.59722 5.65279 6.80208 4.97223 8.23958 4.58334C9.67708 4.19445 11.6181 4.05556 14.0625 4.16668C14.4236 4.18056 14.7569 4.26043 15.0625 4.40626C15.3681 4.55209 15.6389 4.74306 15.875 4.97918C16.1111 5.21529 16.2986 5.48959 16.4375 5.80209C16.5764 6.11459 16.6597 6.4514 16.6875 6.81251C16.7708 9.31251 16.625 11.2639 16.25 12.6667C15.875 14.0695 15.2083 15.25 14.25 16.2083C13.5694 16.8889 12.809 17.4132 11.9688 17.7813C11.1285 18.1493 10.2639 18.3333 9.375 18.3333Z",fill:n})}),L9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.5 16.3333C3.875 15.7083 3.38542 14.9861 3.03125 14.1667C2.67708 13.3472 2.5 12.5 2.5 11.625C2.5 10.75 2.66667 9.88542 3 9.03125C3.33333 8.17709 3.875 7.375 4.625 6.625C5.45833 5.79167 6.63542 5.15972 8.15625 4.72917C9.67708 4.29861 11.6458 4.11806 14.0625 4.1875C14.4236 4.20139 14.7569 4.27778 15.0625 4.41667C15.3681 4.55556 15.6389 4.74306 15.875 4.97917C16.1111 5.21528 16.2986 5.48959 16.4375 5.80209C16.5764 6.11459 16.6528 6.45139 16.6667 6.8125C16.6944 7.95139 16.6632 9.00347 16.5729 9.96875C16.4826 10.934 16.3368 11.8056 16.1354 12.5833C15.934 13.3611 15.6771 14.0521 15.3646 14.6563C15.0521 15.2604 14.6806 15.7778 14.25 16.2083C13.5139 16.9444 12.7326 17.4826 11.9062 17.8229C11.0799 18.1632 10.2361 18.3333 9.375 18.3333C8.47222 18.3333 7.59028 18.1563 6.72917 17.8021C5.86806 17.4479 5.125 16.9583 4.5 16.3333ZM6.83333 16C7.23611 16.2361 7.64931 16.4063 8.07292 16.5104C8.49653 16.6146 8.93056 16.6667 9.375 16.6667C10.0139 16.6667 10.6458 16.5382 11.2708 16.2813C11.8958 16.0243 12.4931 15.6111 13.0625 15.0417C13.3125 14.7917 13.566 14.441 13.8229 13.9896C14.0799 13.5382 14.3021 12.9479 14.4896 12.2188C14.6771 11.4896 14.8194 10.6076 14.9167 9.57292C15.0139 8.5382 15.0278 7.30556 14.9583 5.875C14.2778 5.84722 13.5104 5.83681 12.6562 5.84375C11.8021 5.8507 10.9514 5.91667 10.1042 6.04167C9.25694 6.16667 8.45139 6.36806 7.6875 6.64584C6.92361 6.92361 6.29861 7.30556 5.8125 7.79167C5.1875 8.41667 4.75694 9.03472 4.52083 9.64584C4.28472 10.2569 4.16667 10.8472 4.16667 11.4167C4.16667 12.2361 4.32292 12.9549 4.63542 13.5729C4.94792 14.191 5.22222 14.625 5.45833 14.875C6.04167 13.7639 6.8125 12.6979 7.77083 11.6771C8.72917 10.6563 9.84722 9.81945 11.125 9.16667C10.125 10.0417 9.25347 11.0313 8.51042 12.1354C7.76736 13.2396 7.20833 14.5278 6.83333 16Z",fill:n})}),M9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V14.6458C2.5 14.4236 2.54167 14.2118 2.625 14.0104C2.70833 13.809 2.82639 13.6319 2.97917 13.4792L13.5 2.97917C13.6667 2.82639 13.8507 2.70833 14.0521 2.625C14.2535 2.54167 14.4653 2.5 14.6875 2.5C14.9097 2.5 15.125 2.54167 15.3333 2.625C15.5417 2.70833 15.7222 2.83333 15.875 3L17.0208 4.16667C17.1875 4.31944 17.309 4.5 17.3854 4.70833C17.4618 4.91667 17.5 5.125 17.5 5.33333C17.5 5.55556 17.4618 5.76736 17.3854 5.96875C17.309 6.17014 17.1875 6.35417 17.0208 6.52083L6.52083 17.0208C6.36806 17.1736 6.19097 17.2917 5.98958 17.375C5.78819 17.4583 5.57639 17.5 5.35417 17.5H3.33333ZM14.6667 6.5L15.8333 5.33333L14.6667 4.16667L13.5 5.33333L14.6667 6.5Z",fill:n})}),f9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H5.35417L13.5 7.6875L12.3125 6.5L4.16667 14.6458V15.8333ZM3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V14.6458C2.5 14.4236 2.54167 14.2118 2.625 14.0104C2.70833 13.809 2.82639 13.6319 2.97917 13.4792L13.5 2.97917C13.6667 2.82639 13.8507 2.70833 14.0521 2.625C14.2535 2.54167 14.4653 2.5 14.6875 2.5C14.9097 2.5 15.125 2.54167 15.3333 2.625C15.5417 2.70833 15.7222 2.83333 15.875 3L17.0208 4.16667C17.1875 4.31944 17.309 4.5 17.3854 4.70833C17.4618 4.91667 17.5 5.125 17.5 5.33333C17.5 5.55556 17.4618 5.76736 17.3854 5.96875C17.309 6.17014 17.1875 6.35417 17.0208 6.52083L6.52083 17.0208C6.36806 17.1736 6.19097 17.2917 5.98958 17.375C5.78819 17.4583 5.57639 17.5 5.35417 17.5H3.33333ZM12.8958 7.10417L12.3125 6.5L13.5 7.6875L12.8958 7.10417Z",fill:n})}),Z9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 17.4583V16.2083C6.02778 15.6944 4.82639 14.7951 3.89583 13.5104C2.96528 12.2257 2.5 10.7639 2.5 9.125C2.5 8.08333 2.69792 7.10764 3.09375 6.19792C3.48958 5.28819 4.02431 4.49653 4.69792 3.82292C5.37153 3.14931 6.16319 2.61458 7.07292 2.21875C7.98264 1.82292 8.95139 1.625 9.97917 1.625C11.0069 1.625 11.9792 1.82292 12.8958 2.21875C13.8125 2.61458 14.6111 3.14931 15.2917 3.82292C15.9722 4.49653 16.5104 5.28819 16.9062 6.19792C17.3021 7.10764 17.5 8.08333 17.5 9.125C17.5 10.7639 17.0312 12.2187 16.0938 13.4896C15.1562 14.7604 13.9583 15.6597 12.5 16.1875V17.4583C12.5 17.6944 12.4201 17.8924 12.2604 18.0521C12.1007 18.2118 11.9028 18.2917 11.6667 18.2917C11.4306 18.2917 11.2326 18.2118 11.0729 18.0521C10.9132 17.8924 10.8333 17.6944 10.8333 17.4583V16.5833C10.6944 16.6111 10.5556 16.625 10.4167 16.625H9.97917C9.84028 16.625 9.70486 16.6215 9.57292 16.6146C9.44097 16.6076 9.30556 16.5972 9.16667 16.5833V17.4583C9.16667 17.6944 9.08681 17.8924 8.92708 18.0521C8.76736 18.2118 8.56944 18.2917 8.33333 18.2917C8.09722 18.2917 7.89931 18.2118 7.73958 18.0521C7.57986 17.8924 7.5 17.6944 7.5 17.4583ZM7.5 7.5H12.5C12.7361 7.5 12.934 7.42014 13.0938 7.26042C13.2535 7.10069 13.3333 6.90278 13.3333 6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667C6.66667 6.90278 6.74653 7.10069 6.90625 7.26042C7.06597 7.42014 7.26389 7.5 7.5 7.5ZM9.16667 11.875L8.75 12.2917C8.56944 12.4722 8.47917 12.6806 8.47917 12.9167C8.47917 13.1528 8.56944 13.3611 8.75 13.5417C8.93056 13.7222 9.13889 13.8125 9.375 13.8125C9.61111 13.8125 9.81944 13.7222 10 13.5417L11.2917 12.25C11.4583 12.0833 11.5417 11.8889 11.5417 11.6667C11.5417 11.4444 11.4583 11.25 11.2917 11.0833L10.8333 10.625L11.25 10.2083C11.4306 10.0278 11.5208 9.81944 11.5208 9.58333C11.5208 9.34722 11.4306 9.13889 11.25 8.95833C11.0694 8.77778 10.8611 8.6875 10.625 8.6875C10.3889 8.6875 10.1806 8.77778 10 8.95833L8.70833 10.25C8.54167 10.4167 8.45833 10.6111 8.45833 10.8333C8.45833 11.0556 8.54167 11.25 8.70833 11.4167L9.16667 11.875Z",fill:n})}),j9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 17.4583V16.2083C6.02778 15.6944 4.82639 14.7951 3.89583 13.5104C2.96528 12.2257 2.5 10.7639 2.5 9.125C2.5 8.08333 2.69792 7.10764 3.09375 6.19792C3.48958 5.28819 4.02431 4.49653 4.69792 3.82292C5.37153 3.14931 6.16319 2.61458 7.07292 2.21875C7.98264 1.82292 8.95139 1.625 9.97917 1.625C11.0069 1.625 11.9792 1.82292 12.8958 2.21875C13.8125 2.61458 14.6111 3.14931 15.2917 3.82292C15.9722 4.49653 16.5104 5.28819 16.9062 6.19792C17.3021 7.10764 17.5 8.08333 17.5 9.125C17.5 10.7639 17.0312 12.2187 16.0938 13.4896C15.1562 14.7604 13.9583 15.6597 12.5 16.1875V17.4583C12.5 17.6944 12.4201 17.8924 12.2604 18.0521C12.1007 18.2118 11.9028 18.2917 11.6667 18.2917C11.4306 18.2917 11.2326 18.2118 11.0729 18.0521C10.9132 17.8924 10.8333 17.6944 10.8333 17.4583V16.5833C10.6944 16.6111 10.5556 16.625 10.4167 16.625H9.97917C9.84028 16.625 9.70486 16.6215 9.57292 16.6146C9.44097 16.6076 9.30556 16.5972 9.16667 16.5833V17.4583C9.16667 17.6944 9.08681 17.8924 8.92708 18.0521C8.76736 18.2118 8.56944 18.2917 8.33333 18.2917C8.09722 18.2917 7.89931 18.2118 7.73958 18.0521C7.57986 17.8924 7.5 17.6944 7.5 17.4583ZM10 15C11.6111 15 12.9861 14.4306 14.125 13.2917C15.2639 12.1528 15.8333 10.7778 15.8333 9.16667C15.8333 7.55556 15.2639 6.18056 14.125 5.04167C12.9861 3.90278 11.6111 3.33333 10 3.33333C8.38889 3.33333 7.01389 3.90278 5.875 5.04167C4.73611 6.18056 4.16667 7.55556 4.16667 9.16667C4.16667 10.7778 4.73611 12.1528 5.875 13.2917C7.01389 14.4306 8.38889 15 10 15ZM7.5 7.5H12.5C12.7361 7.5 12.934 7.42014 13.0938 7.26042C13.2535 7.10069 13.3333 6.90278 13.3333 6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667C6.66667 6.90278 6.74653 7.10069 6.90625 7.26042C7.06597 7.42014 7.26389 7.5 7.5 7.5ZM9.16667 11.875L8.75 12.2917C8.56944 12.4722 8.47917 12.6806 8.47917 12.9167C8.47917 13.1528 8.56944 13.3611 8.75 13.5417C8.93056 13.7222 9.13889 13.8125 9.375 13.8125C9.61111 13.8125 9.81944 13.7222 10 13.5417L11.2917 12.25C11.4583 12.0833 11.5417 11.8889 11.5417 11.6667C11.5417 11.4444 11.4583 11.25 11.2917 11.0833L10.8333 10.625L11.25 10.2083C11.4306 10.0278 11.5208 9.81944 11.5208 9.58333C11.5208 9.34722 11.4306 9.13889 11.25 8.95833C11.0694 8.77778 10.8611 8.6875 10.625 8.6875C10.3889 8.6875 10.1806 8.77778 10 8.95833L8.70833 10.25C8.54167 10.4167 8.45833 10.6111 8.45833 10.8333C8.45833 11.0556 8.54167 11.25 8.70833 11.4167L9.16667 11.875Z",fill:n})}),m9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334C10.8333 13.0972 10.7535 12.8993 10.5937 12.7396C10.434 12.5799 10.2361 12.5 9.99999 12.5C9.76388 12.5 9.56596 12.5799 9.40624 12.7396C9.24652 12.8993 9.16666 13.0972 9.16666 13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667ZM9.99999 10.8334C10.2361 10.8334 10.434 10.7535 10.5937 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V10C9.16666 10.2361 9.24652 10.434 9.40624 10.5938C9.56596 10.7535 9.76388 10.8334 9.99999 10.8334ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334Z",fill:n})}),B9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334C10.8333 13.0972 10.7535 12.8993 10.5937 12.7396C10.434 12.5799 10.2361 12.5 9.99999 12.5C9.76388 12.5 9.56596 12.5799 9.40624 12.7396C9.24652 12.8993 9.16666 13.0972 9.16666 13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667ZM9.99999 10.8334C10.2361 10.8334 10.434 10.7535 10.5937 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V10C9.16666 10.2361 9.24652 10.434 9.40624 10.5938C9.56596 10.7535 9.76388 10.8334 9.99999 10.8334ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334ZM9.99999 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0208 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0208 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 9.99999 3.33335C8.13888 3.33335 6.56249 3.97919 5.27082 5.27085C3.97916 6.56252 3.33332 8.13891 3.33332 10C3.33332 11.8611 3.97916 13.4375 5.27082 14.7292C6.56249 16.0209 8.13888 16.6667 9.99999 16.6667Z",fill:n})}),S9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667C9.76389 11.6667 9.56598 11.5868 9.40626 11.4271C9.24653 11.2674 9.16667 11.0695 9.16667 10.8334V5.00002C9.16667 4.76391 9.24653 4.56599 9.40626 4.40627C9.56598 4.24655 9.76389 4.16669 10 4.16669C10.2361 4.16669 10.434 4.24655 10.5938 4.40627C10.7535 4.56599 10.8333 4.76391 10.8333 5.00002V10.8334C10.8333 11.0695 10.7535 11.2674 10.5938 11.4271C10.434 11.5868 10.2361 11.6667 10 11.6667ZM10 15.8334C9.76389 15.8334 9.56598 15.7535 9.40626 15.5938C9.24653 15.434 9.16667 15.2361 9.16667 15C9.16667 14.7639 9.24653 14.566 9.40626 14.4063C9.56598 14.2465 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.2465 10.5938 14.4063C10.7535 14.566 10.8333 14.7639 10.8333 15C10.8333 15.2361 10.7535 15.434 10.5938 15.5938C10.434 15.7535 10.2361 15.8334 10 15.8334Z",fill:n})}),b9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.979 13.5417L11.1873 12.3334C11.4651 12.25 11.7047 12.1077 11.9061 11.9063C12.1075 11.7049 12.2498 11.4653 12.3332 11.1875L13.5415 6.97919C13.5832 6.82641 13.545 6.69099 13.4269 6.57294C13.3089 6.45488 13.1734 6.41669 13.0207 6.45835L8.81234 7.66669C8.53456 7.75002 8.29498 7.89238 8.09359 8.09377C7.8922 8.29516 7.74984 8.53474 7.6665 8.81252L6.45817 13.0209C6.4165 13.1736 6.4547 13.309 6.57275 13.4271C6.69081 13.5452 6.82623 13.5834 6.979 13.5417ZM9.99984 11.25C9.65261 11.25 9.35748 11.1285 9.11442 10.8854C8.87136 10.6424 8.74984 10.3472 8.74984 10C8.74984 9.6528 8.87136 9.35766 9.11442 9.1146C9.35748 8.87155 9.65261 8.75002 9.99984 8.75002C10.3471 8.75002 10.6422 8.87155 10.8853 9.1146C11.1283 9.35766 11.2498 9.6528 11.2498 10C11.2498 10.3472 11.1283 10.6424 10.8853 10.8854C10.6422 11.1285 10.3471 11.25 9.99984 11.25ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334Z",fill:n})}),_9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 9.16669 1.78456 8.3646 2.02067 7.59377C2.25678 6.82294 2.59706 6.09724 3.0415 5.41669L1.729 4.10419C1.56234 3.93752 1.479 3.7396 1.479 3.51044C1.479 3.28127 1.56234 3.08335 1.729 2.91669C1.89567 2.75002 2.09359 2.66669 2.32275 2.66669C2.55192 2.66669 2.74984 2.75002 2.9165 2.91669L17.0832 17.0834C17.2498 17.25 17.3332 17.4445 17.3332 17.6667C17.3332 17.8889 17.2498 18.0834 17.0832 18.25C16.9165 18.4167 16.7186 18.5 16.4894 18.5C16.2603 18.5 16.0623 18.4167 15.8957 18.25L14.5832 16.9584C13.9026 17.4028 13.1769 17.7431 12.4061 17.9792C11.6353 18.2153 10.8332 18.3334 9.99984 18.3334ZM6.979 13.5417L9.56234 12.8125C9.71512 12.7709 9.80887 12.6702 9.84359 12.5104C9.87831 12.3507 9.84012 12.2153 9.729 12.1042L7.89567 10.2709C7.78456 10.1597 7.64914 10.1215 7.48942 10.1563C7.3297 10.191 7.229 10.2847 7.18734 10.4375L6.45817 13.0209C6.4165 13.1736 6.4547 13.309 6.57275 13.4271C6.69081 13.5452 6.82623 13.5834 6.979 13.5417ZM16.729 13.9167C16.5901 13.9167 16.4582 13.8924 16.3332 13.8438C16.2082 13.7952 16.0901 13.7153 15.979 13.6042L12.9582 10.5834C12.8471 10.4722 12.7741 10.3472 12.7394 10.2084C12.7047 10.0695 12.7082 9.92363 12.7498 9.77085L13.5415 6.97919C13.5832 6.82641 13.545 6.69099 13.4269 6.57294C13.3089 6.45488 13.1734 6.41669 13.0207 6.45835L10.229 7.25002C10.0762 7.29169 9.93039 7.29516 9.7915 7.26044C9.65262 7.22572 9.52762 7.1528 9.4165 7.04169L6.39567 4.02085C6.28456 3.90974 6.2047 3.79516 6.15609 3.6771C6.10748 3.55905 6.08317 3.43058 6.08317 3.29169C6.08317 3.09724 6.13178 2.92016 6.229 2.76044C6.32623 2.60071 6.46512 2.47224 6.64567 2.37502C7.17345 2.13891 7.71859 1.96183 8.28109 1.84377C8.84359 1.72571 9.4165 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 10.5834 18.2741 11.1563 18.1561 11.7188C18.038 12.2813 17.861 12.8264 17.6248 13.3542C17.5415 13.5486 17.42 13.691 17.2603 13.7813C17.1005 13.8715 16.9235 13.9167 16.729 13.9167Z",fill:n})}),y9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 9.18058 1.78456 8.38197 2.02067 7.60419C2.25678 6.82641 2.59706 6.09724 3.0415 5.41669L1.729 4.10419C1.56234 3.93752 1.479 3.7396 1.479 3.51044C1.479 3.28127 1.56234 3.08335 1.729 2.91669C1.89567 2.75002 2.09359 2.66669 2.32275 2.66669C2.55192 2.66669 2.74984 2.75002 2.9165 2.91669L17.0832 17.0834C17.236 17.2361 17.3123 17.4306 17.3123 17.6667C17.3123 17.9028 17.236 18.0972 17.0832 18.25C16.9165 18.4167 16.7186 18.5 16.4894 18.5C16.2603 18.5 16.0623 18.4167 15.8957 18.25L14.5832 16.9584C13.9026 17.4028 13.1734 17.7431 12.3957 17.9792C11.6179 18.2153 10.8193 18.3334 9.99984 18.3334ZM6.5415 2.41669C7.08317 2.16669 7.64567 1.97919 8.229 1.85419C8.81234 1.72919 9.40262 1.66669 9.99984 1.66669C11.1109 1.66669 12.1734 1.87502 13.1873 2.29169C14.2012 2.70835 15.104 3.31252 15.8957 4.10419C16.6873 4.89585 17.2915 5.79863 17.7082 6.81252C18.1248 7.82641 18.3332 8.88891 18.3332 10C18.3332 10.5972 18.2707 11.1875 18.1457 11.7709C18.0207 12.3542 17.8332 12.9167 17.5832 13.4584C17.486 13.6667 17.3262 13.8021 17.104 13.8646C16.8818 13.9271 16.6735 13.9028 16.479 13.7917C16.2846 13.6806 16.1526 13.5139 16.0832 13.2917C16.0137 13.0695 16.0276 12.8472 16.1248 12.625C16.3054 12.2084 16.4408 11.7778 16.5311 11.3334C16.6214 10.8889 16.6665 10.4445 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C9.55539 3.33335 9.11095 3.37849 8.6665 3.46877C8.22206 3.55905 7.7915 3.69446 7.37484 3.87502C7.15262 3.97224 6.93039 3.98613 6.70817 3.91669C6.48595 3.84724 6.31928 3.7153 6.20817 3.52085C6.09706 3.32641 6.07275 3.11808 6.13525 2.89585C6.19775 2.67363 6.33317 2.51391 6.5415 2.41669ZM12.104 9.72919L10.2707 7.89585C10.1596 7.78474 10.1214 7.64933 10.1561 7.4896C10.1908 7.32988 10.2846 7.22919 10.4373 7.18752L13.0207 6.45835C13.1734 6.41669 13.3089 6.45488 13.4269 6.57294C13.545 6.69099 13.5832 6.82641 13.5415 6.97919L12.8123 9.56252C12.7707 9.7153 12.67 9.80905 12.5103 9.84377C12.3505 9.87849 12.2151 9.8403 12.104 9.72919ZM9.99984 16.6667C10.5971 16.6667 11.1769 16.5903 11.7394 16.4375C12.3019 16.2847 12.8471 16.0556 13.3748 15.75L10.229 12.6042L6.979 13.5417C6.82623 13.5834 6.69081 13.5452 6.57275 13.4271C6.4547 13.309 6.4165 13.1736 6.45817 13.0209L7.39567 9.77085L4.24984 6.62502C3.94428 7.1528 3.71512 7.69794 3.56234 8.26044C3.40956 8.82294 3.33317 9.4028 3.33317 10C3.33317 11.8472 3.98248 13.4202 5.28109 14.7188C6.5797 16.0174 8.15262 16.6667 9.99984 16.6667Z",fill:n})}),O9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.979 13.5417L11.1873 12.3334C11.4651 12.25 11.7047 12.1077 11.9061 11.9063C12.1075 11.7049 12.2498 11.4653 12.3332 11.1875L13.5415 6.97919C13.5832 6.82641 13.545 6.69099 13.4269 6.57294C13.3089 6.45488 13.1734 6.41669 13.0207 6.45835L8.81234 7.66669C8.53456 7.75002 8.29498 7.89238 8.09359 8.09377C7.8922 8.29516 7.74984 8.53474 7.6665 8.81252L6.45817 13.0209C6.4165 13.1736 6.4547 13.309 6.57275 13.4271C6.69081 13.5452 6.82623 13.5834 6.979 13.5417ZM9.99984 11.25C9.65261 11.25 9.35748 11.1285 9.11442 10.8854C8.87136 10.6424 8.74984 10.3472 8.74984 10C8.74984 9.6528 8.87136 9.35766 9.11442 9.1146C9.35748 8.87155 9.65261 8.75002 9.99984 8.75002C10.3471 8.75002 10.6422 8.87155 10.8853 9.1146C11.1283 9.35766 11.2498 9.6528 11.2498 10C11.2498 10.3472 11.1283 10.6424 10.8853 10.8854C10.6422 11.1285 10.3471 11.25 9.99984 11.25ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8471 16.6667 13.42 16.0174 14.7186 14.7188C16.0172 13.4202 16.6665 11.8472 16.6665 10C16.6665 8.1528 16.0172 6.57988 14.7186 5.28127C13.42 3.98266 11.8471 3.33335 9.99984 3.33335C8.15261 3.33335 6.5797 3.98266 5.28109 5.28127C3.98248 6.57988 3.33317 8.1528 3.33317 10C3.33317 11.8472 3.98248 13.4202 5.28109 14.7188C6.5797 16.0174 8.15261 16.6667 9.99984 16.6667Z",fill:n})}),N9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.7637 1.66669 13.3366 2.1528 14.7186 3.12502C16.1005 4.09724 17.104 5.35419 17.729 6.89585C17.8262 7.13197 17.8297 7.36808 17.7394 7.60419C17.6491 7.8403 17.486 8.00002 17.2498 8.08335C17.0276 8.1528 16.8158 8.13197 16.6144 8.02085C16.413 7.90974 16.2707 7.74308 16.1873 7.52085C15.854 6.68752 15.3748 5.95141 14.7498 5.31252C14.1248 4.67363 13.3748 4.18058 12.4998 3.83335V4.16669C12.4998 4.62502 12.3366 5.01738 12.0103 5.34377C11.6839 5.67016 11.2915 5.83335 10.8332 5.83335H9.1665V7.50002C9.1665 7.73613 9.08664 7.93405 8.92692 8.09377C8.7672 8.25349 8.56928 8.33335 8.33317 8.33335H6.6665V10H7.49984C7.73595 10 7.93387 10.0799 8.09359 10.2396C8.25331 10.3993 8.33317 10.5972 8.33317 10.8334V12.5H7.49984L3.49984 8.50002C3.45817 8.75002 3.41998 9.00002 3.38525 9.25002C3.35053 9.50002 3.33317 9.75002 3.33317 10C3.33317 11.6945 3.8922 13.1736 5.01025 14.4375C6.12831 15.7014 7.53456 16.4306 9.229 16.625C9.45123 16.6528 9.63525 16.7465 9.78109 16.9063C9.92692 17.066 9.99984 17.2639 9.99984 17.5C9.99984 17.7361 9.91998 17.934 9.76025 18.0938C9.60053 18.2535 9.40956 18.3195 9.18734 18.2917C7.06234 18.0834 5.27762 17.1945 3.83317 15.625C2.38873 14.0556 1.6665 12.1806 1.6665 10ZM16.9998 17.3334L14.9165 15.25C14.6248 15.4167 14.3123 15.5556 13.979 15.6667C13.6457 15.7778 13.2915 15.8334 12.9165 15.8334C11.8748 15.8334 10.9894 15.4688 10.2603 14.7396C9.53109 14.0104 9.1665 13.125 9.1665 12.0834C9.1665 11.0417 9.53109 10.1563 10.2603 9.4271C10.9894 8.69794 11.8748 8.33335 12.9165 8.33335C13.9582 8.33335 14.8436 8.69794 15.5728 9.4271C16.3019 10.1563 16.6665 11.0417 16.6665 12.0834C16.6665 12.4584 16.611 12.8125 16.4998 13.1459C16.3887 13.4792 16.2498 13.7917 16.0832 14.0834L18.1665 16.1667C18.3193 16.3195 18.3957 16.5139 18.3957 16.75C18.3957 16.9861 18.3193 17.1806 18.1665 17.3334C18.0137 17.4861 17.8193 17.5625 17.5832 17.5625C17.3471 17.5625 17.1526 17.4861 16.9998 17.3334ZM12.9165 14.1667C13.4998 14.1667 13.9929 13.9653 14.3957 13.5625C14.7984 13.1597 14.9998 12.6667 14.9998 12.0834C14.9998 11.5 14.7984 11.007 14.3957 10.6042C13.9929 10.2014 13.4998 10 12.9165 10C12.3332 10 11.8401 10.2014 11.4373 10.6042C11.0346 11.007 10.8332 11.5 10.8332 12.0834C10.8332 12.6667 11.0346 13.1597 11.4373 13.5625C11.8401 13.9653 12.3332 14.1667 12.9165 14.1667Z",fill:n})}),F9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H9.16667C9.40278 2.5 9.60069 2.57986 9.76042 2.73958C9.92014 2.89931 10 3.09722 10 3.33333C10 3.56944 9.92014 3.76736 9.76042 3.92708C9.60069 4.08681 9.40278 4.16667 9.16667 4.16667H4.16667V15.8333H15.8333V10.8333C15.8333 10.5972 15.9132 10.3993 16.0729 10.2396C16.2326 10.0799 16.4306 10 16.6667 10C16.9028 10 17.1007 10.0799 17.2604 10.2396C17.4201 10.3993 17.5 10.5972 17.5 10.8333V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM15.8333 5.33333L8.66667 12.5C8.51389 12.6528 8.31944 12.7292 8.08333 12.7292C7.84722 12.7292 7.65278 12.6528 7.5 12.5C7.34722 12.3472 7.27083 12.1528 7.27083 11.9167C7.27083 11.6806 7.34722 11.4861 7.5 11.3333L14.6667 4.16667H12.5C12.2639 4.16667 12.066 4.08681 11.9062 3.92708C11.7465 3.76736 11.6667 3.56944 11.6667 3.33333C11.6667 3.09722 11.7465 2.89931 11.9062 2.73958C12.066 2.57986 12.2639 2.5 12.5 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V7.5C17.5 7.73611 17.4201 7.93403 17.2604 8.09375C17.1007 8.25347 16.9028 8.33333 16.6667 8.33333C16.4306 8.33333 16.2326 8.25347 16.0729 8.09375C15.9132 7.93403 15.8333 7.73611 15.8333 7.5V5.33333Z",fill:n})}),k9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.08325 13.4375V6.56252C2.08325 6.31252 2.16659 6.11113 2.33325 5.95835C2.49992 5.80558 2.69436 5.72919 2.91659 5.72919C2.98603 5.72919 3.06242 5.73613 3.14575 5.75002C3.22909 5.76391 3.30547 5.79863 3.37492 5.85419L8.54159 9.31252C8.66659 9.39585 8.76034 9.49655 8.82284 9.6146C8.88534 9.73266 8.91659 9.86113 8.91659 10C8.91659 10.1389 8.88534 10.2674 8.82284 10.3854C8.76034 10.5035 8.66659 10.6042 8.54159 10.6875L3.37492 14.1459C3.30547 14.2014 3.22909 14.2361 3.14575 14.25C3.06242 14.2639 2.98603 14.2709 2.91659 14.2709C2.69436 14.2709 2.49992 14.1945 2.33325 14.0417C2.16659 13.8889 2.08325 13.6875 2.08325 13.4375ZM10.4166 13.4375V6.56252C10.4166 6.31252 10.4999 6.11113 10.6666 5.95835C10.8333 5.80558 11.0277 5.72919 11.2499 5.72919C11.3194 5.72919 11.3958 5.73613 11.4791 5.75002C11.5624 5.76391 11.6388 5.79863 11.7083 5.85419L16.8749 9.31252C16.9999 9.39585 17.0937 9.49655 17.1562 9.6146C17.2187 9.73266 17.2499 9.86113 17.2499 10C17.2499 10.1389 17.2187 10.2674 17.1562 10.3854C17.0937 10.5035 16.9999 10.6042 16.8749 10.6875L11.7083 14.1459C11.6388 14.2014 11.5624 14.2361 11.4791 14.25C11.3958 14.2639 11.3194 14.2709 11.2499 14.2709C11.0277 14.2709 10.8333 14.1945 10.6666 14.0417C10.4999 13.8889 10.4166 13.6875 10.4166 13.4375Z",fill:n})}),I9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.08325 13.4375V6.56252C2.08325 6.31252 2.16659 6.11113 2.33325 5.95835C2.49992 5.80558 2.69436 5.72919 2.91659 5.72919C2.98603 5.72919 3.06242 5.73613 3.14575 5.75002C3.22909 5.76391 3.30547 5.79863 3.37492 5.85419L8.54159 9.31252C8.66659 9.39585 8.76034 9.49655 8.82284 9.6146C8.88534 9.73266 8.91659 9.86113 8.91659 10C8.91659 10.1389 8.88534 10.2674 8.82284 10.3854C8.76034 10.5035 8.66659 10.6042 8.54159 10.6875L3.37492 14.1459C3.30547 14.2014 3.22909 14.2361 3.14575 14.25C3.06242 14.2639 2.98603 14.2709 2.91659 14.2709C2.69436 14.2709 2.49992 14.1945 2.33325 14.0417C2.16659 13.8889 2.08325 13.6875 2.08325 13.4375ZM10.4166 13.4375V6.56252C10.4166 6.31252 10.4999 6.11113 10.6666 5.95835C10.8333 5.80558 11.0277 5.72919 11.2499 5.72919C11.3194 5.72919 11.3958 5.73613 11.4791 5.75002C11.5624 5.76391 11.6388 5.79863 11.7083 5.85419L16.8749 9.31252C16.9999 9.39585 17.0937 9.49655 17.1562 9.6146C17.2187 9.73266 17.2499 9.86113 17.2499 10C17.2499 10.1389 17.2187 10.2674 17.1562 10.3854C17.0937 10.5035 16.9999 10.6042 16.8749 10.6875L11.7083 14.1459C11.6388 14.2014 11.5624 14.2361 11.4791 14.25C11.3958 14.2639 11.3194 14.2709 11.2499 14.2709C11.0277 14.2709 10.8333 14.1945 10.6666 14.0417C10.4999 13.8889 10.4166 13.6875 10.4166 13.4375ZM3.74992 11.875L6.58325 10L3.74992 8.12502V11.875ZM12.0833 11.875L14.9166 10L12.0833 8.12502V11.875Z",fill:n})}),A9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 14.1459L11.4583 10.6875C11.3333 10.6042 11.2396 10.5035 11.1771 10.3854C11.1146 10.2674 11.0833 10.1389 11.0833 10C11.0833 9.86113 11.1146 9.73266 11.1771 9.6146C11.2396 9.49655 11.3333 9.39585 11.4583 9.31252L16.625 5.85419C16.6944 5.79863 16.7708 5.76391 16.8542 5.75002C16.9375 5.73613 17.0139 5.72919 17.0833 5.72919C17.3056 5.72919 17.5 5.80558 17.6667 5.95835C17.8333 6.11113 17.9167 6.31252 17.9167 6.56252V13.4375C17.9167 13.6875 17.8333 13.8889 17.6667 14.0417C17.5 14.1945 17.3056 14.2709 17.0833 14.2709C17.0139 14.2709 16.9375 14.2639 16.8542 14.25C16.7708 14.2361 16.6944 14.2014 16.625 14.1459ZM8.29167 14.1459L3.125 10.6875C3 10.6042 2.90625 10.5035 2.84375 10.3854C2.78125 10.2674 2.75 10.1389 2.75 10C2.75 9.86113 2.78125 9.73266 2.84375 9.6146C2.90625 9.49655 3 9.39585 3.125 9.31252L8.29167 5.85419C8.36111 5.79863 8.4375 5.76391 8.52083 5.75002C8.60417 5.73613 8.68056 5.72919 8.75 5.72919C8.97222 5.72919 9.16667 5.80558 9.33333 5.95835C9.5 6.11113 9.58333 6.31252 9.58333 6.56252V13.4375C9.58333 13.6875 9.5 13.8889 9.33333 14.0417C9.16667 14.1945 8.97222 14.2709 8.75 14.2709C8.68056 14.2709 8.60417 14.2639 8.52083 14.25C8.4375 14.2361 8.36111 14.2014 8.29167 14.1459Z",fill:n})}),R9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 14.1459L11.4583 10.6875C11.3333 10.6042 11.2396 10.5035 11.1771 10.3854C11.1146 10.2674 11.0833 10.1389 11.0833 10C11.0833 9.86113 11.1146 9.73266 11.1771 9.6146C11.2396 9.49655 11.3333 9.39585 11.4583 9.31252L16.625 5.85419C16.6944 5.79863 16.7708 5.76391 16.8542 5.75002C16.9375 5.73613 17.0139 5.72919 17.0833 5.72919C17.3056 5.72919 17.5 5.80558 17.6667 5.95835C17.8333 6.11113 17.9167 6.31252 17.9167 6.56252V13.4375C17.9167 13.6875 17.8333 13.8889 17.6667 14.0417C17.5 14.1945 17.3056 14.2709 17.0833 14.2709C17.0139 14.2709 16.9375 14.2639 16.8542 14.25C16.7708 14.2361 16.6944 14.2014 16.625 14.1459ZM8.29167 14.1459L3.125 10.6875C3 10.6042 2.90625 10.5035 2.84375 10.3854C2.78125 10.2674 2.75 10.1389 2.75 10C2.75 9.86113 2.78125 9.73266 2.84375 9.6146C2.90625 9.49655 3 9.39585 3.125 9.31252L8.29167 5.85419C8.36111 5.79863 8.4375 5.76391 8.52083 5.75002C8.60417 5.73613 8.68056 5.72919 8.75 5.72919C8.97222 5.72919 9.16667 5.80558 9.33333 5.95835C9.5 6.11113 9.58333 6.31252 9.58333 6.56252V13.4375C9.58333 13.6875 9.5 13.8889 9.33333 14.0417C9.16667 14.1945 8.97222 14.2709 8.75 14.2709C8.68056 14.2709 8.60417 14.2639 8.52083 14.25C8.4375 14.2361 8.36111 14.2014 8.29167 14.1459ZM7.91667 11.875V8.12502L5.08333 10L7.91667 11.875ZM16.25 11.875V8.12502L13.4167 10L16.25 11.875Z",fill:n})}),D9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM10.0001 12.5C10.2362 12.5 10.4341 12.4202 10.5938 12.2604C10.7536 12.1007 10.8334 11.9028 10.8334 11.6667C10.8334 11.4306 10.7536 11.2327 10.5938 11.0729C10.4341 10.9132 10.2362 10.8334 10.0001 10.8334C9.76397 10.8334 9.56605 10.9132 9.40633 11.0729C9.24661 11.2327 9.16675 11.4306 9.16675 11.6667C9.16675 11.9028 9.24661 12.1007 9.40633 12.2604C9.56605 12.4202 9.76397 12.5 10.0001 12.5ZM10.0001 9.16669C10.2362 9.16669 10.4341 9.08683 10.5938 8.9271C10.7536 8.76738 10.8334 8.56946 10.8334 8.33335V5.00002C10.8334 4.76391 10.7536 4.56599 10.5938 4.40627C10.4341 4.24655 10.2362 4.16669 10.0001 4.16669C9.76397 4.16669 9.56605 4.24655 9.40633 4.40627C9.24661 4.56599 9.16675 4.76391 9.16675 5.00002V8.33335C9.16675 8.56946 9.24661 8.76738 9.40633 8.9271C9.56605 9.08683 9.76397 9.16669 10.0001 9.16669Z",fill:n})}),T9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 12.5C10.2362 12.5 10.4341 12.4202 10.5938 12.2604C10.7536 12.1007 10.8334 11.9028 10.8334 11.6667C10.8334 11.4306 10.7536 11.2327 10.5938 11.0729C10.4341 10.9132 10.2362 10.8334 10.0001 10.8334C9.76397 10.8334 9.56605 10.9132 9.40633 11.0729C9.24661 11.2327 9.16675 11.4306 9.16675 11.6667C9.16675 11.9028 9.24661 12.1007 9.40633 12.2604C9.56605 12.4202 9.76397 12.5 10.0001 12.5ZM10.0001 9.16669C10.2362 9.16669 10.4341 9.08683 10.5938 8.9271C10.7536 8.76738 10.8334 8.56946 10.8334 8.33335V5.00002C10.8334 4.76391 10.7536 4.56599 10.5938 4.40627C10.4341 4.24655 10.2362 4.16669 10.0001 4.16669C9.76397 4.16669 9.56605 4.24655 9.40633 4.40627C9.24661 4.56599 9.16675 4.76391 9.16675 5.00002V8.33335C9.16675 8.56946 9.24661 8.76738 9.40633 8.9271C9.56605 9.08683 9.76397 9.16669 10.0001 9.16669ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334Z",fill:n})}),E9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8332 15.8334H6.6665C6.20817 15.8334 5.81581 15.6702 5.48942 15.3438C5.16303 15.0174 4.99984 14.625 4.99984 14.1667V2.50004C4.99984 2.04171 5.16303 1.64935 5.48942 1.32296C5.81581 0.996568 6.20817 0.833374 6.6665 0.833374H11.8123C12.0346 0.833374 12.2464 0.875041 12.4478 0.958374C12.6491 1.04171 12.8262 1.15976 12.979 1.31254L17.0207 5.35421C17.1734 5.50699 17.2915 5.68407 17.3748 5.88546C17.4582 6.08685 17.4998 6.29865 17.4998 6.52087V14.1667C17.4998 14.625 17.3366 15.0174 17.0103 15.3438C16.6839 15.6702 16.2915 15.8334 15.8332 15.8334ZM15.8332 6.66671L11.6665 2.50004V5.41671C11.6665 5.76393 11.788 6.05907 12.0311 6.30212C12.2741 6.54518 12.5693 6.66671 12.9165 6.66671H15.8332ZM3.33317 19.1667C2.87484 19.1667 2.48248 19.0035 2.15609 18.6771C1.8297 18.3507 1.6665 17.9584 1.6665 17.5V6.66671C1.6665 6.4306 1.74637 6.23268 1.90609 6.07296C2.06581 5.91324 2.26373 5.83337 2.49984 5.83337C2.73595 5.83337 2.93386 5.91324 3.09359 6.07296C3.25331 6.23268 3.33317 6.4306 3.33317 6.66671V17.5H11.6665C11.9026 17.5 12.1005 17.5799 12.2603 17.7396C12.42 17.8993 12.4998 18.0973 12.4998 18.3334C12.4998 18.5695 12.42 18.7674 12.2603 18.9271C12.1005 19.0868 11.9026 19.1667 11.6665 19.1667H3.33317Z",fill:n})}),P9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8332 15.8334H6.6665C6.20817 15.8334 5.81581 15.6702 5.48942 15.3438C5.16303 15.0174 4.99984 14.625 4.99984 14.1667V2.50004C4.99984 2.04171 5.16303 1.64935 5.48942 1.32296C5.81581 0.996568 6.20817 0.833374 6.6665 0.833374H11.8123C12.0346 0.833374 12.2464 0.875041 12.4478 0.958374C12.6491 1.04171 12.8262 1.15976 12.979 1.31254L17.0207 5.35421C17.1734 5.50699 17.2915 5.68407 17.3748 5.88546C17.4582 6.08685 17.4998 6.29865 17.4998 6.52087V14.1667C17.4998 14.625 17.3366 15.0174 17.0103 15.3438C16.6839 15.6702 16.2915 15.8334 15.8332 15.8334ZM15.8332 6.66671H12.9165C12.5693 6.66671 12.2741 6.54518 12.0311 6.30212C11.788 6.05907 11.6665 5.76393 11.6665 5.41671V2.50004H6.6665V14.1667H15.8332V6.66671ZM3.33317 19.1667C2.87484 19.1667 2.48248 19.0035 2.15609 18.6771C1.8297 18.3507 1.6665 17.9584 1.6665 17.5V6.66671C1.6665 6.4306 1.74637 6.23268 1.90609 6.07296C2.06581 5.91324 2.26373 5.83337 2.49984 5.83337C2.73595 5.83337 2.93387 5.91324 3.09359 6.07296C3.25331 6.23268 3.33317 6.4306 3.33317 6.66671V17.5H11.6665C11.9026 17.5 12.1005 17.5799 12.2603 17.7396C12.42 17.8993 12.4998 18.0973 12.4998 18.3334C12.4998 18.5695 12.42 18.7674 12.2603 18.9271C12.1005 19.0868 11.9026 19.1667 11.6665 19.1667H3.33317Z",fill:n})}),z9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.4168 16.9166L12.2502 14.75C12.0974 14.5972 12.021 14.4027 12.021 14.1666C12.021 13.9305 12.0974 13.7361 12.2502 13.5833C12.4029 13.4305 12.5974 13.3541 12.8335 13.3541C13.0696 13.3541 13.2641 13.4305 13.4168 13.5833L14.1668 14.3333V11.6875C14.1668 11.4513 14.2467 11.2534 14.4064 11.0937C14.5661 10.934 14.7641 10.8541 15.0002 10.8541C15.2363 10.8541 15.4342 10.934 15.5939 11.0937C15.7536 11.2534 15.8335 11.4513 15.8335 11.6875V14.3333L16.5835 13.5833C16.7363 13.4305 16.9307 13.3541 17.1668 13.3541C17.4029 13.3541 17.5974 13.4305 17.7502 13.5833C17.9029 13.7361 17.9793 13.9305 17.9793 14.1666C17.9793 14.4027 17.9029 14.5972 17.7502 14.75L15.5835 16.9166C15.4168 17.0833 15.2224 17.1666 15.0002 17.1666C14.7779 17.1666 14.5835 17.0833 14.4168 16.9166ZM12.5002 20C12.2641 20 12.0661 19.9201 11.9064 19.7604C11.7467 19.6007 11.6668 19.4027 11.6668 19.1666C11.6668 18.9305 11.7467 18.7326 11.9064 18.5729C12.0661 18.4132 12.2641 18.3333 12.5002 18.3333H17.5002C17.7363 18.3333 17.9342 18.4132 18.0939 18.5729C18.2536 18.7326 18.3335 18.9305 18.3335 19.1666C18.3335 19.4027 18.2536 19.6007 18.0939 19.7604C17.9342 19.9201 17.7363 20 17.5002 20H12.5002ZM5.00016 16.6666C4.54183 16.6666 4.14947 16.5034 3.82308 16.177C3.49669 15.8507 3.3335 15.4583 3.3335 15V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.146C10.3682 1.66663 10.58 1.70829 10.7814 1.79163C10.9828 1.87496 11.1599 1.99301 11.3127 2.14579L15.3543 6.18746C15.5071 6.34024 15.6252 6.51732 15.7085 6.71871C15.7918 6.9201 15.8335 7.1319 15.8335 7.35413V8.35413C15.8335 8.59024 15.7536 8.78815 15.5939 8.94788C15.4342 9.1076 15.2363 9.18746 15.0002 9.18746H11.6668C11.2085 9.18746 10.8161 9.35065 10.4897 9.67704C10.1634 10.0034 10.0002 10.3958 10.0002 10.8541V15.8333C10.0002 16.0694 9.9203 16.2673 9.76058 16.427C9.60086 16.5868 9.40294 16.6666 9.16683 16.6666H5.00016ZM11.2502 7.49996H14.1668L10.0002 3.33329V6.24996C10.0002 6.59718 10.1217 6.89232 10.3647 7.13538C10.6078 7.37843 10.9029 7.49996 11.2502 7.49996Z",fill:n})}),$9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1668 14.3333L13.4168 13.5833C13.2641 13.4305 13.0696 13.3541 12.8335 13.3541C12.5974 13.3541 12.4029 13.4305 12.2502 13.5833C12.0974 13.7361 12.021 13.9305 12.021 14.1666C12.021 14.4027 12.0974 14.5972 12.2502 14.75L14.4168 16.9166C14.5835 17.0833 14.7779 17.1666 15.0002 17.1666C15.2224 17.1666 15.4168 17.0833 15.5835 16.9166L17.7502 14.75C17.9029 14.5972 17.9793 14.4027 17.9793 14.1666C17.9793 13.9305 17.9029 13.7361 17.7502 13.5833C17.5974 13.4305 17.4029 13.3541 17.1668 13.3541C16.9307 13.3541 16.7363 13.4305 16.5835 13.5833L15.8335 14.3333V11.6875C15.8335 11.4513 15.7536 11.2534 15.5939 11.0937C15.4342 10.934 15.2363 10.8541 15.0002 10.8541C14.7641 10.8541 14.5661 10.934 14.4064 11.0937C14.2467 11.2534 14.1668 11.4513 14.1668 11.6875V14.3333ZM12.5002 18.3333H17.5002C17.7363 18.3333 17.9342 18.4132 18.0939 18.5729C18.2536 18.7326 18.3335 18.9305 18.3335 19.1666C18.3335 19.4027 18.2536 19.6007 18.0939 19.7604C17.9342 19.9201 17.7363 20 17.5002 20H12.5002C12.2641 20 12.0661 19.9201 11.9064 19.7604C11.7467 19.6007 11.6668 19.4027 11.6668 19.1666C11.6668 18.9305 11.7467 18.7326 11.9064 18.5729C12.0661 18.4132 12.2641 18.3333 12.5002 18.3333ZM5.00016 16.6666C4.54183 16.6666 4.14947 16.5034 3.82308 16.177C3.49669 15.8507 3.3335 15.4583 3.3335 15V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.146C10.3682 1.66663 10.58 1.70829 10.7814 1.79163C10.9828 1.87496 11.1599 1.99301 11.3127 2.14579L15.3543 6.18746C15.5071 6.34024 15.6252 6.51732 15.7085 6.71871C15.7918 6.9201 15.8335 7.1319 15.8335 7.35413V8.35413C15.8335 8.59024 15.7536 8.78815 15.5939 8.94788C15.4342 9.1076 15.2363 9.18746 15.0002 9.18746C14.7641 9.18746 14.5661 9.1076 14.4064 8.94788C14.2467 8.78815 14.1668 8.59024 14.1668 8.35413V7.49996H11.2502C10.9029 7.49996 10.6078 7.37843 10.3647 7.13538C10.1217 6.89232 10.0002 6.59718 10.0002 6.24996V3.33329H5.00016V15H9.16683C9.40294 15 9.60086 15.0798 9.76058 15.2395C9.9203 15.3993 10.0002 15.5972 10.0002 15.8333C10.0002 16.0694 9.9203 16.2673 9.76058 16.427C9.60086 16.5868 9.40294 16.6666 9.16683 16.6666H5.00016Z",fill:n})}),K9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 12.3541V15C9.16683 15.2361 9.24669 15.434 9.40641 15.5937C9.56613 15.7534 9.76405 15.8333 10.0002 15.8333C10.2363 15.8333 10.4342 15.7534 10.5939 15.5937C10.7536 15.434 10.8335 15.2361 10.8335 15V12.3541L11.5835 13.1041C11.6668 13.1875 11.7606 13.25 11.8647 13.2916C11.9689 13.3333 12.0731 13.3507 12.1772 13.3437C12.2814 13.3368 12.3821 13.3125 12.4793 13.2708C12.5766 13.2291 12.6668 13.1666 12.7502 13.0833C12.9029 12.9166 12.9828 12.7222 12.9897 12.5C12.9967 12.2777 12.9168 12.0833 12.7502 11.9166L10.5835 9.74996C10.5002 9.66663 10.4099 9.6076 10.3127 9.57288C10.2154 9.53815 10.1113 9.52079 10.0002 9.52079C9.88905 9.52079 9.78489 9.53815 9.68766 9.57288C9.59044 9.6076 9.50016 9.66663 9.41683 9.74996L7.25016 11.9166C7.0835 12.0833 7.00364 12.2777 7.01058 12.5C7.01752 12.7222 7.10433 12.9166 7.271 13.0833C7.43766 13.2361 7.63211 13.3159 7.85433 13.3229C8.07655 13.3298 8.271 13.25 8.43766 13.0833L9.16683 12.3541ZM5.00016 18.3333C4.54183 18.3333 4.14947 18.1701 3.82308 17.8437C3.49669 17.5173 3.3335 17.125 3.3335 16.6666V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.9793C11.2016 1.66663 11.4134 1.70829 11.6147 1.79163C11.8161 1.87496 11.9932 1.99301 12.146 2.14579L16.1877 6.18746C16.3404 6.34024 16.4585 6.51732 16.5418 6.71871C16.6252 6.9201 16.6668 7.1319 16.6668 7.35413V16.6666C16.6668 17.125 16.5036 17.5173 16.1772 17.8437C15.8509 18.1701 15.4585 18.3333 15.0002 18.3333H5.00016ZM10.8335 6.66663C10.8335 6.90274 10.9134 7.10065 11.0731 7.26038C11.2328 7.4201 11.4307 7.49996 11.6668 7.49996H15.0002L10.8335 3.33329V6.66663Z",fill:n})}),U9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 12.3541V15C9.16683 15.2361 9.24669 15.434 9.40641 15.5937C9.56613 15.7534 9.76405 15.8333 10.0002 15.8333C10.2363 15.8333 10.4342 15.7534 10.5939 15.5937C10.7536 15.434 10.8335 15.2361 10.8335 15V12.3541L11.5835 13.1041C11.6668 13.1875 11.7606 13.25 11.8647 13.2916C11.9689 13.3333 12.0731 13.3507 12.1772 13.3437C12.2814 13.3368 12.3821 13.3125 12.4793 13.2708C12.5766 13.2291 12.6668 13.1666 12.7502 13.0833C12.9029 12.9166 12.9828 12.7222 12.9897 12.5C12.9967 12.2777 12.9168 12.0833 12.7502 11.9166L10.5835 9.74996C10.5002 9.66663 10.4099 9.6076 10.3127 9.57288C10.2154 9.53815 10.1113 9.52079 10.0002 9.52079C9.88905 9.52079 9.78489 9.53815 9.68766 9.57288C9.59044 9.6076 9.50016 9.66663 9.41683 9.74996L7.25016 11.9166C7.0835 12.0833 7.00364 12.2777 7.01058 12.5C7.01752 12.7222 7.10433 12.9166 7.271 13.0833C7.43766 13.2361 7.63211 13.3159 7.85433 13.3229C8.07655 13.3298 8.271 13.25 8.43766 13.0833L9.16683 12.3541ZM5.00016 18.3333C4.54183 18.3333 4.14947 18.1701 3.82308 17.8437C3.49669 17.5173 3.3335 17.125 3.3335 16.6666V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.9793C11.2016 1.66663 11.4134 1.70829 11.6147 1.79163C11.8161 1.87496 11.9932 1.99301 12.146 2.14579L16.1877 6.18746C16.3404 6.34024 16.4585 6.51732 16.5418 6.71871C16.6252 6.9201 16.6668 7.1319 16.6668 7.35413V16.6666C16.6668 17.125 16.5036 17.5173 16.1772 17.8437C15.8509 18.1701 15.4585 18.3333 15.0002 18.3333H5.00016ZM10.8335 6.66663V3.33329H5.00016V16.6666H15.0002V7.49996H11.6668C11.4307 7.49996 11.2328 7.4201 11.0731 7.26038C10.9134 7.10065 10.8335 6.90274 10.8335 6.66663Z",fill:n})}),G9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 15C8.93056 15 8.73264 14.9201 8.57292 14.7604C8.41319 14.6007 8.33333 14.4028 8.33333 14.1667C8.33333 13.9306 8.41319 13.7326 8.57292 13.5729C8.73264 13.4132 8.93056 13.3333 9.16667 13.3333H10.8333C11.0694 13.3333 11.2674 13.4132 11.4271 13.5729C11.5868 13.7326 11.6667 13.9306 11.6667 14.1667C11.6667 14.4028 11.5868 14.6007 11.4271 14.7604C11.2674 14.9201 11.0694 15 10.8333 15H9.16667ZM5.83333 10.8333C5.59722 10.8333 5.39931 10.7535 5.23958 10.5938C5.07986 10.434 5 10.2361 5 10C5 9.76389 5.07986 9.56597 5.23958 9.40625C5.39931 9.24653 5.59722 9.16667 5.83333 9.16667H14.1667C14.4028 9.16667 14.6007 9.24653 14.7604 9.40625C14.9201 9.56597 15 9.76389 15 10C15 10.2361 14.9201 10.434 14.7604 10.5938C14.6007 10.7535 14.4028 10.8333 14.1667 10.8333H5.83333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H3.33333Z",fill:n})}),W9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16665 16.6667C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41318 16.2674 8.33332 16.0695 8.33332 15.8334V10.8334L3.49999 4.66671C3.29165 4.38893 3.2604 4.09726 3.40624 3.79171C3.55207 3.48615 3.80554 3.33337 4.16665 3.33337H15.8333C16.1944 3.33337 16.4479 3.48615 16.5937 3.79171C16.7396 4.09726 16.7083 4.38893 16.5 4.66671L11.6667 10.8334V15.8334C11.6667 16.0695 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665Z",fill:n})}),q9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.3333 9.97917L5.68748 3.33333H15.8333C16.1805 3.33333 16.4305 3.48611 16.5833 3.79167C16.7361 4.09722 16.7083 4.38889 16.5 4.66667L12.3333 9.97917ZM11.6666 14.0208V15.8333C11.6666 16.0694 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41317 16.2674 8.33331 16.0694 8.33331 15.8333V10.6875L1.74998 4.10417C1.5972 3.95139 1.52081 3.76042 1.52081 3.53125C1.52081 3.30208 1.5972 3.10417 1.74998 2.9375C1.91665 2.77083 2.11456 2.6875 2.34373 2.6875C2.5729 2.6875 2.77081 2.77083 2.93748 2.9375L17.0833 17.0833C17.25 17.25 17.3298 17.4444 17.3229 17.6667C17.316 17.8889 17.2291 18.0833 17.0625 18.25C16.8958 18.4028 16.7014 18.4826 16.4791 18.4896C16.2569 18.4965 16.0625 18.4167 15.8958 18.25L11.6666 14.0208Z",fill:n})}),Y9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.3333 9.97917L11.1458 8.79167L14.125 5H7.35415L5.68748 3.33333H15.8333C16.1805 3.33333 16.4305 3.48611 16.5833 3.79167C16.7361 4.09722 16.7083 4.38889 16.5 4.66667L12.3333 9.97917ZM11.6666 14.0208V15.8333C11.6666 16.0694 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41318 16.2674 8.33331 16.0694 8.33331 15.8333V10.6875L1.74998 4.10417C1.5972 3.95139 1.52081 3.76042 1.52081 3.53125C1.52081 3.30208 1.5972 3.10417 1.74998 2.9375C1.91665 2.77083 2.11456 2.6875 2.34373 2.6875C2.5729 2.6875 2.77081 2.77083 2.93748 2.9375L17.0833 17.0833C17.25 17.25 17.3298 17.4444 17.3229 17.6667C17.316 17.8889 17.2291 18.0833 17.0625 18.25C16.8958 18.4028 16.7014 18.4826 16.4791 18.4896C16.2569 18.4965 16.0625 18.4167 15.8958 18.25L11.6666 14.0208Z",fill:n})}),Q9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16665 16.6667C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41318 16.2674 8.33332 16.0695 8.33332 15.8334V10.8334L3.49999 4.66671C3.29165 4.38893 3.2604 4.09726 3.40624 3.79171C3.55207 3.48615 3.80554 3.33337 4.16665 3.33337H15.8333C16.1944 3.33337 16.4479 3.48615 16.5937 3.79171C16.7396 4.09726 16.7083 4.38893 16.5 4.66671L11.6667 10.8334V15.8334C11.6667 16.0695 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665ZM9.99999 10.25L14.125 5.00004H5.87499L9.99999 10.25Z",fill:n})}),X9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8958 18.25L1.72913 4.10413C1.56246 3.93746 1.47913 3.73954 1.47913 3.51038C1.47913 3.28121 1.56246 3.08329 1.72913 2.91663C1.89579 2.74996 2.09371 2.66663 2.32288 2.66663C2.55204 2.66663 2.74996 2.74996 2.91663 2.91663L17.0833 17.0833C17.25 17.25 17.3333 17.4444 17.3333 17.6666C17.3333 17.8888 17.25 18.0833 17.0833 18.25C16.9166 18.4166 16.7187 18.5 16.4895 18.5C16.2604 18.5 16.0625 18.4166 15.8958 18.25ZM13.5416 10.8333C13.3055 10.8333 13.1041 10.7534 12.9375 10.5937C12.7708 10.434 12.6875 10.2361 12.6875 9.99996C12.6875 9.77774 12.7673 9.58329 12.927 9.41663C13.0868 9.24996 13.2916 9.16663 13.5416 9.16663H14.1666C14.4027 9.16663 14.6007 9.24649 14.7604 9.40621C14.9201 9.56593 15 9.76385 15 9.99996C15 10.2361 14.9201 10.434 14.7604 10.5937C14.6007 10.7534 14.4027 10.8333 14.1666 10.8333H13.5416ZM9.37496 6.66663C9.13885 6.66663 8.93746 6.58677 8.77079 6.42704C8.60413 6.26732 8.52079 6.0694 8.52079 5.83329C8.52079 5.61107 8.60065 5.41663 8.76038 5.24996C8.9201 5.08329 9.12496 4.99996 9.37496 4.99996H16.6666C16.9027 4.99996 17.1007 5.07982 17.2604 5.23954C17.4201 5.39927 17.5 5.59718 17.5 5.83329C17.5 6.0694 17.4201 6.26732 17.2604 6.42704C17.1007 6.58677 16.9027 6.66663 16.6666 6.66663H9.37496ZM9.16663 15C8.93052 15 8.7326 14.9201 8.57288 14.7604C8.41315 14.6007 8.33329 14.4027 8.33329 14.1666C8.33329 13.9305 8.41315 13.7326 8.57288 13.5729C8.7326 13.4132 8.93052 13.3333 9.16663 13.3333H10.8333C11.0694 13.3333 11.2673 13.4132 11.427 13.5729C11.5868 13.7326 11.6666 13.9305 11.6666 14.1666C11.6666 14.4027 11.5868 14.6007 11.427 14.7604C11.2673 14.9201 11.0694 15 10.8333 15H9.16663ZM5.83329 10.8333C5.59718 10.8333 5.39927 10.7534 5.23954 10.5937C5.07982 10.434 4.99996 10.2361 4.99996 9.99996C4.99996 9.76385 5.07982 9.56593 5.23954 9.40621C5.39927 9.24649 5.59718 9.16663 5.83329 9.16663H8.45829V10.8333H5.83329ZM3.33329 6.66663C3.09718 6.66663 2.89926 6.58677 2.73954 6.42704C2.57982 6.26732 2.49996 6.0694 2.49996 5.83329C2.49996 5.59718 2.57982 5.39927 2.73954 5.23954C2.89926 5.07982 3.09718 4.99996 3.33329 4.99996H4.29163V6.66663H3.33329Z",fill:n})}),J9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.3335 11.6667C3.3335 10.0972 3.79877 8.59028 4.72933 7.14584C5.65989 5.70139 6.93766 4.4375 8.56266 3.35417C8.86822 3.14584 9.18419 3.13542 9.51058 3.32292C9.83697 3.51042 10.0002 3.79167 10.0002 4.16667V5.25C10.0002 5.72223 10.1634 6.11806 10.4897 6.4375C10.8161 6.75695 11.2154 6.91667 11.6877 6.91667C11.9238 6.91667 12.1495 6.86459 12.3647 6.76042C12.58 6.65625 12.771 6.50695 12.9377 6.3125C13.0488 6.17362 13.1911 6.08681 13.3647 6.05209C13.5384 6.01737 13.7016 6.05556 13.8543 6.16667C14.7293 6.79167 15.4168 7.59028 15.9168 8.5625C16.4168 9.53473 16.6668 10.5694 16.6668 11.6667C16.6668 12.8889 16.3682 14.0035 15.771 15.0104C15.1738 16.0174 14.3891 16.8125 13.4168 17.3958C13.6529 17.0625 13.837 16.6979 13.9689 16.3021C14.1009 15.9063 14.1668 15.4861 14.1668 15.0417C14.1668 14.4861 14.0627 13.9618 13.8543 13.4688C13.646 12.9757 13.3474 12.5347 12.9585 12.1458L10.0002 9.25L7.06266 12.1458C6.65989 12.5486 6.35433 12.9931 6.146 13.4792C5.93766 13.9653 5.8335 14.4861 5.8335 15.0417C5.8335 15.4861 5.89947 15.9063 6.03141 16.3021C6.16336 16.6979 6.34739 17.0625 6.5835 17.3958C5.61127 16.8125 4.82655 16.0174 4.22933 15.0104C3.63211 14.0035 3.3335 12.8889 3.3335 11.6667ZM10.0002 11.5833L11.771 13.3125C12.0071 13.5486 12.1877 13.8125 12.3127 14.1042C12.4377 14.3958 12.5002 14.7083 12.5002 15.0417C12.5002 15.7222 12.2571 16.3021 11.771 16.7813C11.2849 17.2604 10.6946 17.5 10.0002 17.5C9.30572 17.5 8.71544 17.2604 8.22933 16.7813C7.74322 16.3021 7.50016 15.7222 7.50016 15.0417C7.50016 14.7222 7.56266 14.4132 7.68766 14.1146C7.81266 13.816 7.99322 13.5486 8.22933 13.3125L10.0002 11.5833Z",fill:n})}),C2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3333C8.13905 18.3333 6.56266 17.6875 5.271 16.3958C3.97933 15.1042 3.3335 13.5278 3.3335 11.6667C3.3335 10.0972 3.79877 8.59028 4.72933 7.14584C5.65989 5.70139 6.93766 4.4375 8.56266 3.35417C8.86822 3.14584 9.18419 3.13542 9.51058 3.32292C9.83697 3.51042 10.0002 3.79167 10.0002 4.16667V5.25C10.0002 5.72223 10.1634 6.11806 10.4897 6.4375C10.8161 6.75695 11.2154 6.91667 11.6877 6.91667C11.9238 6.91667 12.1495 6.86459 12.3647 6.76042C12.58 6.65625 12.771 6.50695 12.9377 6.3125C13.0488 6.17362 13.1911 6.08681 13.3647 6.05209C13.5384 6.01737 13.7016 6.05556 13.8543 6.16667C14.7293 6.79167 15.4168 7.59028 15.9168 8.56251C16.4168 9.53473 16.6668 10.5694 16.6668 11.6667C16.6668 13.5278 16.021 15.1042 14.7293 16.3958C13.4377 17.6875 11.8613 18.3333 10.0002 18.3333ZM5.00016 11.6667C5.00016 12.3889 5.146 13.0729 5.43766 13.7188C5.72933 14.3646 6.146 14.9306 6.68766 15.4167C6.67377 15.3472 6.66683 15.2847 6.66683 15.2292V15.0417C6.66683 14.5972 6.75016 14.1806 6.91683 13.7917C7.0835 13.4028 7.32655 13.0486 7.646 12.7292L10.0002 10.4167L12.3543 12.7292C12.6738 13.0486 12.9168 13.4028 13.0835 13.7917C13.2502 14.1806 13.3335 14.5972 13.3335 15.0417V15.2292C13.3335 15.2847 13.3266 15.3472 13.3127 15.4167C13.8543 14.9306 14.271 14.3646 14.5627 13.7188C14.8543 13.0729 15.0002 12.3889 15.0002 11.6667C15.0002 10.9722 14.8717 10.316 14.6147 9.69792C14.3578 9.07987 13.9863 8.52778 13.5002 8.04167C13.2224 8.22223 12.9307 8.35764 12.6252 8.44792C12.3196 8.5382 12.0071 8.58334 11.6877 8.58334C10.8266 8.58334 10.08 8.29862 9.44808 7.72917C8.81613 7.15973 8.45155 6.45834 8.35433 5.625C7.271 6.54167 6.44114 7.51737 5.86475 8.55209C5.28836 9.58681 5.00016 10.625 5.00016 11.6667ZM10.0002 12.75L8.81266 13.9167C8.65988 14.0694 8.54183 14.2431 8.4585 14.4375C8.37516 14.6319 8.3335 14.8333 8.3335 15.0417C8.3335 15.4861 8.49669 15.8681 8.82308 16.1875C9.14947 16.5069 9.54183 16.6667 10.0002 16.6667C10.4585 16.6667 10.8509 16.5069 11.1772 16.1875C11.5036 15.8681 11.6668 15.4861 11.6668 15.0417C11.6668 14.8194 11.6252 14.6146 11.5418 14.4271C11.4585 14.2396 11.3404 14.0694 11.1877 13.9167L10.0002 12.75Z",fill:n})}),e2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 15C5.59722 15 5.39931 14.9201 5.23958 14.7604C5.07986 14.6007 5 14.4028 5 14.1667V5.83333C5 5.59722 5.07986 5.39931 5.23958 5.23958C5.39931 5.07986 5.59722 5 5.83333 5C6.06944 5 6.26736 5.07986 6.42708 5.23958C6.58681 5.39931 6.66667 5.59722 6.66667 5.83333V14.1667C6.66667 14.4028 6.58681 14.6007 6.42708 14.7604C6.26736 14.9201 6.06944 15 5.83333 15ZM11.5 10L14.75 13.25C14.9028 13.4028 14.9792 13.5972 14.9792 13.8333C14.9792 14.0694 14.9028 14.2639 14.75 14.4167C14.5972 14.5694 14.4028 14.6458 14.1667 14.6458C13.9306 14.6458 13.7361 14.5694 13.5833 14.4167L9.75 10.5833C9.66667 10.5 9.60764 10.4097 9.57292 10.3125C9.53819 10.2153 9.52083 10.1111 9.52083 10C9.52083 9.88889 9.53819 9.78472 9.57292 9.6875C9.60764 9.59028 9.66667 9.5 9.75 9.41667L13.5833 5.58333C13.7361 5.43056 13.9306 5.35417 14.1667 5.35417C14.4028 5.35417 14.5972 5.43056 14.75 5.58333C14.9028 5.73611 14.9792 5.93056 14.9792 6.16667C14.9792 6.40278 14.9028 6.59722 14.75 6.75L11.5 10Z",fill:n})}),t2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.6666 6.66671V5.00004H15C14.7638 5.00004 14.5659 4.92018 14.4062 4.76046C14.2465 4.60074 14.1666 4.40282 14.1666 4.16671C14.1666 3.9306 14.2465 3.73268 14.4062 3.57296C14.5659 3.41324 14.7638 3.33337 15 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004V6.66671C18.3333 6.90282 18.2534 7.10073 18.0937 7.26046C17.934 7.42018 17.7361 7.50004 17.5 7.50004C17.2638 7.50004 17.0659 7.42018 16.9062 7.26046C16.7465 7.10073 16.6666 6.90282 16.6666 6.66671ZM1.66663 6.66671V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H4.99996C5.23607 3.33337 5.43399 3.41324 5.59371 3.57296C5.75343 3.73268 5.83329 3.9306 5.83329 4.16671C5.83329 4.40282 5.75343 4.60074 5.59371 4.76046C5.43399 4.92018 5.23607 5.00004 4.99996 5.00004H3.33329V6.66671C3.33329 6.90282 3.25343 7.10073 3.09371 7.26046C2.93399 7.42018 2.73607 7.50004 2.49996 7.50004C2.26385 7.50004 2.06593 7.42018 1.90621 7.26046C1.74649 7.10073 1.66663 6.90282 1.66663 6.66671ZM16.6666 16.6667H15C14.7638 16.6667 14.5659 16.5868 14.4062 16.4271C14.2465 16.2674 14.1666 16.0695 14.1666 15.8334C14.1666 15.5973 14.2465 15.3993 14.4062 15.2396C14.5659 15.0799 14.7638 15 15 15H16.6666V13.3334C16.6666 13.0973 16.7465 12.8993 16.9062 12.7396C17.0659 12.5799 17.2638 12.5 17.5 12.5C17.7361 12.5 17.934 12.5799 18.0937 12.7396C18.2534 12.8993 18.3333 13.0973 18.3333 13.3334V15C18.3333 15.4584 18.1701 15.8507 17.8437 16.1771C17.5173 16.5035 17.125 16.6667 16.6666 16.6667ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V13.3334C1.66663 13.0973 1.74649 12.8993 1.90621 12.7396C2.06593 12.5799 2.26385 12.5 2.49996 12.5C2.73607 12.5 2.93399 12.5799 3.09371 12.7396C3.25343 12.8993 3.33329 13.0973 3.33329 13.3334V15H4.99996C5.23607 15 5.43399 15.0799 5.59371 15.2396C5.75343 15.3993 5.83329 15.5973 5.83329 15.8334C5.83329 16.0695 5.75343 16.2674 5.59371 16.4271C5.43399 16.5868 5.23607 16.6667 4.99996 16.6667H3.33329ZM4.99996 11.6667V8.33337C4.99996 7.87504 5.16315 7.48268 5.48954 7.15629C5.81593 6.8299 6.20829 6.66671 6.66663 6.66671H13.3333C13.7916 6.66671 14.184 6.8299 14.5104 7.15629C14.8368 7.48268 15 7.87504 15 8.33337V11.6667C15 12.125 14.8368 12.5174 14.5104 12.8438C14.184 13.1702 13.7916 13.3334 13.3333 13.3334H6.66663C6.20829 13.3334 5.81593 13.1702 5.48954 12.8438C5.16315 12.5174 4.99996 12.125 4.99996 11.6667Z",fill:n})}),n2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.6666 6.66671V5.00004H15C14.7638 5.00004 14.5659 4.92018 14.4062 4.76046C14.2465 4.60074 14.1666 4.40282 14.1666 4.16671C14.1666 3.9306 14.2465 3.73268 14.4062 3.57296C14.5659 3.41324 14.7638 3.33337 15 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004V6.66671C18.3333 6.90282 18.2534 7.10073 18.0937 7.26046C17.934 7.42018 17.7361 7.50004 17.5 7.50004C17.2638 7.50004 17.0659 7.42018 16.9062 7.26046C16.7465 7.10073 16.6666 6.90282 16.6666 6.66671ZM1.66663 6.66671V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H4.99996C5.23607 3.33337 5.43399 3.41324 5.59371 3.57296C5.75343 3.73268 5.83329 3.9306 5.83329 4.16671C5.83329 4.40282 5.75343 4.60074 5.59371 4.76046C5.43399 4.92018 5.23607 5.00004 4.99996 5.00004H3.33329V6.66671C3.33329 6.90282 3.25343 7.10073 3.09371 7.26046C2.93399 7.42018 2.73607 7.50004 2.49996 7.50004C2.26385 7.50004 2.06593 7.42018 1.90621 7.26046C1.74649 7.10073 1.66663 6.90282 1.66663 6.66671ZM16.6666 16.6667H15C14.7638 16.6667 14.5659 16.5868 14.4062 16.4271C14.2465 16.2674 14.1666 16.0695 14.1666 15.8334C14.1666 15.5973 14.2465 15.3993 14.4062 15.2396C14.5659 15.0799 14.7638 15 15 15H16.6666V13.3334C16.6666 13.0973 16.7465 12.8993 16.9062 12.7396C17.0659 12.5799 17.2638 12.5 17.5 12.5C17.7361 12.5 17.934 12.5799 18.0937 12.7396C18.2534 12.8993 18.3333 13.0973 18.3333 13.3334V15C18.3333 15.4584 18.1701 15.8507 17.8437 16.1771C17.5173 16.5035 17.125 16.6667 16.6666 16.6667ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V13.3334C1.66663 13.0973 1.74649 12.8993 1.90621 12.7396C2.06593 12.5799 2.26385 12.5 2.49996 12.5C2.73607 12.5 2.93399 12.5799 3.09371 12.7396C3.25343 12.8993 3.33329 13.0973 3.33329 13.3334V15H4.99996C5.23607 15 5.43399 15.0799 5.59371 15.2396C5.75343 15.3993 5.83329 15.5973 5.83329 15.8334C5.83329 16.0695 5.75343 16.2674 5.59371 16.4271C5.43399 16.5868 5.23607 16.6667 4.99996 16.6667H3.33329ZM4.99996 11.6667V8.33337C4.99996 7.87504 5.16315 7.48268 5.48954 7.15629C5.81593 6.8299 6.20829 6.66671 6.66663 6.66671H13.3333C13.7916 6.66671 14.184 6.8299 14.5104 7.15629C14.8368 7.48268 15 7.87504 15 8.33337V11.6667C15 12.125 14.8368 12.5174 14.5104 12.8438C14.184 13.1702 13.7916 13.3334 13.3333 13.3334H6.66663C6.20829 13.3334 5.81593 13.1702 5.48954 12.8438C5.16315 12.5174 4.99996 12.125 4.99996 11.6667ZM6.66663 11.6667H13.3333V8.33337H6.66663V11.6667Z",fill:n})}),r2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 11.6666V16.6666C5.83329 16.9028 5.75343 17.1007 5.59371 17.2604C5.43399 17.4201 5.23607 17.5 4.99996 17.5C4.76385 17.5 4.56593 17.4201 4.40621 17.2604C4.24649 17.1007 4.16663 16.9028 4.16663 16.6666V4.16665C4.16663 3.93054 4.24649 3.73262 4.40621 3.5729C4.56593 3.41317 4.76385 3.33331 4.99996 3.33331H10.9791C11.1736 3.33331 11.3472 3.39581 11.5 3.52081C11.6527 3.64581 11.75 3.80554 11.7916 3.99998L12 4.99998H15.8333C16.0694 4.99998 16.2673 5.07984 16.427 5.23956C16.5868 5.39929 16.6666 5.5972 16.6666 5.83331V12.5C16.6666 12.7361 16.5868 12.934 16.427 13.0937C16.2673 13.2535 16.0694 13.3333 15.8333 13.3333H11.5208C11.3263 13.3333 11.1527 13.2708 11 13.1458C10.8472 13.0208 10.75 12.8611 10.7083 12.6666L10.5 11.6666H5.83329Z",fill:n})}),o2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83335 11.6666V16.6666C5.83335 16.9028 5.75349 17.1007 5.59377 17.2604C5.43405 17.4201 5.23613 17.5 5.00002 17.5C4.76391 17.5 4.56599 17.4201 4.40627 17.2604C4.24655 17.1007 4.16669 16.9028 4.16669 16.6666V4.16665C4.16669 3.93054 4.24655 3.73262 4.40627 3.5729C4.56599 3.41317 4.76391 3.33331 5.00002 3.33331H10.9792C11.1736 3.33331 11.3472 3.39581 11.5 3.52081C11.6528 3.64581 11.75 3.80554 11.7917 3.99998L12 4.99998H15.8334C16.0695 4.99998 16.2674 5.07984 16.4271 5.23956C16.5868 5.39929 16.6667 5.5972 16.6667 5.83331V12.5C16.6667 12.7361 16.5868 12.934 16.4271 13.0937C16.2674 13.2535 16.0695 13.3333 15.8334 13.3333H11.5209C11.3264 13.3333 11.1528 13.2708 11 13.1458C10.8472 13.0208 10.75 12.8611 10.7084 12.6666L10.5 11.6666H5.83335ZM12.2084 11.6666H15V6.66665H11.3125C11.1181 6.66665 10.9445 6.60415 10.7917 6.47915C10.6389 6.35415 10.5417 6.19442 10.5 5.99998L10.2917 4.99998H5.83335V9.99998H11.1875C11.382 9.99998 11.5556 10.0625 11.7084 10.1875C11.8611 10.3125 11.9584 10.4722 12 10.6666L12.2084 11.6666Z",fill:n})}),s2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.771 16.9375C8.646 16.8959 8.54183 16.8229 8.4585 16.7188C8.37516 16.6146 8.3335 16.4861 8.3335 16.3334V11.6667H7.50016C7.04183 11.6667 6.64947 11.5035 6.32308 11.1771C5.99669 10.8507 5.8335 10.4584 5.8335 10V3.33335C5.8335 2.87502 5.99669 2.48266 6.32308 2.15627C6.64947 1.82988 7.04183 1.66669 7.50016 1.66669H12.3752C12.8196 1.66669 13.1772 1.8403 13.4481 2.18752C13.7189 2.53474 13.7988 2.91669 13.6877 3.33335L12.5002 7.50002H13.4377C13.9377 7.50002 14.3092 7.72224 14.5522 8.16669C14.7953 8.61113 14.771 9.04169 14.4793 9.45835L9.47933 16.6875C9.396 16.8125 9.28836 16.8959 9.15641 16.9375C9.02447 16.9792 8.896 16.9792 8.771 16.9375Z",fill:n})}),l2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.6876 10.3125L6.20842 3.83335C6.08342 3.70835 5.99315 3.57988 5.93759 3.44794C5.88204 3.31599 5.85426 3.17363 5.85426 3.02085C5.85426 2.67363 5.99315 2.36113 6.27092 2.08335C6.5487 1.80558 6.88898 1.66669 7.29176 1.66669H12.3751C12.8195 1.66669 13.1772 1.8403 13.448 2.18752C13.7188 2.53474 13.7987 2.91669 13.6876 3.33335L12.5001 7.50002H13.4376C13.9515 7.50002 14.323 7.72224 14.5522 8.16669C14.7813 8.61113 14.757 9.04169 14.4793 9.45835L13.9584 10.2084C13.8056 10.4167 13.6043 10.5347 13.3543 10.5625C13.1043 10.5903 12.882 10.507 12.6876 10.3125ZM15.8959 18.25L11.4584 13.8334L9.47926 16.6875C9.40981 16.7986 9.30912 16.8785 9.17717 16.9271C9.04523 16.9757 8.90981 16.9792 8.77092 16.9375C8.63204 16.8959 8.5244 16.8195 8.44801 16.7084C8.37162 16.5972 8.33342 16.4722 8.33342 16.3334V11.6667H7.50009C7.04176 11.6667 6.6494 11.5035 6.32301 11.1771C5.99662 10.8507 5.83342 10.4584 5.83342 10V8.20835L1.72926 4.10419C1.56259 3.93752 1.48273 3.7396 1.48967 3.51044C1.49662 3.28127 1.58342 3.08335 1.75009 2.91669C1.91676 2.75002 2.11467 2.66669 2.34384 2.66669C2.57301 2.66669 2.77092 2.75002 2.93759 2.91669L17.0834 17.0834C17.2501 17.25 17.3334 17.4445 17.3334 17.6667C17.3334 17.8889 17.2501 18.0834 17.0834 18.25C16.9168 18.4167 16.7188 18.5 16.4897 18.5C16.2605 18.5 16.0626 18.4167 15.8959 18.25Z",fill:n})}),i2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.6873 3.33335L12.4998 7.50002H13.4373C13.9373 7.50002 14.3089 7.72224 14.5519 8.16669C14.795 8.61113 14.7707 9.04169 14.479 9.45835L13.9582 10.2084C13.8054 10.4167 13.604 10.5347 13.354 10.5625C13.104 10.5903 12.8818 10.507 12.6873 10.3125C12.5484 10.1736 12.4686 10.007 12.4478 9.81252C12.4269 9.61808 12.4721 9.43752 12.5832 9.27085L12.6665 9.16669H11.3957C11.1179 9.16669 10.8957 9.05905 10.729 8.84377C10.5623 8.62849 10.5137 8.38197 10.5832 8.10419L11.9582 3.33335H6.6665C6.43039 3.33335 6.23248 3.25349 6.07275 3.09377C5.91303 2.93405 5.83317 2.73613 5.83317 2.50002C5.83317 2.26391 5.91303 2.06599 6.07275 1.90627C6.23248 1.74655 6.43039 1.66669 6.6665 1.66669H12.3748C12.8193 1.66669 13.1769 1.8403 13.4478 2.18752C13.7186 2.53474 13.7984 2.91669 13.6873 3.33335ZM15.8957 18.25L11.4582 13.8334L9.479 16.6875C9.39567 16.8125 9.28803 16.8959 9.15609 16.9375C9.02414 16.9792 8.89567 16.9792 8.77067 16.9375C8.64567 16.8959 8.5415 16.8229 8.45817 16.7188C8.37484 16.6146 8.33317 16.4861 8.33317 16.3334V11.6667H7.49984C7.0415 11.6667 6.64914 11.5035 6.32275 11.1771C5.99637 10.8507 5.83317 10.4584 5.83317 10V8.20835L1.729 4.10419C1.56234 3.93752 1.479 3.7396 1.479 3.51044C1.479 3.28127 1.56234 3.08335 1.729 2.91669C1.89567 2.75002 2.09359 2.66669 2.32275 2.66669C2.55192 2.66669 2.74984 2.75002 2.9165 2.91669L17.0832 17.0834C17.2498 17.25 17.3332 17.4445 17.3332 17.6667C17.3332 17.8889 17.2498 18.0834 17.0832 18.25C16.9165 18.4167 16.7186 18.5 16.4894 18.5C16.2603 18.5 16.0623 18.4167 15.8957 18.25Z",fill:n})}),c2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 13L12.6668 9.16669H10.2918L11.9585 3.33335H7.50016V10H10.0002V13ZM14.4793 9.45835L9.47933 16.6875C9.396 16.8125 9.28836 16.8959 9.15641 16.9375C9.02447 16.9792 8.896 16.9792 8.771 16.9375C8.646 16.8959 8.54183 16.8229 8.4585 16.7188C8.37516 16.6146 8.3335 16.4861 8.3335 16.3334V11.6667H7.50016C7.04183 11.6667 6.64947 11.5035 6.32308 11.1771C5.99669 10.8507 5.8335 10.4584 5.8335 10V3.33335C5.8335 2.87502 5.99669 2.48266 6.32308 2.15627C6.64947 1.82988 7.04183 1.66669 7.50016 1.66669H12.3752C12.8196 1.66669 13.1772 1.8403 13.4481 2.18752C13.7189 2.53474 13.7988 2.91669 13.6877 3.33335L12.5002 7.50002H13.4377C13.9377 7.50002 14.3092 7.72224 14.5522 8.16669C14.7953 8.61113 14.771 9.04169 14.4793 9.45835Z",fill:n})}),a2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM11.6665 11.6667V12.5C11.6665 12.7362 11.7464 12.9341 11.9061 13.0938C12.0658 13.2535 12.2637 13.3334 12.4998 13.3334C12.7359 13.3334 12.9339 13.2535 13.0936 13.0938C13.2533 12.9341 13.3332 12.7362 13.3332 12.5V11.6667H14.1665C14.4026 11.6667 14.6005 11.5868 14.7603 11.4271C14.92 11.2674 14.9998 11.0695 14.9998 10.8334C14.9998 10.5973 14.92 10.3993 14.7603 10.2396C14.6005 10.0799 14.4026 10 14.1665 10H13.3332V9.16671C13.3332 8.9306 13.2533 8.73268 13.0936 8.57296C12.9339 8.41324 12.7359 8.33337 12.4998 8.33337C12.2637 8.33337 12.0658 8.41324 11.9061 8.57296C11.7464 8.73268 11.6665 8.9306 11.6665 9.16671V10H10.8332C10.5971 10 10.3991 10.0799 10.2394 10.2396C10.0797 10.3993 9.99984 10.5973 9.99984 10.8334C9.99984 11.0695 10.0797 11.2674 10.2394 11.4271C10.3991 11.5868 10.5971 11.6667 10.8332 11.6667H11.6665Z",fill:n})}),d2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15ZM11.6665 11.6667V12.5C11.6665 12.7362 11.7464 12.9341 11.9061 13.0938C12.0658 13.2535 12.2637 13.3334 12.4998 13.3334C12.7359 13.3334 12.9339 13.2535 13.0936 13.0938C13.2533 12.9341 13.3332 12.7362 13.3332 12.5V11.6667H14.1665C14.4026 11.6667 14.6005 11.5868 14.7603 11.4271C14.92 11.2674 14.9998 11.0695 14.9998 10.8334C14.9998 10.5973 14.92 10.3993 14.7603 10.2396C14.6005 10.0799 14.4026 10 14.1665 10H13.3332V9.16671C13.3332 8.9306 13.2533 8.73268 13.0936 8.57296C12.9339 8.41324 12.7359 8.33337 12.4998 8.33337C12.2637 8.33337 12.0658 8.41324 11.9061 8.57296C11.7464 8.73268 11.6665 8.9306 11.6665 9.16671V10H10.8332C10.5971 10 10.3991 10.0799 10.2394 10.2396C10.0797 10.3993 9.99984 10.5973 9.99984 10.8334C9.99984 11.0695 10.0797 11.2674 10.2394 11.4271C10.3991 11.5868 10.5971 11.6667 10.8332 11.6667H11.6665Z",fill:n})}),w2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317Z",fill:n})}),u2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM10.1665 11.6667L9.39567 12.4375C9.24289 12.5903 9.1665 12.7848 9.1665 13.0209C9.1665 13.257 9.24289 13.4514 9.39567 13.6042C9.54845 13.757 9.74289 13.8334 9.979 13.8334C10.2151 13.8334 10.4096 13.757 10.5623 13.6042L12.7498 11.4167C12.9165 11.25 12.9998 11.0556 12.9998 10.8334C12.9998 10.6112 12.9165 10.4167 12.7498 10.25L10.5623 8.06254C10.4096 7.90976 10.2151 7.83337 9.979 7.83337C9.74289 7.83337 9.54845 7.90976 9.39567 8.06254C9.24289 8.21532 9.1665 8.40976 9.1665 8.64587C9.1665 8.88199 9.24289 9.07643 9.39567 9.22921L10.1665 10H7.49984C7.26373 10 7.06581 10.0799 6.90609 10.2396C6.74636 10.3993 6.6665 10.5973 6.6665 10.8334C6.6665 11.0695 6.74636 11.2674 6.90609 11.4271C7.06581 11.5868 7.26373 11.6667 7.49984 11.6667H10.1665Z",fill:n})}),g2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15ZM10.1665 11.6667L9.39567 12.4375C9.24289 12.5903 9.1665 12.7848 9.1665 13.0209C9.1665 13.257 9.24289 13.4514 9.39567 13.6042C9.54845 13.757 9.74289 13.8334 9.979 13.8334C10.2151 13.8334 10.4096 13.757 10.5623 13.6042L12.7498 11.4167C12.9165 11.25 12.9998 11.0556 12.9998 10.8334C12.9998 10.6112 12.9165 10.4167 12.7498 10.25L10.5623 8.06254C10.4096 7.90976 10.2151 7.83337 9.979 7.83337C9.74289 7.83337 9.54845 7.90976 9.39567 8.06254C9.24289 8.21532 9.1665 8.40976 9.1665 8.64587C9.1665 8.88199 9.24289 9.07643 9.39567 9.22921L10.1665 10H7.49984C7.26373 10 7.06581 10.0799 6.90609 10.2396C6.74636 10.3993 6.6665 10.5973 6.6665 10.8334C6.6665 11.0695 6.74636 11.2674 6.90609 11.4271C7.06581 11.5868 7.26373 11.6667 7.49984 11.6667H10.1665Z",fill:n})}),v2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H17.4998C17.7359 5.00004 17.9339 5.0799 18.0936 5.23962C18.2533 5.39935 18.3332 5.59726 18.3332 5.83337C18.3332 6.06949 18.2533 6.2674 18.0936 6.42712C17.9339 6.58685 17.7359 6.66671 17.4998 6.66671H6.5415C5.68039 6.66671 4.93039 6.93754 4.2915 7.47921C3.65261 8.02087 3.33317 8.70837 3.33317 9.54171V15L4.979 9.52087C5.09011 9.15976 5.29498 8.87157 5.59359 8.65629C5.8922 8.44101 6.22206 8.33337 6.58317 8.33337H17.3332C17.9026 8.33337 18.3505 8.55907 18.6769 9.01046C19.0033 9.46185 19.0901 9.95143 18.9373 10.4792L17.4373 15.4792C17.3262 15.8403 17.1214 16.1285 16.8228 16.3438C16.5241 16.5591 16.1943 16.6667 15.8332 16.6667H3.33317Z",fill:n})}),x2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H17.4998C17.7359 5.00004 17.9339 5.0799 18.0936 5.23962C18.2533 5.39935 18.3332 5.59726 18.3332 5.83337C18.3332 6.06949 18.2533 6.2674 18.0936 6.42712C17.9339 6.58685 17.7359 6.66671 17.4998 6.66671H9.31234L7.64567 5.00004H3.33317V15L4.979 9.52087C5.09011 9.15976 5.29498 8.87157 5.59359 8.65629C5.8922 8.44101 6.22206 8.33337 6.58317 8.33337H17.3332C17.9026 8.33337 18.3505 8.55907 18.6769 9.01046C19.0033 9.46185 19.0901 9.95143 18.9373 10.4792L17.4373 15.4792C17.3262 15.8403 17.1214 16.1285 16.8228 16.3438C16.5241 16.5591 16.1943 16.6667 15.8332 16.6667H3.33317ZM5.08317 15H15.8332L17.3332 10H6.58317L5.08317 15Z",fill:n})}),h2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15Z",fill:n})}),p2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM9.1665 14.1667H15.8332V13.7084C15.8332 13.0834 15.5276 12.5868 14.9165 12.2188C14.3054 11.8507 13.4998 11.6667 12.4998 11.6667C11.4998 11.6667 10.6943 11.8507 10.0832 12.2188C9.47206 12.5868 9.1665 13.0834 9.1665 13.7084V14.1667ZM12.4998 10.8334C12.9582 10.8334 13.3505 10.6702 13.6769 10.3438C14.0033 10.0174 14.1665 9.62504 14.1665 9.16671C14.1665 8.70837 14.0033 8.31601 13.6769 7.98962C13.3505 7.66324 12.9582 7.50004 12.4998 7.50004C12.0415 7.50004 11.6491 7.66324 11.3228 7.98962C10.9964 8.31601 10.8332 8.70837 10.8332 9.16671C10.8332 9.62504 10.9964 10.0174 11.3228 10.3438C11.6491 10.6702 12.0415 10.8334 12.4998 10.8334Z",fill:n})}),H2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15ZM9.1665 14.1667H15.8332V13.7084C15.8332 13.0834 15.5276 12.5868 14.9165 12.2188C14.3054 11.8507 13.4998 11.6667 12.4998 11.6667C11.4998 11.6667 10.6943 11.8507 10.0832 12.2188C9.47206 12.5868 9.1665 13.0834 9.1665 13.7084V14.1667ZM12.4998 10.8334C12.9582 10.8334 13.3505 10.6702 13.6769 10.3438C14.0033 10.0174 14.1665 9.62504 14.1665 9.16671C14.1665 8.70837 14.0033 8.31601 13.6769 7.98962C13.3505 7.66324 12.9582 7.50004 12.4998 7.50004C12.0415 7.50004 11.6491 7.66324 11.3228 7.98962C10.9964 8.31601 10.8332 8.70837 10.8332 9.16671C10.8332 9.62504 10.9964 10.0174 11.3228 10.3438C11.6491 10.6702 12.0415 10.8334 12.4998 10.8334Z",fill:n})}),V2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M17.5001 17.1667C17.389 17.1667 17.2848 17.1459 17.1876 17.1042C17.0904 17.0625 17.0001 17 16.9167 16.9167L15.0001 15H6.66675C6.20841 15 5.81605 14.8368 5.48966 14.5104C5.16328 14.184 5.00008 13.7917 5.00008 13.3334V12.5H14.1667C14.6251 12.5 15.0174 12.3368 15.3438 12.0104C15.6702 11.684 15.8334 11.2917 15.8334 10.8334V5.00002H16.6667C17.1251 5.00002 17.5174 5.16321 17.8438 5.4896C18.1702 5.81599 18.3334 6.20835 18.3334 6.66669V16.3125C18.3334 16.5625 18.2501 16.7674 18.0834 16.9271C17.9167 17.0868 17.7223 17.1667 17.5001 17.1667ZM2.50008 13C2.27786 13 2.08341 12.9202 1.91675 12.7604C1.75008 12.6007 1.66675 12.3959 1.66675 12.1459V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H12.5001C12.9584 1.66669 13.3508 1.82988 13.6772 2.15627C14.0036 2.48266 14.1667 2.87502 14.1667 3.33335V9.16669C14.1667 9.62502 14.0036 10.0174 13.6772 10.3438C13.3508 10.6702 12.9584 10.8334 12.5001 10.8334H5.00008L3.08341 12.75C3.00008 12.8334 2.9098 12.8959 2.81258 12.9375C2.71536 12.9792 2.61119 13 2.50008 13Z",fill:n})}),L2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M17.5001 17.1667C17.389 17.1667 17.2848 17.1459 17.1876 17.1042C17.0904 17.0625 17.0001 17 16.9167 16.9167L15.0001 15H6.66675C6.20841 15 5.81605 14.8368 5.48966 14.5104C5.16328 14.184 5.00008 13.7917 5.00008 13.3334V12.5H14.1667C14.6251 12.5 15.0174 12.3368 15.3438 12.0104C15.6702 11.684 15.8334 11.2917 15.8334 10.8334V5.00002H16.6667C17.1251 5.00002 17.5174 5.16321 17.8438 5.4896C18.1702 5.81599 18.3334 6.20835 18.3334 6.66669V16.3125C18.3334 16.5625 18.2501 16.7674 18.0834 16.9271C17.9167 17.0868 17.7223 17.1667 17.5001 17.1667ZM3.33341 10.1459L4.31258 9.16669H12.5001V3.33335H3.33341V10.1459ZM2.50008 13C2.27786 13 2.08341 12.9202 1.91675 12.7604C1.75008 12.6007 1.66675 12.3959 1.66675 12.1459V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H12.5001C12.9584 1.66669 13.3508 1.82988 13.6772 2.15627C14.0036 2.48266 14.1667 2.87502 14.1667 3.33335V9.16669C14.1667 9.62502 14.0036 10.0174 13.6772 10.3438C13.3508 10.6702 12.9584 10.8334 12.5001 10.8334H5.00008L3.08341 12.75C3.00008 12.8334 2.9098 12.8959 2.81258 12.9375C2.71536 12.9792 2.61119 13 2.50008 13Z",fill:n})}),M2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.9792 9.16665L12.7501 5.93748C12.5834 5.77081 12.5001 5.5729 12.5001 5.34373C12.5001 5.11456 12.5834 4.91665 12.7501 4.74998C12.9167 4.5972 13.1147 4.52081 13.3438 4.52081C13.573 4.52081 13.764 4.5972 13.9167 4.74998L17.7501 8.58331C17.8334 8.66665 17.8924 8.75692 17.9272 8.85415C17.9619 8.95137 17.9792 9.05554 17.9792 9.16665C17.9792 9.27776 17.9619 9.38192 17.9272 9.47915C17.8924 9.57637 17.8334 9.66665 17.7501 9.74998L13.9167 13.5833C13.7501 13.75 13.5556 13.8298 13.3334 13.8229C13.1112 13.816 12.9167 13.7361 12.7501 13.5833C12.5834 13.4166 12.4966 13.2222 12.4897 13C12.4827 12.7778 12.5626 12.5833 12.7292 12.4166L15.9792 9.16665ZM10.9792 9.99998H5.83342C5.13897 9.99998 4.54869 10.243 4.06258 10.7291C3.57647 11.2153 3.33341 11.8055 3.33341 12.5V15C3.33341 15.2361 3.25355 15.434 3.09383 15.5937C2.93411 15.7535 2.73619 15.8333 2.50008 15.8333C2.26397 15.8333 2.06605 15.7535 1.90633 15.5937C1.74661 15.434 1.66675 15.2361 1.66675 15V12.5C1.66675 11.3472 2.073 10.3646 2.8855 9.55206C3.698 8.73956 4.68064 8.33331 5.83342 8.33331H10.9792L8.58342 5.93748C8.41675 5.77081 8.33342 5.5729 8.33342 5.34373C8.33342 5.11456 8.41675 4.91665 8.58342 4.74998C8.75008 4.5972 8.948 4.52081 9.17717 4.52081C9.40633 4.52081 9.5973 4.5972 9.75008 4.74998L13.5834 8.58331C13.6667 8.66665 13.7258 8.75692 13.7605 8.85415C13.7952 8.95137 13.8126 9.05554 13.8126 9.16665C13.8126 9.27776 13.7952 9.38192 13.7605 9.47915C13.7258 9.57637 13.6667 9.66665 13.5834 9.74998L9.75008 13.5833C9.58342 13.75 9.38897 13.8298 9.16675 13.8229C8.94453 13.816 8.75008 13.7361 8.58342 13.5833C8.41675 13.4166 8.32994 13.2222 8.323 13C8.31605 12.7778 8.39592 12.5833 8.56258 12.4166L10.9792 9.99998Z",fill:n})}),f2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H5.83333C6.06944 15.8333 6.26736 15.9132 6.42708 16.0729C6.58681 16.2326 6.66667 16.4306 6.66667 16.6667C6.66667 16.9028 6.58681 17.1007 6.42708 17.2604C6.26736 17.4201 6.06944 17.5 5.83333 17.5H3.33333C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333C3.56944 13.3333 3.76736 13.4132 3.92708 13.5729C4.08681 13.7326 4.16667 13.9306 4.16667 14.1667V15.8333ZM15.8333 15.8333V14.1667C15.8333 13.9306 15.9132 13.7326 16.0729 13.5729C16.2326 13.4132 16.4306 13.3333 16.6667 13.3333C16.9028 13.3333 17.1007 13.4132 17.2604 13.5729C17.4201 13.7326 17.5 13.9306 17.5 14.1667V16.6667C17.5 16.9028 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5H14.1667C13.9306 17.5 13.7326 17.4201 13.5729 17.2604C13.4132 17.1007 13.3333 16.9028 13.3333 16.6667C13.3333 16.4306 13.4132 16.2326 13.5729 16.0729C13.7326 15.9132 13.9306 15.8333 14.1667 15.8333H15.8333ZM4.16667 4.16667V5.83333C4.16667 6.06944 4.08681 6.26736 3.92708 6.42708C3.76736 6.58681 3.56944 6.66667 3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333V3.33333C2.5 3.09722 2.57986 2.89931 2.73958 2.73958C2.89931 2.57986 3.09722 2.5 3.33333 2.5H5.83333C6.06944 2.5 6.26736 2.57986 6.42708 2.73958C6.58681 2.89931 6.66667 3.09722 6.66667 3.33333C6.66667 3.56944 6.58681 3.76736 6.42708 3.92708C6.26736 4.08681 6.06944 4.16667 5.83333 4.16667H4.16667ZM15.8333 4.16667H14.1667C13.9306 4.16667 13.7326 4.08681 13.5729 3.92708C13.4132 3.76736 13.3333 3.56944 13.3333 3.33333C13.3333 3.09722 13.4132 2.89931 13.5729 2.73958C13.7326 2.57986 13.9306 2.5 14.1667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667C16.4306 6.66667 16.2326 6.58681 16.0729 6.42708C15.9132 6.26736 15.8333 6.06944 15.8333 5.83333V4.16667Z",fill:n})}),Z2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5 15H3.33333C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H5.83333C6.06944 13.3333 6.26736 13.4132 6.42708 13.5729C6.58681 13.7326 6.66667 13.9306 6.66667 14.1667V16.6667C6.66667 16.9028 6.58681 17.1007 6.42708 17.2604C6.26736 17.4201 6.06944 17.5 5.83333 17.5C5.59722 17.5 5.39931 17.4201 5.23958 17.2604C5.07986 17.1007 5 16.9028 5 16.6667V15ZM15 15V16.6667C15 16.9028 14.9201 17.1007 14.7604 17.2604C14.6007 17.4201 14.4028 17.5 14.1667 17.5C13.9306 17.5 13.7326 17.4201 13.5729 17.2604C13.4132 17.1007 13.3333 16.9028 13.3333 16.6667V14.1667C13.3333 13.9306 13.4132 13.7326 13.5729 13.5729C13.7326 13.4132 13.9306 13.3333 14.1667 13.3333H16.6667C16.9028 13.3333 17.1007 13.4132 17.2604 13.5729C17.4201 13.7326 17.5 13.9306 17.5 14.1667C17.5 14.4028 17.4201 14.6007 17.2604 14.7604C17.1007 14.9201 16.9028 15 16.6667 15H15ZM5 5V3.33333C5 3.09722 5.07986 2.89931 5.23958 2.73958C5.39931 2.57986 5.59722 2.5 5.83333 2.5C6.06944 2.5 6.26736 2.57986 6.42708 2.73958C6.58681 2.89931 6.66667 3.09722 6.66667 3.33333V5.83333C6.66667 6.06944 6.58681 6.26736 6.42708 6.42708C6.26736 6.58681 6.06944 6.66667 5.83333 6.66667H3.33333C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H5ZM15 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H14.1667C13.9306 6.66667 13.7326 6.58681 13.5729 6.42708C13.4132 6.26736 13.3333 6.06944 13.3333 5.83333V3.33333C13.3333 3.09722 13.4132 2.89931 13.5729 2.73958C13.7326 2.57986 13.9306 2.5 14.1667 2.5C14.4028 2.5 14.6007 2.57986 14.7604 2.73958C14.9201 2.89931 15 3.09722 15 3.33333V5Z",fill:n})}),j2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 9.95831C10.8194 9.51387 11.1285 9.00692 11.3438 8.43748C11.559 7.86803 11.6667 7.27776 11.6667 6.66665C11.6667 6.05554 11.559 5.46526 11.3438 4.89581C11.1285 4.32637 10.8194 3.81942 10.4167 3.37498C11.25 3.48609 11.9444 3.85415 12.5 4.47915C13.0556 5.10415 13.3333 5.83331 13.3333 6.66665C13.3333 7.49998 13.0556 8.22915 12.5 8.85415C11.9444 9.47915 11.25 9.8472 10.4167 9.95831ZM14.5417 16.6666C14.6944 16.4166 14.809 16.1493 14.8854 15.8646C14.9618 15.5798 15 15.2916 15 15V14.1666C15 13.6666 14.8889 13.191 14.6667 12.7396C14.4444 12.2882 14.1528 11.8889 13.7917 11.5416C14.5 11.7916 15.1562 12.1146 15.7604 12.5104C16.3646 12.9062 16.6667 13.4583 16.6667 14.1666V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4583 16.6666 15 16.6666H14.5417ZM16.6667 9.16665H15.8333C15.5972 9.16665 15.3993 9.08678 15.2396 8.92706C15.0799 8.76734 15 8.56942 15 8.33331C15 8.0972 15.0799 7.89928 15.2396 7.73956C15.3993 7.57984 15.5972 7.49998 15.8333 7.49998H16.6667V6.66665C16.6667 6.43054 16.7465 6.23262 16.9062 6.0729C17.066 5.91317 17.2639 5.83331 17.5 5.83331C17.7361 5.83331 17.934 5.91317 18.0938 6.0729C18.2535 6.23262 18.3333 6.43054 18.3333 6.66665V7.49998H19.1667C19.4028 7.49998 19.6007 7.57984 19.7604 7.73956C19.9201 7.89928 20 8.0972 20 8.33331C20 8.56942 19.9201 8.76734 19.7604 8.92706C19.6007 9.08678 19.4028 9.16665 19.1667 9.16665H18.3333V9.99998C18.3333 10.2361 18.2535 10.434 18.0938 10.5937C17.934 10.7535 17.7361 10.8333 17.5 10.8333C17.2639 10.8333 17.066 10.7535 16.9062 10.5937C16.7465 10.434 16.6667 10.2361 16.6667 9.99998V9.16665ZM6.66667 9.99998C5.75 9.99998 4.96528 9.67359 4.3125 9.02081C3.65972 8.36803 3.33333 7.58331 3.33333 6.66665C3.33333 5.74998 3.65972 4.96526 4.3125 4.31248C4.96528 3.6597 5.75 3.33331 6.66667 3.33331C7.58333 3.33331 8.36806 3.6597 9.02083 4.31248C9.67361 4.96526 10 5.74998 10 6.66665C10 7.58331 9.67361 8.36803 9.02083 9.02081C8.36806 9.67359 7.58333 9.99998 6.66667 9.99998ZM0 15V14.3333C0 13.8611 0.121528 13.4271 0.364583 13.0312C0.607639 12.6354 0.930556 12.3333 1.33333 12.125C2.19444 11.6944 3.06944 11.3715 3.95833 11.1562C4.84722 10.941 5.75 10.8333 6.66667 10.8333C7.58333 10.8333 8.48611 10.941 9.375 11.1562C10.2639 11.3715 11.1389 11.6944 12 12.125C12.4028 12.3333 12.7257 12.6354 12.9688 13.0312C13.2118 13.4271 13.3333 13.8611 13.3333 14.3333V15C13.3333 15.4583 13.1701 15.8507 12.8438 16.1771C12.5174 16.5035 12.125 16.6666 11.6667 16.6666H1.66667C1.20833 16.6666 0.815972 16.5035 0.489583 16.1771C0.163194 15.8507 0 15.4583 0 15Z",fill:n})}),m2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 9.95831C10.8194 9.51387 11.1285 9.00692 11.3438 8.43748C11.559 7.86803 11.6667 7.27776 11.6667 6.66665C11.6667 6.05554 11.559 5.46526 11.3438 4.89581C11.1285 4.32637 10.8194 3.81942 10.4167 3.37498C11.25 3.48609 11.9444 3.85415 12.5 4.47915C13.0556 5.10415 13.3333 5.83331 13.3333 6.66665C13.3333 7.49998 13.0556 8.22915 12.5 8.85415C11.9444 9.47915 11.25 9.8472 10.4167 9.95831ZM14.5417 16.6666C14.6944 16.4166 14.809 16.1493 14.8854 15.8646C14.9618 15.5798 15 15.2916 15 15V14.1666C15 13.6666 14.8889 13.191 14.6667 12.7396C14.4444 12.2882 14.1528 11.8889 13.7917 11.5416C14.5 11.7916 15.1562 12.1146 15.7604 12.5104C16.3646 12.9062 16.6667 13.4583 16.6667 14.1666V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4583 16.6666 15 16.6666H14.5417ZM16.6667 9.16665H15.8333C15.5972 9.16665 15.3993 9.08678 15.2396 8.92706C15.0799 8.76734 15 8.56942 15 8.33331C15 8.0972 15.0799 7.89928 15.2396 7.73956C15.3993 7.57984 15.5972 7.49998 15.8333 7.49998H16.6667V6.66665C16.6667 6.43054 16.7465 6.23262 16.9062 6.0729C17.066 5.91317 17.2639 5.83331 17.5 5.83331C17.7361 5.83331 17.934 5.91317 18.0938 6.0729C18.2535 6.23262 18.3333 6.43054 18.3333 6.66665V7.49998H19.1667C19.4028 7.49998 19.6007 7.57984 19.7604 7.73956C19.9201 7.89928 20 8.0972 20 8.33331C20 8.56942 19.9201 8.76734 19.7604 8.92706C19.6007 9.08678 19.4028 9.16665 19.1667 9.16665H18.3333V9.99998C18.3333 10.2361 18.2535 10.434 18.0938 10.5937C17.934 10.7535 17.7361 10.8333 17.5 10.8333C17.2639 10.8333 17.066 10.7535 16.9062 10.5937C16.7465 10.434 16.6667 10.2361 16.6667 9.99998V9.16665ZM6.66667 9.99998C5.75 9.99998 4.96528 9.67359 4.3125 9.02081C3.65972 8.36803 3.33333 7.58331 3.33333 6.66665C3.33333 5.74998 3.65972 4.96526 4.3125 4.31248C4.96528 3.6597 5.75 3.33331 6.66667 3.33331C7.58333 3.33331 8.36806 3.6597 9.02083 4.31248C9.67361 4.96526 10 5.74998 10 6.66665C10 7.58331 9.67361 8.36803 9.02083 9.02081C8.36806 9.67359 7.58333 9.99998 6.66667 9.99998ZM0 15V14.3333C0 13.8611 0.121528 13.4271 0.364583 13.0312C0.607639 12.6354 0.930556 12.3333 1.33333 12.125C2.19444 11.6944 3.06944 11.3715 3.95833 11.1562C4.84722 10.941 5.75 10.8333 6.66667 10.8333C7.58333 10.8333 8.48611 10.941 9.375 11.1562C10.2639 11.3715 11.1389 11.6944 12 12.125C12.4028 12.3333 12.7257 12.6354 12.9688 13.0312C13.2118 13.4271 13.3333 13.8611 13.3333 14.3333V15C13.3333 15.4583 13.1701 15.8507 12.8438 16.1771C12.5174 16.5035 12.125 16.6666 11.6667 16.6666H1.66667C1.20833 16.6666 0.815972 16.5035 0.489583 16.1771C0.163194 15.8507 0 15.4583 0 15ZM6.66667 8.33331C7.125 8.33331 7.51736 8.17012 7.84375 7.84373C8.17014 7.51734 8.33333 7.12498 8.33333 6.66665C8.33333 6.20831 8.17014 5.81595 7.84375 5.48956C7.51736 5.16317 7.125 4.99998 6.66667 4.99998C6.20833 4.99998 5.81597 5.16317 5.48958 5.48956C5.16319 5.81595 5 6.20831 5 6.66665C5 7.12498 5.16319 7.51734 5.48958 7.84373C5.81597 8.17012 6.20833 8.33331 6.66667 8.33331ZM1.66667 15H11.6667V14.3333C11.6667 14.1805 11.6285 14.0416 11.5521 13.9166C11.4757 13.7916 11.375 13.6944 11.25 13.625C10.5 13.25 9.74306 12.9687 8.97917 12.7812C8.21528 12.5937 7.44444 12.5 6.66667 12.5C5.88889 12.5 5.11806 12.5937 4.35417 12.7812C3.59028 12.9687 2.83333 13.25 2.08333 13.625C1.95833 13.6944 1.85764 13.7916 1.78125 13.9166C1.70486 14.0416 1.66667 14.1805 1.66667 14.3333V15Z",fill:n})}),B2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833252 14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15V14.3333ZM15.3749 16.6666C15.5277 16.4166 15.6423 16.1493 15.7187 15.8646C15.7951 15.5798 15.8333 15.2916 15.8333 15V14.1666C15.8333 13.5555 15.6631 12.9687 15.3228 12.4062C14.9826 11.8437 14.4999 11.3611 13.8749 10.9583C14.5833 11.0416 15.2499 11.184 15.8749 11.3854C16.4999 11.5868 17.0833 11.8333 17.6249 12.125C18.1249 12.4028 18.5069 12.7118 18.7708 13.0521C19.0346 13.3923 19.1666 13.7639 19.1666 14.1666V15C19.1666 15.4583 19.0034 15.8507 18.677 16.1771C18.3506 16.5035 17.9583 16.6666 17.4999 16.6666H15.3749ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36804 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36804 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM15.8333 6.66665C15.8333 7.58331 15.5069 8.36804 14.8541 9.02081C14.2013 9.67359 13.4166 9.99998 12.4999 9.99998C12.3471 9.99998 12.1527 9.98262 11.9166 9.9479C11.6805 9.91317 11.486 9.87498 11.3333 9.83331C11.7083 9.38887 11.9964 8.89581 12.1978 8.35415C12.3992 7.81248 12.4999 7.24998 12.4999 6.66665C12.4999 6.08331 12.3992 5.52081 12.1978 4.97915C11.9964 4.43748 11.7083 3.94442 11.3333 3.49998C11.5277 3.43054 11.7221 3.3854 11.9166 3.36456C12.111 3.34373 12.3055 3.33331 12.4999 3.33331C13.4166 3.33331 14.2013 3.6597 14.8541 4.31248C15.5069 4.96526 15.8333 5.74998 15.8333 6.66665Z",fill:n})}),S2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833252 14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15V14.3333ZM17.4999 16.6666H15.3749C15.5277 16.4166 15.6423 16.1493 15.7187 15.8646C15.7951 15.5798 15.8333 15.2916 15.8333 15V14.1666C15.8333 13.5555 15.6631 12.9687 15.3228 12.4062C14.9826 11.8437 14.4999 11.3611 13.8749 10.9583C14.5833 11.0416 15.2499 11.184 15.8749 11.3854C16.4999 11.5868 17.0833 11.8333 17.6249 12.125C18.1249 12.4028 18.5069 12.7118 18.7708 13.0521C19.0346 13.3923 19.1666 13.7639 19.1666 14.1666V15C19.1666 15.4583 19.0034 15.8507 18.677 16.1771C18.3506 16.5035 17.9583 16.6666 17.4999 16.6666ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36804 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36804 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM15.8333 6.66665C15.8333 7.58331 15.5069 8.36804 14.8541 9.02081C14.2013 9.67359 13.4166 9.99998 12.4999 9.99998C12.3471 9.99998 12.1527 9.98262 11.9166 9.9479C11.6805 9.91317 11.486 9.87498 11.3333 9.83331C11.7083 9.38887 11.9964 8.89581 12.1978 8.35415C12.3992 7.81248 12.4999 7.24998 12.4999 6.66665C12.4999 6.08331 12.3992 5.52081 12.1978 4.97915C11.9964 4.43748 11.7083 3.94442 11.3333 3.49998C11.5277 3.43054 11.7221 3.3854 11.9166 3.36456C12.111 3.34373 12.3055 3.33331 12.4999 3.33331C13.4166 3.33331 14.2013 3.6597 14.8541 4.31248C15.5069 4.96526 15.8333 5.74998 15.8333 6.66665ZM2.49992 15H12.4999V14.3333C12.4999 14.1805 12.4617 14.0416 12.3853 13.9166C12.3089 13.7916 12.2083 13.6944 12.0833 13.625C11.3333 13.25 10.5763 12.9687 9.81242 12.7812C9.04853 12.5937 8.2777 12.5 7.49992 12.5C6.72214 12.5 5.95131 12.5937 5.18742 12.7812C4.42353 12.9687 3.66659 13.25 2.91659 13.625C2.79159 13.6944 2.69089 13.7916 2.6145 13.9166C2.53811 14.0416 2.49992 14.1805 2.49992 14.3333V15ZM7.49992 8.33331C7.95825 8.33331 8.35061 8.17012 8.677 7.84373C9.00339 7.51734 9.16659 7.12498 9.16659 6.66665C9.16659 6.20831 9.00339 5.81595 8.677 5.48956C8.35061 5.16317 7.95825 4.99998 7.49992 4.99998C7.04159 4.99998 6.64922 5.16317 6.32284 5.48956C5.99645 5.81595 5.83325 6.20831 5.83325 6.66665C5.83325 7.12498 5.99645 7.51734 6.32284 7.84373C6.64922 8.17012 7.04159 8.33331 7.49992 8.33331Z",fill:n})}),b2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833333 15C0.597222 15 0.399306 14.9201 0.239583 14.7604C0.0798611 14.6007 0 14.4028 0 14.1667V13.6875C0 13.0903 0.305556 12.6042 0.916667 12.2292C1.52778 11.8542 2.33333 11.6667 3.33333 11.6667C3.51389 11.6667 3.6875 11.6701 3.85417 11.6771C4.02083 11.684 4.18056 11.7014 4.33333 11.7292C4.13889 12.0208 3.99306 12.3264 3.89583 12.6458C3.79861 12.9653 3.75 13.2986 3.75 13.6458V15H0.833333ZM5.83333 15C5.59722 15 5.39931 14.9201 5.23958 14.7604C5.07986 14.6007 5 14.4028 5 14.1667V13.6458C5 13.2014 5.12153 12.7951 5.36458 12.4271C5.60764 12.059 5.95139 11.7361 6.39583 11.4583C6.84028 11.1806 7.37153 10.9722 7.98958 10.8333C8.60764 10.6944 9.27778 10.625 10 10.625C10.7361 10.625 11.4132 10.6944 12.0312 10.8333C12.6493 10.9722 13.1806 11.1806 13.625 11.4583C14.0694 11.7361 14.4097 12.059 14.6458 12.4271C14.8819 12.7951 15 13.2014 15 13.6458V14.1667C15 14.4028 14.9201 14.6007 14.7604 14.7604C14.6007 14.9201 14.4028 15 14.1667 15H5.83333ZM16.25 15V13.6458C16.25 13.2847 16.2049 12.9444 16.1146 12.625C16.0243 12.3056 15.8889 12.0069 15.7083 11.7292C15.8611 11.7014 16.0174 11.684 16.1771 11.6771C16.3368 11.6701 16.5 11.6667 16.6667 11.6667C17.6667 11.6667 18.4722 11.8507 19.0833 12.2188C19.6944 12.5868 20 13.0764 20 13.6875V14.1667C20 14.4028 19.9201 14.6007 19.7604 14.7604C19.6007 14.9201 19.4028 15 19.1667 15H16.25ZM3.33333 10.8333C2.875 10.8333 2.48264 10.6701 2.15625 10.3438C1.82986 10.0174 1.66667 9.625 1.66667 9.16667C1.66667 8.69444 1.82986 8.29861 2.15625 7.97917C2.48264 7.65972 2.875 7.5 3.33333 7.5C3.80556 7.5 4.20139 7.65972 4.52083 7.97917C4.84028 8.29861 5 8.69444 5 9.16667C5 9.625 4.84028 10.0174 4.52083 10.3438C4.20139 10.6701 3.80556 10.8333 3.33333 10.8333ZM16.6667 10.8333C16.2083 10.8333 15.816 10.6701 15.4896 10.3438C15.1632 10.0174 15 9.625 15 9.16667C15 8.69444 15.1632 8.29861 15.4896 7.97917C15.816 7.65972 16.2083 7.5 16.6667 7.5C17.1389 7.5 17.5347 7.65972 17.8542 7.97917C18.1736 8.29861 18.3333 8.69444 18.3333 9.16667C18.3333 9.625 18.1736 10.0174 17.8542 10.3438C17.5347 10.6701 17.1389 10.8333 16.6667 10.8333ZM10 10C9.30556 10 8.71528 9.75694 8.22917 9.27083C7.74306 8.78472 7.5 8.19444 7.5 7.5C7.5 6.79167 7.74306 6.19792 8.22917 5.71875C8.71528 5.23958 9.30556 5 10 5C10.7083 5 11.3021 5.23958 11.7812 5.71875C12.2604 6.19792 12.5 6.79167 12.5 7.5C12.5 8.19444 12.2604 8.78472 11.7812 9.27083C11.3021 9.75694 10.7083 10 10 10Z",fill:n})}),_2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833333 15C0.597222 15 0.399306 14.9201 0.239583 14.7604C0.0798611 14.6007 0 14.4028 0 14.1667V13.6875C0 13.0903 0.305556 12.6042 0.916667 12.2292C1.52778 11.8542 2.33333 11.6667 3.33333 11.6667C3.51389 11.6667 3.6875 11.6701 3.85417 11.6771C4.02083 11.684 4.18056 11.7014 4.33333 11.7292C4.13889 12.0208 3.99306 12.3264 3.89583 12.6458C3.79861 12.9653 3.75 13.2986 3.75 13.6458V15H0.833333ZM5.83333 15C5.59722 15 5.39931 14.9201 5.23958 14.7604C5.07986 14.6007 5 14.4028 5 14.1667V13.6458C5 13.2014 5.12153 12.7951 5.36458 12.4271C5.60764 12.059 5.95139 11.7361 6.39583 11.4583C6.84028 11.1806 7.37153 10.9722 7.98958 10.8333C8.60764 10.6944 9.27778 10.625 10 10.625C10.7361 10.625 11.4132 10.6944 12.0312 10.8333C12.6493 10.9722 13.1806 11.1806 13.625 11.4583C14.0694 11.7361 14.4097 12.059 14.6458 12.4271C14.8819 12.7951 15 13.2014 15 13.6458V14.1667C15 14.4028 14.9201 14.6007 14.7604 14.7604C14.6007 14.9201 14.4028 15 14.1667 15H5.83333ZM16.25 15V13.6458C16.25 13.2847 16.2049 12.9444 16.1146 12.625C16.0243 12.3056 15.8889 12.0069 15.7083 11.7292C15.8611 11.7014 16.0174 11.684 16.1771 11.6771C16.3368 11.6701 16.5 11.6667 16.6667 11.6667C17.6667 11.6667 18.4722 11.8507 19.0833 12.2188C19.6944 12.5868 20 13.0764 20 13.6875V14.1667C20 14.4028 19.9201 14.6007 19.7604 14.7604C19.6007 14.9201 19.4028 15 19.1667 15H16.25ZM6.77083 13.3333H13.25C13.1111 13.0556 12.7257 12.8125 12.0938 12.6042C11.4618 12.3958 10.7639 12.2917 10 12.2917C9.23611 12.2917 8.53819 12.3958 7.90625 12.6042C7.27431 12.8125 6.89583 13.0556 6.77083 13.3333ZM3.33333 10.8333C2.875 10.8333 2.48264 10.6701 2.15625 10.3438C1.82986 10.0174 1.66667 9.625 1.66667 9.16667C1.66667 8.69444 1.82986 8.29861 2.15625 7.97917C2.48264 7.65972 2.875 7.5 3.33333 7.5C3.80556 7.5 4.20139 7.65972 4.52083 7.97917C4.84028 8.29861 5 8.69444 5 9.16667C5 9.625 4.84028 10.0174 4.52083 10.3438C4.20139 10.6701 3.80556 10.8333 3.33333 10.8333ZM16.6667 10.8333C16.2083 10.8333 15.816 10.6701 15.4896 10.3438C15.1632 10.0174 15 9.625 15 9.16667C15 8.69444 15.1632 8.29861 15.4896 7.97917C15.816 7.65972 16.2083 7.5 16.6667 7.5C17.1389 7.5 17.5347 7.65972 17.8542 7.97917C18.1736 8.29861 18.3333 8.69444 18.3333 9.16667C18.3333 9.625 18.1736 10.0174 17.8542 10.3438C17.5347 10.6701 17.1389 10.8333 16.6667 10.8333ZM10 10C9.30556 10 8.71528 9.75694 8.22917 9.27083C7.74306 8.78472 7.5 8.19444 7.5 7.5C7.5 6.79167 7.74306 6.19792 8.22917 5.71875C8.71528 5.23958 9.30556 5 10 5C10.7083 5 11.3021 5.23958 11.7812 5.71875C12.2604 6.19792 12.5 6.79167 12.5 7.5C12.5 8.19444 12.2604 8.78472 11.7812 9.27083C11.3021 9.75694 10.7083 10 10 10ZM10 8.33333C10.2361 8.33333 10.434 8.25347 10.5938 8.09375C10.7535 7.93403 10.8333 7.73611 10.8333 7.5C10.8333 7.26389 10.7535 7.06597 10.5938 6.90625C10.434 6.74653 10.2361 6.66667 10 6.66667C9.76389 6.66667 9.56597 6.74653 9.40625 6.90625C9.24653 7.06597 9.16667 7.26389 9.16667 7.5C9.16667 7.73611 9.24653 7.93403 9.40625 8.09375C9.56597 8.25347 9.76389 8.33333 10 8.33333Z",fill:n})}),y2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V10C2.5 8.95833 2.69792 7.98264 3.09375 7.07292C3.48958 6.16319 4.02431 5.37153 4.69792 4.69792C5.37153 4.02431 6.16319 3.48958 7.07292 3.09375C7.98264 2.69792 8.95833 2.5 10 2.5C11.0417 2.5 12.0174 2.69792 12.9271 3.09375C13.8368 3.48958 14.6285 4.02431 15.3021 4.69792C15.9757 5.37153 16.5104 6.16319 16.9062 7.07292C17.3021 7.98264 17.5 8.95833 17.5 10V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H14.1667C13.7083 17.5 13.316 17.3368 12.9896 17.0104C12.6632 16.684 12.5 16.2917 12.5 15.8333V12.5C12.5 12.0417 12.6632 11.6493 12.9896 11.3229C13.316 10.9965 13.7083 10.8333 14.1667 10.8333H15.8333V10C15.8333 8.375 15.2674 6.99653 14.1354 5.86458C13.0035 4.73264 11.625 4.16667 10 4.16667C8.375 4.16667 6.99653 4.73264 5.86458 5.86458C4.73264 6.99653 4.16667 8.375 4.16667 10V10.8333H5.83333C6.29167 10.8333 6.68403 10.9965 7.01042 11.3229C7.33681 11.6493 7.5 12.0417 7.5 12.5V15.8333C7.5 16.2917 7.33681 16.684 7.01042 17.0104C6.68403 17.3368 6.29167 17.5 5.83333 17.5Z",fill:n})}),O2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V10C2.5 8.95833 2.69792 7.98264 3.09375 7.07292C3.48958 6.16319 4.02431 5.37153 4.69792 4.69792C5.37153 4.02431 6.16319 3.48958 7.07292 3.09375C7.98264 2.69792 8.95833 2.5 10 2.5C11.0417 2.5 12.0174 2.69792 12.9271 3.09375C13.8368 3.48958 14.6285 4.02431 15.3021 4.69792C15.9757 5.37153 16.5104 6.16319 16.9062 7.07292C17.3021 7.98264 17.5 8.95833 17.5 10V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H14.1667C13.7083 17.5 13.316 17.3368 12.9896 17.0104C12.6632 16.684 12.5 16.2917 12.5 15.8333V12.5C12.5 12.0417 12.6632 11.6493 12.9896 11.3229C13.316 10.9965 13.7083 10.8333 14.1667 10.8333H15.8333V10C15.8333 8.375 15.2674 6.99653 14.1354 5.86458C13.0035 4.73264 11.625 4.16667 10 4.16667C8.375 4.16667 6.99653 4.73264 5.86458 5.86458C4.73264 6.99653 4.16667 8.375 4.16667 10V10.8333H5.83333C6.29167 10.8333 6.68403 10.9965 7.01042 11.3229C7.33681 11.6493 7.5 12.0417 7.5 12.5V15.8333C7.5 16.2917 7.33681 16.684 7.01042 17.0104C6.68403 17.3368 6.29167 17.5 5.83333 17.5ZM5.83333 12.5H4.16667V15.8333H5.83333V12.5ZM14.1667 12.5V15.8333H15.8333V12.5H14.1667Z",fill:n})}),N2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.9375C9.80556 16.9375 9.60764 16.9028 9.40625 16.8333C9.20487 16.7639 9.02778 16.6528 8.875 16.5L7.4375 15.1875C5.96528 13.8403 4.63542 12.5035 3.44792 11.1771C2.26042 9.85068 1.66667 8.38887 1.66667 6.79165C1.66667 5.48609 2.10417 4.39581 2.97917 3.52081C3.85417 2.64581 4.94445 2.20831 6.25 2.20831C6.98612 2.20831 7.68056 2.36456 8.33334 2.67706C8.98612 2.98956 9.54167 3.41665 10 3.95831C10.4583 3.41665 11.0139 2.98956 11.6667 2.67706C12.3194 2.36456 13.0139 2.20831 13.75 2.20831C15.0556 2.20831 16.1458 2.64581 17.0208 3.52081C17.8958 4.39581 18.3333 5.48609 18.3333 6.79165C18.3333 8.38887 17.7431 9.85415 16.5625 11.1875C15.3819 12.5208 14.0417 13.8611 12.5417 15.2083L11.125 16.5C10.9722 16.6528 10.7951 16.7639 10.5938 16.8333C10.3924 16.9028 10.1944 16.9375 10 16.9375Z",fill:n})}),F2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.9375C9.80556 16.9375 9.60764 16.9028 9.40625 16.8333C9.20487 16.7639 9.02778 16.6528 8.875 16.5L7.4375 15.1875C5.96528 13.8403 4.63542 12.5035 3.44792 11.1771C2.26042 9.85068 1.66667 8.38887 1.66667 6.79165C1.66667 5.48609 2.10417 4.39581 2.97917 3.52081C3.85417 2.64581 4.94445 2.20831 6.25 2.20831C6.98612 2.20831 7.68056 2.36456 8.33334 2.67706C8.98612 2.98956 9.54167 3.41665 10 3.95831C10.4583 3.41665 11.0139 2.98956 11.6667 2.67706C12.3194 2.36456 13.0139 2.20831 13.75 2.20831C15.0556 2.20831 16.1458 2.64581 17.0208 3.52081C17.8958 4.39581 18.3333 5.48609 18.3333 6.79165C18.3333 8.38887 17.7431 9.85415 16.5625 11.1875C15.3819 12.5208 14.0417 13.8611 12.5417 15.2083L11.125 16.5C10.9722 16.6528 10.7951 16.7639 10.5938 16.8333C10.3924 16.9028 10.1944 16.9375 10 16.9375ZM9.20834 5.62498C8.80556 5.05554 8.375 4.62151 7.91667 4.3229C7.45834 4.02429 6.90278 3.87498 6.25 3.87498C5.41667 3.87498 4.72223 4.15276 4.16667 4.70831C3.61112 5.26387 3.33334 5.95831 3.33334 6.79165C3.33334 7.51387 3.59028 8.28123 4.10417 9.09373C4.61806 9.90623 5.23264 10.6944 5.94792 11.4583C6.6632 12.2222 7.39931 12.9375 8.15625 13.6041C8.9132 14.2708 9.52778 14.8194 10 15.25C10.4722 14.8194 11.0868 14.2708 11.8438 13.6041C12.6007 12.9375 13.3368 12.2222 14.0521 11.4583C14.7674 10.6944 15.3819 9.90623 15.8958 9.09373C16.4097 8.28123 16.6667 7.51387 16.6667 6.79165C16.6667 5.95831 16.3889 5.26387 15.8333 4.70831C15.2778 4.15276 14.5833 3.87498 13.75 3.87498C13.0972 3.87498 12.5417 4.02429 12.0833 4.3229C11.625 4.62151 11.1944 5.05554 10.7917 5.62498C10.6944 5.76387 10.5764 5.86804 10.4375 5.93748C10.2986 6.00692 10.1528 6.04165 10 6.04165C9.84723 6.04165 9.70139 6.00692 9.5625 5.93748C9.42362 5.86804 9.30556 5.76387 9.20834 5.62498Z",fill:n})}),k2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.95835 15C10.25 15 10.4965 14.8993 10.6979 14.6979C10.8993 14.4965 11 14.25 11 13.9584C11 13.6667 10.8993 13.4202 10.6979 13.2188C10.4965 13.0174 10.25 12.9167 9.95835 12.9167C9.66669 12.9167 9.42016 13.0174 9.21877 13.2188C9.01738 13.4202 8.91669 13.6667 8.91669 13.9584C8.91669 14.25 9.01738 14.4965 9.21877 14.6979C9.42016 14.8993 9.66669 15 9.95835 15ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10.0834 6.41669C10.4306 6.41669 10.7327 6.5278 10.9896 6.75002C11.2465 6.97224 11.375 7.25002 11.375 7.58335C11.375 7.88891 11.2813 8.15974 11.0938 8.39585C10.9063 8.63196 10.6945 8.85419 10.4584 9.06252C10.1389 9.3403 9.85766 9.64585 9.6146 9.97919C9.37155 10.3125 9.25002 10.6875 9.25002 11.1042C9.25002 11.2986 9.32294 11.4618 9.46877 11.5938C9.6146 11.7257 9.78474 11.7917 9.97919 11.7917C10.1875 11.7917 10.3646 11.7222 10.5104 11.5834C10.6563 11.4445 10.75 11.2709 10.7917 11.0625C10.8472 10.7709 10.9722 10.5104 11.1667 10.2813C11.3611 10.0521 11.5695 9.83335 11.7917 9.62502C12.1111 9.31946 12.3854 8.98613 12.6146 8.62502C12.8438 8.26391 12.9584 7.86113 12.9584 7.41669C12.9584 6.70835 12.6702 6.12849 12.0938 5.6771C11.5174 5.22571 10.8472 5.00002 10.0834 5.00002C9.55558 5.00002 9.0521 5.11113 8.57294 5.33335C8.09377 5.55558 7.72919 5.89585 7.47919 6.35419C7.38196 6.52085 7.35071 6.69794 7.38544 6.88544C7.42016 7.07294 7.51391 7.2153 7.66669 7.31252C7.86113 7.42363 8.06252 7.45835 8.27085 7.41669C8.47919 7.37502 8.6528 7.25696 8.79169 7.06252C8.94446 6.85419 9.13544 6.69446 9.3646 6.58335C9.59377 6.47224 9.83335 6.41669 10.0834 6.41669Z",fill:n})}),I2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.95835 15C10.25 15 10.4965 14.8993 10.6979 14.6979C10.8993 14.4965 11 14.25 11 13.9584C11 13.6667 10.8993 13.4202 10.6979 13.2188C10.4965 13.0174 10.25 12.9167 9.95835 12.9167C9.66669 12.9167 9.42016 13.0174 9.21877 13.2188C9.01738 13.4202 8.91669 13.6667 8.91669 13.9584C8.91669 14.25 9.01738 14.4965 9.21877 14.6979C9.42016 14.8993 9.66669 15 9.95835 15ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667ZM10.0834 6.41669C10.4306 6.41669 10.7327 6.5278 10.9896 6.75002C11.2465 6.97224 11.375 7.25002 11.375 7.58335C11.375 7.88891 11.2813 8.15974 11.0938 8.39585C10.9063 8.63196 10.6945 8.85419 10.4584 9.06252C10.1389 9.3403 9.85766 9.64585 9.6146 9.97919C9.37155 10.3125 9.25002 10.6875 9.25002 11.1042C9.25002 11.2986 9.32294 11.4618 9.46877 11.5938C9.6146 11.7257 9.78474 11.7917 9.97919 11.7917C10.1875 11.7917 10.3646 11.7222 10.5104 11.5834C10.6563 11.4445 10.75 11.2709 10.7917 11.0625C10.8472 10.7709 10.9722 10.5104 11.1667 10.2813C11.3611 10.0521 11.5695 9.83335 11.7917 9.62502C12.1111 9.31946 12.3854 8.98613 12.6146 8.62502C12.8438 8.26391 12.9584 7.86113 12.9584 7.41669C12.9584 6.70835 12.6702 6.12849 12.0938 5.6771C11.5174 5.22571 10.8472 5.00002 10.0834 5.00002C9.55558 5.00002 9.0521 5.11113 8.57294 5.33335C8.09377 5.55558 7.72919 5.89585 7.47919 6.35419C7.38196 6.52085 7.35071 6.69794 7.38544 6.88544C7.42016 7.07294 7.51391 7.2153 7.66669 7.31252C7.86113 7.42363 8.06252 7.45835 8.27085 7.41669C8.47919 7.37502 8.6528 7.25696 8.79169 7.06252C8.94446 6.85419 9.13544 6.69446 9.3646 6.58335C9.59377 6.47224 9.83335 6.41669 10.0834 6.41669Z",fill:n})}),A2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C8.25 17.5 6.70139 16.9688 5.35417 15.9062C4.00694 14.8438 3.13194 13.4861 2.72917 11.8333C2.67361 11.625 2.71528 11.434 2.85417 11.2604C2.99306 11.0868 3.18056 10.9861 3.41667 10.9583C3.63889 10.9306 3.84028 10.9722 4.02083 11.0833C4.20139 11.1944 4.32639 11.3611 4.39583 11.5833C4.72917 12.8333 5.41667 13.8542 6.45833 14.6458C7.5 15.4375 8.68056 15.8333 10 15.8333C11.625 15.8333 13.0035 15.2674 14.1354 14.1354C15.2674 13.0035 15.8333 11.625 15.8333 10C15.8333 8.375 15.2674 6.99653 14.1354 5.86458C13.0035 4.73264 11.625 4.16667 10 4.16667C9.04167 4.16667 8.14583 4.38889 7.3125 4.83333C6.47917 5.27778 5.77778 5.88889 5.20833 6.66667H6.66667C6.90278 6.66667 7.10069 6.74653 7.26042 6.90625C7.42014 7.06597 7.5 7.26389 7.5 7.5C7.5 7.73611 7.42014 7.93403 7.26042 8.09375C7.10069 8.25347 6.90278 8.33333 6.66667 8.33333H3.33333C3.09722 8.33333 2.89931 8.25347 2.73958 8.09375C2.57986 7.93403 2.5 7.73611 2.5 7.5V4.16667C2.5 3.93056 2.57986 3.73264 2.73958 3.57292C2.89931 3.41319 3.09722 3.33333 3.33333 3.33333C3.56944 3.33333 3.76736 3.41319 3.92708 3.57292C4.08681 3.73264 4.16667 3.93056 4.16667 4.16667V5.29167C4.875 4.40278 5.73958 3.71528 6.76042 3.22917C7.78125 2.74306 8.86111 2.5 10 2.5C11.0417 2.5 12.0174 2.69792 12.9271 3.09375C13.8368 3.48958 14.6285 4.02431 15.3021 4.69792C15.9757 5.37153 16.5104 6.16319 16.9062 7.07292C17.3021 7.98264 17.5 8.95833 17.5 10C17.5 11.0417 17.3021 12.0174 16.9062 12.9271C16.5104 13.8368 15.9757 14.6285 15.3021 15.3021C14.6285 15.9757 13.8368 16.5104 12.9271 16.9062C12.0174 17.3021 11.0417 17.5 10 17.5ZM10.8333 9.66667L12.9167 11.75C13.0694 11.9028 13.1458 12.0972 13.1458 12.3333C13.1458 12.5694 13.0694 12.7639 12.9167 12.9167C12.7639 13.0694 12.5694 13.1458 12.3333 13.1458C12.0972 13.1458 11.9028 13.0694 11.75 12.9167L9.41667 10.5833C9.33333 10.5 9.27083 10.4062 9.22917 10.3021C9.1875 10.1979 9.16667 10.0903 9.16667 9.97917V6.66667C9.16667 6.43056 9.24653 6.23264 9.40625 6.07292C9.56597 5.91319 9.76389 5.83333 10 5.83333C10.2361 5.83333 10.434 5.91319 10.5938 6.07292C10.7535 6.23264 10.8333 6.43056 10.8333 6.66667V9.66667Z",fill:n})}),R2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33337 15.8334V8.33335C3.33337 8.06946 3.3924 7.81946 3.51046 7.58335C3.62851 7.34724 3.79171 7.1528 4.00004 7.00002L9.00004 3.25002C9.29171 3.0278 9.62504 2.91669 10 2.91669C10.375 2.91669 10.7084 3.0278 11 3.25002L16 7.00002C16.2084 7.1528 16.3716 7.34724 16.4896 7.58335C16.6077 7.81946 16.6667 8.06946 16.6667 8.33335V15.8334C16.6667 16.2917 16.5035 16.684 16.1771 17.0104C15.8507 17.3368 15.4584 17.5 15 17.5H12.5C12.2639 17.5 12.066 17.4202 11.9063 17.2604C11.7466 17.1007 11.6667 16.9028 11.6667 16.6667V12.5C11.6667 12.2639 11.5868 12.066 11.4271 11.9063C11.2674 11.7465 11.0695 11.6667 10.8334 11.6667H9.16671C8.9306 11.6667 8.73268 11.7465 8.57296 11.9063C8.41323 12.066 8.33337 12.2639 8.33337 12.5V16.6667C8.33337 16.9028 8.25351 17.1007 8.09379 17.2604C7.93407 17.4202 7.73615 17.5 7.50004 17.5H5.00004C4.54171 17.5 4.14935 17.3368 3.82296 17.0104C3.49657 16.684 3.33337 16.2917 3.33337 15.8334Z",fill:n})}),D2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00004 15.8334H7.50004V11.6667C7.50004 11.4306 7.5799 11.2327 7.73962 11.0729C7.89935 10.9132 8.09726 10.8334 8.33337 10.8334H11.6667C11.9028 10.8334 12.1007 10.9132 12.2605 11.0729C12.4202 11.2327 12.5 11.4306 12.5 11.6667V15.8334H15V8.33335L10 4.58335L5.00004 8.33335V15.8334ZM3.33337 15.8334V8.33335C3.33337 8.06946 3.3924 7.81946 3.51046 7.58335C3.62851 7.34724 3.79171 7.1528 4.00004 7.00002L9.00004 3.25002C9.29171 3.0278 9.62504 2.91669 10 2.91669C10.375 2.91669 10.7084 3.0278 11 3.25002L16 7.00002C16.2084 7.1528 16.3716 7.34724 16.4896 7.58335C16.6077 7.81946 16.6667 8.06946 16.6667 8.33335V15.8334C16.6667 16.2917 16.5035 16.684 16.1771 17.0104C15.8507 17.3368 15.4584 17.5 15 17.5H11.6667C11.4306 17.5 11.2327 17.4202 11.073 17.2604C10.9132 17.1007 10.8334 16.9028 10.8334 16.6667V12.5H9.16671V16.6667C9.16671 16.9028 9.08685 17.1007 8.92712 17.2604C8.7674 17.4202 8.56948 17.5 8.33337 17.5H5.00004C4.54171 17.5 4.14935 17.3368 3.82296 17.0104C3.49657 16.684 3.33337 16.2917 3.33337 15.8334Z",fill:n})}),T2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66666 16.6666H13.3333V14.1666C13.3333 13.25 13.0069 12.4652 12.3542 11.8125C11.7014 11.1597 10.9167 10.8333 9.99999 10.8333C9.08333 10.8333 8.29861 11.1597 7.64583 11.8125C6.99305 12.4652 6.66666 13.25 6.66666 14.1666V16.6666ZM9.99999 9.16663C10.9167 9.16663 11.7014 8.84024 12.3542 8.18746C13.0069 7.53468 13.3333 6.74996 13.3333 5.83329V3.33329H6.66666V5.83329C6.66666 6.74996 6.99305 7.53468 7.64583 8.18746C8.29861 8.84024 9.08333 9.16663 9.99999 9.16663ZM4.16666 18.3333C3.93055 18.3333 3.73263 18.2534 3.57291 18.0937C3.41319 17.934 3.33333 17.7361 3.33333 17.5C3.33333 17.2638 3.41319 17.0659 3.57291 16.9062C3.73263 16.7465 3.93055 16.6666 4.16666 16.6666H4.99999V14.1666C4.99999 13.3194 5.19791 12.5243 5.59374 11.7812C5.98958 11.0382 6.54166 10.4444 7.24999 9.99996C6.54166 9.55551 5.98958 8.96176 5.59374 8.21871C5.19791 7.47565 4.99999 6.68051 4.99999 5.83329V3.33329H4.16666C3.93055 3.33329 3.73263 3.25343 3.57291 3.09371C3.41319 2.93399 3.33333 2.73607 3.33333 2.49996C3.33333 2.26385 3.41319 2.06593 3.57291 1.90621C3.73263 1.74649 3.93055 1.66663 4.16666 1.66663H15.8333C16.0694 1.66663 16.2674 1.74649 16.4271 1.90621C16.5868 2.06593 16.6667 2.26385 16.6667 2.49996C16.6667 2.73607 16.5868 2.93399 16.4271 3.09371C16.2674 3.25343 16.0694 3.33329 15.8333 3.33329H15V5.83329C15 6.68051 14.8021 7.47565 14.4062 8.21871C14.0104 8.96176 13.4583 9.55551 12.75 9.99996C13.4583 10.4444 14.0104 11.0382 14.4062 11.7812C14.8021 12.5243 15 13.3194 15 14.1666V16.6666H15.8333C16.0694 16.6666 16.2674 16.7465 16.4271 16.9062C16.5868 17.0659 16.6667 17.2638 16.6667 17.5C16.6667 17.7361 16.5868 17.934 16.4271 18.0937C16.2674 18.2534 16.0694 18.3333 15.8333 18.3333H4.16666Z",fill:n})}),E2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16668 18.3333C3.93057 18.3333 3.73265 18.2534 3.57293 18.0937C3.4132 17.934 3.33334 17.7361 3.33334 17.5C3.33334 17.2638 3.4132 17.0659 3.57293 16.9062C3.73265 16.7465 3.93057 16.6666 4.16668 16.6666H5.00001V14.1666C5.00001 13.3194 5.19793 12.5243 5.59376 11.7812C5.98959 11.0382 6.54168 10.4444 7.25001 9.99996C6.54168 9.55551 5.98959 8.96176 5.59376 8.21871C5.19793 7.47565 5.00001 6.68051 5.00001 5.83329V3.33329H4.16668C3.93057 3.33329 3.73265 3.25343 3.57293 3.09371C3.4132 2.93399 3.33334 2.73607 3.33334 2.49996C3.33334 2.26385 3.4132 2.06593 3.57293 1.90621C3.73265 1.74649 3.93057 1.66663 4.16668 1.66663H15.8333C16.0695 1.66663 16.2674 1.74649 16.4271 1.90621C16.5868 2.06593 16.6667 2.26385 16.6667 2.49996C16.6667 2.73607 16.5868 2.93399 16.4271 3.09371C16.2674 3.25343 16.0695 3.33329 15.8333 3.33329H15V5.83329C15 6.68051 14.8021 7.47565 14.4063 8.21871C14.0104 8.96176 13.4583 9.55551 12.75 9.99996C13.4583 10.4444 14.0104 11.0382 14.4063 11.7812C14.8021 12.5243 15 13.3194 15 14.1666V16.6666H15.8333C16.0695 16.6666 16.2674 16.7465 16.4271 16.9062C16.5868 17.0659 16.6667 17.2638 16.6667 17.5C16.6667 17.7361 16.5868 17.934 16.4271 18.0937C16.2674 18.2534 16.0695 18.3333 15.8333 18.3333H4.16668Z",fill:n})}),P2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66668 16.6666H13.3333V14.1666C13.3333 13.25 13.007 12.4652 12.3542 11.8125C11.7014 11.1597 10.9167 10.8333 10 10.8333C9.08334 10.8333 8.29862 11.1597 7.64584 11.8125C6.99307 12.4652 6.66668 13.25 6.66668 14.1666V16.6666ZM10 9.16663C10.9167 9.16663 11.7014 8.84024 12.3542 8.18746C13.007 7.53468 13.3333 6.74996 13.3333 5.83329V3.33329H6.66668V5.83329C6.66668 6.74996 6.99307 7.53468 7.64584 8.18746C8.29862 8.84024 9.08334 9.16663 10 9.16663ZM4.16668 18.3333C3.93057 18.3333 3.73265 18.2534 3.57293 18.0937C3.4132 17.934 3.33334 17.7361 3.33334 17.5C3.33334 17.2638 3.4132 17.0659 3.57293 16.9062C3.73265 16.7465 3.93057 16.6666 4.16668 16.6666H5.00001V14.1666C5.00001 13.3194 5.19793 12.5243 5.59376 11.7812C5.98959 11.0382 6.54168 10.4444 7.25001 9.99996C6.54168 9.55551 5.98959 8.96176 5.59376 8.21871C5.19793 7.47565 5.00001 6.68051 5.00001 5.83329V3.33329H4.16668C3.93057 3.33329 3.73265 3.25343 3.57293 3.09371C3.4132 2.93399 3.33334 2.73607 3.33334 2.49996C3.33334 2.26385 3.4132 2.06593 3.57293 1.90621C3.73265 1.74649 3.93057 1.66663 4.16668 1.66663H15.8333C16.0695 1.66663 16.2674 1.74649 16.4271 1.90621C16.5868 2.06593 16.6667 2.26385 16.6667 2.49996C16.6667 2.73607 16.5868 2.93399 16.4271 3.09371C16.2674 3.25343 16.0695 3.33329 15.8333 3.33329H15V5.83329C15 6.68051 14.8021 7.47565 14.4063 8.21871C14.0104 8.96176 13.4583 9.55551 12.75 9.99996C13.4583 10.4444 14.0104 11.0382 14.4063 11.7812C14.8021 12.5243 15 13.3194 15 14.1666V16.6666H15.8333C16.0695 16.6666 16.2674 16.7465 16.4271 16.9062C16.5868 17.0659 16.6667 17.2638 16.6667 17.5C16.6667 17.7361 16.5868 17.934 16.4271 18.0937C16.2674 18.2534 16.0695 18.3333 15.8333 18.3333H4.16668Z",fill:n})}),z2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V10.3333L4.41667 12.25C4.58333 12.4167 4.77778 12.5 5 12.5C5.22222 12.5 5.41667 12.4167 5.58333 12.25L8.33333 9.5L11.0833 12.25C11.25 12.4167 11.4444 12.5 11.6667 12.5C11.8889 12.5 12.0833 12.4167 12.25 12.25L15 9.5L17.5 12V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V9.64583L15.5833 7.72917C15.4167 7.5625 15.2222 7.47917 15 7.47917C14.7778 7.47917 14.5833 7.5625 14.4167 7.72917L11.6667 10.4792L8.91667 7.72917C8.75 7.5625 8.55556 7.47917 8.33333 7.47917C8.11111 7.47917 7.91667 7.5625 7.75 7.72917L5 10.4792L2.5 7.97917V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5Z",fill:n})}),$2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM5 10.4792L7.75 7.72917C7.91667 7.5625 8.11111 7.47917 8.33333 7.47917C8.55556 7.47917 8.75 7.5625 8.91667 7.72917L11.6667 10.4792L14.4167 7.72917C14.5833 7.5625 14.7778 7.47917 15 7.47917C15.2222 7.47917 15.4167 7.5625 15.5833 7.72917L15.8333 7.97917V4.16667H4.16667V9.64583L5 10.4792ZM4.16667 15.8333H15.8333V10.3333L15 9.5L12.25 12.25C12.0833 12.4167 11.8889 12.5 11.6667 12.5C11.4444 12.5 11.25 12.4167 11.0833 12.25L8.33333 9.5L5.58333 12.25C5.41667 12.4167 5.22222 12.5 5 12.5C4.77778 12.5 4.58333 12.4167 4.41667 12.25L4.16667 12V15.8333ZM4.16667 15.8333V10.3333V12V4.16667V15.8333Z",fill:n})}),K2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM5.83333 14.1667H14.1667C14.3333 14.1667 14.4583 14.0903 14.5417 13.9375C14.625 13.7847 14.6111 13.6389 14.5 13.5L12.2083 10.4375C12.125 10.3264 12.0139 10.2708 11.875 10.2708C11.7361 10.2708 11.625 10.3264 11.5417 10.4375L9.375 13.3333L7.83333 11.2708C7.75 11.1597 7.63889 11.1042 7.5 11.1042C7.36111 11.1042 7.25 11.1597 7.16667 11.2708L5.5 13.5C5.38889 13.6389 5.375 13.7847 5.45833 13.9375C5.54167 14.0903 5.66667 14.1667 5.83333 14.1667Z",fill:n})}),U2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 11.6667H15.8333L12.9583 7.91669L11.0416 10.4167L9.74996 8.75002L7.49996 11.6667ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.00002H3.33329V16.6667H15V18.3334H3.33329ZM6.66663 3.33335H16.6666V13.3334H6.66663V3.33335Z",fill:n})}),G2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.0416 10.4167L10.0833 9.16669C9.99996 9.05558 9.88885 9.00002 9.74996 9.00002C9.61107 9.00002 9.49996 9.05558 9.41663 9.16669L8.02079 11C7.90968 11.1389 7.89232 11.2847 7.96871 11.4375C8.0451 11.5903 8.17357 11.6667 8.35413 11.6667H14.9791C15.1597 11.6667 15.2882 11.5903 15.3645 11.4375C15.4409 11.2847 15.4236 11.1389 15.3125 11L13.2916 8.35419C13.2083 8.24308 13.0972 8.18752 12.9583 8.18752C12.8194 8.18752 12.7083 8.24308 12.625 8.35419L11.0416 10.4167ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.83335C1.66663 5.59724 1.74649 5.39933 1.90621 5.2396C2.06593 5.07988 2.26385 5.00002 2.49996 5.00002C2.73607 5.00002 2.93399 5.07988 3.09371 5.2396C3.25343 5.39933 3.33329 5.59724 3.33329 5.83335V16.6667H14.1666C14.4027 16.6667 14.6007 16.7465 14.7604 16.9063C14.9201 17.066 15 17.2639 15 17.5C15 17.7361 14.9201 17.934 14.7604 18.0938C14.6007 18.2535 14.4027 18.3334 14.1666 18.3334H3.33329Z",fill:n})}),W2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM5.83333 14.1667H14.1667C14.3333 14.1667 14.4583 14.0903 14.5417 13.9375C14.625 13.7847 14.6111 13.6389 14.5 13.5L12.2083 10.4375C12.125 10.3264 12.0139 10.2708 11.875 10.2708C11.7361 10.2708 11.625 10.3264 11.5417 10.4375L9.375 13.3333L7.83333 11.2708C7.75 11.1597 7.63889 11.1042 7.5 11.1042C7.36111 11.1042 7.25 11.1597 7.16667 11.2708L5.5 13.5C5.38889 13.6389 5.375 13.7847 5.45833 13.9375C5.54167 14.0903 5.66667 14.1667 5.83333 14.1667Z",fill:n})}),q2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 13.3333C10.4444 13.3333 10.8542 13.2188 11.2292 12.9896C11.6042 12.7604 11.9097 12.4583 12.1458 12.0833C12.2292 11.9583 12.3333 11.8576 12.4583 11.7812C12.5833 11.7049 12.7222 11.6667 12.875 11.6667H15.8333V4.16667H4.16667V11.6667H7.125C7.27778 11.6667 7.41667 11.7049 7.54167 11.7812C7.66667 11.8576 7.77083 11.9583 7.85417 12.0833C8.09028 12.4583 8.39583 12.7604 8.77083 12.9896C9.14583 13.2188 9.55556 13.3333 10 13.3333Z",fill:n})}),Y2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V13.3333H13.3333C12.9167 13.8611 12.4201 14.2708 11.8438 14.5625C11.2674 14.8542 10.6528 15 10 15C9.34722 15 8.73264 14.8542 8.15625 14.5625C7.57986 14.2708 7.08333 13.8611 6.66667 13.3333H4.16667V15.8333ZM10 13.3333C10.4444 13.3333 10.8542 13.2188 11.2292 12.9896C11.6042 12.7604 11.9097 12.4583 12.1458 12.0833C12.2292 11.9583 12.3333 11.8576 12.4583 11.7812C12.5833 11.7049 12.7222 11.6667 12.875 11.6667H15.8333V4.16667H4.16667V11.6667H7.125C7.27778 11.6667 7.41667 11.7049 7.54167 11.7812C7.66667 11.8576 7.77083 11.9583 7.85417 12.0833C8.09028 12.4583 8.39583 12.7604 8.77083 12.9896C9.14583 13.2188 9.55556 13.3333 10 13.3333Z",fill:n})}),Q2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8334 13.5695 10.8334 13.3334V10C10.8334 9.76391 10.7535 9.56599 10.5938 9.40627C10.434 9.24655 10.2361 9.16669 10 9.16669C9.76391 9.16669 9.56599 9.24655 9.40627 9.40627C9.24655 9.56599 9.16669 9.76391 9.16669 10V13.3334C9.16669 13.5695 9.24655 13.7674 9.40627 13.9271C9.56599 14.0868 9.76391 14.1667 10 14.1667ZM10 7.50002C10.2361 7.50002 10.434 7.42016 10.5938 7.26044C10.7535 7.10071 10.8334 6.9028 10.8334 6.66669C10.8334 6.43058 10.7535 6.23266 10.5938 6.07294C10.434 5.91321 10.2361 5.83335 10 5.83335C9.76391 5.83335 9.56599 5.91321 9.40627 6.07294C9.24655 6.23266 9.16669 6.43058 9.16669 6.66669C9.16669 6.9028 9.24655 7.10071 9.40627 7.26044C9.56599 7.42016 9.76391 7.50002 10 7.50002ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334Z",fill:n})}),X2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 5.83333C9.54165 5.83333 9.14929 5.67014 8.8229 5.34375C8.49651 5.01736 8.33331 4.625 8.33331 4.16667C8.33331 3.70833 8.49651 3.31597 8.8229 2.98958C9.14929 2.66319 9.54165 2.5 9.99998 2.5C10.4583 2.5 10.8507 2.66319 11.1771 2.98958C11.5035 3.31597 11.6666 3.70833 11.6666 4.16667C11.6666 4.625 11.5035 5.01736 11.1771 5.34375C10.8507 5.67014 10.4583 5.83333 9.99998 5.83333ZM9.99998 17.5C9.65276 17.5 9.35762 17.3785 9.11456 17.1354C8.87151 16.8924 8.74998 16.5972 8.74998 16.25V8.75C8.74998 8.40278 8.87151 8.10764 9.11456 7.86458C9.35762 7.62153 9.65276 7.5 9.99998 7.5C10.3472 7.5 10.6423 7.62153 10.8854 7.86458C11.1285 8.10764 11.25 8.40278 11.25 8.75V16.25C11.25 16.5972 11.1285 16.8924 10.8854 17.1354C10.6423 17.3785 10.3472 17.5 9.99998 17.5Z",fill:n})}),J2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8334 13.5695 10.8334 13.3334V10C10.8334 9.76391 10.7535 9.56599 10.5938 9.40627C10.434 9.24655 10.2361 9.16669 10 9.16669C9.76391 9.16669 9.56599 9.24655 9.40627 9.40627C9.24655 9.56599 9.16669 9.76391 9.16669 10V13.3334C9.16669 13.5695 9.24655 13.7674 9.40627 13.9271C9.56599 14.0868 9.76391 14.1667 10 14.1667ZM10 7.50002C10.2361 7.50002 10.434 7.42016 10.5938 7.26044C10.7535 7.10071 10.8334 6.9028 10.8334 6.66669C10.8334 6.43058 10.7535 6.23266 10.5938 6.07294C10.434 5.91321 10.2361 5.83335 10 5.83335C9.76391 5.83335 9.56599 5.91321 9.40627 6.07294C9.24655 6.23266 9.16669 6.43058 9.16669 6.66669C9.16669 6.9028 9.24655 7.10071 9.40627 7.26044C9.56599 7.42016 9.76391 7.50002 10 7.50002ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),C4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3333 4.16667V10L14.75 11.4167C14.8333 11.5 14.8958 11.5938 14.9375 11.6979C14.9792 11.8021 15 11.9097 15 12.0208V12.5C15 12.7361 14.9201 12.934 14.7604 13.0938C14.6007 13.2535 14.4028 13.3333 14.1667 13.3333H10.8333V18.2083C10.8333 18.4444 10.7535 18.6424 10.5938 18.8021C10.434 18.9618 10.2361 19.0417 10 19.0417C9.76389 19.0417 9.56597 18.9618 9.40625 18.8021C9.24653 18.6424 9.16667 18.4444 9.16667 18.2083V13.3333H5.83333C5.59722 13.3333 5.39931 13.2535 5.23958 13.0938C5.07986 12.934 5 12.7361 5 12.5V12.0208C5 11.9097 5.02083 11.8021 5.0625 11.6979C5.10417 11.5938 5.16667 11.5 5.25 11.4167L6.66667 10V4.16667C6.43056 4.16667 6.23264 4.08681 6.07292 3.92708C5.91319 3.76736 5.83333 3.56944 5.83333 3.33333C5.83333 3.09722 5.91319 2.89931 6.07292 2.73958C6.23264 2.57986 6.43056 2.5 6.66667 2.5H13.3333C13.5694 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.56944 14.0868 3.76736 13.9271 3.92708C13.7674 4.08681 13.5694 4.16667 13.3333 4.16667Z",fill:n})}),e4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.9167 9.5625L6.04168 3.6875C5.97223 3.61806 5.92015 3.54167 5.88543 3.45833C5.8507 3.375 5.83334 3.29167 5.83334 3.20833C5.83334 3.02778 5.89584 2.86458 6.02084 2.71875C6.14584 2.57292 6.31251 2.5 6.52084 2.5H13.3333C13.5695 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.55556 14.066 3.71181 13.8646 3.80208C13.6632 3.89236 13.4861 4.01389 13.3333 4.16667V8.95833C13.3333 9.33333 13.1632 9.59375 12.8229 9.73958C12.4826 9.88542 12.1806 9.82639 11.9167 9.5625ZM9.16668 18.3333V13.3333H6.16668C5.81945 13.3333 5.54168 13.2118 5.33334 12.9687C5.12501 12.7257 5.02084 12.4514 5.02084 12.1458C5.02084 11.9931 5.05209 11.8403 5.11459 11.6875C5.17709 11.5347 5.27779 11.3889 5.41668 11.25L6.66668 10V9.04167L1.75001 4.08333C1.59723 3.93056 1.51737 3.73958 1.51043 3.51042C1.50348 3.28125 1.58334 3.08333 1.75001 2.91667C1.90279 2.76389 2.09723 2.6875 2.33334 2.6875C2.56945 2.6875 2.7639 2.76389 2.91668 2.91667L17.0625 17.0625C17.2292 17.2292 17.309 17.4271 17.3021 17.6562C17.2951 17.8854 17.2083 18.0833 17.0417 18.25C16.875 18.4028 16.6806 18.4826 16.4583 18.4896C16.2361 18.4965 16.0417 18.4167 15.875 18.25L10.9583 13.3333H10.8333V18.3333C10.8333 18.5694 10.7535 18.7674 10.5938 18.9271C10.434 19.0868 10.2361 19.1667 10 19.1667C9.7639 19.1667 9.56598 19.0868 9.40626 18.9271C9.24654 18.7674 9.16668 18.5694 9.16668 18.3333Z",fill:n})}),t4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.6667 4.16667H8.33334V5.97917L6.04168 3.6875C5.97223 3.61806 5.92015 3.54167 5.88543 3.45833C5.8507 3.375 5.83334 3.29167 5.83334 3.20833C5.83334 3.02778 5.89584 2.86458 6.02084 2.71875C6.14584 2.57292 6.31251 2.5 6.52084 2.5H13.3333C13.5695 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.55556 14.066 3.71181 13.8646 3.80208C13.6632 3.89236 13.4861 4.01389 13.3333 4.16667V9.16667C13.3333 9.40278 13.2535 9.60069 13.0938 9.76042C12.934 9.92014 12.7361 10 12.5 10C12.2639 10 12.066 9.92014 11.9063 9.76042C11.7465 9.60069 11.6667 9.40278 11.6667 9.16667V4.16667ZM9.16668 18.3333V13.3333H6.16668C5.81945 13.3333 5.54168 13.2118 5.33334 12.9687C5.12501 12.7257 5.02084 12.4514 5.02084 12.1458C5.02084 11.9931 5.05209 11.8403 5.11459 11.6875C5.17709 11.5347 5.27779 11.3889 5.41668 11.25L6.66668 10V9.04167L1.75001 4.08333C1.59723 3.93056 1.51737 3.73958 1.51043 3.51042C1.50348 3.28125 1.58334 3.08333 1.75001 2.91667C1.90279 2.76389 2.09723 2.6875 2.33334 2.6875C2.56945 2.6875 2.7639 2.76389 2.91668 2.91667L17.0625 17.0625C17.2292 17.2292 17.309 17.4271 17.3021 17.6562C17.2951 17.8854 17.2083 18.0833 17.0417 18.25C16.875 18.4028 16.6806 18.4826 16.4583 18.4896C16.2361 18.4965 16.0417 18.4167 15.875 18.25L10.9583 13.3333H10.8333V18.3333C10.8333 18.5694 10.7535 18.7674 10.5938 18.9271C10.434 19.0868 10.2361 19.1667 10 19.1667C9.7639 19.1667 9.56598 19.0868 9.40626 18.9271C9.24654 18.7674 9.16668 18.5694 9.16668 18.3333ZM7.37501 11.6667H9.29168L8.37501 10.75L8.33334 10.7083L7.37501 11.6667Z",fill:n})}),n4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3333 4.16667V10L14.75 11.4167C14.8333 11.5 14.8958 11.5938 14.9375 11.6979C14.9792 11.8021 15 11.9097 15 12.0208V12.5C15 12.7361 14.9201 12.934 14.7604 13.0938C14.6007 13.2535 14.4028 13.3333 14.1667 13.3333H10.8333V18.2083C10.8333 18.4444 10.7535 18.6424 10.5938 18.8021C10.434 18.9618 10.2361 19.0417 10 19.0417C9.76389 19.0417 9.56597 18.9618 9.40625 18.8021C9.24653 18.6424 9.16667 18.4444 9.16667 18.2083V13.3333H5.83333C5.59722 13.3333 5.39931 13.2535 5.23958 13.0938C5.07986 12.934 5 12.7361 5 12.5V12.0208C5 11.9097 5.02083 11.8021 5.0625 11.6979C5.10417 11.5938 5.16667 11.5 5.25 11.4167L6.66667 10V4.16667C6.43056 4.16667 6.23264 4.08681 6.07292 3.92708C5.91319 3.76736 5.83333 3.56944 5.83333 3.33333C5.83333 3.09722 5.91319 2.89931 6.07292 2.73958C6.23264 2.57986 6.43056 2.5 6.66667 2.5H13.3333C13.5694 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.56944 14.0868 3.76736 13.9271 3.92708C13.7674 4.08681 13.5694 4.16667 13.3333 4.16667ZM7.375 11.6667H12.625L11.6667 10.7083V4.16667H8.33333V10.7083L7.375 11.6667Z",fill:n})}),r4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33334 16.6666C2.87501 16.6666 2.48264 16.5035 2.15626 16.1771C1.82987 15.8507 1.66667 15.4583 1.66667 15V4.99998C1.66667 4.54165 1.82987 4.14929 2.15626 3.8229C2.48264 3.49651 2.87501 3.33331 3.33334 3.33331H12.5C12.7639 3.33331 13.0139 3.39234 13.25 3.5104C13.4861 3.62845 13.6806 3.79165 13.8333 3.99998L17.5833 8.99998C17.8056 9.29165 17.9167 9.62498 17.9167 9.99998C17.9167 10.375 17.8056 10.7083 17.5833 11L13.8333 16C13.6806 16.2083 13.4861 16.3715 13.25 16.4896C13.0139 16.6076 12.7639 16.6666 12.5 16.6666H3.33334Z",fill:n})}),o4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33332 16.6666C2.87499 16.6666 2.48263 16.5035 2.15624 16.1771C1.82985 15.8507 1.66666 15.4583 1.66666 15V4.99998C1.66666 4.54165 1.82985 4.14929 2.15624 3.8229C2.48263 3.49651 2.87499 3.33331 3.33332 3.33331H12.5C12.7639 3.33331 13.0139 3.39234 13.25 3.5104C13.4861 3.62845 13.6805 3.79165 13.8333 3.99998L17.5833 8.99998C17.8055 9.29165 17.9167 9.62498 17.9167 9.99998C17.9167 10.375 17.8055 10.7083 17.5833 11L13.8333 16C13.6805 16.2083 13.4861 16.3715 13.25 16.4896C13.0139 16.6076 12.7639 16.6666 12.5 16.6666H3.33332ZM3.33332 15H12.5L16.25 9.99998L12.5 4.99998H3.33332V15Z",fill:n})}),s4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3333C8.86095 18.3333 7.78456 18.1145 6.77067 17.677C5.75678 17.2395 4.87136 16.6423 4.11442 15.8854C3.35748 15.1284 2.76025 14.243 2.32275 13.2291C1.88525 12.2152 1.6665 11.1388 1.6665 9.99996C1.6665 8.84718 1.88525 7.76732 2.32275 6.76038C2.76025 5.75343 3.35748 4.87149 4.11442 4.11454C4.87136 3.3576 5.75678 2.76038 6.77067 2.32288C7.78456 1.88538 8.86095 1.66663 9.99984 1.66663C11.1526 1.66663 12.2325 1.88538 13.2394 2.32288C14.2464 2.76038 15.1283 3.3576 15.8853 4.11454C16.6422 4.87149 17.2394 5.75343 17.6769 6.76038C18.1144 7.76732 18.3332 8.84718 18.3332 9.99996C18.3332 11.1388 18.1144 12.2152 17.6769 13.2291C17.2394 14.243 16.6422 15.1284 15.8853 15.8854C15.1283 16.6423 14.2464 17.2395 13.2394 17.677C12.2325 18.1145 11.1526 18.3333 9.99984 18.3333ZM9.99984 16.625C10.3609 16.125 10.6734 15.6041 10.9373 15.0625C11.2012 14.5208 11.4165 13.9444 11.5832 13.3333H8.4165C8.58317 13.9444 8.79845 14.5208 9.06234 15.0625C9.32623 15.6041 9.63873 16.125 9.99984 16.625ZM7.83317 16.2916C7.58317 15.8333 7.36442 15.3576 7.17692 14.8645C6.98942 14.3715 6.83317 13.8611 6.70817 13.3333H4.24984C4.65261 14.0277 5.15609 14.6319 5.76025 15.1458C6.36442 15.6597 7.05539 16.0416 7.83317 16.2916ZM12.1665 16.2916C12.9443 16.0416 13.6353 15.6597 14.2394 15.1458C14.8436 14.6319 15.3471 14.0277 15.7498 13.3333H13.2915C13.1665 13.8611 13.0103 14.3715 12.8228 14.8645C12.6353 15.3576 12.4165 15.8333 12.1665 16.2916ZM3.5415 11.6666H6.37484C6.33317 11.3888 6.30192 11.1145 6.28109 10.8437C6.26025 10.5729 6.24984 10.2916 6.24984 9.99996C6.24984 9.70829 6.26025 9.42704 6.28109 9.15621C6.30192 8.88538 6.33317 8.61107 6.37484 8.33329H3.5415C3.47206 8.61107 3.41998 8.88538 3.38525 9.15621C3.35053 9.42704 3.33317 9.70829 3.33317 9.99996C3.33317 10.2916 3.35053 10.5729 3.38525 10.8437C3.41998 11.1145 3.47206 11.3888 3.5415 11.6666ZM8.0415 11.6666H11.9582C11.9998 11.3888 12.0311 11.1145 12.0519 10.8437C12.0728 10.5729 12.0832 10.2916 12.0832 9.99996C12.0832 9.70829 12.0728 9.42704 12.0519 9.15621C12.0311 8.88538 11.9998 8.61107 11.9582 8.33329H8.0415C7.99984 8.61107 7.96859 8.88538 7.94775 9.15621C7.92692 9.42704 7.9165 9.70829 7.9165 9.99996C7.9165 10.2916 7.92692 10.5729 7.94775 10.8437C7.96859 11.1145 7.99984 11.3888 8.0415 11.6666ZM13.6248 11.6666H16.4582C16.5276 11.3888 16.5797 11.1145 16.6144 10.8437C16.6491 10.5729 16.6665 10.2916 16.6665 9.99996C16.6665 9.70829 16.6491 9.42704 16.6144 9.15621C16.5797 8.88538 16.5276 8.61107 16.4582 8.33329H13.6248C13.6665 8.61107 13.6978 8.88538 13.7186 9.15621C13.7394 9.42704 13.7498 9.70829 13.7498 9.99996C13.7498 10.2916 13.7394 10.5729 13.7186 10.8437C13.6978 11.1145 13.6665 11.3888 13.6248 11.6666ZM13.2915 6.66663H15.7498C15.3471 5.97218 14.8436 5.36801 14.2394 4.85413C13.6353 4.34024 12.9443 3.95829 12.1665 3.70829C12.4165 4.16663 12.6353 4.64232 12.8228 5.13538C13.0103 5.62843 13.1665 6.13885 13.2915 6.66663ZM8.4165 6.66663H11.5832C11.4165 6.05551 11.2012 5.47913 10.9373 4.93746C10.6734 4.39579 10.3609 3.87496 9.99984 3.37496C9.63873 3.87496 9.32623 4.39579 9.06234 4.93746C8.79845 5.47913 8.58317 6.05551 8.4165 6.66663ZM4.24984 6.66663H6.70817C6.83317 6.13885 6.98942 5.62843 7.17692 5.13538C7.36442 4.64232 7.58317 4.16663 7.83317 3.70829C7.05539 3.95829 6.36442 4.34024 5.76025 4.85413C5.15609 5.36801 4.65261 5.97218 4.24984 6.66663Z",fill:n})}),l4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.66683 17.5C1.43072 17.5 1.2328 17.4201 1.07308 17.2604C0.913357 17.1007 0.833496 16.9028 0.833496 16.6667C0.833496 16.4306 0.913357 16.2326 1.07308 16.0729C1.2328 15.9132 1.43072 15.8333 1.66683 15.8333H18.3335C18.5696 15.8333 18.7675 15.9132 18.9272 16.0729C19.087 16.2326 19.1668 16.4306 19.1668 16.6667C19.1668 16.9028 19.087 17.1007 18.9272 17.2604C18.7675 17.4201 18.5696 17.5 18.3335 17.5H1.66683ZM3.3335 15C2.87516 15 2.4828 14.8368 2.15641 14.5104C1.83002 14.184 1.66683 13.7917 1.66683 13.3333V4.16667C1.66683 3.70833 1.83002 3.31597 2.15641 2.98958C2.4828 2.66319 2.87516 2.5 3.3335 2.5H16.6668C17.1252 2.5 17.5175 2.66319 17.8439 2.98958C18.1703 3.31597 18.3335 3.70833 18.3335 4.16667V13.3333C18.3335 13.7917 18.1703 14.184 17.8439 14.5104C17.5175 14.8368 17.1252 15 16.6668 15H3.3335Z",fill:n})}),i4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.66683 17.5C1.43072 17.5 1.2328 17.4201 1.07308 17.2604C0.913357 17.1007 0.833496 16.9028 0.833496 16.6667C0.833496 16.4306 0.913357 16.2326 1.07308 16.0729C1.2328 15.9132 1.43072 15.8333 1.66683 15.8333H18.3335C18.5696 15.8333 18.7675 15.9132 18.9272 16.0729C19.087 16.2326 19.1668 16.4306 19.1668 16.6667C19.1668 16.9028 19.087 17.1007 18.9272 17.2604C18.7675 17.4201 18.5696 17.5 18.3335 17.5H1.66683ZM3.3335 15C2.87516 15 2.4828 14.8368 2.15641 14.5104C1.83002 14.184 1.66683 13.7917 1.66683 13.3333V4.16667C1.66683 3.70833 1.83002 3.31597 2.15641 2.98958C2.4828 2.66319 2.87516 2.5 3.3335 2.5H16.6668C17.1252 2.5 17.5175 2.66319 17.8439 2.98958C18.1703 3.31597 18.3335 3.70833 18.3335 4.16667V13.3333C18.3335 13.7917 18.1703 14.184 17.8439 14.5104C17.5175 14.8368 17.1252 15 16.6668 15H3.3335ZM3.3335 13.3333H16.6668V4.16667H3.3335V13.3333Z",fill:n})}),c4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.50004 10L5.25004 6.75C5.09726 6.59722 5.02087 6.40278 5.02087 6.16667C5.02087 5.93056 5.09726 5.73611 5.25004 5.58333C5.40282 5.43056 5.59726 5.35417 5.83337 5.35417C6.06949 5.35417 6.26393 5.43056 6.41671 5.58333L10.25 9.41667C10.3334 9.5 10.3924 9.59028 10.4271 9.6875C10.4618 9.78472 10.4792 9.88889 10.4792 10C10.4792 10.1111 10.4618 10.2153 10.4271 10.3125C10.3924 10.4097 10.3334 10.5 10.25 10.5833L6.41671 14.4167C6.26393 14.5694 6.06949 14.6458 5.83337 14.6458C5.59726 14.6458 5.40282 14.5694 5.25004 14.4167C5.09726 14.2639 5.02087 14.0694 5.02087 13.8333C5.02087 13.5972 5.09726 13.4028 5.25004 13.25L8.50004 10ZM14.1667 5C14.4028 5 14.6007 5.07986 14.7605 5.23958C14.9202 5.39931 15 5.59722 15 5.83333V14.1667C15 14.4028 14.9202 14.6007 14.7605 14.7604C14.6007 14.9201 14.4028 15 14.1667 15C13.9306 15 13.7327 14.9201 13.573 14.7604C13.4132 14.6007 13.3334 14.4028 13.3334 14.1667V5.83333C13.3334 5.59722 13.4132 5.39931 13.573 5.23958C13.7327 5.07986 13.9306 5 14.1667 5Z",fill:n})}),a4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.75 12.3333V7.66667C13.75 7.47222 13.6667 7.34028 13.5 7.27083C13.3333 7.20139 13.1806 7.23611 13.0417 7.375L11 9.41667C10.8333 9.58333 10.75 9.77778 10.75 10C10.75 10.2222 10.8333 10.4167 11 10.5833L13.0417 12.625C13.1806 12.7639 13.3333 12.7986 13.5 12.7292C13.6667 12.6597 13.75 12.5278 13.75 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),d4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.75 12.3333V7.66667C13.75 7.47222 13.6667 7.34028 13.5 7.27083C13.3333 7.20139 13.1806 7.23611 13.0417 7.375L11 9.41667C10.8333 9.58333 10.75 9.77778 10.75 10C10.75 10.2222 10.8333 10.4167 11 10.5833L13.0417 12.625C13.1806 12.7639 13.3333 12.7986 13.5 12.7292C13.6667 12.6597 13.75 12.5278 13.75 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 15.8333V4.16667H4.16667V15.8333H6.66667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),w4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 7.66667V12.3333C10.4167 12.5278 10.5 12.6597 10.6667 12.7292C10.8333 12.7986 10.9861 12.7639 11.125 12.625L13.1667 10.5833C13.3333 10.4167 13.4167 10.2222 13.4167 10C13.4167 9.77778 13.3333 9.58333 13.1667 9.41667L11.125 7.375C10.9861 7.23611 10.8333 7.20139 10.6667 7.27083C10.5 7.34028 10.4167 7.47222 10.4167 7.66667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),u4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 7.66667V12.3333C10.4167 12.5278 10.5 12.6597 10.6667 12.7292C10.8333 12.7986 10.9861 12.7639 11.125 12.625L13.1667 10.5833C13.3333 10.4167 13.4167 10.2222 13.4167 10C13.4167 9.77778 13.3333 9.58333 13.1667 9.41667L11.125 7.375C10.9861 7.23611 10.8333 7.20139 10.6667 7.27083C10.5 7.34028 10.4167 7.47222 10.4167 7.66667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 15.8333V4.16667H4.16667V15.8333H6.66667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),g4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99977 18.3334C9.54143 18.3334 9.14907 18.1702 8.82268 17.8438C8.49629 17.5174 8.3331 17.125 8.3331 16.6667H11.6664C11.6664 17.125 11.5032 17.5174 11.1768 17.8438C10.8505 18.1702 10.4581 18.3334 9.99977 18.3334ZM14.5414 12.1667L5.7081 3.37502C6.27754 2.84724 6.92685 2.43058 7.65602 2.12502C8.38518 1.81946 9.16643 1.66669 9.99977 1.66669C11.7359 1.66669 13.2116 2.27433 14.4268 3.4896C15.6421 4.70488 16.2498 6.18058 16.2498 7.91669C16.2498 8.9028 16.0762 9.74655 15.7289 10.4479C15.3817 11.1493 14.9859 11.7222 14.5414 12.1667ZM10.9581 13.3334H6.87477C5.91643 12.7639 5.15602 12 4.59352 11.0417C4.03102 10.0834 3.74977 9.04169 3.74977 7.91669C3.74977 7.63891 3.76713 7.36808 3.80185 7.10419C3.83657 6.8403 3.88865 6.58335 3.9581 6.33335L1.74977 4.08335C1.59699 3.93058 1.51713 3.7396 1.51018 3.51044C1.50324 3.28127 1.5831 3.08335 1.74977 2.91669C1.90254 2.76391 2.09699 2.68752 2.3331 2.68752C2.56921 2.68752 2.76365 2.76391 2.91643 2.91669L17.0831 17.0834C17.2498 17.25 17.3331 17.4445 17.3331 17.6667C17.3331 17.8889 17.2498 18.0834 17.0831 18.25C16.9164 18.4167 16.7185 18.5 16.4893 18.5C16.2602 18.5 16.0623 18.4167 15.8956 18.25L10.9581 13.3334ZM7.49977 15.8334C7.26365 15.8334 7.06574 15.7535 6.90602 15.5938C6.74629 15.434 6.66643 15.2361 6.66643 15C6.66643 14.7639 6.74629 14.566 6.90602 14.4063C7.06574 14.2465 7.26365 14.1667 7.49977 14.1667H12.6248C12.8609 14.1667 13.0588 14.2465 13.2185 14.4063C13.3782 14.566 13.4581 14.7639 13.4581 15C13.4581 15.2361 13.3782 15.434 13.2185 15.5938C13.0588 15.7535 12.8609 15.8334 12.6248 15.8334H7.49977Z",fill:n})}),v4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99977 18.3334C9.54143 18.3334 9.14907 18.1702 8.82268 17.8438C8.49629 17.5174 8.3331 17.125 8.3331 16.6667H11.6664C11.6664 17.125 11.5032 17.5174 11.1768 17.8438C10.8505 18.1702 10.4581 18.3334 9.99977 18.3334ZM9.99977 3.33335C9.38865 3.33335 8.82268 3.44099 8.30185 3.65627C7.78102 3.87155 7.31921 4.16669 6.91643 4.54169L5.7081 3.37502C6.27754 2.84724 6.92685 2.43058 7.65602 2.12502C8.38518 1.81946 9.16643 1.66669 9.99977 1.66669C11.7359 1.66669 13.2116 2.27433 14.4268 3.4896C15.6421 4.70488 16.2498 6.18058 16.2498 7.91669C16.2498 8.9028 16.0762 9.74655 15.7289 10.4479C15.3817 11.1493 14.9859 11.7222 14.5414 12.1667L13.3748 11C13.6664 10.6806 13.9407 10.2709 14.1977 9.77085C14.4546 9.27085 14.5831 8.6528 14.5831 7.91669C14.5831 6.63891 14.1387 5.55558 13.2498 4.66669C12.3609 3.7778 11.2775 3.33335 9.99977 3.33335ZM10.9581 13.3334H6.87477C5.91643 12.7639 5.15602 12 4.59352 11.0417C4.03102 10.0834 3.74977 9.04169 3.74977 7.91669C3.74977 7.63891 3.76713 7.36808 3.80185 7.10419C3.83657 6.8403 3.88865 6.58335 3.9581 6.33335L1.74977 4.08335C1.59699 3.93058 1.51713 3.7396 1.51018 3.51044C1.50324 3.28127 1.5831 3.08335 1.74977 2.91669C1.90254 2.76391 2.09699 2.68752 2.3331 2.68752C2.56921 2.68752 2.76365 2.76391 2.91643 2.91669L17.0831 17.0834C17.2498 17.25 17.3331 17.4445 17.3331 17.6667C17.3331 17.8889 17.2498 18.0834 17.0831 18.25C16.9164 18.4167 16.7185 18.5 16.4893 18.5C16.2602 18.5 16.0623 18.4167 15.8956 18.25L10.9581 13.3334ZM7.37477 11.6667H9.29143L5.41643 7.79169V7.91669C5.41643 8.66669 5.58657 9.36808 5.92685 10.0209C6.26713 10.6736 6.74977 11.2222 7.37477 11.6667ZM7.49977 15.8334C7.26365 15.8334 7.06574 15.7535 6.90602 15.5938C6.74629 15.434 6.66643 15.2361 6.66643 15C6.66643 14.7639 6.74629 14.566 6.90602 14.4063C7.06574 14.2465 7.26365 14.1667 7.49977 14.1667H12.6248C12.8609 14.1667 13.0588 14.2465 13.2185 14.4063C13.3782 14.566 13.4581 14.7639 13.4581 15C13.4581 15.2361 13.3782 15.434 13.2185 15.5938C13.0588 15.7535 12.8609 15.8334 12.6248 15.8334H7.49977Z",fill:n})}),x4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3334C9.63905 18.3334 9.31266 18.2465 9.021 18.0729C8.72933 17.8993 8.50016 17.6667 8.3335 17.375C7.87516 17.375 7.4828 17.2118 7.15641 16.8854C6.83002 16.559 6.66683 16.1667 6.66683 15.7084V12.75C5.84739 12.2084 5.19114 11.4931 4.69808 10.6042C4.20502 9.7153 3.9585 8.75002 3.9585 7.70835C3.9585 6.0278 4.5453 4.60071 5.71891 3.4271C6.89252 2.25349 8.31961 1.66669 10.0002 1.66669C11.6807 1.66669 13.1078 2.25349 14.2814 3.4271C15.455 4.60071 16.0418 6.0278 16.0418 7.70835C16.0418 8.7778 15.7953 9.75002 15.3022 10.625C14.8092 11.5 14.1529 12.2084 13.3335 12.75V15.7084C13.3335 16.1667 13.1703 16.559 12.8439 16.8854C12.5175 17.2118 12.1252 17.375 11.6668 17.375C11.5002 17.6667 11.271 17.8993 10.9793 18.0729C10.6877 18.2465 10.3613 18.3334 10.0002 18.3334ZM8.3335 15.7084H11.6668V14.9584H8.3335V15.7084ZM8.3335 14.125H11.6668V13.3334H8.3335V14.125ZM10.6252 11.6667V9.41669L12.021 8.02085C12.146 7.89585 12.2085 7.75002 12.2085 7.58335C12.2085 7.41669 12.146 7.27085 12.021 7.14585C11.896 7.02085 11.7502 6.95835 11.5835 6.95835C11.4168 6.95835 11.271 7.02085 11.146 7.14585L10.0002 8.29169L8.85433 7.14585C8.72933 7.02085 8.5835 6.95835 8.41683 6.95835C8.25016 6.95835 8.10433 7.02085 7.97933 7.14585C7.85433 7.27085 7.79183 7.41669 7.79183 7.58335C7.79183 7.75002 7.85433 7.89585 7.97933 8.02085L9.37516 9.41669V11.6667H10.6252Z",fill:n})}),h4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3334C9.63905 18.3334 9.31266 18.2465 9.021 18.0729C8.72933 17.8993 8.50016 17.6667 8.3335 17.375C7.87516 17.375 7.4828 17.2118 7.15641 16.8854C6.83002 16.559 6.66683 16.1667 6.66683 15.7084V12.75C5.84739 12.2084 5.19114 11.4931 4.69808 10.6042C4.20502 9.7153 3.9585 8.75002 3.9585 7.70835C3.9585 6.0278 4.5453 4.60071 5.71891 3.4271C6.89252 2.25349 8.31961 1.66669 10.0002 1.66669C11.6807 1.66669 13.1078 2.25349 14.2814 3.4271C15.455 4.60071 16.0418 6.0278 16.0418 7.70835C16.0418 8.7778 15.7953 9.75002 15.3022 10.625C14.8092 11.5 14.1529 12.2084 13.3335 12.75V15.7084C13.3335 16.1667 13.1703 16.559 12.8439 16.8854C12.5175 17.2118 12.1252 17.375 11.6668 17.375C11.5002 17.6667 11.271 17.8993 10.9793 18.0729C10.6877 18.2465 10.3613 18.3334 10.0002 18.3334ZM8.3335 15.7084H11.6668V14.9584H8.3335V15.7084ZM8.3335 14.125H11.6668V13.3334H8.3335V14.125ZM8.16683 11.6667H9.37516V9.41669L7.97933 8.02085C7.85433 7.89585 7.79183 7.75002 7.79183 7.58335C7.79183 7.41669 7.85433 7.27085 7.97933 7.14585C8.10433 7.02085 8.25016 6.95835 8.41683 6.95835C8.5835 6.95835 8.72933 7.02085 8.85433 7.14585L10.0002 8.29169L11.146 7.14585C11.271 7.02085 11.4168 6.95835 11.5835 6.95835C11.7502 6.95835 11.896 7.02085 12.021 7.14585C12.146 7.27085 12.2085 7.41669 12.2085 7.58335C12.2085 7.75002 12.146 7.89585 12.021 8.02085L10.6252 9.41669V11.6667H11.8335C12.5835 11.3056 13.1946 10.7743 13.6668 10.0729C14.1391 9.37155 14.3752 8.58335 14.3752 7.70835C14.3752 6.48613 13.9516 5.45141 13.1043 4.60419C12.2571 3.75696 11.2224 3.33335 10.0002 3.33335C8.77794 3.33335 7.74322 3.75696 6.896 4.60419C6.04877 5.45141 5.62516 6.48613 5.62516 7.70835C5.62516 8.58335 5.86127 9.37155 6.3335 10.0729C6.80572 10.7743 7.41683 11.3056 8.16683 11.6667Z",fill:n})}),p4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 15.8334C10.3471 15.8334 10.6422 15.7118 10.8853 15.4688C11.1283 15.2257 11.2498 14.9306 11.2498 14.5834H8.74984C8.74984 14.9306 8.87136 15.2257 9.11442 15.4688C9.35748 15.7118 9.65261 15.8334 9.99984 15.8334ZM8.12484 13.75H11.8748C12.0554 13.75 12.2047 13.691 12.3228 13.5729C12.4408 13.4549 12.4998 13.3056 12.4998 13.125C12.4998 12.9445 12.4408 12.7952 12.3228 12.6771C12.2047 12.559 12.0554 12.5 11.8748 12.5H8.12484C7.94428 12.5 7.79498 12.559 7.67692 12.6771C7.55886 12.7952 7.49984 12.9445 7.49984 13.125C7.49984 13.3056 7.55886 13.4549 7.67692 13.5729C7.79498 13.691 7.94428 13.75 8.12484 13.75ZM7.52067 11.6667H12.479C12.9929 11.2917 13.4026 10.816 13.7082 10.2396C14.0137 9.66321 14.1665 9.0278 14.1665 8.33335C14.1665 7.18058 13.7603 6.19794 12.9478 5.38544C12.1353 4.57294 11.1526 4.16669 9.99984 4.16669C8.84706 4.16669 7.86442 4.57294 7.05192 5.38544C6.23942 6.19794 5.83317 7.18058 5.83317 8.33335C5.83317 9.0278 5.98595 9.66321 6.2915 10.2396C6.59706 10.816 7.00678 11.2917 7.52067 11.6667ZM7.979 10.4167C7.70123 10.1389 7.48248 9.82294 7.32275 9.46877C7.16303 9.1146 7.08317 8.73613 7.08317 8.33335C7.08317 7.5278 7.36789 6.8403 7.93734 6.27085C8.50678 5.70141 9.19428 5.41669 9.99984 5.41669C10.8054 5.41669 11.4929 5.70141 12.0623 6.27085C12.6318 6.8403 12.9165 7.5278 12.9165 8.33335C12.9165 8.73613 12.8366 9.1146 12.6769 9.46877C12.5172 9.82294 12.2984 10.1389 12.0207 10.4167H7.979ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334Z",fill:n})}),H4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 15.8334C10.3471 15.8334 10.6422 15.7118 10.8853 15.4688C11.1283 15.2257 11.2498 14.9306 11.2498 14.5834H8.74984C8.74984 14.9306 8.87136 15.2257 9.11442 15.4688C9.35748 15.7118 9.65261 15.8334 9.99984 15.8334ZM8.12484 13.75H11.8748C12.0554 13.75 12.2047 13.691 12.3228 13.5729C12.4408 13.4549 12.4998 13.3056 12.4998 13.125C12.4998 12.9445 12.4408 12.7952 12.3228 12.6771C12.2047 12.559 12.0554 12.5 11.8748 12.5H8.12484C7.94428 12.5 7.79498 12.559 7.67692 12.6771C7.55886 12.7952 7.49984 12.9445 7.49984 13.125C7.49984 13.3056 7.55886 13.4549 7.67692 13.5729C7.79498 13.691 7.94428 13.75 8.12484 13.75ZM7.52067 11.6667H12.479C12.9929 11.2917 13.4026 10.816 13.7082 10.2396C14.0137 9.66321 14.1665 9.0278 14.1665 8.33335C14.1665 7.18058 13.7603 6.19794 12.9478 5.38544C12.1353 4.57294 11.1526 4.16669 9.99984 4.16669C8.84706 4.16669 7.86442 4.57294 7.05192 5.38544C6.23942 6.19794 5.83317 7.18058 5.83317 8.33335C5.83317 9.0278 5.98595 9.66321 6.2915 10.2396C6.59706 10.816 7.00678 11.2917 7.52067 11.6667ZM7.979 10.4167C7.70123 10.1389 7.48248 9.82294 7.32275 9.46877C7.16303 9.1146 7.08317 8.73613 7.08317 8.33335C7.08317 7.5278 7.36789 6.8403 7.93734 6.27085C8.50678 5.70141 9.19428 5.41669 9.99984 5.41669C10.8054 5.41669 11.4929 5.70141 12.0623 6.27085C12.6318 6.8403 12.9165 7.5278 12.9165 8.33335C12.9165 8.73613 12.8366 9.1146 12.6769 9.46877C12.5172 9.82294 12.2984 10.1389 12.0207 10.4167H7.979ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667Z",fill:n})}),V4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54167 18.3334 9.14931 18.1702 8.82292 17.8438C8.49653 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM7.5 15.8334C7.26389 15.8334 7.06597 15.7535 6.90625 15.5938C6.74653 15.434 6.66667 15.2361 6.66667 15C6.66667 14.7639 6.74653 14.566 6.90625 14.4063C7.06597 14.2465 7.26389 14.1667 7.5 14.1667H12.5C12.7361 14.1667 12.934 14.2465 13.0938 14.4063C13.2535 14.566 13.3333 14.7639 13.3333 15C13.3333 15.2361 13.2535 15.434 13.0938 15.5938C12.934 15.7535 12.7361 15.8334 12.5 15.8334H7.5ZM6.875 13.3334C5.91667 12.7639 5.15625 12 4.59375 11.0417C4.03125 10.0834 3.75 9.04169 3.75 7.91669C3.75 6.18058 4.35764 4.70488 5.57292 3.4896C6.78819 2.27433 8.26389 1.66669 10 1.66669C11.7361 1.66669 13.2118 2.27433 14.4271 3.4896C15.6424 4.70488 16.25 6.18058 16.25 7.91669C16.25 9.04169 15.9688 10.0834 15.4062 11.0417C14.8438 12 14.0833 12.7639 13.125 13.3334H6.875Z",fill:n})}),L4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54167 18.3334 9.14931 18.1702 8.82292 17.8438C8.49653 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM7.5 15.8334C7.26389 15.8334 7.06597 15.7535 6.90625 15.5938C6.74653 15.434 6.66667 15.2361 6.66667 15C6.66667 14.7639 6.74653 14.566 6.90625 14.4063C7.06597 14.2465 7.26389 14.1667 7.5 14.1667H12.5C12.7361 14.1667 12.934 14.2465 13.0938 14.4063C13.2535 14.566 13.3333 14.7639 13.3333 15C13.3333 15.2361 13.2535 15.434 13.0938 15.5938C12.934 15.7535 12.7361 15.8334 12.5 15.8334H7.5ZM6.875 13.3334C5.91667 12.7639 5.15625 12 4.59375 11.0417C4.03125 10.0834 3.75 9.04169 3.75 7.91669C3.75 6.18058 4.35764 4.70488 5.57292 3.4896C6.78819 2.27433 8.26389 1.66669 10 1.66669C11.7361 1.66669 13.2118 2.27433 14.4271 3.4896C15.6424 4.70488 16.25 6.18058 16.25 7.91669C16.25 9.04169 15.9688 10.0834 15.4062 11.0417C14.8438 12 14.0833 12.7639 13.125 13.3334H6.875ZM7.375 11.6667H12.625C13.25 11.2222 13.7326 10.6736 14.0729 10.0209C14.4132 9.36808 14.5833 8.66669 14.5833 7.91669C14.5833 6.63891 14.1389 5.55558 13.25 4.66669C12.3611 3.7778 11.2778 3.33335 10 3.33335C8.72222 3.33335 7.63889 3.7778 6.75 4.66669C5.86111 5.55558 5.41667 6.63891 5.41667 7.91669C5.41667 8.66669 5.58681 9.36808 5.92708 10.0209C6.26736 10.6736 6.75 11.2222 7.375 11.6667Z",fill:n})}),M4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 14.1667C4.68051 14.1667 3.69788 13.7605 2.88538 12.948C2.07288 12.1355 1.66663 11.1528 1.66663 10C1.66663 8.84726 2.07288 7.86462 2.88538 7.05212C3.69788 6.23962 4.68051 5.83337 5.83329 5.83337H8.33329C8.5694 5.83337 8.76732 5.91324 8.92704 6.07296C9.08676 6.23268 9.16663 6.4306 9.16663 6.66671C9.16663 6.90282 9.08676 7.10074 8.92704 7.26046C8.76732 7.42018 8.5694 7.50004 8.33329 7.50004H5.83329C5.13885 7.50004 4.54857 7.7431 4.06246 8.22921C3.57635 8.71532 3.33329 9.3056 3.33329 10C3.33329 10.6945 3.57635 11.2848 4.06246 11.7709C4.54857 12.257 5.13885 12.5 5.83329 12.5H8.33329C8.5694 12.5 8.76732 12.5799 8.92704 12.7396C9.08676 12.8993 9.16663 13.0973 9.16663 13.3334C9.16663 13.5695 9.08676 13.7674 8.92704 13.9271C8.76732 14.0868 8.5694 14.1667 8.33329 14.1667H5.83329ZM7.49996 10.8334C7.26385 10.8334 7.06593 10.7535 6.90621 10.5938C6.74649 10.4341 6.66663 10.2362 6.66663 10C6.66663 9.76393 6.74649 9.56601 6.90621 9.40629C7.06593 9.24657 7.26385 9.16671 7.49996 9.16671H12.5C12.7361 9.16671 12.934 9.24657 13.0937 9.40629C13.2534 9.56601 13.3333 9.76393 13.3333 10C13.3333 10.2362 13.2534 10.4341 13.0937 10.5938C12.934 10.7535 12.7361 10.8334 12.5 10.8334H7.49996ZM11.6666 14.1667C11.4305 14.1667 11.2326 14.0868 11.0729 13.9271C10.9132 13.7674 10.8333 13.5695 10.8333 13.3334C10.8333 13.0973 10.9132 12.8993 11.0729 12.7396C11.2326 12.5799 11.4305 12.5 11.6666 12.5H14.1666C14.8611 12.5 15.4513 12.257 15.9375 11.7709C16.4236 11.2848 16.6666 10.6945 16.6666 10C16.6666 9.3056 16.4236 8.71532 15.9375 8.22921C15.4513 7.7431 14.8611 7.50004 14.1666 7.50004H11.6666C11.4305 7.50004 11.2326 7.42018 11.0729 7.26046C10.9132 7.10074 10.8333 6.90282 10.8333 6.66671C10.8333 6.4306 10.9132 6.23268 11.0729 6.07296C11.2326 5.91324 11.4305 5.83337 11.6666 5.83337H14.1666C15.3194 5.83337 16.302 6.23962 17.1145 7.05212C17.927 7.86462 18.3333 8.84726 18.3333 10C18.3333 11.1528 17.927 12.1355 17.1145 12.948C16.302 13.7605 15.3194 14.1667 14.1666 14.1667H11.6666Z",fill:n})}),f4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.0209 10.6458L11.5417 9.16667H12.5C12.7362 9.16667 12.9341 9.24653 13.0938 9.40625C13.2535 9.56597 13.3334 9.76389 13.3334 10C13.3334 10.1389 13.3056 10.2639 13.25 10.375C13.1945 10.4861 13.1181 10.5764 13.0209 10.6458ZM17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L1.75004 4.08333C1.59726 3.93056 1.52087 3.73611 1.52087 3.5C1.52087 3.26389 1.59726 3.06944 1.75004 2.91667C1.90282 2.76389 2.09726 2.6875 2.33337 2.6875C2.56949 2.6875 2.76393 2.76389 2.91671 2.91667L17.0834 17.0833C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25ZM5.83337 14.1667C4.6806 14.1667 3.69796 13.7604 2.88546 12.9479C2.07296 12.1354 1.66671 11.1528 1.66671 10C1.66671 9.04167 1.95837 8.1875 2.54171 7.4375C3.12504 6.6875 3.87504 6.19444 4.79171 5.95833L6.33337 7.5H5.83337C5.13893 7.5 4.54865 7.74306 4.06254 8.22917C3.57643 8.71528 3.33337 9.30556 3.33337 10C3.33337 10.6944 3.57643 11.2847 4.06254 11.7708C4.54865 12.2569 5.13893 12.5 5.83337 12.5H8.33337C8.56949 12.5 8.7674 12.5799 8.92712 12.7396C9.08685 12.8993 9.16671 13.0972 9.16671 13.3333C9.16671 13.5694 9.08685 13.7674 8.92712 13.9271C8.7674 14.0868 8.56949 14.1667 8.33337 14.1667H5.83337ZM7.50004 10.8333C7.26393 10.8333 7.06601 10.7535 6.90629 10.5938C6.74657 10.434 6.66671 10.2361 6.66671 10C6.66671 9.76389 6.74657 9.56597 6.90629 9.40625C7.06601 9.24653 7.26393 9.16667 7.50004 9.16667H8.02087L9.66671 10.8333H7.50004ZM15.4167 13.1667C15.2917 12.9722 15.2466 12.7639 15.2813 12.5417C15.316 12.3194 15.4306 12.1458 15.625 12.0208C15.9445 11.7847 16.198 11.4931 16.3855 11.1458C16.573 10.7986 16.6667 10.4167 16.6667 10C16.6667 9.30556 16.4237 8.71528 15.9375 8.22917C15.4514 7.74306 14.8612 7.5 14.1667 7.5H11.6667C11.4306 7.5 11.2327 7.42014 11.073 7.26042C10.9132 7.10069 10.8334 6.90278 10.8334 6.66667C10.8334 6.43056 10.9132 6.23264 11.073 6.07292C11.2327 5.91319 11.4306 5.83333 11.6667 5.83333H14.1667C15.3195 5.83333 16.3021 6.23958 17.1146 7.05208C17.9271 7.86458 18.3334 8.84722 18.3334 10C18.3334 10.6806 18.1771 11.316 17.8646 11.9062C17.5521 12.4965 17.1181 12.9861 16.5625 13.375C16.3681 13.5 16.1598 13.5451 15.9375 13.5104C15.7153 13.4757 15.5417 13.3611 15.4167 13.1667Z",fill:n})}),Z4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33333 15.8333C8.09722 15.8333 7.89931 15.7535 7.73958 15.5937C7.57986 15.434 7.5 15.2361 7.5 15C7.5 14.7639 7.57986 14.566 7.73958 14.4062C7.89931 14.2465 8.09722 14.1666 8.33333 14.1666H16.6667C16.9028 14.1666 17.1007 14.2465 17.2604 14.4062C17.4201 14.566 17.5 14.7639 17.5 15C17.5 15.2361 17.4201 15.434 17.2604 15.5937C17.1007 15.7535 16.9028 15.8333 16.6667 15.8333H8.33333ZM8.33333 10.8333C8.09722 10.8333 7.89931 10.7535 7.73958 10.5937C7.57986 10.434 7.5 10.2361 7.5 9.99998C7.5 9.76387 7.57986 9.56595 7.73958 9.40623C7.89931 9.24651 8.09722 9.16665 8.33333 9.16665H16.6667C16.9028 9.16665 17.1007 9.24651 17.2604 9.40623C17.4201 9.56595 17.5 9.76387 17.5 9.99998C17.5 10.2361 17.4201 10.434 17.2604 10.5937C17.1007 10.7535 16.9028 10.8333 16.6667 10.8333H8.33333ZM8.33333 5.83331C8.09722 5.83331 7.89931 5.75345 7.73958 5.59373C7.57986 5.43401 7.5 5.23609 7.5 4.99998C7.5 4.76387 7.57986 4.56595 7.73958 4.40623C7.89931 4.24651 8.09722 4.16665 8.33333 4.16665H16.6667C16.9028 4.16665 17.1007 4.24651 17.2604 4.40623C17.4201 4.56595 17.5 4.76387 17.5 4.99998C17.5 5.23609 17.4201 5.43401 17.2604 5.59373C17.1007 5.75345 16.9028 5.83331 16.6667 5.83331H8.33333ZM4.16667 16.6666C3.70833 16.6666 3.31597 16.5035 2.98958 16.1771C2.66319 15.8507 2.5 15.4583 2.5 15C2.5 14.5416 2.66319 14.1493 2.98958 13.8229C3.31597 13.4965 3.70833 13.3333 4.16667 13.3333C4.625 13.3333 5.01736 13.4965 5.34375 13.8229C5.67014 14.1493 5.83333 14.5416 5.83333 15C5.83333 15.4583 5.67014 15.8507 5.34375 16.1771C5.01736 16.5035 4.625 16.6666 4.16667 16.6666ZM4.16667 11.6666C3.70833 11.6666 3.31597 11.5035 2.98958 11.1771C2.66319 10.8507 2.5 10.4583 2.5 9.99998C2.5 9.54165 2.66319 9.14929 2.98958 8.8229C3.31597 8.49651 3.70833 8.33331 4.16667 8.33331C4.625 8.33331 5.01736 8.49651 5.34375 8.8229C5.67014 9.14929 5.83333 9.54165 5.83333 9.99998C5.83333 10.4583 5.67014 10.8507 5.34375 11.1771C5.01736 11.5035 4.625 11.6666 4.16667 11.6666ZM4.16667 6.66665C3.70833 6.66665 3.31597 6.50345 2.98958 6.17706C2.66319 5.85067 2.5 5.45831 2.5 4.99998C2.5 4.54165 2.66319 4.14929 2.98958 3.8229C3.31597 3.49651 3.70833 3.33331 4.16667 3.33331C4.625 3.33331 5.01736 3.49651 5.34375 3.8229C5.67014 4.14929 5.83333 4.54165 5.83333 4.99998C5.83333 5.45831 5.67014 5.85067 5.34375 6.17706C5.01736 6.50345 4.625 6.66665 4.16667 6.66665Z",fill:n})}),j4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333C7.5 13.0972 7.42014 12.8993 7.26042 12.7396C7.10069 12.5799 6.90278 12.5 6.66667 12.5C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333C6.90278 10.8333 7.10069 10.7535 7.26042 10.5938C7.42014 10.434 7.5 10.2361 7.5 10C7.5 9.76389 7.42014 9.56597 7.26042 9.40625C7.10069 9.24653 6.90278 9.16667 6.66667 9.16667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5C6.90278 7.5 7.10069 7.42014 7.26042 7.26042C7.42014 7.10069 7.5 6.90278 7.5 6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5ZM10 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H10C9.76389 12.5 9.56597 12.5799 9.40625 12.7396C9.24653 12.8993 9.16667 13.0972 9.16667 13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667ZM10 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H10C9.76389 9.16667 9.56597 9.24653 9.40625 9.40625C9.24653 9.56597 9.16667 9.76389 9.16667 10C9.16667 10.2361 9.24653 10.434 9.40625 10.5938C9.56597 10.7535 9.76389 10.8333 10 10.8333ZM10 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H10C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667C9.16667 6.90278 9.24653 7.10069 9.40625 7.26042C9.56597 7.42014 9.76389 7.5 10 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),m4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333C7.5 13.0972 7.42014 12.8993 7.26042 12.7396C7.10069 12.5799 6.90278 12.5 6.66667 12.5C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333C6.90278 10.8333 7.10069 10.7535 7.26042 10.5938C7.42014 10.434 7.5 10.2361 7.5 10C7.5 9.76389 7.42014 9.56597 7.26042 9.40625C7.10069 9.24653 6.90278 9.16667 6.66667 9.16667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5C6.90278 7.5 7.10069 7.42014 7.26042 7.26042C7.42014 7.10069 7.5 6.90278 7.5 6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5ZM10 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H10C9.76389 12.5 9.56597 12.5799 9.40625 12.7396C9.24653 12.8993 9.16667 13.0972 9.16667 13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667ZM10 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H10C9.76389 9.16667 9.56597 9.24653 9.40625 9.40625C9.24653 9.56597 9.16667 9.76389 9.16667 10C9.16667 10.2361 9.24653 10.434 9.40625 10.5938C9.56597 10.7535 9.76389 10.8333 10 10.8333ZM10 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H10C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667C9.16667 6.90278 9.24653 7.10069 9.40625 7.26042C9.56597 7.42014 9.76389 7.5 10 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),B4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:[e.jsx("g",{clipPath:"url(#clip0_93_545)",children:e.jsx("path",{d:"M19.125 10.0417C19.125 10.2778 19.0451 10.4757 18.8854 10.6354C18.7257 10.7952 18.5278 10.875 18.2917 10.875H17.4583C17.4167 11.2361 17.3542 11.5799 17.2708 11.9063C17.1875 12.2327 17.0764 12.5556 16.9375 12.875C16.8542 13.0834 16.7014 13.2222 16.4792 13.2917C16.2569 13.3611 16.0486 13.3403 15.8542 13.2292C15.6597 13.1181 15.5278 12.9549 15.4583 12.7396C15.3889 12.5243 15.3958 12.3056 15.4792 12.0834C15.5903 11.7639 15.6771 11.434 15.7396 11.0938C15.8021 10.7535 15.8333 10.4028 15.8333 10.0417C15.8333 8.43058 15.2639 7.05558 14.125 5.91669C12.9861 4.7778 11.6111 4.20835 10 4.20835C9.63889 4.20835 9.28819 4.2396 8.94792 4.3021C8.60764 4.3646 8.27778 4.45141 7.95833 4.56252C7.73611 4.64585 7.51736 4.6528 7.30208 4.58335C7.08681 4.51391 6.92361 4.38196 6.8125 4.18752C6.70139 3.99308 6.68056 3.78474 6.75 3.56252C6.81944 3.3403 6.95833 3.18752 7.16667 3.10419C7.48611 2.9653 7.80903 2.85419 8.13542 2.77085C8.46181 2.68752 8.80556 2.62502 9.16667 2.58335V1.75002C9.16667 1.51391 9.24653 1.31599 9.40625 1.15627C9.56597 0.996548 9.76389 0.916687 10 0.916687C10.2361 0.916687 10.434 0.996548 10.5938 1.15627C10.7535 1.31599 10.8333 1.51391 10.8333 1.75002V2.58335C12.5694 2.7778 14.059 3.49655 15.3021 4.7396C16.5451 5.98266 17.2639 7.47224 17.4583 9.20835H18.2917C18.5278 9.20835 18.7257 9.28821 18.8854 9.44794C19.0451 9.60766 19.125 9.80558 19.125 10.0417ZM9.16667 18.3334V17.5C7.43056 17.3056 5.94097 16.5868 4.69792 15.3438C3.45486 14.1007 2.73611 12.6111 2.54167 10.875H1.70833C1.47222 10.875 1.27431 10.7952 1.11458 10.6354C0.954861 10.4757 0.875 10.2778 0.875 10.0417C0.875 9.80558 0.954861 9.60766 1.11458 9.44794C1.27431 9.28821 1.47222 9.20835 1.70833 9.20835H2.54167C2.61111 8.62502 2.74306 8.07294 2.9375 7.5521C3.13194 7.03127 3.375 6.5278 3.66667 6.04169L1.75 4.12502C1.59722 3.97224 1.52083 3.7778 1.52083 3.54169C1.52083 3.30558 1.59722 3.11113 1.75 2.95835C1.90278 2.80558 2.09722 2.72919 2.33333 2.72919C2.56944 2.72919 2.76389 2.80558 2.91667 2.95835L17.0625 17.1042C17.2292 17.2709 17.3125 17.4688 17.3125 17.6979C17.3125 17.9271 17.2292 18.125 17.0625 18.2917C16.8958 18.4445 16.6979 18.5243 16.4688 18.5313C16.2396 18.5382 16.0417 18.4584 15.875 18.2917L14 16.375C13.5139 16.6667 13.0104 16.9097 12.4896 17.1042C11.9688 17.2986 11.4167 17.4306 10.8333 17.5V18.3334C10.8333 18.5695 10.7535 18.7674 10.5938 18.9271C10.434 19.0868 10.2361 19.1667 10 19.1667C9.76389 19.1667 9.56597 19.0868 9.40625 18.9271C9.24653 18.7674 9.16667 18.5695 9.16667 18.3334ZM10 15.875C10.5 15.875 10.9861 15.816 11.4583 15.6979C11.9306 15.5799 12.375 15.4028 12.7917 15.1667L4.875 7.25002C4.63889 7.66669 4.46181 8.11113 4.34375 8.58335C4.22569 9.05558 4.16667 9.54169 4.16667 10.0417C4.16667 11.6528 4.73611 13.0278 5.875 14.1667C7.01389 15.3056 8.38889 15.875 10 15.875Z",fill:n})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_93_545",children:e.jsx("rect",{width:20,height:20,fill:n})})})]}),S4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 18.2917V17.4583C7.43056 17.2639 5.94097 16.5451 4.69792 15.3021C3.45486 14.059 2.73611 12.5694 2.54167 10.8333H1.70833C1.47222 10.8333 1.27431 10.7535 1.11458 10.5938C0.954861 10.434 0.875 10.2361 0.875 10C0.875 9.76389 0.954861 9.56597 1.11458 9.40625C1.27431 9.24653 1.47222 9.16667 1.70833 9.16667H2.54167C2.73611 7.43056 3.45486 5.94097 4.69792 4.69792C5.94097 3.45486 7.43056 2.73611 9.16667 2.54167V1.70833C9.16667 1.47222 9.24653 1.27431 9.40625 1.11458C9.56597 0.954861 9.76389 0.875 10 0.875C10.2361 0.875 10.434 0.954861 10.5938 1.11458C10.7535 1.27431 10.8333 1.47222 10.8333 1.70833V2.54167C12.5694 2.73611 14.059 3.45486 15.3021 4.69792C16.5451 5.94097 17.2639 7.43056 17.4583 9.16667H18.2917C18.5278 9.16667 18.7257 9.24653 18.8854 9.40625C19.0451 9.56597 19.125 9.76389 19.125 10C19.125 10.2361 19.0451 10.434 18.8854 10.5938C18.7257 10.7535 18.5278 10.8333 18.2917 10.8333H17.4583C17.2639 12.5694 16.5451 14.059 15.3021 15.3021C14.059 16.5451 12.5694 17.2639 10.8333 17.4583V18.2917C10.8333 18.5278 10.7535 18.7257 10.5938 18.8854C10.434 19.0451 10.2361 19.125 10 19.125C9.76389 19.125 9.56597 19.0451 9.40625 18.8854C9.24653 18.7257 9.16667 18.5278 9.16667 18.2917ZM10 15.8333C11.6111 15.8333 12.9861 15.2639 14.125 14.125C15.2639 12.9861 15.8333 11.6111 15.8333 10C15.8333 8.38889 15.2639 7.01389 14.125 5.875C12.9861 4.73611 11.6111 4.16667 10 4.16667C8.38889 4.16667 7.01389 4.73611 5.875 5.875C4.73611 7.01389 4.16667 8.38889 4.16667 10C4.16667 11.6111 4.73611 12.9861 5.875 14.125C7.01389 15.2639 8.38889 15.8333 10 15.8333ZM10 13.3333C9.08333 13.3333 8.29861 13.0069 7.64583 12.3542C6.99306 11.7014 6.66667 10.9167 6.66667 10C6.66667 9.08333 6.99306 8.29861 7.64583 7.64583C8.29861 6.99306 9.08333 6.66667 10 6.66667C10.9167 6.66667 11.7014 6.99306 12.3542 7.64583C13.0069 8.29861 13.3333 9.08333 13.3333 10C13.3333 10.9167 13.0069 11.7014 12.3542 12.3542C11.7014 13.0069 10.9167 13.3333 10 13.3333Z",fill:n})}),b4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 18.2917V17.4583C7.43056 17.2639 5.94097 16.5451 4.69792 15.3021C3.45486 14.059 2.73611 12.5694 2.54167 10.8333H1.70833C1.47222 10.8333 1.27431 10.7535 1.11458 10.5938C0.954861 10.434 0.875 10.2361 0.875 10C0.875 9.76389 0.954861 9.56597 1.11458 9.40625C1.27431 9.24653 1.47222 9.16667 1.70833 9.16667H2.54167C2.73611 7.43056 3.45486 5.94097 4.69792 4.69792C5.94097 3.45486 7.43056 2.73611 9.16667 2.54167V1.70833C9.16667 1.47222 9.24653 1.27431 9.40625 1.11458C9.56597 0.954861 9.76389 0.875 10 0.875C10.2361 0.875 10.434 0.954861 10.5938 1.11458C10.7535 1.27431 10.8333 1.47222 10.8333 1.70833V2.54167C12.5694 2.73611 14.059 3.45486 15.3021 4.69792C16.5451 5.94097 17.2639 7.43056 17.4583 9.16667H18.2917C18.5278 9.16667 18.7257 9.24653 18.8854 9.40625C19.0451 9.56597 19.125 9.76389 19.125 10C19.125 10.2361 19.0451 10.434 18.8854 10.5938C18.7257 10.7535 18.5278 10.8333 18.2917 10.8333H17.4583C17.2639 12.5694 16.5451 14.059 15.3021 15.3021C14.059 16.5451 12.5694 17.2639 10.8333 17.4583V18.2917C10.8333 18.5278 10.7535 18.7257 10.5938 18.8854C10.434 19.0451 10.2361 19.125 10 19.125C9.76389 19.125 9.56597 19.0451 9.40625 18.8854C9.24653 18.7257 9.16667 18.5278 9.16667 18.2917ZM10 15.8333C11.6111 15.8333 12.9861 15.2639 14.125 14.125C15.2639 12.9861 15.8333 11.6111 15.8333 10C15.8333 8.38889 15.2639 7.01389 14.125 5.875C12.9861 4.73611 11.6111 4.16667 10 4.16667C8.38889 4.16667 7.01389 4.73611 5.875 5.875C4.73611 7.01389 4.16667 8.38889 4.16667 10C4.16667 11.6111 4.73611 12.9861 5.875 14.125C7.01389 15.2639 8.38889 15.8333 10 15.8333ZM10 13.3333C9.08333 13.3333 8.29861 13.0069 7.64583 12.3542C6.99306 11.7014 6.66667 10.9167 6.66667 10C6.66667 9.08333 6.99306 8.29861 7.64583 7.64583C8.29861 6.99306 9.08333 6.66667 10 6.66667C10.9167 6.66667 11.7014 6.99306 12.3542 7.64583C13.0069 8.29861 13.3333 9.08333 13.3333 10C13.3333 10.9167 13.0069 11.7014 12.3542 12.3542C11.7014 13.0069 10.9167 13.3333 10 13.3333ZM10 11.6667C10.4583 11.6667 10.8507 11.5035 11.1771 11.1771C11.5035 10.8507 11.6667 10.4583 11.6667 10C11.6667 9.54167 11.5035 9.14931 11.1771 8.82292C10.8507 8.49653 10.4583 8.33333 10 8.33333C9.54167 8.33333 9.14931 8.49653 8.82292 8.82292C8.49653 9.14931 8.33333 9.54167 8.33333 10C8.33333 10.4583 8.49653 10.8507 8.82292 11.1771C9.14931 11.5035 9.54167 11.6667 10 11.6667Z",fill:n})}),_4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22239 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94114 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 8.05558 3.36822 7.63196 3.43766 7.22919C3.50711 6.82641 3.60433 6.44446 3.72933 6.08335L1.146 3.50002C0.979329 3.33335 0.895996 3.13544 0.895996 2.90627C0.895996 2.6771 0.979329 2.47919 1.146 2.31252C1.31266 2.14585 1.51058 2.06252 1.73975 2.06252C1.96891 2.06252 2.16683 2.14585 2.3335 2.31252L17.6668 17.6459C17.8335 17.8125 17.9168 18.0104 17.9168 18.2396C17.9168 18.4688 17.8335 18.6667 17.6668 18.8334C17.5002 19 17.3022 19.0834 17.0731 19.0834C16.8439 19.0834 16.646 19 16.4793 18.8334L13.0627 15.4167C12.7154 15.7778 12.3682 16.1354 12.021 16.4896C11.6738 16.8438 11.3682 17.132 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709ZM10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75696 16.6668 6.41669 16.6668 8.50002C16.6668 8.98613 16.5974 9.4896 16.4585 10.0104C16.3196 10.5313 16.1113 11.0695 15.8335 11.625C15.6807 11.9306 15.4342 12.1007 15.0939 12.1354C14.7536 12.1702 14.4654 12.0695 14.2293 11.8334L11.4793 9.08335C11.5488 8.97224 11.5974 8.85419 11.6252 8.72919C11.6529 8.60419 11.6668 8.47224 11.6668 8.33335C11.6668 8.09724 11.6252 7.87849 11.5418 7.6771C11.4585 7.47571 11.3404 7.29863 11.1877 7.14585C11.0349 6.99308 10.8578 6.87502 10.6564 6.79169C10.455 6.70835 10.2363 6.66669 10.0002 6.66669C9.86127 6.66669 9.72933 6.68058 9.60433 6.70835C9.47933 6.73613 9.36127 6.78474 9.25016 6.85419L6.56266 4.16669C6.31266 3.91669 6.20502 3.62155 6.23975 3.28127C6.27447 2.94099 6.43766 2.68058 6.72933 2.50002C7.21544 2.22224 7.73627 2.01391 8.29183 1.87502C8.84739 1.73613 9.41683 1.66669 10.0002 1.66669Z",fill:n})}),y4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.396 8.00002L11.0835 8.68752C11.1946 8.79863 11.3196 8.81599 11.4585 8.7396C11.5974 8.66322 11.6668 8.5278 11.6668 8.33335C11.6668 8.09724 11.6252 7.87849 11.5418 7.6771C11.4585 7.47572 11.3404 7.29863 11.1877 7.14585C11.0349 6.97919 10.8543 6.85766 10.646 6.78127C10.4377 6.70488 10.2224 6.66669 10.0002 6.66669C9.81961 6.66669 9.69808 6.74655 9.63558 6.90627C9.57308 7.06599 9.59739 7.20141 9.7085 7.31252L10.396 8.00002ZM10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75696 16.6668 6.41669 16.6668 8.50002C16.6668 9.00002 16.5939 9.51391 16.4481 10.0417C16.3022 10.5695 16.0835 11.1181 15.7918 11.6875C15.6807 11.8959 15.5141 12.0278 15.2918 12.0834C15.0696 12.1389 14.8613 12.1111 14.6668 12C14.4724 11.8889 14.3439 11.7188 14.2814 11.4896C14.2189 11.2604 14.2432 11.0417 14.3543 10.8334C14.5627 10.4028 14.7224 9.99655 14.8335 9.6146C14.9446 9.23266 15.0002 8.86113 15.0002 8.50002C15.0002 6.98613 14.5175 5.74655 13.5522 4.78127C12.587 3.81599 11.4029 3.33335 10.0002 3.33335C9.55572 3.33335 9.12169 3.38544 8.69808 3.4896C8.27447 3.59377 7.88211 3.75002 7.521 3.95835C7.31266 4.06946 7.09391 4.1146 6.86475 4.09377C6.63558 4.07294 6.44461 3.97224 6.29183 3.79169C6.13905 3.61113 6.08002 3.40627 6.11475 3.1771C6.14947 2.94794 6.26405 2.7778 6.4585 2.66669C6.98627 2.34724 7.55225 2.10071 8.15641 1.9271C8.76058 1.75349 9.37516 1.66669 10.0002 1.66669ZM11.896 14.25L5.0835 7.43752C5.05572 7.60419 5.03488 7.7778 5.021 7.95835C5.00711 8.13891 5.00016 8.31947 5.00016 8.50002C5.00016 9.48613 5.40988 10.6146 6.22933 11.8854C7.04877 13.1563 8.30572 14.5695 10.0002 16.125C10.3613 15.8056 10.6981 15.4896 11.0106 15.1771C11.3231 14.8646 11.6182 14.5556 11.896 14.25ZM10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22239 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94114 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 8.05558 3.36822 7.63197 3.43766 7.22919C3.50711 6.82641 3.60433 6.44447 3.72933 6.08335L1.146 3.50002C0.979329 3.33335 0.895996 3.13544 0.895996 2.90627C0.895996 2.6771 0.979329 2.47919 1.146 2.31252C1.31266 2.14585 1.51058 2.06252 1.73975 2.06252C1.96891 2.06252 2.16683 2.14585 2.3335 2.31252L17.6668 17.6459C17.8335 17.8125 17.9134 18.007 17.9064 18.2292C17.8995 18.4514 17.8127 18.6459 17.646 18.8125C17.4793 18.9792 17.2814 19.0625 17.0522 19.0625C16.8231 19.0625 16.6252 18.9792 16.4585 18.8125L13.0627 15.4167C12.8266 15.6667 12.5627 15.9375 12.271 16.2292C11.9793 16.5209 11.5904 16.8959 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709Z",fill:n})}),O4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22238 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94113 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 6.41669 4.00363 4.75697 5.34391 3.52085C6.68419 2.28474 8.23627 1.66669 10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75697 16.6668 6.41669 16.6668 8.50002C16.6668 9.12502 16.5453 9.78127 16.3022 10.4688C16.0592 11.1563 15.705 11.8715 15.2397 12.6146C14.7745 13.3577 14.1946 14.125 13.5002 14.9167C12.8057 15.7084 12.0071 16.5209 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709ZM10.0002 10C10.4585 10 10.8509 9.83683 11.1772 9.51044C11.5036 9.18405 11.6668 8.79169 11.6668 8.33335C11.6668 7.87502 11.5036 7.48266 11.1772 7.15627C10.8509 6.82988 10.4585 6.66669 10.0002 6.66669C9.54183 6.66669 9.14947 6.82988 8.82308 7.15627C8.49669 7.48266 8.3335 7.87502 8.3335 8.33335C8.3335 8.79169 8.49669 9.18405 8.82308 9.51044C9.14947 9.83683 9.54183 10 10.0002 10Z",fill:n})}),N4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 16.125C11.6946 14.5695 12.9516 13.1563 13.771 11.8854C14.5904 10.6146 15.0002 9.48613 15.0002 8.50002C15.0002 6.98613 14.5175 5.74655 13.5522 4.78127C12.587 3.81599 11.4029 3.33335 10.0002 3.33335C8.59738 3.33335 7.41336 3.81599 6.44808 4.78127C5.4828 5.74655 5.00016 6.98613 5.00016 8.50002C5.00016 9.48613 5.40989 10.6146 6.22933 11.8854C7.04877 13.1563 8.30572 14.5695 10.0002 16.125ZM10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22238 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94113 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 6.41669 4.00363 4.75697 5.34391 3.52085C6.68419 2.28474 8.23627 1.66669 10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75697 16.6668 6.41669 16.6668 8.50002C16.6668 9.12502 16.5453 9.78127 16.3022 10.4688C16.0592 11.1563 15.705 11.8715 15.2397 12.6146C14.7745 13.3577 14.1946 14.125 13.5002 14.9167C12.8057 15.7084 12.0071 16.5209 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709ZM10.0002 10C10.4585 10 10.8509 9.83683 11.1772 9.51044C11.5036 9.18405 11.6668 8.79169 11.6668 8.33335C11.6668 7.87502 11.5036 7.48266 11.1772 7.15627C10.8509 6.82988 10.4585 6.66669 10.0002 6.66669C9.54183 6.66669 9.14947 6.82988 8.82308 7.15627C8.49669 7.48266 8.3335 7.87502 8.3335 8.33335C8.3335 8.79169 8.49669 9.18405 8.82308 9.51044C9.14947 9.83683 9.54183 10 10.0002 10Z",fill:n})}),F4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H5.83331V4.99998C5.83331 3.8472 6.23956 2.86456 7.05206 2.05206C7.86456 1.23956 8.8472 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666ZM7.49998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.30553 2.49998 8.71526 2.74304 8.22915 3.22915C7.74303 3.71526 7.49998 4.30554 7.49998 4.99998V6.66665Z",fill:n})}),k4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.41665 2.49998 8.90623 2.67706 8.46873 3.03123C8.03123 3.3854 7.73609 3.82637 7.58331 4.35415C7.52776 4.54859 7.41317 4.70484 7.23956 4.8229C7.06595 4.94095 6.87498 4.99998 6.66665 4.99998C6.43054 4.99998 6.23262 4.92359 6.0729 4.77081C5.91317 4.61804 5.85415 4.43748 5.89581 4.22915C6.04859 3.2847 6.5104 2.48262 7.28123 1.8229C8.05206 1.16317 8.95831 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666Z",fill:n})}),I4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.41665 2.49998 8.90623 2.67706 8.46873 3.03123C8.03123 3.3854 7.73609 3.82637 7.58331 4.35415C7.52776 4.54859 7.41317 4.70484 7.23956 4.8229C7.06595 4.94095 6.87498 4.99998 6.66665 4.99998C6.43054 4.99998 6.23262 4.92359 6.0729 4.77081C5.91317 4.61804 5.85415 4.43748 5.89581 4.22915C6.09026 3.27081 6.56942 2.46526 7.33331 1.81248C8.0972 1.1597 8.98609 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM4.99998 16.6666H15V8.33331H4.99998V16.6666ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666Z",fill:n})}),A4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H10.8333V4.99998C10.8333 3.8472 11.2396 2.86456 12.0521 2.05206C12.8646 1.23956 13.8472 0.833313 15 0.833313C16.0416 0.833313 16.9479 1.17012 17.7187 1.84373C18.4896 2.51734 18.9514 3.3472 19.1041 4.33331C19.1319 4.51387 19.0694 4.67012 18.9166 4.80206C18.7639 4.93401 18.5694 4.99998 18.3333 4.99998C18.0972 4.99998 17.9028 4.95137 17.75 4.85415C17.5972 4.75692 17.4861 4.5972 17.4166 4.37498C17.2639 3.8472 16.9687 3.40276 16.5312 3.04165C16.0937 2.68054 15.5833 2.49998 15 2.49998C14.3055 2.49998 13.7153 2.74304 13.2291 3.22915C12.743 3.71526 12.5 4.30554 12.5 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998Z",fill:n})}),R4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 16.6666H15V8.33331H4.99998V16.6666ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14929 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14929 14.0035 9.54165 14.1666 9.99998 14.1666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H10.8333V4.99998C10.8333 3.8472 11.2396 2.86456 12.0521 2.05206C12.8646 1.23956 13.8472 0.833313 15 0.833313C15.9861 0.833313 16.8472 1.13192 17.5833 1.72915C18.3194 2.32637 18.8055 3.07637 19.0416 3.97915C19.1111 4.21526 19.066 4.44442 18.9062 4.66665C18.7465 4.88887 18.5555 4.99998 18.3333 4.99998C18.0972 4.99998 17.9028 4.95137 17.75 4.85415C17.5972 4.75692 17.4861 4.5972 17.4166 4.37498C17.2639 3.8472 16.9687 3.40276 16.5312 3.04165C16.0937 2.68054 15.5833 2.49998 15 2.49998C14.3055 2.49998 13.7153 2.74304 13.2291 3.22915C12.743 3.71526 12.5 4.30554 12.5 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998Z",fill:n})}),D4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H5.83331V4.99998C5.83331 3.8472 6.23956 2.86456 7.05206 2.05206C7.86456 1.23956 8.8472 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM4.99998 16.6666H15V8.33331H4.99998V16.6666ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666ZM7.49998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.30553 2.49998 8.71526 2.74304 8.22915 3.22915C7.74303 3.71526 7.49998 4.30554 7.49998 4.99998V6.66665Z",fill:n})}),T4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8333 17.5C10.5972 17.5 10.3993 17.4201 10.2396 17.2604C10.0799 17.1007 10 16.9028 10 16.6667C10 16.4306 10.0799 16.2326 10.2396 16.0729C10.3993 15.9132 10.5972 15.8333 10.8333 15.8333H15.8333V4.16667H10.8333C10.5972 4.16667 10.3993 4.08681 10.2396 3.92708C10.0799 3.76736 10 3.56944 10 3.33333C10 3.09722 10.0799 2.89931 10.2396 2.73958C10.3993 2.57986 10.5972 2.5 10.8333 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H10.8333ZM9.3125 10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H9.3125L7.75 7.60417C7.59722 7.45139 7.52083 7.26389 7.52083 7.04167C7.52083 6.81944 7.59722 6.625 7.75 6.45833C7.90278 6.29167 8.09722 6.20486 8.33333 6.19792C8.56944 6.19097 8.77083 6.27083 8.9375 6.4375L11.9167 9.41667C12.0833 9.58333 12.1667 9.77778 12.1667 10C12.1667 10.2222 12.0833 10.4167 11.9167 10.5833L8.9375 13.5625C8.77083 13.7292 8.57292 13.809 8.34375 13.8021C8.11458 13.7951 7.91667 13.7083 7.75 13.5417C7.59722 13.375 7.52431 13.1771 7.53125 12.9479C7.53819 12.7188 7.61806 12.5278 7.77083 12.375L9.3125 10.8333Z",fill:n})}),E4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H9.16667C9.40278 2.5 9.60069 2.57986 9.76042 2.73958C9.92014 2.89931 10 3.09722 10 3.33333C10 3.56944 9.92014 3.76736 9.76042 3.92708C9.60069 4.08681 9.40278 4.16667 9.16667 4.16667H4.16667V15.8333H9.16667C9.40278 15.8333 9.60069 15.9132 9.76042 16.0729C9.92014 16.2326 10 16.4306 10 16.6667C10 16.9028 9.92014 17.1007 9.76042 17.2604C9.60069 17.4201 9.40278 17.5 9.16667 17.5H4.16667ZM14.3125 10.8333H8.33333C8.09722 10.8333 7.89931 10.7535 7.73958 10.5938C7.57986 10.434 7.5 10.2361 7.5 10C7.5 9.76389 7.57986 9.56597 7.73958 9.40625C7.89931 9.24653 8.09722 9.16667 8.33333 9.16667H14.3125L12.75 7.60417C12.5972 7.45139 12.5208 7.26389 12.5208 7.04167C12.5208 6.81944 12.5972 6.625 12.75 6.45833C12.9028 6.29167 13.0972 6.20486 13.3333 6.19792C13.5694 6.19097 13.7708 6.27083 13.9375 6.4375L16.9167 9.41667C17.0833 9.58333 17.1667 9.77778 17.1667 10C17.1667 10.2222 17.0833 10.4167 16.9167 10.5833L13.9375 13.5625C13.7708 13.7292 13.5729 13.809 13.3438 13.8021C13.1146 13.7951 12.9167 13.7083 12.75 13.5417C12.5972 13.375 12.5243 13.1771 12.5312 12.9479C12.5382 12.7188 12.6181 12.5278 12.7708 12.375L14.3125 10.8333Z",fill:n})}),P4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM10.0001 10.6875C10.0695 10.6875 10.1424 10.6771 10.2188 10.6562C10.2952 10.6354 10.3681 10.6041 10.4376 10.5625L16.3334 6.87498C16.4445 6.80554 16.5279 6.71873 16.5834 6.61456C16.639 6.5104 16.6667 6.39581 16.6667 6.27081C16.6667 5.99304 16.5487 5.7847 16.3126 5.64581C16.0765 5.50692 15.8334 5.51387 15.5834 5.66665L10.0001 9.16665L4.41675 5.66665C4.16675 5.51387 3.92369 5.5104 3.68758 5.65623C3.45147 5.80206 3.33341 6.00692 3.33341 6.27081C3.33341 6.4097 3.36119 6.53123 3.41675 6.6354C3.4723 6.73956 3.55564 6.81942 3.66675 6.87498L9.56258 10.5625C9.63203 10.6041 9.70494 10.6354 9.78133 10.6562C9.85772 10.6771 9.93064 10.6875 10.0001 10.6875Z",fill:n})}),z4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM16.6667 6.66665L10.4376 10.5625C10.3681 10.6041 10.2952 10.6354 10.2188 10.6562C10.1424 10.6771 10.0695 10.6875 10.0001 10.6875C9.93064 10.6875 9.85772 10.6771 9.78133 10.6562C9.70494 10.6354 9.63203 10.6041 9.56258 10.5625L3.33341 6.66665V15H16.6667V6.66665ZM10.0001 9.16665L16.6667 4.99998H3.33341L10.0001 9.16665ZM3.33341 6.87498V5.64581V5.66665V5.65623V6.87498Z",fill:n})}),$4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8334 6.66669C15.139 6.66669 14.5487 6.42363 14.0626 5.93752C13.5765 5.45141 13.3334 4.86113 13.3334 4.16669C13.3334 3.47224 13.5765 2.88196 14.0626 2.39585C14.5487 1.90974 15.139 1.66669 15.8334 1.66669C16.5279 1.66669 17.1181 1.90974 17.6042 2.39585C18.0904 2.88196 18.3334 3.47224 18.3334 4.16669C18.3334 4.86113 18.0904 5.45141 17.6042 5.93752C17.1181 6.42363 16.5279 6.66669 15.8334 6.66669ZM3.33341 16.6667C2.87508 16.6667 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4584 1.66675 15V5.00002C1.66675 4.54169 1.82994 4.14933 2.15633 3.82294C2.48272 3.49655 2.87508 3.33335 3.33341 3.33335H10.9167C11.139 3.33335 11.323 3.41669 11.4688 3.58335C11.6147 3.75002 11.6806 3.94446 11.6667 4.16669C11.6667 4.31946 11.6737 4.46183 11.6876 4.59377C11.7015 4.72571 11.7223 4.86113 11.7501 5.00002C11.8473 5.44446 12.007 5.85766 12.2292 6.2396C12.4515 6.62155 12.7223 6.95835 13.0417 7.25002L10.0001 9.16669L4.41675 5.66669C4.18064 5.51391 3.94105 5.50696 3.698 5.64585C3.45494 5.78474 3.33341 5.99308 3.33341 6.27085C3.33341 6.39585 3.36119 6.51044 3.41675 6.6146C3.4723 6.71877 3.55564 6.80558 3.66675 6.87502L9.56258 10.5625C9.70147 10.6459 9.8473 10.6875 10.0001 10.6875C10.1529 10.6875 10.2987 10.6459 10.4376 10.5625L14.3959 8.08335C14.632 8.16669 14.8681 8.22919 15.1042 8.27085C15.3404 8.31252 15.5834 8.33335 15.8334 8.33335C16.0834 8.33335 16.3334 8.31252 16.5834 8.27085C16.8334 8.22919 17.0765 8.15974 17.3126 8.06252C17.5487 7.9653 17.7779 7.97919 18.0001 8.10419C18.2223 8.22919 18.3334 8.40974 18.3334 8.64585V15C18.3334 15.4584 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6667 16.6667 16.6667H3.33341Z",fill:n})}),K4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6667C2.87508 16.6667 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4584 1.66675 15V5.00002C1.66675 4.54169 1.82994 4.14933 2.15633 3.82294C2.48272 3.49655 2.87508 3.33335 3.33341 3.33335H10.8334C11.0695 3.33335 11.2674 3.41321 11.4272 3.57294C11.5869 3.73266 11.6667 3.93058 11.6667 4.16669C11.6667 4.4028 11.5869 4.60071 11.4272 4.76044C11.2674 4.92016 11.0695 5.00002 10.8334 5.00002H3.33341V15H16.6667V9.16669C16.6667 8.93058 16.7466 8.73266 16.9063 8.57294C17.0661 8.41322 17.264 8.33335 17.5001 8.33335C17.7362 8.33335 17.9341 8.41322 18.0938 8.57294C18.2536 8.73266 18.3334 8.93058 18.3334 9.16669V15C18.3334 15.4584 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6667 16.6667 16.6667H3.33341ZM10.0001 9.16669L12.6876 7.50002C12.882 7.37502 13.0661 7.34377 13.2397 7.40627C13.4133 7.46877 13.5487 7.57641 13.6459 7.72919C13.7431 7.88197 13.7779 8.04863 13.7501 8.22919C13.7223 8.40974 13.6112 8.56252 13.4167 8.68752L10.4376 10.5625C10.2987 10.6459 10.1529 10.6875 10.0001 10.6875C9.8473 10.6875 9.70147 10.6459 9.56258 10.5625L3.33341 6.66669V5.00002L10.0001 9.16669ZM15.8334 6.66669C15.139 6.66669 14.5487 6.42363 14.0626 5.93752C13.5765 5.45141 13.3334 4.86113 13.3334 4.16669C13.3334 3.47224 13.5765 2.88196 14.0626 2.39585C14.5487 1.90974 15.139 1.66669 15.8334 1.66669C16.5279 1.66669 17.1181 1.90974 17.6042 2.39585C18.0904 2.88196 18.3334 3.47224 18.3334 4.16669C18.3334 4.86113 18.0904 5.45141 17.6042 5.93752C17.1181 6.42363 16.5279 6.66669 15.8334 6.66669Z",fill:n})}),U4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.9583 17.3125L7.5 15.75L3.625 17.25C3.48611 17.3056 3.35069 17.3229 3.21875 17.3021C3.08681 17.2813 2.96528 17.2361 2.85417 17.1667C2.74306 17.0972 2.65625 17.0035 2.59375 16.8854C2.53125 16.7674 2.5 16.632 2.5 16.4792V4.79169C2.5 4.61113 2.55208 4.45141 2.65625 4.31252C2.76042 4.17363 2.90278 4.06946 3.08333 4.00002L6.95833 2.68752C7.04167 2.65974 7.12847 2.63891 7.21875 2.62502C7.30903 2.61113 7.40278 2.60419 7.5 2.60419C7.59722 2.60419 7.69097 2.61113 7.78125 2.62502C7.87153 2.63891 7.95833 2.65974 8.04167 2.68752L12.5 4.25002L16.375 2.75002C16.5139 2.69446 16.6493 2.6771 16.7812 2.69794C16.9132 2.71877 17.0347 2.76391 17.1458 2.83335C17.2569 2.9028 17.3438 2.99655 17.4062 3.1146C17.4688 3.23266 17.5 3.36808 17.5 3.52085V15.2084C17.5 15.3889 17.4479 15.5486 17.3438 15.6875C17.2396 15.8264 17.0972 15.9306 16.9167 16L13.0417 17.3125C12.9583 17.3403 12.8715 17.3611 12.7812 17.375C12.691 17.3889 12.5972 17.3959 12.5 17.3959C12.4028 17.3959 12.309 17.3889 12.2188 17.375C12.1285 17.3611 12.0417 17.3403 11.9583 17.3125ZM11.6667 15.4584V5.70835L8.33333 4.54169V14.2917L11.6667 15.4584Z",fill:n})}),G4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.9583 17.3125L7.5 15.75L3.625 17.25C3.48611 17.3056 3.35069 17.3229 3.21875 17.3021C3.08681 17.2813 2.96528 17.2361 2.85417 17.1667C2.74306 17.0972 2.65625 17.0035 2.59375 16.8854C2.53125 16.7674 2.5 16.632 2.5 16.4792V4.79169C2.5 4.61113 2.55208 4.45141 2.65625 4.31252C2.76042 4.17363 2.90278 4.06946 3.08333 4.00002L6.95833 2.68752C7.04167 2.65974 7.12847 2.63891 7.21875 2.62502C7.30903 2.61113 7.40278 2.60419 7.5 2.60419C7.59722 2.60419 7.69097 2.61113 7.78125 2.62502C7.87153 2.63891 7.95833 2.65974 8.04167 2.68752L12.5 4.25002L16.375 2.75002C16.5139 2.69446 16.6493 2.6771 16.7812 2.69794C16.9132 2.71877 17.0347 2.76391 17.1458 2.83335C17.2569 2.9028 17.3438 2.99655 17.4062 3.1146C17.4688 3.23266 17.5 3.36808 17.5 3.52085V15.2084C17.5 15.3889 17.4479 15.5486 17.3438 15.6875C17.2396 15.8264 17.0972 15.9306 16.9167 16L13.0417 17.3125C12.9583 17.3403 12.8715 17.3611 12.7812 17.375C12.691 17.3889 12.5972 17.3959 12.5 17.3959C12.4028 17.3959 12.309 17.3889 12.2188 17.375C12.1285 17.3611 12.0417 17.3403 11.9583 17.3125ZM11.6667 15.4584V5.70835L8.33333 4.54169V14.2917L11.6667 15.4584ZM13.3333 15.4584L15.8333 14.625V4.75002L13.3333 5.70835V15.4584ZM4.16667 15.25L6.66667 14.2917V4.54169L4.16667 5.37502V15.25Z",fill:n})}),W4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 15C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H16.6667C16.9028 13.3333 17.1007 13.4132 17.2604 13.5729C17.4201 13.7326 17.5 13.9306 17.5 14.1667C17.5 14.4028 17.4201 14.6007 17.2604 14.7604C17.1007 14.9201 16.9028 15 16.6667 15H3.33333ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10C17.5 10.2361 17.4201 10.434 17.2604 10.5938C17.1007 10.7535 16.9028 10.8333 16.6667 10.8333H3.33333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H3.33333Z",fill:n})}),q4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 15C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H12.5C12.7361 13.3333 12.934 13.4132 13.0938 13.5729C13.2535 13.7326 13.3333 13.9306 13.3333 14.1667C13.3333 14.4028 13.2535 14.6007 13.0938 14.7604C12.934 14.9201 12.7361 15 12.5 15H3.33333ZM15.75 13.5833L12.75 10.5833C12.5833 10.4167 12.5 10.2222 12.5 10C12.5 9.77778 12.5833 9.58333 12.75 9.41667L15.75 6.41667C15.9028 6.26389 16.0972 6.1875 16.3333 6.1875C16.5694 6.1875 16.7639 6.26389 16.9167 6.41667C17.0694 6.56944 17.1458 6.76389 17.1458 7C17.1458 7.23611 17.0694 7.43056 16.9167 7.58333L14.5 10L16.9167 12.4167C17.0694 12.5694 17.1458 12.7639 17.1458 13C17.1458 13.2361 17.0694 13.4306 16.9167 13.5833C16.7639 13.7361 16.5694 13.8125 16.3333 13.8125C16.0972 13.8125 15.9028 13.7361 15.75 13.5833ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H10C10.2361 9.16667 10.434 9.24653 10.5938 9.40625C10.7535 9.56597 10.8333 9.76389 10.8333 10C10.8333 10.2361 10.7535 10.434 10.5938 10.5938C10.434 10.7535 10.2361 10.8333 10 10.8333H3.33333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H12.5C12.7361 5 12.934 5.07986 13.0938 5.23958C13.2535 5.39931 13.3333 5.59722 13.3333 5.83333C13.3333 6.06944 13.2535 6.26736 13.0938 6.42708C12.934 6.58681 12.7361 6.66667 12.5 6.66667H3.33333Z",fill:n})}),Y4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667C9.30558 11.6667 8.7153 11.4236 8.22919 10.9375C7.74308 10.4514 7.50002 9.86113 7.50002 9.16669V4.16669C7.50002 3.47224 7.74308 2.88196 8.22919 2.39585C8.7153 1.90974 9.30558 1.66669 10 1.66669C10.6945 1.66669 11.2847 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V9.16669C12.5 9.86113 12.257 10.4514 11.7709 10.9375C11.2847 11.4236 10.6945 11.6667 10 11.6667ZM9.16669 16.6667V14.9375C7.88891 14.757 6.79516 14.2153 5.88544 13.3125C4.97572 12.4097 4.42363 11.3125 4.22919 10.0209C4.20141 9.78474 4.26391 9.58335 4.41669 9.41669C4.56947 9.25002 4.76391 9.16669 5.00002 9.16669C5.23613 9.16669 5.43405 9.24655 5.59377 9.40627C5.75349 9.56599 5.86113 9.76391 5.91669 10C6.11113 10.9722 6.59377 11.7709 7.36461 12.3959C8.13544 13.0209 9.01391 13.3334 10 13.3334C11 13.3334 11.882 13.0174 12.6459 12.3854C13.4097 11.7535 13.8889 10.9584 14.0834 10C14.1389 9.76391 14.2465 9.56599 14.4063 9.40627C14.566 9.24655 14.7639 9.16669 15 9.16669C15.2361 9.16669 15.4306 9.25002 15.5834 9.41669C15.7361 9.58335 15.7986 9.78474 15.7709 10.0209C15.5764 11.2847 15.0278 12.375 14.125 13.2917C13.2222 14.2084 12.125 14.757 10.8334 14.9375V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.434 17.4202 10.2361 17.5 10 17.5C9.76391 17.5 9.56599 17.4202 9.40627 17.2604C9.24655 17.1007 9.16669 16.9028 9.16669 16.6667Z",fill:n})}),Q4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14 12.1459C13.8056 12.0347 13.6806 11.8646 13.625 11.6354C13.5695 11.4063 13.5973 11.1945 13.7084 11C13.8056 10.8472 13.8855 10.684 13.948 10.5104C14.0105 10.3368 14.0556 10.1597 14.0834 9.97919C14.1389 9.74308 14.2466 9.54863 14.4063 9.39585C14.566 9.24308 14.7639 9.16669 15 9.16669C15.2362 9.16669 15.4306 9.25002 15.5834 9.41669C15.7362 9.58335 15.7987 9.78474 15.7709 10.0209C15.7292 10.3403 15.6563 10.6528 15.5521 10.9584C15.448 11.2639 15.3125 11.5556 15.1459 11.8334C15.0348 12.0278 14.8646 12.1563 14.6355 12.2188C14.4063 12.2813 14.1945 12.257 14 12.1459ZM11.0834 8.70835L7.97921 5.60419C7.82643 5.45141 7.70837 5.27433 7.62504 5.07294C7.54171 4.87155 7.50004 4.65974 7.50004 4.43752V4.16669C7.50004 3.47224 7.7431 2.88196 8.22921 2.39585C8.71532 1.90974 9.3056 1.66669 10 1.66669C10.6945 1.66669 11.2848 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V8.10419C12.5 8.47919 12.3299 8.7396 11.9896 8.88544C11.6493 9.03127 11.3473 8.97224 11.0834 8.70835ZM9.16671 16.6667V14.9167C7.88893 14.75 6.79518 14.2153 5.88546 13.3125C4.97574 12.4097 4.42365 11.3125 4.22921 10.0209C4.20143 9.78474 4.26393 9.58335 4.41671 9.41669C4.56949 9.25002 4.76393 9.16669 5.00004 9.16669C5.23615 9.16669 5.43407 9.24655 5.59379 9.40627C5.75351 9.56599 5.86115 9.76391 5.91671 10C6.11115 10.9722 6.59379 11.7709 7.36462 12.3959C8.13546 13.0209 9.01393 13.3334 10 13.3334C10.4723 13.3334 10.9202 13.2604 11.3438 13.1146C11.7674 12.9688 12.1528 12.7639 12.5 12.5L13.6875 13.6875C13.2848 14.007 12.8438 14.2743 12.3646 14.4896C11.8855 14.7049 11.375 14.8472 10.8334 14.9167V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.4341 17.4202 10.2362 17.5 10 17.5C9.76393 17.5 9.56601 17.4202 9.40629 17.2604C9.24657 17.1007 9.16671 16.9028 9.16671 16.6667ZM15.9167 18.25L1.75004 4.08335C1.59726 3.93058 1.52087 3.73613 1.52087 3.50002C1.52087 3.26391 1.59726 3.06946 1.75004 2.91669C1.90282 2.76391 2.09726 2.68752 2.33337 2.68752C2.56949 2.68752 2.76393 2.76391 2.91671 2.91669L17.0834 17.0834C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25Z",fill:n})}),X4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14 12.1459C13.8056 12.0347 13.6806 11.8646 13.625 11.6354C13.5695 11.4063 13.5973 11.1945 13.7084 11C13.8056 10.8472 13.8855 10.684 13.948 10.5104C14.0105 10.3368 14.0556 10.1597 14.0834 9.97919C14.1389 9.74308 14.2466 9.54863 14.4063 9.39585C14.566 9.24308 14.7639 9.16669 15 9.16669C15.2362 9.16669 15.4306 9.25002 15.5834 9.41669C15.7362 9.58335 15.7987 9.78474 15.7709 10.0209C15.7292 10.3403 15.6563 10.6528 15.5521 10.9584C15.448 11.2639 15.3125 11.5556 15.1459 11.8334C15.0348 12.0278 14.8646 12.1563 14.6355 12.2188C14.4063 12.2813 14.1945 12.257 14 12.1459ZM10 1.66669C10.6945 1.66669 11.2848 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V8.12502C12.5 8.4028 12.4132 8.61113 12.2396 8.75002C12.066 8.88891 11.875 8.95835 11.6667 8.95835C11.4584 8.95835 11.2674 8.88544 11.0938 8.7396C10.9202 8.59377 10.8334 8.38197 10.8334 8.10419V4.16669C10.8334 3.93058 10.7535 3.73266 10.5938 3.57294C10.4341 3.41321 10.2362 3.33335 10 3.33335C9.76393 3.33335 9.56601 3.41321 9.40629 3.57294C9.24657 3.73266 9.16671 3.93058 9.16671 4.16669V4.79169C9.16671 5.06946 9.0799 5.2778 8.90629 5.41669C8.73268 5.55558 8.54171 5.62502 8.33337 5.62502C8.12504 5.62502 7.93407 5.5521 7.76046 5.40627C7.58685 5.26044 7.50004 5.04863 7.50004 4.77085V4.16669C7.50004 3.47224 7.7431 2.88196 8.22921 2.39585C8.71532 1.90974 9.3056 1.66669 10 1.66669ZM9.16671 16.6667V14.9375C7.88893 14.7709 6.79518 14.2327 5.88546 13.3229C4.97574 12.4132 4.42365 11.3125 4.22921 10.0209C4.20143 9.78474 4.26393 9.58335 4.41671 9.41669C4.56949 9.25002 4.76393 9.16669 5.00004 9.16669C5.23615 9.16669 5.43754 9.24655 5.60421 9.40627C5.77087 9.56599 5.87504 9.76391 5.91671 10C6.11115 10.9861 6.59032 11.7882 7.35421 12.4063C8.1181 13.0243 9.00004 13.3334 10 13.3334C10.4723 13.3334 10.9202 13.2604 11.3438 13.1146C11.7674 12.9688 12.1528 12.7639 12.5 12.5L13.6875 13.6875C13.2848 14.007 12.8438 14.2778 12.3646 14.5C11.8855 14.7222 11.375 14.8681 10.8334 14.9375V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.4341 17.4202 10.2362 17.5 10 17.5C9.76393 17.5 9.56601 17.4202 9.40629 17.2604C9.24657 17.1007 9.16671 16.9028 9.16671 16.6667ZM15.9167 18.25L1.75004 4.08335C1.59726 3.93058 1.52087 3.73613 1.52087 3.50002C1.52087 3.26391 1.59726 3.06946 1.75004 2.91669C1.90282 2.76391 2.09726 2.68752 2.33337 2.68752C2.56949 2.68752 2.76393 2.76391 2.91671 2.91669L17.0834 17.0834C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25Z",fill:n})}),J4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667C9.30558 11.6667 8.7153 11.4236 8.22919 10.9375C7.74308 10.4514 7.50002 9.86113 7.50002 9.16669V4.16669C7.50002 3.47224 7.74308 2.88196 8.22919 2.39585C8.7153 1.90974 9.30558 1.66669 10 1.66669C10.6945 1.66669 11.2847 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V9.16669C12.5 9.86113 12.257 10.4514 11.7709 10.9375C11.2847 11.4236 10.6945 11.6667 10 11.6667ZM9.16669 16.6667V14.9375C7.88891 14.757 6.79516 14.2153 5.88544 13.3125C4.97572 12.4097 4.42363 11.3125 4.22919 10.0209C4.20141 9.78474 4.26391 9.58335 4.41669 9.41669C4.56947 9.25002 4.76391 9.16669 5.00002 9.16669C5.23613 9.16669 5.43405 9.24655 5.59377 9.40627C5.75349 9.56599 5.86113 9.76391 5.91669 10C6.11113 10.9722 6.59377 11.7709 7.36461 12.3959C8.13544 13.0209 9.01391 13.3334 10 13.3334C11 13.3334 11.882 13.0174 12.6459 12.3854C13.4097 11.7535 13.8889 10.9584 14.0834 10C14.1389 9.76391 14.2465 9.56599 14.4063 9.40627C14.566 9.24655 14.7639 9.16669 15 9.16669C15.2361 9.16669 15.4306 9.25002 15.5834 9.41669C15.7361 9.58335 15.7986 9.78474 15.7709 10.0209C15.5764 11.2847 15.0278 12.375 14.125 13.2917C13.2222 14.2084 12.125 14.757 10.8334 14.9375V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.434 17.4202 10.2361 17.5 10 17.5C9.76391 17.5 9.56599 17.4202 9.40627 17.2604C9.24655 17.1007 9.16669 16.9028 9.16669 16.6667ZM10 10C10.2361 10 10.434 9.92016 10.5938 9.76044C10.7535 9.60072 10.8334 9.4028 10.8334 9.16669V4.16669C10.8334 3.93058 10.7535 3.73266 10.5938 3.57294C10.434 3.41321 10.2361 3.33335 10 3.33335C9.76391 3.33335 9.56599 3.41321 9.40627 3.57294C9.24655 3.73266 9.16669 3.93058 9.16669 4.16669V9.16669C9.16669 9.4028 9.24655 9.60072 9.40627 9.76044C9.56599 9.92016 9.76391 10 10 10Z",fill:n})}),C8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C7.90278 17.5 6.12847 16.7743 4.67708 15.3229C3.22569 13.8715 2.5 12.0972 2.5 9.99996C2.5 8.0833 3.125 6.4201 4.375 5.01038C5.625 3.60066 7.22222 2.77774 9.16667 2.54163C9.34722 2.51385 9.50694 2.53816 9.64583 2.61455C9.78472 2.69093 9.89583 2.79163 9.97917 2.91663C10.0625 3.04163 10.1076 3.18746 10.1146 3.35413C10.1215 3.5208 10.0694 3.68052 9.95833 3.8333C9.72222 4.19441 9.54514 4.57635 9.42708 4.97913C9.30903 5.38191 9.25 5.80552 9.25 6.24996C9.25 7.49996 9.6875 8.56246 10.5625 9.43746C11.4375 10.3125 12.5 10.75 13.75 10.75C14.1806 10.75 14.6076 10.6875 15.0312 10.5625C15.4549 10.4375 15.8333 10.2639 16.1667 10.0416C16.3194 9.94441 16.4757 9.89927 16.6354 9.90621C16.7951 9.91316 16.9375 9.95135 17.0625 10.0208C17.2014 10.0902 17.309 10.1944 17.3854 10.3333C17.4618 10.4722 17.4861 10.6389 17.4583 10.8333C17.2639 12.75 16.4479 14.3402 15.0104 15.6041C13.5729 16.868 11.9028 17.5 10 17.5Z",fill:n})}),e8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C7.90278 17.5 6.12847 16.7743 4.67708 15.3229C3.22569 13.8715 2.5 12.0972 2.5 9.99996C2.5 8.0833 3.125 6.4201 4.375 5.01038C5.625 3.60066 7.22222 2.77774 9.16667 2.54163C9.34722 2.51385 9.50694 2.53816 9.64583 2.61455C9.78472 2.69093 9.89583 2.79163 9.97917 2.91663C10.0625 3.04163 10.1076 3.18746 10.1146 3.35413C10.1215 3.5208 10.0694 3.68052 9.95833 3.8333C9.72222 4.19441 9.54514 4.57635 9.42708 4.97913C9.30903 5.38191 9.25 5.80552 9.25 6.24996C9.25 7.49996 9.6875 8.56246 10.5625 9.43746C11.4375 10.3125 12.5 10.75 13.75 10.75C14.1806 10.75 14.6076 10.6875 15.0312 10.5625C15.4549 10.4375 15.8333 10.2639 16.1667 10.0416C16.3194 9.94441 16.4757 9.89927 16.6354 9.90621C16.7951 9.91316 16.9375 9.95135 17.0625 10.0208C17.2014 10.0902 17.309 10.1944 17.3854 10.3333C17.4618 10.4722 17.4861 10.6389 17.4583 10.8333C17.2639 12.75 16.4479 14.3402 15.0104 15.6041C13.5729 16.868 11.9028 17.5 10 17.5ZM10 15.8333C11.2222 15.8333 12.3194 15.4965 13.2917 14.8229C14.2639 14.1493 14.9722 13.2708 15.4167 12.1875C15.1389 12.2569 14.8611 12.3125 14.5833 12.3541C14.3056 12.3958 14.0278 12.4166 13.75 12.4166C12.0417 12.4166 10.5868 11.8159 9.38542 10.6145C8.18403 9.41316 7.58333 7.9583 7.58333 6.24996C7.58333 5.97218 7.60417 5.69441 7.64583 5.41663C7.6875 5.13885 7.74306 4.86107 7.8125 4.5833C6.72917 5.02774 5.85069 5.73607 5.17708 6.7083C4.50347 7.68052 4.16667 8.77774 4.16667 9.99996C4.16667 11.6111 4.73611 12.9861 5.875 14.125C7.01389 15.2639 8.38889 15.8333 10 15.8333Z",fill:n})}),t8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:[e.jsx("g",{clipPath:"url(#clip0_74_2561)",children:e.jsx("path",{d:"M10.0002 14.1667C8.84739 14.1667 7.86475 13.7605 7.05225 12.948C6.23975 12.1355 5.8335 11.1528 5.8335 10C5.8335 8.84726 6.23975 7.86462 7.05225 7.05212C7.86475 6.23962 8.84739 5.83337 10.0002 5.83337C11.1529 5.83337 12.1356 6.23962 12.9481 7.05212C13.7606 7.86462 14.1668 8.84726 14.1668 10C14.1668 11.1528 13.7606 12.1355 12.9481 12.948C12.1356 13.7605 11.1529 14.1667 10.0002 14.1667ZM1.66683 10.8334C1.43072 10.8334 1.2328 10.7535 1.07308 10.5938C0.913357 10.4341 0.833496 10.2362 0.833496 10C0.833496 9.76393 0.913357 9.56601 1.07308 9.40629C1.2328 9.24657 1.43072 9.16671 1.66683 9.16671H3.3335C3.56961 9.16671 3.76752 9.24657 3.92725 9.40629C4.08697 9.56601 4.16683 9.76393 4.16683 10C4.16683 10.2362 4.08697 10.4341 3.92725 10.5938C3.76752 10.7535 3.56961 10.8334 3.3335 10.8334H1.66683ZM16.6668 10.8334C16.4307 10.8334 16.2328 10.7535 16.0731 10.5938C15.9134 10.4341 15.8335 10.2362 15.8335 10C15.8335 9.76393 15.9134 9.56601 16.0731 9.40629C16.2328 9.24657 16.4307 9.16671 16.6668 9.16671H18.3335C18.5696 9.16671 18.7675 9.24657 18.9272 9.40629C19.087 9.56601 19.1668 9.76393 19.1668 10C19.1668 10.2362 19.087 10.4341 18.9272 10.5938C18.7675 10.7535 18.5696 10.8334 18.3335 10.8334H16.6668ZM10.0002 4.16671C9.76405 4.16671 9.56614 4.08685 9.40641 3.92712C9.24669 3.7674 9.16683 3.56949 9.16683 3.33337V1.66671C9.16683 1.4306 9.24669 1.23268 9.40641 1.07296C9.56614 0.913235 9.76405 0.833374 10.0002 0.833374C10.2363 0.833374 10.4342 0.913235 10.5939 1.07296C10.7536 1.23268 10.8335 1.4306 10.8335 1.66671V3.33337C10.8335 3.56949 10.7536 3.7674 10.5939 3.92712C10.4342 4.08685 10.2363 4.16671 10.0002 4.16671ZM10.0002 19.1667C9.76405 19.1667 9.56614 19.0868 9.40641 18.9271C9.24669 18.7674 9.16683 18.5695 9.16683 18.3334V16.6667C9.16683 16.4306 9.24669 16.2327 9.40641 16.073C9.56614 15.9132 9.76405 15.8334 10.0002 15.8334C10.2363 15.8334 10.4342 15.9132 10.5939 16.073C10.7536 16.2327 10.8335 16.4306 10.8335 16.6667V18.3334C10.8335 18.5695 10.7536 18.7674 10.5939 18.9271C10.4342 19.0868 10.2363 19.1667 10.0002 19.1667ZM4.7085 5.87504L3.81266 5.00004C3.646 4.84726 3.56614 4.65282 3.57308 4.41671C3.58002 4.1806 3.65989 3.97921 3.81266 3.81254C3.97933 3.64587 4.18072 3.56254 4.41683 3.56254C4.65294 3.56254 4.84738 3.64587 5.00016 3.81254L5.87516 4.70837C6.02794 4.87504 6.10433 5.06949 6.10433 5.29171C6.10433 5.51393 6.02794 5.70837 5.87516 5.87504C5.72238 6.04171 5.53141 6.12157 5.30225 6.11462C5.07308 6.10768 4.87516 6.02782 4.7085 5.87504ZM15.0002 16.1875L14.1252 15.2917C13.9724 15.125 13.896 14.9271 13.896 14.698C13.896 14.4688 13.9724 14.2778 14.1252 14.125C14.2779 13.9584 14.4689 13.8785 14.6981 13.8855C14.9272 13.8924 15.1252 13.9723 15.2918 14.125L16.1877 15C16.3543 15.1528 16.4342 15.3473 16.4272 15.5834C16.4203 15.8195 16.3404 16.0209 16.1877 16.1875C16.021 16.3542 15.8196 16.4375 15.5835 16.4375C15.3474 16.4375 15.1529 16.3542 15.0002 16.1875ZM14.1252 5.87504C13.9585 5.72226 13.8786 5.53129 13.8856 5.30212C13.8925 5.07296 13.9724 4.87504 14.1252 4.70837L15.0002 3.81254C15.1529 3.64587 15.3474 3.56601 15.5835 3.57296C15.8196 3.5799 16.021 3.65976 16.1877 3.81254C16.3543 3.97921 16.4377 4.1806 16.4377 4.41671C16.4377 4.65282 16.3543 4.84726 16.1877 5.00004L15.2918 5.87504C15.1252 6.02782 14.9307 6.10421 14.7085 6.10421C14.4863 6.10421 14.2918 6.02782 14.1252 5.87504ZM3.81266 16.1875C3.646 16.0209 3.56266 15.8195 3.56266 15.5834C3.56266 15.3473 3.646 15.1528 3.81266 15L4.7085 14.125C4.87516 13.9723 5.07308 13.8959 5.30225 13.8959C5.53141 13.8959 5.72238 13.9723 5.87516 14.125C6.04183 14.2778 6.12169 14.4688 6.11475 14.698C6.1078 14.9271 6.02794 15.125 5.87516 15.2917L5.00016 16.1875C4.84738 16.3542 4.65294 16.4341 4.41683 16.4271C4.18072 16.4202 3.97933 16.3403 3.81266 16.1875Z",fill:n})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_74_2561",children:e.jsx("rect",{width:20,height:20,fill:n})})})]}),n8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:[e.jsx("g",{clipPath:"url(#clip0_74_2566)",children:e.jsx("path",{d:"M10.0002 12.5C10.6946 12.5 11.2849 12.257 11.771 11.7709C12.2571 11.2848 12.5002 10.6945 12.5002 10C12.5002 9.3056 12.2571 8.71532 11.771 8.22921C11.2849 7.7431 10.6946 7.50004 10.0002 7.50004C9.30572 7.50004 8.71544 7.7431 8.22933 8.22921C7.74322 8.71532 7.50016 9.3056 7.50016 10C7.50016 10.6945 7.74322 11.2848 8.22933 11.7709C8.71544 12.257 9.30572 12.5 10.0002 12.5ZM10.0002 14.1667C8.84739 14.1667 7.86475 13.7605 7.05225 12.948C6.23975 12.1355 5.8335 11.1528 5.8335 10C5.8335 8.84726 6.23975 7.86462 7.05225 7.05212C7.86475 6.23962 8.84739 5.83337 10.0002 5.83337C11.1529 5.83337 12.1356 6.23962 12.9481 7.05212C13.7606 7.86462 14.1668 8.84726 14.1668 10C14.1668 11.1528 13.7606 12.1355 12.9481 12.948C12.1356 13.7605 11.1529 14.1667 10.0002 14.1667ZM1.66683 10.8334C1.43072 10.8334 1.2328 10.7535 1.07308 10.5938C0.913357 10.4341 0.833496 10.2362 0.833496 10C0.833496 9.76393 0.913357 9.56601 1.07308 9.40629C1.2328 9.24657 1.43072 9.16671 1.66683 9.16671H3.3335C3.56961 9.16671 3.76752 9.24657 3.92725 9.40629C4.08697 9.56601 4.16683 9.76393 4.16683 10C4.16683 10.2362 4.08697 10.4341 3.92725 10.5938C3.76752 10.7535 3.56961 10.8334 3.3335 10.8334H1.66683ZM16.6668 10.8334C16.4307 10.8334 16.2328 10.7535 16.0731 10.5938C15.9134 10.4341 15.8335 10.2362 15.8335 10C15.8335 9.76393 15.9134 9.56601 16.0731 9.40629C16.2328 9.24657 16.4307 9.16671 16.6668 9.16671H18.3335C18.5696 9.16671 18.7675 9.24657 18.9272 9.40629C19.087 9.56601 19.1668 9.76393 19.1668 10C19.1668 10.2362 19.087 10.4341 18.9272 10.5938C18.7675 10.7535 18.5696 10.8334 18.3335 10.8334H16.6668ZM10.0002 4.16671C9.76405 4.16671 9.56614 4.08685 9.40641 3.92712C9.24669 3.7674 9.16683 3.56949 9.16683 3.33337V1.66671C9.16683 1.4306 9.24669 1.23268 9.40641 1.07296C9.56614 0.913235 9.76405 0.833374 10.0002 0.833374C10.2363 0.833374 10.4342 0.913235 10.5939 1.07296C10.7536 1.23268 10.8335 1.4306 10.8335 1.66671V3.33337C10.8335 3.56949 10.7536 3.7674 10.5939 3.92712C10.4342 4.08685 10.2363 4.16671 10.0002 4.16671ZM10.0002 19.1667C9.76405 19.1667 9.56614 19.0868 9.40641 18.9271C9.24669 18.7674 9.16683 18.5695 9.16683 18.3334V16.6667C9.16683 16.4306 9.24669 16.2327 9.40641 16.073C9.56614 15.9132 9.76405 15.8334 10.0002 15.8334C10.2363 15.8334 10.4342 15.9132 10.5939 16.073C10.7536 16.2327 10.8335 16.4306 10.8335 16.6667V18.3334C10.8335 18.5695 10.7536 18.7674 10.5939 18.9271C10.4342 19.0868 10.2363 19.1667 10.0002 19.1667ZM4.7085 5.87504L3.81266 5.00004C3.646 4.84726 3.56614 4.65282 3.57308 4.41671C3.58002 4.1806 3.65989 3.97921 3.81266 3.81254C3.97933 3.64587 4.18072 3.56254 4.41683 3.56254C4.65294 3.56254 4.84738 3.64587 5.00016 3.81254L5.87516 4.70837C6.02794 4.87504 6.10433 5.06949 6.10433 5.29171C6.10433 5.51393 6.02794 5.70837 5.87516 5.87504C5.72238 6.04171 5.53141 6.12157 5.30225 6.11462C5.07308 6.10768 4.87516 6.02782 4.7085 5.87504ZM15.0002 16.1875L14.1252 15.2917C13.9724 15.125 13.896 14.9271 13.896 14.698C13.896 14.4688 13.9724 14.2778 14.1252 14.125C14.2779 13.9584 14.4689 13.8785 14.6981 13.8855C14.9272 13.8924 15.1252 13.9723 15.2918 14.125L16.1877 15C16.3543 15.1528 16.4342 15.3473 16.4272 15.5834C16.4203 15.8195 16.3404 16.0209 16.1877 16.1875C16.021 16.3542 15.8196 16.4375 15.5835 16.4375C15.3474 16.4375 15.1529 16.3542 15.0002 16.1875ZM14.1252 5.87504C13.9585 5.72226 13.8786 5.53129 13.8856 5.30212C13.8925 5.07296 13.9724 4.87504 14.1252 4.70837L15.0002 3.81254C15.1529 3.64587 15.3474 3.56601 15.5835 3.57296C15.8196 3.5799 16.021 3.65976 16.1877 3.81254C16.3543 3.97921 16.4377 4.1806 16.4377 4.41671C16.4377 4.65282 16.3543 4.84726 16.1877 5.00004L15.2918 5.87504C15.1252 6.02782 14.9307 6.10421 14.7085 6.10421C14.4863 6.10421 14.2918 6.02782 14.1252 5.87504ZM3.81266 16.1875C3.646 16.0209 3.56266 15.8195 3.56266 15.5834C3.56266 15.3473 3.646 15.1528 3.81266 15L4.7085 14.125C4.87516 13.9723 5.07308 13.8959 5.30225 13.8959C5.53141 13.8959 5.72238 13.9723 5.87516 14.125C6.04183 14.2778 6.12169 14.4688 6.11475 14.698C6.1078 14.9271 6.02794 15.125 5.87516 15.2917L5.00016 16.1875C4.84738 16.3542 4.65294 16.4341 4.41683 16.4271C4.18072 16.4202 3.97933 16.3403 3.81266 16.1875Z",fill:n})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_74_2566",children:e.jsx("rect",{width:20,height:20,fill:n})})})]}),r8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9027 2.5 16.6666V15.8333C2.5 15.5972 2.57986 15.3993 2.73958 15.2396C2.89931 15.0798 3.09722 15 3.33333 15C3.56944 15 3.76736 15.0798 3.92708 15.2396C4.08681 15.3993 4.16667 15.5972 4.16667 15.8333V16.6666C4.16667 16.9027 4.08681 17.1007 3.92708 17.2604C3.76736 17.4201 3.56944 17.5 3.33333 17.5ZM6.66667 17.5C6.43056 17.5 6.23264 17.4201 6.07292 17.2604C5.91319 17.1007 5.83333 16.9027 5.83333 16.6666V12.0833C5.83333 11.8472 5.91319 11.6493 6.07292 11.4896C6.23264 11.3298 6.43056 11.25 6.66667 11.25C6.90278 11.25 7.10069 11.3298 7.26042 11.4896C7.42014 11.6493 7.5 11.8472 7.5 12.0833V16.6666C7.5 16.9027 7.42014 17.1007 7.26042 17.2604C7.10069 17.4201 6.90278 17.5 6.66667 17.5ZM10 17.5C9.76389 17.5 9.56597 17.4201 9.40625 17.2604C9.24653 17.1007 9.16667 16.9027 9.16667 16.6666V13.75C9.16667 13.5139 9.24653 13.3159 9.40625 13.1562C9.56597 12.9965 9.76389 12.9166 10 12.9166C10.2361 12.9166 10.434 12.9965 10.5938 13.1562C10.7535 13.3159 10.8333 13.5139 10.8333 13.75V16.6666C10.8333 16.9027 10.7535 17.1007 10.5938 17.2604C10.434 17.4201 10.2361 17.5 10 17.5ZM13.3333 17.5C13.0972 17.5 12.8993 17.4201 12.7396 17.2604C12.5799 17.1007 12.5 16.9027 12.5 16.6666V12.5C12.5 12.2639 12.5799 12.0659 12.7396 11.9062C12.8993 11.7465 13.0972 11.6666 13.3333 11.6666C13.5694 11.6666 13.7674 11.7465 13.9271 11.9062C14.0868 12.0659 14.1667 12.2639 14.1667 12.5V16.6666C14.1667 16.9027 14.0868 17.1007 13.9271 17.2604C13.7674 17.4201 13.5694 17.5 13.3333 17.5ZM16.6667 17.5C16.4306 17.5 16.2326 17.4201 16.0729 17.2604C15.9132 17.1007 15.8333 16.9027 15.8333 16.6666V9.16664C15.8333 8.93052 15.9132 8.73261 16.0729 8.57289C16.2326 8.41316 16.4306 8.3333 16.6667 8.3333C16.9028 8.3333 17.1007 8.41316 17.2604 8.57289C17.4201 8.73261 17.5 8.93052 17.5 9.16664V16.6666C17.5 16.9027 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5ZM11.6667 9.97914C11.4444 9.97914 11.2326 9.93747 11.0312 9.85414C10.8299 9.7708 10.6458 9.65275 10.4792 9.49997L8.33333 7.35414L3.91667 11.7708C3.75 11.9375 3.55208 12.0173 3.32292 12.0104C3.09375 12.0034 2.89583 11.9166 2.72917 11.75C2.57639 11.5833 2.50347 11.3854 2.51042 11.1562C2.51736 10.9271 2.59722 10.7361 2.75 10.5833L7.14583 6.18747C7.3125 6.0208 7.49653 5.89927 7.69792 5.82289C7.89931 5.7465 8.11111 5.7083 8.33333 5.7083C8.55556 5.7083 8.77083 5.7465 8.97917 5.82289C9.1875 5.89927 9.36806 6.0208 9.52083 6.18747L11.6667 8.3333L16.0833 3.91664C16.25 3.74997 16.4479 3.67011 16.6771 3.67705C16.9062 3.684 17.1042 3.7708 17.2708 3.93747C17.4236 4.10414 17.4965 4.30205 17.4896 4.53122C17.4826 4.76039 17.4028 4.95136 17.25 5.10414L12.8542 9.49997C12.7014 9.65275 12.5208 9.7708 12.3125 9.85414C12.1042 9.93747 11.8889 9.97914 11.6667 9.97914Z",fill:n})}),o8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 14.1667H12.5C12.7361 14.1667 12.934 14.2465 13.0937 14.4062C13.2534 14.566 13.3333 14.7639 13.3333 15C13.3333 15.2361 13.2534 15.434 13.0937 15.5938C12.934 15.7535 12.7361 15.8333 12.5 15.8333H4.99996C4.76385 15.8333 4.56593 15.7535 4.40621 15.5938C4.24649 15.434 4.16663 15.2361 4.16663 15V7.5C4.16663 7.26389 4.24649 7.06597 4.40621 6.90625C4.56593 6.74653 4.76385 6.66667 4.99996 6.66667C5.23607 6.66667 5.43399 6.74653 5.59371 6.90625C5.75343 7.06597 5.83329 7.26389 5.83329 7.5V14.1667ZM9.99996 10H16.6666C16.9027 10 17.1007 10.0799 17.2604 10.2396C17.4201 10.3993 17.5 10.5972 17.5 10.8333C17.5 11.0694 17.4201 11.2674 17.2604 11.4271C17.1007 11.5868 16.9027 11.6667 16.6666 11.6667H9.16663C8.93051 11.6667 8.7326 11.5868 8.57288 11.4271C8.41315 11.2674 8.33329 11.0694 8.33329 10.8333V3.33333C8.33329 3.09722 8.41315 2.89931 8.57288 2.73958C8.7326 2.57986 8.93051 2.5 9.16663 2.5C9.40274 2.5 9.60065 2.57986 9.76038 2.73958C9.9201 2.89931 9.99996 3.09722 9.99996 3.33333V10Z",fill:n})}),s8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00004 11.6667C4.54171 11.6667 4.14935 11.5035 3.82296 11.1771C3.49657 10.8507 3.33337 10.4584 3.33337 10C3.33337 9.54171 3.49657 9.14935 3.82296 8.82296C4.14935 8.49657 4.54171 8.33337 5.00004 8.33337C5.45837 8.33337 5.85074 8.49657 6.17712 8.82296C6.50351 9.14935 6.66671 9.54171 6.66671 10C6.66671 10.4584 6.50351 10.8507 6.17712 11.1771C5.85074 11.5035 5.45837 11.6667 5.00004 11.6667ZM10 11.6667C9.54171 11.6667 9.14935 11.5035 8.82296 11.1771C8.49657 10.8507 8.33337 10.4584 8.33337 10C8.33337 9.54171 8.49657 9.14935 8.82296 8.82296C9.14935 8.49657 9.54171 8.33337 10 8.33337C10.4584 8.33337 10.8507 8.49657 11.1771 8.82296C11.5035 9.14935 11.6667 9.54171 11.6667 10C11.6667 10.4584 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4584 11.6667 10 11.6667ZM15 11.6667C14.5417 11.6667 14.1493 11.5035 13.823 11.1771C13.4966 10.8507 13.3334 10.4584 13.3334 10C13.3334 9.54171 13.4966 9.14935 13.823 8.82296C14.1493 8.49657 14.5417 8.33337 15 8.33337C15.4584 8.33337 15.8507 8.49657 16.1771 8.82296C16.5035 9.14935 16.6667 9.54171 16.6667 10C16.6667 10.4584 16.5035 10.8507 16.1771 11.1771C15.8507 11.5035 15.4584 11.6667 15 11.6667Z",fill:n})}),l8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 5.83329H7.5C7.26389 5.83329 7.06597 5.75343 6.90625 5.59371C6.74653 5.43399 6.66667 5.23607 6.66667 4.99996C6.66667 4.76385 6.74653 4.56593 6.90625 4.40621C7.06597 4.24649 7.26389 4.16663 7.5 4.16663H15C15.2361 4.16663 15.434 4.24649 15.5938 4.40621C15.7535 4.56593 15.8333 4.76385 15.8333 4.99996V12.5C15.8333 12.7361 15.7535 12.934 15.5938 13.0937C15.434 13.2534 15.2361 13.3333 15 13.3333C14.7639 13.3333 14.566 13.2534 14.4062 13.0937C14.2465 12.934 14.1667 12.7361 14.1667 12.5V5.83329ZM10 9.99996H3.33333C3.09722 9.99996 2.89931 9.9201 2.73958 9.76038C2.57986 9.60065 2.5 9.40274 2.5 9.16663C2.5 8.93051 2.57986 8.7326 2.73958 8.57288C2.89931 8.41315 3.09722 8.33329 3.33333 8.33329H10.8333C11.0694 8.33329 11.2674 8.41315 11.4271 8.57288C11.5868 8.7326 11.6667 8.93051 11.6667 9.16663V16.6666C11.6667 16.9027 11.5868 17.1007 11.4271 17.2604C11.2674 17.4201 11.0694 17.5 10.8333 17.5C10.5972 17.5 10.3993 17.4201 10.2396 17.2604C10.0799 17.1007 10 16.9027 10 16.6666V9.99996Z",fill:n})}),i8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.6667C9.54171 16.6667 9.14935 16.5035 8.82296 16.1771C8.49657 15.8507 8.33337 15.4584 8.33337 15C8.33337 14.5417 8.49657 14.1493 8.82296 13.823C9.14935 13.4966 9.54171 13.3334 10 13.3334C10.4584 13.3334 10.8507 13.4966 11.1771 13.823C11.5035 14.1493 11.6667 14.5417 11.6667 15C11.6667 15.4584 11.5035 15.8507 11.1771 16.1771C10.8507 16.5035 10.4584 16.6667 10 16.6667ZM10 11.6667C9.54171 11.6667 9.14935 11.5035 8.82296 11.1771C8.49657 10.8507 8.33337 10.4584 8.33337 10C8.33337 9.54171 8.49657 9.14935 8.82296 8.82296C9.14935 8.49657 9.54171 8.33337 10 8.33337C10.4584 8.33337 10.8507 8.49657 11.1771 8.82296C11.5035 9.14935 11.6667 9.54171 11.6667 10C11.6667 10.4584 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4584 11.6667 10 11.6667ZM10 6.66671C9.54171 6.66671 9.14935 6.50351 8.82296 6.17712C8.49657 5.85074 8.33337 5.45837 8.33337 5.00004C8.33337 4.54171 8.49657 4.14935 8.82296 3.82296C9.14935 3.49657 9.54171 3.33337 10 3.33337C10.4584 3.33337 10.8507 3.49657 11.1771 3.82296C11.5035 4.14935 11.6667 4.54171 11.6667 5.00004C11.6667 5.45837 11.5035 5.85074 11.1771 6.17712C10.8507 6.50351 10.4584 6.66671 10 6.66671Z",fill:n})}),c8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16666 15.8334C3.93055 15.8334 3.73263 15.7535 3.57291 15.5938C3.41319 15.434 3.33333 15.2361 3.33333 15C3.33333 14.7639 3.41319 14.566 3.57291 14.4063C3.73263 14.2465 3.93055 14.1667 4.16666 14.1667H4.99999V8.33335C4.99999 7.18058 5.34722 6.15627 6.04166 5.26044C6.73611 4.3646 7.63888 3.7778 8.74999 3.50002V2.91669C8.74999 2.56946 8.87152 2.27433 9.11458 2.03127C9.35763 1.78821 9.65277 1.66669 9.99999 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0694 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0694 15.8334 15.8333 15.8334H4.16666ZM9.99999 18.3334C9.54166 18.3334 9.1493 18.1702 8.82291 17.8438C8.49652 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 9.99999 18.3334Z",fill:n})}),a8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM10 10.8334C10.2361 10.8334 10.434 10.7535 10.5938 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V7.50002C10.8333 7.26391 10.7535 7.06599 10.5938 6.90627C10.434 6.74655 10.2361 6.66669 10 6.66669C9.7639 6.66669 9.56598 6.74655 9.40626 6.90627C9.24654 7.06599 9.16668 7.26391 9.16668 7.50002V10C9.16668 10.2361 9.24654 10.434 9.40626 10.5938C9.56598 10.7535 9.7639 10.8334 10 10.8334ZM10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9063C10.434 11.7465 10.2361 11.6667 10 11.6667C9.7639 11.6667 9.56598 11.7465 9.40626 11.9063C9.24654 12.066 9.16668 12.2639 9.16668 12.5C9.16668 12.7361 9.24654 12.934 9.40626 13.0938C9.56598 13.2535 9.7639 13.3334 10 13.3334Z",fill:n})}),d8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM6.66668 14.1667H13.3333V8.33335C13.3333 7.41669 13.007 6.63196 12.3542 5.97919C11.7014 5.32641 10.9167 5.00002 10 5.00002C9.08334 5.00002 8.29862 5.32641 7.64584 5.97919C6.99307 6.63196 6.66668 7.41669 6.66668 8.33335V14.1667ZM10 10.8334C10.2361 10.8334 10.434 10.7535 10.5938 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V7.50002C10.8333 7.26391 10.7535 7.06599 10.5938 6.90627C10.434 6.74655 10.2361 6.66669 10 6.66669C9.7639 6.66669 9.56598 6.74655 9.40626 6.90627C9.24654 7.06599 9.16668 7.26391 9.16668 7.50002V10C9.16668 10.2361 9.24654 10.434 9.40626 10.5938C9.56598 10.7535 9.7639 10.8334 10 10.8334ZM10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9063C10.434 11.7465 10.2361 11.6667 10 11.6667C9.7639 11.6667 9.56598 11.7465 9.40626 11.9063C9.24654 12.066 9.16668 12.2639 9.16668 12.5C9.16668 12.7361 9.24654 12.934 9.40626 13.0938C9.56598 13.2535 9.7639 13.3334 10 13.3334Z",fill:n})}),w8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4583 15.8334H4.16665C3.93054 15.8334 3.73262 15.7535 3.5729 15.5938C3.41317 15.434 3.33331 15.2361 3.33331 15C3.33331 14.7639 3.41317 14.566 3.5729 14.4063C3.73262 14.2465 3.93054 14.1667 4.16665 14.1667H4.99998V8.33335C4.99998 7.87502 5.05901 7.42363 5.17706 6.97919C5.29512 6.53474 5.4722 6.11113 5.70831 5.70835L8.33331 8.33335H5.99998L1.74998 4.08335C1.5972 3.93058 1.52081 3.73613 1.52081 3.50002C1.52081 3.26391 1.5972 3.06946 1.74998 2.91669C1.90276 2.76391 2.0972 2.68752 2.33331 2.68752C2.56942 2.68752 2.76387 2.76391 2.91665 2.91669L17.0833 17.0834C17.2361 17.2361 17.316 17.4271 17.3229 17.6563C17.3298 17.8854 17.25 18.0834 17.0833 18.25C16.9305 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0694 18.4028 15.9166 18.25L13.4583 15.8334ZM15 10.6042C15 10.7709 14.9514 10.9236 14.8541 11.0625C14.7569 11.2014 14.6319 11.3056 14.4791 11.375C14.3264 11.4445 14.1666 11.4618 14 11.4271C13.8333 11.3924 13.6944 11.3195 13.5833 11.2084L7.64581 5.27085C7.54859 5.17363 7.47915 5.06946 7.43748 4.95835C7.39581 4.84724 7.37498 4.72919 7.37498 4.60419C7.37498 4.45141 7.41317 4.3021 7.48956 4.15627C7.56595 4.01044 7.67359 3.9028 7.81248 3.83335C7.96526 3.76391 8.11804 3.70141 8.27081 3.64585C8.42359 3.5903 8.58331 3.54169 8.74998 3.50002V2.91669C8.74998 2.56946 8.87151 2.27433 9.11456 2.03127C9.35762 1.78821 9.65276 1.66669 9.99998 1.66669C10.3472 1.66669 10.6423 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.36808 13.9583 5.27085C14.6528 6.17363 15 7.19447 15 8.33335V10.6042ZM9.99998 18.3334C9.58331 18.3334 9.21179 18.2188 8.8854 17.9896C8.55901 17.7604 8.39581 17.4514 8.39581 17.0625C8.39581 16.9514 8.44095 16.8577 8.53123 16.7813C8.62151 16.7049 8.7222 16.6667 8.83331 16.6667H11.1666C11.2778 16.6667 11.3785 16.7049 11.4687 16.7813C11.559 16.8577 11.6041 16.9514 11.6041 17.0625C11.6041 17.4514 11.441 17.7604 11.1146 17.9896C10.7882 18.2188 10.4166 18.3334 9.99998 18.3334Z",fill:n})}),u8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4583 15.8334H4.16665C3.93054 15.8334 3.73262 15.7535 3.5729 15.5938C3.41317 15.434 3.33331 15.2361 3.33331 15C3.33331 14.7639 3.41317 14.566 3.5729 14.4063C3.73262 14.2465 3.93054 14.1667 4.16665 14.1667H4.99998V8.33335C4.99998 7.87502 5.05901 7.42363 5.17706 6.97919C5.29512 6.53474 5.4722 6.11113 5.70831 5.70835L6.95831 6.95835C6.86109 7.18058 6.78817 7.40627 6.73956 7.63544C6.69095 7.8646 6.66665 8.09724 6.66665 8.33335V14.1667H11.8333L1.74998 4.08335C1.5972 3.93058 1.52081 3.73613 1.52081 3.50002C1.52081 3.26391 1.5972 3.06946 1.74998 2.91669C1.90276 2.76391 2.0972 2.68752 2.33331 2.68752C2.56942 2.68752 2.76387 2.76391 2.91665 2.91669L17.0833 17.0834C17.2361 17.2361 17.316 17.4271 17.3229 17.6563C17.3298 17.8854 17.25 18.0834 17.0833 18.25C16.9305 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0694 18.4028 15.9166 18.25L13.4583 15.8334ZM11.25 3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V10.625C15 10.9028 14.9132 11.1111 14.7396 11.25C14.566 11.3889 14.375 11.4584 14.1666 11.4584C13.9583 11.4584 13.7673 11.3854 13.5937 11.2396C13.4201 11.0938 13.3333 10.882 13.3333 10.6042V8.33335C13.3333 7.41669 13.0069 6.63197 12.3541 5.97919C11.7014 5.32641 10.9166 5.00002 9.99998 5.00002C9.77776 5.00002 9.54165 5.0278 9.29165 5.08335C9.04165 5.13891 8.81942 5.20835 8.62498 5.29169C8.38887 5.38891 8.15623 5.40974 7.92706 5.35419C7.6979 5.29863 7.52081 5.16669 7.39581 4.95835C7.2847 4.7778 7.24651 4.58683 7.28123 4.38544C7.31595 4.18405 7.42359 4.03474 7.60415 3.93752C7.7847 3.8403 7.9722 3.75696 8.16665 3.68752C8.36109 3.61808 8.55554 3.55558 8.74998 3.50002V2.91669C8.74998 2.56946 8.87151 2.27433 9.11456 2.03127C9.35762 1.78821 9.65276 1.66669 9.99998 1.66669C10.3472 1.66669 10.6423 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002ZM9.99998 18.3334C9.58331 18.3334 9.21179 18.2188 8.8854 17.9896C8.55901 17.7604 8.39581 17.4514 8.39581 17.0625C8.39581 16.9514 8.44095 16.8577 8.53123 16.7813C8.62151 16.7049 8.7222 16.6667 8.83331 16.6667H11.1666C11.2778 16.6667 11.3785 16.7049 11.4687 16.7813C11.559 16.8577 11.6041 16.9514 11.6041 17.0625C11.6041 17.4514 11.441 17.7604 11.1146 17.9896C10.7882 18.2188 10.4166 18.3334 9.99998 18.3334Z",fill:n})}),g8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16666 15.8334C3.93055 15.8334 3.73263 15.7535 3.57291 15.5938C3.41319 15.434 3.33333 15.2361 3.33333 15C3.33333 14.7639 3.41319 14.566 3.57291 14.4063C3.73263 14.2465 3.93055 14.1667 4.16666 14.1667H4.99999V8.33335C4.99999 7.18058 5.34722 6.15627 6.04166 5.26044C6.73611 4.3646 7.63888 3.7778 8.74999 3.50002V2.91669C8.74999 2.56946 8.87152 2.27433 9.11458 2.03127C9.35763 1.78821 9.65277 1.66669 9.99999 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0694 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0694 15.8334 15.8333 15.8334H4.16666ZM9.99999 18.3334C9.54166 18.3334 9.1493 18.1702 8.82291 17.8438C8.49652 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 9.99999 18.3334ZM6.66666 14.1667H13.3333V8.33335C13.3333 7.41669 13.0069 6.63196 12.3542 5.97919C11.7014 5.32641 10.9167 5.00002 9.99999 5.00002C9.08333 5.00002 8.29861 5.32641 7.64583 5.97919C6.99305 6.63196 6.66666 7.41669 6.66666 8.33335V14.1667Z",fill:n})}),v8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.18752C11.1111 3.4653 11.007 3.75696 10.9375 4.06252C10.8681 4.36808 10.8333 4.68058 10.8333 5.00002C10.8333 6.1528 11.2396 7.13544 12.0521 7.94794C12.8646 8.76044 13.8472 9.16669 15 9.16669V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM15 7.50002C14.3056 7.50002 13.7153 7.25696 13.2292 6.77085C12.7431 6.28474 12.5 5.69446 12.5 5.00002C12.5 4.30558 12.7431 3.7153 13.2292 3.22919C13.7153 2.74308 14.3056 2.50002 15 2.50002C15.6945 2.50002 16.2847 2.74308 16.7708 3.22919C17.257 3.7153 17.5 4.30558 17.5 5.00002C17.5 5.69446 17.257 6.28474 16.7708 6.77085C16.2847 7.25696 15.6945 7.50002 15 7.50002Z",fill:n})}),x8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.18752C11.0972 3.49308 10.9861 3.80558 10.9167 4.12502C10.8472 4.44446 10.8195 4.77085 10.8333 5.10419C10.6945 5.07641 10.559 5.0521 10.4271 5.03127C10.2951 5.01044 10.1528 5.00002 10 5.00002C9.08334 5.00002 8.29862 5.32641 7.64584 5.97919C6.99307 6.63196 6.66668 7.41669 6.66668 8.33335V14.1667H13.3333V8.81252C13.5833 8.92363 13.8507 9.01044 14.1354 9.07294C14.4201 9.13544 14.7083 9.16669 15 9.16669V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM15 7.50002C14.3056 7.50002 13.7153 7.25696 13.2292 6.77085C12.7431 6.28474 12.5 5.69446 12.5 5.00002C12.5 4.30558 12.7431 3.7153 13.2292 3.22919C13.7153 2.74308 14.3056 2.50002 15 2.50002C15.6945 2.50002 16.2847 2.74308 16.7708 3.22919C17.257 3.7153 17.5 4.30558 17.5 5.00002C17.5 5.69446 17.257 6.28474 16.7708 6.77085C16.2847 7.25696 15.6945 7.50002 15 7.50002Z",fill:n})}),h8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 4.16669C8.72222 4.16669 7.63889 4.61113 6.75 5.50002C5.86111 6.38891 5.41667 7.47224 5.41667 8.75002C5.41667 9.62502 5.64583 10.4306 6.10417 11.1667C6.5625 11.9028 7.1875 12.4653 7.97917 12.8542C8.3125 13.0209 8.59375 13.2465 8.82292 13.5313C9.05208 13.816 9.16667 14.1389 9.16667 14.5V16.25C9.16667 16.5972 9.04514 16.8924 8.80208 17.1354C8.55903 17.3785 8.26389 17.5 7.91667 17.5H3.75C3.40278 17.5 3.10764 17.3785 2.86458 17.1354C2.62153 16.8924 2.5 16.5972 2.5 16.25C2.5 15.9028 2.62153 15.6077 2.86458 15.3646C3.10764 15.1215 3.40278 15 3.75 15H6.66667C5.5 14.375 4.58333 13.507 3.91667 12.3959C3.25 11.2847 2.91667 10.0695 2.91667 8.75002C2.91667 6.7778 3.60417 5.10419 4.97917 3.72919C6.35417 2.35419 8.02778 1.66669 10 1.66669C11.9722 1.66669 13.6458 2.35419 15.0208 3.72919C16.3958 5.10419 17.0833 6.7778 17.0833 8.75002C17.0833 10.0695 16.75 11.2847 16.0833 12.3959C15.4167 13.507 14.5 14.375 13.3333 15H16.25C16.5972 15 16.8924 15.1215 17.1354 15.3646C17.3785 15.6077 17.5 15.9028 17.5 16.25C17.5 16.5972 17.3785 16.8924 17.1354 17.1354C16.8924 17.3785 16.5972 17.5 16.25 17.5H12.0833C11.7361 17.5 11.441 17.3785 11.1979 17.1354C10.9549 16.8924 10.8333 16.5972 10.8333 16.25V14.5C10.8333 14.1389 10.9479 13.816 11.1771 13.5313C11.4062 13.2465 11.6875 13.0209 12.0208 12.8542C12.8125 12.4653 13.4375 11.9028 13.8958 11.1667C14.3542 10.4306 14.5833 9.62502 14.5833 8.75002C14.5833 7.47224 14.1389 6.38891 13.25 5.50002C12.3611 4.61113 11.2778 4.16669 10 4.16669Z",fill:n})}),p8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V11.6667C2.5 11.4306 2.57986 11.2326 2.73958 11.0729C2.89931 10.9132 3.09722 10.8333 3.33333 10.8333C3.56944 10.8333 3.76736 10.9132 3.92708 11.0729C4.08681 11.2326 4.16667 11.4306 4.16667 11.6667V14.6667L14.6667 4.16667H11.6667C11.4306 4.16667 11.2326 4.08681 11.0729 3.92708C10.9132 3.76736 10.8333 3.56944 10.8333 3.33333C10.8333 3.09722 10.9132 2.89931 11.0729 2.73958C11.2326 2.57986 11.4306 2.5 11.6667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V8.33333C17.5 8.56944 17.4201 8.76736 17.2604 8.92708C17.1007 9.08681 16.9028 9.16667 16.6667 9.16667C16.4306 9.16667 16.2326 9.08681 16.0729 8.92708C15.9132 8.76736 15.8333 8.56944 15.8333 8.33333V5.33333L5.33333 15.8333H8.33333C8.56944 15.8333 8.76736 15.9132 8.92708 16.0729C9.08681 16.2326 9.16667 16.4306 9.16667 16.6667C9.16667 16.9028 9.08681 17.1007 8.92708 17.2604C8.76736 17.4201 8.56944 17.5 8.33333 17.5H3.33333Z",fill:n})}),H8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 18.3334C8.86119 18.3334 7.7848 18.1146 6.77091 17.6771C5.75703 17.2396 4.87161 16.6424 4.11466 15.8854C3.35772 15.1285 2.7605 14.2431 2.323 13.2292C1.8855 12.2153 1.66675 11.1389 1.66675 10C1.66675 8.84724 1.89244 7.76391 2.34383 6.75002C2.79522 5.73613 3.40633 4.85419 4.17716 4.10419C4.948 3.35419 5.8473 2.76044 6.87508 2.32294C7.90286 1.88544 9.00008 1.66669 10.1667 1.66669C11.2779 1.66669 12.3265 1.85766 13.3126 2.2396C14.2987 2.62155 15.1633 3.14933 15.9063 3.82294C16.6494 4.49655 17.2397 5.29516 17.6772 6.21877C18.1147 7.14238 18.3334 8.13891 18.3334 9.20835C18.3334 10.8056 17.8473 12.0313 16.8751 12.8854C15.9029 13.7396 14.7223 14.1667 13.3334 14.1667H11.7917C11.6667 14.1667 11.5799 14.2014 11.5313 14.2709C11.4827 14.3403 11.4584 14.4167 11.4584 14.5C11.4584 14.6667 11.5626 14.9063 11.7709 15.2188C11.9792 15.5313 12.0834 15.8889 12.0834 16.2917C12.0834 16.9861 11.8924 17.5 11.5105 17.8334C11.1286 18.1667 10.6251 18.3334 10.0001 18.3334ZM5.41675 10.8334C5.77786 10.8334 6.07647 10.7153 6.31258 10.4792C6.54869 10.2431 6.66675 9.94446 6.66675 9.58335C6.66675 9.22224 6.54869 8.92363 6.31258 8.68752C6.07647 8.45141 5.77786 8.33335 5.41675 8.33335C5.05564 8.33335 4.75703 8.45141 4.52091 8.68752C4.2848 8.92363 4.16675 9.22224 4.16675 9.58335C4.16675 9.94446 4.2848 10.2431 4.52091 10.4792C4.75703 10.7153 5.05564 10.8334 5.41675 10.8334ZM7.91675 7.50002C8.27786 7.50002 8.57647 7.38196 8.81258 7.14585C9.04869 6.90974 9.16675 6.61113 9.16675 6.25002C9.16675 5.88891 9.04869 5.5903 8.81258 5.35419C8.57647 5.11808 8.27786 5.00002 7.91675 5.00002C7.55564 5.00002 7.25703 5.11808 7.02091 5.35419C6.7848 5.5903 6.66675 5.88891 6.66675 6.25002C6.66675 6.61113 6.7848 6.90974 7.02091 7.14585C7.25703 7.38196 7.55564 7.50002 7.91675 7.50002ZM12.0834 7.50002C12.4445 7.50002 12.7431 7.38196 12.9792 7.14585C13.2154 6.90974 13.3334 6.61113 13.3334 6.25002C13.3334 5.88891 13.2154 5.5903 12.9792 5.35419C12.7431 5.11808 12.4445 5.00002 12.0834 5.00002C11.7223 5.00002 11.4237 5.11808 11.1876 5.35419C10.9515 5.5903 10.8334 5.88891 10.8334 6.25002C10.8334 6.61113 10.9515 6.90974 11.1876 7.14585C11.4237 7.38196 11.7223 7.50002 12.0834 7.50002ZM14.5834 10.8334C14.9445 10.8334 15.2431 10.7153 15.4792 10.4792C15.7154 10.2431 15.8334 9.94446 15.8334 9.58335C15.8334 9.22224 15.7154 8.92363 15.4792 8.68752C15.2431 8.45141 14.9445 8.33335 14.5834 8.33335C14.2223 8.33335 13.9237 8.45141 13.6876 8.68752C13.4515 8.92363 13.3334 9.22224 13.3334 9.58335C13.3334 9.94446 13.4515 10.2431 13.6876 10.4792C13.9237 10.7153 14.2223 10.8334 14.5834 10.8334Z",fill:n})}),V8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 18.3334C8.86119 18.3334 7.7848 18.1146 6.77091 17.6771C5.75703 17.2396 4.87161 16.6424 4.11466 15.8854C3.35772 15.1285 2.7605 14.2431 2.323 13.2292C1.8855 12.2153 1.66675 11.1389 1.66675 10C1.66675 8.84724 1.89244 7.76391 2.34383 6.75002C2.79522 5.73613 3.40633 4.85419 4.17716 4.10419C4.948 3.35419 5.8473 2.76044 6.87508 2.32294C7.90286 1.88544 9.00008 1.66669 10.1667 1.66669C11.2779 1.66669 12.3265 1.85766 13.3126 2.2396C14.2987 2.62155 15.1633 3.14933 15.9063 3.82294C16.6494 4.49655 17.2397 5.29516 17.6772 6.21877C18.1147 7.14238 18.3334 8.13891 18.3334 9.20835C18.3334 10.8056 17.8473 12.0313 16.8751 12.8854C15.9029 13.7396 14.7223 14.1667 13.3334 14.1667H11.7917C11.6667 14.1667 11.5799 14.2014 11.5313 14.2709C11.4827 14.3403 11.4584 14.4167 11.4584 14.5C11.4584 14.6667 11.5626 14.9063 11.7709 15.2188C11.9792 15.5313 12.0834 15.8889 12.0834 16.2917C12.0834 16.9861 11.8924 17.5 11.5105 17.8334C11.1286 18.1667 10.6251 18.3334 10.0001 18.3334ZM5.41675 10.8334C5.77786 10.8334 6.07647 10.7153 6.31258 10.4792C6.54869 10.2431 6.66675 9.94446 6.66675 9.58335C6.66675 9.22224 6.54869 8.92363 6.31258 8.68752C6.07647 8.45141 5.77786 8.33335 5.41675 8.33335C5.05564 8.33335 4.75703 8.45141 4.52091 8.68752C4.2848 8.92363 4.16675 9.22224 4.16675 9.58335C4.16675 9.94446 4.2848 10.2431 4.52091 10.4792C4.75703 10.7153 5.05564 10.8334 5.41675 10.8334ZM7.91675 7.50002C8.27786 7.50002 8.57647 7.38196 8.81258 7.14585C9.04869 6.90974 9.16675 6.61113 9.16675 6.25002C9.16675 5.88891 9.04869 5.5903 8.81258 5.35419C8.57647 5.11808 8.27786 5.00002 7.91675 5.00002C7.55564 5.00002 7.25703 5.11808 7.02091 5.35419C6.7848 5.5903 6.66675 5.88891 6.66675 6.25002C6.66675 6.61113 6.7848 6.90974 7.02091 7.14585C7.25703 7.38196 7.55564 7.50002 7.91675 7.50002ZM12.0834 7.50002C12.4445 7.50002 12.7431 7.38196 12.9792 7.14585C13.2154 6.90974 13.3334 6.61113 13.3334 6.25002C13.3334 5.88891 13.2154 5.5903 12.9792 5.35419C12.7431 5.11808 12.4445 5.00002 12.0834 5.00002C11.7223 5.00002 11.4237 5.11808 11.1876 5.35419C10.9515 5.5903 10.8334 5.88891 10.8334 6.25002C10.8334 6.61113 10.9515 6.90974 11.1876 7.14585C11.4237 7.38196 11.7223 7.50002 12.0834 7.50002ZM14.5834 10.8334C14.9445 10.8334 15.2431 10.7153 15.4792 10.4792C15.7154 10.2431 15.8334 9.94446 15.8334 9.58335C15.8334 9.22224 15.7154 8.92363 15.4792 8.68752C15.2431 8.45141 14.9445 8.33335 14.5834 8.33335C14.2223 8.33335 13.9237 8.45141 13.6876 8.68752C13.4515 8.92363 13.3334 9.22224 13.3334 9.58335C13.3334 9.94446 13.4515 10.2431 13.6876 10.4792C13.9237 10.7153 14.2223 10.8334 14.5834 10.8334ZM10.0001 16.6667C10.1251 16.6667 10.2258 16.632 10.3022 16.5625C10.3786 16.4931 10.4167 16.4028 10.4167 16.2917C10.4167 16.0972 10.3126 15.8681 10.1042 15.6042C9.89591 15.3403 9.79175 14.9445 9.79175 14.4167C9.79175 13.8334 9.99314 13.3681 10.3959 13.0209C10.7987 12.6736 11.2917 12.5 11.8751 12.5H13.3334C14.2501 12.5 15.0348 12.2327 15.6876 11.6979C16.3404 11.1632 16.6667 10.3334 16.6667 9.20835C16.6667 7.5278 16.0244 6.12849 14.7397 5.01044C13.4549 3.89238 11.9306 3.33335 10.1667 3.33335C8.27786 3.33335 6.66675 3.97919 5.33341 5.27085C4.00008 6.56252 3.33341 8.13891 3.33341 10C3.33341 11.8472 3.98272 13.4202 5.28133 14.7188C6.57994 16.0174 8.15286 16.6667 10.0001 16.6667Z",fill:n})}),L8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H7.64583C7.79861 2.01387 8.09722 1.61456 8.54167 1.30206C8.98611 0.989563 9.47222 0.833313 10 0.833313C10.5556 0.833313 11.0521 0.989563 11.4896 1.30206C11.9271 1.61456 12.2222 2.01387 12.375 2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16665H14.1667V5.83331C14.1667 6.06942 14.0868 6.26734 13.9271 6.42706C13.7674 6.58678 13.5694 6.66665 13.3333 6.66665H6.66667C6.43056 6.66665 6.23264 6.58678 6.07292 6.42706C5.91319 6.26734 5.83333 6.06942 5.83333 5.83331V4.16665H4.16667V15.8333ZM10 4.16665C10.2361 4.16665 10.434 4.08679 10.5938 3.92706C10.7535 3.76734 10.8333 3.56942 10.8333 3.33331C10.8333 3.0972 10.7535 2.89929 10.5938 2.73956C10.434 2.57984 10.2361 2.49998 10 2.49998C9.76389 2.49998 9.56597 2.57984 9.40625 2.73956C9.24653 2.89929 9.16667 3.0972 9.16667 3.33331C9.16667 3.56942 9.24653 3.76734 9.40625 3.92706C9.56597 4.08679 9.76389 4.16665 10 4.16665Z",fill:n})}),M8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33329 13.3334C8.5694 13.3334 8.76732 13.2535 8.92704 13.0938C9.08676 12.934 9.16663 12.7361 9.16663 12.5V7.50002C9.16663 7.26391 9.08676 7.06599 8.92704 6.90627C8.76732 6.74655 8.5694 6.66669 8.33329 6.66669C8.09718 6.66669 7.89926 6.74655 7.73954 6.90627C7.57982 7.06599 7.49996 7.26391 7.49996 7.50002V12.5C7.49996 12.7361 7.57982 12.934 7.73954 13.0938C7.89926 13.2535 8.09718 13.3334 8.33329 13.3334ZM11.6666 13.3334C11.9027 13.3334 12.1007 13.2535 12.2604 13.0938C12.4201 12.934 12.5 12.7361 12.5 12.5V7.50002C12.5 7.26391 12.4201 7.06599 12.2604 6.90627C12.1007 6.74655 11.9027 6.66669 11.6666 6.66669C11.4305 6.66669 11.2326 6.74655 11.0729 6.90627C10.9132 7.06599 10.8333 7.26391 10.8333 7.50002V12.5C10.8333 12.7361 10.9132 12.934 11.0729 13.0938C11.2326 13.2535 11.4305 13.3334 11.6666 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),f8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33329 13.3334C8.5694 13.3334 8.76732 13.2535 8.92704 13.0938C9.08676 12.934 9.16663 12.7361 9.16663 12.5V7.50002C9.16663 7.26391 9.08676 7.06599 8.92704 6.90627C8.76732 6.74655 8.5694 6.66669 8.33329 6.66669C8.09718 6.66669 7.89926 6.74655 7.73954 6.90627C7.57982 7.06599 7.49996 7.26391 7.49996 7.50002V12.5C7.49996 12.7361 7.57982 12.934 7.73954 13.0938C7.89926 13.2535 8.09718 13.3334 8.33329 13.3334ZM11.6666 13.3334C11.9027 13.3334 12.1007 13.2535 12.2604 13.0938C12.4201 12.934 12.5 12.7361 12.5 12.5V7.50002C12.5 7.26391 12.4201 7.06599 12.2604 6.90627C12.1007 6.74655 11.9027 6.66669 11.6666 6.66669C11.4305 6.66669 11.2326 6.74655 11.0729 6.90627C10.9132 7.06599 10.8333 7.26391 10.8333 7.50002V12.5C10.8333 12.7361 10.9132 12.934 11.0729 13.0938C11.2326 13.2535 11.4305 13.3334 11.6666 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),Z8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3333 15.8334C12.875 15.8334 12.4826 15.6702 12.1562 15.3438C11.8299 15.0174 11.6667 14.625 11.6667 14.1667V5.83335C11.6667 5.37502 11.8299 4.98266 12.1562 4.65627C12.4826 4.32988 12.875 4.16669 13.3333 4.16669C13.7917 4.16669 14.184 4.32988 14.5104 4.65627C14.8368 4.98266 15 5.37502 15 5.83335V14.1667C15 14.625 14.8368 15.0174 14.5104 15.3438C14.184 15.6702 13.7917 15.8334 13.3333 15.8334ZM6.66667 15.8334C6.20833 15.8334 5.81597 15.6702 5.48958 15.3438C5.16319 15.0174 5 14.625 5 14.1667V5.83335C5 5.37502 5.16319 4.98266 5.48958 4.65627C5.81597 4.32988 6.20833 4.16669 6.66667 4.16669C7.125 4.16669 7.51736 4.32988 7.84375 4.65627C8.17014 4.98266 8.33333 5.37502 8.33333 5.83335V14.1667C8.33333 14.625 8.17014 15.0174 7.84375 15.3438C7.51736 15.6702 7.125 15.8334 6.66667 15.8334Z",fill:n})}),j8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.5 15.8334C12.0416 15.8334 11.6493 15.6702 11.3229 15.3438C10.9965 15.0174 10.8333 14.625 10.8333 14.1667V5.83335C10.8333 5.37502 10.9965 4.98266 11.3229 4.65627C11.6493 4.32988 12.0416 4.16669 12.5 4.16669H14.1666C14.625 4.16669 15.0173 4.32988 15.3437 4.65627C15.6701 4.98266 15.8333 5.37502 15.8333 5.83335V14.1667C15.8333 14.625 15.6701 15.0174 15.3437 15.3438C15.0173 15.6702 14.625 15.8334 14.1666 15.8334H12.5ZM5.83329 15.8334C5.37496 15.8334 4.9826 15.6702 4.65621 15.3438C4.32982 15.0174 4.16663 14.625 4.16663 14.1667V5.83335C4.16663 5.37502 4.32982 4.98266 4.65621 4.65627C4.9826 4.32988 5.37496 4.16669 5.83329 4.16669H7.49996C7.95829 4.16669 8.35065 4.32988 8.67704 4.65627C9.00343 4.98266 9.16663 5.37502 9.16663 5.83335V14.1667C9.16663 14.625 9.00343 15.0174 8.67704 15.3438C8.35065 15.6702 7.95829 15.8334 7.49996 15.8334H5.83329ZM12.5 14.1667H14.1666V5.83335H12.5V14.1667ZM5.83329 14.1667H7.49996V5.83335H5.83329V14.1667Z",fill:n})}),m8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 14.5833C11.0416 14.5833 11.927 14.2188 12.6562 13.4896C13.3854 12.7604 13.75 11.875 13.75 10.8333C13.75 9.79167 13.3854 8.90625 12.6562 8.17708C11.927 7.44792 11.0416 7.08333 9.99996 7.08333C8.95829 7.08333 8.07288 7.44792 7.34371 8.17708C6.61454 8.90625 6.24996 9.79167 6.24996 10.8333C6.24996 11.875 6.61454 12.7604 7.34371 13.4896C8.07288 14.2188 8.95829 14.5833 9.99996 14.5833ZM9.99996 12.9167C9.41663 12.9167 8.92357 12.7153 8.52079 12.3125C8.11801 11.9097 7.91663 11.4167 7.91663 10.8333C7.91663 10.25 8.11801 9.75694 8.52079 9.35417C8.92357 8.95139 9.41663 8.75 9.99996 8.75C10.5833 8.75 11.0763 8.95139 11.4791 9.35417C11.8819 9.75694 12.0833 10.25 12.0833 10.8333C12.0833 11.4167 11.8819 11.9097 11.4791 12.3125C11.0763 12.7153 10.5833 12.9167 9.99996 12.9167ZM3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V5.83333C1.66663 5.375 1.82982 4.98264 2.15621 4.65625C2.4826 4.32986 2.87496 4.16667 3.33329 4.16667H5.95829L6.99996 3.04167C7.15274 2.875 7.33676 2.74306 7.55204 2.64583C7.76732 2.54861 7.99301 2.5 8.22913 2.5H11.7708C12.0069 2.5 12.2326 2.54861 12.4479 2.64583C12.6632 2.74306 12.8472 2.875 13 3.04167L14.0416 4.16667H16.6666C17.125 4.16667 17.5173 4.32986 17.8437 4.65625C18.1701 4.98264 18.3333 5.375 18.3333 5.83333V15.8333C18.3333 16.2917 18.1701 16.684 17.8437 17.0104C17.5173 17.3368 17.125 17.5 16.6666 17.5H3.33329Z",fill:n})}),B8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 14.5833C11.0416 14.5833 11.927 14.2188 12.6562 13.4896C13.3854 12.7604 13.75 11.875 13.75 10.8333C13.75 9.79167 13.3854 8.90625 12.6562 8.17708C11.927 7.44792 11.0416 7.08333 9.99996 7.08333C8.95829 7.08333 8.07288 7.44792 7.34371 8.17708C6.61454 8.90625 6.24996 9.79167 6.24996 10.8333C6.24996 11.875 6.61454 12.7604 7.34371 13.4896C8.07288 14.2188 8.95829 14.5833 9.99996 14.5833ZM9.99996 12.9167C9.41663 12.9167 8.92357 12.7153 8.52079 12.3125C8.11801 11.9097 7.91663 11.4167 7.91663 10.8333C7.91663 10.25 8.11801 9.75694 8.52079 9.35417C8.92357 8.95139 9.41663 8.75 9.99996 8.75C10.5833 8.75 11.0763 8.95139 11.4791 9.35417C11.8819 9.75694 12.0833 10.25 12.0833 10.8333C12.0833 11.4167 11.8819 11.9097 11.4791 12.3125C11.0763 12.7153 10.5833 12.9167 9.99996 12.9167ZM3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V5.83333C1.66663 5.375 1.82982 4.98264 2.15621 4.65625C2.4826 4.32986 2.87496 4.16667 3.33329 4.16667H5.95829L6.99996 3.04167C7.15274 2.875 7.33676 2.74306 7.55204 2.64583C7.76732 2.54861 7.99301 2.5 8.22913 2.5H11.7708C12.0069 2.5 12.2326 2.54861 12.4479 2.64583C12.6632 2.74306 12.8472 2.875 13 3.04167L14.0416 4.16667H16.6666C17.125 4.16667 17.5173 4.32986 17.8437 4.65625C18.1701 4.98264 18.3333 5.375 18.3333 5.83333V15.8333C18.3333 16.2917 18.1701 16.684 17.8437 17.0104C17.5173 17.3368 17.125 17.5 16.6666 17.5H3.33329ZM3.33329 15.8333H16.6666V5.83333H13.2916L11.7708 4.16667H8.22913L6.70829 5.83333H3.33329V15.8333Z",fill:n})}),S8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.87496 13.125L12.9375 10.5209C13.1319 10.3959 13.2291 10.2222 13.2291 10C13.2291 9.7778 13.1319 9.60419 12.9375 9.47919L8.87496 6.87502C8.66663 6.73613 8.45482 6.72571 8.23954 6.84377C8.02426 6.96183 7.91663 7.14585 7.91663 7.39585V12.6042C7.91663 12.8542 8.02426 13.0382 8.23954 13.1563C8.45482 13.2743 8.66663 13.2639 8.87496 13.125ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),b8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.87496 13.125L12.9375 10.5209C13.1319 10.3959 13.2291 10.2222 13.2291 10C13.2291 9.7778 13.1319 9.60419 12.9375 9.47919L8.87496 6.87502C8.66663 6.73613 8.45482 6.72571 8.23954 6.84377C8.02426 6.96183 7.91663 7.14585 7.91663 7.39585V12.6042C7.91663 12.8542 8.02426 13.0382 8.23954 13.1563C8.45482 13.2743 8.66663 13.2639 8.87496 13.125ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),_8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66663 14.3125V5.68752C6.66663 5.45141 6.74996 5.25349 6.91663 5.09377C7.08329 4.93405 7.27774 4.85419 7.49996 4.85419C7.5694 4.85419 7.64232 4.8646 7.71871 4.88544C7.7951 4.90627 7.86801 4.93752 7.93746 4.97919L14.7291 9.29169C14.8541 9.37502 14.9479 9.47919 15.0104 9.60419C15.0729 9.72919 15.1041 9.86113 15.1041 10C15.1041 10.1389 15.0729 10.2709 15.0104 10.3959C14.9479 10.5209 14.8541 10.625 14.7291 10.7084L7.93746 15.0209C7.86801 15.0625 7.7951 15.0938 7.71871 15.1146C7.64232 15.1354 7.5694 15.1459 7.49996 15.1459C7.27774 15.1459 7.08329 15.066 6.91663 14.9063C6.74996 14.7465 6.66663 14.5486 6.66663 14.3125Z",fill:n})}),y8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66663 14.3125V5.68752C6.66663 5.45141 6.74996 5.25349 6.91663 5.09377C7.08329 4.93405 7.27774 4.85419 7.49996 4.85419C7.5694 4.85419 7.64232 4.8646 7.71871 4.88544C7.7951 4.90627 7.86801 4.93752 7.93746 4.97919L14.7291 9.29169C14.8541 9.37502 14.9479 9.47919 15.0104 9.60419C15.0729 9.72919 15.1041 9.86113 15.1041 10C15.1041 10.1389 15.0729 10.2709 15.0104 10.3959C14.9479 10.5209 14.8541 10.625 14.7291 10.7084L7.93746 15.0209C7.86801 15.0625 7.7951 15.0938 7.71871 15.1146C7.64232 15.1354 7.5694 15.1459 7.49996 15.1459C7.27774 15.1459 7.08329 15.066 6.91663 14.9063C6.74996 14.7465 6.66663 14.5486 6.66663 14.3125ZM8.33329 12.7917L12.7083 10L8.33329 7.20835V12.7917Z",fill:n})}),O8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.47913 12.5834C5.20135 12.7778 4.91315 12.7952 4.61454 12.6354C4.31593 12.4757 4.16663 12.2292 4.16663 11.8959V8.10419C4.16663 7.77085 4.31593 7.52433 4.61454 7.3646C4.91315 7.20488 5.20135 7.22224 5.47913 7.41669L8.18746 9.31252C8.42357 9.47919 8.54163 9.70835 8.54163 10C8.54163 10.2917 8.42357 10.5209 8.18746 10.6875L5.47913 12.5834ZM11.6666 13.3334C11.4305 13.3334 11.2326 13.2535 11.0729 13.0938C10.9132 12.934 10.8333 12.7361 10.8333 12.5V7.50002C10.8333 7.26391 10.9132 7.06599 11.0729 6.90627C11.2326 6.74655 11.4305 6.66669 11.6666 6.66669C11.9027 6.66669 12.1007 6.74655 12.2604 6.90627C12.4201 7.06599 12.5 7.26391 12.5 7.50002V12.5C12.5 12.7361 12.4201 12.934 12.2604 13.0938C12.1007 13.2535 11.9027 13.3334 11.6666 13.3334ZM15 13.3334C14.7638 13.3334 14.5659 13.2535 14.4062 13.0938C14.2465 12.934 14.1666 12.7361 14.1666 12.5V7.50002C14.1666 7.26391 14.2465 7.06599 14.4062 6.90627C14.5659 6.74655 14.7638 6.66669 15 6.66669C15.2361 6.66669 15.434 6.74655 15.5937 6.90627C15.7534 7.06599 15.8333 7.26391 15.8333 7.50002V12.5C15.8333 12.7361 15.7534 12.934 15.5937 13.0938C15.434 13.2535 15.2361 13.3334 15 13.3334Z",fill:n})}),N8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.91667 16.6667V15L5.47917 12.5625C5.32639 12.4097 5.20833 12.2326 5.125 12.0312C5.04167 11.8299 5 11.6181 5 11.3958V7.5C5 7.04167 5.16319 6.64931 5.48958 6.32292C5.81597 5.99653 6.20833 5.83333 6.66667 5.83333H7.5L6.66667 6.66667V3.33333C6.66667 3.09722 6.74653 2.89931 6.90625 2.73958C7.06597 2.57986 7.26389 2.5 7.5 2.5C7.73611 2.5 7.93403 2.57986 8.09375 2.73958C8.25347 2.89931 8.33333 3.09722 8.33333 3.33333V5.83333H11.6667V3.33333C11.6667 3.09722 11.7465 2.89931 11.9062 2.73958C12.066 2.57986 12.2639 2.5 12.5 2.5C12.7361 2.5 12.934 2.57986 13.0938 2.73958C13.2535 2.89931 13.3333 3.09722 13.3333 3.33333V6.66667L12.5 5.83333H13.3333C13.7917 5.83333 14.184 5.99653 14.5104 6.32292C14.8368 6.64931 15 7.04167 15 7.5V11.3958C15 11.6181 14.9583 11.8299 14.875 12.0312C14.7917 12.2326 14.6736 12.4097 14.5208 12.5625L12.0833 15V16.6667C12.0833 16.9028 12.0035 17.1007 11.8438 17.2604C11.684 17.4201 11.4861 17.5 11.25 17.5H8.75C8.51389 17.5 8.31597 17.4201 8.15625 17.2604C7.99653 17.1007 7.91667 16.9028 7.91667 16.6667Z",fill:n})}),F8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.49984 12.5C2.26373 12.5 2.06581 12.4201 1.90609 12.2604C1.74637 12.1007 1.6665 11.9028 1.6665 11.6667C1.6665 11.4306 1.74637 11.2326 1.90609 11.0729C2.06581 10.9132 2.26373 10.8333 2.49984 10.8333H4.99984C5.23595 10.8333 5.43387 10.9132 5.59359 11.0729C5.75331 11.2326 5.83317 11.4306 5.83317 11.6667C5.83317 11.9028 5.75331 12.1007 5.59359 12.2604C5.43387 12.4201 5.23595 12.5 4.99984 12.5H2.49984ZM8.33317 12.5C8.09706 12.5 7.89914 12.4201 7.73942 12.2604C7.5797 12.1007 7.49984 11.9028 7.49984 11.6667C7.49984 11.4306 7.5797 11.2326 7.73942 11.0729C7.89914 10.9132 8.09706 10.8333 8.33317 10.8333H10.8332C11.0693 10.8333 11.2672 10.9132 11.4269 11.0729C11.5866 11.2326 11.6665 11.4306 11.6665 11.6667C11.6665 11.9028 11.5866 12.1007 11.4269 12.2604C11.2672 12.4201 11.0693 12.5 10.8332 12.5H8.33317ZM14.1665 12.5C13.9304 12.5 13.7325 12.4201 13.5728 12.2604C13.413 12.1007 13.3332 11.9028 13.3332 11.6667C13.3332 11.4306 13.413 11.2326 13.5728 11.0729C13.7325 10.9132 13.9304 10.8333 14.1665 10.8333H16.6665C16.9026 10.8333 17.1005 10.9132 17.2603 11.0729C17.42 11.2326 17.4998 11.4306 17.4998 11.6667C17.4998 11.9028 17.42 12.1007 17.2603 12.2604C17.1005 12.4201 16.9026 12.5 16.6665 12.5H14.1665ZM2.49984 9.16667C2.26373 9.16667 2.06581 9.08681 1.90609 8.92708C1.74637 8.76736 1.6665 8.56944 1.6665 8.33333C1.6665 8.09722 1.74637 7.89931 1.90609 7.73958C2.06581 7.57986 2.26373 7.5 2.49984 7.5H16.6665C16.9026 7.5 17.1005 7.57986 17.2603 7.73958C17.42 7.89931 17.4998 8.09722 17.4998 8.33333C17.4998 8.56944 17.42 8.76736 17.2603 8.92708C17.1005 9.08681 16.9026 9.16667 16.6665 9.16667H2.49984Z",fill:n})}),k8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.75016 17.5C8.51405 17.5 8.31614 17.4201 8.15641 17.2604C7.99669 17.1007 7.91683 16.9028 7.91683 16.6667V15L5.47933 12.5625C5.32655 12.4097 5.2085 12.2326 5.12516 12.0312C5.04183 11.8299 5.00016 11.6181 5.00016 11.3958V7.5C5.00016 7.16667 5.07655 6.85417 5.22933 6.5625C5.38211 6.27083 5.60433 6.04861 5.896 5.89583V8.22917L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3127 17.4306 17.3127 17.6667C17.3127 17.9028 17.2363 18.0972 17.0835 18.25C16.9307 18.4028 16.7363 18.4792 16.5002 18.4792C16.2641 18.4792 16.0696 18.4028 15.9168 18.25L12.3752 14.7083L12.0835 15V16.6667C12.0835 16.9028 12.0036 17.1007 11.8439 17.2604C11.6842 17.4201 11.4863 17.5 11.2502 17.5H8.75016ZM14.2918 11.9167L6.66683 4.29167V3.33333C6.66683 3.09722 6.74669 2.89931 6.90641 2.73958C7.06614 2.57986 7.26405 2.5 7.50016 2.5C7.73627 2.5 7.93419 2.57986 8.09391 2.73958C8.25364 2.89931 8.3335 3.09722 8.3335 3.33333V5.83333H11.6668V3.33333C11.6668 3.09722 11.7467 2.89931 11.9064 2.73958C12.0661 2.57986 12.2641 2.5 12.5002 2.5C12.7363 2.5 12.9342 2.57986 13.0939 2.73958C13.2536 2.89931 13.3335 3.09722 13.3335 3.33333V6.66667L12.5002 5.83333H13.3335C13.7918 5.83333 14.1842 5.99653 14.5106 6.32292C14.837 6.64931 15.0002 7.04167 15.0002 7.5V10.5208C15.0002 10.7431 14.9585 10.9549 14.8752 11.1562C14.7918 11.3576 14.6738 11.5347 14.521 11.6875L14.2918 11.9167Z",fill:n})}),I8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.75016 17.5C8.51405 17.5 8.31614 17.4201 8.15641 17.2604C7.99669 17.1007 7.91683 16.9028 7.91683 16.6667V15L5.47933 12.5625C5.32655 12.4097 5.2085 12.2326 5.12516 12.0312C5.04183 11.8299 5.00016 11.6181 5.00016 11.3958V7.5C5.00016 7.16667 5.07655 6.85417 5.22933 6.5625C5.38211 6.27083 5.60433 6.04861 5.896 5.89583L7.50016 7.5H6.66683V11.375L9.5835 14.2917V15.8333H10.4168V14.2917L11.1877 13.5208L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3127 17.4306 17.3127 17.6667C17.3127 17.9028 17.2363 18.0972 17.0835 18.25C16.9307 18.4028 16.7363 18.4792 16.5002 18.4792C16.2641 18.4792 16.0696 18.4028 15.9168 18.25L12.3752 14.7083L12.0835 15V16.6667C12.0835 16.9028 12.0036 17.1007 11.8439 17.2604C11.6842 17.4201 11.4863 17.5 11.2502 17.5H8.75016ZM14.2918 11.9167L13.3335 10.9583V7.5H9.87516L6.66683 4.29167V3.33333C6.66683 3.09722 6.74669 2.89931 6.90641 2.73958C7.06614 2.57986 7.26405 2.5 7.50016 2.5C7.73627 2.5 7.93419 2.57986 8.09391 2.73958C8.25364 2.89931 8.3335 3.09722 8.3335 3.33333V5.83333H11.6668V3.33333C11.6668 3.09722 11.7467 2.89931 11.9064 2.73958C12.0661 2.57986 12.2641 2.5 12.5002 2.5C12.7363 2.5 12.9342 2.57986 13.0939 2.73958C13.2536 2.89931 13.3335 3.09722 13.3335 3.33333V6.66667L12.5002 5.83333H13.3335C13.7918 5.83333 14.1842 5.99653 14.5106 6.32292C14.837 6.64931 15.0002 7.04167 15.0002 7.5V10.5208C15.0002 10.7431 14.9585 10.9549 14.8752 11.1562C14.7918 11.3576 14.6738 11.5347 14.521 11.6875L14.2918 11.9167Z",fill:n})}),A8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.58333 15.8333H10.4167V14.2917L13.3333 11.375V7.5H6.66667V11.375L9.58333 14.2917V15.8333ZM7.91667 16.6667V15L5.47917 12.5625C5.32639 12.4097 5.20833 12.2326 5.125 12.0312C5.04167 11.8299 5 11.6181 5 11.3958V7.5C5 7.04167 5.16319 6.64931 5.48958 6.32292C5.81597 5.99653 6.20833 5.83333 6.66667 5.83333H7.5L6.66667 6.66667V3.33333C6.66667 3.09722 6.74653 2.89931 6.90625 2.73958C7.06597 2.57986 7.26389 2.5 7.5 2.5C7.73611 2.5 7.93403 2.57986 8.09375 2.73958C8.25347 2.89931 8.33333 3.09722 8.33333 3.33333V5.83333H11.6667V3.33333C11.6667 3.09722 11.7465 2.89931 11.9062 2.73958C12.066 2.57986 12.2639 2.5 12.5 2.5C12.7361 2.5 12.934 2.57986 13.0938 2.73958C13.2535 2.89931 13.3333 3.09722 13.3333 3.33333V6.66667L12.5 5.83333H13.3333C13.7917 5.83333 14.184 5.99653 14.5104 6.32292C14.8368 6.64931 15 7.04167 15 7.5V11.3958C15 11.6181 14.9583 11.8299 14.875 12.0312C14.7917 12.2326 14.6736 12.4097 14.5208 12.5625L12.0833 15V16.6667C12.0833 16.9028 12.0035 17.1007 11.8438 17.2604C11.684 17.4201 11.4861 17.5 11.25 17.5H8.75C8.51389 17.5 8.31597 17.4201 8.15625 17.2604C7.99653 17.1007 7.91667 16.9028 7.91667 16.6667Z",fill:n})}),R8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 12.5C15.5972 12.5 15.3993 12.4201 15.2396 12.2604C15.0799 12.1007 15 11.9028 15 11.6666C15 11.4305 15.0799 11.2326 15.2396 11.0729C15.3993 10.9132 15.5972 10.8333 15.8333 10.8333H16.6667C16.9028 10.8333 17.1007 10.9132 17.2604 11.0729C17.4201 11.2326 17.5 11.4305 17.5 11.6666C17.5 11.9028 17.4201 12.1007 17.2604 12.2604C17.1007 12.4201 16.9028 12.5 16.6667 12.5H15.8333ZM15.8333 15.8333C15.5972 15.8333 15.3993 15.7535 15.2396 15.5937C15.0799 15.434 15 15.2361 15 15C15 14.7639 15.0799 14.566 15.2396 14.4062C15.3993 14.2465 15.5972 14.1666 15.8333 14.1666H16.6667C16.9028 14.1666 17.1007 14.2465 17.2604 14.4062C17.4201 14.566 17.5 14.7639 17.5 15C17.5 15.2361 17.4201 15.434 17.2604 15.5937C17.1007 15.7535 16.9028 15.8333 16.6667 15.8333H15.8333ZM11.6667 16.6666C11.2083 16.6666 10.816 16.5035 10.4896 16.1771C10.1632 15.8507 10 15.4583 10 15H9.16667C8.93056 15 8.73264 14.9201 8.57292 14.7604C8.41319 14.6007 8.33333 14.4028 8.33333 14.1666V12.5C8.33333 12.2639 8.41319 12.066 8.57292 11.9062C8.73264 11.7465 8.93056 11.6666 9.16667 11.6666H10C10 11.2083 10.1632 10.816 10.4896 10.4896C10.816 10.1632 11.2083 9.99998 11.6667 9.99998H13.3333C13.5694 9.99998 13.7674 10.0798 13.9271 10.2396C14.0868 10.3993 14.1667 10.5972 14.1667 10.8333V15.8333C14.1667 16.0694 14.0868 16.2673 13.9271 16.4271C13.7674 16.5868 13.5694 16.6666 13.3333 16.6666H11.6667ZM5.83333 14.1666C4.91667 14.1666 4.13194 13.8403 3.47917 13.1875C2.82639 12.5347 2.5 11.75 2.5 10.8333C2.5 9.91665 2.82639 9.13192 3.47917 8.47915C4.13194 7.82637 4.91667 7.49998 5.83333 7.49998H7.08333C7.43056 7.49998 7.72569 7.37845 7.96875 7.1354C8.21181 6.89234 8.33333 6.5972 8.33333 6.24998C8.33333 5.90276 8.21181 5.60762 7.96875 5.36456C7.72569 5.12151 7.43056 4.99998 7.08333 4.99998H4.16667C3.93056 4.99998 3.73264 4.92012 3.57292 4.7604C3.41319 4.60067 3.33333 4.40276 3.33333 4.16665C3.33333 3.93054 3.41319 3.73262 3.57292 3.5729C3.73264 3.41317 3.93056 3.33331 4.16667 3.33331H7.08333C7.88889 3.33331 8.57639 3.61804 9.14583 4.18748C9.71528 4.75692 10 5.44442 10 6.24998C10 7.05554 9.71528 7.74304 9.14583 8.31248C8.57639 8.88192 7.88889 9.16665 7.08333 9.16665H5.83333C5.375 9.16665 4.98264 9.32984 4.65625 9.65623C4.32986 9.98262 4.16667 10.375 4.16667 10.8333C4.16667 11.2916 4.32986 11.684 4.65625 12.0104C4.98264 12.3368 5.375 12.5 5.83333 12.5H6.66667C6.90278 12.5 7.10069 12.5798 7.26042 12.7396C7.42014 12.8993 7.5 13.0972 7.5 13.3333C7.5 13.5694 7.42014 13.7673 7.26042 13.9271C7.10069 14.0868 6.90278 14.1666 6.66667 14.1666H5.83333Z",fill:n})}),D8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.50016 13.3333V10.8333H1.66683C1.43072 10.8333 1.2328 10.7535 1.07308 10.5937C0.913357 10.434 0.833496 10.2361 0.833496 9.99998C0.833496 9.76387 0.913357 9.56595 1.07308 9.40623C1.2328 9.24651 1.43072 9.16665 1.66683 9.16665H2.50016V6.66665C2.50016 5.9722 2.74322 5.38192 3.22933 4.89581C3.71544 4.4097 4.30572 4.16665 5.00016 4.16665H5.8335C5.8335 3.93054 5.91336 3.73262 6.07308 3.5729C6.2328 3.41317 6.43072 3.33331 6.66683 3.33331C6.90294 3.33331 7.10086 3.41317 7.26058 3.5729C7.4203 3.73262 7.50016 3.93054 7.50016 4.16665V15.8333C7.50016 16.0694 7.4203 16.2673 7.26058 16.4271C7.10086 16.5868 6.90294 16.6666 6.66683 16.6666C6.43072 16.6666 6.2328 16.5868 6.07308 16.4271C5.91336 16.2673 5.8335 16.0694 5.8335 15.8333H5.00016C4.30572 15.8333 3.71544 15.5903 3.22933 15.1041C2.74322 14.618 2.50016 14.0278 2.50016 13.3333ZM17.5002 13.3333C17.5002 14.0278 17.2571 14.618 16.771 15.1041C16.2849 15.5903 15.6946 15.8333 15.0002 15.8333H14.1668C14.1668 16.0694 14.087 16.2673 13.9272 16.4271C13.7675 16.5868 13.5696 16.6666 13.3335 16.6666C13.0974 16.6666 12.8995 16.5868 12.7397 16.4271C12.58 16.2673 12.5002 16.0694 12.5002 15.8333V13.3333H10.0002C9.76405 13.3333 9.56614 13.2535 9.40641 13.0937C9.24669 12.934 9.16683 12.7361 9.16683 12.5C9.16683 12.2639 9.24669 12.066 9.40641 11.9062C9.56614 11.7465 9.76405 11.6666 10.0002 11.6666H12.5002V8.33331H10.0002C9.76405 8.33331 9.56614 8.25345 9.40641 8.09373C9.24669 7.93401 9.16683 7.73609 9.16683 7.49998C9.16683 7.26387 9.24669 7.06595 9.40641 6.90623C9.56614 6.74651 9.76405 6.66665 10.0002 6.66665H12.5002V4.16665C12.5002 3.93054 12.58 3.73262 12.7397 3.5729C12.8995 3.41317 13.0974 3.33331 13.3335 3.33331C13.5696 3.33331 13.7675 3.41317 13.9272 3.5729C14.087 3.73262 14.1668 3.93054 14.1668 4.16665H15.0002C15.6946 4.16665 16.2849 4.4097 16.771 4.89581C17.2571 5.38192 17.5002 5.9722 17.5002 6.66665V9.16665H18.3335C18.5696 9.16665 18.7675 9.24651 18.9272 9.40623C19.087 9.56595 19.1668 9.76387 19.1668 9.99998C19.1668 10.2361 19.087 10.434 18.9272 10.5937C18.7675 10.7535 18.5696 10.8333 18.3335 10.8333H17.5002V13.3333Z",fill:n})}),T8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.50016 13.3333V10.8333H1.66683C1.43072 10.8333 1.2328 10.7535 1.07308 10.5937C0.913357 10.434 0.833496 10.2361 0.833496 9.99998C0.833496 9.76387 0.913357 9.56595 1.07308 9.40623C1.2328 9.24651 1.43072 9.16665 1.66683 9.16665H2.50016V6.66665C2.50016 5.9722 2.74322 5.38192 3.22933 4.89581C3.71544 4.4097 4.30572 4.16665 5.00016 4.16665H5.8335C5.8335 3.93054 5.91336 3.73262 6.07308 3.5729C6.2328 3.41317 6.43072 3.33331 6.66683 3.33331C6.90294 3.33331 7.10086 3.41317 7.26058 3.5729C7.4203 3.73262 7.50016 3.93054 7.50016 4.16665V15.8333C7.50016 16.0694 7.4203 16.2673 7.26058 16.4271C7.10086 16.5868 6.90294 16.6666 6.66683 16.6666C6.43072 16.6666 6.2328 16.5868 6.07308 16.4271C5.91336 16.2673 5.8335 16.0694 5.8335 15.8333H5.00016C4.30572 15.8333 3.71544 15.5903 3.22933 15.1041C2.74322 14.618 2.50016 14.0278 2.50016 13.3333ZM5.00016 14.1666H5.8335V5.83331H5.00016C4.76405 5.83331 4.56614 5.91317 4.40641 6.0729C4.24669 6.23262 4.16683 6.43054 4.16683 6.66665V13.3333C4.16683 13.5694 4.24669 13.7673 4.40641 13.9271C4.56614 14.0868 4.76405 14.1666 5.00016 14.1666ZM17.5002 13.3333C17.5002 14.0278 17.2571 14.618 16.771 15.1041C16.2849 15.5903 15.6946 15.8333 15.0002 15.8333H14.1668C14.1668 16.0694 14.087 16.2673 13.9272 16.4271C13.7675 16.5868 13.5696 16.6666 13.3335 16.6666C13.0974 16.6666 12.8995 16.5868 12.7397 16.4271C12.58 16.2673 12.5002 16.0694 12.5002 15.8333V13.3333H10.0002C9.76405 13.3333 9.56614 13.2535 9.40641 13.0937C9.24669 12.934 9.16683 12.7361 9.16683 12.5C9.16683 12.2639 9.24669 12.066 9.40641 11.9062C9.56614 11.7465 9.76405 11.6666 10.0002 11.6666H12.5002V8.33331H10.0002C9.76405 8.33331 9.56614 8.25345 9.40641 8.09373C9.24669 7.93401 9.16683 7.73609 9.16683 7.49998C9.16683 7.26387 9.24669 7.06595 9.40641 6.90623C9.56614 6.74651 9.76405 6.66665 10.0002 6.66665H12.5002V4.16665C12.5002 3.93054 12.58 3.73262 12.7397 3.5729C12.8995 3.41317 13.0974 3.33331 13.3335 3.33331C13.5696 3.33331 13.7675 3.41317 13.9272 3.5729C14.087 3.73262 14.1668 3.93054 14.1668 4.16665H15.0002C15.6946 4.16665 16.2849 4.4097 16.771 4.89581C17.2571 5.38192 17.5002 5.9722 17.5002 6.66665V9.16665H18.3335C18.5696 9.16665 18.7675 9.24651 18.9272 9.40623C19.087 9.56595 19.1668 9.76387 19.1668 9.99998C19.1668 10.2361 19.087 10.434 18.9272 10.5937C18.7675 10.7535 18.5696 10.8333 18.3335 10.8333H17.5002V13.3333ZM14.1668 14.1666H15.0002C15.2363 14.1666 15.4342 14.0868 15.5939 13.9271C15.7536 13.7673 15.8335 13.5694 15.8335 13.3333V6.66665C15.8335 6.43054 15.7536 6.23262 15.5939 6.0729C15.4342 5.91317 15.2363 5.83331 15.0002 5.83331H14.1668V14.1666Z",fill:n})}),E8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.98613 1.83664 8.02433 2.17692 7.1146C2.5172 6.20488 2.98595 5.38891 3.58317 4.66669C3.73595 4.47224 3.91998 4.38196 4.13525 4.39585C4.35053 4.40974 4.53456 4.48613 4.68734 4.62502C4.84011 4.76391 4.94081 4.94446 4.98942 5.16669C5.03803 5.38891 4.96511 5.61808 4.77067 5.85419C4.32623 6.42363 3.97553 7.05905 3.71859 7.76044C3.46164 8.46183 3.33317 9.20835 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 9.20835 16.538 8.46183 16.2811 7.76044C16.0241 7.05905 15.6734 6.42363 15.229 5.85419C15.0346 5.61808 14.9616 5.38891 15.0103 5.16669C15.0589 4.94446 15.1596 4.76391 15.3123 4.62502C15.4651 4.48613 15.6491 4.40974 15.8644 4.39585C16.0797 4.38196 16.2637 4.47224 16.4165 4.66669C17.0137 5.38891 17.4825 6.20488 17.8228 7.1146C18.163 8.02433 18.3332 8.98613 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 10.8334C9.76373 10.8334 9.56581 10.7535 9.40609 10.5938C9.24636 10.434 9.1665 10.2361 9.1665 10V2.50002C9.1665 2.26391 9.24636 2.06599 9.40609 1.90627C9.56581 1.74655 9.76373 1.66669 9.99984 1.66669C10.2359 1.66669 10.4339 1.74655 10.5936 1.90627C10.7533 2.06599 10.8332 2.26391 10.8332 2.50002V10C10.8332 10.2361 10.7533 10.434 10.5936 10.5938C10.4339 10.7535 10.2359 10.8334 9.99984 10.8334Z",fill:n})}),P8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 15C11.3887 15 12.5693 14.5139 13.5415 13.5417C14.5137 12.5695 14.9998 11.3889 14.9998 10C14.9998 9.51391 14.9373 9.0521 14.8123 8.6146C14.6873 8.1771 14.5068 7.76391 14.2707 7.37502C14.104 7.09724 13.9061 6.94099 13.6769 6.90627C13.4478 6.87155 13.2359 6.90974 13.0415 7.02085C12.8471 7.13196 12.7116 7.29169 12.6353 7.50002C12.5589 7.70835 12.5971 7.91669 12.7498 8.12502C12.9443 8.38891 13.0901 8.68058 13.1873 9.00002C13.2846 9.31946 13.3332 9.6528 13.3332 10C13.3332 10.9167 13.0068 11.7014 12.354 12.3542C11.7012 13.007 10.9165 13.3334 9.99984 13.3334C9.08317 13.3334 8.29845 13.007 7.64567 12.3542C6.99289 11.7014 6.6665 10.9167 6.6665 10C6.6665 9.6528 6.71511 9.32294 6.81234 9.01044C6.90956 8.69794 7.04845 8.40974 7.229 8.14585C7.36789 7.93752 7.40261 7.73266 7.33317 7.53127C7.26373 7.32988 7.13873 7.17363 6.95817 7.06252C6.77761 6.95141 6.57275 6.90974 6.34359 6.93752C6.11442 6.9653 5.90956 7.11113 5.729 7.37502C5.479 7.75002 5.29498 8.15974 5.17692 8.60419C5.05886 9.04863 4.99984 9.51391 4.99984 10C4.99984 11.3889 5.48595 12.5695 6.45817 13.5417C7.43039 14.5139 8.61095 15 9.99984 15ZM9.99984 5.00002C9.76373 5.00002 9.56581 5.07988 9.40609 5.2396C9.24636 5.39933 9.1665 5.59724 9.1665 5.83335V9.16669C9.1665 9.4028 9.24636 9.60071 9.40609 9.76044C9.56581 9.92016 9.76373 10 9.99984 10C10.2359 10 10.4339 9.92016 10.5936 9.76044C10.7533 9.60071 10.8332 9.4028 10.8332 9.16669V5.83335C10.8332 5.59724 10.7533 5.39933 10.5936 5.2396C10.4339 5.07988 10.2359 5.00002 9.99984 5.00002Z",fill:n})}),z8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667ZM9.99984 15C11.3887 15 12.5693 14.5139 13.5415 13.5417C14.5137 12.5695 14.9998 11.3889 14.9998 10C14.9998 9.51391 14.9373 9.0521 14.8123 8.6146C14.6873 8.1771 14.5068 7.76391 14.2707 7.37502C14.104 7.09724 13.9061 6.94099 13.6769 6.90627C13.4478 6.87155 13.2359 6.90974 13.0415 7.02085C12.8471 7.13196 12.7116 7.29169 12.6353 7.50002C12.5589 7.70835 12.5971 7.91669 12.7498 8.12502C12.9443 8.38891 13.0901 8.68058 13.1873 9.00002C13.2846 9.31946 13.3332 9.6528 13.3332 10C13.3332 10.9167 13.0068 11.7014 12.354 12.3542C11.7012 13.007 10.9165 13.3334 9.99984 13.3334C9.08317 13.3334 8.29845 13.007 7.64567 12.3542C6.99289 11.7014 6.6665 10.9167 6.6665 10C6.6665 9.6528 6.71511 9.32294 6.81234 9.01044C6.90956 8.69794 7.04845 8.40974 7.229 8.14585C7.36789 7.93752 7.40261 7.73266 7.33317 7.53127C7.26373 7.32988 7.13873 7.17363 6.95817 7.06252C6.77761 6.95141 6.57275 6.90974 6.34359 6.93752C6.11442 6.9653 5.90956 7.11113 5.729 7.37502C5.479 7.75002 5.29498 8.15974 5.17692 8.60419C5.05886 9.04863 4.99984 9.51391 4.99984 10C4.99984 11.3889 5.48595 12.5695 6.45817 13.5417C7.43039 14.5139 8.61095 15 9.99984 15ZM9.99984 5.00002C9.76373 5.00002 9.56581 5.07988 9.40609 5.2396C9.24636 5.39933 9.1665 5.59724 9.1665 5.83335V9.16669C9.1665 9.4028 9.24636 9.60071 9.40609 9.76044C9.56581 9.92016 9.76373 10 9.99984 10C10.2359 10 10.4339 9.92016 10.5936 9.76044C10.7533 9.60071 10.8332 9.4028 10.8332 9.16669V5.83335C10.8332 5.59724 10.7533 5.39933 10.5936 5.2396C10.4339 5.07988 10.2359 5.00002 9.99984 5.00002Z",fill:n})}),$8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33334 3.33335C3.09723 3.33335 2.89932 3.25349 2.73959 3.09377C2.57987 2.93405 2.50001 2.73613 2.50001 2.50002C2.50001 2.26391 2.57987 2.06599 2.73959 1.90627C2.89932 1.74655 3.09723 1.66669 3.33334 1.66669H4.16668C4.40279 1.66669 4.6007 1.74655 4.76043 1.90627C4.92015 2.06599 5.00001 2.26391 5.00001 2.50002C5.00001 2.73613 4.92015 2.93405 4.76043 3.09377C4.6007 3.25349 4.40279 3.33335 4.16668 3.33335H3.33334ZM2.33334 15L2.06251 16.3334C1.9514 16.8611 2.06598 17.3264 2.40626 17.7292C2.74654 18.132 3.18057 18.3334 3.70834 18.3334H9.16668V15H2.33334ZM4.52084 6.00002L5.10418 5.41669C5.25695 5.26391 5.44793 5.18752 5.67709 5.18752C5.90626 5.18752 6.10418 5.26391 6.27084 5.41669C6.43751 5.58335 6.52084 5.78127 6.52084 6.01044C6.52084 6.2396 6.43751 6.43752 6.27084 6.60419L5.68751 7.18752C5.53473 7.3403 5.34376 7.41669 5.11459 7.41669C4.88543 7.41669 4.68751 7.3403 4.52084 7.18752C4.35418 7.02085 4.27084 6.82294 4.27084 6.59377C4.27084 6.3646 4.35418 6.16669 4.52084 6.00002ZM2.66668 13.3334H9.16668V10H4.70834C4.30557 10 3.94793 10.125 3.63543 10.375C3.32293 10.625 3.13195 10.9445 3.06251 11.3334L2.66668 13.3334ZM9.16668 8.33335V7.50002C9.16668 7.26391 9.24654 7.06599 9.40626 6.90627C9.56598 6.74655 9.7639 6.66669 10 6.66669C10.2361 6.66669 10.434 6.74655 10.5938 6.90627C10.7535 7.06599 10.8333 7.26391 10.8333 7.50002V8.33335C10.8333 8.56946 10.7535 8.76738 10.5938 8.9271C10.434 9.08683 10.2361 9.16669 10 9.16669C9.7639 9.16669 9.56598 9.08683 9.40626 8.9271C9.24654 8.76738 9.16668 8.56946 9.16668 8.33335ZM10.8333 18.3334H16.2917C16.8195 18.3334 17.2535 18.132 17.5938 17.7292C17.934 17.3264 18.0486 16.8611 17.9375 16.3334L17.6667 15H10.8333V18.3334ZM10.8333 13.3334H17.3333L16.9375 11.3334C16.8681 10.9445 16.6771 10.625 16.3646 10.375C16.0521 10.125 15.6945 10 15.2917 10H10.8333V13.3334ZM14.3125 7.16669L13.7292 6.58335C13.5764 6.43058 13.4965 6.2396 13.4896 6.01044C13.4826 5.78127 13.5625 5.58335 13.7292 5.41669C13.882 5.26391 14.0764 5.18752 14.3125 5.18752C14.5486 5.18752 14.7431 5.26391 14.8958 5.41669L15.5 6.00002C15.6667 6.1528 15.75 6.34377 15.75 6.57294C15.75 6.8021 15.6667 7.00002 15.5 7.16669C15.3333 7.33335 15.1354 7.41669 14.9063 7.41669C14.6771 7.41669 14.4792 7.33335 14.3125 7.16669ZM16.6667 3.33335H15.8333C15.5972 3.33335 15.3993 3.25349 15.2396 3.09377C15.0799 2.93405 15 2.73613 15 2.50002C15 2.26391 15.0799 2.06599 15.2396 1.90627C15.3993 1.74655 15.5972 1.66669 15.8333 1.66669H16.6667C16.9028 1.66669 17.1007 1.74655 17.2604 1.90627C17.4201 2.06599 17.5 2.26391 17.5 2.50002C17.5 2.73613 17.4201 2.93405 17.2604 3.09377C17.1007 3.25349 16.9028 3.33335 16.6667 3.33335ZM10 5.83335C9.02779 5.83335 8.17015 5.53821 7.42709 4.94794C6.68404 4.35766 6.19445 3.60419 5.95834 2.68752C5.8889 2.42363 5.94793 2.18752 6.13543 1.97919C6.32293 1.77085 6.55557 1.66669 6.83334 1.66669H13.1667C13.4445 1.66669 13.6736 1.77085 13.8542 1.97919C14.0347 2.18752 14.0972 2.42363 14.0417 2.68752C13.8056 3.60419 13.316 4.35766 12.5729 4.94794C11.8299 5.53821 10.9722 5.83335 10 5.83335Z",fill:n})}),K8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33334 3.33333C3.09723 3.33333 2.89932 3.25347 2.73959 3.09374C2.57987 2.93402 2.50001 2.73611 2.50001 2.49999C2.50001 2.26388 2.57987 2.06597 2.73959 1.90624C2.89932 1.74652 3.09723 1.66666 3.33334 1.66666H4.16668C4.40279 1.66666 4.6007 1.74652 4.76043 1.90624C4.92015 2.06597 5.00001 2.26388 5.00001 2.49999C5.00001 2.73611 4.92015 2.93402 4.76043 3.09374C4.6007 3.25347 4.40279 3.33333 4.16668 3.33333H3.33334ZM4.04168 15L3.70834 16.6667H9.16668V15H4.04168ZM4.52084 5.99999L5.10418 5.41666C5.25695 5.26388 5.44793 5.18749 5.67709 5.18749C5.90626 5.18749 6.10418 5.26388 6.27084 5.41666C6.43751 5.58333 6.52084 5.78124 6.52084 6.01041C6.52084 6.23958 6.43751 6.43749 6.27084 6.60416L5.68751 7.18749C5.53473 7.34027 5.34376 7.41666 5.11459 7.41666C4.88543 7.41666 4.68751 7.34027 4.52084 7.18749C4.35418 7.02083 4.27084 6.82291 4.27084 6.59374C4.27084 6.36458 4.35418 6.16666 4.52084 5.99999ZM4.37501 13.3333H9.16668V11.6667H4.70834L4.37501 13.3333ZM10 5.83333C9.02779 5.83333 8.17015 5.53472 7.42709 4.93749C6.68404 4.34027 6.19445 3.59027 5.95834 2.68749C5.90279 2.46527 5.93404 2.25694 6.05209 2.06249C6.17015 1.86805 6.34029 1.74305 6.56251 1.68749C6.78473 1.63194 6.99654 1.66319 7.19793 1.78124C7.39932 1.8993 7.52779 2.06944 7.58334 2.29166C7.72223 2.83333 8.0139 3.28124 8.45834 3.63541C8.90279 3.98958 9.41668 4.16666 10 4.16666C10.5833 4.16666 11.0972 3.98958 11.5417 3.63541C11.9861 3.28124 12.2778 2.83333 12.4167 2.29166C12.4722 2.06944 12.6007 1.8993 12.8021 1.78124C13.0035 1.66319 13.2153 1.63194 13.4375 1.68749C13.6597 1.74305 13.8299 1.86805 13.9479 2.06249C14.066 2.25694 14.0972 2.46527 14.0417 2.68749C13.8056 3.59027 13.316 4.34027 12.5729 4.93749C11.8299 5.53472 10.9722 5.83333 10 5.83333ZM9.16668 8.33333V7.49999C9.16668 7.26388 9.24654 7.06597 9.40626 6.90624C9.56598 6.74652 9.7639 6.66666 10 6.66666C10.2361 6.66666 10.434 6.74652 10.5938 6.90624C10.7535 7.06597 10.8333 7.26388 10.8333 7.49999V8.33333C10.8333 8.56944 10.7535 8.76736 10.5938 8.92708C10.434 9.0868 10.2361 9.16666 10 9.16666C9.7639 9.16666 9.56598 9.0868 9.40626 8.92708C9.24654 8.76736 9.16668 8.56944 9.16668 8.33333ZM10.8333 16.6667H16.2917L15.9583 15H10.8333V16.6667ZM10.8333 13.3333H15.625L15.2917 11.6667H10.8333V13.3333ZM14.3125 7.16666L13.7292 6.58333C13.5764 6.43055 13.4965 6.23958 13.4896 6.01041C13.4826 5.78124 13.5625 5.58333 13.7292 5.41666C13.882 5.26388 14.0764 5.18749 14.3125 5.18749C14.5486 5.18749 14.7431 5.26388 14.8958 5.41666L15.5 5.99999C15.6667 6.15277 15.75 6.34374 15.75 6.57291C15.75 6.80208 15.6667 6.99999 15.5 7.16666C15.3333 7.33333 15.1354 7.41666 14.9063 7.41666C14.6771 7.41666 14.4792 7.33333 14.3125 7.16666ZM16.6667 3.33333H15.8333C15.5972 3.33333 15.3993 3.25347 15.2396 3.09374C15.0799 2.93402 15 2.73611 15 2.49999C15 2.26388 15.0799 2.06597 15.2396 1.90624C15.3993 1.74652 15.5972 1.66666 15.8333 1.66666H16.6667C16.9028 1.66666 17.1007 1.74652 17.2604 1.90624C17.4201 2.06597 17.5 2.26388 17.5 2.49999C17.5 2.73611 17.4201 2.93402 17.2604 3.09374C17.1007 3.25347 16.9028 3.33333 16.6667 3.33333ZM2.06251 16.3333L3.06251 11.3333C3.13195 10.9444 3.32293 10.625 3.63543 10.375C3.94793 10.125 4.30557 9.99999 4.70834 9.99999H15.2917C15.6945 9.99999 16.0521 10.125 16.3646 10.375C16.6771 10.625 16.8681 10.9444 16.9375 11.3333L17.9375 16.3333C18.0486 16.8611 17.934 17.3264 17.5938 17.7292C17.2535 18.1319 16.8195 18.3333 16.2917 18.3333H3.70834C3.18057 18.3333 2.74654 18.1319 2.40626 17.7292C2.06598 17.3264 1.9514 16.8611 2.06251 16.3333Z",fill:n})}),U8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.5 14.1667C12.7361 14.1667 12.934 14.0868 13.0938 13.9271C13.2535 13.7674 13.3333 13.5694 13.3333 13.3333V6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667V13.3333C6.66667 13.5694 6.74653 13.7674 6.90625 13.9271C7.06597 14.0868 7.26389 14.1667 7.5 14.1667H12.5ZM8.33333 12.5V7.5H11.6667V12.5H8.33333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),G8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.5 14.1667C12.7361 14.1667 12.934 14.0868 13.0938 13.9271C13.2535 13.7674 13.3333 13.5694 13.3333 13.3333V6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667V13.3333C6.66667 13.5694 6.74653 13.7674 6.90625 13.9271C7.06597 14.0868 7.26389 14.1667 7.5 14.1667H12.5ZM8.33333 12.5V7.5H11.6667V12.5H8.33333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),W8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.3335 19.1666C8.3335 18.7083 8.49669 18.316 8.82308 17.9896C9.14947 17.6632 9.54183 17.5 10.0002 17.5V12.7291C10.1252 12.7847 10.2571 12.8264 10.396 12.8541C10.5349 12.8819 10.6807 12.8958 10.8335 12.8958C11.4168 12.8958 11.9064 12.6979 12.3022 12.3021C12.6981 11.9062 12.896 11.4166 12.896 10.8333V10.6458L15.5627 11.2916C15.7849 11.3472 15.9863 11.4444 16.1668 11.5833C16.3474 11.7222 16.4932 11.8889 16.6043 12.0833L18.5002 15.5C18.7085 15.875 18.7849 16.2708 18.7293 16.6875C18.6738 17.1041 18.4932 17.4653 18.1877 17.7708C17.8127 18.1458 17.3647 18.3333 16.8439 18.3333C16.3231 18.3333 15.8752 18.1458 15.5002 17.7708L11.6668 13.9375V17.5C12.1252 17.5 12.5175 17.6632 12.8439 17.9896C13.1703 18.316 13.3335 18.7083 13.3335 19.1666H8.3335ZM3.3335 17.5C3.09739 17.5 2.89947 17.4201 2.73975 17.2604C2.58002 17.1007 2.50016 16.9028 2.50016 16.6666C2.50016 16.4305 2.58002 16.2326 2.73975 16.0729C2.89947 15.9132 3.09739 15.8333 3.3335 15.8333H5.8335C6.06961 15.8333 6.26752 15.9132 6.42725 16.0729C6.58697 16.2326 6.66683 16.4305 6.66683 16.6666C6.66683 16.9028 6.58697 17.1007 6.42725 17.2604C6.26752 17.4201 6.06961 17.5 5.8335 17.5H3.3335ZM5.9585 13.9583L2.2085 12.8958C1.80572 12.7847 1.47586 12.559 1.21891 12.2187C0.961968 11.8785 0.833496 11.493 0.833496 11.0625C0.833496 10.5347 1.01752 10.0868 1.38558 9.71873C1.75363 9.35068 2.20155 9.16665 2.72933 9.16665H9.60433C9.34044 9.36109 9.13558 9.60068 8.98975 9.8854C8.84391 10.1701 8.771 10.4861 8.771 10.8333C8.771 11.1528 8.8335 11.4444 8.9585 11.7083C9.0835 11.9722 9.25711 12.2014 9.47933 12.3958L7.29183 13.7916C7.09739 13.9028 6.88558 13.9757 6.65641 14.0104C6.42725 14.0451 6.19461 14.0278 5.9585 13.9583ZM10.8335 12.0833C10.4863 12.0833 10.1911 11.9618 9.94808 11.7187C9.70502 11.4757 9.5835 11.1805 9.5835 10.8333C9.5835 10.4861 9.70502 10.191 9.94808 9.9479C10.1911 9.70484 10.4863 9.58331 10.8335 9.58331C11.1807 9.58331 11.4759 9.70484 11.7189 9.9479C11.962 10.191 12.0835 10.4861 12.0835 10.8333C12.0835 11.1805 11.962 11.4757 11.7189 11.7187C11.4759 11.9618 11.1807 12.0833 10.8335 12.0833ZM12.7502 10.0416C12.5974 9.66665 12.3509 9.36109 12.0106 9.12498C11.6703 8.88887 11.2779 8.77081 10.8335 8.77081C10.6807 8.77081 10.5349 8.7847 10.396 8.81248C10.2571 8.84026 10.1252 8.88193 10.0002 8.93748V5.64581C10.0002 5.4097 10.0453 5.18748 10.1356 4.97915C10.2259 4.77081 10.3543 4.59026 10.521 4.43748L13.3752 1.77081C13.6946 1.46526 14.0661 1.29165 14.4897 1.24998C14.9134 1.20831 15.3057 1.29859 15.6668 1.52081C16.1113 1.79859 16.3995 2.19095 16.5314 2.6979C16.6634 3.20484 16.5904 3.68054 16.3127 4.12498L12.7502 10.0416ZM1.66683 7.49998C1.43072 7.49998 1.2328 7.42012 1.07308 7.2604C0.913357 7.10068 0.833496 6.90276 0.833496 6.66665C0.833496 6.43054 0.913357 6.23262 1.07308 6.0729C1.2328 5.91318 1.43072 5.83331 1.66683 5.83331H4.16683C4.40294 5.83331 4.60086 5.91318 4.76058 6.0729C4.9203 6.23262 5.00016 6.43054 5.00016 6.66665C5.00016 6.90276 4.9203 7.10068 4.76058 7.2604C4.60086 7.42012 4.40294 7.49998 4.16683 7.49998H1.66683ZM4.16683 4.16665C3.93072 4.16665 3.7328 4.08679 3.57308 3.92706C3.41336 3.76734 3.3335 3.56943 3.3335 3.33331C3.3335 3.0972 3.41336 2.89929 3.57308 2.73956C3.7328 2.57984 3.93072 2.49998 4.16683 2.49998H7.50016C7.73627 2.49998 7.93419 2.57984 8.09391 2.73956C8.25364 2.89929 8.3335 3.0972 8.3335 3.33331C8.3335 3.56943 8.25364 3.76734 8.09391 3.92706C7.93419 4.08679 7.73627 4.16665 7.50016 4.16665H4.16683Z",fill:n})}),q8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.3335 19.1666C8.3335 18.7083 8.49669 18.316 8.82308 17.9896C9.14947 17.6632 9.54183 17.5 10.0002 17.5V13.1666C9.8335 13.0972 9.67725 13.0173 9.53141 12.9271C9.38558 12.8368 9.25016 12.7361 9.12516 12.625L7.29183 13.7916C7.09739 13.9028 6.88558 13.9757 6.65641 14.0104C6.42725 14.0451 6.19461 14.0278 5.9585 13.9583L2.2085 12.8958C1.80572 12.7847 1.47586 12.559 1.21891 12.2187C0.961968 11.8785 0.833496 11.493 0.833496 11.0625C0.833496 10.5347 1.01752 10.0868 1.38558 9.71873C1.75363 9.35068 2.20155 9.16665 2.72933 9.16665H9.00016C9.13905 9.01387 9.29183 8.88193 9.4585 8.77081C9.62516 8.6597 9.80572 8.56943 10.0002 8.49998V5.64581C10.0002 5.4097 10.0453 5.18748 10.1356 4.97915C10.2259 4.77081 10.3543 4.59026 10.521 4.43748L13.3752 1.77081C13.6946 1.46526 14.0661 1.29165 14.4897 1.24998C14.9134 1.20831 15.3057 1.29859 15.6668 1.52081C16.1113 1.79859 16.3995 2.19095 16.5314 2.6979C16.6634 3.20484 16.5904 3.68054 16.3127 4.12498L13.0002 9.60415C13.0974 9.77081 13.1703 9.95137 13.2189 10.1458C13.2675 10.3403 13.2988 10.5416 13.3127 10.75L15.5627 11.2916C15.7849 11.3472 15.9863 11.4444 16.1668 11.5833C16.3474 11.7222 16.4932 11.8889 16.6043 12.0833L18.5002 15.5C18.7085 15.875 18.7849 16.2708 18.7293 16.6875C18.6738 17.1041 18.4932 17.4653 18.1877 17.7708C17.8127 18.1458 17.3647 18.3333 16.8439 18.3333C16.3231 18.3333 15.8752 18.1458 15.5002 17.7708L11.6668 13.9375V17.5C12.1252 17.5 12.5175 17.6632 12.8439 17.9896C13.1703 18.316 13.3335 18.7083 13.3335 19.1666H8.3335ZM4.16683 4.16665C3.93072 4.16665 3.7328 4.08679 3.57308 3.92706C3.41336 3.76734 3.3335 3.56943 3.3335 3.33331C3.3335 3.0972 3.41336 2.89929 3.57308 2.73956C3.7328 2.57984 3.93072 2.49998 4.16683 2.49998H7.50016C7.73627 2.49998 7.93419 2.57984 8.09391 2.73956C8.25364 2.89929 8.3335 3.0972 8.3335 3.33331C8.3335 3.56943 8.25364 3.76734 8.09391 3.92706C7.93419 4.08679 7.73627 4.16665 7.50016 4.16665H4.16683ZM11.6668 5.64581V8.49998C11.6807 8.49998 11.6911 8.50345 11.6981 8.5104C11.705 8.51734 11.7154 8.52081 11.7293 8.52081L14.896 3.24998C14.9238 3.19443 14.9307 3.1354 14.9168 3.0729C14.9029 3.0104 14.8682 2.96526 14.8127 2.93748C14.771 2.9097 14.7189 2.90276 14.6564 2.91665C14.5939 2.93054 14.5488 2.95137 14.521 2.97915L11.6668 5.64581ZM1.66683 7.49998C1.43072 7.49998 1.2328 7.42012 1.07308 7.2604C0.913357 7.10068 0.833496 6.90276 0.833496 6.66665C0.833496 6.43054 0.913357 6.23262 1.07308 6.0729C1.2328 5.91318 1.43072 5.83331 1.66683 5.83331H4.16683C4.40294 5.83331 4.60086 5.91318 4.76058 6.0729C4.9203 6.23262 5.00016 6.43054 5.00016 6.66665C5.00016 6.90276 4.9203 7.10068 4.76058 7.2604C4.60086 7.42012 4.40294 7.49998 4.16683 7.49998H1.66683ZM10.8335 11.6666C11.0696 11.6666 11.2675 11.5868 11.4272 11.4271C11.587 11.2673 11.6668 11.0694 11.6668 10.8333C11.6668 10.5972 11.587 10.3993 11.4272 10.2396C11.2675 10.0798 11.0696 9.99998 10.8335 9.99998C10.5974 9.99998 10.3995 10.0798 10.2397 10.2396C10.08 10.3993 10.0002 10.5972 10.0002 10.8333C10.0002 11.0694 10.08 11.2673 10.2397 11.4271C10.3995 11.5868 10.5974 11.6666 10.8335 11.6666ZM6.43766 12.375L8.37516 11.2083C8.36127 11.1389 8.35433 11.0764 8.35433 11.0208V10.8333H2.72933C2.65989 10.8333 2.60433 10.8541 2.56266 10.8958C2.521 10.9375 2.50016 10.993 2.50016 11.0625C2.50016 11.118 2.51405 11.1666 2.54183 11.2083C2.56961 11.25 2.61127 11.2778 2.66683 11.2916L6.43766 12.375ZM15.1668 12.8958L12.7918 12.3541C12.7641 12.3819 12.7363 12.4166 12.7085 12.4583C12.6807 12.5 12.6529 12.5347 12.6252 12.5625L16.6877 16.6041C16.7293 16.6458 16.7849 16.6666 16.8543 16.6666C16.9238 16.6666 16.9793 16.6458 17.021 16.6041C17.0627 16.5625 17.087 16.5173 17.0939 16.4687C17.1009 16.4201 17.0904 16.368 17.0627 16.3125L15.1668 12.8958ZM3.3335 17.5C3.09739 17.5 2.89947 17.4201 2.73975 17.2604C2.58002 17.1007 2.50016 16.9028 2.50016 16.6666C2.50016 16.4305 2.58002 16.2326 2.73975 16.0729C2.89947 15.9132 3.09739 15.8333 3.3335 15.8333H5.8335C6.06961 15.8333 6.26752 15.9132 6.42725 16.0729C6.58697 16.2326 6.66683 16.4305 6.66683 16.6666C6.66683 16.9028 6.58697 17.1007 6.42725 17.2604C6.26752 17.4201 6.06961 17.5 5.8335 17.5H3.3335Z",fill:n})}),Y8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66666 17.5C6.20832 17.5 5.81596 17.3368 5.48957 17.0104C5.16318 16.684 4.99999 16.2917 4.99999 15.8333V14.1667H3.33332C2.87499 14.1667 2.48263 14.0035 2.15624 13.6771C1.82985 13.3507 1.66666 12.9583 1.66666 12.5V9.16667C1.66666 8.45833 1.90971 7.86458 2.39582 7.38542C2.88193 6.90625 3.47221 6.66667 4.16666 6.66667H15.8333C16.5417 6.66667 17.1354 6.90625 17.6146 7.38542C18.0937 7.86458 18.3333 8.45833 18.3333 9.16667V12.5C18.3333 12.9583 18.1701 13.3507 17.8437 13.6771C17.5174 14.0035 17.125 14.1667 16.6667 14.1667H15V15.8333C15 16.2917 14.8368 16.684 14.5104 17.0104C14.184 17.3368 13.7917 17.5 13.3333 17.5H6.66666ZM15 5.83333H4.99999V4.16667C4.99999 3.70833 5.16318 3.31597 5.48957 2.98958C5.81596 2.66319 6.20832 2.5 6.66666 2.5H13.3333C13.7917 2.5 14.184 2.66319 14.5104 2.98958C14.8368 3.31597 15 3.70833 15 4.16667V5.83333ZM15 10.4167C15.2361 10.4167 15.434 10.3368 15.5937 10.1771C15.7535 10.0174 15.8333 9.81944 15.8333 9.58333C15.8333 9.34722 15.7535 9.14931 15.5937 8.98958C15.434 8.82986 15.2361 8.75 15 8.75C14.7639 8.75 14.566 8.82986 14.4062 8.98958C14.2465 9.14931 14.1667 9.34722 14.1667 9.58333C14.1667 9.81944 14.2465 10.0174 14.4062 10.1771C14.566 10.3368 14.7639 10.4167 15 10.4167ZM6.66666 15.8333H13.3333V12.5H6.66666V15.8333Z",fill:n})}),Q8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66666 17.5C6.20832 17.5 5.81596 17.3368 5.48957 17.0104C5.16318 16.684 4.99999 16.2917 4.99999 15.8333V14.1667H3.33332C2.87499 14.1667 2.48263 14.0035 2.15624 13.6771C1.82985 13.3507 1.66666 12.9583 1.66666 12.5V9.16667C1.66666 8.45833 1.90971 7.86458 2.39582 7.38542C2.88193 6.90625 3.47221 6.66667 4.16666 6.66667H15.8333C16.5417 6.66667 17.1354 6.90625 17.6146 7.38542C18.0937 7.86458 18.3333 8.45833 18.3333 9.16667V12.5C18.3333 12.9583 18.1701 13.3507 17.8437 13.6771C17.5174 14.0035 17.125 14.1667 16.6667 14.1667H15V15.8333C15 16.2917 14.8368 16.684 14.5104 17.0104C14.184 17.3368 13.7917 17.5 13.3333 17.5H6.66666ZM3.33332 12.5H4.99999C4.99999 12.0417 5.16318 11.6493 5.48957 11.3229C5.81596 10.9965 6.20832 10.8333 6.66666 10.8333H13.3333C13.7917 10.8333 14.184 10.9965 14.5104 11.3229C14.8368 11.6493 15 12.0417 15 12.5H16.6667V9.16667C16.6667 8.93056 16.5868 8.73264 16.4271 8.57292C16.2674 8.41319 16.0694 8.33333 15.8333 8.33333H4.16666C3.93055 8.33333 3.73263 8.41319 3.57291 8.57292C3.41318 8.73264 3.33332 8.93056 3.33332 9.16667V12.5ZM13.3333 6.66667V4.16667H6.66666V6.66667H4.99999V4.16667C4.99999 3.70833 5.16318 3.31597 5.48957 2.98958C5.81596 2.66319 6.20832 2.5 6.66666 2.5H13.3333C13.7917 2.5 14.184 2.66319 14.5104 2.98958C14.8368 3.31597 15 3.70833 15 4.16667V6.66667H13.3333ZM15 10.4167C15.2361 10.4167 15.434 10.3368 15.5937 10.1771C15.7535 10.0174 15.8333 9.81944 15.8333 9.58333C15.8333 9.34722 15.7535 9.14931 15.5937 8.98958C15.434 8.82986 15.2361 8.75 15 8.75C14.7639 8.75 14.566 8.82986 14.4062 8.98958C14.2465 9.14931 14.1667 9.34722 14.1667 9.58333C14.1667 9.81944 14.2465 10.0174 14.4062 10.1771C14.566 10.3368 14.7639 10.4167 15 10.4167ZM13.3333 15.8333V12.5H6.66666V15.8333H13.3333Z",fill:n})}),X8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 17.5C9.54166 17.5 9.1493 17.3368 8.82291 17.0104C8.49652 16.684 8.33333 16.2917 8.33333 15.8333C8.33333 15.375 8.49652 14.9826 8.82291 14.6562C9.1493 14.3299 9.54166 14.1667 9.99999 14.1667C10.4583 14.1667 10.8507 14.3299 11.1771 14.6562C11.5035 14.9826 11.6667 15.375 11.6667 15.8333C11.6667 16.2917 11.5035 16.684 11.1771 17.0104C10.8507 17.3368 10.4583 17.5 9.99999 17.5ZM9.99999 12.5C9.54166 12.5 9.1493 12.3368 8.82291 12.0104C8.49652 11.684 8.33333 11.2917 8.33333 10.8333V4.16667C8.33333 3.70833 8.49652 3.31597 8.82291 2.98958C9.1493 2.66319 9.54166 2.5 9.99999 2.5C10.4583 2.5 10.8507 2.66319 11.1771 2.98958C11.5035 3.31597 11.6667 3.70833 11.6667 4.16667V10.8333C11.6667 11.2917 11.5035 11.684 11.1771 12.0104C10.8507 12.3368 10.4583 12.5 9.99999 12.5Z",fill:n})}),J8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.1665 16.625V15C8.70817 15 8.31581 14.8368 7.98942 14.5104C7.66303 14.184 7.49984 13.7917 7.49984 13.3334V12.5L3.49984 8.50002C3.45817 8.75002 3.41998 9.00002 3.38525 9.25002C3.35053 9.50002 3.33317 9.75002 3.33317 10C3.33317 11.6806 3.88525 13.1528 4.98942 14.4167C6.09359 15.6806 7.48595 16.4167 9.1665 16.625ZM14.9165 14.5C15.4859 13.875 15.92 13.1771 16.2186 12.4063C16.5172 11.6354 16.6665 10.8334 16.6665 10C16.6665 8.63891 16.288 7.39585 15.5311 6.27085C14.7741 5.14585 13.7637 4.33335 12.4998 3.83335V4.16669C12.4998 4.62502 12.3366 5.01738 12.0103 5.34377C11.6839 5.67016 11.2915 5.83335 10.8332 5.83335H9.1665V7.50002C9.1665 7.73613 9.08664 7.93405 8.92692 8.09377C8.7672 8.25349 8.56928 8.33335 8.33317 8.33335H6.6665V10H11.6665C11.9026 10 12.1005 10.0799 12.2603 10.2396C12.42 10.3993 12.4998 10.5972 12.4998 10.8334V13.3334H13.3332C13.6943 13.3334 14.0207 13.441 14.3123 13.6563C14.604 13.8715 14.8054 14.1528 14.9165 14.5Z",fill:n})}),C0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16671 9.87504L7.60421 11.4375C7.43754 11.6042 7.23962 11.6841 7.01046 11.6771C6.78129 11.6702 6.58337 11.5834 6.41671 11.4167C6.26393 11.25 6.18407 11.0556 6.17712 10.8334C6.17018 10.6112 6.25004 10.4167 6.41671 10.25L9.41671 7.25004C9.50004 7.16671 9.59032 7.10768 9.68754 7.07296C9.78476 7.03824 9.88893 7.02087 10 7.02087C10.1112 7.02087 10.2153 7.03824 10.3125 7.07296C10.4098 7.10768 10.5 7.16671 10.5834 7.25004L13.5834 10.25C13.75 10.4167 13.8299 10.6112 13.823 10.8334C13.816 11.0556 13.7362 11.25 13.5834 11.4167C13.4167 11.5834 13.2188 11.6702 12.9896 11.6771C12.7605 11.6841 12.5625 11.6042 12.3959 11.4375L10.8334 9.87504V15.8334C10.8334 16.0695 10.7535 16.2674 10.5938 16.4271C10.4341 16.5868 10.2362 16.6667 10 16.6667C9.76393 16.6667 9.56601 16.5868 9.40629 16.4271C9.24657 16.2674 9.16671 16.0695 9.16671 15.8334V9.87504ZM3.33337 6.66671V5.00004C3.33337 4.54171 3.49657 4.14935 3.82296 3.82296C4.14935 3.49657 4.54171 3.33337 5.00004 3.33337H15C15.4584 3.33337 15.8507 3.49657 16.1771 3.82296C16.5035 4.14935 16.6667 4.54171 16.6667 5.00004V6.66671C16.6667 6.90282 16.5868 7.10074 16.4271 7.26046C16.2674 7.42018 16.0695 7.50004 15.8334 7.50004C15.5973 7.50004 15.3993 7.42018 15.2396 7.26046C15.0799 7.10074 15 6.90282 15 6.66671V5.00004H5.00004V6.66671C5.00004 6.90282 4.92018 7.10074 4.76046 7.26046C4.60074 7.42018 4.40282 7.50004 4.16671 7.50004C3.9306 7.50004 3.73268 7.42018 3.57296 7.26046C3.41324 7.10074 3.33337 6.90282 3.33337 6.66671Z",fill:n})}),e0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.1667 6.72917C12.1667 6.13194 11.9688 5.65278 11.5729 5.29167C11.1771 4.93056 10.6528 4.75 10 4.75C9.59725 4.75 9.23267 4.83681 8.90628 5.01042C8.57989 5.18403 8.29864 5.4375 8.06253 5.77083C7.8403 6.09028 7.53822 6.27431 7.15628 6.32292C6.77433 6.37153 6.44447 6.27083 6.16669 6.02083C5.97225 5.84028 5.86461 5.61806 5.84378 5.35417C5.82294 5.09028 5.88892 4.84028 6.04169 4.60417C6.48614 3.9375 7.05211 3.42014 7.73961 3.05208C8.42711 2.68403 9.18058 2.5 10 2.5C11.3472 2.5 12.441 2.88194 13.2813 3.64583C14.1216 4.40972 14.5417 5.40972 14.5417 6.64583C14.5417 7.27083 14.4097 7.83333 14.1459 8.33333C13.882 8.83333 13.3959 9.42361 12.6875 10.1042C12.1736 10.5903 11.8264 10.9687 11.6459 11.2396C11.4653 11.5104 11.3472 11.8194 11.2917 12.1667C11.2361 12.5 11.0938 12.7778 10.8646 13C10.6354 13.2222 10.3611 13.3333 10.0417 13.3333C9.72225 13.3333 9.44794 13.2257 9.21878 13.0104C8.98961 12.7951 8.87503 12.5278 8.87503 12.2083C8.87503 11.6667 8.99308 11.1701 9.22919 10.7187C9.4653 10.2674 9.86114 9.79167 10.4167 9.29167C11.125 8.66667 11.5938 8.18403 11.8229 7.84375C12.0521 7.50347 12.1667 7.13194 12.1667 6.72917ZM10 18.3333C9.54169 18.3333 9.14933 18.1701 8.82294 17.8437C8.49655 17.5174 8.33336 17.125 8.33336 16.6667C8.33336 16.2083 8.49655 15.816 8.82294 15.4896C9.14933 15.1632 9.54169 15 10 15C10.4584 15 10.8507 15.1632 11.1771 15.4896C11.5035 15.816 11.6667 16.2083 11.6667 16.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8437C10.8507 18.1701 10.4584 18.3333 10 18.3333Z",fill:n})}),t0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C10.7776 16.6667 11.5103 16.5452 12.1978 16.3021C12.8853 16.059 13.5137 15.7153 14.0832 15.2709L12.8957 14.0834C12.4929 14.375 12.045 14.6007 11.5519 14.7604C11.0589 14.9202 10.5415 15 9.99984 15C8.61095 15 7.43039 14.5139 6.45817 13.5417C5.48595 12.5695 4.99984 11.3889 4.99984 10C4.99984 8.61113 5.48595 7.43058 6.45817 6.45835C7.43039 5.48613 8.61095 5.00002 9.99984 5.00002C11.3887 5.00002 12.5693 5.48613 13.5415 6.45835C14.5137 7.43058 14.9998 8.61113 14.9998 10C14.9998 10.5417 14.9165 11.0625 14.7498 11.5625C14.5832 12.0625 14.354 12.5139 14.0623 12.9167L15.2498 14.1042C15.6943 13.5347 16.0415 12.9028 16.2915 12.2084C16.5415 11.5139 16.6665 10.7778 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667ZM9.99984 13.3334C10.3054 13.3334 10.6005 13.2952 10.8853 13.2188C11.17 13.1424 11.4373 13.0278 11.6873 12.875L10.4165 11.6042C10.3471 11.632 10.2776 11.6493 10.2082 11.6563C10.1387 11.6632 10.0693 11.6667 9.99984 11.6667C9.5415 11.6667 9.14914 11.5035 8.82275 11.1771C8.49636 10.8507 8.33317 10.4584 8.33317 10C8.33317 9.54169 8.49636 9.14933 8.82275 8.82294C9.14914 8.49655 9.5415 8.33335 9.99984 8.33335C10.4582 8.33335 10.8505 8.49655 11.1769 8.82294C11.5033 9.14933 11.6665 9.54169 11.6665 10C11.6665 10.0834 11.663 10.1632 11.6561 10.2396C11.6491 10.316 11.6318 10.3889 11.604 10.4584L12.854 11.7084C13.0068 11.4584 13.1248 11.191 13.2082 10.9063C13.2915 10.6215 13.3332 10.3195 13.3332 10C13.3332 9.08335 13.0068 8.29863 12.354 7.64585C11.7012 6.99308 10.9165 6.66669 9.99984 6.66669C9.08317 6.66669 8.29845 6.99308 7.64567 7.64585C6.99289 8.29863 6.6665 9.08335 6.6665 10C6.6665 10.9167 6.99289 11.7014 7.64567 12.3542C8.29845 13.007 9.08317 13.3334 9.99984 13.3334Z",fill:n})}),n0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),r0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.5 8.33333H8.25001C7.37501 8.33333 6.61459 8.61111 5.96876 9.16667C5.32293 9.72222 5.00001 10.4167 5.00001 11.25C5.00001 12.0833 5.32293 12.7778 5.96876 13.3333C6.61459 13.8889 7.37501 14.1667 8.25001 14.1667H13.3333C13.5695 14.1667 13.7674 14.2465 13.9271 14.4062C14.0868 14.566 14.1667 14.7639 14.1667 15C14.1667 15.2361 14.0868 15.434 13.9271 15.5937C13.7674 15.7535 13.5695 15.8333 13.3333 15.8333H8.25001C6.90279 15.8333 5.74654 15.3958 4.78126 14.5208C3.81598 13.6458 3.33334 12.5556 3.33334 11.25C3.33334 9.94444 3.81598 8.85417 4.78126 7.97917C5.74654 7.10417 6.90279 6.66667 8.25001 6.66667H13.5L11.9167 5.08333C11.7639 4.93056 11.6875 4.73611 11.6875 4.5C11.6875 4.26389 11.7639 4.06944 11.9167 3.91667C12.0695 3.76389 12.2639 3.6875 12.5 3.6875C12.7361 3.6875 12.9306 3.76389 13.0833 3.91667L16.0833 6.91667C16.1667 7 16.2257 7.09028 16.2604 7.1875C16.2951 7.28472 16.3125 7.38889 16.3125 7.5C16.3125 7.61111 16.2951 7.71528 16.2604 7.8125C16.2257 7.90972 16.1667 8 16.0833 8.08333L13.0833 11.0833C12.9306 11.2361 12.7361 11.3125 12.5 11.3125C12.2639 11.3125 12.0695 11.2361 11.9167 11.0833C11.7639 10.9306 11.6875 10.7361 11.6875 10.5C11.6875 10.2639 11.7639 10.0694 11.9167 9.91667L13.5 8.33333Z",fill:n})}),o0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.6667C8.13893 16.6667 6.56254 16.0209 5.27087 14.7292C3.97921 13.4375 3.33337 11.8612 3.33337 10C3.33337 8.13893 3.97921 6.56254 5.27087 5.27087C6.56254 3.97921 8.13893 3.33337 10 3.33337C10.9584 3.33337 11.875 3.53129 12.75 3.92712C13.625 4.32296 14.375 4.88893 15 5.62504V4.16671C15 3.9306 15.0799 3.73268 15.2396 3.57296C15.3993 3.41324 15.5973 3.33337 15.8334 3.33337C16.0695 3.33337 16.2674 3.41324 16.4271 3.57296C16.5868 3.73268 16.6667 3.9306 16.6667 4.16671V8.33337C16.6667 8.56949 16.5868 8.7674 16.4271 8.92712C16.2674 9.08685 16.0695 9.16671 15.8334 9.16671H11.6667C11.4306 9.16671 11.2327 9.08685 11.073 8.92712C10.9132 8.7674 10.8334 8.56949 10.8334 8.33337C10.8334 8.09726 10.9132 7.89935 11.073 7.73962C11.2327 7.5799 11.4306 7.50004 11.6667 7.50004H14.3334C13.8889 6.72226 13.2813 6.11115 12.5105 5.66671C11.7396 5.22226 10.9028 5.00004 10 5.00004C8.61115 5.00004 7.4306 5.48615 6.45837 6.45837C5.48615 7.4306 5.00004 8.61115 5.00004 10C5.00004 11.3889 5.48615 12.5695 6.45837 13.5417C7.4306 14.5139 8.61115 15 10 15C10.9445 15 11.8091 14.7605 12.5938 14.2813C13.3785 13.8021 13.9862 13.1598 14.4167 12.3542C14.5278 12.1598 14.6841 12.0243 14.8855 11.948C15.0868 11.8716 15.2917 11.8681 15.5 11.9375C15.7223 12.007 15.882 12.1528 15.9792 12.375C16.0764 12.5973 16.0695 12.8056 15.9584 13C15.3889 14.1112 14.5764 15 13.5209 15.6667C12.4653 16.3334 11.2917 16.6667 10 16.6667Z",fill:n})}),s0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99999 10.8334C4.76388 10.8334 4.56596 10.7535 4.40624 10.5938C4.24652 10.434 4.16666 10.2361 4.16666 10C4.16666 9.76391 4.24652 9.56599 4.40624 9.40627C4.56596 9.24655 4.76388 9.16669 4.99999 9.16669H15C15.2361 9.16669 15.434 9.24655 15.5937 9.40627C15.7535 9.56599 15.8333 9.76391 15.8333 10C15.8333 10.2361 15.7535 10.434 15.5937 10.5938C15.434 10.7535 15.2361 10.8334 15 10.8334H4.99999Z",fill:n})}),l0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.68742 9.99998L8.10409 12.4166C8.27075 12.5833 8.35061 12.7778 8.34367 13C8.33672 13.2222 8.24992 13.4166 8.08325 13.5833C7.91659 13.7361 7.72214 13.816 7.49992 13.8229C7.2777 13.8298 7.08325 13.75 6.91659 13.5833L3.08325 9.74998C2.91659 9.58331 2.83325 9.38887 2.83325 9.16665C2.83325 8.94442 2.91659 8.74998 3.08325 8.58331L6.91659 4.74998C7.06936 4.5972 7.26034 4.52081 7.4895 4.52081C7.71867 4.52081 7.91659 4.5972 8.08325 4.74998C8.24992 4.91665 8.33325 5.11456 8.33325 5.34373C8.33325 5.5729 8.24992 5.77081 8.08325 5.93748L5.68742 8.33331H13.3333C14.486 8.33331 15.4687 8.73956 16.2812 9.55206C17.0937 10.3646 17.4999 11.3472 17.4999 12.5V15C17.4999 15.2361 17.4201 15.434 17.2603 15.5937C17.1006 15.7535 16.9027 15.8333 16.6666 15.8333C16.4305 15.8333 16.2326 15.7535 16.0728 15.5937C15.9131 15.434 15.8333 15.2361 15.8333 15V12.5C15.8333 11.8055 15.5902 11.2153 15.1041 10.7291C14.618 10.243 14.0277 9.99998 13.3333 9.99998H5.68742Z",fill:n})}),i0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.02075 9.16665L7.27075 12.4166C7.43742 12.5833 7.51728 12.7778 7.51034 13C7.50339 13.2222 7.41659 13.4166 7.24992 13.5833C7.08325 13.7361 6.88881 13.816 6.66659 13.8229C6.44436 13.8298 6.24992 13.75 6.08325 13.5833L2.24992 9.74998C2.16659 9.66665 2.10756 9.57637 2.07284 9.47915C2.03811 9.38192 2.02075 9.27776 2.02075 9.16665C2.02075 9.05554 2.03811 8.95137 2.07284 8.85415C2.10756 8.75692 2.16659 8.66665 2.24992 8.58331L6.08325 4.74998C6.23603 4.5972 6.427 4.52081 6.65617 4.52081C6.88534 4.52081 7.08325 4.5972 7.24992 4.74998C7.41659 4.91665 7.49992 5.11456 7.49992 5.34373C7.49992 5.5729 7.41659 5.77081 7.24992 5.93748L4.02075 9.16665ZM9.02075 9.99998L11.4374 12.4166C11.6041 12.5833 11.6839 12.7778 11.677 13C11.6701 13.2222 11.5833 13.4166 11.4166 13.5833C11.2499 13.7361 11.0555 13.816 10.8333 13.8229C10.611 13.8298 10.4166 13.75 10.2499 13.5833L6.41659 9.74998C6.33325 9.66665 6.27422 9.57637 6.2395 9.47915C6.20478 9.38192 6.18742 9.27776 6.18742 9.16665C6.18742 9.05554 6.20478 8.95137 6.2395 8.85415C6.27422 8.75692 6.33325 8.66665 6.41659 8.58331L10.2499 4.74998C10.4027 4.5972 10.5937 4.52081 10.8228 4.52081C11.052 4.52081 11.2499 4.5972 11.4166 4.74998C11.5833 4.91665 11.6666 5.11456 11.6666 5.34373C11.6666 5.5729 11.5833 5.77081 11.4166 5.93748L9.02075 8.33331H14.1666C15.3194 8.33331 16.302 8.73956 17.1145 9.55206C17.927 10.3646 18.3333 11.3472 18.3333 12.5V15C18.3333 15.2361 18.2534 15.434 18.0937 15.5937C17.9339 15.7535 17.736 15.8333 17.4999 15.8333C17.2638 15.8333 17.0659 15.7535 16.9062 15.5937C16.7464 15.434 16.6666 15.2361 16.6666 15V12.5C16.6666 11.8055 16.4235 11.2153 15.9374 10.7291C15.4513 10.243 14.861 9.99998 14.1666 9.99998H9.02075Z",fill:n})}),c0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.25 12.3333C6.25 12.5278 6.33333 12.6597 6.5 12.7292C6.66667 12.7986 6.81944 12.7639 6.95833 12.625L9 10.5833C9.16667 10.4167 9.25 10.2222 9.25 10C9.25 9.77778 9.16667 9.58333 9 9.41667L6.95833 7.375C6.81944 7.23611 6.66667 7.20139 6.5 7.27083C6.33333 7.34028 6.25 7.47222 6.25 7.66667V12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),a0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.25 12.3333C6.25 12.5278 6.33333 12.6597 6.5 12.7292C6.66667 12.7986 6.81944 12.7639 6.95833 12.625L9 10.5833C9.16667 10.4167 9.25 10.2222 9.25 10C9.25 9.77778 9.16667 9.58333 9 9.41667L6.95833 7.375C6.81944 7.23611 6.66667 7.20139 6.5 7.27083C6.33333 7.34028 6.25 7.47222 6.25 7.66667V12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM13.3333 15.8333H15.8333V4.16667H13.3333V15.8333ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),d0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.58333 12.3333V7.66667C9.58333 7.47222 9.5 7.34028 9.33333 7.27083C9.16667 7.20139 9.01389 7.23611 8.875 7.375L6.83333 9.41667C6.66667 9.58333 6.58333 9.77778 6.58333 10C6.58333 10.2222 6.66667 10.4167 6.83333 10.5833L8.875 12.625C9.01389 12.7639 9.16667 12.7986 9.33333 12.7292C9.5 12.6597 9.58333 12.5278 9.58333 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),w0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.58333 12.3333V7.66667C9.58333 7.47222 9.5 7.34028 9.33333 7.27083C9.16667 7.20139 9.01389 7.23611 8.875 7.375L6.83333 9.41667C6.66667 9.58333 6.58333 9.77778 6.58333 10C6.58333 10.2222 6.66667 10.4167 6.83333 10.5833L8.875 12.625C9.01389 12.7639 9.16667 12.7986 9.33333 12.7292C9.5 12.6597 9.58333 12.5278 9.58333 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM13.3333 15.8333H15.8333V4.16667H13.3333V15.8333ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),u0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 17.5C6.58333 17.5 5.79861 17.1736 5.14583 16.5208C4.49306 15.8681 4.16667 15.0833 4.16667 14.1667V7.35417C3.68056 7.17361 3.28125 6.87153 2.96875 6.44792C2.65625 6.02431 2.5 5.54167 2.5 5C2.5 4.30556 2.74306 3.71528 3.22917 3.22917C3.71528 2.74306 4.30556 2.5 5 2.5C5.69444 2.5 6.28472 2.74306 6.77083 3.22917C7.25694 3.71528 7.5 4.30556 7.5 5C7.5 5.54167 7.34375 6.02431 7.03125 6.44792C6.71875 6.87153 6.31944 7.17361 5.83333 7.35417V14.1667C5.83333 14.625 5.99653 15.0174 6.32292 15.3438C6.64931 15.6701 7.04167 15.8333 7.5 15.8333C7.95833 15.8333 8.35069 15.6701 8.67708 15.3438C9.00347 15.0174 9.16667 14.625 9.16667 14.1667V5.83333C9.16667 4.91667 9.49306 4.13194 10.1458 3.47917C10.7986 2.82639 11.5833 2.5 12.5 2.5C13.4167 2.5 14.2014 2.82639 14.8542 3.47917C15.5069 4.13194 15.8333 4.91667 15.8333 5.83333V12.6458C16.3194 12.8264 16.7188 13.1285 17.0312 13.5521C17.3438 13.9757 17.5 14.4583 17.5 15C17.5 15.6944 17.2569 16.2847 16.7708 16.7708C16.2847 17.2569 15.6944 17.5 15 17.5C14.3056 17.5 13.7153 17.2569 13.2292 16.7708C12.7431 16.2847 12.5 15.6944 12.5 15C12.5 14.4583 12.6562 13.9722 12.9688 13.5417C13.2812 13.1111 13.6806 12.8125 14.1667 12.6458V5.83333C14.1667 5.375 14.0035 4.98264 13.6771 4.65625C13.3507 4.32986 12.9583 4.16667 12.5 4.16667C12.0417 4.16667 11.6493 4.32986 11.3229 4.65625C10.9965 4.98264 10.8333 5.375 10.8333 5.83333V14.1667C10.8333 15.0833 10.5069 15.8681 9.85417 16.5208C9.20139 17.1736 8.41667 17.5 7.5 17.5Z",fill:n})}),g0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H13.4792C13.7014 2.5 13.9132 2.54167 14.1146 2.625C14.316 2.70833 14.4931 2.82639 14.6458 2.97917L17.0208 5.35417C17.1736 5.50694 17.2917 5.68403 17.375 5.88542C17.4583 6.08681 17.5 6.29861 17.5 6.52083V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 15C10.6944 15 11.2847 14.7569 11.7708 14.2708C12.2569 13.7847 12.5 13.1944 12.5 12.5C12.5 11.8056 12.2569 11.2153 11.7708 10.7292C11.2847 10.2431 10.6944 10 10 10C9.30556 10 8.71528 10.2431 8.22917 10.7292C7.74306 11.2153 7.5 11.8056 7.5 12.5C7.5 13.1944 7.74306 13.7847 8.22917 14.2708C8.71528 14.7569 9.30556 15 10 15ZM5.83333 8.33333H11.6667C11.9028 8.33333 12.1007 8.25347 12.2604 8.09375C12.4201 7.93403 12.5 7.73611 12.5 7.5V5.83333C12.5 5.59722 12.4201 5.39931 12.2604 5.23958C12.1007 5.07986 11.9028 5 11.6667 5H5.83333C5.59722 5 5.39931 5.07986 5.23958 5.23958C5.07986 5.39931 5 5.59722 5 5.83333V7.5C5 7.73611 5.07986 7.93403 5.23958 8.09375C5.39931 8.25347 5.59722 8.33333 5.83333 8.33333Z",fill:n})}),v0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H13.4792C13.7014 2.5 13.9132 2.54167 14.1146 2.625C14.316 2.70833 14.4931 2.82639 14.6458 2.97917L17.0208 5.35417C17.1736 5.50694 17.2917 5.68403 17.375 5.88542C17.4583 6.08681 17.5 6.29861 17.5 6.52083V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM15.8333 6.54167L13.4583 4.16667H4.16667V15.8333H15.8333V6.54167ZM10 15C10.6944 15 11.2847 14.7569 11.7708 14.2708C12.2569 13.7847 12.5 13.1944 12.5 12.5C12.5 11.8056 12.2569 11.2153 11.7708 10.7292C11.2847 10.2431 10.6944 10 10 10C9.30556 10 8.71528 10.2431 8.22917 10.7292C7.74306 11.2153 7.5 11.8056 7.5 12.5C7.5 13.1944 7.74306 13.7847 8.22917 14.2708C8.71528 14.7569 9.30556 15 10 15ZM5.83333 8.33333H11.6667C11.9028 8.33333 12.1007 8.25347 12.2604 8.09375C12.4201 7.93403 12.5 7.73611 12.5 7.5V5.83333C12.5 5.59722 12.4201 5.39931 12.2604 5.23958C12.1007 5.07986 11.9028 5 11.6667 5H5.83333C5.59722 5 5.39931 5.07986 5.23958 5.23958C5.07986 5.39931 5 5.59722 5 5.83333V7.5C5 7.73611 5.07986 7.93403 5.23958 8.09375C5.39931 8.25347 5.59722 8.33333 5.83333 8.33333ZM4.16667 6.54167V15.8333V4.16667V6.54167Z",fill:n})}),x0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.0694 15.9028 17.1458 16.0972 17.1458 16.3333C17.1458 16.5694 17.0694 16.7639 16.9167 16.9167C16.7639 17.0694 16.5694 17.1458 16.3333 17.1458C16.0972 17.1458 15.9028 17.0694 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z",fill:n})}),h0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.66667 16.1875C3.38889 16.2986 3.125 16.2743 2.875 16.1146C2.625 15.9549 2.5 15.7222 2.5 15.4167V11.6667L9.16667 10L2.5 8.33335V4.58335C2.5 4.27779 2.625 4.04516 2.875 3.88543C3.125 3.72571 3.38889 3.70141 3.66667 3.81252L16.5 9.22918C16.8472 9.38196 17.0208 9.63891 17.0208 10C17.0208 10.3611 16.8472 10.6181 16.5 10.7708L3.66667 16.1875Z",fill:n})}),p0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.5 10.7708L3.66667 16.1875C3.38889 16.2986 3.125 16.2743 2.875 16.1146C2.625 15.9549 2.5 15.7222 2.5 15.4167V4.58335C2.5 4.27779 2.625 4.04516 2.875 3.88543C3.125 3.72571 3.38889 3.70141 3.66667 3.81252L16.5 9.22918C16.8472 9.38196 17.0208 9.63891 17.0208 10C17.0208 10.3611 16.8472 10.6181 16.5 10.7708ZM4.16667 14.1667L14.0417 10L4.16667 5.83335V8.75002L9.16667 10L4.16667 11.25V14.1667Z",fill:n})}),H0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.02082 18.3333C8.64582 18.3333 8.3229 18.2083 8.05207 17.9583C7.78123 17.7083 7.61804 17.4027 7.56248 17.0416L7.37498 15.6666C7.19443 15.5972 7.02429 15.5138 6.86457 15.4166C6.70484 15.3194 6.54859 15.2152 6.39582 15.1041L5.10415 15.6458C4.75693 15.7986 4.40971 15.8125 4.06248 15.6875C3.71526 15.5625 3.44443 15.3402 3.24998 15.0208L2.27082 13.3125C2.07637 12.993 2.02082 12.6527 2.10415 12.2916C2.18748 11.9305 2.37498 11.6319 2.66665 11.3958L3.77082 10.5625C3.75693 10.4652 3.74998 10.3715 3.74998 10.2812V9.71871C3.74998 9.62843 3.75693 9.53468 3.77082 9.43746L2.66665 8.60413C2.37498 8.36801 2.18748 8.0694 2.10415 7.70829C2.02082 7.34718 2.07637 7.0069 2.27082 6.68746L3.24998 4.97913C3.44443 4.65968 3.71526 4.43746 4.06248 4.31246C4.40971 4.18746 4.75693 4.20135 5.10415 4.35413L6.39582 4.89579C6.54859 4.78468 6.70832 4.68051 6.87498 4.58329C7.04165 4.48607 7.20832 4.40274 7.37498 4.33329L7.56248 2.95829C7.61804 2.59718 7.78123 2.29163 8.05207 2.04163C8.3229 1.79163 8.64582 1.66663 9.02082 1.66663H10.9791C11.3541 1.66663 11.6771 1.79163 11.9479 2.04163C12.2187 2.29163 12.3819 2.59718 12.4375 2.95829L12.625 4.33329C12.8055 4.40274 12.9757 4.48607 13.1354 4.58329C13.2951 4.68051 13.4514 4.78468 13.6041 4.89579L14.8958 4.35413C15.243 4.20135 15.5903 4.18746 15.9375 4.31246C16.2847 4.43746 16.5555 4.65968 16.75 4.97913L17.7291 6.68746C17.9236 7.0069 17.9791 7.34718 17.8958 7.70829C17.8125 8.0694 17.625 8.36801 17.3333 8.60413L16.2291 9.43746C16.243 9.53468 16.25 9.62843 16.25 9.71871V10.2812C16.25 10.3715 16.2361 10.4652 16.2083 10.5625L17.3125 11.3958C17.6041 11.6319 17.7916 11.9305 17.875 12.2916C17.9583 12.6527 17.9028 12.993 17.7083 13.3125L16.7083 15.0208C16.5139 15.3402 16.243 15.5625 15.8958 15.6875C15.5486 15.8125 15.2014 15.7986 14.8541 15.6458L13.6041 15.1041C13.4514 15.2152 13.2916 15.3194 13.125 15.4166C12.9583 15.5138 12.7916 15.5972 12.625 15.6666L12.4375 17.0416C12.3819 17.4027 12.2187 17.7083 11.9479 17.9583C11.6771 18.2083 11.3541 18.3333 10.9791 18.3333H9.02082ZM10.0416 12.9166C10.8472 12.9166 11.5347 12.6319 12.1041 12.0625C12.6736 11.493 12.9583 10.8055 12.9583 9.99996C12.9583 9.1944 12.6736 8.5069 12.1041 7.93746C11.5347 7.36801 10.8472 7.08329 10.0416 7.08329C9.22221 7.08329 8.53123 7.36801 7.96873 7.93746C7.40623 8.5069 7.12498 9.1944 7.12498 9.99996C7.12498 10.8055 7.40623 11.493 7.96873 12.0625C8.53123 12.6319 9.22221 12.9166 10.0416 12.9166Z",fill:n})}),V0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.02082 18.3333C8.64582 18.3333 8.3229 18.2083 8.05207 17.9583C7.78123 17.7083 7.61804 17.4027 7.56248 17.0416L7.37498 15.6666C7.19443 15.5972 7.02429 15.5138 6.86457 15.4166C6.70484 15.3194 6.54859 15.2152 6.39582 15.1041L5.10415 15.6458C4.75693 15.7986 4.40971 15.8125 4.06248 15.6875C3.71526 15.5625 3.44443 15.3402 3.24998 15.0208L2.27082 13.3125C2.07637 12.993 2.02082 12.6527 2.10415 12.2916C2.18748 11.9305 2.37498 11.6319 2.66665 11.3958L3.77082 10.5625C3.75693 10.4652 3.74998 10.3715 3.74998 10.2812V9.71871C3.74998 9.62843 3.75693 9.53468 3.77082 9.43746L2.66665 8.60413C2.37498 8.36801 2.18748 8.0694 2.10415 7.70829C2.02082 7.34718 2.07637 7.0069 2.27082 6.68746L3.24998 4.97913C3.44443 4.65968 3.71526 4.43746 4.06248 4.31246C4.40971 4.18746 4.75693 4.20135 5.10415 4.35413L6.39582 4.89579C6.54859 4.78468 6.70832 4.68051 6.87498 4.58329C7.04165 4.48607 7.20832 4.40274 7.37498 4.33329L7.56248 2.95829C7.61804 2.59718 7.78123 2.29163 8.05207 2.04163C8.3229 1.79163 8.64582 1.66663 9.02082 1.66663H10.9791C11.3541 1.66663 11.6771 1.79163 11.9479 2.04163C12.2187 2.29163 12.3819 2.59718 12.4375 2.95829L12.625 4.33329C12.8055 4.40274 12.9757 4.48607 13.1354 4.58329C13.2951 4.68051 13.4514 4.78468 13.6041 4.89579L14.8958 4.35413C15.243 4.20135 15.5903 4.18746 15.9375 4.31246C16.2847 4.43746 16.5555 4.65968 16.75 4.97913L17.7291 6.68746C17.9236 7.0069 17.9791 7.34718 17.8958 7.70829C17.8125 8.0694 17.625 8.36801 17.3333 8.60413L16.2291 9.43746C16.243 9.53468 16.25 9.62843 16.25 9.71871V10.2812C16.25 10.3715 16.2361 10.4652 16.2083 10.5625L17.3125 11.3958C17.6041 11.6319 17.7916 11.9305 17.875 12.2916C17.9583 12.6527 17.9028 12.993 17.7083 13.3125L16.7083 15.0208C16.5139 15.3402 16.243 15.5625 15.8958 15.6875C15.5486 15.8125 15.2014 15.7986 14.8541 15.6458L13.6041 15.1041C13.4514 15.2152 13.2916 15.3194 13.125 15.4166C12.9583 15.5138 12.7916 15.5972 12.625 15.6666L12.4375 17.0416C12.3819 17.4027 12.2187 17.7083 11.9479 17.9583C11.6771 18.2083 11.3541 18.3333 10.9791 18.3333H9.02082ZM9.16665 16.6666H10.8125L11.1041 14.4583C11.5347 14.3472 11.934 14.184 12.3021 13.9687C12.6701 13.7534 13.0069 13.493 13.3125 13.1875L15.375 14.0416L16.1875 12.625L14.3958 11.2708C14.4653 11.0763 14.5139 10.8715 14.5416 10.6562C14.5694 10.4409 14.5833 10.2222 14.5833 9.99996C14.5833 9.77774 14.5694 9.55899 14.5416 9.34371C14.5139 9.12843 14.4653 8.92357 14.3958 8.72913L16.1875 7.37496L15.375 5.95829L13.3125 6.83329C13.0069 6.51385 12.6701 6.24649 12.3021 6.03121C11.934 5.81593 11.5347 5.65274 11.1041 5.54163L10.8333 3.33329H9.18748L8.89582 5.54163C8.46526 5.65274 8.06596 5.81593 7.6979 6.03121C7.32984 6.24649 6.99304 6.5069 6.68748 6.81246L4.62498 5.95829L3.81248 7.37496L5.60415 8.70829C5.53471 8.91663 5.48609 9.12496 5.45832 9.33329C5.43054 9.54163 5.41665 9.76385 5.41665 9.99996C5.41665 10.2222 5.43054 10.4375 5.45832 10.6458C5.48609 10.8541 5.53471 11.0625 5.60415 11.2708L3.81248 12.625L4.62498 14.0416L6.68748 13.1666C6.99304 13.4861 7.32984 13.7534 7.6979 13.9687C8.06596 14.184 8.46526 14.3472 8.89582 14.4583L9.16665 16.6666ZM10.0416 12.9166C10.8472 12.9166 11.5347 12.6319 12.1041 12.0625C12.6736 11.493 12.9583 10.8055 12.9583 9.99996C12.9583 9.1944 12.6736 8.5069 12.1041 7.93746C11.5347 7.36801 10.8472 7.08329 10.0416 7.08329C9.22221 7.08329 8.53123 7.36801 7.96873 7.93746C7.40623 8.5069 7.12498 9.1944 7.12498 9.99996C7.12498 10.8055 7.40623 11.493 7.96873 12.0625C8.53123 12.6319 9.22221 12.9166 10.0416 12.9166Z",fill:n})}),L0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 18.3334C13.4722 18.3334 12.8819 18.0903 12.3958 17.6042C11.9097 17.1181 11.6667 16.5278 11.6667 15.8334C11.6667 15.75 11.6875 15.5556 11.7292 15.25L5.87499 11.8334C5.65277 12.0417 5.39582 12.2049 5.10416 12.3229C4.81249 12.441 4.49999 12.5 4.16666 12.5C3.47221 12.5 2.88193 12.257 2.39582 11.7709C1.90971 11.2847 1.66666 10.6945 1.66666 10C1.66666 9.30558 1.90971 8.7153 2.39582 8.22919C2.88193 7.74308 3.47221 7.50002 4.16666 7.50002C4.49999 7.50002 4.81249 7.55905 5.10416 7.6771C5.39582 7.79516 5.65277 7.95835 5.87499 8.16669L11.7292 4.75002C11.7014 4.6528 11.684 4.55905 11.6771 4.46877C11.6701 4.37849 11.6667 4.2778 11.6667 4.16669C11.6667 3.47224 11.9097 2.88196 12.3958 2.39585C12.8819 1.90974 13.4722 1.66669 14.1667 1.66669C14.8611 1.66669 15.4514 1.90974 15.9375 2.39585C16.4236 2.88196 16.6667 3.47224 16.6667 4.16669C16.6667 4.86113 16.4236 5.45141 15.9375 5.93752C15.4514 6.42363 14.8611 6.66669 14.1667 6.66669C13.8333 6.66669 13.5208 6.60766 13.2292 6.4896C12.9375 6.37155 12.6805 6.20835 12.4583 6.00002L6.60416 9.41669C6.63193 9.51391 6.6493 9.60766 6.65624 9.69794C6.66318 9.78821 6.66666 9.88891 6.66666 10C6.66666 10.1111 6.66318 10.2118 6.65624 10.3021C6.6493 10.3924 6.63193 10.4861 6.60416 10.5834L12.4583 14C12.6805 13.7917 12.9375 13.6285 13.2292 13.5104C13.5208 13.3924 13.8333 13.3334 14.1667 13.3334C14.8611 13.3334 15.4514 13.5764 15.9375 14.0625C16.4236 14.5486 16.6667 15.1389 16.6667 15.8334C16.6667 16.5278 16.4236 17.1181 15.9375 17.6042C15.4514 18.0903 14.8611 18.3334 14.1667 18.3334Z",fill:n})}),M0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 18.3334C13.4722 18.3334 12.8819 18.0903 12.3958 17.6042C11.9097 17.1181 11.6667 16.5278 11.6667 15.8334C11.6667 15.75 11.6875 15.5556 11.7292 15.25L5.87499 11.8334C5.65277 12.0417 5.39582 12.2049 5.10416 12.3229C4.81249 12.441 4.49999 12.5 4.16666 12.5C3.47221 12.5 2.88193 12.257 2.39582 11.7709C1.90971 11.2847 1.66666 10.6945 1.66666 10C1.66666 9.30558 1.90971 8.7153 2.39582 8.22919C2.88193 7.74308 3.47221 7.50002 4.16666 7.50002C4.49999 7.50002 4.81249 7.55905 5.10416 7.6771C5.39582 7.79516 5.65277 7.95835 5.87499 8.16669L11.7292 4.75002C11.7014 4.6528 11.684 4.55905 11.6771 4.46877C11.6701 4.37849 11.6667 4.2778 11.6667 4.16669C11.6667 3.47224 11.9097 2.88196 12.3958 2.39585C12.8819 1.90974 13.4722 1.66669 14.1667 1.66669C14.8611 1.66669 15.4514 1.90974 15.9375 2.39585C16.4236 2.88196 16.6667 3.47224 16.6667 4.16669C16.6667 4.86113 16.4236 5.45141 15.9375 5.93752C15.4514 6.42363 14.8611 6.66669 14.1667 6.66669C13.8333 6.66669 13.5208 6.60766 13.2292 6.4896C12.9375 6.37155 12.6805 6.20835 12.4583 6.00002L6.60416 9.41669C6.63193 9.51391 6.6493 9.60766 6.65624 9.69794C6.66318 9.78821 6.66666 9.88891 6.66666 10C6.66666 10.1111 6.66318 10.2118 6.65624 10.3021C6.6493 10.3924 6.63193 10.4861 6.60416 10.5834L12.4583 14C12.6805 13.7917 12.9375 13.6285 13.2292 13.5104C13.5208 13.3924 13.8333 13.3334 14.1667 13.3334C14.8611 13.3334 15.4514 13.5764 15.9375 14.0625C16.4236 14.5486 16.6667 15.1389 16.6667 15.8334C16.6667 16.5278 16.4236 17.1181 15.9375 17.6042C15.4514 18.0903 14.8611 18.3334 14.1667 18.3334ZM14.1667 16.6667C14.4028 16.6667 14.6007 16.5868 14.7604 16.4271C14.9201 16.2674 15 16.0695 15 15.8334C15 15.5972 14.9201 15.3993 14.7604 15.2396C14.6007 15.0799 14.4028 15 14.1667 15C13.9305 15 13.7326 15.0799 13.5729 15.2396C13.4132 15.3993 13.3333 15.5972 13.3333 15.8334C13.3333 16.0695 13.4132 16.2674 13.5729 16.4271C13.7326 16.5868 13.9305 16.6667 14.1667 16.6667ZM4.16666 10.8334C4.40277 10.8334 4.60068 10.7535 4.76041 10.5938C4.92013 10.434 4.99999 10.2361 4.99999 10C4.99999 9.76391 4.92013 9.56599 4.76041 9.40627C4.60068 9.24655 4.40277 9.16669 4.16666 9.16669C3.93055 9.16669 3.73263 9.24655 3.57291 9.40627C3.41318 9.56599 3.33332 9.76391 3.33332 10C3.33332 10.2361 3.41318 10.434 3.57291 10.5938C3.73263 10.7535 3.93055 10.8334 4.16666 10.8334ZM14.1667 5.00002C14.4028 5.00002 14.6007 4.92016 14.7604 4.76044C14.9201 4.60071 15 4.4028 15 4.16669C15 3.93058 14.9201 3.73266 14.7604 3.57294C14.6007 3.41321 14.4028 3.33335 14.1667 3.33335C13.9305 3.33335 13.7326 3.41321 13.5729 3.57294C13.4132 3.73266 13.3333 3.93058 13.3333 4.16669C13.3333 4.4028 13.4132 4.60071 13.5729 4.76044C13.7326 4.92016 13.9305 5.00002 14.1667 5.00002Z",fill:n})}),f0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 15.8333H15.8333V4.16667H10V15.8333Z",fill:n})}),Z0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7499 14.1667V5.83333C13.7499 5.59722 13.8298 5.39931 13.9895 5.23958C14.1492 5.07986 14.3471 5 14.5833 5C14.8194 5 15.0173 5.07986 15.177 5.23958C15.3367 5.39931 15.4166 5.59722 15.4166 5.83333V14.1667C15.4166 14.4028 15.3367 14.6007 15.177 14.7604C15.0173 14.9201 14.8194 15 14.5833 15C14.3471 15 14.1492 14.9201 13.9895 14.7604C13.8298 14.6007 13.7499 14.4028 13.7499 14.1667ZM4.58325 13.4375V6.5625C4.58325 6.3125 4.66659 6.11111 4.83325 5.95833C4.99992 5.80556 5.19436 5.72917 5.41659 5.72917C5.48603 5.72917 5.56242 5.73611 5.64575 5.75C5.72909 5.76389 5.80547 5.79861 5.87492 5.85417L11.0416 9.3125C11.1666 9.39583 11.2603 9.49653 11.3228 9.61458C11.3853 9.73264 11.4166 9.86111 11.4166 10C11.4166 10.1389 11.3853 10.2674 11.3228 10.3854C11.2603 10.5035 11.1666 10.6042 11.0416 10.6875L5.87492 14.1458C5.80547 14.2014 5.72909 14.2361 5.64575 14.25C5.56242 14.2639 5.48603 14.2708 5.41659 14.2708C5.19436 14.2708 4.99992 14.1944 4.83325 14.0417C4.66659 13.8889 4.58325 13.6875 4.58325 13.4375Z",fill:n})}),j0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7499 14.1667V5.83333C13.7499 5.59722 13.8298 5.39931 13.9895 5.23958C14.1492 5.07986 14.3471 5 14.5833 5C14.8194 5 15.0173 5.07986 15.177 5.23958C15.3367 5.39931 15.4166 5.59722 15.4166 5.83333V14.1667C15.4166 14.4028 15.3367 14.6007 15.177 14.7604C15.0173 14.9201 14.8194 15 14.5833 15C14.3471 15 14.1492 14.9201 13.9895 14.7604C13.8298 14.6007 13.7499 14.4028 13.7499 14.1667ZM4.58325 13.4375V6.5625C4.58325 6.3125 4.66659 6.11111 4.83325 5.95833C4.99992 5.80556 5.19436 5.72917 5.41659 5.72917C5.48603 5.72917 5.56242 5.73611 5.64575 5.75C5.72909 5.76389 5.80547 5.79861 5.87492 5.85417L11.0416 9.3125C11.1666 9.39583 11.2603 9.49653 11.3228 9.61458C11.3853 9.73264 11.4166 9.86111 11.4166 10C11.4166 10.1389 11.3853 10.2674 11.3228 10.3854C11.2603 10.5035 11.1666 10.6042 11.0416 10.6875L5.87492 14.1458C5.80547 14.2014 5.72909 14.2361 5.64575 14.25C5.56242 14.2639 5.48603 14.2708 5.41659 14.2708C5.19436 14.2708 4.99992 14.1944 4.83325 14.0417C4.66659 13.8889 4.58325 13.6875 4.58325 13.4375ZM6.24992 11.875L9.08325 10L6.24992 8.125V11.875Z",fill:n})}),m0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.58325 14.1667V5.83333C4.58325 5.59722 4.66311 5.39931 4.82284 5.23958C4.98256 5.07986 5.18047 5 5.41659 5C5.6527 5 5.85061 5.07986 6.01034 5.23958C6.17006 5.39931 6.24992 5.59722 6.24992 5.83333V14.1667C6.24992 14.4028 6.17006 14.6007 6.01034 14.7604C5.85061 14.9201 5.6527 15 5.41659 15C5.18047 15 4.98256 14.9201 4.82284 14.7604C4.66311 14.6007 4.58325 14.4028 4.58325 14.1667ZM14.1249 14.1458L8.95825 10.6875C8.83325 10.6042 8.7395 10.5035 8.677 10.3854C8.6145 10.2674 8.58325 10.1389 8.58325 10C8.58325 9.86111 8.6145 9.73264 8.677 9.61458C8.7395 9.49653 8.83325 9.39583 8.95825 9.3125L14.1249 5.85417C14.1944 5.79861 14.2708 5.76389 14.3541 5.75C14.4374 5.73611 14.5138 5.72917 14.5833 5.72917C14.8055 5.72917 14.9999 5.80556 15.1666 5.95833C15.3333 6.11111 15.4166 6.3125 15.4166 6.5625V13.4375C15.4166 13.6875 15.3333 13.8889 15.1666 14.0417C14.9999 14.1944 14.8055 14.2708 14.5833 14.2708C14.5138 14.2708 14.4374 14.2639 14.3541 14.25C14.2708 14.2361 14.1944 14.2014 14.1249 14.1458Z",fill:n})}),B0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.58325 14.1667V5.83333C4.58325 5.59722 4.66311 5.39931 4.82284 5.23958C4.98256 5.07986 5.18047 5 5.41659 5C5.6527 5 5.85061 5.07986 6.01034 5.23958C6.17006 5.39931 6.24992 5.59722 6.24992 5.83333V14.1667C6.24992 14.4028 6.17006 14.6007 6.01034 14.7604C5.85061 14.9201 5.6527 15 5.41659 15C5.18047 15 4.98256 14.9201 4.82284 14.7604C4.66311 14.6007 4.58325 14.4028 4.58325 14.1667ZM14.1249 14.1458L8.95825 10.6875C8.83325 10.6042 8.7395 10.5035 8.677 10.3854C8.6145 10.2674 8.58325 10.1389 8.58325 10C8.58325 9.86111 8.6145 9.73264 8.677 9.61458C8.7395 9.49653 8.83325 9.39583 8.95825 9.3125L14.1249 5.85417C14.1944 5.79861 14.2708 5.76389 14.3541 5.75C14.4374 5.73611 14.5138 5.72917 14.5833 5.72917C14.8055 5.72917 14.9999 5.80556 15.1666 5.95833C15.3333 6.11111 15.4166 6.3125 15.4166 6.5625V13.4375C15.4166 13.6875 15.3333 13.8889 15.1666 14.0417C14.9999 14.1944 14.8055 14.2708 14.5833 14.2708C14.5138 14.2708 14.4374 14.2639 14.3541 14.25C14.2708 14.2361 14.1944 14.2014 14.1249 14.1458ZM13.7499 11.875V8.125L10.9166 10L13.7499 11.875Z",fill:n})}),S0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83317 19.1666C5.37484 19.1666 4.98248 19.0035 4.65609 18.6771C4.3297 18.3507 4.1665 17.9583 4.1665 17.5V2.49998C4.1665 2.04165 4.3297 1.64929 4.65609 1.3229C4.98248 0.996507 5.37484 0.833313 5.83317 0.833313H14.1665C14.6248 0.833313 15.0172 0.996507 15.3436 1.3229C15.67 1.64929 15.8332 2.04165 15.8332 2.49998V17.5C15.8332 17.9583 15.67 18.3507 15.3436 18.6771C15.0172 19.0035 14.6248 19.1666 14.1665 19.1666H5.83317ZM5.83317 15H14.1665V4.99998H5.83317V15Z",fill:n})}),b0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83317 19.1666C5.37484 19.1666 4.98248 19.0035 4.65609 18.6771C4.3297 18.3507 4.1665 17.9583 4.1665 17.5V2.49998C4.1665 2.04165 4.3297 1.64929 4.65609 1.3229C4.98248 0.996507 5.37484 0.833313 5.83317 0.833313H14.1665C14.6248 0.833313 15.0172 0.996507 15.3436 1.3229C15.67 1.64929 15.8332 2.04165 15.8332 2.49998V17.5C15.8332 17.9583 15.67 18.3507 15.3436 18.6771C15.0172 19.0035 14.6248 19.1666 14.1665 19.1666H5.83317ZM5.83317 16.6666V17.5H14.1665V16.6666H5.83317ZM5.83317 15H14.1665V4.99998H5.83317V15ZM5.83317 3.33331H14.1665V2.49998H5.83317V3.33331Z",fill:n})}),_0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 15C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H6.66667C6.90278 13.3333 7.10069 13.4132 7.26042 13.5729C7.42014 13.7326 7.5 13.9306 7.5 14.1667C7.5 14.4028 7.42014 14.6007 7.26042 14.7604C7.10069 14.9201 6.90278 15 6.66667 15H3.33333ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H11.6667C11.9028 9.16667 12.1007 9.24653 12.2604 9.40625C12.4201 9.56597 12.5 9.76389 12.5 10C12.5 10.2361 12.4201 10.434 12.2604 10.5938C12.1007 10.7535 11.9028 10.8333 11.6667 10.8333H3.33333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H3.33333Z",fill:n})}),y0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.3959L6.54167 16.4792C6.38889 16.5764 6.22917 16.6181 6.0625 16.6042C5.89584 16.5903 5.75 16.5347 5.625 16.4375C5.5 16.3403 5.40278 16.2188 5.33334 16.0729C5.26389 15.9271 5.25 15.7639 5.29167 15.5834L6.20834 11.6459L3.14584 9.00002C3.00695 8.87502 2.92014 8.73266 2.88542 8.57294C2.8507 8.41321 2.86111 8.25696 2.91667 8.10419C2.97222 7.95141 3.05556 7.82641 3.16667 7.72919C3.27778 7.63196 3.43056 7.56946 3.625 7.54169L7.66667 7.18752L9.22917 3.47919C9.29861 3.31252 9.40625 3.18752 9.55209 3.10419C9.69792 3.02085 9.84722 2.97919 10 2.97919C10.1528 2.97919 10.3021 3.02085 10.4479 3.10419C10.5938 3.18752 10.7014 3.31252 10.7708 3.47919L12.3333 7.18752L16.375 7.54169C16.5694 7.56946 16.7222 7.63196 16.8333 7.72919C16.9444 7.82641 17.0278 7.95141 17.0833 8.10419C17.1389 8.25696 17.1493 8.41321 17.1146 8.57294C17.0799 8.73266 16.9931 8.87502 16.8542 9.00002L13.7917 11.6459L14.7083 15.5834C14.75 15.7639 14.7361 15.9271 14.6667 16.0729C14.5972 16.2188 14.5 16.3403 14.375 16.4375C14.25 16.5347 14.1042 16.5903 13.9375 16.6042C13.7708 16.6181 13.6111 16.5764 13.4583 16.4792L10 14.3959Z",fill:n})}),O0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.375 14.0209L10 12.4375L12.625 14.0417L11.9375 11.0417L14.25 9.04169L11.2083 8.77085L10 5.93752L8.79167 8.75002L5.75 9.02085L8.0625 11.0417L7.375 14.0209ZM10 14.3959L6.54167 16.4792C6.38889 16.5764 6.22917 16.6181 6.0625 16.6042C5.89584 16.5903 5.75 16.5347 5.625 16.4375C5.5 16.3403 5.40278 16.2188 5.33334 16.0729C5.26389 15.9271 5.25 15.7639 5.29167 15.5834L6.20834 11.6459L3.14584 9.00002C3.00695 8.87502 2.92014 8.73266 2.88542 8.57294C2.8507 8.41321 2.86111 8.25696 2.91667 8.10419C2.97222 7.95141 3.05556 7.82641 3.16667 7.72919C3.27778 7.63196 3.43056 7.56946 3.625 7.54169L7.66667 7.18752L9.22917 3.47919C9.29861 3.31252 9.40625 3.18752 9.55209 3.10419C9.69792 3.02085 9.84722 2.97919 10 2.97919C10.1528 2.97919 10.3021 3.02085 10.4479 3.10419C10.5938 3.18752 10.7014 3.31252 10.7708 3.47919L12.3333 7.18752L16.375 7.54169C16.5694 7.56946 16.7222 7.63196 16.8333 7.72919C16.9444 7.82641 17.0278 7.95141 17.0833 8.10419C17.1389 8.25696 17.1493 8.41321 17.1146 8.57294C17.0799 8.73266 16.9931 8.87502 16.8542 9.00002L13.7917 11.6459L14.7083 15.5834C14.75 15.7639 14.7361 15.9271 14.6667 16.0729C14.5972 16.2188 14.5 16.3403 14.375 16.4375C14.25 16.5347 14.1042 16.5903 13.9375 16.6042C13.7708 16.6181 13.6111 16.5764 13.4583 16.4792L10 14.3959Z",fill:n})}),N0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.6667 15.8333L15.8333 11.6667H12.5C12.2639 11.6667 12.066 11.7465 11.9062 11.9062C11.7465 12.066 11.6667 12.2639 11.6667 12.5V15.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V11.8125C17.5 12.0347 17.4583 12.2465 17.375 12.4479C17.2917 12.6493 17.1736 12.8264 17.0208 12.9792L12.9792 17.0208C12.8264 17.1736 12.6493 17.2917 12.4479 17.375C12.2465 17.4583 12.0347 17.5 11.8125 17.5H4.16667ZM6.66667 11.6667H9.16667C9.40278 11.6667 9.60069 11.5868 9.76042 11.4271C9.92014 11.2674 10 11.0694 10 10.8333C10 10.5972 9.92014 10.3993 9.76042 10.2396C9.60069 10.0799 9.40278 10 9.16667 10H6.66667C6.43056 10 6.23264 10.0799 6.07292 10.2396C5.91319 10.3993 5.83333 10.5972 5.83333 10.8333C5.83333 11.0694 5.91319 11.2674 6.07292 11.4271C6.23264 11.5868 6.43056 11.6667 6.66667 11.6667ZM6.66667 8.33333H13.3333C13.5694 8.33333 13.7674 8.25347 13.9271 8.09375C14.0868 7.93403 14.1667 7.73611 14.1667 7.5C14.1667 7.26389 14.0868 7.06597 13.9271 6.90625C13.7674 6.74653 13.5694 6.66667 13.3333 6.66667H6.66667C6.43056 6.66667 6.23264 6.74653 6.07292 6.90625C5.91319 7.06597 5.83333 7.26389 5.83333 7.5C5.83333 7.73611 5.91319 7.93403 6.07292 8.09375C6.23264 8.25347 6.43056 8.33333 6.66667 8.33333Z",fill:n})}),F0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H11.6667V12.5C11.6667 12.2639 11.7465 12.066 11.9062 11.9062C12.066 11.7465 12.2639 11.6667 12.5 11.6667H15.8333V4.16667H4.16667V15.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V11.8125C17.5 12.0347 17.4583 12.2465 17.375 12.4479C17.2917 12.6493 17.1736 12.8264 17.0208 12.9792L12.9792 17.0208C12.8264 17.1736 12.6493 17.2917 12.4479 17.375C12.2465 17.4583 12.0347 17.5 11.8125 17.5H4.16667ZM9.16667 11.6667H6.66667C6.43056 11.6667 6.23264 11.5868 6.07292 11.4271C5.91319 11.2674 5.83333 11.0694 5.83333 10.8333C5.83333 10.5972 5.91319 10.3993 6.07292 10.2396C6.23264 10.0799 6.43056 10 6.66667 10H9.16667C9.40278 10 9.60069 10.0799 9.76042 10.2396C9.92014 10.3993 10 10.5972 10 10.8333C10 11.0694 9.92014 11.2674 9.76042 11.4271C9.60069 11.5868 9.40278 11.6667 9.16667 11.6667ZM13.3333 8.33333H6.66667C6.43056 8.33333 6.23264 8.25347 6.07292 8.09375C5.91319 7.93403 5.83333 7.73611 5.83333 7.5C5.83333 7.26389 5.91319 7.06597 6.07292 6.90625C6.23264 6.74653 6.43056 6.66667 6.66667 6.66667H13.3333C13.5694 6.66667 13.7674 6.74653 13.9271 6.90625C14.0868 7.06597 14.1667 7.26389 14.1667 7.5C14.1667 7.73611 14.0868 7.93403 13.9271 8.09375C13.7674 8.25347 13.5694 8.33333 13.3333 8.33333Z",fill:n})}),k0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 13.3334H12.5C12.7361 13.3334 12.934 13.2535 13.0937 13.0938C13.2534 12.934 13.3333 12.7361 13.3333 12.5V7.50002C13.3333 7.26391 13.2534 7.06599 13.0937 6.90627C12.934 6.74655 12.7361 6.66669 12.5 6.66669H7.49996C7.26385 6.66669 7.06593 6.74655 6.90621 6.90627C6.74649 7.06599 6.66663 7.26391 6.66663 7.50002V12.5C6.66663 12.7361 6.74649 12.934 6.90621 13.0938C7.06593 13.2535 7.26385 13.3334 7.49996 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),I0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 13.3334H12.5C12.7361 13.3334 12.934 13.2535 13.0937 13.0938C13.2534 12.934 13.3333 12.7361 13.3333 12.5V7.50002C13.3333 7.26391 13.2534 7.06599 13.0937 6.90627C12.934 6.74655 12.7361 6.66669 12.5 6.66669H7.49996C7.26385 6.66669 7.06593 6.74655 6.90621 6.90627C6.74649 7.06599 6.66663 7.26391 6.66663 7.50002V12.5C6.66663 12.7361 6.74649 12.934 6.90621 13.0938C7.06593 13.2535 7.26385 13.3334 7.49996 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),A0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5 13.3333V6.66667C5 6.20833 5.16319 5.81597 5.48958 5.48958C5.81597 5.16319 6.20833 5 6.66667 5H13.3333C13.7917 5 14.184 5.16319 14.5104 5.48958C14.8368 5.81597 15 6.20833 15 6.66667V13.3333C15 13.7917 14.8368 14.184 14.5104 14.5104C14.184 14.8368 13.7917 15 13.3333 15H6.66667C6.20833 15 5.81597 14.8368 5.48958 14.5104C5.16319 14.184 5 13.7917 5 13.3333Z",fill:n})}),R0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5 13.3333V6.66667C5 6.20833 5.16319 5.81597 5.48958 5.48958C5.81597 5.16319 6.20833 5 6.66667 5H13.3333C13.7917 5 14.184 5.16319 14.5104 5.48958C14.8368 5.81597 15 6.20833 15 6.66667V13.3333C15 13.7917 14.8368 14.184 14.5104 14.5104C14.184 14.8368 13.7917 15 13.3333 15H6.66667C6.20833 15 5.81597 14.8368 5.48958 14.5104C5.16319 14.184 5 13.7917 5 13.3333ZM6.66667 13.3333H13.3333V6.66667H6.66667V13.3333Z",fill:n})}),D0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM5.83341 13.3333H10.8334C11.0695 13.3333 11.2674 13.2535 11.4272 13.0937C11.5869 12.934 11.6667 12.7361 11.6667 12.5C11.6667 12.2639 11.5869 12.066 11.4272 11.9062C11.2674 11.7465 11.0695 11.6666 10.8334 11.6666H5.83341C5.5973 11.6666 5.39939 11.7465 5.23966 11.9062C5.07994 12.066 5.00008 12.2639 5.00008 12.5C5.00008 12.7361 5.07994 12.934 5.23966 13.0937C5.39939 13.2535 5.5973 13.3333 5.83341 13.3333ZM9.16675 9.99998H14.1667C14.4029 9.99998 14.6008 9.92012 14.7605 9.7604C14.9202 9.60067 15.0001 9.40276 15.0001 9.16665C15.0001 8.93053 14.9202 8.73262 14.7605 8.5729C14.6008 8.41317 14.4029 8.33331 14.1667 8.33331H9.16675C8.93064 8.33331 8.73272 8.41317 8.573 8.5729C8.41328 8.73262 8.33341 8.93053 8.33341 9.16665C8.33341 9.40276 8.41328 9.60067 8.573 9.7604C8.73272 9.92012 8.93064 9.99998 9.16675 9.99998ZM5.83341 9.99998C6.06953 9.99998 6.26744 9.92012 6.42716 9.7604C6.58689 9.60067 6.66675 9.40276 6.66675 9.16665C6.66675 8.93053 6.58689 8.73262 6.42716 8.5729C6.26744 8.41317 6.06953 8.33331 5.83341 8.33331C5.5973 8.33331 5.39939 8.41317 5.23966 8.5729C5.07994 8.73262 5.00008 8.93053 5.00008 9.16665C5.00008 9.40276 5.07994 9.60067 5.23966 9.7604C5.39939 9.92012 5.5973 9.99998 5.83341 9.99998ZM14.1667 13.3333C14.4029 13.3333 14.6008 13.2535 14.7605 13.0937C14.9202 12.934 15.0001 12.7361 15.0001 12.5C15.0001 12.2639 14.9202 12.066 14.7605 11.9062C14.6008 11.7465 14.4029 11.6666 14.1667 11.6666C13.9306 11.6666 13.7327 11.7465 13.573 11.9062C13.4133 12.066 13.3334 12.2639 13.3334 12.5C13.3334 12.7361 13.4133 12.934 13.573 13.0937C13.7327 13.2535 13.9306 13.3333 14.1667 13.3333Z",fill:n})}),T0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM3.33341 15H16.6667V4.99998H3.33341V15ZM5.83341 13.3333H10.8334C11.0695 13.3333 11.2674 13.2535 11.4272 13.0937C11.5869 12.934 11.6667 12.7361 11.6667 12.5C11.6667 12.2639 11.5869 12.066 11.4272 11.9062C11.2674 11.7465 11.0695 11.6666 10.8334 11.6666H5.83341C5.5973 11.6666 5.39939 11.7465 5.23966 11.9062C5.07994 12.066 5.00008 12.2639 5.00008 12.5C5.00008 12.7361 5.07994 12.934 5.23966 13.0937C5.39939 13.2535 5.5973 13.3333 5.83341 13.3333ZM9.16675 9.99998H14.1667C14.4029 9.99998 14.6008 9.92012 14.7605 9.7604C14.9202 9.60067 15.0001 9.40276 15.0001 9.16665C15.0001 8.93053 14.9202 8.73262 14.7605 8.5729C14.6008 8.41317 14.4029 8.33331 14.1667 8.33331H9.16675C8.93064 8.33331 8.73272 8.41317 8.573 8.5729C8.41328 8.73262 8.33341 8.93053 8.33341 9.16665C8.33341 9.40276 8.41328 9.60067 8.573 9.7604C8.73272 9.92012 8.93064 9.99998 9.16675 9.99998ZM5.83341 9.99998C6.06953 9.99998 6.26744 9.92012 6.42716 9.7604C6.58689 9.60067 6.66675 9.40276 6.66675 9.16665C6.66675 8.93053 6.58689 8.73262 6.42716 8.5729C6.26744 8.41317 6.06953 8.33331 5.83341 8.33331C5.5973 8.33331 5.39939 8.41317 5.23966 8.5729C5.07994 8.73262 5.00008 8.93053 5.00008 9.16665C5.00008 9.40276 5.07994 9.60067 5.23966 9.7604C5.39939 9.92012 5.5973 9.99998 5.83341 9.99998ZM14.1667 13.3333C14.4029 13.3333 14.6008 13.2535 14.7605 13.0937C14.9202 12.934 15.0001 12.7361 15.0001 12.5C15.0001 12.2639 14.9202 12.066 14.7605 11.9062C14.6008 11.7465 14.4029 11.6666 14.1667 11.6666C13.9306 11.6666 13.7327 11.7465 13.573 11.9062C13.4133 12.066 13.3334 12.2639 13.3334 12.5C13.3334 12.7361 13.4133 12.934 13.573 13.0937C13.7327 13.2535 13.9306 13.3333 14.1667 13.3333Z",fill:n})}),E0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 17.5C9.76397 17.5 9.56605 17.4201 9.40633 17.2604C9.24661 17.1007 9.16675 16.9028 9.16675 16.6667C9.16675 16.4306 9.24661 16.2326 9.40633 16.0729C9.56605 15.9132 9.76397 15.8333 10.0001 15.8333H15.8334V9.91667C15.8334 8.29167 15.2674 6.91319 14.1355 5.78125C13.0036 4.64931 11.6251 4.08333 10.0001 4.08333C8.37508 4.08333 6.99661 4.64931 5.86466 5.78125C4.73272 6.91319 4.16675 8.29167 4.16675 9.91667V14.1667C4.16675 14.4028 4.08689 14.6007 3.92716 14.7604C3.76744 14.9201 3.56953 15 3.33341 15C2.87508 15 2.48272 14.8368 2.15633 14.5104C1.82994 14.184 1.66675 13.7917 1.66675 13.3333V11.6667C1.66675 11.375 1.73966 11.1007 1.8855 10.8438C2.03133 10.5868 2.23619 10.3819 2.50008 10.2292L2.56258 9.125C2.67369 8.18056 2.948 7.30556 3.3855 6.5C3.823 5.69444 4.37161 4.99306 5.03133 4.39583C5.69105 3.79861 6.448 3.33333 7.30216 3C8.15633 2.66667 9.05564 2.5 10.0001 2.5C10.9445 2.5 11.8404 2.66667 12.6876 3C13.5348 3.33333 14.2917 3.79514 14.9584 4.38542C15.6251 4.97569 16.1737 5.67361 16.6042 6.47917C17.0348 7.28472 17.3126 8.15972 17.4376 9.10417L17.5001 10.1875C17.764 10.3125 17.9688 10.5 18.1147 10.75C18.2605 11 18.3334 11.2639 18.3334 11.5417V13.4583C18.3334 13.7361 18.2605 14 18.1147 14.25C17.9688 14.5 17.764 14.6875 17.5001 14.8125V15.8333C17.5001 16.2917 17.3369 16.684 17.0105 17.0104C16.6841 17.3368 16.2917 17.5 15.8334 17.5H10.0001ZM7.50008 11.6667C7.26397 11.6667 7.06605 11.5868 6.90633 11.4271C6.74661 11.2674 6.66675 11.0694 6.66675 10.8333C6.66675 10.5972 6.74661 10.3993 6.90633 10.2396C7.06605 10.0799 7.26397 10 7.50008 10C7.73619 10 7.93411 10.0799 8.09383 10.2396C8.25355 10.3993 8.33341 10.5972 8.33341 10.8333C8.33341 11.0694 8.25355 11.2674 8.09383 11.4271C7.93411 11.5868 7.73619 11.6667 7.50008 11.6667ZM12.5001 11.6667C12.264 11.6667 12.0661 11.5868 11.9063 11.4271C11.7466 11.2674 11.6667 11.0694 11.6667 10.8333C11.6667 10.5972 11.7466 10.3993 11.9063 10.2396C12.0661 10.0799 12.264 10 12.5001 10C12.7362 10 12.9341 10.0799 13.0938 10.2396C13.2536 10.3993 13.3334 10.5972 13.3334 10.8333C13.3334 11.0694 13.2536 11.2674 13.0938 11.4271C12.9341 11.5868 12.7362 11.6667 12.5001 11.6667ZM5.02091 10.375C4.92369 8.90278 5.36814 7.63889 6.35425 6.58333C7.34036 5.52778 8.56953 5 10.0417 5C11.2779 5 12.3647 5.39236 13.3022 6.17708C14.2397 6.96181 14.8056 7.96528 15.0001 9.1875C13.7362 9.17361 12.573 8.83333 11.5105 8.16667C10.448 7.5 9.63203 6.59722 9.06258 5.45833C8.84036 6.56944 8.37161 7.55903 7.65633 8.42708C6.94105 9.29514 6.06258 9.94444 5.02091 10.375Z",fill:n})}),P0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H11.8125C12.0347 2.5 12.2465 2.54167 12.4479 2.625C12.6493 2.70833 12.8264 2.82639 12.9792 2.97917L17.0208 7.02083C17.1736 7.17361 17.2917 7.35069 17.375 7.55208C17.4583 7.75347 17.5 7.96528 17.5 8.1875V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H10.8333C11.0694 7.5 11.2674 7.42014 11.4271 7.26042C11.5868 7.10069 11.6667 6.90278 11.6667 6.66667C11.6667 6.43056 11.5868 6.23264 11.4271 6.07292C11.2674 5.91319 11.0694 5.83333 10.8333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),z0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H15.8333V8.1875L11.8125 4.16667H4.16667V15.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H11.8125C12.0347 2.5 12.2465 2.54167 12.4479 2.625C12.6493 2.70833 12.8264 2.82639 12.9792 2.97917L17.0208 7.02083C17.1736 7.17361 17.2917 7.35069 17.375 7.55208C17.4583 7.75347 17.5 7.96528 17.5 8.1875V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H10.8333C11.0694 7.5 11.2674 7.42014 11.4271 7.26042C11.5868 7.10069 11.6667 6.90278 11.6667 6.66667C11.6667 6.43056 11.5868 6.23264 11.4271 6.07292C11.2674 5.91319 11.0694 5.83333 10.8333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),$0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.49992 15C2.04159 15 1.64922 14.8368 1.32284 14.5104C0.996446 14.184 0.833252 13.7917 0.833252 13.3333C0.833252 12.875 0.996446 12.4826 1.32284 12.1562C1.64922 11.8299 2.04159 11.6667 2.49992 11.6667H2.71867C2.78117 11.6667 2.84714 11.6806 2.91659 11.7083L6.70825 7.91667C6.68047 7.84722 6.66659 7.78125 6.66659 7.71875V7.5C6.66659 7.04167 6.82978 6.64931 7.15617 6.32292C7.48256 5.99653 7.87492 5.83333 8.33325 5.83333C8.79159 5.83333 9.18395 5.99653 9.51034 6.32292C9.83672 6.64931 9.99992 7.04167 9.99992 7.5C9.99992 7.52778 9.98603 7.66667 9.95825 7.91667L12.0833 10.0417C12.1527 10.0139 12.2187 10 12.2812 10H12.7187C12.7812 10 12.8471 10.0139 12.9166 10.0417L15.8749 7.08333C15.8471 7.01389 15.8333 6.94792 15.8333 6.88542V6.66667C15.8333 6.20833 15.9964 5.81597 16.3228 5.48958C16.6492 5.16319 17.0416 5 17.4999 5C17.9583 5 18.3506 5.16319 18.677 5.48958C19.0034 5.81597 19.1666 6.20833 19.1666 6.66667C19.1666 7.125 19.0034 7.51736 18.677 7.84375C18.3506 8.17014 17.9583 8.33333 17.4999 8.33333H17.2812C17.2187 8.33333 17.1527 8.31944 17.0833 8.29167L14.1249 11.25C14.1527 11.3194 14.1666 11.3854 14.1666 11.4479V11.6667C14.1666 12.125 14.0034 12.5174 13.677 12.8438C13.3506 13.1701 12.9583 13.3333 12.4999 13.3333C12.0416 13.3333 11.6492 13.1701 11.3228 12.8438C10.9964 12.5174 10.8333 12.125 10.8333 11.6667V11.4479C10.8333 11.3854 10.8471 11.3194 10.8749 11.25L8.74992 9.125C8.68047 9.15278 8.6145 9.16667 8.552 9.16667H8.33325C8.30547 9.16667 8.16659 9.15278 7.91659 9.125L4.12492 12.9167C4.1527 12.9861 4.16659 13.0521 4.16659 13.1146V13.3333C4.16659 13.7917 4.00339 14.184 3.677 14.5104C3.35061 14.8368 2.95825 15 2.49992 15Z",fill:n})}),K0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5C5.375 17.5 4.98264 17.3368 4.65625 17.0104C4.32986 16.684 4.16667 16.2917 4.16667 15.8333V5C3.93055 5 3.73264 4.92014 3.57292 4.76042C3.41319 4.60069 3.33333 4.40278 3.33333 4.16667C3.33333 3.93056 3.41319 3.73264 3.57292 3.57292C3.73264 3.41319 3.93055 3.33333 4.16667 3.33333H7.5C7.5 3.09722 7.57986 2.89931 7.73958 2.73958C7.8993 2.57986 8.09722 2.5 8.33333 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3437 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83333ZM9.16667 9.875V12.5C9.16667 12.7361 9.24653 12.934 9.40625 13.0938C9.56597 13.2535 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.2535 10.5937 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5V9.875L11.5833 10.6042C11.7361 10.7569 11.9271 10.8333 12.1562 10.8333C12.3854 10.8333 12.5833 10.75 12.75 10.5833C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76389 12.9028 9.56944 12.75 9.41667L10.5833 7.25C10.4167 7.08333 10.2222 7 10 7C9.77778 7 9.58333 7.08333 9.41667 7.25L7.25 9.41667C7.09722 9.56944 7.01736 9.76042 7.01042 9.98958C7.00347 10.2188 7.08333 10.4167 7.25 10.5833C7.40278 10.7361 7.59375 10.816 7.82292 10.8229C8.05208 10.8299 8.25 10.7569 8.41667 10.6042L9.16667 9.875Z",fill:n})}),U0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83334 17.5C5.375 17.5 4.98264 17.3368 4.65625 17.0104C4.32986 16.684 4.16667 16.2917 4.16667 15.8333V5C3.93056 5 3.73264 4.92014 3.57292 4.76042C3.4132 4.60069 3.33334 4.40278 3.33334 4.16667C3.33334 3.93056 3.4132 3.73264 3.57292 3.57292C3.73264 3.41319 3.93056 3.33333 4.16667 3.33333H7.5C7.5 3.09722 7.57986 2.89931 7.73959 2.73958C7.89931 2.57986 8.09722 2.5 8.33334 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3438 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83334ZM14.1667 5H5.83334V15.8333H14.1667V5ZM9.16667 9.875V12.5C9.16667 12.7361 9.24653 12.934 9.40625 13.0938C9.56597 13.2535 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5V9.875L11.5833 10.6042C11.7361 10.7569 11.9271 10.8333 12.1563 10.8333C12.3854 10.8333 12.5833 10.75 12.75 10.5833C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76389 12.9028 9.56944 12.75 9.41667L10.5833 7.25C10.4167 7.08333 10.2222 7 10 7C9.77778 7 9.58334 7.08333 9.41667 7.25L7.25 9.41667C7.09722 9.56944 7.01736 9.76042 7.01042 9.98958C7.00347 10.2188 7.08334 10.4167 7.25 10.5833C7.40278 10.7361 7.59375 10.816 7.82292 10.8229C8.05209 10.8299 8.25 10.7569 8.41667 10.6042L9.16667 9.875Z",fill:n})}),G0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.4998 13.3334L11.1664 9.04169L9.0206 11.1875C8.70115 11.507 8.30532 11.6667 7.8331 11.6667C7.36088 11.6667 6.96504 11.507 6.6456 11.1875L2.24977 6.75002C2.09699 6.59724 2.01713 6.40627 2.01018 6.1771C2.00324 5.94794 2.0831 5.75002 2.24977 5.58335C2.40254 5.43058 2.59699 5.35419 2.8331 5.35419C3.06921 5.35419 3.26365 5.43058 3.41643 5.58335L7.8331 10L9.97893 7.85419C10.2984 7.53474 10.6942 7.37502 11.1664 7.37502C11.6387 7.37502 12.0345 7.53474 12.3539 7.85419L16.6664 12.1667V10.8334C16.6664 10.5972 16.7463 10.3993 16.906 10.2396C17.0657 10.0799 17.2637 10 17.4998 10C17.7359 10 17.9338 10.0799 18.0935 10.2396C18.2532 10.3993 18.3331 10.5972 18.3331 10.8334V14.1667C18.3331 14.4028 18.2532 14.6007 18.0935 14.7604C17.9338 14.9202 17.7359 15 17.4998 15H14.1664C13.9303 15 13.7324 14.9202 13.5727 14.7604C13.413 14.6007 13.3331 14.4028 13.3331 14.1667C13.3331 13.9306 13.413 13.7327 13.5727 13.5729C13.7324 13.4132 13.9303 13.3334 14.1664 13.3334H15.4998Z",fill:n})}),W0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.1458 10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5937C2.57986 10.434 2.5 10.2361 2.5 9.99999C2.5 9.76388 2.57986 9.56596 2.73958 9.40624C2.89931 9.24652 3.09722 9.16666 3.33333 9.16666H15.1458L14 7.99999C13.8333 7.83332 13.7535 7.63888 13.7604 7.41666C13.7674 7.19443 13.8542 6.99999 14.0208 6.83332C14.1875 6.68054 14.3854 6.60068 14.6146 6.59374C14.8438 6.58679 15.0347 6.66666 15.1875 6.83332L17.75 9.41666C17.9167 9.58332 18 9.77777 18 9.99999C18 10.2222 17.9167 10.4167 17.75 10.5833L15.1667 13.1667C15.0139 13.3194 14.8229 13.3958 14.5938 13.3958C14.3646 13.3958 14.1667 13.3194 14 13.1667C13.8333 13 13.75 12.8021 13.75 12.5729C13.75 12.3437 13.8333 12.1458 14 11.9792L15.1458 10.8333Z",fill:n})}),q0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.25001 14.6875C2.08334 14.5208 2.00348 14.3229 2.01043 14.0937C2.01737 13.8646 2.09723 13.6736 2.25001 13.5208L6.64584 9.06248C6.96529 8.74304 7.36112 8.58331 7.83334 8.58331C8.30557 8.58331 8.7014 8.74304 9.02084 9.06248L11.1667 11.2291L15.5 6.93748H14.1667C13.9306 6.93748 13.7326 6.85762 13.5729 6.6979C13.4132 6.53817 13.3333 6.34026 13.3333 6.10415C13.3333 5.86804 13.4132 5.67012 13.5729 5.5104C13.7326 5.35067 13.9306 5.27081 14.1667 5.27081H17.5C17.7361 5.27081 17.934 5.35067 18.0938 5.5104C18.2535 5.67012 18.3333 5.86804 18.3333 6.10415V9.43748C18.3333 9.67359 18.2535 9.87151 18.0938 10.0312C17.934 10.191 17.7361 10.2708 17.5 10.2708C17.2639 10.2708 17.066 10.191 16.9063 10.0312C16.7465 9.87151 16.6667 9.67359 16.6667 9.43748V8.10415L12.3542 12.4166C12.0347 12.7361 11.6389 12.8958 11.1667 12.8958C10.6945 12.8958 10.2986 12.7361 9.97918 12.4166L7.83334 10.2708L3.41668 14.6875C3.2639 14.8403 3.06945 14.9166 2.83334 14.9166C2.59723 14.9166 2.40279 14.8403 2.25001 14.6875Z",fill:n})}),Y0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C9.76389 17.5 9.56597 17.4201 9.40625 17.2604C9.24653 17.1007 9.16667 16.9028 9.16667 16.6667V13.3333C9.16667 13.0972 9.24653 12.8993 9.40625 12.7396C9.56597 12.5799 9.76389 12.5 10 12.5C10.2361 12.5 10.434 12.5799 10.5938 12.7396C10.7535 12.8993 10.8333 13.0972 10.8333 13.3333V14.1667H16.6667C16.9028 14.1667 17.1007 14.2465 17.2604 14.4062C17.4201 14.566 17.5 14.7639 17.5 15C17.5 15.2361 17.4201 15.434 17.2604 15.5938C17.1007 15.7535 16.9028 15.8333 16.6667 15.8333H10.8333V16.6667C10.8333 16.9028 10.7535 17.1007 10.5938 17.2604C10.434 17.4201 10.2361 17.5 10 17.5ZM3.33333 15.8333C3.09722 15.8333 2.89931 15.7535 2.73958 15.5938C2.57986 15.434 2.5 15.2361 2.5 15C2.5 14.7639 2.57986 14.566 2.73958 14.4062C2.89931 14.2465 3.09722 14.1667 3.33333 14.1667H6.66667C6.90278 14.1667 7.10069 14.2465 7.26042 14.4062C7.42014 14.566 7.5 14.7639 7.5 15C7.5 15.2361 7.42014 15.434 7.26042 15.5938C7.10069 15.7535 6.90278 15.8333 6.66667 15.8333H3.33333ZM6.66667 12.5C6.43056 12.5 6.23264 12.4201 6.07292 12.2604C5.91319 12.1007 5.83333 11.9028 5.83333 11.6667V10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H5.83333V8.33333C5.83333 8.09722 5.91319 7.89931 6.07292 7.73958C6.23264 7.57986 6.43056 7.5 6.66667 7.5C6.90278 7.5 7.10069 7.57986 7.26042 7.73958C7.42014 7.89931 7.5 8.09722 7.5 8.33333V11.6667C7.5 11.9028 7.42014 12.1007 7.26042 12.2604C7.10069 12.4201 6.90278 12.5 6.66667 12.5ZM10 10.8333C9.76389 10.8333 9.56597 10.7535 9.40625 10.5938C9.24653 10.434 9.16667 10.2361 9.16667 10C9.16667 9.76389 9.24653 9.56597 9.40625 9.40625C9.56597 9.24653 9.76389 9.16667 10 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10C17.5 10.2361 17.4201 10.434 17.2604 10.5938C17.1007 10.7535 16.9028 10.8333 16.6667 10.8333H10ZM13.3333 7.5C13.0972 7.5 12.8993 7.42014 12.7396 7.26042C12.5799 7.10069 12.5 6.90278 12.5 6.66667V3.33333C12.5 3.09722 12.5799 2.89931 12.7396 2.73958C12.8993 2.57986 13.0972 2.5 13.3333 2.5C13.5694 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333V4.16667H16.6667C16.9028 4.16667 17.1007 4.24653 17.2604 4.40625C17.4201 4.56597 17.5 4.76389 17.5 5C17.5 5.23611 17.4201 5.43403 17.2604 5.59375C17.1007 5.75347 16.9028 5.83333 16.6667 5.83333H14.1667V6.66667C14.1667 6.90278 14.0868 7.10069 13.9271 7.26042C13.7674 7.42014 13.5694 7.5 13.3333 7.5ZM3.33333 5.83333C3.09722 5.83333 2.89931 5.75347 2.73958 5.59375C2.57986 5.43403 2.5 5.23611 2.5 5C2.5 4.76389 2.57986 4.56597 2.73958 4.40625C2.89931 4.24653 3.09722 4.16667 3.33333 4.16667H10C10.2361 4.16667 10.434 4.24653 10.5938 4.40625C10.7535 4.56597 10.8333 4.76389 10.8333 5C10.8333 5.23611 10.7535 5.43403 10.5938 5.59375C10.434 5.75347 10.2361 5.83333 10 5.83333H3.33333Z",fill:n})}),Q0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.7292C10.2361 14.7292 10.434 14.6493 10.5938 14.4896C10.7535 14.3299 10.8333 14.1319 10.8333 13.8958V11.2292L11.5833 11.9792C11.7361 12.1319 11.9306 12.2083 12.1667 12.2083C12.4028 12.2083 12.5972 12.1319 12.75 11.9792C12.9028 11.8264 12.9792 11.6319 12.9792 11.3958C12.9792 11.1597 12.9028 10.9653 12.75 10.8125L10.5833 8.66667C10.4167 8.5 10.2222 8.41667 10 8.41667C9.77778 8.41667 9.58333 8.5 9.41667 8.66667L7.25 10.8125C7.09722 10.9653 7.02083 11.1597 7.02083 11.3958C7.02083 11.6319 7.09722 11.8264 7.25 11.9792C7.40278 12.1319 7.59722 12.2083 7.83333 12.2083C8.06944 12.2083 8.26389 12.1319 8.41667 11.9792L9.16667 11.2292V13.8958C9.16667 14.1319 9.24653 14.3299 9.40625 14.4896C9.56597 14.6493 9.76389 14.7292 10 14.7292ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5Z",fill:n})}),X0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.7292C10.2361 14.7292 10.434 14.6493 10.5938 14.4896C10.7535 14.3299 10.8333 14.1319 10.8333 13.8958V11.2292L11.5833 11.9792C11.7361 12.1319 11.9306 12.2083 12.1667 12.2083C12.4028 12.2083 12.5972 12.1319 12.75 11.9792C12.9028 11.8264 12.9792 11.6319 12.9792 11.3958C12.9792 11.1597 12.9028 10.9653 12.75 10.8125L10.5833 8.66667C10.4167 8.5 10.2222 8.41667 10 8.41667C9.77778 8.41667 9.58333 8.5 9.41667 8.66667L7.25 10.8125C7.09722 10.9653 7.02083 11.1597 7.02083 11.3958C7.02083 11.6319 7.09722 11.8264 7.25 11.9792C7.40278 12.1319 7.59722 12.2083 7.83333 12.2083C8.06944 12.2083 8.26389 12.1319 8.41667 11.9792L9.16667 11.2292V13.8958C9.16667 14.1319 9.24653 14.3299 9.40625 14.4896C9.56597 14.6493 9.76389 14.7292 10 14.7292ZM4.16667 6.66667V15.8333H15.8333V6.66667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5Z",fill:n})}),J0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 15.8333C6.43056 15.8333 6.23264 15.7535 6.07292 15.5937C5.91319 15.434 5.83333 15.2361 5.83333 15C5.83333 14.7639 5.91319 14.566 6.07292 14.4062C6.23264 14.2465 6.43056 14.1667 6.66667 14.1667H11.75C12.625 14.1667 13.3854 13.8889 14.0312 13.3333C14.6771 12.7778 15 12.0833 15 11.25C15 10.4167 14.6771 9.72222 14.0312 9.16667C13.3854 8.61111 12.625 8.33333 11.75 8.33333H6.5L8.08333 9.91667C8.23611 10.0694 8.3125 10.2639 8.3125 10.5C8.3125 10.7361 8.23611 10.9306 8.08333 11.0833C7.93056 11.2361 7.73611 11.3125 7.5 11.3125C7.26389 11.3125 7.06944 11.2361 6.91667 11.0833L3.91667 8.08333C3.83333 8 3.77431 7.90972 3.73958 7.8125C3.70486 7.71528 3.6875 7.61111 3.6875 7.5C3.6875 7.38889 3.70486 7.28472 3.73958 7.1875C3.77431 7.09028 3.83333 7 3.91667 6.91667L6.91667 3.91667C7.06944 3.76389 7.26389 3.6875 7.5 3.6875C7.73611 3.6875 7.93056 3.76389 8.08333 3.91667C8.23611 4.06944 8.3125 4.26389 8.3125 4.5C8.3125 4.73611 8.23611 4.93056 8.08333 5.08333L6.5 6.66667H11.75C13.0972 6.66667 14.2535 7.10417 15.2187 7.97917C16.184 8.85417 16.6667 9.94444 16.6667 11.25C16.6667 12.5556 16.184 13.6458 15.2187 14.5208C14.2535 15.3958 13.0972 15.8333 11.75 15.8333H6.66667Z",fill:n})}),CC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00004 16.6667C4.54171 16.6667 4.14935 16.5035 3.82296 16.1771C3.49657 15.8507 3.33337 15.4583 3.33337 15V13.3333C3.33337 13.0972 3.41324 12.8993 3.57296 12.7396C3.73268 12.5799 3.9306 12.5 4.16671 12.5C4.40282 12.5 4.60074 12.5799 4.76046 12.7396C4.92018 12.8993 5.00004 13.0972 5.00004 13.3333V15H15V13.3333C15 13.0972 15.0799 12.8993 15.2396 12.7396C15.3993 12.5799 15.5973 12.5 15.8334 12.5C16.0695 12.5 16.2674 12.5799 16.4271 12.7396C16.5868 12.8993 16.6667 13.0972 16.6667 13.3333V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4584 16.6667 15 16.6667H5.00004ZM9.16671 6.54167L7.60421 8.10417C7.43754 8.27083 7.23962 8.35069 7.01046 8.34375C6.78129 8.33681 6.58337 8.25 6.41671 8.08333C6.26393 7.91667 6.18407 7.72222 6.17712 7.5C6.17018 7.27778 6.25004 7.08333 6.41671 6.91667L9.41671 3.91667C9.50004 3.83333 9.59032 3.77431 9.68754 3.73958C9.78476 3.70486 9.88893 3.6875 10 3.6875C10.1112 3.6875 10.2153 3.70486 10.3125 3.73958C10.4098 3.77431 10.5 3.83333 10.5834 3.91667L13.5834 6.91667C13.75 7.08333 13.8299 7.27778 13.823 7.5C13.816 7.72222 13.7362 7.91667 13.5834 8.08333C13.4167 8.25 13.2188 8.33681 12.9896 8.34375C12.7605 8.35069 12.5625 8.27083 12.3959 8.10417L10.8334 6.54167V12.5C10.8334 12.7361 10.7535 12.934 10.5938 13.0937C10.4341 13.2535 10.2362 13.3333 10 13.3333C9.76393 13.3333 9.56601 13.2535 9.40629 13.0937C9.24657 12.934 9.16671 12.7361 9.16671 12.5V6.54167Z",fill:n})}),eC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 9.16665H13.3333C13.0971 9.16665 12.8992 9.08678 12.7395 8.92706C12.5798 8.76734 12.4999 8.56942 12.4999 8.33331C12.4999 8.0972 12.5798 7.89928 12.7395 7.73956C12.8992 7.57984 13.0971 7.49998 13.3333 7.49998H14.9999V5.83331C14.9999 5.5972 15.0798 5.39929 15.2395 5.23956C15.3992 5.07984 15.5971 4.99998 15.8333 4.99998C16.0694 4.99998 16.2673 5.07984 16.427 5.23956C16.5867 5.39929 16.6666 5.5972 16.6666 5.83331V7.49998H18.3333C18.5694 7.49998 18.7673 7.57984 18.927 7.73956C19.0867 7.89928 19.1666 8.0972 19.1666 8.33331C19.1666 8.56942 19.0867 8.76734 18.927 8.92706C18.7673 9.08678 18.5694 9.16665 18.3333 9.16665H16.6666V10.8333C16.6666 11.0694 16.5867 11.2673 16.427 11.4271C16.2673 11.5868 16.0694 11.6666 15.8333 11.6666C15.5971 11.6666 15.3992 11.5868 15.2395 11.4271C15.0798 11.2673 14.9999 11.0694 14.9999 10.8333V9.16665ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36803 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36803 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM0.833252 15V14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15Z",fill:n})}),tC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 9.16665H13.3333C13.0971 9.16665 12.8992 9.08678 12.7395 8.92706C12.5798 8.76734 12.4999 8.56942 12.4999 8.33331C12.4999 8.0972 12.5798 7.89928 12.7395 7.73956C12.8992 7.57984 13.0971 7.49998 13.3333 7.49998H14.9999V5.83331C14.9999 5.5972 15.0798 5.39929 15.2395 5.23956C15.3992 5.07984 15.5971 4.99998 15.8333 4.99998C16.0694 4.99998 16.2673 5.07984 16.427 5.23956C16.5867 5.39929 16.6666 5.5972 16.6666 5.83331V7.49998H18.3333C18.5694 7.49998 18.7673 7.57984 18.927 7.73956C19.0867 7.89928 19.1666 8.0972 19.1666 8.33331C19.1666 8.56942 19.0867 8.76734 18.927 8.92706C18.7673 9.08678 18.5694 9.16665 18.3333 9.16665H16.6666V10.8333C16.6666 11.0694 16.5867 11.2673 16.427 11.4271C16.2673 11.5868 16.0694 11.6666 15.8333 11.6666C15.5971 11.6666 15.3992 11.5868 15.2395 11.4271C15.0798 11.2673 14.9999 11.0694 14.9999 10.8333V9.16665ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36803 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36803 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM0.833252 15V14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15ZM2.49992 15H12.4999V14.3333C12.4999 14.1805 12.4617 14.0416 12.3853 13.9166C12.3089 13.7916 12.2083 13.6944 12.0833 13.625C11.3333 13.25 10.5763 12.9687 9.81242 12.7812C9.04853 12.5937 8.2777 12.5 7.49992 12.5C6.72214 12.5 5.95131 12.5937 5.18742 12.7812C4.42353 12.9687 3.66659 13.25 2.91659 13.625C2.79159 13.6944 2.69089 13.7916 2.6145 13.9166C2.53811 14.0416 2.49992 14.1805 2.49992 14.3333V15ZM7.49992 8.33331C7.95825 8.33331 8.35061 8.17012 8.677 7.84373C9.00339 7.51734 9.16659 7.12498 9.16659 6.66665C9.16659 6.20831 9.00339 5.81595 8.677 5.48956C8.35061 5.16317 7.95825 4.99998 7.49992 4.99998C7.04159 4.99998 6.64922 5.16317 6.32284 5.48956C5.99645 5.81595 5.83325 6.20831 5.83325 6.66665C5.83325 7.12498 5.99645 7.51734 6.32284 7.84373C6.64922 8.17012 7.04159 8.33331 7.49992 8.33331Z",fill:n})}),nC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.87508 14.25C5.58341 13.7084 6.37508 13.2813 7.25008 12.9688C8.12508 12.6563 9.04175 12.5 10.0001 12.5C10.9584 12.5 11.8751 12.6563 12.7501 12.9688C13.6251 13.2813 14.4167 13.7084 15.1251 14.25C15.6112 13.6806 15.9897 13.0347 16.2605 12.3125C16.5313 11.5903 16.6667 10.8195 16.6667 10C16.6667 8.1528 16.0174 6.57988 14.7188 5.28127C13.4202 3.98266 11.8473 3.33335 10.0001 3.33335C8.15286 3.33335 6.57994 3.98266 5.28133 5.28127C3.98272 6.57988 3.33341 8.1528 3.33341 10C3.33341 10.8195 3.46883 11.5903 3.73966 12.3125C4.0105 13.0347 4.38897 13.6806 4.87508 14.25ZM10.0001 10.8334C9.18064 10.8334 8.48966 10.5521 7.92716 9.9896C7.36466 9.4271 7.08341 8.73613 7.08341 7.91669C7.08341 7.09724 7.36466 6.40627 7.92716 5.84377C8.48966 5.28127 9.18064 5.00002 10.0001 5.00002C10.8195 5.00002 11.5105 5.28127 12.073 5.84377C12.6355 6.40627 12.9167 7.09724 12.9167 7.91669C12.9167 8.73613 12.6355 9.4271 12.073 9.9896C11.5105 10.5521 10.8195 10.8334 10.0001 10.8334ZM10.0001 18.3334C8.8473 18.3334 7.76397 18.1146 6.75008 17.6771C5.73619 17.2396 4.85425 16.6459 4.10425 15.8959C3.35425 15.1459 2.7605 14.2639 2.323 13.25C1.8855 12.2361 1.66675 11.1528 1.66675 10C1.66675 8.84724 1.8855 7.76391 2.323 6.75002C2.7605 5.73613 3.35425 4.85419 4.10425 4.10419C4.85425 3.35419 5.73619 2.76044 6.75008 2.32294C7.76397 1.88544 8.8473 1.66669 10.0001 1.66669C11.1529 1.66669 12.2362 1.88544 13.2501 2.32294C14.264 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2397 5.73613 17.6772 6.75002C18.1147 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1147 12.2361 17.6772 13.25C17.2397 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.264 17.2396 13.2501 17.6771C12.2362 18.1146 11.1529 18.3334 10.0001 18.3334Z",fill:n})}),rC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.87508 14.25C5.58341 13.7084 6.37508 13.2813 7.25008 12.9688C8.12508 12.6563 9.04175 12.5 10.0001 12.5C10.9584 12.5 11.8751 12.6563 12.7501 12.9688C13.6251 13.2813 14.4167 13.7084 15.1251 14.25C15.6112 13.6806 15.9897 13.0347 16.2605 12.3125C16.5313 11.5903 16.6667 10.8195 16.6667 10C16.6667 8.1528 16.0174 6.57988 14.7188 5.28127C13.4202 3.98266 11.8473 3.33335 10.0001 3.33335C8.15286 3.33335 6.57994 3.98266 5.28133 5.28127C3.98272 6.57988 3.33341 8.1528 3.33341 10C3.33341 10.8195 3.46883 11.5903 3.73966 12.3125C4.0105 13.0347 4.38897 13.6806 4.87508 14.25ZM10.0001 10.8334C9.18064 10.8334 8.48966 10.5521 7.92716 9.9896C7.36466 9.4271 7.08341 8.73613 7.08341 7.91669C7.08341 7.09724 7.36466 6.40627 7.92716 5.84377C8.48966 5.28127 9.18064 5.00002 10.0001 5.00002C10.8195 5.00002 11.5105 5.28127 12.073 5.84377C12.6355 6.40627 12.9167 7.09724 12.9167 7.91669C12.9167 8.73613 12.6355 9.4271 12.073 9.9896C11.5105 10.5521 10.8195 10.8334 10.0001 10.8334ZM10.0001 18.3334C8.8473 18.3334 7.76397 18.1146 6.75008 17.6771C5.73619 17.2396 4.85425 16.6459 4.10425 15.8959C3.35425 15.1459 2.7605 14.2639 2.323 13.25C1.8855 12.2361 1.66675 11.1528 1.66675 10C1.66675 8.84724 1.8855 7.76391 2.323 6.75002C2.7605 5.73613 3.35425 4.85419 4.10425 4.10419C4.85425 3.35419 5.73619 2.76044 6.75008 2.32294C7.76397 1.88544 8.8473 1.66669 10.0001 1.66669C11.1529 1.66669 12.2362 1.88544 13.2501 2.32294C14.264 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2397 5.73613 17.6772 6.75002C18.1147 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1147 12.2361 17.6772 13.25C17.2397 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.264 17.2396 13.2501 17.6771C12.2362 18.1146 11.1529 18.3334 10.0001 18.3334ZM10.0001 16.6667C10.7362 16.6667 11.4306 16.559 12.0834 16.3438C12.7362 16.1285 13.3334 15.8195 13.8751 15.4167C13.3334 15.0139 12.7362 14.7049 12.0834 14.4896C11.4306 14.2743 10.7362 14.1667 10.0001 14.1667C9.26397 14.1667 8.56953 14.2743 7.91675 14.4896C7.26397 14.7049 6.66675 15.0139 6.12508 15.4167C6.66675 15.8195 7.26397 16.1285 7.91675 16.3438C8.56953 16.559 9.26397 16.6667 10.0001 16.6667ZM10.0001 9.16669C10.3612 9.16669 10.6598 9.04863 10.8959 8.81252C11.132 8.57641 11.2501 8.2778 11.2501 7.91669C11.2501 7.55558 11.132 7.25696 10.8959 7.02085C10.6598 6.78474 10.3612 6.66669 10.0001 6.66669C9.63897 6.66669 9.34036 6.78474 9.10425 7.02085C8.86814 7.25696 8.75008 7.55558 8.75008 7.91669C8.75008 8.2778 8.86814 8.57641 9.10425 8.81252C9.34036 9.04863 9.63897 9.16669 10.0001 9.16669Z",fill:n})}),oC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99992 9.99998C9.08325 9.99998 8.29853 9.67359 7.64575 9.02081C6.99297 8.36804 6.66659 7.58331 6.66659 6.66665C6.66659 5.74998 6.99297 4.96526 7.64575 4.31248C8.29853 3.6597 9.08325 3.33331 9.99992 3.33331C10.9166 3.33331 11.7013 3.6597 12.3541 4.31248C13.0069 4.96526 13.3333 5.74998 13.3333 6.66665C13.3333 7.58331 13.0069 8.36804 12.3541 9.02081C11.7013 9.67359 10.9166 9.99998 9.99992 9.99998ZM3.33325 15V14.3333C3.33325 13.8611 3.45478 13.4271 3.69784 13.0312C3.94089 12.6354 4.26381 12.3333 4.66659 12.125C5.5277 11.6944 6.4027 11.3715 7.29159 11.1562C8.18047 10.941 9.08325 10.8333 9.99992 10.8333C10.9166 10.8333 11.8194 10.941 12.7083 11.1562C13.5971 11.3715 14.4721 11.6944 15.3333 12.125C15.736 12.3333 16.0589 12.6354 16.302 13.0312C16.5451 13.4271 16.6666 13.8611 16.6666 14.3333V15C16.6666 15.4583 16.5034 15.8507 16.177 16.1771C15.8506 16.5035 15.4583 16.6666 14.9999 16.6666H4.99992C4.54159 16.6666 4.14922 16.5035 3.82284 16.1771C3.49645 15.8507 3.33325 15.4583 3.33325 15Z",fill:n})}),sC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99992 9.99998C9.08325 9.99998 8.29853 9.67359 7.64575 9.02081C6.99297 8.36804 6.66659 7.58331 6.66659 6.66665C6.66659 5.74998 6.99297 4.96526 7.64575 4.31248C8.29853 3.6597 9.08325 3.33331 9.99992 3.33331C10.9166 3.33331 11.7013 3.6597 12.3541 4.31248C13.0069 4.96526 13.3333 5.74998 13.3333 6.66665C13.3333 7.58331 13.0069 8.36804 12.3541 9.02081C11.7013 9.67359 10.9166 9.99998 9.99992 9.99998ZM3.33325 15V14.3333C3.33325 13.8611 3.45478 13.4271 3.69784 13.0312C3.94089 12.6354 4.26381 12.3333 4.66659 12.125C5.5277 11.6944 6.4027 11.3715 7.29159 11.1562C8.18047 10.941 9.08325 10.8333 9.99992 10.8333C10.9166 10.8333 11.8194 10.941 12.7083 11.1562C13.5971 11.3715 14.4721 11.6944 15.3333 12.125C15.736 12.3333 16.0589 12.6354 16.302 13.0312C16.5451 13.4271 16.6666 13.8611 16.6666 14.3333V15C16.6666 15.4583 16.5034 15.8507 16.177 16.1771C15.8506 16.5035 15.4583 16.6666 14.9999 16.6666H4.99992C4.54159 16.6666 4.14922 16.5035 3.82284 16.1771C3.49645 15.8507 3.33325 15.4583 3.33325 15ZM4.99992 15H14.9999V14.3333C14.9999 14.1805 14.9617 14.0416 14.8853 13.9166C14.8089 13.7916 14.7083 13.6944 14.5833 13.625C13.8333 13.25 13.0763 12.9687 12.3124 12.7812C11.5485 12.5937 10.7777 12.5 9.99992 12.5C9.22214 12.5 8.45131 12.5937 7.68742 12.7812C6.92353 12.9687 6.16659 13.25 5.41659 13.625C5.29159 13.6944 5.19089 13.7916 5.1145 13.9166C5.03811 14.0416 4.99992 14.1805 4.99992 14.3333V15ZM9.99992 8.33331C10.4583 8.33331 10.8506 8.17012 11.177 7.84373C11.5034 7.51734 11.6666 7.12498 11.6666 6.66665C11.6666 6.20831 11.5034 5.81595 11.177 5.48956C10.8506 5.16317 10.4583 4.99998 9.99992 4.99998C9.54159 4.99998 9.14922 5.16317 8.82284 5.48956C8.49645 5.81595 8.33325 6.20831 8.33325 6.66665C8.33325 7.12498 8.49645 7.51734 8.82284 7.84373C9.14922 8.17012 9.54159 8.33331 9.99992 8.33331Z",fill:n})}),lC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.66675 15V14.3333C1.66675 13.8611 1.7848 13.4271 2.02091 13.0312C2.25703 12.6354 2.58341 12.3333 3.00008 12.125C3.79175 11.7222 4.61466 11.4028 5.46883 11.1666C6.323 10.9305 7.19453 10.8125 8.08341 10.8125C8.27786 10.8125 8.43064 10.8993 8.54175 11.0729C8.65286 11.2465 8.67369 11.4305 8.60425 11.625C8.52091 11.9166 8.45841 12.2083 8.41675 12.5C8.37508 12.7916 8.35425 13.0903 8.35425 13.3958C8.35425 13.7986 8.39591 14.1875 8.47925 14.5625C8.56258 14.9375 8.68064 15.3055 8.83341 15.6666C8.94453 15.9028 8.93411 16.1285 8.80216 16.3437C8.67022 16.559 8.48619 16.6666 8.25008 16.6666H3.33341C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15ZM14.1667 15C14.6251 15 15.0174 14.8368 15.3438 14.5104C15.6702 14.184 15.8334 13.7916 15.8334 13.3333C15.8334 12.875 15.6702 12.4826 15.3438 12.1562C15.0174 11.8298 14.6251 11.6666 14.1667 11.6666C13.7084 11.6666 13.3161 11.8298 12.9897 12.1562C12.6633 12.4826 12.5001 12.875 12.5001 13.3333C12.5001 13.7916 12.6633 14.184 12.9897 14.5104C13.3161 14.8368 13.7084 15 14.1667 15ZM8.33341 9.99998C7.41675 9.99998 6.63203 9.67359 5.97925 9.02081C5.32647 8.36803 5.00008 7.58331 5.00008 6.66665C5.00008 5.74998 5.32647 4.96526 5.97925 4.31248C6.63203 3.6597 7.41675 3.33331 8.33341 3.33331C9.25008 3.33331 10.0348 3.6597 10.6876 4.31248C11.3404 4.96526 11.6667 5.74998 11.6667 6.66665C11.6667 7.58331 11.3404 8.36803 10.6876 9.02081C10.0348 9.67359 9.25008 9.99998 8.33341 9.99998ZM13.2084 16.8333L13.0834 16.25C12.9167 16.1805 12.7605 16.1076 12.6147 16.0312C12.4688 15.9548 12.3195 15.8611 12.1667 15.75L11.5626 15.9375C11.382 15.993 11.2049 15.9861 11.0313 15.9166C10.8577 15.8472 10.7223 15.7361 10.6251 15.5833L10.4584 15.2916C10.3612 15.125 10.3265 14.9444 10.3542 14.75C10.382 14.5555 10.4723 14.3958 10.6251 14.2708L11.0834 13.875C11.0556 13.6805 11.0417 13.5 11.0417 13.3333C11.0417 13.1666 11.0556 12.9861 11.0834 12.7916L10.6251 12.3958C10.4723 12.2708 10.382 12.1146 10.3542 11.9271C10.3265 11.7396 10.3612 11.5625 10.4584 11.3958L10.6459 11.0833C10.7431 10.9305 10.8751 10.8194 11.0417 10.75C11.2084 10.6805 11.382 10.6736 11.5626 10.7291L12.1667 10.9166C12.3195 10.8055 12.4688 10.7118 12.6147 10.6354C12.7605 10.559 12.9167 10.4861 13.0834 10.4166L13.2084 9.81248C13.2501 9.61803 13.3438 9.46178 13.4897 9.34373C13.6355 9.22567 13.8056 9.16665 14.0001 9.16665H14.3334C14.5279 9.16665 14.698 9.22915 14.8438 9.35415C14.9897 9.47915 15.0834 9.63887 15.1251 9.83331L15.2501 10.4166C15.4167 10.4861 15.573 10.5625 15.7188 10.6458C15.8647 10.7291 16.014 10.8333 16.1667 10.9583L16.7292 10.7708C16.9237 10.7014 17.1112 10.7014 17.2917 10.7708C17.4723 10.8403 17.6112 10.9583 17.7084 11.125L17.8751 11.4166C17.9723 11.5833 18.007 11.7639 17.9792 11.9583C17.9515 12.1528 17.8612 12.3125 17.7084 12.4375L17.2501 12.8333C17.2779 13 17.2917 13.1736 17.2917 13.3541C17.2917 13.5347 17.2779 13.7083 17.2501 13.875L17.7084 14.2708C17.8612 14.3958 17.9515 14.5521 17.9792 14.7396C18.007 14.9271 17.9723 15.1041 17.8751 15.2708L17.6876 15.5833C17.5904 15.7361 17.4584 15.8472 17.2917 15.9166C17.1251 15.9861 16.9515 15.993 16.7709 15.9375L16.1667 15.75C16.014 15.8611 15.8647 15.9548 15.7188 16.0312C15.573 16.1076 15.4167 16.1805 15.2501 16.25L15.1251 16.8541C15.0834 17.0486 14.9897 17.2048 14.8438 17.3229C14.698 17.441 14.5279 17.5 14.3334 17.5H14.0001C13.8056 17.5 13.6355 17.4375 13.4897 17.3125C13.3438 17.1875 13.2501 17.0278 13.2084 16.8333Z",fill:n})}),iC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33341 9.99998C7.41675 9.99998 6.63203 9.67359 5.97925 9.02081C5.32647 8.36803 5.00008 7.58331 5.00008 6.66665C5.00008 5.74998 5.32647 4.96526 5.97925 4.31248C6.63203 3.6597 7.41675 3.33331 8.33341 3.33331C9.25008 3.33331 10.0348 3.6597 10.6876 4.31248C11.3404 4.96526 11.6667 5.74998 11.6667 6.66665C11.6667 7.58331 11.3404 8.36803 10.6876 9.02081C10.0348 9.67359 9.25008 9.99998 8.33341 9.99998ZM1.66675 15V14.3333C1.66675 13.875 1.7848 13.4444 2.02091 13.0416C2.25703 12.6389 2.58341 12.3333 3.00008 12.125C3.80564 11.7222 4.63897 11.4062 5.50008 11.1771C6.36119 10.9479 7.24314 10.8333 8.14591 10.8333C8.38203 10.8333 8.57994 10.9166 8.73966 11.0833C8.89939 11.25 8.97925 11.4514 8.97925 11.6875C8.97925 11.9236 8.89939 12.1215 8.73966 12.2812C8.57994 12.441 8.38203 12.5208 8.14591 12.5208C7.36814 12.5208 6.61466 12.618 5.8855 12.8125C5.15633 13.0069 4.44453 13.2778 3.75008 13.625C3.61119 13.6944 3.50703 13.7916 3.43758 13.9166C3.36814 14.0416 3.33341 14.1805 3.33341 14.3333V15H8.14591C8.38203 15 8.57994 15.0798 8.73966 15.2396C8.89939 15.3993 8.97925 15.5972 8.97925 15.8333C8.97925 16.0694 8.89939 16.2673 8.73966 16.4271C8.57994 16.5868 8.38203 16.6666 8.14591 16.6666H3.33341C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15ZM13.2084 16.8333L13.0834 16.25C12.9167 16.1805 12.7605 16.1076 12.6147 16.0312C12.4688 15.9548 12.3195 15.8611 12.1667 15.75L11.5626 15.9375C11.382 15.993 11.2049 15.9861 11.0313 15.9166C10.8577 15.8472 10.7223 15.7361 10.6251 15.5833L10.4584 15.2916C10.3612 15.125 10.3265 14.9444 10.3542 14.75C10.382 14.5555 10.4723 14.3958 10.6251 14.2708L11.0834 13.875C11.0556 13.6805 11.0417 13.5 11.0417 13.3333C11.0417 13.1666 11.0556 12.9861 11.0834 12.7916L10.6251 12.3958C10.4723 12.2708 10.382 12.1146 10.3542 11.9271C10.3265 11.7396 10.3612 11.5625 10.4584 11.3958L10.6459 11.0833C10.7431 10.9305 10.8751 10.8194 11.0417 10.75C11.2084 10.6805 11.382 10.6736 11.5626 10.7291L12.1667 10.9166C12.3195 10.8055 12.4688 10.7118 12.6147 10.6354C12.7605 10.559 12.9167 10.4861 13.0834 10.4166L13.2084 9.81248C13.2501 9.61803 13.3438 9.46178 13.4897 9.34373C13.6355 9.22567 13.8056 9.16665 14.0001 9.16665H14.3334C14.5279 9.16665 14.698 9.22915 14.8438 9.35415C14.9897 9.47915 15.0834 9.63887 15.1251 9.83331L15.2501 10.4166C15.4167 10.4861 15.573 10.5625 15.7188 10.6458C15.8647 10.7291 16.014 10.8333 16.1667 10.9583L16.7292 10.7708C16.9237 10.7014 17.1112 10.7014 17.2917 10.7708C17.4723 10.8403 17.6112 10.9583 17.7084 11.125L17.8751 11.4166C17.9723 11.5833 18.007 11.7639 17.9792 11.9583C17.9515 12.1528 17.8612 12.3125 17.7084 12.4375L17.2501 12.8333C17.2779 13 17.2917 13.1736 17.2917 13.3541C17.2917 13.5347 17.2779 13.7083 17.2501 13.875L17.7084 14.2708C17.8612 14.3958 17.9515 14.5521 17.9792 14.7396C18.007 14.9271 17.9723 15.1041 17.8751 15.2708L17.6876 15.5833C17.5904 15.7361 17.4584 15.8472 17.2917 15.9166C17.1251 15.9861 16.9515 15.993 16.7709 15.9375L16.1667 15.75C16.014 15.8611 15.8647 15.9548 15.7188 16.0312C15.573 16.1076 15.4167 16.1805 15.2501 16.25L15.1251 16.8541C15.0834 17.0486 14.9897 17.2048 14.8438 17.3229C14.698 17.441 14.5279 17.5 14.3334 17.5H14.0001C13.8056 17.5 13.6355 17.4375 13.4897 17.3125C13.3438 17.1875 13.2501 17.0278 13.2084 16.8333ZM14.1667 15C14.6251 15 15.0174 14.8368 15.3438 14.5104C15.6702 14.184 15.8334 13.7916 15.8334 13.3333C15.8334 12.875 15.6702 12.4826 15.3438 12.1562C15.0174 11.8298 14.6251 11.6666 14.1667 11.6666C13.7084 11.6666 13.3161 11.8298 12.9897 12.1562C12.6633 12.4826 12.5001 12.875 12.5001 13.3333C12.5001 13.7916 12.6633 14.184 12.9897 14.5104C13.3161 14.8368 13.7084 15 14.1667 15ZM8.33341 8.33331C8.79175 8.33331 9.18411 8.17012 9.5105 7.84373C9.83689 7.51734 10.0001 7.12498 10.0001 6.66665C10.0001 6.20831 9.83689 5.81595 9.5105 5.48956C9.18411 5.16317 8.79175 4.99998 8.33341 4.99998C7.87508 4.99998 7.48272 5.16317 7.15633 5.48956C6.82994 5.81595 6.66675 6.20831 6.66675 6.66665C6.66675 7.12498 6.82994 7.51734 7.15633 7.84373C7.48272 8.17012 7.87508 8.33331 8.33341 8.33331Z",fill:n})}),cC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.12502 10.5833L7.91669 9.39581C7.76391 9.24303 7.57294 9.16664 7.34377 9.16664C7.1146 9.16664 6.91669 9.24998 6.75002 9.41664C6.59724 9.56942 6.52085 9.76386 6.52085 9.99998C6.52085 10.2361 6.59724 10.4305 6.75002 10.5833L8.54169 12.375C8.70835 12.5416 8.9028 12.625 9.12502 12.625C9.34724 12.625 9.54169 12.5416 9.70835 12.375L13.25 8.83331C13.4167 8.66664 13.4965 8.4722 13.4896 8.24998C13.4827 8.02775 13.4028 7.83331 13.25 7.66664C13.0834 7.49998 12.8854 7.41317 12.6563 7.40623C12.4271 7.39928 12.2292 7.47914 12.0625 7.64581L9.12502 10.5833ZM6.79169 18.125L5.58335 16.0833L3.29169 15.5833C3.08335 15.5416 2.91669 15.434 2.79169 15.2604C2.66669 15.0868 2.61808 14.8958 2.64585 14.6875L2.87502 12.3333L1.31252 10.5416C1.17363 10.3889 1.10419 10.2083 1.10419 9.99998C1.10419 9.79164 1.17363 9.61109 1.31252 9.45831L2.87502 7.66664L2.64585 5.31248C2.61808 5.10414 2.66669 4.91317 2.79169 4.73956C2.91669 4.56595 3.08335 4.45831 3.29169 4.41664L5.58335 3.91664L6.79169 1.87498C6.9028 1.69442 7.05558 1.57289 7.25002 1.51039C7.44447 1.44789 7.63891 1.45831 7.83335 1.54164L10 2.45831L12.1667 1.54164C12.3611 1.45831 12.5556 1.44789 12.75 1.51039C12.9445 1.57289 13.0972 1.69442 13.2084 1.87498L14.4167 3.91664L16.7084 4.41664C16.9167 4.45831 17.0834 4.56595 17.2084 4.73956C17.3334 4.91317 17.382 5.10414 17.3542 5.31248L17.125 7.66664L18.6875 9.45831C18.8264 9.61109 18.8959 9.79164 18.8959 9.99998C18.8959 10.2083 18.8264 10.3889 18.6875 10.5416L17.125 12.3333L17.3542 14.6875C17.382 14.8958 17.3334 15.0868 17.2084 15.2604C17.0834 15.434 16.9167 15.5416 16.7084 15.5833L14.4167 16.0833L13.2084 18.125C13.0972 18.3055 12.9445 18.4271 12.75 18.4896C12.5556 18.5521 12.3611 18.5416 12.1667 18.4583L10 17.5416L7.83335 18.4583C7.63891 18.5416 7.44447 18.5521 7.25002 18.4896C7.05558 18.4271 6.9028 18.3055 6.79169 18.125Z",fill:n})}),aC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.12502 10.5833L7.91669 9.39581C7.76391 9.24303 7.57294 9.16664 7.34377 9.16664C7.1146 9.16664 6.91669 9.24998 6.75002 9.41664C6.59724 9.56942 6.52085 9.76386 6.52085 9.99998C6.52085 10.2361 6.59724 10.4305 6.75002 10.5833L8.54169 12.375C8.70835 12.5416 8.9028 12.625 9.12502 12.625C9.34724 12.625 9.54169 12.5416 9.70835 12.375L13.25 8.83331C13.4167 8.66664 13.4965 8.4722 13.4896 8.24998C13.4827 8.02775 13.4028 7.83331 13.25 7.66664C13.0834 7.49998 12.8854 7.41317 12.6563 7.40623C12.4271 7.39928 12.2292 7.47914 12.0625 7.64581L9.12502 10.5833ZM6.79169 18.125L5.58335 16.0833L3.29169 15.5833C3.08335 15.5416 2.91669 15.434 2.79169 15.2604C2.66669 15.0868 2.61808 14.8958 2.64585 14.6875L2.87502 12.3333L1.31252 10.5416C1.17363 10.3889 1.10419 10.2083 1.10419 9.99998C1.10419 9.79164 1.17363 9.61109 1.31252 9.45831L2.87502 7.66664L2.64585 5.31248C2.61808 5.10414 2.66669 4.91317 2.79169 4.73956C2.91669 4.56595 3.08335 4.45831 3.29169 4.41664L5.58335 3.91664L6.79169 1.87498C6.9028 1.69442 7.05558 1.57289 7.25002 1.51039C7.44447 1.44789 7.63891 1.45831 7.83335 1.54164L10 2.45831L12.1667 1.54164C12.3611 1.45831 12.5556 1.44789 12.75 1.51039C12.9445 1.57289 13.0972 1.69442 13.2084 1.87498L14.4167 3.91664L16.7084 4.41664C16.9167 4.45831 17.0834 4.56595 17.2084 4.73956C17.3334 4.91317 17.382 5.10414 17.3542 5.31248L17.125 7.66664L18.6875 9.45831C18.8264 9.61109 18.8959 9.79164 18.8959 9.99998C18.8959 10.2083 18.8264 10.3889 18.6875 10.5416L17.125 12.3333L17.3542 14.6875C17.382 14.8958 17.3334 15.0868 17.2084 15.2604C17.0834 15.434 16.9167 15.5416 16.7084 15.5833L14.4167 16.0833L13.2084 18.125C13.0972 18.3055 12.9445 18.4271 12.75 18.4896C12.5556 18.5521 12.3611 18.5416 12.1667 18.4583L10 17.5416L7.83335 18.4583C7.63891 18.5416 7.44447 18.5521 7.25002 18.4896C7.05558 18.4271 6.9028 18.3055 6.79169 18.125ZM7.87502 16.625L10 15.7083L12.1667 16.625L13.3334 14.625L15.625 14.0833L15.4167 11.75L16.9584 9.99998L15.4167 8.20831L15.625 5.87498L13.3334 5.37498L12.125 3.37498L10 4.29164L7.83335 3.37498L6.66669 5.37498L4.37502 5.87498L4.58335 8.20831L3.04169 9.99998L4.58335 11.75L4.37502 14.125L6.66669 14.625L7.87502 16.625Z",fill:n})}),dC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33329 16.6666C2.87496 16.6666 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4583 1.66663 15V4.99998C1.66663 4.54165 1.82982 4.14929 2.15621 3.8229C2.4826 3.49651 2.87496 3.33331 3.33329 3.33331H13.3333C13.7916 3.33331 14.184 3.49651 14.5104 3.8229C14.8368 4.14929 15 4.54165 15 4.99998V8.74998L17.625 6.12498C17.7638 5.98609 17.9166 5.95137 18.0833 6.02081C18.25 6.09026 18.3333 6.2222 18.3333 6.41665V13.5833C18.3333 13.7778 18.25 13.9097 18.0833 13.9791C17.9166 14.0486 17.7638 14.0139 17.625 13.875L15 11.25V15C15 15.4583 14.8368 15.8507 14.5104 16.1771C14.184 16.5035 13.7916 16.6666 13.3333 16.6666H3.33329Z",fill:n})}),wC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 8.75L17.6249 6.125C17.7638 5.98611 17.9166 5.95139 18.0833 6.02083C18.2499 6.09028 18.3333 6.22222 18.3333 6.41667V13.5833C18.3333 13.7778 18.2499 13.9097 18.0833 13.9792C17.9166 14.0486 17.7638 14.0139 17.6249 13.875L14.8541 11.1042C14.7152 11.2986 14.5173 11.4167 14.2603 11.4583C14.0034 11.5 13.7777 11.4236 13.5833 11.2292L7.10409 4.75C6.9652 4.61111 6.88534 4.46528 6.8645 4.3125C6.84367 4.15972 6.86797 4.00694 6.93742 3.85417C7.00686 3.70139 7.10409 3.57639 7.22909 3.47917C7.35409 3.38194 7.51381 3.33333 7.70825 3.33333H13.3333C13.7916 3.33333 14.1839 3.49653 14.5103 3.82292C14.8367 4.14931 14.9999 4.54167 14.9999 5V8.75ZM16.5416 18.875L1.12492 3.45833C0.972141 3.30556 0.895752 3.11111 0.895752 2.875C0.895752 2.63889 0.972141 2.44444 1.12492 2.29167C1.2777 2.13889 1.47214 2.0625 1.70825 2.0625C1.94436 2.0625 2.13881 2.13889 2.29159 2.29167L17.7083 17.7083C17.861 17.8611 17.9374 18.0556 17.9374 18.2917C17.9374 18.5278 17.861 18.7222 17.7083 18.875C17.5555 19.0278 17.361 19.1042 17.1249 19.1042C16.8888 19.1042 16.6944 19.0278 16.5416 18.875ZM3.33325 3.33333L14.9999 15C14.9999 15.4583 14.8367 15.8507 14.5103 16.1771C14.1839 16.5035 13.7916 16.6667 13.3333 16.6667H3.33325C2.87492 16.6667 2.48256 16.5035 2.15617 16.1771C1.82978 15.8507 1.66659 15.4583 1.66659 15V5C1.66659 4.54167 1.82978 4.14931 2.15617 3.82292C2.48256 3.49653 2.87492 3.33333 3.33325 3.33333Z",fill:n})}),uC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15 8.75L17.625 6.125C17.7639 5.98611 17.9167 5.95139 18.0834 6.02083C18.25 6.09028 18.3334 6.22222 18.3334 6.41667V13.5833C18.3334 13.7778 18.25 13.9097 18.0834 13.9792C17.9167 14.0486 17.7639 14.0139 17.625 13.875L15 11.25C15 11.4861 14.9202 11.684 14.7605 11.8438C14.6007 12.0035 14.4028 12.0833 14.1667 12.0833C13.9306 12.0833 13.7327 12.0035 13.573 11.8438C13.4132 11.684 13.3334 11.4861 13.3334 11.25V5H7.50004C7.22226 5 7.01393 4.91319 6.87504 4.73958C6.73615 4.56597 6.66671 4.375 6.66671 4.16667C6.66671 3.95833 6.73615 3.76736 6.87504 3.59375C7.01393 3.42014 7.22226 3.33333 7.50004 3.33333H13.3334C13.7917 3.33333 14.1841 3.49653 14.5105 3.82292C14.8368 4.14931 15 4.54167 15 5V8.75ZM16.5417 18.875L1.12504 3.45833C0.972263 3.30556 0.895874 3.11111 0.895874 2.875C0.895874 2.63889 0.972263 2.44444 1.12504 2.29167C1.27782 2.13889 1.47226 2.0625 1.70837 2.0625C1.94449 2.0625 2.13893 2.13889 2.29171 2.29167L17.7084 17.7083C17.8612 17.8611 17.9375 18.0556 17.9375 18.2917C17.9375 18.5278 17.8612 18.7222 17.7084 18.875C17.5556 19.0278 17.3612 19.1042 17.125 19.1042C16.8889 19.1042 16.6945 19.0278 16.5417 18.875ZM3.33337 3.33333L5.00004 5H3.33337V15H13.3334V13.3333L15 15C15 15.4583 14.8368 15.8507 14.5105 16.1771C14.1841 16.5035 13.7917 16.6667 13.3334 16.6667H3.33337C2.87504 16.6667 2.48268 16.5035 2.15629 16.1771C1.8299 15.8507 1.66671 15.4583 1.66671 15V5C1.66671 4.54167 1.8299 4.14931 2.15629 3.82292C2.48268 3.49653 2.87504 3.33333 3.33337 3.33333Z",fill:n})}),gC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33329 16.6666C2.87496 16.6666 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4583 1.66663 15V4.99998C1.66663 4.54165 1.82982 4.14929 2.15621 3.8229C2.4826 3.49651 2.87496 3.33331 3.33329 3.33331H13.3333C13.7916 3.33331 14.184 3.49651 14.5104 3.8229C14.8368 4.14929 15 4.54165 15 4.99998V8.74998L17.625 6.12498C17.7638 5.98609 17.9166 5.95137 18.0833 6.02081C18.25 6.09026 18.3333 6.2222 18.3333 6.41665V13.5833C18.3333 13.7778 18.25 13.9097 18.0833 13.9791C17.9166 14.0486 17.7638 14.0139 17.625 13.875L15 11.25V15C15 15.4583 14.8368 15.8507 14.5104 16.1771C14.184 16.5035 13.7916 16.6666 13.3333 16.6666H3.33329ZM3.33329 15H13.3333V4.99998H3.33329V15Z",fill:n})}),vC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.6041 8.85419C14.7986 8.72919 14.8958 8.55558 14.8958 8.33335C14.8958 8.11113 14.7986 7.93752 14.6041 7.81252L10.5416 5.20835C10.3333 5.06946 10.1215 5.05905 9.90621 5.1771C9.69093 5.29516 9.58329 5.47919 9.58329 5.72919V10.9375C9.58329 11.1875 9.69093 11.3715 9.90621 11.4896C10.1215 11.6077 10.3333 11.5972 10.5416 11.4584L14.6041 8.85419ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.83335C1.66663 5.59724 1.74649 5.39933 1.90621 5.2396C2.06593 5.07988 2.26385 5.00002 2.49996 5.00002C2.73607 5.00002 2.93399 5.07988 3.09371 5.2396C3.25343 5.39933 3.33329 5.59724 3.33329 5.83335V16.6667H14.1666C14.4027 16.6667 14.6007 16.7465 14.7604 16.9063C14.9201 17.066 15 17.2639 15 17.5C15 17.7361 14.9201 17.934 14.7604 18.0938C14.6007 18.2535 14.4027 18.3334 14.1666 18.3334H3.33329Z",fill:n})}),xC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.6041 8.85419C14.7986 8.72919 14.8958 8.55558 14.8958 8.33335C14.8958 8.11113 14.7986 7.93752 14.6041 7.81252L10.5416 5.20835C10.3333 5.06946 10.1215 5.05905 9.90621 5.1771C9.69093 5.29516 9.58329 5.47919 9.58329 5.72919V10.9375C9.58329 11.1875 9.69093 11.3715 9.90621 11.4896C10.1215 11.6077 10.3333 11.5972 10.5416 11.4584L14.6041 8.85419ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.83335C1.66663 5.59724 1.74649 5.39933 1.90621 5.2396C2.06593 5.07988 2.26385 5.00002 2.49996 5.00002C2.73607 5.00002 2.93399 5.07988 3.09371 5.2396C3.25343 5.39933 3.33329 5.59724 3.33329 5.83335V16.6667H14.1666C14.4027 16.6667 14.6007 16.7465 14.7604 16.9063C14.9201 17.066 15 17.2639 15 17.5C15 17.7361 14.9201 17.934 14.7604 18.0938C14.6007 18.2535 14.4027 18.3334 14.1666 18.3334H3.33329Z",fill:n})}),hC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),pC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H4.16667ZM4.16667 7.5H15.8333V4.16667H4.16667V7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V12.5H4.16667V15.8333Z",fill:n})}),HC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8334C3.70833 15.8334 3.31597 15.6702 2.98958 15.3438C2.66319 15.0174 2.5 14.625 2.5 14.1667V5.83335C2.5 5.37502 2.66319 4.98266 2.98958 4.65627C3.31597 4.32988 3.70833 4.16669 4.16667 4.16669H5.27083C5.72917 4.16669 6.12153 4.32988 6.44792 4.65627C6.77431 4.98266 6.9375 5.37502 6.9375 5.83335V14.1667C6.9375 14.625 6.77431 15.0174 6.44792 15.3438C6.12153 15.6702 5.72917 15.8334 5.27083 15.8334H4.16667ZM9.4375 15.8334C8.97917 15.8334 8.58681 15.6702 8.26042 15.3438C7.93403 15.0174 7.77083 14.625 7.77083 14.1667V5.83335C7.77083 5.37502 7.93403 4.98266 8.26042 4.65627C8.58681 4.32988 8.97917 4.16669 9.4375 4.16669H10.5417C11 4.16669 11.3924 4.32988 11.7188 4.65627C12.0451 4.98266 12.2083 5.37502 12.2083 5.83335V14.1667C12.2083 14.625 12.0451 15.0174 11.7188 15.3438C11.3924 15.6702 11 15.8334 10.5417 15.8334H9.4375ZM14.7083 15.8334C14.25 15.8334 13.8576 15.6702 13.5312 15.3438C13.2049 15.0174 13.0417 14.625 13.0417 14.1667V5.83335C13.0417 5.37502 13.2049 4.98266 13.5312 4.65627C13.8576 4.32988 14.25 4.16669 14.7083 4.16669H15.8125C16.2708 4.16669 16.6632 4.32988 16.9896 4.65627C17.316 4.98266 17.4792 5.37502 17.4792 5.83335V14.1667C17.4792 14.625 17.316 15.0174 16.9896 15.3438C16.6632 15.6702 16.2708 15.8334 15.8125 15.8334H14.7083Z",fill:n})}),VC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.521 14.1667V5.83335C2.521 5.37502 2.68419 4.98266 3.01058 4.65627C3.33697 4.32988 3.72933 4.16669 4.18766 4.16669H15.8335C16.2918 4.16669 16.6842 4.32988 17.0106 4.65627C17.337 4.98266 17.5002 5.37502 17.5002 5.83335V14.1667C17.5002 14.625 17.337 15.0174 17.0106 15.3438C16.6842 15.6702 16.2918 15.8334 15.8335 15.8334H4.18766C3.72933 15.8334 3.33697 15.6702 3.01058 15.3438C2.68419 15.0174 2.521 14.625 2.521 14.1667ZM4.16683 14.1667H6.93766V5.83335H4.16683V14.1667ZM8.60433 14.1667H11.3752V5.83335H8.60433V14.1667ZM13.0418 14.1667H15.8127V5.83335H13.0418V14.1667Z",fill:n})}),LC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H7.5C7.95833 2.5 8.35069 2.66319 8.67708 2.98958C9.00347 3.31597 9.16667 3.70833 9.16667 4.16667V7.5C9.16667 7.95833 9.00347 8.35069 8.67708 8.67708C8.35069 9.00347 7.95833 9.16667 7.5 9.16667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H7.5C7.95833 10.8333 8.35069 10.9965 8.67708 11.3229C9.00347 11.6493 9.16667 12.0417 9.16667 12.5V15.8333C9.16667 16.2917 9.00347 16.684 8.67708 17.0104C8.35069 17.3368 7.95833 17.5 7.5 17.5H4.16667ZM12.5 9.16667C12.0417 9.16667 11.6493 9.00347 11.3229 8.67708C10.9965 8.35069 10.8333 7.95833 10.8333 7.5V4.16667C10.8333 3.70833 10.9965 3.31597 11.3229 2.98958C11.6493 2.66319 12.0417 2.5 12.5 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H12.5ZM12.5 17.5C12.0417 17.5 11.6493 17.3368 11.3229 17.0104C10.9965 16.684 10.8333 16.2917 10.8333 15.8333V12.5C10.8333 12.0417 10.9965 11.6493 11.3229 11.3229C11.6493 10.9965 12.0417 10.8333 12.5 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H12.5Z",fill:n})}),MC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H7.5C7.95833 2.5 8.35069 2.66319 8.67708 2.98958C9.00347 3.31597 9.16667 3.70833 9.16667 4.16667V7.5C9.16667 7.95833 9.00347 8.35069 8.67708 8.67708C8.35069 9.00347 7.95833 9.16667 7.5 9.16667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H7.5C7.95833 10.8333 8.35069 10.9965 8.67708 11.3229C9.00347 11.6493 9.16667 12.0417 9.16667 12.5V15.8333C9.16667 16.2917 9.00347 16.684 8.67708 17.0104C8.35069 17.3368 7.95833 17.5 7.5 17.5H4.16667ZM12.5 9.16667C12.0417 9.16667 11.6493 9.00347 11.3229 8.67708C10.9965 8.35069 10.8333 7.95833 10.8333 7.5V4.16667C10.8333 3.70833 10.9965 3.31597 11.3229 2.98958C11.6493 2.66319 12.0417 2.5 12.5 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H12.5ZM12.5 17.5C12.0417 17.5 11.6493 17.3368 11.3229 17.0104C10.9965 16.684 10.8333 16.2917 10.8333 15.8333V12.5C10.8333 12.0417 10.9965 11.6493 11.3229 11.3229C11.6493 10.9965 12.0417 10.8333 12.5 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H12.5ZM4.16667 7.5H7.5V4.16667H4.16667V7.5ZM12.5 7.5H15.8333V4.16667H12.5V7.5ZM12.5 15.8333H15.8333V12.5H12.5V15.8333ZM4.16667 15.8333H7.5V12.5H4.16667V15.8333Z",fill:n})}),fC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V11.6667C12.5 11.9028 12.5799 12.1007 12.7396 12.2604C12.8993 12.4201 13.0972 12.5 13.3333 12.5C13.5694 12.5 13.7674 12.4201 13.9271 12.2604C14.0868 12.1007 14.1667 11.9028 14.1667 11.6667V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333Z",fill:n})}),ZC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V11.6667C12.5 11.9028 12.5799 12.1007 12.7396 12.2604C12.8993 12.4201 13.0972 12.5 13.3333 12.5C13.5694 12.5 13.7674 12.4201 13.9271 12.2604C14.0868 12.1007 14.1667 11.9028 14.1667 11.6667V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333Z",fill:n})}),jC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.7293 9.58335C14.271 9.58335 13.8786 9.42016 13.5522 9.09377C13.2259 8.76738 13.0627 8.37502 13.0627 7.91669V5.83335C13.0627 5.37502 13.2259 4.98266 13.5522 4.65627C13.8786 4.32988 14.271 4.16669 14.7293 4.16669H15.8335C16.2918 4.16669 16.6842 4.32988 17.0106 4.65627C17.337 4.98266 17.5002 5.37502 17.5002 5.83335V7.91669C17.5002 8.37502 17.337 8.76738 17.0106 9.09377C16.6842 9.42016 16.2918 9.58335 15.8335 9.58335H14.7293ZM9.4585 9.58335C9.00016 9.58335 8.6078 9.42016 8.28141 9.09377C7.95502 8.76738 7.79183 8.37502 7.79183 7.91669V5.83335C7.79183 5.37502 7.95502 4.98266 8.28141 4.65627C8.6078 4.32988 9.00016 4.16669 9.4585 4.16669H10.5627C11.021 4.16669 11.4134 4.32988 11.7397 4.65627C12.0661 4.98266 12.2293 5.37502 12.2293 5.83335V7.91669C12.2293 8.37502 12.0661 8.76738 11.7397 9.09377C11.4134 9.42016 11.021 9.58335 10.5627 9.58335H9.4585ZM4.18766 9.58335C3.72933 9.58335 3.33697 9.42016 3.01058 9.09377C2.68419 8.76738 2.521 8.37502 2.521 7.91669V5.83335C2.521 5.37502 2.68419 4.98266 3.01058 4.65627C3.33697 4.32988 3.72933 4.16669 4.18766 4.16669H5.29183C5.75016 4.16669 6.14252 4.32988 6.46891 4.65627C6.7953 4.98266 6.9585 5.37502 6.9585 5.83335V7.91669C6.9585 8.37502 6.7953 8.76738 6.46891 9.09377C6.14252 9.42016 5.75016 9.58335 5.29183 9.58335H4.18766ZM4.18766 15.8334C3.72933 15.8334 3.33697 15.6702 3.01058 15.3438C2.68419 15.0174 2.521 14.625 2.521 14.1667V12.0834C2.521 11.625 2.68419 11.2327 3.01058 10.9063C3.33697 10.5799 3.72933 10.4167 4.18766 10.4167H5.29183C5.75016 10.4167 6.14252 10.5799 6.46891 10.9063C6.7953 11.2327 6.9585 11.625 6.9585 12.0834V14.1667C6.9585 14.625 6.7953 15.0174 6.46891 15.3438C6.14252 15.6702 5.75016 15.8334 5.29183 15.8334H4.18766ZM9.4585 15.8334C9.00016 15.8334 8.6078 15.6702 8.28141 15.3438C7.95502 15.0174 7.79183 14.625 7.79183 14.1667V12.0834C7.79183 11.625 7.95502 11.2327 8.28141 10.9063C8.6078 10.5799 9.00016 10.4167 9.4585 10.4167H10.5627C11.021 10.4167 11.4134 10.5799 11.7397 10.9063C12.0661 11.2327 12.2293 11.625 12.2293 12.0834V14.1667C12.2293 14.625 12.0661 15.0174 11.7397 15.3438C11.4134 15.6702 11.021 15.8334 10.5627 15.8334H9.4585ZM14.7293 15.8334C14.271 15.8334 13.8786 15.6702 13.5522 15.3438C13.2259 15.0174 13.0627 14.625 13.0627 14.1667V12.0834C13.0627 11.625 13.2259 11.2327 13.5522 10.9063C13.8786 10.5799 14.271 10.4167 14.7293 10.4167H15.8335C16.2918 10.4167 16.6842 10.5799 17.0106 10.9063C17.337 11.2327 17.5002 11.625 17.5002 12.0834V14.1667C17.5002 14.625 17.337 15.0174 17.0106 15.3438C16.6842 15.6702 16.2918 15.8334 15.8335 15.8334H14.7293Z",fill:n})}),mC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.0625 9.16669H15.8333V5.83335H13.0625V9.16669ZM8.60417 9.16669H11.375V5.83335H8.60417V9.16669ZM4.16667 9.16669H6.9375V5.83335H4.16667V9.16669ZM4.16667 14.1667H6.9375V10.8334H4.16667V14.1667ZM8.60417 14.1667H11.375V10.8334H8.60417V14.1667ZM13.0625 14.1667H15.8333V10.8334H13.0625V14.1667ZM2.5 14.1667V5.83335C2.5 5.37502 2.66319 4.98266 2.98958 4.65627C3.31597 4.32988 3.70833 4.16669 4.16667 4.16669H15.8333C16.2917 4.16669 16.684 4.32988 17.0104 4.65627C17.3368 4.98266 17.5 5.37502 17.5 5.83335V14.1667C17.5 14.625 17.3368 15.0174 17.0104 15.3438C16.684 15.6702 16.2917 15.8334 15.8333 15.8334H4.16667C3.70833 15.8334 3.31597 15.6702 2.98958 15.3438C2.66319 15.0174 2.5 14.625 2.5 14.1667Z",fill:n})}),BC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 14.1667H9.16667C9.40278 14.1667 9.60069 14.0868 9.76042 13.9271C9.92014 13.7674 10 13.5694 10 13.3333C10 13.0972 9.92014 12.8993 9.76042 12.7396C9.60069 12.5799 9.40278 12.5 9.16667 12.5H5.83333C5.59722 12.5 5.39931 12.5799 5.23958 12.7396C5.07986 12.8993 5 13.0972 5 13.3333C5 13.5694 5.07986 13.7674 5.23958 13.9271C5.39931 14.0868 5.59722 14.1667 5.83333 14.1667ZM8.33333 10.8333H11.6667C11.9028 10.8333 12.1007 10.7535 12.2604 10.5938C12.4201 10.434 12.5 10.2361 12.5 10C12.5 9.76389 12.4201 9.56597 12.2604 9.40625C12.1007 9.24653 11.9028 9.16667 11.6667 9.16667H8.33333C8.09722 9.16667 7.89931 9.24653 7.73958 9.40625C7.57986 9.56597 7.5 9.76389 7.5 10C7.5 10.2361 7.57986 10.434 7.73958 10.5938C7.89931 10.7535 8.09722 10.8333 8.33333 10.8333ZM10.8333 7.5H14.1667C14.4028 7.5 14.6007 7.42014 14.7604 7.26042C14.9201 7.10069 15 6.90278 15 6.66667C15 6.43056 14.9201 6.23264 14.7604 6.07292C14.6007 5.91319 14.4028 5.83333 14.1667 5.83333H10.8333C10.5972 5.83333 10.3993 5.91319 10.2396 6.07292C10.0799 6.23264 10 6.43056 10 6.66667C10 6.90278 10.0799 7.10069 10.2396 7.26042C10.3993 7.42014 10.5972 7.5 10.8333 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),SC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 14.1667H9.16667C9.40278 14.1667 9.60069 14.0868 9.76042 13.9271C9.92014 13.7674 10 13.5694 10 13.3333C10 13.0972 9.92014 12.8993 9.76042 12.7396C9.60069 12.5799 9.40278 12.5 9.16667 12.5H5.83333C5.59722 12.5 5.39931 12.5799 5.23958 12.7396C5.07986 12.8993 5 13.0972 5 13.3333C5 13.5694 5.07986 13.7674 5.23958 13.9271C5.39931 14.0868 5.59722 14.1667 5.83333 14.1667ZM8.33333 10.8333H11.6667C11.9028 10.8333 12.1007 10.7535 12.2604 10.5938C12.4201 10.434 12.5 10.2361 12.5 10C12.5 9.76389 12.4201 9.56597 12.2604 9.40625C12.1007 9.24653 11.9028 9.16667 11.6667 9.16667H8.33333C8.09722 9.16667 7.89931 9.24653 7.73958 9.40625C7.57986 9.56597 7.5 9.76389 7.5 10C7.5 10.2361 7.57986 10.434 7.73958 10.5938C7.89931 10.7535 8.09722 10.8333 8.33333 10.8333ZM10.8333 7.5H14.1667C14.4028 7.5 14.6007 7.42014 14.7604 7.26042C14.9201 7.10069 15 6.90278 15 6.66667C15 6.43056 14.9201 6.23264 14.7604 6.07292C14.6007 5.91319 14.4028 5.83333 14.1667 5.83333H10.8333C10.5972 5.83333 10.3993 5.91319 10.2396 6.07292C10.0799 6.23264 10 6.43056 10 6.66667C10 6.90278 10.0799 7.10069 10.2396 7.26042C10.3993 7.42014 10.5972 7.5 10.8333 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),bC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.9167 18.25L13 15.375C12.5139 15.5278 12.0208 15.6424 11.5208 15.7188C11.0208 15.7951 10.5139 15.8333 10 15.8333C8.13889 15.8333 6.4375 15.3333 4.89583 14.3333C3.35417 13.3333 2.14583 12.0139 1.27083 10.375C1.20139 10.25 1.14931 10.1215 1.11458 9.98958C1.07986 9.85764 1.0625 9.72222 1.0625 9.58333C1.0625 9.44444 1.07986 9.30903 1.11458 9.17708C1.14931 9.04514 1.20139 8.91667 1.27083 8.79167C1.57639 8.25 1.90278 7.72222 2.25 7.20833C2.59722 6.69444 3 6.23611 3.45833 5.83333L1.72917 4.08333C1.57639 3.93056 1.5 3.73958 1.5 3.51042C1.5 3.28125 1.58333 3.08333 1.75 2.91667C1.90278 2.76389 2.09722 2.6875 2.33333 2.6875C2.56944 2.6875 2.76389 2.76389 2.91667 2.91667L17.0833 17.0833C17.2361 17.2361 17.316 17.4271 17.3229 17.6562C17.3299 17.8854 17.25 18.0833 17.0833 18.25C16.9306 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0694 18.4028 15.9167 18.25ZM10 13.3333C10.1528 13.3333 10.2986 13.3264 10.4375 13.3125C10.5764 13.2986 10.7153 13.2708 10.8542 13.2292L6.35417 8.72917C6.3125 8.86806 6.28472 9.00694 6.27083 9.14583C6.25694 9.28472 6.25 9.43056 6.25 9.58333C6.25 10.625 6.61458 11.5104 7.34375 12.2396C8.07292 12.9688 8.95833 13.3333 10 13.3333ZM10 3.33333C11.8611 3.33333 13.566 3.83681 15.1146 4.84375C16.6632 5.85069 17.875 7.17361 18.75 8.8125C18.8194 8.92361 18.8715 9.04514 18.9062 9.17708C18.941 9.30903 18.9583 9.44444 18.9583 9.58333C18.9583 9.72222 18.9444 9.85764 18.9167 9.98958C18.8889 10.1215 18.8403 10.2431 18.7708 10.3542C18.5069 10.8681 18.2118 11.3542 17.8854 11.8125C17.559 12.2708 17.1944 12.7014 16.7917 13.1042C16.5972 13.2986 16.3681 13.3889 16.1042 13.375C15.8403 13.3611 15.6111 13.2569 15.4167 13.0625L13.75 11.3958C13.6528 11.2986 13.5903 11.184 13.5625 11.0521C13.5347 10.9201 13.5417 10.7847 13.5833 10.6458C13.6389 10.4653 13.6806 10.2917 13.7083 10.125C13.7361 9.95833 13.75 9.77778 13.75 9.58333C13.75 8.54167 13.3854 7.65625 12.6562 6.92708C11.9271 6.19792 11.0417 5.83333 10 5.83333C9.80556 5.83333 9.625 5.84722 9.45833 5.875C9.29167 5.90278 9.11806 5.94444 8.9375 6C8.79861 6.04167 8.65972 6.04861 8.52083 6.02083C8.38194 5.99306 8.26389 5.93056 8.16667 5.83333L7.47917 5.14583C7.21528 4.88194 7.12847 4.57639 7.21875 4.22917C7.30903 3.88194 7.52778 3.65972 7.875 3.5625C8.22222 3.49306 8.57292 3.4375 8.92708 3.39583C9.28125 3.35417 9.63889 3.33333 10 3.33333ZM11.6458 8.04167C11.7986 8.22222 11.9271 8.42014 12.0312 8.63542C12.1354 8.85069 12.2014 9.07639 12.2292 9.3125C12.2431 9.42361 12.2014 9.5 12.1042 9.54167C12.0069 9.58333 11.9167 9.5625 11.8333 9.47917L10.125 7.77083C10.0417 7.6875 10.0243 7.59722 10.0729 7.5C10.1215 7.40278 10.2014 7.35417 10.3125 7.35417C10.5764 7.38194 10.8194 7.45486 11.0417 7.57292C11.2639 7.69097 11.4653 7.84722 11.6458 8.04167Z",fill:n})}),_C=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.6459 6.9375C13.0486 7.34028 13.3438 7.79861 13.5313 8.3125C13.7188 8.82639 13.7847 9.35417 13.7292 9.89583C13.7292 10.1042 13.6528 10.2812 13.5 10.4271C13.3472 10.5729 13.1667 10.6458 12.9584 10.6458C12.75 10.6458 12.5729 10.5729 12.4271 10.4271C12.2813 10.2812 12.2084 10.1042 12.2084 9.89583C12.2778 9.53472 12.257 9.1875 12.1459 8.85417C12.0347 8.52083 11.8611 8.23611 11.625 8C11.3889 7.76389 11.1042 7.58333 10.7709 7.45833C10.4375 7.33333 10.0834 7.30556 9.70835 7.375C9.50002 7.375 9.32294 7.29861 9.1771 7.14583C9.03127 6.99306 8.95835 6.8125 8.95835 6.60417C8.95835 6.39583 9.03127 6.21875 9.1771 6.07292C9.32294 5.92708 9.50002 5.85417 9.70835 5.85417C10.2361 5.79861 10.757 5.86458 11.2709 6.05208C11.7847 6.23958 12.2431 6.53472 12.6459 6.9375ZM10 5C9.73613 5 9.47919 5.01042 9.22919 5.03125C8.97919 5.05208 8.72919 5.09028 8.47919 5.14583C8.24308 5.1875 8.03127 5.15278 7.84377 5.04167C7.65627 4.93056 7.5278 4.76389 7.45835 4.54167C7.38891 4.31944 7.41322 4.10417 7.53127 3.89583C7.64933 3.6875 7.81947 3.5625 8.04169 3.52083C8.36113 3.45139 8.68405 3.40278 9.01044 3.375C9.33683 3.34722 9.66669 3.33333 10 3.33333C11.9028 3.33333 13.6424 3.83333 15.2188 4.83333C16.7952 5.83333 18 7.18056 18.8334 8.875C18.8889 8.98611 18.9306 9.10069 18.9584 9.21875C18.9861 9.33681 19 9.45833 19 9.58333C19 9.70833 18.9896 9.82986 18.9688 9.94792C18.9479 10.066 18.9097 10.1806 18.8542 10.2917C18.6042 10.8472 18.2952 11.3681 17.9271 11.8542C17.559 12.3403 17.1528 12.7847 16.7084 13.1875C16.5417 13.3403 16.3472 13.4028 16.125 13.375C15.9028 13.3472 15.7222 13.2361 15.5834 13.0417C15.4445 12.8472 15.3854 12.6354 15.4063 12.4062C15.4271 12.1771 15.5209 11.9861 15.6875 11.8333C16.0209 11.5139 16.3264 11.1667 16.6042 10.7917C16.882 10.4167 17.125 10.0139 17.3334 9.58333C16.6389 8.18056 15.6354 7.06597 14.3229 6.23958C13.0104 5.41319 11.5695 5 10 5ZM10 15.8333C8.13891 15.8333 6.43752 15.3299 4.89585 14.3229C3.35419 13.316 2.13891 11.9931 1.25002 10.3542C1.18058 10.2431 1.12849 10.1215 1.09377 9.98958C1.05905 9.85764 1.04169 9.72222 1.04169 9.58333C1.04169 9.44444 1.05558 9.3125 1.08335 9.1875C1.11113 9.0625 1.15974 8.9375 1.22919 8.8125C1.50696 8.25694 1.82988 7.72569 2.19794 7.21875C2.56599 6.71181 2.98613 6.25 3.45835 5.83333L1.72919 4.08333C1.57641 3.91667 1.50349 3.71875 1.51044 3.48958C1.51738 3.26042 1.59724 3.06944 1.75002 2.91667C1.9028 2.76389 2.09724 2.6875 2.33335 2.6875C2.56946 2.6875 2.76391 2.76389 2.91669 2.91667L17.0834 17.0833C17.2361 17.2361 17.316 17.4271 17.3229 17.6562C17.3299 17.8854 17.25 18.0833 17.0834 18.25C16.9306 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L13 15.375C12.5139 15.5278 12.0209 15.6424 11.5209 15.7188C11.0209 15.7951 10.5139 15.8333 10 15.8333ZM4.62502 7C4.22224 7.36111 3.85419 7.75694 3.52085 8.1875C3.18752 8.61806 2.9028 9.08333 2.66669 9.58333C3.36113 10.9861 4.3646 12.1007 5.6771 12.9271C6.9896 13.7535 8.43058 14.1667 10 14.1667C10.2778 14.1667 10.5486 14.1493 10.8125 14.1146C11.0764 14.0799 11.3472 14.0417 11.625 14L10.875 13.2083C10.7222 13.25 10.5764 13.2812 10.4375 13.3021C10.2986 13.3229 10.1528 13.3333 10 13.3333C8.95835 13.3333 8.07294 12.9688 7.34377 12.2396C6.6146 11.5104 6.25002 10.625 6.25002 9.58333C6.25002 9.43056 6.26044 9.28472 6.28127 9.14583C6.3021 9.00694 6.33335 8.86111 6.37502 8.70833L4.62502 7Z",fill:n})}),yC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.3333C11.0417 13.3333 11.9271 12.9687 12.6562 12.2396C13.3854 11.5104 13.75 10.625 13.75 9.58331C13.75 8.54165 13.3854 7.65623 12.6562 6.92706C11.9271 6.1979 11.0417 5.83331 10 5.83331C8.95833 5.83331 8.07292 6.1979 7.34375 6.92706C6.61458 7.65623 6.25 8.54165 6.25 9.58331C6.25 10.625 6.61458 11.5104 7.34375 12.2396C8.07292 12.9687 8.95833 13.3333 10 13.3333ZM10 11.8333C9.375 11.8333 8.84375 11.6146 8.40625 11.1771C7.96875 10.7396 7.75 10.2083 7.75 9.58331C7.75 8.95831 7.96875 8.42706 8.40625 7.98956C8.84375 7.55206 9.375 7.33331 10 7.33331C10.625 7.33331 11.1562 7.55206 11.5938 7.98956C12.0312 8.42706 12.25 8.95831 12.25 9.58331C12.25 10.2083 12.0312 10.7396 11.5938 11.1771C11.1562 11.6146 10.625 11.8333 10 11.8333ZM10 15.8333C8.13889 15.8333 6.44097 15.3333 4.90625 14.3333C3.37153 13.3333 2.15972 12.0139 1.27083 10.375C1.20139 10.25 1.14931 10.1215 1.11458 9.98956C1.07986 9.85762 1.0625 9.7222 1.0625 9.58331C1.0625 9.44442 1.07986 9.30901 1.11458 9.17706C1.14931 9.04512 1.20139 8.91665 1.27083 8.79165C2.15972 7.15276 3.37153 5.83331 4.90625 4.83331C6.44097 3.83331 8.13889 3.33331 10 3.33331C11.8611 3.33331 13.559 3.83331 15.0938 4.83331C16.6285 5.83331 17.8403 7.15276 18.7292 8.79165C18.7986 8.91665 18.8507 9.04512 18.8854 9.17706C18.9201 9.30901 18.9375 9.44442 18.9375 9.58331C18.9375 9.7222 18.9201 9.85762 18.8854 9.98956C18.8507 10.1215 18.7986 10.25 18.7292 10.375C17.8403 12.0139 16.6285 13.3333 15.0938 14.3333C13.559 15.3333 11.8611 15.8333 10 15.8333Z",fill:n})}),OC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.3333C11.0417 13.3333 11.9271 12.9687 12.6562 12.2396C13.3854 11.5104 13.75 10.625 13.75 9.58331C13.75 8.54165 13.3854 7.65623 12.6562 6.92706C11.9271 6.1979 11.0417 5.83331 10 5.83331C8.95833 5.83331 8.07292 6.1979 7.34375 6.92706C6.61458 7.65623 6.25 8.54165 6.25 9.58331C6.25 10.625 6.61458 11.5104 7.34375 12.2396C8.07292 12.9687 8.95833 13.3333 10 13.3333ZM10 11.8333C9.375 11.8333 8.84375 11.6146 8.40625 11.1771C7.96875 10.7396 7.75 10.2083 7.75 9.58331C7.75 8.95831 7.96875 8.42706 8.40625 7.98956C8.84375 7.55206 9.375 7.33331 10 7.33331C10.625 7.33331 11.1562 7.55206 11.5938 7.98956C12.0312 8.42706 12.25 8.95831 12.25 9.58331C12.25 10.2083 12.0312 10.7396 11.5938 11.1771C11.1562 11.6146 10.625 11.8333 10 11.8333ZM10 15.8333C8.13889 15.8333 6.44097 15.3333 4.90625 14.3333C3.37153 13.3333 2.15972 12.0139 1.27083 10.375C1.20139 10.25 1.14931 10.1215 1.11458 9.98956C1.07986 9.85762 1.0625 9.7222 1.0625 9.58331C1.0625 9.44442 1.07986 9.30901 1.11458 9.17706C1.14931 9.04512 1.20139 8.91665 1.27083 8.79165C2.15972 7.15276 3.37153 5.83331 4.90625 4.83331C6.44097 3.83331 8.13889 3.33331 10 3.33331C11.8611 3.33331 13.559 3.83331 15.0938 4.83331C16.6285 5.83331 17.8403 7.15276 18.7292 8.79165C18.7986 8.91665 18.8507 9.04512 18.8854 9.17706C18.9201 9.30901 18.9375 9.44442 18.9375 9.58331C18.9375 9.7222 18.9201 9.85762 18.8854 9.98956C18.8507 10.1215 18.7986 10.25 18.7292 10.375C17.8403 12.0139 16.6285 13.3333 15.0938 14.3333C13.559 15.3333 11.8611 15.8333 10 15.8333ZM10 14.1666C11.5694 14.1666 13.0104 13.7535 14.3229 12.9271C15.6354 12.1007 16.6389 10.9861 17.3333 9.58331C16.6389 8.18054 15.6354 7.06595 14.3229 6.23956C13.0104 5.41317 11.5694 4.99998 10 4.99998C8.43056 4.99998 6.98958 5.41317 5.67708 6.23956C4.36458 7.06595 3.36111 8.18054 2.66667 9.58331C3.36111 10.9861 4.36458 12.1007 5.67708 12.9271C6.98958 13.7535 8.43056 14.1666 10 14.1666Z",fill:n})}),NC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 12.5H4.99996C4.76385 12.5 4.56593 12.4201 4.40621 12.2604C4.24649 12.1007 4.16663 11.9028 4.16663 11.6667V8.33333C4.16663 8.09722 4.24649 7.89931 4.40621 7.73958C4.56593 7.57986 4.76385 7.5 4.99996 7.5H7.49996L10.25 4.75C10.5138 4.48611 10.8159 4.42708 11.1562 4.57292C11.4965 4.71875 11.6666 4.97917 11.6666 5.35417V14.6458C11.6666 15.0208 11.4965 15.2812 11.1562 15.4271C10.8159 15.5729 10.5138 15.5139 10.25 15.25L7.49996 12.5ZM15.4166 10C15.4166 10.5833 15.2847 11.1354 15.0208 11.6562C14.7569 12.1771 14.4097 12.6042 13.9791 12.9375C13.8402 13.0208 13.6979 13.0243 13.552 12.9479C13.4062 12.8715 13.3333 12.75 13.3333 12.5833V7.375C13.3333 7.20833 13.4062 7.08681 13.552 7.01042C13.6979 6.93403 13.8402 6.9375 13.9791 7.02083C14.4097 7.36806 14.7569 7.80556 15.0208 8.33333C15.2847 8.86111 15.4166 9.41667 15.4166 10Z",fill:n})}),FC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 12.5H4.99996C4.76385 12.5 4.56593 12.4201 4.40621 12.2604C4.24649 12.1007 4.16663 11.9028 4.16663 11.6667V8.33333C4.16663 8.09722 4.24649 7.89931 4.40621 7.73958C4.56593 7.57986 4.76385 7.5 4.99996 7.5H7.49996L10.25 4.75C10.5138 4.48611 10.8159 4.42708 11.1562 4.57292C11.4965 4.71875 11.6666 4.97917 11.6666 5.35417V14.6458C11.6666 15.0208 11.4965 15.2812 11.1562 15.4271C10.8159 15.5729 10.5138 15.5139 10.25 15.25L7.49996 12.5ZM15.4166 10C15.4166 10.5833 15.2847 11.1354 15.0208 11.6562C14.7569 12.1771 14.4097 12.6042 13.9791 12.9375C13.8402 13.0208 13.6979 13.0243 13.552 12.9479C13.4062 12.8715 13.3333 12.75 13.3333 12.5833V7.375C13.3333 7.20833 13.4062 7.08681 13.552 7.01042C13.6979 6.93403 13.8402 6.9375 13.9791 7.02083C14.4097 7.36806 14.7569 7.80556 15.0208 8.33333C15.2847 8.86111 15.4166 9.41667 15.4166 10ZM9.99996 7.375L8.20829 9.16667H5.83329V10.8333H8.20829L9.99996 12.625V7.375Z",fill:n})}),kC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16671 12.5H6.66671C6.4306 12.5 6.23268 12.4201 6.07296 12.2604C5.91324 12.1007 5.83337 11.9028 5.83337 11.6667V8.33333C5.83337 8.09722 5.91324 7.89931 6.07296 7.73958C6.23268 7.57986 6.4306 7.5 6.66671 7.5H9.16671L11.9167 4.75C12.1806 4.48611 12.4827 4.42708 12.823 4.57292C13.1632 4.71875 13.3334 4.97917 13.3334 5.35417V14.6458C13.3334 15.0208 13.1632 15.2812 12.823 15.4271C12.4827 15.5729 12.1806 15.5139 11.9167 15.25L9.16671 12.5Z",fill:n})}),IC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16671 12.5H6.66671C6.4306 12.5 6.23268 12.4201 6.07296 12.2604C5.91324 12.1007 5.83337 11.9028 5.83337 11.6667V8.33333C5.83337 8.09722 5.91324 7.89931 6.07296 7.73958C6.23268 7.57986 6.4306 7.5 6.66671 7.5H9.16671L11.9167 4.75C12.1806 4.48611 12.4827 4.42708 12.823 4.57292C13.1632 4.71875 13.3334 4.97917 13.3334 5.35417V14.6458C13.3334 15.0208 13.1632 15.2812 12.823 15.4271C12.4827 15.5729 12.1806 15.5139 11.9167 15.25L9.16671 12.5ZM7.50004 10.8333H9.87504L11.6667 12.625V7.375L9.87504 9.16667H7.50004V10.8333Z",fill:n})}),AC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.9792 16.3125C13.8264 16.4097 13.6737 16.5 13.5209 16.5833C13.3681 16.6667 13.2084 16.7431 13.0417 16.8125C12.8334 16.9097 12.6216 16.9097 12.4063 16.8125C12.191 16.7153 12.0417 16.5556 11.9584 16.3333C11.875 16.125 11.8855 15.9201 11.9896 15.7188C12.0938 15.5174 12.25 15.3681 12.4584 15.2708C12.5139 15.2431 12.566 15.2153 12.6146 15.1875C12.6632 15.1597 12.7153 15.1319 12.7709 15.1042L10 12.3333V14.6458C10 15.0208 9.8299 15.2813 9.48962 15.4271C9.14935 15.5729 8.84726 15.5139 8.58337 15.25L5.83337 12.5H3.33337C3.09726 12.5 2.89935 12.4201 2.73962 12.2604C2.5799 12.1007 2.50004 11.9028 2.50004 11.6667V8.33333C2.50004 8.09722 2.5799 7.89931 2.73962 7.73958C2.89935 7.57986 3.09726 7.5 3.33337 7.5H5.16671L1.75004 4.08333C1.59726 3.93056 1.52087 3.73611 1.52087 3.5C1.52087 3.26389 1.59726 3.06944 1.75004 2.91667C1.90282 2.76389 2.09726 2.6875 2.33337 2.6875C2.56949 2.6875 2.76393 2.76389 2.91671 2.91667L17.0834 17.0833C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L13.9792 16.3125ZM15.8334 9.97917C15.8334 8.82639 15.5278 7.77431 14.9167 6.82292C14.3056 5.87153 13.4862 5.15972 12.4584 4.6875C12.25 4.59028 12.0973 4.44097 12 4.23958C11.9028 4.03819 11.8889 3.83333 11.9584 3.625C12.0417 3.40278 12.191 3.24306 12.4063 3.14583C12.6216 3.04861 12.8403 3.04861 13.0625 3.14583C14.4098 3.74306 15.4862 4.65278 16.2917 5.875C17.0973 7.09722 17.5 8.46528 17.5 9.97917C17.5 10.4375 17.4584 10.8924 17.375 11.3438C17.2917 11.7951 17.1737 12.2292 17.0209 12.6458C16.9098 12.9514 16.7396 13.1424 16.5105 13.2188C16.2813 13.2951 16.0695 13.2986 15.875 13.2292C15.6806 13.1597 15.5243 13.0347 15.4063 12.8542C15.2882 12.6736 15.2848 12.4653 15.3959 12.2292C15.5487 11.8681 15.6598 11.5035 15.7292 11.1354C15.7987 10.7674 15.8334 10.3819 15.8334 9.97917ZM12.3125 7.02083C12.7709 7.3125 13.125 7.75 13.375 8.33333C13.625 8.91667 13.75 9.47222 13.75 10V10.2083C13.75 10.2778 13.7431 10.3472 13.7292 10.4167C13.7014 10.5972 13.6042 10.7153 13.4375 10.7708C13.2709 10.8264 13.1181 10.7847 12.9792 10.6458L11.9167 9.58333C11.8334 9.5 11.7709 9.40625 11.7292 9.30208C11.6875 9.19792 11.6667 9.09028 11.6667 8.97917V7.375C11.6667 7.20833 11.7396 7.08681 11.8855 7.01042C12.0313 6.93403 12.1737 6.9375 12.3125 7.02083ZM8.12504 5.79167C8.04171 5.70833 8.00004 5.61111 8.00004 5.5C8.00004 5.38889 8.04171 5.29167 8.12504 5.20833L8.58337 4.75C8.84726 4.48611 9.14935 4.42708 9.48962 4.57292C9.8299 4.71875 10 4.97917 10 5.35417V6.66667C10 6.86111 9.91671 6.99306 9.75004 7.0625C9.58337 7.13195 9.4306 7.09722 9.29171 6.95833L8.12504 5.79167Z",fill:n})}),RC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.9792 16.3125C13.8264 16.4097 13.6737 16.5 13.5209 16.5833C13.3681 16.6667 13.2084 16.7431 13.0417 16.8125C12.8334 16.9097 12.6216 16.9097 12.4063 16.8125C12.191 16.7153 12.0417 16.5556 11.9584 16.3333C11.875 16.125 11.8855 15.9201 11.9896 15.7188C12.0938 15.5174 12.25 15.3681 12.4584 15.2708C12.5139 15.2431 12.566 15.2153 12.6146 15.1875C12.6632 15.1597 12.7153 15.1319 12.7709 15.1042L10 12.3333V14.6458C10 15.0208 9.8299 15.2813 9.48962 15.4271C9.14935 15.5729 8.84726 15.5139 8.58337 15.25L5.83337 12.5H3.33337C3.09726 12.5 2.89935 12.4201 2.73962 12.2604C2.5799 12.1007 2.50004 11.9028 2.50004 11.6667V8.33333C2.50004 8.09722 2.5799 7.89931 2.73962 7.73958C2.89935 7.57986 3.09726 7.5 3.33337 7.5H5.16671L1.75004 4.08333C1.59726 3.93056 1.52087 3.73611 1.52087 3.5C1.52087 3.26389 1.59726 3.06944 1.75004 2.91667C1.90282 2.76389 2.09726 2.6875 2.33337 2.6875C2.56949 2.6875 2.76393 2.76389 2.91671 2.91667L17.0834 17.0833C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L13.9792 16.3125ZM15.8334 9.97917C15.8334 8.82639 15.5278 7.77431 14.9167 6.82292C14.3056 5.87153 13.4862 5.15972 12.4584 4.6875C12.25 4.59028 12.0973 4.44097 12 4.23958C11.9028 4.03819 11.8889 3.83333 11.9584 3.625C12.0417 3.40278 12.191 3.24306 12.4063 3.14583C12.6216 3.04861 12.8403 3.04861 13.0625 3.14583C14.4098 3.74306 15.4862 4.65278 16.2917 5.875C17.0973 7.09722 17.5 8.46528 17.5 9.97917C17.5 10.4375 17.4584 10.8924 17.375 11.3438C17.2917 11.7951 17.1737 12.2292 17.0209 12.6458C16.9098 12.9514 16.7396 13.1424 16.5105 13.2188C16.2813 13.2951 16.0695 13.2986 15.875 13.2292C15.6806 13.1597 15.5243 13.0347 15.4063 12.8542C15.2882 12.6736 15.2848 12.4653 15.3959 12.2292C15.5487 11.8681 15.6598 11.5035 15.7292 11.1354C15.7987 10.7674 15.8334 10.3819 15.8334 9.97917ZM12.3125 7.02083C12.7709 7.3125 13.125 7.75 13.375 8.33333C13.625 8.91667 13.75 9.47222 13.75 10V10.2083C13.75 10.2778 13.7431 10.3472 13.7292 10.4167C13.7014 10.5972 13.6042 10.7153 13.4375 10.7708C13.2709 10.8264 13.1181 10.7847 12.9792 10.6458L11.9167 9.58333C11.8334 9.5 11.7709 9.40625 11.7292 9.30208C11.6875 9.19792 11.6667 9.09028 11.6667 8.97917V7.375C11.6667 7.20833 11.7396 7.08681 11.8855 7.01042C12.0313 6.93403 12.1737 6.9375 12.3125 7.02083ZM8.12504 5.79167C8.04171 5.70833 8.00004 5.61111 8.00004 5.5C8.00004 5.38889 8.04171 5.29167 8.12504 5.20833L8.58337 4.75C8.84726 4.48611 9.14935 4.42708 9.48962 4.57292C9.8299 4.71875 10 4.97917 10 5.35417V6.66667C10 6.86111 9.91671 6.99306 9.75004 7.0625C9.58337 7.13195 9.4306 7.09722 9.29171 6.95833L8.12504 5.79167ZM8.33337 12.625V10.6667L6.83337 9.16667H4.16671V10.8333H6.54171L8.33337 12.625Z",fill:n})}),DC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 9.97919C15.8333 8.82641 15.5278 7.77433 14.9167 6.82294C14.3056 5.87155 13.4861 5.15974 12.4583 4.68752C12.25 4.5903 12.0972 4.44099 12 4.2396C11.9028 4.03821 11.8889 3.83335 11.9583 3.62502C12.0417 3.4028 12.191 3.24308 12.4062 3.14585C12.6215 3.04863 12.8403 3.04863 13.0625 3.14585C14.4097 3.74308 15.4861 4.65627 16.2917 5.88544C17.0972 7.1146 17.5 8.47919 17.5 9.97919C17.5 11.4792 17.0972 12.8438 16.2917 14.0729C15.4861 15.3021 14.4097 16.2153 13.0625 16.8125C12.8403 16.9097 12.6215 16.9097 12.4062 16.8125C12.191 16.7153 12.0417 16.5556 11.9583 16.3334C11.8889 16.125 11.9028 15.9202 12 15.7188C12.0972 15.5174 12.25 15.3681 12.4583 15.2709C13.4861 14.7986 14.3056 14.0868 14.9167 13.1354C15.5278 12.184 15.8333 11.132 15.8333 9.97919ZM5.83333 12.5H3.33333C3.09722 12.5 2.89931 12.4202 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667V8.33335C2.5 8.09724 2.57986 7.89933 2.73958 7.7396C2.89931 7.57988 3.09722 7.50002 3.33333 7.50002H5.83333L8.58333 4.75002C8.84722 4.48613 9.14931 4.4271 9.48958 4.57294C9.82986 4.71877 10 4.97919 10 5.35419V14.6459C10 15.0209 9.82986 15.2813 9.48958 15.4271C9.14931 15.5729 8.84722 15.5139 8.58333 15.25L5.83333 12.5ZM13.75 10C13.75 10.5834 13.6181 11.1354 13.3542 11.6563C13.0903 12.1771 12.7431 12.6042 12.3125 12.9375C12.1736 13.0209 12.0312 13.0243 11.8854 12.9479C11.7396 12.8715 11.6667 12.75 11.6667 12.5834V7.37502C11.6667 7.20835 11.7396 7.08683 11.8854 7.01044C12.0312 6.93405 12.1736 6.93752 12.3125 7.02085C12.7431 7.36808 13.0903 7.80558 13.3542 8.33335C13.6181 8.86113 13.75 9.41669 13.75 10Z",fill:n})}),TC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 9.97919C15.8333 8.82641 15.5278 7.77433 14.9167 6.82294C14.3056 5.87155 13.4861 5.15974 12.4583 4.68752C12.25 4.5903 12.0972 4.44099 12 4.2396C11.9028 4.03821 11.8889 3.83335 11.9583 3.62502C12.0417 3.4028 12.191 3.24308 12.4062 3.14585C12.6215 3.04863 12.8403 3.04863 13.0625 3.14585C14.4097 3.74308 15.4861 4.65627 16.2917 5.88544C17.0972 7.1146 17.5 8.47919 17.5 9.97919C17.5 11.4792 17.0972 12.8438 16.2917 14.0729C15.4861 15.3021 14.4097 16.2153 13.0625 16.8125C12.8403 16.9097 12.6215 16.9097 12.4062 16.8125C12.191 16.7153 12.0417 16.5556 11.9583 16.3334C11.8889 16.125 11.9028 15.9202 12 15.7188C12.0972 15.5174 12.25 15.3681 12.4583 15.2709C13.4861 14.7986 14.3056 14.0868 14.9167 13.1354C15.5278 12.184 15.8333 11.132 15.8333 9.97919ZM5.83333 12.5H3.33333C3.09722 12.5 2.89931 12.4202 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667V8.33335C2.5 8.09724 2.57986 7.89933 2.73958 7.7396C2.89931 7.57988 3.09722 7.50002 3.33333 7.50002H5.83333L8.58333 4.75002C8.84722 4.48613 9.14931 4.4271 9.48958 4.57294C9.82986 4.71877 10 4.97919 10 5.35419V14.6459C10 15.0209 9.82986 15.2813 9.48958 15.4271C9.14931 15.5729 8.84722 15.5139 8.58333 15.25L5.83333 12.5ZM13.75 10C13.75 10.5834 13.6181 11.1354 13.3542 11.6563C13.0903 12.1771 12.7431 12.6042 12.3125 12.9375C12.1736 13.0209 12.0312 13.0243 11.8854 12.9479C11.7396 12.8715 11.6667 12.75 11.6667 12.5834V7.37502C11.6667 7.20835 11.7396 7.08683 11.8854 7.01044C12.0312 6.93405 12.1736 6.93752 12.3125 7.02085C12.7431 7.36808 13.0903 7.80558 13.3542 8.33335C13.6181 8.86113 13.75 9.41669 13.75 10ZM8.33333 7.37502L6.54167 9.16669H4.16667V10.8334H6.54167L8.33333 12.625V7.37502Z",fill:n})}),EC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.27083 17.5C2.11805 17.5 1.97916 17.4618 1.85416 17.3854C1.72916 17.309 1.63194 17.2083 1.5625 17.0833C1.49305 16.9583 1.45486 16.8229 1.44791 16.6771C1.44097 16.5312 1.47916 16.3889 1.5625 16.25L9.27083 2.91667C9.35416 2.77778 9.4618 2.67361 9.59375 2.60417C9.72569 2.53472 9.86111 2.5 10 2.5C10.1389 2.5 10.2743 2.53472 10.4062 2.60417C10.5382 2.67361 10.6458 2.77778 10.7292 2.91667L18.4375 16.25C18.5208 16.3889 18.559 16.5312 18.5521 16.6771C18.5451 16.8229 18.5069 16.9583 18.4375 17.0833C18.3681 17.2083 18.2708 17.309 18.1458 17.3854C18.0208 17.4618 17.8819 17.5 17.7292 17.5H2.27083ZM10 15C10.2361 15 10.434 14.9201 10.5937 14.7604C10.7535 14.6007 10.8333 14.4028 10.8333 14.1667C10.8333 13.9306 10.7535 13.7326 10.5937 13.5729C10.434 13.4132 10.2361 13.3333 10 13.3333C9.76389 13.3333 9.56597 13.4132 9.40625 13.5729C9.24652 13.7326 9.16666 13.9306 9.16666 14.1667C9.16666 14.4028 9.24652 14.6007 9.40625 14.7604C9.56597 14.9201 9.76389 15 10 15ZM10 12.5C10.2361 12.5 10.434 12.4201 10.5937 12.2604C10.7535 12.1007 10.8333 11.9028 10.8333 11.6667V9.16667C10.8333 8.93056 10.7535 8.73264 10.5937 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24652 8.73264 9.16666 8.93056 9.16666 9.16667V11.6667C9.16666 11.9028 9.24652 12.1007 9.40625 12.2604C9.56597 12.4201 9.76389 12.5 10 12.5Z",fill:n})}),PC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.27083 17.5C2.11805 17.5 1.97916 17.4618 1.85416 17.3854C1.72916 17.309 1.63194 17.2083 1.5625 17.0833C1.49305 16.9583 1.45486 16.8229 1.44791 16.6771C1.44097 16.5312 1.47916 16.3889 1.5625 16.25L9.27083 2.91667C9.35416 2.77778 9.4618 2.67361 9.59375 2.60417C9.72569 2.53472 9.86111 2.5 10 2.5C10.1389 2.5 10.2743 2.53472 10.4062 2.60417C10.5382 2.67361 10.6458 2.77778 10.7292 2.91667L18.4375 16.25C18.5208 16.3889 18.559 16.5312 18.5521 16.6771C18.5451 16.8229 18.5069 16.9583 18.4375 17.0833C18.3681 17.2083 18.2708 17.309 18.1458 17.3854C18.0208 17.4618 17.8819 17.5 17.7292 17.5H2.27083ZM3.70833 15.8333H16.2917L10 5L3.70833 15.8333ZM10 15C10.2361 15 10.434 14.9201 10.5937 14.7604C10.7535 14.6007 10.8333 14.4028 10.8333 14.1667C10.8333 13.9306 10.7535 13.7326 10.5937 13.5729C10.434 13.4132 10.2361 13.3333 10 13.3333C9.76389 13.3333 9.56597 13.4132 9.40625 13.5729C9.24652 13.7326 9.16666 13.9306 9.16666 14.1667C9.16666 14.4028 9.24652 14.6007 9.40625 14.7604C9.56597 14.9201 9.76389 15 10 15ZM10 12.5C10.2361 12.5 10.434 12.4201 10.5937 12.2604C10.7535 12.1007 10.8333 11.9028 10.8333 11.6667V9.16667C10.8333 8.93056 10.7535 8.73264 10.5937 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24652 8.73264 9.16666 8.93056 9.16666 9.16667V11.6667C9.16666 11.9028 9.24652 12.1007 9.40625 12.2604C9.56597 12.4201 9.76389 12.5 10 12.5Z",fill:n})}),zC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.43734 14.1666C4.03456 14.1666 3.74289 14.2535 3.56234 14.4271C3.38178 14.6007 3.13178 14.7222 2.81234 14.7916C2.49289 14.8611 2.22206 14.8298 1.99984 14.6979C1.77762 14.566 1.6665 14.368 1.6665 14.1041C1.6665 13.8958 1.75678 13.6944 1.93734 13.5C2.11789 13.3055 2.40262 13.1111 2.7915 12.9166C2.86095 12.875 3.04498 12.7951 3.34359 12.6771C3.6422 12.559 4.03456 12.5 4.52067 12.5C5.28456 12.5 5.79845 12.6389 6.06234 12.9166C6.32623 13.1944 6.71511 13.3333 7.229 13.3333C7.74289 13.3333 8.12831 13.1944 8.38525 12.9166C8.6422 12.6389 9.17345 12.5 9.979 12.5C10.7846 12.5 11.3297 12.6389 11.6144 12.9166C11.8991 13.1944 12.2984 13.3333 12.8123 13.3333C13.3262 13.3333 13.7012 13.1944 13.9373 12.9166C14.1734 12.6389 14.6873 12.5 15.479 12.5C15.7984 12.5 16.1075 12.5382 16.4061 12.6146C16.7047 12.691 17.0068 12.8055 17.3123 12.9583C17.6596 13.1389 17.9165 13.3264 18.0832 13.5208C18.2498 13.7153 18.3332 13.9097 18.3332 14.1041C18.3332 14.368 18.2221 14.566 17.9998 14.6979C17.7776 14.8298 17.5068 14.8611 17.1873 14.7916C16.8679 14.7222 16.6144 14.6007 16.4269 14.4271C16.2394 14.2535 15.9512 14.1666 15.5623 14.1666C15.0484 14.1666 14.663 14.3055 14.4061 14.5833C14.1491 14.8611 13.6179 15 12.8123 15C12.0068 15 11.4616 14.8611 11.1769 14.5833C10.8922 14.3055 10.4929 14.1666 9.979 14.1666C9.46511 14.1666 9.0797 14.3055 8.82275 14.5833C8.56581 14.8611 8.02761 15 7.20817 15C6.38873 15 5.854 14.8611 5.604 14.5833C5.354 14.3055 4.96511 14.1666 4.43734 14.1666ZM4.43734 10.8333C4.04845 10.8333 3.76025 10.9201 3.57275 11.0937C3.38525 11.2673 3.13178 11.3889 2.81234 11.4583C2.49289 11.5278 2.22206 11.4965 1.99984 11.3646C1.77762 11.2326 1.6665 11.0347 1.6665 10.7708C1.6665 10.5625 1.75678 10.3611 1.93734 10.1666C2.11789 9.9722 2.40262 9.77776 2.7915 9.58331C2.86095 9.54165 3.04498 9.46179 3.34359 9.34373C3.6422 9.22567 4.03456 9.16665 4.52067 9.16665C5.28456 9.16665 5.79845 9.30554 6.06234 9.58331C6.32623 9.86109 6.71511 9.99998 7.229 9.99998C7.74289 9.99998 8.12831 9.86109 8.38525 9.58331C8.6422 9.30554 9.17345 9.16665 9.979 9.16665C10.7846 9.16665 11.3297 9.30554 11.6144 9.58331C11.8991 9.86109 12.2915 9.99998 12.7915 9.99998C13.2915 9.99998 13.6665 9.86109 13.9165 9.58331C14.1665 9.30554 14.6804 9.16665 15.4582 9.16665C15.9443 9.16665 16.3366 9.22567 16.6353 9.34373C16.9339 9.46179 17.1179 9.54165 17.1873 9.58331C17.5901 9.79165 17.8818 9.98956 18.0623 10.1771C18.2429 10.3646 18.3332 10.5625 18.3332 10.7708C18.3332 11.0347 18.2186 11.2326 17.9894 11.3646C17.7603 11.4965 17.4859 11.5278 17.1665 11.4583C16.8471 11.3889 16.5971 11.2673 16.4165 11.0937C16.2359 10.9201 15.9512 10.8333 15.5623 10.8333C15.0484 10.8333 14.663 10.9722 14.4061 11.25C14.1491 11.5278 13.6179 11.6666 12.8123 11.6666C12.0068 11.6666 11.4616 11.5278 11.1769 11.25C10.8922 10.9722 10.4929 10.8333 9.979 10.8333C9.46511 10.8333 9.08664 10.9722 8.84359 11.25C8.60053 11.5278 8.06928 11.6666 7.24984 11.6666C6.43039 11.6666 5.88525 11.5278 5.61442 11.25C5.34359 10.9722 4.95123 10.8333 4.43734 10.8333ZM4.43734 7.49998C4.04845 7.49998 3.76025 7.58679 3.57275 7.7604C3.38525 7.93401 3.13178 8.05554 2.81234 8.12498C2.49289 8.19442 2.22206 8.16317 1.99984 8.03123C1.77762 7.89929 1.6665 7.70137 1.6665 7.43748C1.6665 7.22915 1.75678 7.02776 1.93734 6.83331C2.11789 6.63887 2.40262 6.44442 2.7915 6.24998C2.86095 6.20831 3.04498 6.12845 3.34359 6.0104C3.6422 5.89234 4.03456 5.83331 4.52067 5.83331C5.28456 5.83331 5.79845 5.9722 6.06234 6.24998C6.32623 6.52776 6.71511 6.66665 7.229 6.66665C7.74289 6.66665 8.12831 6.52776 8.38525 6.24998C8.6422 5.9722 9.17345 5.83331 9.979 5.83331C10.7846 5.83331 11.3297 5.9722 11.6144 6.24998C11.8991 6.52776 12.2915 6.66665 12.7915 6.66665C13.2915 6.66665 13.6665 6.52776 13.9165 6.24998C14.1665 5.9722 14.6804 5.83331 15.4582 5.83331C15.9443 5.83331 16.3366 5.89234 16.6353 6.0104C16.9339 6.12845 17.1179 6.20831 17.1873 6.24998C17.5901 6.45831 17.8818 6.65623 18.0623 6.84373C18.2429 7.03123 18.3332 7.22915 18.3332 7.43748C18.3332 7.70137 18.2186 7.89929 17.9894 8.03123C17.7603 8.16317 17.4859 8.19442 17.1665 8.12498C16.8471 8.05554 16.5971 7.93401 16.4165 7.7604C16.2359 7.58679 15.9512 7.49998 15.5623 7.49998C15.0484 7.49998 14.663 7.63887 14.4061 7.91665C14.1491 8.19442 13.6179 8.33331 12.8123 8.33331C12.0068 8.33331 11.4616 8.19442 11.1769 7.91665C10.8922 7.63887 10.4929 7.49998 9.979 7.49998C9.46511 7.49998 9.08664 7.63887 8.84359 7.91665C8.60053 8.19442 8.06928 8.33331 7.24984 8.33331C6.43039 8.33331 5.88525 8.19442 5.61442 7.91665C5.34359 7.63887 4.95123 7.49998 4.43734 7.49998Z",fill:n})}),$C=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83317 15.7917C5.15261 15.7917 4.61095 15.9445 4.20817 16.25C3.80539 16.5556 3.24289 16.7709 2.52067 16.8959C2.28456 16.9375 2.08317 16.882 1.9165 16.7292C1.74984 16.5764 1.6665 16.382 1.6665 16.1459C1.6665 15.9097 1.74637 15.7118 1.90609 15.5521C2.06581 15.3924 2.26373 15.2778 2.49984 15.2084C2.99984 15.0556 3.47206 14.8438 3.9165 14.5729C4.36095 14.3021 4.99984 14.1667 5.83317 14.1667C6.36095 14.1667 6.79498 14.2257 7.13525 14.3438C7.47553 14.4618 7.7915 14.5938 8.08317 14.7396C8.37484 14.8854 8.6665 15.0209 8.95817 15.1459C9.24984 15.2709 9.59706 15.3334 9.99984 15.3334C10.4026 15.3334 10.7498 15.2709 11.0415 15.1459C11.3332 15.0209 11.6248 14.8854 11.9165 14.7396C12.2082 14.5938 12.5276 14.4618 12.8748 14.3438C13.2221 14.2257 13.6526 14.1667 14.1665 14.1667C14.9998 14.1667 15.6387 14.3021 16.0832 14.5729C16.5276 14.8438 16.9998 15.0556 17.4998 15.2084C17.7359 15.2778 17.9339 15.3924 18.0936 15.5521C18.2533 15.7118 18.3332 15.9097 18.3332 16.1459C18.3332 16.382 18.2498 16.5764 18.0832 16.7292C17.9165 16.882 17.7151 16.9375 17.479 16.8959C16.7568 16.7709 16.1943 16.5556 15.7915 16.25C15.3887 15.9445 14.8471 15.7917 14.1665 15.7917C13.7776 15.7917 13.4408 15.8507 13.1561 15.9688C12.8714 16.0868 12.5866 16.2188 12.3019 16.3646C12.0172 16.5104 11.6978 16.6459 11.3436 16.7709C10.9894 16.8959 10.5415 16.9584 9.99984 16.9584C9.45817 16.9584 9.01025 16.8959 8.65609 16.7709C8.30192 16.6459 7.98248 16.5104 7.69775 16.3646C7.41303 16.2188 7.13178 16.0868 6.854 15.9688C6.57623 15.8507 6.23595 15.7917 5.83317 15.7917ZM5.83317 12.0834C5.15261 12.0834 4.61095 12.2361 4.20817 12.5417C3.80539 12.8472 3.24289 13.0625 2.52067 13.1875C2.28456 13.2292 2.08317 13.1736 1.9165 13.0209C1.74984 12.8681 1.6665 12.6736 1.6665 12.4375C1.6665 12.2014 1.74637 12.0035 1.90609 11.8438C2.06581 11.684 2.26373 11.5695 2.49984 11.5C2.99984 11.3472 3.47206 11.1354 3.9165 10.8646C4.36095 10.5938 4.99984 10.4584 5.83317 10.4584C6.36095 10.4584 6.79498 10.5174 7.13525 10.6354C7.47553 10.7535 7.7915 10.8854 8.08317 11.0313C8.37484 11.1771 8.6665 11.3125 8.95817 11.4375C9.24984 11.5625 9.59706 11.625 9.99984 11.625C10.4026 11.625 10.7498 11.5625 11.0415 11.4375C11.3332 11.3125 11.6248 11.1771 11.9165 11.0313C12.2082 10.8854 12.5276 10.7535 12.8748 10.6354C13.2221 10.5174 13.6526 10.4584 14.1665 10.4584C14.9998 10.4584 15.6387 10.5938 16.0832 10.8646C16.5276 11.1354 16.9998 11.3472 17.4998 11.5C17.7359 11.5695 17.9339 11.684 18.0936 11.8438C18.2533 12.0035 18.3332 12.2014 18.3332 12.4375C18.3332 12.6736 18.2498 12.8681 18.0832 13.0209C17.9165 13.1736 17.7151 13.2292 17.479 13.1875C16.7568 13.0625 16.1943 12.8472 15.7915 12.5417C15.3887 12.2361 14.8471 12.0834 14.1665 12.0834C13.7637 12.0834 13.42 12.1424 13.1353 12.2604C12.8505 12.3785 12.5658 12.5104 12.2811 12.6563C11.9964 12.8021 11.6804 12.9375 11.3332 13.0625C10.9859 13.1875 10.5415 13.25 9.99984 13.25C9.45817 13.25 9.01025 13.1875 8.65609 13.0625C8.30192 12.9375 7.98248 12.8021 7.69775 12.6563C7.41303 12.5104 7.13178 12.3785 6.854 12.2604C6.57623 12.1424 6.23595 12.0834 5.83317 12.0834ZM5.83317 8.37502C5.15261 8.37502 4.61095 8.5278 4.20817 8.83335C3.80539 9.13891 3.24289 9.35419 2.52067 9.47919C2.28456 9.52085 2.08317 9.4653 1.9165 9.31252C1.74984 9.15974 1.6665 8.9653 1.6665 8.72919C1.6665 8.49308 1.74637 8.29516 1.90609 8.13544C2.06581 7.97572 2.26373 7.86113 2.49984 7.79169C2.99984 7.63891 3.47206 7.4271 3.9165 7.15627C4.36095 6.88544 4.99984 6.75002 5.83317 6.75002C6.36095 6.75002 6.79498 6.80905 7.13525 6.9271C7.47553 7.04516 7.7915 7.1771 8.08317 7.32294C8.37484 7.46877 8.6665 7.60419 8.95817 7.72919C9.24984 7.85419 9.59706 7.91669 9.99984 7.91669C10.4026 7.91669 10.7498 7.85419 11.0415 7.72919C11.3332 7.60419 11.6248 7.46877 11.9165 7.32294C12.2082 7.1771 12.5276 7.04516 12.8748 6.9271C13.2221 6.80905 13.6526 6.75002 14.1665 6.75002C14.9998 6.75002 15.6387 6.88544 16.0832 7.15627C16.5276 7.4271 16.9998 7.63891 17.4998 7.79169C17.7359 7.86113 17.9339 7.97572 18.0936 8.13544C18.2533 8.29516 18.3332 8.49308 18.3332 8.72919C18.3332 8.9653 18.2498 9.15974 18.0832 9.31252C17.9165 9.4653 17.7151 9.52085 17.479 9.47919C16.7568 9.35419 16.1943 9.13891 15.7915 8.83335C15.3887 8.5278 14.8471 8.37502 14.1665 8.37502C13.7776 8.37502 13.4408 8.43405 13.1561 8.5521C12.8714 8.67016 12.5866 8.8021 12.3019 8.94794C12.0172 9.09377 11.6978 9.22919 11.3436 9.35419C10.9894 9.47919 10.5415 9.54169 9.99984 9.54169C9.45817 9.54169 9.01025 9.47919 8.65609 9.35419C8.30192 9.22919 7.98248 9.09377 7.69775 8.94794C7.41303 8.8021 7.13178 8.67016 6.854 8.5521C6.57623 8.43405 6.23595 8.37502 5.83317 8.37502ZM5.83317 4.66669C5.15261 4.66669 4.61095 4.81947 4.20817 5.12502C3.80539 5.43058 3.24289 5.64585 2.52067 5.77085C2.28456 5.81252 2.08317 5.75697 1.9165 5.60419C1.74984 5.45141 1.6665 5.25697 1.6665 5.02085C1.6665 4.78474 1.74637 4.58683 1.90609 4.4271C2.06581 4.26738 2.26373 4.1528 2.49984 4.08335C2.99984 3.93058 3.47206 3.71877 3.9165 3.44794C4.36095 3.1771 4.99984 3.04169 5.83317 3.04169C6.36095 3.04169 6.79498 3.10071 7.13525 3.21877C7.47553 3.33683 7.7915 3.46877 8.08317 3.6146C8.37484 3.76044 8.6665 3.89585 8.95817 4.02085C9.24984 4.14585 9.59706 4.20835 9.99984 4.20835C10.4026 4.20835 10.7498 4.14585 11.0415 4.02085C11.3332 3.89585 11.6248 3.76044 11.9165 3.6146C12.2082 3.46877 12.5276 3.33683 12.8748 3.21877C13.2221 3.10071 13.6526 3.04169 14.1665 3.04169C14.9998 3.04169 15.6387 3.1771 16.0832 3.44794C16.5276 3.71877 16.9998 3.93058 17.4998 4.08335C17.7359 4.1528 17.9339 4.26738 18.0936 4.4271C18.2533 4.58683 18.3332 4.78474 18.3332 5.02085C18.3332 5.25697 18.2498 5.45141 18.0832 5.60419C17.9165 5.75697 17.7151 5.81252 17.479 5.77085C16.7568 5.64585 16.1943 5.43058 15.7915 5.12502C15.3887 4.81947 14.8471 4.66669 14.1665 4.66669C13.7776 4.66669 13.4408 4.72572 13.1561 4.84377C12.8714 4.96183 12.5866 5.09377 12.3019 5.2396C12.0172 5.38544 11.6978 5.52085 11.3436 5.64585C10.9894 5.77085 10.5415 5.83335 9.99984 5.83335C9.45817 5.83335 9.01025 5.77085 8.65609 5.64585C8.30192 5.52085 7.98248 5.38544 7.69775 5.2396C7.41303 5.09377 7.13178 4.96183 6.854 4.84377C6.57623 4.72572 6.23595 4.66669 5.83317 4.66669Z",fill:n})}),KC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3333C8.09738 18.3333 6.51058 17.6805 5.23975 16.375C3.96891 15.0694 3.3335 13.4444 3.3335 11.5C3.3335 10.6389 3.52794 9.77776 3.91683 8.91665C4.30572 8.05554 4.79183 7.22915 5.37516 6.43748C5.9585 5.64581 6.59044 4.90276 7.271 4.20831C7.95155 3.51387 8.5835 2.9097 9.16683 2.39581C9.27794 2.2847 9.40641 2.20484 9.55225 2.15623C9.69808 2.10762 9.84739 2.08331 10.0002 2.08331C10.1529 2.08331 10.3022 2.10762 10.4481 2.15623C10.5939 2.20484 10.7224 2.2847 10.8335 2.39581C11.4168 2.9097 12.0488 3.51387 12.7293 4.20831C13.4099 4.90276 14.0418 5.64581 14.6252 6.43748C15.2085 7.22915 15.6946 8.05554 16.0835 8.91665C16.4724 9.77776 16.6668 10.6389 16.6668 11.5C16.6668 13.4444 16.0314 15.0694 14.7606 16.375C13.4897 17.6805 11.9029 18.3333 10.0002 18.3333ZM10.2293 15.8333C10.396 15.8194 10.5384 15.7535 10.6564 15.6354C10.7745 15.5173 10.8335 15.375 10.8335 15.2083C10.8335 15.0139 10.771 14.8576 10.646 14.7396C10.521 14.6215 10.3613 14.5694 10.1668 14.5833C9.59738 14.625 8.99322 14.4687 8.35433 14.1146C7.71544 13.7604 7.31266 13.118 7.146 12.1875C7.11822 12.0347 7.0453 11.9097 6.92725 11.8125C6.80919 11.7153 6.67377 11.6666 6.521 11.6666C6.32655 11.6666 6.16683 11.7396 6.04183 11.8854C5.91683 12.0312 5.87516 12.2014 5.91683 12.3958C6.15294 13.6597 6.7085 14.5625 7.5835 15.1041C8.4585 15.6458 9.34044 15.8889 10.2293 15.8333Z",fill:n})}),UC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3333C8.09738 18.3333 6.51058 17.6805 5.23975 16.375C3.96891 15.0694 3.3335 13.4444 3.3335 11.5C3.3335 10.6389 3.52794 9.77776 3.91683 8.91665C4.30572 8.05554 4.79183 7.22915 5.37516 6.43748C5.9585 5.64581 6.59044 4.90276 7.271 4.20831C7.95155 3.51387 8.5835 2.9097 9.16683 2.39581C9.27794 2.2847 9.40641 2.20484 9.55225 2.15623C9.69808 2.10762 9.84739 2.08331 10.0002 2.08331C10.1529 2.08331 10.3022 2.10762 10.4481 2.15623C10.5939 2.20484 10.7224 2.2847 10.8335 2.39581C11.4168 2.9097 12.0488 3.51387 12.7293 4.20831C13.4099 4.90276 14.0418 5.64581 14.6252 6.43748C15.2085 7.22915 15.6946 8.05554 16.0835 8.91665C16.4724 9.77776 16.6668 10.6389 16.6668 11.5C16.6668 13.4444 16.0314 15.0694 14.7606 16.375C13.4897 17.6805 11.9029 18.3333 10.0002 18.3333ZM10.0002 16.6666C11.4446 16.6666 12.6391 16.1771 13.5835 15.1979C14.5279 14.2187 15.0002 12.9861 15.0002 11.5C15.0002 10.4861 14.58 9.34026 13.7397 8.06248C12.8995 6.7847 11.6529 5.38887 10.0002 3.87498C8.34738 5.38887 7.10086 6.7847 6.26058 8.06248C5.4203 9.34026 5.00016 10.4861 5.00016 11.5C5.00016 12.9861 5.47239 14.2187 6.41683 15.1979C7.36127 16.1771 8.55572 16.6666 10.0002 16.6666ZM10.2293 15.8333C10.396 15.8194 10.5384 15.7535 10.6564 15.6354C10.7745 15.5173 10.8335 15.375 10.8335 15.2083C10.8335 15.0139 10.771 14.8576 10.646 14.7396C10.521 14.6215 10.3613 14.5694 10.1668 14.5833C9.59738 14.625 8.99322 14.4687 8.35433 14.1146C7.71544 13.7604 7.31266 13.118 7.146 12.1875C7.11822 12.0347 7.0453 11.9097 6.92725 11.8125C6.80919 11.7153 6.67377 11.6666 6.521 11.6666C6.32655 11.6666 6.16683 11.7396 6.04183 11.8854C5.91683 12.0312 5.87516 12.2014 5.91683 12.3958C6.15294 13.6597 6.7085 14.5625 7.5835 15.1041C8.4585 15.6458 9.34044 15.8889 10.2293 15.8333Z",fill:n})}),GC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99979 17.5C9.41646 17.5 8.92341 17.2986 8.52063 16.8958C8.11785 16.493 7.91646 16 7.91646 15.4166C7.91646 14.8333 8.11785 14.3403 8.52063 13.9375C8.92341 13.5347 9.41646 13.3333 9.99979 13.3333C10.5831 13.3333 11.0762 13.5347 11.479 13.9375C11.8817 14.3403 12.0831 14.8333 12.0831 15.4166C12.0831 16 11.8817 16.493 11.479 16.8958C11.0762 17.2986 10.5831 17.5 9.99979 17.5ZM9.99979 8.33331C11.0415 8.33331 12.031 8.49998 12.9685 8.83331C13.906 9.16665 14.7567 9.62498 15.5206 10.2083C15.7984 10.4166 15.9408 10.691 15.9477 11.0312C15.9547 11.3715 15.8331 11.6666 15.5831 11.9166C15.347 12.1528 15.0554 12.2743 14.7081 12.2812C14.3609 12.2882 14.0484 12.1944 13.7706 12C13.2429 11.6389 12.6595 11.3541 12.0206 11.1458C11.3817 10.9375 10.7081 10.8333 9.99979 10.8333C9.29146 10.8333 8.61785 10.9375 7.97896 11.1458C7.34007 11.3541 6.75674 11.6389 6.22896 12C5.95118 12.1944 5.63868 12.2847 5.29146 12.2708C4.94424 12.2569 4.65257 12.1319 4.41646 11.8958C4.18035 11.6458 4.06229 11.3507 4.06229 11.0104C4.06229 10.6701 4.20118 10.3958 4.47896 10.1875C5.24285 9.60415 6.09354 9.14928 7.03104 8.8229C7.96854 8.49651 8.95813 8.33331 9.99979 8.33331ZM9.99979 3.33331C11.7359 3.33331 13.3713 3.61804 14.906 4.18748C16.4408 4.75692 17.8192 5.56248 19.0415 6.60415C19.3192 6.84026 19.4651 7.13192 19.479 7.47915C19.4928 7.82637 19.3748 8.12498 19.1248 8.37498C18.8887 8.61109 18.597 8.73262 18.2498 8.73956C17.9026 8.74651 17.5901 8.63887 17.3123 8.41665C16.3123 7.5972 15.1908 6.96179 13.9477 6.5104C12.7047 6.05901 11.3887 5.83331 9.99979 5.83331C8.61091 5.83331 7.29493 6.05901 6.05188 6.5104C4.80882 6.96179 3.68729 7.5972 2.68729 8.41665C2.40952 8.63887 2.09702 8.74651 1.74979 8.73956C1.40257 8.73262 1.11091 8.61109 0.874794 8.37498C0.624794 8.12498 0.506739 7.82637 0.520628 7.47915C0.534517 7.13192 0.68035 6.84026 0.958128 6.60415C2.18035 5.56248 3.55882 4.75692 5.09354 4.18748C6.62827 3.61804 8.26368 3.33331 9.99979 3.33331Z",fill:n})}),WC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8748 18.25L8.62479 10.9583C8.19424 11.0556 7.78104 11.1875 7.38521 11.3542C6.98938 11.5208 6.61785 11.7222 6.27063 11.9583C5.97896 12.1528 5.65604 12.2535 5.30188 12.2604C4.94771 12.2674 4.65257 12.1458 4.41646 11.8958C4.16646 11.6458 4.05188 11.3438 4.07271 10.9896C4.09354 10.6354 4.24285 10.3542 4.52063 10.1458C4.84007 9.90972 5.17688 9.69445 5.53104 9.5C5.88521 9.30556 6.24979 9.125 6.62479 8.95833L4.74979 7.08333C4.38868 7.27778 4.03799 7.48264 3.69771 7.69792C3.35743 7.9132 3.02757 8.14583 2.70813 8.39583C2.43035 8.61806 2.11438 8.72917 1.76021 8.72917C1.40604 8.72917 1.11091 8.60417 0.874794 8.35417C0.624794 8.10417 0.506739 7.80556 0.520628 7.45833C0.534517 7.11111 0.68035 6.82639 0.958128 6.60417C1.26368 6.35417 1.57618 6.11458 1.89563 5.88542C2.21507 5.65625 2.55535 5.44444 2.91646 5.25L1.74979 4.08333C1.59702 3.93056 1.52063 3.73611 1.52063 3.5C1.52063 3.26389 1.59702 3.06944 1.74979 2.91667C1.90257 2.76389 2.09702 2.6875 2.33313 2.6875C2.56924 2.6875 2.76368 2.76389 2.91646 2.91667L17.0623 17.0625C17.229 17.2292 17.3123 17.4271 17.3123 17.6563C17.3123 17.8854 17.229 18.0833 17.0623 18.25C16.8956 18.4028 16.6977 18.4826 16.4685 18.4896C16.2394 18.4965 16.0415 18.4167 15.8748 18.25ZM9.99979 17.5C9.41646 17.5 8.92341 17.2951 8.52063 16.8854C8.11785 16.4757 7.91646 15.9861 7.91646 15.4167C7.91646 14.8333 8.11785 14.3403 8.52063 13.9375C8.92341 13.5347 9.41646 13.3333 9.99979 13.3333C10.5831 13.3333 11.0762 13.5347 11.479 13.9375C11.8817 14.3403 12.0831 14.8333 12.0831 15.4167C12.0831 15.9861 11.8817 16.4757 11.479 16.8854C11.0762 17.2951 10.5831 17.5 9.99979 17.5ZM15.6873 11.7708C15.4651 11.9931 15.2047 12.1007 14.906 12.0938C14.6074 12.0868 14.347 11.9722 14.1248 11.75L13.9165 11.5417L13.7081 11.3333L11.7081 9.33333C11.5276 9.15278 11.4929 8.96528 11.604 8.77083C11.7151 8.57639 11.9095 8.51389 12.1873 8.58333C12.8123 8.73611 13.406 8.95139 13.9685 9.22917C14.531 9.50695 15.0554 9.83333 15.5415 10.2083C15.7915 10.4028 15.9338 10.6563 15.9685 10.9688C16.0033 11.2813 15.9095 11.5486 15.6873 11.7708ZM19.1248 8.35417C18.8887 8.60417 18.597 8.73264 18.2498 8.73958C17.9026 8.74653 17.5901 8.63889 17.3123 8.41667C16.3123 7.59722 15.1908 6.96181 13.9477 6.51042C12.7047 6.05903 11.3887 5.83333 9.99979 5.83333C9.70813 5.83333 9.42688 5.84375 9.15604 5.86458C8.88521 5.88542 8.61091 5.91667 8.33313 5.95833C7.98591 6.01389 7.67341 5.94097 7.39563 5.73958C7.11785 5.53819 6.95118 5.26389 6.89563 4.91667C6.84007 4.56944 6.91646 4.25694 7.12479 3.97917C7.33313 3.70139 7.61091 3.53472 7.95813 3.47917C8.29146 3.42361 8.62827 3.38542 8.96854 3.36458C9.30882 3.34375 9.65257 3.33333 9.99979 3.33333C11.7359 3.33333 13.3713 3.62153 14.906 4.19792C16.4408 4.77431 17.8192 5.56944 19.0415 6.58333C19.3192 6.81945 19.4651 7.11111 19.479 7.45833C19.4928 7.80556 19.3748 8.10417 19.1248 8.35417Z",fill:n})}),qC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49984 18.3333V17.5C7.49984 17.0556 7.6665 16.684 7.99984 16.3854C8.33317 16.0868 8.72206 15.9028 9.1665 15.8333V9.87501C8.86095 9.7639 8.59359 9.60418 8.36442 9.39584C8.13525 9.18751 7.94428 8.94445 7.7915 8.66668L6.20817 9.08334C5.70817 9.19445 5.23248 9.15279 4.78109 8.95834C4.3297 8.7639 4.0415 8.43057 3.9165 7.95834L7.5415 7.04168C7.65261 6.47223 7.9165 6.00001 8.33317 5.62501C8.74984 5.25001 9.24984 5.04168 9.83317 5.00001L10.3332 3.12501C10.4721 2.6389 10.7394 2.25348 11.1353 1.96876C11.5311 1.68404 11.9721 1.59723 12.4582 1.70834L11.4165 5.45834C11.7637 5.68057 12.0311 5.97223 12.2186 6.33334C12.4061 6.69446 12.4998 7.08334 12.4998 7.50001C12.4998 7.68057 12.479 7.85765 12.4373 8.03126C12.3957 8.20487 12.3471 8.37501 12.2915 8.54168L13.4165 9.70834C13.7637 10.0695 13.9686 10.4931 14.0311 10.9792C14.0936 11.4653 13.9582 11.875 13.6248 12.2083L11.1248 9.70834C11.0832 9.75001 11.038 9.78126 10.9894 9.80209C10.9408 9.82293 10.8887 9.84723 10.8332 9.87501V15.8333C11.2776 15.9028 11.6665 16.0868 11.9998 16.3854C12.3332 16.684 12.4998 17.0556 12.4998 17.5V18.3333H7.49984ZM9.99984 8.75001C10.3471 8.75001 10.6422 8.62848 10.8853 8.38543C11.1283 8.14237 11.2498 7.84723 11.2498 7.50001C11.2498 7.15279 11.1283 6.85765 10.8853 6.61459C10.6422 6.37154 10.3471 6.25001 9.99984 6.25001C9.65261 6.25001 9.35748 6.37154 9.11442 6.61459C8.87136 6.85765 8.74984 7.15279 8.74984 7.50001C8.74984 7.84723 8.87136 8.14237 9.11442 8.38543C9.35748 8.62848 9.65261 8.75001 9.99984 8.75001Z",fill:n})}),YC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.08333 8.75H6.25C6.01389 8.75 5.81597 8.67014 5.65625 8.51042C5.49653 8.35069 5.41667 8.15278 5.41667 7.91667C5.41667 7.68056 5.49653 7.48264 5.65625 7.32292C5.81597 7.16319 6.01389 7.08333 6.25 7.08333H7.08333V6.25C7.08333 6.01389 7.16319 5.81597 7.32292 5.65625C7.48264 5.49653 7.68056 5.41667 7.91667 5.41667C8.15278 5.41667 8.35069 5.49653 8.51042 5.65625C8.67014 5.81597 8.75 6.01389 8.75 6.25V7.08333H9.58333C9.81944 7.08333 10.0174 7.16319 10.1771 7.32292C10.3368 7.48264 10.4167 7.68056 10.4167 7.91667C10.4167 8.15278 10.3368 8.35069 10.1771 8.51042C10.0174 8.67014 9.81944 8.75 9.58333 8.75H8.75V9.58333C8.75 9.81944 8.67014 10.0174 8.51042 10.1771C8.35069 10.3368 8.15278 10.4167 7.91667 10.4167C7.68056 10.4167 7.48264 10.3368 7.32292 10.1771C7.16319 10.0174 7.08333 9.81944 7.08333 9.58333V8.75ZM7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.0694 15.9028 17.1458 16.0972 17.1458 16.3333C17.1458 16.5694 17.0694 16.7639 16.9167 16.9167C16.7639 17.0694 16.5694 17.1458 16.3333 17.1458C16.0972 17.1458 15.9028 17.0694 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z",fill:n})}),QC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 8.75C6.43056 8.75 6.23264 8.67014 6.07292 8.51042C5.91319 8.35069 5.83333 8.15278 5.83333 7.91667C5.83333 7.68056 5.91319 7.48264 6.07292 7.32292C6.23264 7.16319 6.43056 7.08333 6.66667 7.08333H9.16667C9.40278 7.08333 9.60069 7.16319 9.76042 7.32292C9.92014 7.48264 10 7.68056 10 7.91667C10 8.15278 9.92014 8.35069 9.76042 8.51042C9.60069 8.67014 9.40278 8.75 9.16667 8.75H6.66667ZM7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.0694 15.9028 17.1458 16.0972 17.1458 16.3333C17.1458 16.5694 17.0694 16.7639 16.9167 16.9167C16.7639 17.0694 16.5694 17.1458 16.3333 17.1458C16.0972 17.1458 15.9028 17.0694 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z",fill:n})}),b3={add:d6,"alt-route":x6,apps:H6,"arrow-alt-down":M6,"arrow-alt-down-left":f6,"arrow-alt-down-right":Z6,"arrow-alt-left":j6,"arrow-alt-right":m6,"arrow-alt-up":B6,"arrow-alt-up-left":S6,"arrow-alt-up-right":b6,"arrow-angle-down-left":_6,"arrow-angle-down-right":y6,"arrow-angle-up-left":O6,"arrow-angle-up-right":N6,"arrow-chevron-down":F6,"arrow-chevron-left":k6,"arrow-chevron-right":I6,"arrow-chevron-up":A6,"arrow-double-down":C5,"arrow-double-left":e5,"arrow-double-right":t5,"arrow-double-up":n5,"arrow-down":r5,"arrow-down-left":o5,"arrow-down-right":s5,"arrow-drop-down":l5,"arrow-drop-up":i5,"arrow-left":c5,"arrow-right":a5,"arrow-up":d5,"arrow-up-left":w5,"arrow-up-right":u5,asterisk:V5,"attach-file":L5,"battery-alt-empty":Z5,"battery-alt-full":j5,"battery-charging":m5,"battery-empty":b5,"battery-full":_5,bluetooth:y5,"bluetooth-off":O5,"chart-bar":d7,"chart-bar-stacked":w7,check:j7,"check-indeterminate":S7,"check-small":b7,"checkbox-empty":_7,close:A7,compare:Y7,"copy-all":Q7,"crisis-alert":C9,cut:e9,download:g9,"download-done":v9,"drag-handle":p9,"drag-indicator":H9,exclamation:S9,"explore-travel":N9,"external-link":F9,filter:G9,"filter-off":X9,"first-page":e2,forward:M2,fullscreen:f2,"fullscreen-exit":Z2,history:A2,"hourglass-empty":T2,"info-i":X2,language:s4,"last-page":c4,link:M4,"link-off":f4,list:Z4,"location-disabled":B4,login:T4,logout:E4,menu:W4,"menu-open":q4,monitoring:r8,"more-down":o8,"more-horiz":s8,"more-up":l8,"more-vert":i8,ohm:h8,"open-in-full":p8,paste:L8,"play-pause":O8,"power-input":F8,"power-plug":R8,"power-settings":E8,"priority-high":X8,public:J8,publish:C0,"question-mark":e0,radar:t0,"radio-button-empty":n0,redo:r0,reload:o0,remove:s0,reply:l0,"reply-all":i0,route:u0,search:x0,"side-navigation":f0,sort:_0,"support-agent":E0,timeline:$0,"trending-down":G0,"trending-flat":W0,"trending-up":q0,tune:Y0,undo:J0,upload:CC,water:zC,"water-alt":$C,wifi:GC,"wifi-off":WC,windmill:qC,"zoom-in":YC,"zoom-out":QC},_3={"add-circle":[u6,w6],"admin-panel-settings":[v6,g6],analytics:[p6,h6],archive:[L6,V6],"arrow-circle-chevron-down":[D6,R6],"arrow-circle-chevron-left":[E6,T6],"arrow-circle-chevron-right":[z6,P6],"arrow-circle-chevron-up":[K6,$6],"arrow-circle-down":[G6,U6],"arrow-circle-left":[q6,W6],"arrow-circle-right":[Q6,Y6],"arrow-circle-up":[J6,X6],article:[v5,g5],"assignment-complete":[h5,x5],assignment:[H5,p5],"battery-alert":[f5,M5],"battery-charging-full":[S5,B5],"bolt-alt-circle":[F5,N5],"bolt-alt":[I5,k5],"bolt-circle":[R5,A5],bolt:[T5,D5],bookmark:[P5,E5],bookmarks:[$5,z5],build:[U5,K5],"calendar-available":[W5,G5],"calendar-busy":[Y5,q5],"calendar-month":[X5,Q5],"calendar-today":[C7,J5],call:[t7,e7],cancel:[r7,n7],category:[s7,o7],"chart-add":[i7,l7],"chart-area":[a7,c7],"chart-pie":[g7,u7],"chart-table":[x7,v7],"chat-alt":[p7,h7],"chat-alt-unread":[V7,H7],chat:[M7,L7],"chat-unread":[Z7,f7],"check-circle":[B7,m7],checkbox:[F7,y7],"checkbox-indeterminate":[N7,O7],clock:[I7,k7],"cloud-download":[D7,R7],cloud:[z7,T7],"cloud-off":[P7,E7],"cloud-upload":[K7,$7],"comment-add":[G7,U7],comment:[q7,W7],copy:[J7,X7],dangerous:[n9,t9],dashboard:[o9,r9],database:[l9,s9],delete:[c9,i9],desktop:[d9,a9],devices:[u9,w9],draft:[h9,x9],eco:[L9,V9],edit:[f9,M9],"electric-meter":[j9,Z9],error:[B9,m9],explore:[O9,b9],"explore-off":[y9,_9],"fast-forward":[I9,k9],"fast-rewind":[R9,A9],feedback:[T9,D9],"file-copy":[P9,E9],"file-download":[$9,z9],"file-upload":[U9,K9],"filter-alt":[Q9,W9],"filter-alt-off":[Y9,q9],fire:[C2,J9],"fit-screen":[n2,t2],flag:[o2,r2],flash:[c2,s2],"flash-off":[i2,l2],"folder-add":[d2,a2],folder:[h2,w2],"folder-move":[g2,u2],"folder-open":[x2,v2],"folder-shared":[H2,p2],forum:[L2,V2],"group-add":[m2,j2],group:[S2,B2],groups:[_2,b2],headphones:[O2,y2],heart:[F2,N2],help:[I2,k2],home:[D2,R2],hourglass:[P2,E2],"image-broken":[$2,z2],image:[W2,K2],"image-gallery":[G2,U2],inbox:[Y2,q2],info:[J2,Q2],keep:[n4,C4],"keep-off":[t4,e4],label:[o4,r4],laptop:[i4,l4],"left-panel-close":[d4,a4],"left-panel-open":[u4,w4],"light-off":[v4,g4],"lightbulb-alt":[h4,x4],"lightbulb-circle":[H4,p4],lightbulb:[L4,V4],"list-alt":[m4,j4],"location-me":[b4,S4],"location-off":[y4,_4],"location-on":[N4,O4],lock:[D4,F4],"lock-open":[I4,k4],"lock-open-right":[R4,A4],mail:[z4,P4],"mail-unread":[K4,$4],map:[G4,U4],mic:[J4,Y4],"mic-off":[X4,Q4],"mode-dark":[e8,C8],"mode-light":[n8,t8],notification:[g8,c8],"notification-important":[d8,a8],"notification-off":[u8,w8],"notification-unread":[x8,v8],palette:[V8,H8],"pause-circle":[f8,M8],pause:[j8,Z8],"photo-camera":[B8,m8],"play-circle":[b8,S8],play:[y8,_8],power:[A8,N8],"power-off":[I8,k8],"power-plug-connect":[T8,D8],"power-settings-circle":[z8,P8],"power-solar":[K8,$8],"power-switch":[G8,U8],"power-wind":[q8,W8],print:[Q8,Y8],"right-panel-close":[a0,c0],"right-panel-open":[w0,d0],save:[v0,g0],send:[p0,h0],settings:[V0,H0],share:[M0,L0],"skip-next":[j0,Z0],"skip-previous":[B0,m0],smartphone:[b0,S0],star:[O0,y0],"sticky-note":[F0,N0],"stop-circle":[I0,k0],stop:[R0,A0],subtitles:[T0,D0],"text-snippet":[z0,P0],"trash-restore":[U0,K0],unarchive:[X0,Q0],"user-add":[tC,eC],"user-circle":[rC,nC],user:[sC,oC],"user-settings":[iC,lC],verified:[aC,cC],"video-camera":[gC,dC],"video-camera-off":[uC,wC],"video-gallery":[xC,vC],"view-agenda":[pC,hC],"view-column":[VC,HC],"view-grid":[MC,LC],"view-kanban":[ZC,fC],"view-module":[mC,jC],"view-timeline":[SC,BC],"visibility-hide":[_C,bC],"visibility-show":[OC,yC],"volume-down":[FC,NC],"volume-mute":[IC,kC],"volume-off":[RC,AC],"volume-up":[TC,DC],warning:[PC,EC],waterdrop:[UC,KC]};function b1(C){return a6(C,b3,_3)}const k=({name:C,size:t,color:n,appearance:r,...s})=>{if(b1(C)){const o=_3[C];if(o){const[l,c]=o;return r==="filled"?e.jsx(c,{width:t,height:t,fill:n,...s}):e.jsx(l,{width:t,height:t,fill:n,...s})}else{const l=b3[C];return e.jsx(l,{width:t,height:t,fill:n,...s})}}else return console.warn(`Icon: Invalid icon name "${C}". Please use a valid icon key.`),null};function y3(C){var t,n,r="";if(typeof C=="string"||typeof C=="number")r+=C;else if(typeof C=="object")if(Array.isArray(C)){var s=C.length;for(t=0;t<s;t++)C[t]&&(n=y3(C[t]))&&(r&&(r+=" "),r+=n)}else for(n in C)C[n]&&(r&&(r+=" "),r+=n);return r}function XC(){for(var C,t,n=0,r="",s=arguments.length;n<s;n++)(C=arguments[n])&&(t=y3(C))&&(r&&(r+=" "),r+=t);return r}function R(...C){return XC(...C)}const JC="_badgeContainer_3v2tn_1",Ce="_badge_3v2tn_1",ee="_hidden_3v2tn_14",te="_countOverflow_3v2tn_63",Q={badgeContainer:JC,badge:Ce,hidden:ee,countOverflow:te},W=i.forwardRef(({badgeType:C="brand",size:t="m",content:n="number",count:r,icon:s="notification",children:o,...l},c)=>{var g;if(n=="icon"&&s&&!b1(s))return console.warn(`Badge: Invalid icon name "${s}". Please use a valid icon key.`),null;const a=i6(t),d=B3({size:t,content:n,iconSize:a}),w=S3({size:t,content:n,count:r}),v=c6({size:t,content:n,count:r,iconSize:a}),x=w&&((g=Q1(r))==null?void 0:g.length)>2;return o?e.jsxs("div",{ref:c,className:Q.badgeContainer,...l,children:[e.jsxs("div",{"data-badge-type":C,"data-size":t,"data-testid":"badge",className:R(Q.badge,v?"":Q.hidden,x?Q.countOverflow:""),children:[d&&e.jsx(k,{name:s,className:Q.icon,size:a}),w&&e.jsx("span",{className:Q.count,children:Q1(r)},r)]}),o]}):e.jsx("div",{ref:c,className:Q.badgeContainer,...l,children:e.jsxs("div",{"data-simple-badge":"true","data-badge-type":C,"data-size":t,"data-testid":"badge",className:R(Q.badge,v?"":Q.hidden,x?Q.countOverflow:""),children:[d&&e.jsx(k,{name:s,className:Q.icon,size:a}),w&&e.jsx("span",{className:Q.count,children:Q1(r)},r)]})})}),y1=(C,t=300)=>{const[n,r]=i.useState(C),[s,o]=i.useState(C);return i.useEffect(()=>{if(C)n||(r(!0),o(!1),requestAnimationFrame(()=>{requestAnimationFrame(()=>o(!0))}));else{o(!1);const l=setTimeout(()=>{r(!1)},t);return()=>clearTimeout(l)}},[C,t,n]),{shouldRender:n,isAnimating:s}},u3={s:16,m:20,l:24},ne={s:"m",m:"m",l:"l"},re="_button_3bzxf_1",oe="_label_3bzxf_169",X1={button:re,label:oe},k1=i.forwardRef(({size:C="m",label:t,variant:n="primary",className:r="",onClick:s,type:o="button",badgeContent:l,badgeCount:c,badgeType:a,badgeIcon:d,icon:w,iconPosition:v="left",iconColor:x,iconAppearance:g,...h},M)=>{const V=c>0&&l==="number"||l==="icon"&&d,H=C==="s"?16:C==="m"?20:24,m=e.jsxs(e.Fragment,{children:[w&&v==="left"&&e.jsx(k,{name:w,size:H,color:x,appearance:g}),e.jsx("span",{"data-size":C,className:X1.label,children:t}),w&&v==="right"&&e.jsx(k,{name:w,size:H,color:x,appearance:g})]});return V?e.jsx(W,{badgeType:a,size:ne[C],content:C==="s"?"empty":l,count:c,icon:d,children:e.jsx("button",{ref:M,type:o,className:R(X1.button,r),"data-size":C,"data-variant":n,onClick:s,...h,children:m})}):e.jsx("button",{ref:M,type:o,className:R(X1.button,r),"data-size":C,"data-variant":n,onClick:s,...h,children:m})}),g3={"icon-button":"_icon-button_1w2tu_1"},r1=i.forwardRef(({size:C="m",variant:t="primary",className:n="",onClick:r,type:s="button",name:o,appearance:l,compactSpacing:c,badgeContent:a,badgeCount:d,badgeType:w,badgeIcon:v,...x},g)=>b1(o)?d>0&&a==="number"||a==="icon"&&v?e.jsx(W,{badgeType:w,size:C,content:C==="s"?"empty":a,count:d,icon:v,children:e.jsx("button",{ref:g,type:s,className:R(g3["icon-button"],n),"data-size":C,"data-variant":t,"data-compact-spacing":c,onClick:r,...x,children:e.jsx(k,{name:o,appearance:l,size:u3[C]})})}):e.jsx("button",{ref:g,type:s,className:R(g3["icon-button"],n),"data-size":C,"data-variant":t,"data-compact-spacing":c,onClick:r,...x,children:e.jsx(k,{name:o,appearance:l,size:u3[C]})}):(console.warn(`IconButton: Invalid icon name "${o}". Please use a valid icon key.`),null)),se="_banner_vvnzx_1",L1={banner:se,"banner-icon":"_banner-icon_vvnzx_44","banner-close-icon":"_banner-close-icon_vvnzx_52","banner-content":"_banner-content_vvnzx_55","banner-title":"_banner-title_vvnzx_65","banner-message":"_banner-message_vvnzx_77"},le=i.forwardRef(({title:C,message:t,type:n="alert",closable:r=!1,onClose:s,position:o="push",actionCallback:l,actionLabel:c,className:a="",isOpen:d=!0,...w},v)=>{const[x,g]=i.useState(d),h=n==="error"?"alert":"status",{shouldRender:M,isAnimating:V}=y1(x,200),H={info:"info",error:"dangerous",success:"check-circle",warning:"warning"};if(i.useEffect(()=>{g(d)},[d]),r===!1&&o==="overlay")return console.warn("Banner: 'closable' and 'onClose' props must be set when 'position' has 'overlay' value."),null;const m=()=>{g(!1),s==null||s()};return M&&e.jsxs("section",{role:h,className:R(L1.banner,a),ref:v,"data-type":n,"data-position":o,"data-open":V||void 0,...w,children:[e.jsx("div",{className:L1["banner-icon"],children:e.jsx(k,{name:H[n],size:32})}),e.jsxs("div",{className:L1["banner-content"],children:[C&&e.jsx("span",{className:L1["banner-title"],children:C}),t&&e.jsx("div",{className:L1["banner-message"],children:e.jsx("span",{children:t})})]}),l&&c&&e.jsx(k1,{label:c,onClick:l,variant:"text","aria-label":c,size:"s"}),r&&e.jsx("div",{className:L1["banner-close-icon"],children:e.jsx(r1,{variant:"neutral",name:"close",onClick:m,"aria-label":"close banner"})})]})}),ie="Fil d'Ariane",O3=3,ce=2;function ae(C,t=O3,n=ce){if(N3(C,t))return{root:C[0],truncated:C.slice(1,C.length-n),remaining:C.slice(C.length-n)};throw new Error(`Breadcrumbs: 'items' should have at least ${t} items.`)}function N3(C,t=O3){return C.length>t}const de=150;let M1={};const v1={};class t1{static generateId(){return`dropdown-${Math.random().toString(36).substring(2,9)}`}static isOpen(t){return M1[t]||!1}static open(t){M1[t]=!0,this.notifyListeners(t)}static close(t){delete M1[t],this.notifyListeners(t)}static closeAll(){M1={},Object.values(v1).flat().forEach(t=>t())}static getOpenedDropdowns(){return Object.keys(M1)}static getParentDropdownId(t){const n=t.split("-");return n.length<=2?null:(n.pop(),n.join("-"))}static closeSubMenus(t){Object.keys(M1).filter(s=>s.startsWith(t)&&s!==t).forEach(s=>t1.close(s))}static subscribe(t,n){return v1[t]||(v1[t]=[]),v1[t].push(n),()=>{v1[t]=v1[t].filter(r=>r!==n)}}static notifyListeners(t){var n;(n=v1[t])==null||n.forEach(r=>r())}}const F3=(C,t,n,r=0,s=!1)=>{let o;const l=C.getBoundingClientRect();if(s){const c=C.parentElement;if(!c)return n;const a=parseInt(getComputedStyle(t).getPropertyValue("max-width")),d=parseInt(getComputedStyle(t).getPropertyValue("max-height")),w=c.getBoundingClientRect();o={top:l.top-w.top>d+r,right:w.right-l.right>a+r,bottom:w.bottom-l.bottom>=d+r,left:l.left-w.left>a+r}}else{const c=t.getBoundingClientRect();o={top:c.height+r<l.top,right:c.width+r<window.innerWidth-l.right,bottom:c.height+r<window.innerHeight-l.bottom,left:c.width+r<l.left}}return o.top?"top":o.bottom?"bottom":o.left?"left":o.right?"right":n},v3=(C,t,n,r=0,s=!1)=>{const o=C.getBoundingClientRect(),l=t.getBoundingClientRect(),c={top:l.height+r<o.top,right:l.width+r<window.innerWidth-o.right,bottom:l.height+r<window.innerHeight-o.bottom,left:l.width+r<o.left};return s?we(c,n):ue(c,n)},we=(C,t)=>C.right?"right":C.left?"left":C.bottom?"bottom":C.top?"top":t,ue=(C,t)=>C.bottom?"bottom":C.right?"right":C.left?"left":C.top?"top":t,i3=(C,t,n)=>{const r="center";if(!C.parentElement)return r;const o=C.getBoundingClientRect(),l=t.getBoundingClientRect(),c={end:n==="top"||n==="bottom"?o.right>=l.width:window.innerHeight-o.bottom>=l.height,start:n==="top"||n==="bottom"?window.innerWidth-o.left>=l.width:window.innerHeight-o.top>=l.height};return c.start?"start":c.end?"end":r},G1=(C,t,n,r=0,s="center")=>{const o=t.getBoundingClientRect(),l=n.getBoundingClientRect();return C==="bottom"?ge(o,l,r,s):C==="left"?ve(o,l,r,s):C==="right"?xe(o,l,r,s):he(o,l,r,s)},ge=(C,t,n,r)=>{const s=C.bottom+n+window.scrollY;let o=0;return r==="start"?o=C.left+window.scrollX:r==="end"?o=C.right-t.width+window.scrollX:o=C.left+C.width/2-t.width/2+window.scrollX,{top:s,left:o}},ve=(C,t,n,r)=>{const s=C.left-t.width-n+window.scrollX;let o=0;return r==="start"?o=C.top+window.scrollY:r==="end"?o=C.bottom-t.height+window.scrollY:o=C.top+C.height/2-t.height/2+window.scrollY,{top:o,left:s}},xe=(C,t,n,r)=>{const s=C.right+n+window.scrollX;let o=0;return r==="start"?o=C.top+window.scrollY:r==="end"?o=C.bottom-t.height+window.scrollY:o=C.top+C.height/2-t.height/2+window.scrollY,{top:o,left:s}},he=(C,t,n,r)=>{const s=C.top-t.height-n+window.scrollY;let o=0;return r==="start"?o=C.left+window.scrollX:r==="end"?o=C.right-t.width+window.scrollX:o=C.left+C.width/2-t.width/2+window.scrollX,{top:s,left:o}},q=" ",P="Enter",_1="Tab",x3="Backspace",h3="Delete",K1="ArrowLeft",U1="ArrowRight",I1="ArrowUp",H1="ArrowDown",A1="Escape",z1=()=>{},V1=(C={},t={})=>{const{id:n,interactiveKeyCodes:r}=t,{onKeyDown:s=z1,onKeyUp:o=z1,onBlur:l=z1,onFocus:c=z1}=C,a=i.useRef(r??[q,P]);return{onKeyDown:g=>{var h;(h=a.current)!=null&&h.includes(g.key)&&(!n||g.target.id===n)&&(g.preventDefault(),s(g))},onKeyUp:g=>{var h;(h=a.current)!=null&&h.includes(g.key)&&(!n||g.target.id===n)&&o(g)},onBlur:()=>{l()},onFocus:()=>{c()}}},pe="_horizontal_1wa9l_1",He="_vertical_1wa9l_29",p3={horizontal:pe,vertical:He},n1=i.forwardRef(({orientation:C="horizontal",thickness:t="light",appearance:n="default",endPoint:r="round",...s},o)=>C==="horizontal"?e.jsx("hr",{ref:o,className:p3.horizontal,"data-thickness":t,"data-appearance":n,"data-end-point":r,...s}):e.jsx("div",{ref:o,role:"separator",className:p3.vertical,"data-thickness":t,"data-appearance":n,"data-end-point":r,...s})),E1=({children:C,freezeNavigation:t})=>{const[n,r]=i.useState(null);return i.useEffect(()=>{let s=document.getElementById("overlay-root");s||(s=document.createElement("div"),s.setAttribute("id","overlay-root"),document.body.appendChild(s),t&&(document.body.style.overflow="hidden",s.style.position="fixed",s.style.width="100%",s.style.height="100%",s.style.top="0",s.style.left="0",s.style.zIndex="999")),r(s);const{parentNode:o,children:l}=s;return()=>{if(o&&!l.length){t&&(document.body.style.overflow="unset");const c=o.querySelector("#overlay-root");c&&o.removeChild(c)}}},[t]),n?e.jsx(e.Fragment,{children:n6.createPortal(C,n)}):null},d3=i.createContext(void 0),Ve=({dropdownId:C,closeRoot:t,autoClose:n=!0,children:r})=>e.jsx(d3.Provider,{value:{dropdownId:C,closeRoot:t,autoClose:n},children:r}),Le="_trigger_19dwi_1",Me="_dropdown_19dwi_13",f1={trigger:Le,dropdown:Me,"dropdown-menu-header":"_dropdown-menu-header_19dwi_39","dropdown-menu-content":"_dropdown-menu-content_19dwi_39","dropdown-menu-footer":"_dropdown-menu-footer_19dwi_39","dropdown-items":"_dropdown-items_19dwi_42"},H3=C=>{var r;const t=I3(C),n=t.findIndex(s=>s===document.activeElement);n<t.length-1?t[n+1].focus():(r=t[0])==null||r.focus()},fe=C=>{var r;const t=I3(C),n=t.findIndex(s=>s===document.activeElement);n>0?t[n-1].focus():(r=t[t.length-1])==null||r.focus()},k3=C=>{var r;const t=C?CSS.escape(C):null;if(!t)return;const n=document.querySelector(`[data-dropdown-id='${t}']`);n&&((r=(n==null?void 0:n.querySelectorAll('li[role="menuitem"]'))[0])==null||r.focus())},Ze=C=>{var s;const t=t1.getParentDropdownId(C),n=t?CSS.escape(t):null;if(!n)return;const r=document.querySelector(`[data-dropdown-id='${n}']`);(s=r==null?void 0:r.querySelector("[data-active=true]"))==null||s.focus()},I3=C=>{const t=C==null?void 0:C.querySelectorAll('li[role="menuitem"]');return t?Array.from(t):[]},A3=C=>{const t=i.useRef(C||t1.generateId()),[n,r]=i.useState(!1);i.useEffect(()=>t1.subscribe(t.current,()=>{r(t1.isOpen(t.current))}),[]);const s=()=>{t1.open(t.current)},o=()=>{t1.close(t.current)},l=()=>{n?o():s()};return{dropdownId:t.current,isOpen:n,open:s,close:o,toggle:l}},P1=i.forwardRef(({trigger:C,className:t,style:n,dropdownId:r,hasParent:s,position:o="bottom",autoClose:l=!0,isOpen:c=!1,onClose:a=()=>{},children:d,offset:w=0,alignment:v="start",autofocus:x=!0,header:g,footer:h,...M},V)=>{const{dropdownId:H}=A3(r),[m,O]=i.useState(o),{closeRoot:B}=i.useContext(d3)||{},u=i.useRef(null),Z=i.useRef(null),[S,N]=i.useState(null),[b,_]=i.useState(null),[j,f]=i.useState({top:500,left:500}),{shouldRender:y,isAnimating:p}=y1(c,de),L=i.useCallback(I=>{Z.current=I,N(I),typeof V=="function"?V(I):V&&(V.current=I)},[V]),F=i.useCallback(I=>{u.current=I,_(I)},[]),D=i.useCallback(()=>{s&&B?B():a(),t1.closeAll()},[B,s,a]),T=I=>{if(I.key===H1||I.key===I1){if(I.stopPropagation(),I.preventDefault(),S===null)return;I.key===H1?H3(S):fe(S)}},$=I=>{I.key===A1&&D()},A=I=>{if(I.key===_1){if(S===null)return;I.preventDefault(),H3(S)}},{onKeyDown:U,onKeyUp:o1}=V1({onKeyUp:$,onKeyDown:T},{interactiveKeyCodes:[P,_1,H1,I1,A1]});i.useEffect(()=>{const I=J=>{var c1;const C1=J.target,g1=document.querySelectorAll("[data-dropdown-id]");Array.from(g1).some(Y1=>Y1.contains(C1))||((c1=u.current)==null?void 0:c1.contains(C1))||D()};return document.addEventListener("mousedown",I),()=>document.removeEventListener("mousedown",I)},[D]);const E=i.useCallback((I,J)=>{const C1=v3(I,J,"right",w,!0),g1=i3(I,J,C1),z=G1(C1,I,J,w,g1);O(C1),f(z)},[w]),u1=i.useCallback((I,J,C1,g1)=>{const z=C1==="auto"?v3(I,J,"bottom"):C1,c1=g1??i3(I,J,z),Y1=G1(z,I,J,w,c1);O(z),f(Y1)},[w]);return i.useEffect(()=>{!b||!S||(s?E(b,S):u1(b,S,o,v))},[s,S,b,o,v,E,u1]),i.useEffect(()=>{c&&S&&x&&k3(H)},[c,H,S,x]),e.jsxs(Ve,{dropdownId:H,closeRoot:D,autoClose:l,children:[e.jsx("div",{ref:F,className:f1.trigger,tabIndex:-1,onKeyDown:A,children:C}),y&&e.jsx(E1,{children:e.jsxs("div",{className:R(f1.dropdown,t),"data-dropdown-id":H,"data-position":m,"data-open":p||void 0,...M,style:{...n,top:j.top,left:j.left},ref:L,onKeyUp:o1,onKeyDown:U,children:[g&&e.jsxs("div",{className:R(f1["dropdown-menu-header"],"rte-dropdown-menu-header"),children:[g,e.jsx(n1,{})]}),e.jsx("div",{className:R(f1["dropdown-menu-content"],"rte-dropdown-menu-content"),children:e.jsx("ul",{className:f1["dropdown-items"],role:"menu",children:d})}),h&&e.jsxs("div",{className:R(f1["dropdown-menu-footer"],"rte-dropdown-menu-footer"),children:[e.jsx(n1,{}),h]})]})})]})}),x1={"dropdown-item":"_dropdown-item_1wyeh_1","dropdown-divider":"_dropdown-divider_1wyeh_38"},R1=({label:C,link:t,leftIcon:n,trailingText:r,disabled:s,hasSeparator:o,hasIndent:l,children:c,badgeCount:a,badgeContent:d,badgeIcon:w,badgeType:v,badgeSize:x,showBadge:g,isSelected:h,onClick:M,...V})=>{const{dropdownId:H,autoClose:m,closeRoot:O}=i.useContext(d3)||{},B=`${H}-${C&&C.replace(/\s+/g,"")}`,{isOpen:u,open:Z}=A3(B),S=()=>{H&&(t1.closeSubMenus(H),Z())},N=()=>{H&&t1.closeSubMenus(H)};l&&n&&console.warn(`DropdownItem: 'hasIndent' prop is ignored when 'leftIcon' is provided : displaying icon '${n}' for dropdownitem with label '${C}' without indentation.`);const b=L=>{s||(M&&M(L),m&&O&&O())},_=L=>{if([q,P].includes(L.key))if(t){const F=L.currentTarget.querySelector("a");F&&F.click()}else{if(s)return;M&&b(L),c&&Z()}},j=L=>{L.preventDefault(),L.key===_1&&(u&&k3(B),L.shiftKey&&H&&Ze(H))},{onKeyUp:f,onFocus:y,onKeyDown:p}=V1({onKeyUp:j,onFocus:N,onKeyDown:_},{interactiveKeyCodes:[q,P,_1,H1,I1,A1]});return c?e.jsx(P1,{hasParent:!0,dropdownId:B,isOpen:u,trigger:e.jsxs(e.Fragment,{children:[e.jsxs("li",{className:x1["dropdown-item"],"data-active":u,"data-disabled":s,role:"menuitem",onMouseOver:S,onKeyUp:f,onKeyDown:p,onFocus:y,tabIndex:0,children:[l&&e.jsx("span",{style:{width:"20px"}}),n&&e.jsx(k,{name:n,className:x1["dropdown-item-icon"],appearance:u?"filled":"outlined"}),t?e.jsx("a",{href:t,style:{flex:"2",textDecoration:"none",color:"inherit"},children:C}):e.jsx("span",{style:{flex:"2"},children:C}),e.jsx(k,{name:"arrow-chevron-right",className:x1["dropdown-item-icon"]})]}),o&&e.jsx("div",{className:x1["dropdown-divider"],children:e.jsx(n1,{})})]}),children:c}):e.jsxs(e.Fragment,{children:[e.jsxs("li",{className:x1["dropdown-item"],"data-disabled":s,"data-active":h,role:"menuitem",onClick:b,onMouseOver:S,onKeyUp:f,onKeyDown:p,onFocus:y,tabIndex:0,...V,children:[l&&!n&&e.jsx("span",{style:{width:"20px"}}),n&&e.jsx(k,{name:n,className:x1["dropdown-item-icon"]}),t?e.jsx("a",{href:t,style:{flex:"2",textDecoration:"none",color:"inherit"},children:C}):e.jsx("span",{style:{flex:"2"},children:C}),r&&e.jsx("div",{children:r}),T1({showBadge:!!g,badgeContent:d,badgeCount:a,badgeIcon:w})&&e.jsx(W,{count:a,content:d,icon:w,badgeType:v,size:x})]}),o&&e.jsx("div",{className:x1["dropdown-divider"],children:e.jsx(n1,{})})]})},je="_link_1yg2q_1",me="_label_1yg2q_118",J1={link:je,"external-link-icon":"_external-link-icon_1yg2q_114",label:me},W1=i.forwardRef(({label:C,href:t,subtle:n=!1,externalLink:r=!1,className:s="",reverse:o,...l},c)=>e.jsxs("a",{ref:c,href:t,role:"link","aria-label":C,className:R(J1.link,s),"data-subtle":n,target:r?"_blank":void 0,rel:r?"noopener noreferrer":void 0,"data-reverse":o,...l,children:[e.jsx("span",{className:J1.label,children:C}),r&&e.jsx(k,{name:"external-link",size:12,className:J1["external-link-icon"]})]})),R3=4,Be=5,Se=150;function be(C,t=R3){return C?Be+t:t}const _e="_tooltip_jx6mx_1",ye="_tooltipLabel_jx6mx_22",C3={"tooltip-trigger":"_tooltip-trigger_jx6mx_1",tooltip:_e,tooltipLabel:ye},q1=i.forwardRef(({children:C,position:t="top",alignment:n="center",label:r,arrow:s=!0,className:o="",triggerStyles:l,shouldFocusTrigger:c=!0,gap:a=R3,...d},w)=>{const v=i.useRef(null),x=i.useRef(null),[g,h]=i.useState(null),[M,V]=i.useState(t),[H,m]=i.useState({top:0,left:0}),[O,B]=i.useState(!1),{shouldRender:u,isAnimating:Z}=y1(O,Se),S=i.useCallback(j=>{x.current=j,h(j),typeof w=="function"?w(j):w&&(w.current=j)},[w]),N=i.useCallback(()=>{if(O&&v.current&&g){const j=be(s,a),f=t==="auto"?F3(v.current,g,"top",j,!0):t,y=G1(f,v.current,g,j);V(f),m(y)}},[O,t,s,g,a]);i.useEffect(()=>(N(),window.addEventListener("scroll",N),()=>{window.removeEventListener("scroll",N)}),[N]);const b=()=>{B(!0)},_=()=>{B(!1)};return e.jsxs("div",{ref:v,className:C3["tooltip-trigger"],onMouseEnter:b,onMouseLeave:_,onFocus:b,onFocusCapture:c?void 0:b,onBlur:_,tabIndex:c?0:void 0,style:l,children:[C,u&&e.jsx(E1,{children:e.jsx("div",{ref:S,className:R(C3.tooltip,o),"data-position":M,"data-open":Z||void 0,"data-alignment":n,"data-arrow":s,style:{top:`${H.top}px`,left:`${H.left}px`},...d,children:r&&e.jsx("span",{role:"tooltip",className:C3.tooltipLabel,children:r})})})]})}),Oe="_breadcrumbItem_1ybl5_1",Ne={breadcrumbItem:Oe},e3=({item:C,isLast:t,breadcrumbItemMaxWidth:n})=>{const[r,s]=i.useState(!1),o=i.useRef(),l=i.useRef(null);i.useEffect(()=>{var h;l.current&&(o.current=(h=l.current.querySelector("a"))==null?void 0:h.scrollWidth)},[]),i.useEffect(()=>{(()=>{o.current&&n&&s(o.current>=n)})()},[n]);const{showBadge:c,badgeContent:a,badgeCount:d,badgeIcon:w,badgeType:v,badgeSize:x}=C,g=T1({showBadge:!!c,badgeContent:a,badgeCount:d,badgeIcon:w});return e.jsx("div",{className:Ne.breadcrumbItem,ref:l,children:t?e.jsx(e.Fragment,{children:r?e.jsxs(q1,{label:C.label,position:"bottom",alignment:"center",triggerStyles:{maxWidth:`${n}px`,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:[e.jsx("a",{role:"link","aria-label":C.label,"aria-current":"page",tabIndex:-1,style:{maxWidth:`${n}px`},children:C.label}),g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v,size:x})]}):e.jsxs(e.Fragment,{children:[e.jsx("a",{role:"link","aria-label":C.label,"aria-current":"page",tabIndex:0,style:{maxWidth:`${n}px`},children:C.label}),g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v})]})}):e.jsx(e.Fragment,{children:r?e.jsxs(q1,{label:C.label,position:"bottom",alignment:"center",triggerStyles:{maxWidth:`${n}px`,textOverflow:"ellipsis",whiteSpace:"nowrap"},shouldFocusTrigger:!1,children:[e.jsx(W1,{href:C.link,label:C.label,subtle:!0,style:{color:"var(--content-tertiary)",maxWidth:`${n}px`}})," ",g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v})]}):e.jsxs(e.Fragment,{children:[e.jsx(W1,{href:C.link,label:C.label,subtle:!0,style:{color:"var(--content-tertiary)",maxWidth:`${n}px`}}),g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v})]})})},C.link)},Fe="_breadcrumbsContainer_12g5q_1",ke="_breadcrumbItem_12g5q_7",Ie="_separator_12g5q_36",S1={breadcrumbsContainer:Fe,breadcrumbItem:ke,separator:Ie},t3=()=>e.jsx("span",{"aria-hidden":"true",className:S1.separator,children:"/"}),Ae=i.forwardRef(({items:C,ariaLabel:t=ie,breadcrumbItemMaxWidth:n,badgeContent:r,badgeCount:s,badgeIcon:o,badgeType:l,badgeSize:c,showBadge:a,...d},w)=>{const[v,x]=i.useState(!1);if(N3(C)){const{root:g,truncated:h,remaining:M}=ae(C);return e.jsxs("nav",{ref:w,className:R(S1.breadcrumbsContainer,h.length?S1.truncated:""),...d,role:"navigation","aria-label":t,children:[e.jsx(e3,{item:g,isLast:!1,breadcrumbItemMaxWidth:n}),e.jsx(t3,{}),e.jsx("span",{className:S1.breadcrumbItem,children:e.jsx(P1,{dropdownId:"breadcrumbs-truncated-list"+t,onClose:()=>{x(!1)},trigger:e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[e.jsx(r1,{name:"more-horiz","data-testid":"show-more",variant:"neutral",compactSpacing:!0,onClick:()=>x(!v)}),T1({showBadge:!!a,badgeContent:r,badgeCount:s,badgeIcon:o})&&e.jsx(W,{count:s,content:r,icon:o,badgeType:l,size:c})]}),isOpen:v,offset:6,children:h.map((V,H)=>e.jsx(R1,{label:V.label,link:V.link,badgeCount:V.badgeCount,badgeContent:V.badgeContent,badgeIcon:V.badgeIcon,badgeType:V.badgeType,showBadge:V.showBadge},V.label+H))})}),e.jsx("span",{"aria-hidden":"true",className:S1.separator,children:"/"}),M.map((V,H)=>e.jsxs(i.Fragment,{children:[e.jsx(e3,{item:V,isLast:H===M.length-1,breadcrumbItemMaxWidth:n}),H<M.length-1&&e.jsx(t3,{})]},V.label+H))]})}return e.jsx("nav",{ref:w,className:S1.breadcrumbsBadge,...d,role:"navigation","aria-label":"Fil d'Ariane",children:C.map((g,h)=>e.jsxs(i.Fragment,{children:[e.jsx(e3,{item:g,isLast:h===C.length-1,breadcrumbItemMaxWidth:n}),h<C.length-1&&e.jsx(t3,{})]},g.label+h))})}),Re={xs:240,s:360,m:480,l:600,xl:720},De="_card_1fr4q_1",Te={card:De},Ee=i.forwardRef(({size:C="m",cardType:t="default",clickable:n=!1,disabled:r=!1,children:s,onClick:o,style:l,...c},a)=>{const d=h=>{!r&&n&&(h.key===q||h.key===P)&&(h.preventDefault(),o==null||o())},w=()=>{!r&&n&&(o==null||o())},{onKeyDown:v,onKeyUp:x,onBlur:g}=V1({onKeyUp:d},{interactiveKeyCodes:[q,P]});return e.jsx("div",{ref:a,className:Te.card,style:{width:Re[C],...l},"data-card-type":t,"data-clickable":n,"data-disabled":r,tabIndex:n?0:-1,onClick:w,onKeyDown:v,onKeyUp:x,onBlur:g,...c,children:s})}),Pe="_container_sqob1_1",ze="_checkbox_sqob1_5",s1={container:Pe,checkbox:ze,"checkbox-text-container":"_checkbox-text-container_sqob1_52","checkbox-description":"_checkbox-description_sqob1_53","checkbox-icons":"_checkbox-icons_sqob1_68","checkbox-icon-selected":"_checkbox-icon-selected_sqob1_74","checkbox-icon-indeterminated":"_checkbox-icon-indeterminated_sqob1_95","checkbox-error":"_checkbox-error_sqob1_146"},D3=({id:C,label:t,showLabel:n,disabled:r,description:s,error:o,errorMessage:l,readOnly:c,indeterminate:a,...d})=>{const w=i.useRef(null);i.useEffect(()=>{w.current&&(w.current.indeterminate=!!a)},[a]);const v=x=>{x.code==="Space"&&c&&x.preventDefault()};return e.jsxs("div",{className:s1.container,children:[e.jsx("input",{type:"checkbox",id:C,className:s1.checkbox,disabled:r,ref:w,"data-read-only":c,"data-error":!!o,onKeyDown:v,...d}),e.jsx("div",{className:`${s1["checkbox-icon-selected"]} ${s1["checkbox-icons"]}`,children:e.jsx(k,{name:"check-small",size:16})}),e.jsx("div",{className:`${s1["checkbox-icon-indeterminated"]} ${s1["checkbox-icons"]}`,children:e.jsx(k,{name:"check-indeterminate",size:16})}),e.jsxs("div",{className:s1["checkbox-text-container"],"data-disabled":r,children:[n&&e.jsx("label",{htmlFor:C,children:t}),e.jsx("p",{className:s1["checkbox-description"],children:s}),o&&l&&e.jsx("p",{className:s1["checkbox-error"],children:l})]})]})},$e="_checkboxGroupContainer_1yuuw_1",Ke="_checkboxGroupHeader_1yuuw_9",Ue="_groupTitle_1yuuw_9",Ge="_groupHelpText_1yuuw_20",We="_errorMessage_1yuuw_32",qe="_checkboxGroup_1yuuw_1",Z1={checkboxGroupContainer:$e,checkboxGroupHeader:Ke,groupTitle:Ue,groupHelpText:Ge,errorMessage:We,checkboxGroup:qe},Ye=i.forwardRef(({items:C,direction:t="horizontal",showItemsLabel:n=!0,groupTitle:r="",showGroupTitle:s=!1,groupHelpText:o="",showHelpText:l=!1,errorMessage:c="",error:a=!1,disabled:d=!1,readOnly:w=!1,className:v="",...x},g)=>{if(!(d&&a))return e.jsxs("div",{ref:g,className:R(Z1.checkboxGroupContainer,v),...x,children:[e.jsxs("div",{className:Z1.checkboxGroupHeader,"data-error":a,"data-disabled":d,"data-read-only":w,children:[r&&s&&e.jsx("h3",{className:Z1.groupTitle,children:r}),o&&l&&e.jsx("p",{className:Z1.groupHelpText,children:o}),c&&a&&e.jsx("p",{className:Z1.errorMessage,children:c})]}),e.jsx("div",{className:Z1.checkboxGroup,"data-direction":t,children:C.map((h,M)=>e.jsx(D3,{id:`${h}-${M}`,label:h,showLabel:n,disabled:d,error:a,readOnly:w},`${h}-${M}`))})]})}),Qe={single:"radio",multi:"checkbox",input:"option"},Xe="_chip_7scg0_1",l1={chip:Xe,"chip-label":"_chip-label_7scg0_49","chip-icon-container":"_chip-icon-container_7scg0_70","chip-icon":"_chip-icon_7scg0_70","chip-icon--visible":"_chip-icon--visible_7scg0_90","chip-close-button":"_chip-close-button_7scg0_95","chip-close-button--icon":"_chip-close-button--icon_7scg0_124"},Je=i.forwardRef(({id:C,label:t,selected:n=!1,onClick:r,disabled:s=!1,type:o="single",className:l="",compactSpacing:c=!1,onClose:a,...d},w)=>{const v=i.useRef(null),x=H=>{if(H.key===q||H.key===P)H.preventDefault(),r==null||r(H);else if((H.key===x3||H.key===h3)&&a){if(o!=="input")return;H.preventDefault(),v.current&&v.current.click()}},{onBlur:g,onKeyDown:h,onKeyUp:M}=V1({onKeyUp:x},{id:C,interactiveKeyCodes:[q,P,x3,h3]}),V=o==="single"||o==="multi";return e.jsxs("span",{id:C,ref:w,role:Qe[o],className:R(l1.chip,l),"data-selected":V&&n,"data-disabled":s,"data-compact-spacing":c,"data-type":o,onClick:r,tabIndex:0,onKeyDown:h,onKeyUp:M,onBlur:g,"aria-checked":V&&n,"aria-disabled":s,...d,children:[o==="multi"&&e.jsxs("span",{className:l1["chip-icon-container"],children:[e.jsx("span",{className:R(l1["chip-icon"],n?l1["chip-icon--visible"]:""),"aria-hidden":!n,children:e.jsx(k,{name:"check-circle",appearance:"filled",size:16})}),e.jsx("span",{className:R(l1["chip-icon"],n?"":l1["chip-icon--visible"]),"aria-hidden":n,children:e.jsx(k,{name:"radio-button-empty",size:16})})]}),e.jsx("span",{className:l1["chip-label"],"data-type":o,children:t}),o==="input"&&e.jsx("button",{id:C+"-delete-button",type:"button",className:l1["chip-close-button"],onClick:a,disabled:s,"aria-label":`Supprimer ${t}`,value:t,ref:v,children:e.jsx(k,{className:l1["chip-close-button--icon"],name:"close"})})]})}),Ct=({children:C,className:t,xxs:n,xs:r,s,m:o,l,xl:c,...a})=>{const d=(v,x)=>x?`${v}-${x}`:"",w=R("col",d("col-xxs",n),d("col-xs",r),d("col-s",s),d("col-m",o),d("col-l",l),d("col-xl",c),t);return e.jsx("div",{className:w,...a,children:C})},T3=({gridType:C="fluid",className:t,children:n})=>{const r=R("grid",t);return e.jsx("div",{className:r,"data-gridtype":C,children:n})};T3.Col=Ct;const et=i.forwardRef(({selected:C,onClick:t,defaultSelected:n,...r},s)=>{const o=C!==void 0,[l,c]=i.useState(n??!1),a=o?C:l,d=w=>{w.preventDefault(),o||c(!a),t&&t(w)};return e.jsx(r1,{ref:s,appearance:a?"filled":"outlined",onClick:d,...r})}),E3=(C,...t)=>{i.useEffect(()=>{function n(r){if(t.length===0||t.some(o=>!o))return;t.some(o=>o.contains(r.target))||C()}return document.addEventListener("mousedown",n),()=>document.removeEventListener("mousedown",n)},[C,t])},tt=["button","a[href]","input","select","textarea","details",'[tabindex]:not([tabindex="-1"])'],P3=tt.map(C=>C+":not([disabled]):not([aria-hidden])").join(","),z3=(C,t)=>{i.useEffect(()=>{if(!t||!C)return;const n=C.querySelectorAll(P3);n.length>0&&n[0].focus();const r=s=>{if(s.key==="Tab"){const o=n[0],l=n[n.length-1];s.shiftKey&&document.activeElement===o?(s.preventDefault(),l.focus()):!s.shiftKey&&document.activeElement===l&&(s.preventDefault(),o.focus())}};return C.addEventListener("keydown",r),()=>C.removeEventListener("keydown",r)},[C,t])},$3=C=>{i.useEffect(()=>{const t=n=>{n.key==="Escape"&&(n.preventDefault(),C())};return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[C])},i1={"modal-backdrop":"_modal-backdrop_ffgyd_1","modal-container":"_modal-container_ffgyd_15","modal-header":"_modal-header_ffgyd_53","modal-header-text":"_modal-header-text_ffgyd_60","modal-title":"_modal-title_ffgyd_66","modal-content":"_modal-content_ffgyd_80","modal-content-description":"_modal-content-description_ffgyd_90","modal-footer":"_modal-footer_ffgyd_101"},nt=i.forwardRef(({id:C,isOpen:t,title:n,icon:r,iconAppearance:s,description:o,primaryButton:l,secondaryButton:c,size:a="m",closeOnOverlayClick:d=!0,onClose:w,className:v,children:x,...g},h)=>{const{shouldRender:M,isAnimating:V}=y1(t,150),[H,m]=i.useState(null),O=i.useCallback(B=>{m(B),typeof h=="function"?h(B):h&&(h.current=B)},[h]);return E3(d?w:()=>{},H),$3(w),z3(H,M),e.jsx(e.Fragment,{children:M&&e.jsxs(E1,{freezeNavigation:!0,children:[e.jsx("div",{className:i1["modal-backdrop"],"data-open":V}),e.jsxs("dialog",{ref:O,className:R(i1["modal-container"],v),"aria-modal":"true","aria-labelledby":`${C}-modal-title`,"aria-describedby":o?`${C}-modal-desc`:g["aria-describedby"],"data-size":a,"data-open":V,children:[e.jsxs("div",{className:i1["modal-header"],children:[e.jsxs("div",{className:i1["modal-header-text"],children:[r&&e.jsx(k,{name:r,size:w1.xl,appearance:s}),e.jsx("h2",{id:`${C}-modal-title`,className:i1["modal-title"],children:n}),e.jsx(r1,{"data-testid":"modal-close-button",name:"close",size:"l",className:i1["close-icon"],variant:"neutral",onClick:w,"aria-label":`Close modal ${C}`})]}),e.jsx(n1,{})]}),(o||x)&&e.jsxs("div",{className:i1["modal-content"],children:[e.jsx("p",{className:i1["modal-content-description"],id:`${C}-modal-desc`,children:o}),x]}),e.jsxs("div",{className:i1["modal-footer"],children:[c,l]})]})]})})}),V3=8,L3=20,rt=C=>{i.useEffect(()=>(window.addEventListener("scroll",C,!0),()=>{window.removeEventListener("scroll",C,!0)}),[C])},ot="_popoverTrigger_1oeje_1",st="_popover_1oeje_1",lt="_popoverInner_1oeje_25",it="_popoverContentContainer_1oeje_33",ct="_popoverTitle_1oeje_40",at="_popoverContent_1oeje_33",dt="_popoverButtonContainer_1oeje_64",h1={popoverTrigger:ot,popover:st,popoverInner:lt,popoverContentContainer:it,popoverTitle:ct,popoverContent:at,popoverButtonContainer:dt},wt=i.forwardRef(({children:C,position:t="auto",alignment:n,content:r,arrow:s=!0,title:o,primaryButtonLabel:l,secondaryButtonLabel:c,className:a="",triggerStyles:d,closeOnClickOutside:w=!0,closeOnEscape:v=!0,onClickPrimaryButton:x,onClickSecondaryButton:g,...h},M)=>{const V=i.useRef(null),[H,m]=i.useState(null),[O,B]=i.useState(t),[u,Z]=i.useState(n),[S,N]=i.useState({top:0,left:0}),[b,_]=i.useState(!1),{shouldRender:j,isAnimating:f}=y1(b,150),[y,p]=i.useState(!1),L=i.useCallback(()=>{if(!V.current||!H)return;const E=t==="auto"?F3(V.current,H,"top",s?L3:V3):t,u1=n||i3(V.current,H,E),I=G1(E,V.current,H,s?L3:V3,u1);Z(u1),N(I),B(E)},[t,s,H,n]),F=i.useCallback(()=>{w&&_(!1)},[w]),D=i.useCallback(()=>{v&&_(!1)},[v]);z3(H,j),E3(F,V.current,H),$3(D),rt(L);const T=i.useCallback(E=>{m(E),typeof M=="function"?M(E):M&&(M.current=E),E&&b&&requestAnimationFrame(()=>{requestAnimationFrame(()=>{L()})})},[M,b,L]);i.useEffect(()=>{b&&H?(L(),p(!0)):p(!1)},[b,H,L]);const $=E=>{E.key===P&&(E.preventDefault(),b||_(!0))},A=E=>{b||(E.preventDefault(),_(!0))},U=()=>{g&&g(),_(!1)},o1=()=>{x&&x(),_(!1)};return e.jsxs("div",{ref:V,className:R(h1.popoverTrigger),onClick:A,onKeyDown:$,style:d,children:[C,j&&e.jsx(E1,{children:e.jsx("div",{ref:T,className:R(h1.popover,a),role:"dialog","aria-modal":"true","data-arrow":s,"data-position":O,"data-alignment":u,"data-open":y&&f||void 0,style:{top:`${S.top}px`,left:`${S.left}px`},...h,children:e.jsxs("div",{className:h1.popoverInner,children:[e.jsxs("div",{className:h1.popoverContentContainer,children:[o&&e.jsx("div",{className:h1.popoverTitle,children:o}),e.jsx("div",{className:h1.popoverContent,children:r})]}),e.jsxs("div",{className:h1.popoverButtonContainer,children:[c&&e.jsx(k1,{className:"popoverButton",onClick:U,label:c,variant:"secondary"}),e.jsx(k1,{className:"popoverButton",onClick:o1,label:l,variant:"primary"})]})]})})})]})}),ut=16,gt="_radioButtonContainer_1tw24_1",vt="_radioButton_1tw24_1",xt="_radioButtonLabel_1tw24_100",n3={radioButtonContainer:gt,radioButton:vt,radioButtonLabel:xt},K3=i.forwardRef(({label:C,groupName:t,showLabel:n=!0,disabled:r=!1,error:s=!1,readOnly:o=!1,className:l="",...c},a)=>{if(!(r&&s))return e.jsxs("div",{className:n3.radioButtonContainer,children:[e.jsx("input",{ref:a,type:"radio",id:C,value:C,size:ut,name:t,className:R(n3.radioButton,l),disabled:r,"data-error":s,"data-read-only":o,...c}),n&&e.jsx("label",{htmlFor:C,className:R(n3.radioButtonLabel,l),"data-disabled":r,"data-error":s,"data-read-only":o,"data-show-label":n,children:C})]})}),ht="_radioButtonGroupContainer_hx6sc_1",pt="_radioButtonGroupHeader_hx6sc_9",Ht="_groupTitle_hx6sc_9",Vt="_groupHelpText_hx6sc_20",Lt="_errorMessage_hx6sc_32",Mt="_radioButtonGroup_hx6sc_1",j1={radioButtonGroupContainer:ht,radioButtonGroupHeader:pt,groupTitle:Ht,groupHelpText:Vt,errorMessage:Lt,radioButtonGroup:Mt},ft=i.forwardRef(({groupName:C,items:t,direction:n="horizontal",showItemsLabel:r=!0,groupTitle:s="",showGroupTitle:o=!1,groupHelpText:l="",showHelpText:c=!1,errorMessage:a="",error:d=!1,disabled:w=!1,readOnly:v=!1,className:x="",...g},h)=>{if(!(w&&d))return e.jsxs("div",{ref:h,className:R(j1.radioButtonGroupContainer,x),...g,children:[e.jsxs("div",{className:j1.radioButtonGroupHeader,"data-error":d,"data-disabled":w,"data-read-only":v,children:[s&&o&&e.jsx("h3",{className:j1.groupTitle,children:s}),l&&c&&e.jsx("p",{className:j1.groupHelpText,children:l}),a&&d&&e.jsx("p",{className:j1.errorMessage,children:a})]}),e.jsx("div",{className:j1.radioButtonGroup,"data-direction":n,children:t.map((M,V)=>e.jsx(K3,{label:M,groupName:C,showLabel:r,disabled:w,error:d,readOnly:v},V))})]})}),Zt="8px",jt="44px",mt="24px",N1="8px",Bt={primary:{showSearchButton:!0,showLeftIcon:!1},secondary:{showSearchButton:!1,showLeftIcon:!0}},St=12,bt=C=>{if(C==="error")return"error";if(C==="success")return"check-circle"},M3={"assistive-text":"_assistive-text_1gp40_1"},w3=({label:C,appearance:t,showIcon:n,href:r,width:s})=>{const o=bt(t);return e.jsxs("div",{className:M3["assistive-text"],"data-appearance":t,style:{width:`${s}px`},children:[n&&o&&e.jsx(k,{name:o,appearance:"outlined",className:M3[`assistive-icon-${t}`],size:St}),t==="link"?e.jsx(W1,{label:C,href:r,externalLink:!0}):e.jsx("span",{children:C})]})},r3={required:"(obligatoire)",requiredIcon:"*",optional:"(facultatif)"},_t={"requirement-indicator":"_requirement-indicator_1546d_1"},D1=({required:C,showLabelRequirement:t})=>{const n=C?t?r3.required:r3.requiredIcon:r3.optional;return e.jsx(e.Fragment,{children:(t||C)&&e.jsx("span",{className:_t["requirement-indicator"],"data-required":C,"data-show-label-requirement":t,"aria-hidden":"true",children:n})})},yt="_container_fb63b_1",Ot="_inputContainer_fb63b_10",Nt="_input_fb63b_10",Ft="_inputBar_fb63b_14",kt="_inputField_fb63b_14",It="_text_fb63b_21",At="_inputCounter_fb63b_25",Rt="_leftIcon_fb63b_28",Dt="_labelContainer_fb63b_40",Tt="_inputLabel_fb63b_44",Et="_withLeftIcon_fb63b_71",Pt="_withRightIcon_fb63b_74",zt="_rightIcon_fb63b_82",G={container:yt,inputContainer:Ot,input:Nt,inputBar:Ft,inputField:kt,text:It,inputCounter:At,leftIcon:Rt,labelContainer:Dt,inputLabel:Tt,withLeftIcon:Et,withRightIcon:Pt,rightIcon:zt},U3=i.forwardRef(({id:C,label:t,labelPosition:n="top",required:r=!1,showCounter:s,value:o,leftIcon:l,showRightIcon:c=!0,rightIconAction:a="clean",showLabelRequirement:d=!1,assistiveAppearance:w="description",showAssistiveIcon:v=!1,assistiveTextLabel:x="",error:g=!1,maxLength:h,disabled:M,readOnly:V,width:H,onChange:m,onRightIconClick:O,compactSpacing:B,placeholder:u,rightSlot:Z,highlighted:S,...N},b)=>{const _=i.useRef(null),j=z=>["visibilityOn","visibilityOff"].includes(z)?D?"visibility-show":"visibility-hide":z==="clean"?"cancel":"",f=z=>["visibilityOn","visibilityOff"].includes(z)?D?"show text":"hide text":z==="clean"?"clear":"",[y,p]=i.useState(o??""),[L,F]=i.useState(y.length),[D,T]=i.useState(!!c&&a==="visibilityOn");i.useEffect(()=>{o!==void 0&&(p(o),F(o.length))},[o]),i.useEffect(()=>{T(!!c&&a==="visibilityOn")},[c,a]);const $=z=>{const c1=z.target.value;p(c1),F(c1.length),m&&m(c1)},A=()=>{a==="clean"&&(p(""),F(0),m&&m("")),["visibilityOn","visibilityOff"].includes(a)&&o1()},U=()=>{O&&O(),A()},o1=()=>{T(!D)},E=g?"error":l,u1=R(G.inputBar,E?G.withLeftIcon:"",a?G.withRightIcon:""),I=s&&typeof h=="number",J=j(a),C1=f(a),g1=()=>V||M?!1:a==="clean"?!!(y!=null&&y.length)&&c:c&&!!a;return e.jsxs("div",{className:G.container,"data-label-position":n,"data-error":g,style:{width:H},"data-compact-spacing":B,children:[t&&e.jsxs("div",{className:G.text,children:[e.jsxs("div",{className:G.labelContainer,children:[e.jsxs("label",{className:G.inputLabel,id:`inputLabel-${C}`,htmlFor:C,children:[" ",t," "]}),e.jsx(D1,{required:r,showLabelRequirement:d})]}),I&&n==="top"&&e.jsxs("p",{className:G.inputCounter,"data-testid":"input-counter",children:[" ",L,"/",h]})]}),e.jsxs("div",{className:G.inputContainer,children:[e.jsxs("div",{className:G.input,"data-label-position":n,"data-disabled":M,"data-read-only":V,children:[e.jsxs("div",{className:u1,children:[E&&e.jsx(k,{name:E,appearance:"outlined",className:G.leftIcon,"aria-hidden":"true","data-testid":`left-icon ${E}`}),e.jsx("input",{id:C,ref:z=>{_.current=z,typeof b=="function"?b(z):b&&(b.current=z)},type:D?"password":"text","data-error":g,"data-highlighted":S,className:G.inputField,maxLength:h,onChange:$,disabled:M,readOnly:V,value:M?"":y,placeholder:u,...N}),g1()&&e.jsx(r1,{name:J,appearance:"outlined",variant:"neutral",size:"s",compactSpacing:!0,className:G.rightIcon,"aria-label":C1,onClick:U,"data-testid":"right-icon"})]}),Z&&e.jsx("div",{className:G.rightSlot,children:Z})]}),x&&e.jsx(w3,{label:x,appearance:w,showIcon:v})]}),I&&n=="side"&&e.jsxs("p",{className:G.inputCounter,"data-testid":"input-counter",children:[" ",L,"/",h," "]})]})}),$t="_searchbarContainer_pn0xj_1",Kt="_textInputWrapper_pn0xj_7",Ut="_searchButton_pn0xj_19",o3={searchbarContainer:$t,textInputWrapper:Kt,searchButton:Ut};function Gt(C,t){const n={};return C==="primary"?(n.borderRight="none",n.borderRadius=`${N1} 0 0 ${N1}`,t||(n.paddingLeft=Zt)):C==="secondary"&&(n.borderRadius=N1),n}function Wt(C){return{width:jt,borderRadius:`0 ${N1} ${N1} 0`,height:C?mt:void 0}}const qt=i.forwardRef(({onSearch:C,onChange:t,onClear:n,id:r,label:s="Rechercher",disabled:o=!1,showResetButton:l=!0,appearance:c="primary",compactSpacing:a,value:d,assistiveText:w,style:v,...x},g)=>{const h=Bt[c],[M,V]=i.useState(!1),H=i.useRef(null);i.useEffect(()=>{const _=H.current;if(!_)return;const j=()=>{V(!0)},f=y=>{const p=y.relatedTarget;p&&_.contains(p)||V(!1)};return _.addEventListener("focusin",j),_.addEventListener("focusout",f),()=>{_.removeEventListener("focusin",j),_.removeEventListener("focusout",f)}},[]);const m=i.useCallback(_=>{t==null||t(_)},[t]),O=i.useCallback(()=>{C==null||C(d)},[C,d]),B=i.useCallback(_=>{_.key===P&&(C==null||C(d))},[C,d]),u=i.useCallback(()=>{t==null||t(""),n==null||n()},[t,n]),Z=i.useMemo(()=>o?"Recherche indisponible":s,[o,s]),S=i.useMemo(()=>({disabled:o,value:d,onChange:m,onKeyUp:C?B:void 0,showRightIcon:l,rightIconAction:"clean",onRightIconClick:u,assistiveTextLabel:w,compactSpacing:a,placeholder:Z,leftIcon:h.showLeftIcon?"search":void 0,...x}),[o,d,m,C,B,l,u,w,a,Z,h.showLeftIcon,x]),N=i.useMemo(()=>({...Gt(c,h.showLeftIcon),...v??{}}),[c,h.showLeftIcon,v]),b=i.useMemo(()=>Wt(a),[a]);return e.jsx("div",{className:o3.searchbarContainer,role:"search","data-appearance":c,children:e.jsx("div",{ref:H,className:o3.textInputWrapper,"data-disabled":o,children:e.jsx(U3,{id:r??"",...S,style:N,highlighted:M,ref:g,rightSlot:h.showSearchButton&&e.jsx(r1,{name:"search",size:"m",variant:"primary",appearance:"filled",onClick:O,disabled:o,"aria-label":s,className:o3.searchButton,compactSpacing:a,style:b})})})})}),Yt=(C,t)=>t===2?C===0?"left":"right":C===0?"left":C===t-1?"right":"middle",Qt=(C,t,n)=>{var s;let r=C<t.length-2?C+1:0;for(;(s=t[r])!=null&&s.classList.contains(n);)r<t.length-1?r++:r=0;t[r].focus()},Xt=(C,t,n)=>{var s;let r=C>0?C-1:t.length-1;for(;(s=t[r])!=null&&s.classList.contains(n);)r>0?r--:r=t.length-1;t[r].focus()},Jt=(C,t)=>{const n=C<t.length-1?C+1:0;t[n].focus()},Cn=(C,t)=>{const n=C>0?C-1:t.length-1;t[n].focus()},en=C=>{if(C.length<=1||C.length>3)return console.warn("SegmentedControl: 'options' should have 2 or 3 items."),!1;const t=C.filter(n=>n.icon).length;return t>0&&t<C.length?(console.warn("SegmentedControl: All options must either have an icon or none."),!1):!0},G3=(C,t,n)=>{const[r,s]=i.useState({left:0,bottom:0,width:0}),o=i.useCallback(()=>{if(!C.current)return;const l=C.current.querySelector(`#${t}`);l&&(l==null?void 0:l.getAttribute("data-disabled"))!=="true"&&s(n==="bottom"?{left:l.offsetLeft,bottom:0,width:l.offsetWidth}:n==="left"?{left:0,top:l.offsetTop,height:l.offsetHeight,width:2}:{left:l.offsetLeft,top:l.offsetTop,width:l.offsetWidth})},[t,C,n]);return i.useEffect(()=>{const l=C.current;if(l)return o(),window.addEventListener("resize",o),l.addEventListener("scroll",o),()=>{window.removeEventListener("resize",o),l.removeEventListener("scroll",o)}},[t,C,o]),r},tn=()=>{const[C,t]=i.useState([]);return i.useEffect(()=>{const n=()=>{t(Array.from(document.querySelectorAll(P3)))};n();const r=new MutationObserver(n);return r.observe(document.body,{childList:!0,subtree:!0,attributes:!0}),()=>r.disconnect()},[]),C},nn="_segment_j2zz5_1",e1={"segmented-control":"_segmented-control_j2zz5_1","segment-selected-indicator":"_segment-selected-indicator_j2zz5_11","segment-container":"_segment-container_j2zz5_20",segment:nn,"segment-content":"_segment-content_j2zz5_72","segment-label":"_segment-label_j2zz5_79","selected-icon":"_selected-icon_j2zz5_92"},rn=C=>{i.useEffect(()=>{var o;const t=C.current;if(!t)return;let n="";const r=l=>{n=l.key};window.addEventListener("keydown",r);const s=()=>{var l,c;if(n==="Tab"){const a=(l=t.parentElement)==null?void 0:l.parentElement,d=a==null?void 0:a.querySelector("[data-selected='true']");d?d.focus():(c=Array.from((a==null?void 0:a.querySelectorAll("."+e1.segment))??[])[0])==null||c.focus()}};return(o=C.current)==null||o.addEventListener("focus",s),()=>{window.removeEventListener("keydown",r),t.removeEventListener("focus",s)}},[C])},on=({id:C,icon:t,label:n,position:r,isSelected:s,onClick:o,badgeCount:l,badgeContent:c,badgeIcon:a,badgeType:d,badgeSize:w,showBadge:v,...x})=>{const g=i.useRef(null),h=tn();rn(g);const M=u=>{var Z,S;if(u.key===q||u.key===P)B==null||B(u);else if(u.key===K1||u.key===U1){const N=(S=(Z=g.current)==null?void 0:Z.parentElement)==null?void 0:S.parentElement,b=Array.from((N==null?void 0:N.querySelectorAll("."+e1.segment))??[]),_=b.findIndex(j=>j===document.activeElement);u.key===U1?Jt(_,b):u.key===K1&&Cn(_,b)}},V=u=>{if(u.key===_1){const Z=document.activeElement,S=Array.from(h).indexOf(Z);u.shiftKey?Xt(S,h,e1.segment):Qt(S,h,e1.segment)}},{onBlur:H,onKeyDown:m,onKeyUp:O}=V1({onKeyUp:M,onKeyDown:V},{id:C,interactiveKeyCodes:[q,P,_1,K1,U1]}),B=u=>{u.preventDefault(),u.stopPropagation(),o==null||o(u)};return e.jsx("div",{className:e1["segment-container"],"data-position":r,...x,children:e.jsxs("div",{id:C,role:"radio","aria-checked":s,"aria-label":n,className:e1.segment,"data-segment-type":t?"icon":"label","data-selected":s,onKeyDown:m,onKeyUp:O,onBlur:H,onClick:B,tabIndex:0,ref:g,children:[s&&e.jsx(k,{name:"check-small",appearance:"filled",size:24,className:e1["selected-icon"]}),e.jsx("div",{className:e1["segment-content"],children:t?e.jsx(k,{name:t,appearance:s?"filled":"outlined",size:24}):e.jsx("span",{className:e1["segment-label"],children:n})}),T1({showBadge:!!v,badgeContent:c,badgeCount:l,badgeIcon:a})&&e.jsx(W,{count:l,content:c,icon:a,badgeType:d,size:w})]})})},sn=i.forwardRef(({options:C,onChange:t,selectedSegment:n,...r},s)=>{const o=i.useRef(null),l=G3(o,n),c=a=>{const w=a.currentTarget.getAttribute("id")||"";t(w)};return en(C)?e.jsxs("div",{ref:a=>{o.current=a,typeof s=="function"?s(a):s&&(s.current=a)},role:"radiogroup",className:e1["segmented-control"],...r,children:[e.jsx("span",{className:e1["segment-selected-indicator"],style:{left:l.left,top:l.top,width:l.width}}),C.map((a,d)=>e.jsx(on,{position:Yt(d,C.length),onClick:c,isSelected:n===a.id,...a},`${a.id}-${d}`))]}):null}),ln=100,cn=8,an=112,X={"select-container":"_select-container_16j69_1","select-header":"_select-header_16j69_16","select-label":"_select-label_16j69_20","select-wrapper":"_select-wrapper_16j69_41","trigger-icon":"_trigger-icon_16j69_54","select-content":"_select-content_16j69_86","select-value":"_select-value_16j69_86","error-icon":"_error-icon_16j69_132","select-right-icons":"_select-right-icons_16j69_157","icon-button":"_icon-button_16j69_162"},dn=i.forwardRef(({id:C,label:t,labelPosition:n="top",required:r=!1,value:s,showLabel:o=!0,isError:l,assistiveAppearance:c="description",showAssistiveIcon:a=!1,assistiveTextLink:d,showLabelRequirement:w=!1,assistiveTextLabel:v,onClear:x,onChange:g,options:h=[],disabled:M,readonly:V,showResetButton:H,width:m=an},O)=>{var T,$;const[B,u]=i.useState(s||""),[Z,S]=i.useState(!1),N=i.useRef(null),b=A=>{N.current=A,typeof O=="function"?O(A):O&&(O.current=A)},_=H&&!!B&&!V&&!M,j=(T=h.find(A=>A.value===B))==null?void 0:T.label,f=l&&!M&&!V,y=()=>{const A=N.current;if(A){const U=A.getBoundingClientRect();return window.innerHeight-U.bottom>=ln?"bottom":"top"}return"bottom"},p=()=>{if(N.current){if(M||V)return;N.current.focus(),S(!Z)}},L=A=>{document.activeElement===N.current&&(A.key===q||A.key===P)&&(A.preventDefault(),p())},F=A=>{var U;A.stopPropagation(),D(""),x==null||x(),(U=N.current)==null||U.focus()},D=A=>{u(A),g==null||g(A),S(!1)};return i.useEffect(()=>{u(s||"")},[s]),e.jsx(e.Fragment,{children:e.jsxs("div",{className:X["select-container"],"data-label-position":n,children:[o&&n==="side"&&e.jsxs("label",{htmlFor:C,id:t,className:X["select-label"],children:[t,e.jsx(D1,{required:r,showLabelRequirement:w})]}),e.jsxs("div",{className:X["select-header"],children:[o&&n==="top"&&e.jsxs("label",{htmlFor:C,id:t,className:X["select-label"],children:[t,e.jsx(D1,{required:r,showLabelRequirement:w})]}),e.jsxs(P1,{style:{width:($=N.current)==null?void 0:$.offsetWidth},dropdownId:C+"-dropdown",onClose:()=>{S(!1)},offset:cn,trigger:e.jsx("div",{ref:b,"aria-expanded":Z,"aria-labelledby":t,"data-error":l?"true":"false","data-active":Z?"true":"false","data-disabled":M?"true":"false","data-read-only":V?"true":"false",id:C,className:X["select-wrapper"],role:"combobox",tabIndex:M||V?-1:0,onClick:p,onKeyDown:L,style:{width:m},children:e.jsxs("div",{className:X["select-content"],children:[f&&e.jsx(k,{name:"error",className:X["error-icon"]}),e.jsx("div",{className:X["select-value"],children:e.jsx("span",{children:j})}),e.jsxs("div",{className:X["select-right-icons"],children:[_&&e.jsx(r1,{name:"cancel",variant:"neutral",className:R(X["icon-button"],X["clear-icon"]),onClick:F,disabled:M}),e.jsx(k,{name:Z?"arrow-chevron-up":"arrow-chevron-down","data-testid":"trigger-icon",className:X["trigger-icon"]})]})]})}),isOpen:Z,position:y(),children:[h.length===0&&e.jsx(R1,{label:"No options available",onClick:()=>{}}),h.map(({value:A,label:U},o1)=>e.jsx(R1,{label:U,isSelected:A===B,onClick:()=>{D(A)}},o1+A))]}),v&&e.jsx(w3,{label:v,appearance:l?"error":c,showIcon:a,href:d,width:m})]})]})})}),wn=64,un={s:224,m:320,l:504},c3={neutral:"default",brand:"brand-navigation"},gn="_sideNavContainer_1oarc_1",vn="_sideNavContent_1oarc_10",xn="_sideNav_1oarc_1",hn="_sideNavHeader_1oarc_34",pn="_sideNavBody_1oarc_41",Hn="_sideNavFooter_1oarc_49",m1={sideNavContainer:gn,sideNavContent:vn,sideNav:xn,sideNavHeader:hn,sideNavBody:pn,sideNavFooter:Hn};function Vn(C,t,n){i.useLayoutEffect(()=>{const r=C.current,s=t.current;if(!r||!s)return;const o=()=>{const c=s.offsetHeight;r.style.setProperty("--content-height",`${c}px`)};o();const l=new ResizeObserver(()=>o());return l.observe(s),window.addEventListener("resize",o),()=>{l.disconnect(),window.removeEventListener("resize",o)}},[n,C,t])}const W3=i.forwardRef(({size:C="m",header:t,body:n,footer:r,showHeader:s=!0,showFooter:o=!0,children:l,appearance:c="brand",collapsed:a,...d},w)=>{const v=i.useRef(null),x=i.useRef(null);return Vn(v,x,l),e.jsxs("div",{ref:v,className:m1.sideNavContainer,...d,children:[e.jsxs("nav",{ref:w,className:m1.sideNav,"data-collapsed":a,"data-appearance":c,style:{minWidth:a?wn:un[C]},children:[s&&t&&e.jsx("div",{className:m1.sideNavHeader,children:t}),n&&e.jsx("div",{className:m1.sideNavBody,children:n}),o&&r&&e.jsx("div",{className:m1.sideNavFooter,children:r})]}),l&&e.jsx("div",{ref:x,className:m1.sideNavContent,children:l})]})}),Ln="_navItemContainer_gvwe4_1",Mn="_navItem_gvwe4_1",fn="_navItemLeft_gvwe4_71",Zn="_navItemRight_gvwe4_76",F1={navItemContainer:Ln,navItem:Mn,navItemLeft:fn,navItemRight:Zn},jn="_navMenuContainer_wmg5k_1",mn="_navMenu_wmg5k_1",Bn="_menuContentLeft_wmg5k_45",Sn="_menuContentRight_wmg5k_50",bn="_menuIcon_wmg5k_91",_n="_nestedMenu_wmg5k_99",yn="_icon_wmg5k_114",p1={navMenuContainer:jn,navMenu:mn,menuContentLeft:Bn,menuContentRight:Sn,menuIcon:bn,nestedMenu:_n,icon:yn};function q3({link:C,label:t,tabIndex:n,onKeyDown:r,onFocus:s,onBlur:o,onClick:l,children:c,styleType:a="item"}){const d=a==="menu"?p1:F1,v={className:a==="menu"?d.navMenu:d.navItem,tabIndex:n,"aria-label":t,...s&&{onFocus:s},...o&&{onBlur:o},...l&&{onClick:l},...r&&{onKeyDown:r}};return C?e.jsx("a",{href:C,...v,children:c}):e.jsx("span",{...v,children:c})}function On(C=!1,t=!1){return C?w1.s:t?w1.l:w1.m}function Y3({icon:C,showIcon:t=!0,label:n,collapsed:r,isNested:s,styleType:o="item"}){const l=On(s,r),c=o==="menu"?p1:F1;return e.jsxs(e.Fragment,{children:[t&&C&&e.jsx(k,{name:C,className:c.icon,size:l}),r?null:e.jsx("span",{children:n})]})}function Q3({label:C,collapsed:t,children:n}){return t&&C?e.jsx(q1,{label:C,position:"right",alignment:"center",arrow:!1,shouldFocusTrigger:!1,triggerStyles:{outline:"none"},gap:12,children:n}):n}function X3(C){return C===!1?-1:0}function J3({onEnterOrSpace:C,onEscape:t,includeArrowKeys:n=!1,includeEscape:r=!1}={}){const s=i.useCallback(c=>{[q,P].includes(c.key)&&(c.preventDefault(),C==null||C()),c.key===A1&&r&&(c.preventDefault(),t==null||t())},[C,t,r]),o=[q,P,...r?[A1]:[],...n?[H1,I1]:[]],{onKeyDown:l}=V1({onKeyDown:s},{interactiveKeyCodes:o});return{onKeyDown:l}}const a3=i.forwardRef(({id:C,icon:t,showIcon:n=!0,onClick:r,label:s,collapsed:o,link:l,isNested:c,parentMenuOpen:a,appearance:d="brand",active:w,badge:v,...x},g)=>{const h=i.useRef(null),{onKeyDown:M}=J3({onEnterOrSpace:r});function V(){var u;(u=h.current)==null||u.setAttribute("data-focused","true")}function H(){var u;(u=h.current)==null||u.removeAttribute("data-focused")}const m=X3(a),O=e.jsxs(e.Fragment,{children:[e.jsx("div",{className:F1.navItemLeft,children:e.jsx(Y3,{icon:t,showIcon:n,label:s,collapsed:o,isNested:c,styleType:"item"})}),e.jsx("div",{className:F1.navItemRight,children:!o&&v&&e.jsx(W,{badgeType:v.badgeType,size:v.size,content:v.content,count:v.count})})]}),B=e.jsx("div",{id:C,className:F1.navItemContainer,"data-collapsed":o,"data-appearance":d,"data-nested":c,"data-active":w,onClick:r,ref:u=>{h.current=u,typeof g=="function"?g(u):g&&"current"in g&&(g.current=u)},...x,children:e.jsx(q3,{link:l,label:s,tabIndex:m,onKeyDown:l?void 0:M,onFocus:V,onBlur:H,styleType:"item",children:O})});return e.jsx(Q3,{label:s,collapsed:o,children:B})}),C6=i.forwardRef(({icon:C,showIcon:t=!0,onClick:n,label:r,collapsed:s,link:o,items:l=[],open:c,showMenuIcon:a=!0,isNested:d,parentMenuOpen:w,appearance:v="brand",badge:x,showDivider:g,...h},M)=>{const[V,H]=i.useState(!1),m=c!==void 0?c:V,O=c!==void 0;function B(){O||H(!V),n&&n()}function u(){m&&!O&&H(!1)}const{onKeyDown:Z}=J3({onEnterOrSpace:B,onEscape:u,includeArrowKeys:!0,includeEscape:!0}),S=l.length,N=!s&&S,b=m,_=X3(w),j=N&&a?e.jsx(k,{name:"arrow-chevron-right",className:p1.menuIcon,"data-open":m}):null,f=e.jsxs(e.Fragment,{children:[e.jsx("div",{className:p1.menuContentLeft,children:e.jsx(Y3,{icon:C,showIcon:t,label:r,collapsed:s,isNested:d,styleType:"menu"})}),e.jsxs("div",{className:p1.menuContentRight,children:[!s&&x&&e.jsx(W,{badgeType:x.badgeType,size:x.size,content:x.content,count:x.count}),j]})]}),y=e.jsxs("li",{className:p1.navMenuContainer,"data-collapsed":s,"data-appearance":v,"data-nested":d,"data-open":m,ref:M,...h,children:[e.jsx(q3,{link:o,label:r,tabIndex:_,onClick:B,onKeyDown:Z,styleType:"menu",children:f}),N&&e.jsx("ul",{className:p1.nestedMenu,"data-open":m,children:l.map(L=>{var D;return(D=L.items)!=null&&D.length?e.jsx(C6,{label:L.label,icon:L.icon,showIcon:L.showIcon,collapsed:s,link:L.link,onClick:L.onClick,items:L.items||[],showMenuIcon:a,showDivider:L.showDivider,isNested:!0,parentMenuOpen:b,appearance:v,badge:L.badge},L.id||L.label):e.jsxs(i.Fragment,{children:[e.jsx("li",{children:e.jsx(a3,{label:L.label,icon:L.icon,showIcon:L.showIcon,collapsed:s,link:L.link,onClick:L.onClick,isNested:!0,parentMenuOpen:b,appearance:v,badge:L.badge})}),L.showDivider&&e.jsx(n1,{appearance:c3[v]})]},L.id||L.label)})})]}),p=e.jsx(Q3,{label:r,collapsed:s,children:y});return e.jsxs(e.Fragment,{children:[p,g&&e.jsx(n1,{appearance:c3[v]})]})}),Nn="_sideNavHeaderContainer_9bdkw_27",Fn="_sideNavHeader_9bdkw_27",kn="_sideNavHeaderTitleContainer_9bdkw_64",In="_sideNavHeaderTitle_9bdkw_64",An="_sideNavHeaderIdentifier_9bdkw_102",Rn="_sideNavHeaderVersion_9bdkw_143",Dn="_sideNavBody_9bdkw_172",Tn="_sideNavFooterContainer_9bdkw_195",En="_sideNavFooter_9bdkw_195",Pn="_sideNavFooterItems_9bdkw_208",zn="_collapsibleSection_9bdkw_225",Y={sideNavHeaderContainer:Nn,sideNavHeader:Fn,sideNavHeaderTitleContainer:kn,sideNavHeaderTitle:In,sideNavHeaderIdentifier:An,sideNavHeaderVersion:Rn,sideNavBody:Dn,sideNavFooterContainer:Tn,sideNavFooter:En,sideNavFooterItems:Pn,collapsibleSection:zn},$n=300,Kn=i.forwardRef(({size:C="m",collapsible:t,children:n,headerConfig:r,items:s,footerItems:o,collapsed:l,defaultCollapsed:c=!1,onCollapsedChange:a,appearance:d="brand",activeItem:w},v)=>{const[x,g]=i.useState(l??c),[h,M]=i.useState(!0);i.useEffect(()=>{l!==void 0&&g(l)},[l]),i.useEffect(()=>{if(x)M(!1);else{const j=setTimeout(()=>{M(!0)},$n);return()=>clearTimeout(j)}},[x]);const V=()=>{const j=!x;l===void 0&&g(j),a==null||a(j)},H=x?"arrow-double-right":"arrow-double-left",m=c3[d],O=j=>{[q,P].includes(j.key)&&(j.preventDefault(),r!=null&&r.onClick&&r.onClick())},{onKeyDown:B}=V1({onKeyDown:O},{interactiveKeyCodes:[q,P]}),u=e.jsxs("div",{className:Y.sideNavHeaderTitle,children:[e.jsx("div",{className:Y.sideNavHeaderIdentifier,children:r==null?void 0:r.identifier}),x?"":e.jsx("h1",{"data-hidden":!h,children:r==null?void 0:r.title})]}),Z=r==null?void 0:r.ariaLabel,S=e.jsx("a",{href:(r==null?void 0:r.link)??"",className:Y.sideNavHeaderTitleContainer,onClick:r==null?void 0:r.onClick,"aria-label":Z,children:u}),N=e.jsx("div",{className:Y.sideNavHeaderTitleContainer,tabIndex:0,onClick:r==null?void 0:r.onClick,onKeyDown:B,role:"button","aria-label":Z,children:u}),b=r!=null&&r.link?S:r!=null&&r.onClick?N:e.jsx("div",{className:Y.sideNavHeaderTitleContainer,children:u});function _(j){return j!=null&&j.length?e.jsx("ul",{children:j.map(f=>{var p;return((p=f.items)==null?void 0:p.length)?e.jsx(C6,{badge:f.badge,label:f.label,icon:f.icon,showIcon:f.showIcon,collapsed:x,link:f.link,onClick:f.onClick,items:f.items||[],appearance:d,showDivider:f.showDivider},f.id):e.jsxs(i.Fragment,{children:[e.jsx("li",{children:e.jsx(a3,{id:f.id,badge:f.badge,label:f.label,icon:f.icon,showIcon:f.showIcon,collapsed:x,link:f.link,onClick:f.onClick,appearance:d,active:f.id===w&&!!w})}),f.showDivider&&e.jsx(n1,{appearance:m})]},f.id)})}):null}return e.jsx(W3,{ref:v,size:C,collapsed:x,appearance:d,style:{minHeight:"100vh"},header:e.jsxs("div",{className:Y.sideNavHeaderContainer,children:[e.jsxs("div",{className:Y.sideNavHeader,"data-collapsed":x,"data-appearance":d,children:[b,e.jsx("div",{className:Y.sideNavHeaderVersion,"data-hidden":!h,children:e.jsx("span",{children:r==null?void 0:r.version})})]}),e.jsx(n1,{appearance:m})]}),body:e.jsx("div",{className:Y.sideNavBody,children:_(s)}),footer:((o==null?void 0:o.length)||t)&&e.jsxs("div",{className:Y.sideNavFooterContainer,children:[(o==null?void 0:o.length)&&e.jsx("div",{className:Y.sideNavFooterItems,children:_(o)}),e.jsx(n1,{appearance:m}),e.jsx("div",{className:Y.sideNavFooter,children:t&&e.jsx("div",{className:Y.collapsibleSection,children:e.jsx(a3,{id:"collapse-button",icon:H,showIcon:!0,collapsed:x,onClick:V,label:x?"Ouvrir le menu":"Réduire le menu",appearance:d,role:"button"})})})]}),children:n})}),Un={s:16,m:20,l:24},f3={s:20,m:24,l:28},Gn="_splitButtonContainer_906zy_1",Wn="_splitButtonLeft_906zy_26",qn="_splitButtonLabel_906zy_44",Yn="_splitButtonDivider_906zy_128",Qn="_splitButtonRight_906zy_139",Xn="_splitButtonRightIconContainer_906zy_232",a1={splitButtonContainer:Gn,splitButtonLeft:Wn,splitButtonLabel:qn,splitButtonDivider:Yn,splitButtonRight:Qn,splitButtonRightIconContainer:Xn},Jn=i.forwardRef(({appearance:C="primary",size:t="m",label:n,compactSpacing:r=!1,position:s="bottom-start",className:o,icon:l,onClick:c,disabled:a,ariaLabelRight:d,options:w,showBadge:v,badgeContent:x,badgeIcon:g,badgeType:h,badgeCount:M,badgeSize:V,...H},m)=>{const[O,B]=i.useState(!1),u=i.useRef(null),Z=i.useRef(null),S=i.useRef(null),[N,b]=s.split("-"),_=f=>{[P].includes(f.key)&&f.preventDefault()},j=f=>{[P,H1].includes(f.key)&&B(!0)};return e.jsxs("div",{className:R(a1.splitButtonContainer,o),"data-size":t,"data-compact-spacing":r,ref:m,children:[e.jsxs("button",{type:"button",className:a1.splitButtonLeft,"data-appearance":C,"data-size":t,onClick:c,disabled:a,"data-testid":"Main action button",...H,ref:Z,children:[l&&e.jsx(k,{name:l,size:Un[t]}),e.jsx("p",{"data-size":t,className:a1.splitButtonLabel,children:n})]}),e.jsx("div",{className:a1.splitButtonDivider,"data-appearance":C,"data-disabled":a}),e.jsx(P1,{ref:S,autoClose:!0,dropdownId:"tab-dropdown",onClose:()=>B(!1),offset:0,"data-testid":"Menu container",position:N,alignment:b,trigger:T1({showBadge:!!v,badgeContent:x,badgeCount:M,badgeIcon:g})?e.jsx(W,{count:M,content:x,badgeType:h,icon:g,size:V,children:e.jsx("button",{type:"button","aria-haspopup":"menu","aria-expanded":O,"aria-label":d,className:a1.splitButtonRight,"data-active":O,"data-compact-spacing":r,"data-appearance":C,"data-size":t,"data-testid":"Menu button",disabled:a,onClick:()=>B(!0),onKeyDown:_,onKeyUp:j,...H,ref:u,children:e.jsx("div",{className:a1.splitButtonRightIconContainer,children:e.jsx(k,{name:"arrow-chevron-down",size:f3[t]})})})}):e.jsx("button",{type:"button","aria-haspopup":"menu","aria-expanded":O,"aria-label":d,className:a1.splitButtonRight,"data-active":O,"data-compact-spacing":r,"data-appearance":C,"data-size":t,"data-testid":"Menu button",disabled:a,onClick:()=>B(!0),onKeyDown:_,onKeyUp:j,...H,ref:u,children:e.jsx("div",{className:a1.splitButtonRightIconContainer,children:e.jsx(k,{name:"arrow-chevron-down",size:f3[t]})})}),isOpen:O,children:w.map((f,y)=>e.jsx(R1,{id:f.id,label:f.label,onClick:f.onClick,disabled:f.disabled,leftIcon:f.icon,badgeContent:f.badgeContent,badgeIcon:f.badgeIcon,badgeType:f.badgeType,showBadge:f.showBadge,badgeCount:f.badgeCount},`${f.id}-dropdown-${y}`))})]})}),Cr=24,er=40,$1={"switch-container":"_switch-container_n4wlg_1","switch-icon-check":"_switch-icon-check_n4wlg_7",switch:"_switch_n4wlg_1","switch-label":"_switch-label_n4wlg_110"},tr=({label:C,appearance:t="brand",showLabel:n=!0,showIcon:r=!0,disabled:s=!1,readOnly:o=!1,checked:l=!1,onChange:c,...a})=>{const[d,w]=i.useState(l),v=g=>{w(g.target.checked),c==null||c(g)},x=g=>{if(o||s)g.stopPropagation();else{const h=g.currentTarget.querySelector('input[type="checkbox"]');h&&(h.checked=!d,v({target:h,currentTarget:h}))}};return e.jsxs("div",{className:$1["switch-container"],"data-appearance":t,"data-disabled":s,"data-read-only":o,"data-checked":d,onClick:x,children:[e.jsx("input",{"aria-label":C,type:"checkbox",role:"switch",name:C,className:$1.switch,disabled:s,defaultChecked:d,readOnly:o,style:{minHeight:Cr,minWidth:er},...a}),e.jsxs("div",{className:$1["switch-icon-check"],"data-checked":d,children:[r&&d&&e.jsx(k,{name:"check",size:16}),r&&!d&&e.jsx(k,{name:"close",size:16})]}),n&&C&&e.jsx("label",{htmlFor:C,className:R($1["switch-label"]),children:C})]})},nr=(C,t,n)=>{if(!rr(C,t,n))return;const r=t.getBoundingClientRect(),s=C.getBoundingClientRect();if(n==="horizontal"){const o=t.scrollLeft+or(s,r);t.scrollTo({left:o,behavior:"smooth"})}else{const o=t.scrollTop+sr(s,r);t.scrollTo({top:o,behavior:"smooth"})}},rr=(C,t,n)=>{if(t&&C){const r=t.getBoundingClientRect(),s=C.getBoundingClientRect(),o=s.left<r.left,l=s.right>r.right,c=s.top<r.top,a=s.bottom>r.bottom;return n==="horizontal"?o||l:c||a}return!1},or=(C,t)=>{const n=C.left<t.left,r=C.right>t.right;return n?C.left-t.left:r?C.right-t.right:0},sr=(C,t)=>{const n=C.top<t.top,r=C.bottom>t.bottom;return n?C.top-t.top:r?C.bottom-t.bottom:0},lr="_tab_1m1zv_1",B1={"tab-container":"_tab-container_1m1zv_1",tab:lr,"tab-selected-indicator":"_tab-selected-indicator_1m1zv_43","tab-border-horizontal":"_tab-border-horizontal_1m1zv_64","tab-border-vertical":"_tab-border-vertical_1m1zv_76","tab-dropdown-button":"_tab-dropdown-button_1m1zv_85"},ir="_tabitem_1cdnb_1",s3={tabitem:ir,"segment-hover-indicator":"_segment-hover-indicator_1cdnb_54"},cr=i.forwardRef(({id:C,panelId:t,label:n,isSelected:r,showBadge:s,badgeCount:o,badgeContent:l="empty",badgeIcon:c,onClick:a,icon:d,badgeType:w="indicator",compactSpacing:v,direction:x,disabled:g,inverted:h,...M},V)=>{const H={count:o,content:l,icon:c,badgeType:w},m=o&&o>0&&l==="number",B=!g&&(s||m||l==="icon"&&c),u=i.useRef(null),[Z,S]=i.useState(null),N=p=>{g?p.preventDefault():(a(p),S(L=>({...L,opacity:0})))},b=i.useCallback(p=>{u.current&&!r&&S(p==="mouseover"?L=>({...L,opacity:1}):L=>({...L,opacity:0}))},[r]),_=p=>{const L=x==="vertical",F=L&&p.key===H1,D=L&&p.key===I1,T=!L&&p.key===U1,$=!L&&p.key===K1,A=F||T;(A||(D||$))&&(p.preventDefault(),j(A?"next":"previous"))},j=p=>{var U;const L=(U=u.current)==null?void 0:U.parentElement;if(!L)return;const F=Array.from(L.querySelectorAll(`.${s3.tabitem}`)),D=F.findIndex(o1=>o1===document.activeElement);let T=f(D,F.length,p),$=0;const A=F.length;for(;F[T].getAttribute("data-disabled")==="true"&&$<A;)T=f(T,F.length,p),$++;F[T].focus(),F[T].click()},f=(p,L,F)=>F==="next"?(p+1)%L:(p-1+L)%L,y=i.useCallback(()=>{u.current&&!r&&S(x==="horizontal"?p=>{var L,F,D,T;return{...p,width:(L=u.current)==null?void 0:L.offsetWidth,left:((F=u.current)==null?void 0:F.offsetLeft)??0,top:(((D=u.current)==null?void 0:D.offsetTop)??0)+(((T=u.current)==null?void 0:T.offsetHeight)??0)}}:p=>{var L,F;return{...p,left:0,top:(L=u.current)==null?void 0:L.offsetTop,height:(F=u.current)==null?void 0:F.offsetHeight}})},[r,x]);return i.useEffect(()=>{var p;return y(),window.addEventListener("resize",y),(p=u.current)!=null&&p.parentElement&&u.current.parentElement.addEventListener("scroll",y),()=>{window.removeEventListener("resize",y),u.current&&u.current.parentElement&&u.current.parentElement.removeEventListener("scroll",y)}},[y]),i.useEffect(()=>{var p;u.current&&S(x==="horizontal"?{width:u.current.offsetWidth,left:u.current.offsetLeft-(((p=u.current.parentElement)==null?void 0:p.scrollLeft)??0),top:u.current.offsetTop+u.current.offsetHeight,opacity:0}:{left:0,top:u.current.offsetTop,height:u.current.offsetHeight,opacity:0})},[x]),e.jsxs(e.Fragment,{children:[e.jsxs("button",{id:C,className:s3.tabitem,role:"tab","aria-selected":r,"aria-controls":t,"aria-disabled":g,tabIndex:r?0:-1,"data-selected":r,"data-disabled":g,"data-direction":x,"data-inverted":h,onClick:N,"data-compact-spacing":v,ref:p=>{u.current=p,typeof V=="function"?V(p):V&&(V.current=p)},onKeyDown:_,onMouseEnter:()=>b("mouseover"),onMouseLeave:()=>b("mouseleave"),...r&&{"data-testid":"tabitem-selected"},...M,children:[d&&e.jsx(k,{name:d,appearance:r?"filled":"outlined"}),n&&e.jsx("span",{children:n}),B&&e.jsx(W,{...H})]}),e.jsx("span",{"data-disabled":g,className:s3["segment-hover-indicator"],style:{width:Z==null?void 0:Z.width,height:Z==null?void 0:Z.height,left:Z==null?void 0:Z.left,top:Z==null?void 0:Z.top,opacity:Z==null?void 0:Z.opacity}})]})}),ar=i.forwardRef(({options:C,onChange:t,direction:n="horizontal",alignment:r="start",selectedTabId:s,compactSpacing:o,overflowType:l="scrollable",inverted:c=!1},a)=>{const[d,w]=i.useState(!1),[v,x]=i.useState(!1),[g,h]=i.useState(!1),[M,V]=i.useState(!1),[H,m]=i.useState(!1),[O,B]=i.useState(!1),u=i.useRef(null),Z=G3(u,s,n==="horizontal"?"bottom":"left"),N=n==="horizontal"&&(d||v)&&l==="dropdown",b=i.useCallback(()=>{if(u.current){const p=u.current.offsetWidth<u.current.scrollWidth||u.current.offsetHeight<u.current.scrollHeight,L=u.current.scrollLeft>0,F=u.current.scrollWidth-u.current.clientWidth-u.current.scrollLeft>0,D=u.current.scrollTop>0,T=u.current.scrollHeight-u.current.clientHeight-u.current.scrollTop>0;w(L),x(F),V(D),h(T),m(p)}},[u]);i.useEffect(()=>{var p;return b(),window.addEventListener("resize",b),(p=u.current)==null||p.addEventListener("scroll",b),()=>{var L;window.removeEventListener("resize",b),(L=u.current)==null||L.removeEventListener("scroll",b)}},[b]),i.useEffect(()=>{!s&&C.length>0&&t(C[0].id)},[s,C,t]);const _=p=>{const L=p.currentTarget,F=L.getAttribute("id")||"";t(F),B(!1);const D=u.current;D&&nr(L,D,n)},j=()=>{if(u.current){const p=n==="horizontal"?{left:-300}:{top:-300};u.current.scrollBy({...p,behavior:"smooth"})}},f=()=>{if(u.current){const p=n==="horizontal"?{left:300}:{top:300};u.current.scrollBy({...p,behavior:"smooth"})}},y=C.find(p=>p.id===s);return e.jsxs("div",{className:B1["tab-container"],"data-direction":n,children:[e.jsx("div",{className:B1["tab-border-vertical"],"aria-hidden":"true",role:"presentation","data-direction":n,"data-compact-spacing":o,"data-scrollable":H&&l==="scrollable"?!0:void 0}),e.jsxs("div",{style:{position:"relative",display:"flex",alignItems:"center",flexDirection:n==="horizontal"?"row":"column"},children:[H&&!N&&e.jsx(r1,{name:n==="horizontal"?"arrow-chevron-left":"arrow-chevron-up","aria-label":"Previous tabs",variant:"transparent",style:{zIndex:11,opacity:d||M?1:0,pointerEvents:d||M?"auto":"none"},onClick:j}),e.jsxs("div",{ref:p=>{u.current=p,typeof a=="function"?a(p):a&&(a.current=p)},role:"tablist","aria-label":"Sample Tabs",className:B1.tab,"data-alignment":H?"start":r,"data-direction":n,"data-overflow-type":l,children:[e.jsx("div",{className:B1["tab-selected-indicator"],style:{left:N?0:Z.left,width:(Z.width??0)+(N?32:0),top:Z.top,height:Z.height}}),N&&y&&e.jsx(P1,{autoClose:!0,dropdownId:"tab-dropdown",onClose:()=>B(!1),offset:10,trigger:e.jsxs("button",{type:"button",className:B1["tab-dropdown-button"],onClick:()=>B(p=>!p),"aria-label":"Select tab","data-inverted":c,children:[y&&y.icon&&e.jsx(k,{name:y.icon,appearance:"filled"}),y&&e.jsx("div",{style:{flexShrink:0},children:y==null?void 0:y.label}),y.badgeCount&&y.badgeCount>0&&y.badgeContent==="number"&&e.jsx(W,{badgeType:y.badgeType,content:y.badgeContent,count:y.badgeCount}),e.jsx(k,{style:{flexShrink:0},name:"arrow-chevron-down"})]}),isOpen:O,children:C.filter(p=>p.id!==s).map((p,L)=>e.jsx(R1,{id:p.id,label:p.label,onClick:_,disabled:p.disabled,leftIcon:p.icon,badgeCount:p.badgeCount,badgeContent:p.badgeContent,badgeIcon:p.badgeIcon,badgeType:p.badgeType,showBadge:!0},`${p.id}-dropdown-${L}`))}),C.map((p,L)=>e.jsx(cr,{onClick:_,isSelected:s===p.id,compactSpacing:o,direction:n,"data-hidden":N,inverted:c,...p},`${p.id}-${L}`))]}),H&&!N&&e.jsx(r1,{name:n==="horizontal"?"arrow-chevron-right":"arrow-chevron-down","aria-label":"Next tabs",variant:"transparent",style:{zIndex:11,opacity:v||g?1:0,pointerEvents:v||g?"auto":"none"},onClick:f})]}),e.jsx("div",{className:B1["tab-border-horizontal"],"aria-hidden":"true",role:"presentation","data-direction":n,"data-compact-spacing":o,"data-scrollable":H&&l==="scrollable"?!0:void 0})]})}),dr="_tag_1p4f3_1",Z3={tag:dr,"tag-label":"_tag-label_1p4f3_15"},j3={success:"check-circle",information:"info",warning:"warning",alert:"dangerous"},wr=i.forwardRef(({tagType:C="status",status:t,color:n,compactSpacing:r,label:s,showLeftIcon:o=!1,iconName:l,...c},a)=>(C==="status"&&t&&j3[t]&&(l=j3[t]),l&&!b1(l)?(console.warn(`Tag: Invalid icon name "${l}". Please use a valid icon key.`),null):e.jsxs("div",{ref:a,className:Z3.tag,"data-tag-type":C,"data-status":t,"data-color":n,"data-compact-spacing":r,...c,children:[l&&b1(l)&&(C==="status"||o)&&e.jsx(k,{name:l,size:16}),s&&e.jsx("label",{className:Z3["tag-label"],"data-compact-spacing":r,children:s})]}))),ur="_container_16ne6_1",gr="_textarea_16ne6_44",vr="_label_16ne6_137",d1={container:ur,"top-position-container":"_top-position-container_16ne6_9","header-container":"_header-container_16ne6_30","textarea-container":"_textarea-container_16ne6_44",textarea:gr,"character-counter":"_character-counter_16ne6_126",label:vr},xr=i.forwardRef(({className:C="",id:t,name:n,required:r=!1,onChange:s,onBlur:o,label:l,labelId:c,labelPosition:a="top",assistiveTextLabel:d,assistiveTextAppearance:w="description",["aria-labelledby"]:v,assistiveTextLink:x,showLabelRequirement:g=!1,resizeable:h="true",maxLength:M,defaultValue:V,showCounter:H,value:m,...O},B)=>{const[u,Z]=i.useState((m==null?void 0:m.length)||(V==null?void 0:V.length)||0),S=i.useRef(null),N=H&&M,b=j=>{var f;o&&o(j),(f=S.current)==null||f.scrollTo({top:0})},_=j=>{s&&s(j),M&&Z(j.target.value.length)};return e.jsxs("div",{className:d1.container,"data-label-position":a,children:[l&&a==="side"&&e.jsxs("label",{id:c,className:d1.label,htmlFor:t,"data-label-position":a,children:[l,e.jsx(D1,{required:r,showLabelRequirement:g})]}),e.jsxs("div",{className:d1["top-position-container"],"data-label-position":a,children:[e.jsxs("div",{className:d1["header-container"],"data-label-position":a,children:[l&&a==="top"&&e.jsxs("label",{id:c,className:d1.label,htmlFor:t,"data-label-position":a,children:[l,e.jsx(D1,{required:r,showLabelRequirement:g})]}),N&&e.jsxs("span",{className:d1["character-counter"],children:[u,"/",M]})]}),e.jsxs("div",{className:d1["textarea-container"],"data-label-position":a,children:[e.jsx("textarea",{ref:j=>{S.current=j,typeof B=="function"?B(j):B&&(B.current=j)},id:t,name:n,className:R(d1.textarea,C),"data-resizeable":h,"data-assistive-text-appearance":w,onChange:_,"aria-labelledby":c||v,maxLength:M,onBlur:b,defaultValue:V,value:m,...O}),d&&e.jsx(w3,{label:d,appearance:w,showIcon:!0,href:x})]})]})]})}),K=[];for(let C=0;C<256;++C)K.push((C+256).toString(16).slice(1));function hr(C,t=0){return(K[C[t+0]]+K[C[t+1]]+K[C[t+2]]+K[C[t+3]]+"-"+K[C[t+4]]+K[C[t+5]]+"-"+K[C[t+6]]+K[C[t+7]]+"-"+K[C[t+8]]+K[C[t+9]]+"-"+K[C[t+10]]+K[C[t+11]]+K[C[t+12]]+K[C[t+13]]+K[C[t+14]]+K[C[t+15]]).toLowerCase()}let l3;const pr=new Uint8Array(16);function Hr(){if(!l3){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");l3=crypto.getRandomValues.bind(crypto)}return l3(pr)}const Vr=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),m3={randomUUID:Vr};function Lr(C,t,n){var s;if(m3.randomUUID&&!C)return m3.randomUUID();C=C||{};const r=C.random??((s=C.rng)==null?void 0:s.call(C))??Hr();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,hr(r)}const e6=i.createContext(null),t6=()=>{const C=i.useContext(e6);if(!C)throw new Error("Toast component must be used within a ToastQueueProvider");return C},Mr=(C,t)=>{const[n,r]=i.useState(t),{isFirstInQueue:s,isInQueue:o,queue:l}=t6(),c=i.useCallback(()=>{r(!1)},[]),a=()=>{r(!0)};return i.useEffect(()=>{l.length>0&&(s(C)?a():o(C)&&c())},[l.length,s,o,c,C]),{isInternalOpen:n,hideToast:c,showToast:a}},fr=3e3,Zr=5e3,jr=8e3,mr={short:fr,medium:Zr,long:jr},Br=({shouldStartTimer:C,duration:t},n)=>{const r=i.useRef(null),s=i.useCallback(()=>{r.current=setTimeout(()=>{n()},mr[t])},[t,n]),o=i.useCallback(()=>{r.current&&(clearTimeout(r.current),r.current=null)},[]);return i.useEffect(()=>(C&&(o(),s()),()=>{o()}),[s,o,C]),{initializeTimer:s,removeTimer:o}},Sr="_toast_ara8a_1",O1={toast:Sr,"toast-message":"_toast-message_ara8a_53","toast-icon":"_toast-icon_ara8a_68","toast-content":"_toast-content_ara8a_71"},br=i.forwardRef(({id:C,message:t,type:n="error",closable:r=!1,placement:s="bottom-right",isOpen:o=!0,autoDismiss:l=!0,actionButtonLabel:c,onActionButtonClick:a,duration:d="medium",onClose:w,iconName:v,showLeftIcon:x=!0,showActionButton:g=!0,...h},M)=>{const V=!!c&&g,H=l&&!V,[m]=i.useState(C||Lr()),{isInternalOpen:O,hideToast:B}=Mr(m,o),{addToQueue:u,removeFromQueue:Z}=t6(),{shouldRender:S,isAnimating:N}=y1(O,300),{initializeTimer:b,removeTimer:_}=Br({shouldStartTimer:H&&O,duration:d},()=>{y()}),[j,f]=s.split("-"),y=i.useCallback(()=>{B(),_(),Z(m),w==null||w()},[B,_,Z,m,w]);i.useEffect(()=>{o?u({id:m,hasActionButton:V,type:n}):y()},[o,V,n,H,m,u,y]);const p=()=>{y()},L=$=>{$.stopPropagation(),H&&o&&_()},F=$=>{$.stopPropagation(),H&&b()},D=x&&n!=="neutral",T=x&&v&&b1(v);return S&&e.jsx(E1,{children:e.jsxs("div",{role:"status",className:R(O1.toast,h.className),"data-type":n,"data-position":j,"data-alignment":f,"data-open":N||void 0,ref:M,onMouseOver:L,onMouseOut:F,...h,children:[e.jsxs("div",{className:O1["toast-content"],children:[D?e.jsx(k,{name:r6[n],size:w1.xl,className:O1["toast-icon"],"aria-hidden":"true"}):T&&e.jsx(k,{name:v,size:w1.xl,className:O1["toast-icon"],"aria-hidden":"true"}),e.jsx("span",{className:O1["toast-message"],children:t})]}),V&&e.jsx(k1,{variant:n==="neutral"?"reverse":"transparent",onClick:a,label:c}),r&&e.jsx(r1,{"data-testid":"toast-close-button",name:"close",variant:n==="neutral"?"reverse":"neutral",onClick:p})]})})}),_r=C=>{const{hasActionButton:t,type:n}=C;if(t)switch(n){case"error":return 1;case"warning":return 3;case"success":return 5;case"info":return 6;default:return 7}else switch(n){case"error":return 2;case"warning":return 4;case"success":return 8;case"info":return 9;default:return 10}},yr=({children:C})=>{const[t,n]=i.useState([]),r=i.useCallback(c=>{const a=_r(c);n(d=>[...d,{id:c.id,priority:a,isOpen:!1}].sort((w,v)=>w.priority-v.priority))},[]),s=i.useCallback(c=>{n(a=>a.filter(d=>d.id!==c))},[]),o=c=>t.length>0&&t[0].id===c,l=c=>t.findIndex(a=>a.id===c)!==-1;return e.jsx(e6.Provider,{value:{addToQueue:r,removeFromQueue:s,isFirstInQueue:o,isInQueue:l,queue:t},children:C})};exports.Badge=W;exports.Banner=le;exports.BaseSideNav=W3;exports.Breadcrumbs=Ae;exports.Button=k1;exports.Card=Ee;exports.Checkbox=D3;exports.CheckboxGroup=Ye;exports.Chip=Je;exports.Divider=n1;exports.Grid=T3;exports.Icon=k;exports.IconButton=r1;exports.IconButtonToggle=et;exports.Link=W1;exports.Modal=nt;exports.Popover=wt;exports.RadioButton=K3;exports.RadioButtonGroup=ft;exports.Searchbar=qt;exports.SegmentedControl=sn;exports.Select=dn;exports.SideNav=Kn;exports.SplitButton=Jn;exports.Switch=tr;exports.Tab=ar;exports.Tag=wr;exports.TextInput=U3;exports.Textarea=xr;exports.Toast=br;exports.ToastQueueProvider=yr;exports.Tooltip=q1;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),n6=require("react-dom"),w1={xs:12,s:16,m:20,l:24,xl:32},r6={info:"info",error:"dangerous",success:"check-circle",warning:"warning"},o6=100,s6="99+",l6={xs:null,s:null,m:w1.xs,l:w1.s};function i6(C){return l6[C]??void 0}function B3({size:C,content:t,iconSize:n}){return!["xs","s"].includes(C)&&t==="icon"&&!!n}function S3({size:C,content:t,count:n}){return!["xs","s"].includes(C)&&t==="number"&&typeof n=="number"&&n>0}function c6({size:C,content:t,count:n,iconSize:r}){switch(t){case"icon":return B3({size:C,content:t,iconSize:r});case"number":return S3({size:C,content:t,count:n});default:return!0}}function X1(C){return typeof C!="number"?"":C<o6?C.toString():s6}function T1(C){const{showBadge:t,badgeContent:n,badgeCount:r,badgeIcon:s}=C;return t&&(n==="empty"||typeof r=="number"&&r>0&&n==="number"||n==="icon"&&s!==void 0)}function a6(C,...t){return t.some(n=>C in n)}const d6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16669 10.8334H5.00002C4.76391 10.8334 4.56599 10.7535 4.40627 10.5938C4.24655 10.434 4.16669 10.2361 4.16669 10C4.16669 9.76391 4.24655 9.56599 4.40627 9.40627C4.56599 9.24655 4.76391 9.16669 5.00002 9.16669H9.16669V5.00002C9.16669 4.76391 9.24655 4.56599 9.40627 4.40627C9.56599 4.24655 9.76391 4.16669 10 4.16669C10.2361 4.16669 10.434 4.24655 10.5938 4.40627C10.7535 4.56599 10.8334 4.76391 10.8334 5.00002V9.16669H15C15.2361 9.16669 15.434 9.24655 15.5938 9.40627C15.7535 9.56599 15.8334 9.76391 15.8334 10C15.8334 10.2361 15.7535 10.434 15.5938 10.5938C15.434 10.7535 15.2361 10.8334 15 10.8334H10.8334V15C10.8334 15.2361 10.7535 15.434 10.5938 15.5938C10.434 15.7535 10.2361 15.8334 10 15.8334C9.76391 15.8334 9.56599 15.7535 9.40627 15.5938C9.24655 15.434 9.16669 15.2361 9.16669 15V10.8334Z",fill:n})}),w6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16666 10.8334V13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334V10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76391 14.0868 9.56599 13.9271 9.40627C13.7674 9.24655 13.5694 9.16669 13.3333 9.16669H10.8333V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V9.16669H6.66666C6.43055 9.16669 6.23263 9.24655 6.07291 9.40627C5.91318 9.56599 5.83332 9.76391 5.83332 10C5.83332 10.2361 5.91318 10.434 6.07291 10.5938C6.23263 10.7535 6.43055 10.8334 6.66666 10.8334H9.16666ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334Z",fill:n})}),u6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16666 10.8334V13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334V10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76391 14.0868 9.56599 13.9271 9.40627C13.7674 9.24655 13.5694 9.16669 13.3333 9.16669H10.8333V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V9.16669H6.66666C6.43055 9.16669 6.23263 9.24655 6.07291 9.40627C5.91318 9.56599 5.83332 9.76391 5.83332 10C5.83332 10.2361 5.91318 10.434 6.07291 10.5938C6.23263 10.7535 6.43055 10.8334 6.66666 10.8334H9.16666ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334ZM9.99999 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0208 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0208 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 9.99999 3.33335C8.13888 3.33335 6.56249 3.97919 5.27082 5.27085C3.97916 6.56252 3.33332 8.13891 3.33332 10C3.33332 11.8611 3.97916 13.4375 5.27082 14.7292C6.56249 16.0209 8.13888 16.6667 9.99999 16.6667Z",fill:n})}),g6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1666 18.3334C13.0138 18.3334 12.0312 17.9271 11.2187 17.1146C10.4062 16.3021 9.99992 15.3195 9.99992 14.1667C9.99992 13.0139 10.4062 12.0313 11.2187 11.2188C12.0312 10.4063 13.0138 10 14.1666 10C15.3194 10 16.302 10.4063 17.1145 11.2188C17.927 12.0313 18.3333 13.0139 18.3333 14.1667C18.3333 15.3195 17.927 16.3021 17.1145 17.1146C16.302 17.9271 15.3194 18.3334 14.1666 18.3334ZM3.33325 9.25002V5.31252C3.33325 4.9653 3.43395 4.6528 3.63534 4.37502C3.83672 4.09724 4.09714 3.89585 4.41659 3.77085L9.41659 1.89585C9.61103 1.82641 9.80547 1.79169 9.99992 1.79169C10.1944 1.79169 10.3888 1.82641 10.5833 1.89585L15.5833 3.77085C15.9027 3.89585 16.1631 4.09724 16.3645 4.37502C16.5659 4.6528 16.6666 4.9653 16.6666 5.31252V7.85419C16.6666 8.0903 16.5624 8.28127 16.3541 8.4271C16.1458 8.57294 15.9235 8.61113 15.6874 8.54169C15.4374 8.47224 15.1874 8.42016 14.9374 8.38544C14.6874 8.35072 14.4305 8.33335 14.1666 8.33335C12.5555 8.33335 11.1805 8.9028 10.0416 10.0417C8.9027 11.1806 8.33325 12.5556 8.33325 14.1667C8.33325 14.6111 8.38534 15.0452 8.4895 15.4688C8.59367 15.8924 8.74297 16.3195 8.93742 16.75C9.06242 17.0139 9.02422 17.25 8.82284 17.4584C8.62145 17.6667 8.38881 17.7084 8.12492 17.5834C7.54159 17.2778 7.00686 16.9028 6.52075 16.4584C6.03464 16.0139 5.60409 15.5278 5.22909 15C4.63186 14.1806 4.16659 13.2813 3.83325 12.3021C3.49992 11.3229 3.33325 10.3056 3.33325 9.25002ZM14.1666 14.1667C14.5138 14.1667 14.8089 14.0452 15.052 13.8021C15.2951 13.559 15.4166 13.2639 15.4166 12.9167C15.4166 12.5695 15.2951 12.2743 15.052 12.0313C14.8089 11.7882 14.5138 11.6667 14.1666 11.6667C13.8194 11.6667 13.5242 11.7882 13.2812 12.0313C13.0381 12.2743 12.9166 12.5695 12.9166 12.9167C12.9166 13.2639 13.0381 13.559 13.2812 13.8021C13.5242 14.0452 13.8194 14.1667 14.1666 14.1667ZM14.1666 16.6667C14.5138 16.6667 14.8402 16.6007 15.1458 16.4688C15.4513 16.3368 15.7221 16.1459 15.9583 15.8959C16.0277 15.8125 16.0555 15.7188 16.0416 15.6146C16.0277 15.5104 15.9652 15.4306 15.8541 15.375C15.5902 15.25 15.3159 15.1563 15.0312 15.0938C14.7464 15.0313 14.4583 15 14.1666 15C13.8749 15 13.5867 15.0313 13.302 15.0938C13.0173 15.1563 12.743 15.25 12.4791 15.375C12.368 15.4306 12.3055 15.5104 12.2916 15.6146C12.2777 15.7188 12.3055 15.8125 12.3749 15.8959C12.611 16.1459 12.8819 16.3368 13.1874 16.4688C13.493 16.6007 13.8194 16.6667 14.1666 16.6667Z",fill:n})}),v6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99992 1.79169C10.111 1.79169 10.2117 1.79863 10.302 1.81252C10.3923 1.82641 10.486 1.85419 10.5833 1.89585L15.5833 3.77085C15.9027 3.89585 16.1631 4.09724 16.3645 4.37502C16.5659 4.6528 16.6666 4.9653 16.6666 5.31252V7.91669C16.6666 8.1528 16.5867 8.35072 16.427 8.51044C16.2673 8.67016 16.0694 8.75002 15.8333 8.75002C15.5971 8.75002 15.3992 8.67016 15.2395 8.51044C15.0798 8.35072 14.9999 8.1528 14.9999 7.91669V5.33335L9.99992 3.45835L4.99992 5.33335V9.25002C4.99992 9.94447 5.10061 10.6389 5.302 11.3334C5.50339 12.0278 5.78117 12.6875 6.13534 13.3125C6.4895 13.9375 6.92006 14.5 7.427 15C7.93395 15.5 8.48603 15.9097 9.08325 16.2292C9.29159 16.3403 9.44089 16.5 9.53117 16.7084C9.62145 16.9167 9.62492 17.125 9.54159 17.3334C9.44436 17.5556 9.28811 17.7084 9.07284 17.7917C8.85756 17.875 8.64575 17.8611 8.43742 17.75C6.86797 16.9722 5.62492 15.7986 4.70825 14.2292C3.79159 12.6597 3.33325 11 3.33325 9.25002V5.31252C3.33325 4.9653 3.43395 4.6528 3.63534 4.37502C3.83672 4.09724 4.09714 3.89585 4.41659 3.77085L9.41659 1.89585C9.51381 1.85419 9.61103 1.82641 9.70825 1.81252C9.80547 1.79863 9.9027 1.79169 9.99992 1.79169ZM14.1666 18.3334C13.0138 18.3334 12.0312 17.9271 11.2187 17.1146C10.4062 16.3021 9.99992 15.3195 9.99992 14.1667C9.99992 13.0139 10.4062 12.0313 11.2187 11.2188C12.0312 10.4063 13.0138 10 14.1666 10C15.3194 10 16.302 10.4063 17.1145 11.2188C17.927 12.0313 18.3333 13.0139 18.3333 14.1667C18.3333 15.3195 17.927 16.3021 17.1145 17.1146C16.302 17.9271 15.3194 18.3334 14.1666 18.3334ZM14.1666 14.1667C14.5138 14.1667 14.8089 14.0452 15.052 13.8021C15.2951 13.559 15.4166 13.2639 15.4166 12.9167C15.4166 12.5695 15.2951 12.2743 15.052 12.0313C14.8089 11.7882 14.5138 11.6667 14.1666 11.6667C13.8194 11.6667 13.5242 11.7882 13.2812 12.0313C13.0381 12.2743 12.9166 12.5695 12.9166 12.9167C12.9166 13.2639 13.0381 13.559 13.2812 13.8021C13.5242 14.0452 13.8194 14.1667 14.1666 14.1667ZM14.1666 16.6667C14.5138 16.6667 14.8402 16.6007 15.1458 16.4688C15.4513 16.3368 15.7221 16.1459 15.9583 15.8959C16.0277 15.8125 16.0555 15.7188 16.0416 15.6146C16.0277 15.5104 15.9652 15.4306 15.8541 15.375C15.5902 15.25 15.3159 15.1563 15.0312 15.0938C14.7464 15.0313 14.4583 15 14.1666 15C13.8749 15 13.5867 15.0313 13.302 15.0938C13.0173 15.1563 12.743 15.25 12.4791 15.375C12.368 15.4306 12.3055 15.5104 12.2916 15.6146C12.2777 15.7188 12.3055 15.8125 12.3749 15.8959C12.611 16.1459 12.8819 16.3368 13.1874 16.4688C13.493 16.6007 13.8194 16.6667 14.1666 16.6667Z",fill:n})}),x6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.1665 17.5V14.1666C9.1665 13.3889 9.04845 12.8125 8.81234 12.4375C8.57623 12.0625 8.26373 11.6944 7.87484 11.3333L9.06234 10.1458C9.229 10.2986 9.38873 10.4618 9.5415 10.6354C9.69428 10.809 9.84706 10.993 9.99984 11.1875C10.1943 10.9236 10.3922 10.691 10.5936 10.4896C10.795 10.2882 10.9998 10.0903 11.2082 9.89581C11.7359 9.4097 12.2151 8.8472 12.6457 8.20831C13.0762 7.56942 13.3054 6.45137 13.3332 4.85415L12.604 5.58331C12.4512 5.73609 12.2603 5.81248 12.0311 5.81248C11.8019 5.81248 11.604 5.73609 11.4373 5.58331C11.2707 5.41665 11.1873 5.21873 11.1873 4.98956C11.1873 4.7604 11.2707 4.56248 11.4373 4.39581L13.5832 2.24998C13.6665 2.16665 13.7568 2.10762 13.854 2.0729C13.9512 2.03817 14.0554 2.02081 14.1665 2.02081C14.2776 2.02081 14.3818 2.03817 14.479 2.0729C14.5762 2.10762 14.6665 2.16665 14.7498 2.24998L16.9165 4.41665C17.0693 4.56942 17.1491 4.7604 17.1561 4.98956C17.163 5.21873 17.0832 5.41665 16.9165 5.58331C16.7637 5.73609 16.5693 5.81248 16.3332 5.81248C16.0971 5.81248 15.9026 5.73609 15.7498 5.58331L14.9998 4.85415C14.9721 6.84026 14.6665 8.25345 14.0832 9.09373C13.4998 9.93401 12.9165 10.618 12.3332 11.1458C11.8887 11.5486 11.5276 11.941 11.2498 12.3229C10.9721 12.7048 10.8332 13.3194 10.8332 14.1666V17.5C10.8332 17.7361 10.7533 17.934 10.5936 18.0937C10.4339 18.2535 10.2359 18.3333 9.99984 18.3333C9.76373 18.3333 9.56581 18.2535 9.40609 18.0937C9.24637 17.934 9.1665 17.7361 9.1665 17.5ZM5.1665 6.81248C5.11095 6.5347 5.07275 6.22915 5.05192 5.89581C5.03109 5.56248 5.01373 5.21526 4.99984 4.85415L4.24984 5.60415C4.09706 5.75692 3.90609 5.83331 3.67692 5.83331C3.44775 5.83331 3.24984 5.74998 3.08317 5.58331C2.93039 5.43054 2.854 5.23609 2.854 4.99998C2.854 4.76387 2.93039 4.56942 3.08317 4.41665L5.24984 2.24998C5.33317 2.16665 5.42345 2.10762 5.52067 2.0729C5.61789 2.03817 5.72206 2.02081 5.83317 2.02081C5.94428 2.02081 6.04845 2.03817 6.14567 2.0729C6.24289 2.10762 6.33317 2.16665 6.4165 2.24998L8.58317 4.41665C8.74984 4.58331 8.8297 4.77776 8.82275 4.99998C8.81581 5.2222 8.729 5.41665 8.56234 5.58331C8.39567 5.73609 8.20123 5.81248 7.979 5.81248C7.75678 5.81248 7.56234 5.73609 7.39567 5.58331L6.6665 4.87498C6.6665 5.16665 6.68039 5.44095 6.70817 5.6979C6.73595 5.95484 6.76373 6.19442 6.7915 6.41665L5.1665 6.81248ZM6.95817 10.4791C6.68039 10.1875 6.41303 9.8472 6.15609 9.45831C5.89914 9.06942 5.67345 8.59026 5.479 8.02081L7.08317 7.62498C7.22206 7.99998 7.38178 8.31942 7.56234 8.58331C7.74289 8.8472 7.93734 9.08331 8.14567 9.29165L6.95817 10.4791Z",fill:n})}),h6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10C6.43056 10 6.23264 10.0799 6.07292 10.2396C5.91319 10.3993 5.83333 10.5972 5.83333 10.8333V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V10.8333C7.5 10.5972 7.42014 10.3993 7.26042 10.2396C7.10069 10.0799 6.90278 10 6.66667 10ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 11.6667C9.76389 11.6667 9.56597 11.7465 9.40625 11.9062C9.24653 12.066 9.16667 12.2639 9.16667 12.5V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9062C10.434 11.7465 10.2361 11.6667 10 11.6667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),p6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10C6.43056 10 6.23264 10.0799 6.07292 10.2396C5.91319 10.3993 5.83333 10.5972 5.83333 10.8333V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V10.8333C7.5 10.5972 7.42014 10.3993 7.26042 10.2396C7.10069 10.0799 6.90278 10 6.66667 10ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 11.6667C9.76389 11.6667 9.56597 11.7465 9.40625 11.9062C9.24653 12.066 9.16667 12.2639 9.16667 12.5V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9062C10.434 11.7465 10.2361 11.6667 10 11.6667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),H6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 16.6666C4.54165 16.6666 4.14929 16.5035 3.8229 16.1771C3.49651 15.8507 3.33331 15.4583 3.33331 15C3.33331 14.5416 3.49651 14.1493 3.8229 13.8229C4.14929 13.4965 4.54165 13.3333 4.99998 13.3333C5.45831 13.3333 5.85067 13.4965 6.17706 13.8229C6.50345 14.1493 6.66665 14.5416 6.66665 15C6.66665 15.4583 6.50345 15.8507 6.17706 16.1771C5.85067 16.5035 5.45831 16.6666 4.99998 16.6666ZM9.99998 16.6666C9.54165 16.6666 9.14928 16.5035 8.8229 16.1771C8.49651 15.8507 8.33331 15.4583 8.33331 15C8.33331 14.5416 8.49651 14.1493 8.8229 13.8229C9.14928 13.4965 9.54165 13.3333 9.99998 13.3333C10.4583 13.3333 10.8507 13.4965 11.1771 13.8229C11.5035 14.1493 11.6666 14.5416 11.6666 15C11.6666 15.4583 11.5035 15.8507 11.1771 16.1771C10.8507 16.5035 10.4583 16.6666 9.99998 16.6666ZM15 16.6666C14.5416 16.6666 14.1493 16.5035 13.8229 16.1771C13.4965 15.8507 13.3333 15.4583 13.3333 15C13.3333 14.5416 13.4965 14.1493 13.8229 13.8229C14.1493 13.4965 14.5416 13.3333 15 13.3333C15.4583 13.3333 15.8507 13.4965 16.1771 13.8229C16.5035 14.1493 16.6666 14.5416 16.6666 15C16.6666 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4583 16.6666 15 16.6666ZM4.99998 11.6666C4.54165 11.6666 4.14929 11.5035 3.8229 11.1771C3.49651 10.8507 3.33331 10.4583 3.33331 9.99998C3.33331 9.54165 3.49651 9.14928 3.8229 8.8229C4.14929 8.49651 4.54165 8.33331 4.99998 8.33331C5.45831 8.33331 5.85067 8.49651 6.17706 8.8229C6.50345 9.14928 6.66665 9.54165 6.66665 9.99998C6.66665 10.4583 6.50345 10.8507 6.17706 11.1771C5.85067 11.5035 5.45831 11.6666 4.99998 11.6666ZM9.99998 11.6666C9.54165 11.6666 9.14928 11.5035 8.8229 11.1771C8.49651 10.8507 8.33331 10.4583 8.33331 9.99998C8.33331 9.54165 8.49651 9.14928 8.8229 8.8229C9.14928 8.49651 9.54165 8.33331 9.99998 8.33331C10.4583 8.33331 10.8507 8.49651 11.1771 8.8229C11.5035 9.14928 11.6666 9.54165 11.6666 9.99998C11.6666 10.4583 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4583 11.6666 9.99998 11.6666ZM15 11.6666C14.5416 11.6666 14.1493 11.5035 13.8229 11.1771C13.4965 10.8507 13.3333 10.4583 13.3333 9.99998C13.3333 9.54165 13.4965 9.14928 13.8229 8.8229C14.1493 8.49651 14.5416 8.33331 15 8.33331C15.4583 8.33331 15.8507 8.49651 16.1771 8.8229C16.5035 9.14928 16.6666 9.54165 16.6666 9.99998C16.6666 10.4583 16.5035 10.8507 16.1771 11.1771C15.8507 11.5035 15.4583 11.6666 15 11.6666ZM4.99998 6.66665C4.54165 6.66665 4.14929 6.50345 3.8229 6.17706C3.49651 5.85067 3.33331 5.45831 3.33331 4.99998C3.33331 4.54165 3.49651 4.14929 3.8229 3.8229C4.14929 3.49651 4.54165 3.33331 4.99998 3.33331C5.45831 3.33331 5.85067 3.49651 6.17706 3.8229C6.50345 4.14929 6.66665 4.54165 6.66665 4.99998C6.66665 5.45831 6.50345 5.85067 6.17706 6.17706C5.85067 6.50345 5.45831 6.66665 4.99998 6.66665ZM9.99998 6.66665C9.54165 6.66665 9.14928 6.50345 8.8229 6.17706C8.49651 5.85067 8.33331 5.45831 8.33331 4.99998C8.33331 4.54165 8.49651 4.14929 8.8229 3.8229C9.14928 3.49651 9.54165 3.33331 9.99998 3.33331C10.4583 3.33331 10.8507 3.49651 11.1771 3.8229C11.5035 4.14929 11.6666 4.54165 11.6666 4.99998C11.6666 5.45831 11.5035 5.85067 11.1771 6.17706C10.8507 6.50345 10.4583 6.66665 9.99998 6.66665ZM15 6.66665C14.5416 6.66665 14.1493 6.50345 13.8229 6.17706C13.4965 5.85067 13.3333 5.45831 13.3333 4.99998C13.3333 4.54165 13.4965 4.14929 13.8229 3.8229C14.1493 3.49651 14.5416 3.33331 15 3.33331C15.4583 3.33331 15.8507 3.49651 16.1771 3.8229C16.5035 4.14929 16.6666 4.54165 16.6666 4.99998C16.6666 5.45831 16.5035 5.85067 16.1771 6.17706C15.8507 6.50345 15.4583 6.66665 15 6.66665Z",fill:n})}),V6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5ZM10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667V11.8333L8.41667 11.0833C8.26389 10.9306 8.06944 10.8542 7.83333 10.8542C7.59722 10.8542 7.40278 10.9306 7.25 11.0833C7.09722 11.2361 7.02083 11.4306 7.02083 11.6667C7.02083 11.9028 7.09722 12.0972 7.25 12.25L9.41667 14.4167C9.58333 14.5833 9.77778 14.6667 10 14.6667C10.2222 14.6667 10.4167 14.5833 10.5833 14.4167L12.75 12.25C12.9028 12.0972 12.9792 11.9028 12.9792 11.6667C12.9792 11.4306 12.9028 11.2361 12.75 11.0833C12.5972 10.9306 12.4028 10.8542 12.1667 10.8542C11.9306 10.8542 11.7361 10.9306 11.5833 11.0833L10.8333 11.8333V9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333Z",fill:n})}),L6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667V11.8333L8.41667 11.0833C8.26389 10.9306 8.06944 10.8542 7.83333 10.8542C7.59722 10.8542 7.40278 10.9306 7.25 11.0833C7.09722 11.2361 7.02083 11.4306 7.02083 11.6667C7.02083 11.9028 7.09722 12.0972 7.25 12.25L9.41667 14.4167C9.58333 14.5833 9.77778 14.6667 10 14.6667C10.2222 14.6667 10.4167 14.5833 10.5833 14.4167L12.75 12.25C12.9028 12.0972 12.9792 11.9028 12.9792 11.6667C12.9792 11.4306 12.9028 11.2361 12.75 11.0833C12.5972 10.9306 12.4028 10.8542 12.1667 10.8542C11.9306 10.8542 11.7361 10.9306 11.5833 11.0833L10.8333 11.8333V9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333ZM4.16667 6.66667V15.8333H15.8333V6.66667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5Z",fill:n})}),M6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.9792C9.88893 17.9792 9.78476 17.9618 9.68754 17.9271C9.59032 17.8924 9.50004 17.8334 9.41671 17.75L4.75004 13.0834C4.59726 12.9306 4.52087 12.7361 4.52087 12.5C4.52087 12.2639 4.59726 12.0695 4.75004 11.9167C4.91671 11.75 5.11462 11.6702 5.34379 11.6771C5.57296 11.684 5.76393 11.7639 5.91671 11.9167L9.16671 15.1459V2.50002C9.16671 2.26391 9.24657 2.06599 9.40629 1.90627C9.56601 1.74655 9.76393 1.66669 10 1.66669C10.2362 1.66669 10.4341 1.74655 10.5938 1.90627C10.7535 2.06599 10.8334 2.26391 10.8334 2.50002V15.1459L14.0625 11.9167C14.2292 11.75 14.4271 11.6667 14.6563 11.6667C14.8855 11.6667 15.0834 11.75 15.25 11.9167C15.4028 12.0834 15.4792 12.2813 15.4792 12.5104C15.4792 12.7396 15.4028 12.9306 15.25 13.0834L10.5834 17.75C10.5 17.8334 10.4098 17.8924 10.3125 17.9271C10.2153 17.9618 10.1112 17.9792 10 17.9792Z",fill:n})}),f6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 13L14.9167 3.91665C15.0694 3.76387 15.2639 3.68748 15.5 3.68748C15.7361 3.68748 15.9306 3.76387 16.0833 3.91665C16.2361 4.06942 16.3125 4.26387 16.3125 4.49998C16.3125 4.73609 16.2361 4.93054 16.0833 5.08331L7 14.1666L11.6667 14.1666C11.9028 14.1666 12.1007 14.2465 12.2604 14.4062C12.4201 14.566 12.5 14.7639 12.5 15C12.5 15.2361 12.4201 15.434 12.2604 15.5937C12.1007 15.7535 11.9028 15.8333 11.6667 15.8333L5 15.8333C4.76389 15.8333 4.56597 15.7535 4.40625 15.5937C4.24653 15.434 4.16667 15.2361 4.16667 15L4.16667 8.33331C4.16667 8.0972 4.24653 7.89928 4.40625 7.73956C4.56597 7.57984 4.76389 7.49998 5 7.49998C5.23611 7.49998 5.43403 7.57984 5.59375 7.73956C5.75347 7.89928 5.83333 8.0972 5.83333 8.33331L5.83333 13Z",fill:n})}),Z6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13 14.1667L3.91665 5.08333C3.76387 4.93055 3.68748 4.73611 3.68748 4.5C3.68748 4.26389 3.76387 4.06944 3.91665 3.91667C4.06942 3.76389 4.26387 3.6875 4.49998 3.6875C4.73609 3.6875 4.93054 3.76389 5.08331 3.91667L14.1666 13L14.1666 8.33333C14.1666 8.09722 14.2465 7.89931 14.4062 7.73958C14.566 7.57986 14.7639 7.5 15 7.5C15.2361 7.5 15.434 7.57986 15.5937 7.73958C15.7535 7.89931 15.8333 8.09722 15.8333 8.33333L15.8333 15C15.8333 15.2361 15.7535 15.434 15.5937 15.5937C15.434 15.7535 15.2361 15.8333 15 15.8333L8.33331 15.8333C8.0972 15.8333 7.89929 15.7535 7.73956 15.5937C7.57984 15.434 7.49998 15.2361 7.49998 15C7.49998 14.7639 7.57984 14.566 7.73956 14.4062C7.89929 14.2465 8.0972 14.1667 8.33331 14.1667L13 14.1667Z",fill:n})}),j6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.85421 10.8333H17.5C17.7362 10.8333 17.9341 10.7535 18.0938 10.5937C18.2535 10.434 18.3334 10.2361 18.3334 9.99998C18.3334 9.76387 18.2535 9.56595 18.0938 9.40623C17.9341 9.24651 17.7362 9.16665 17.5 9.16665H4.85421L8.08337 5.91665C8.23615 5.76387 8.31601 5.5729 8.32296 5.34373C8.3299 5.11456 8.25004 4.91665 8.08337 4.74998C7.9306 4.5972 7.73615 4.52081 7.50004 4.52081C7.26393 4.52081 7.06949 4.5972 6.91671 4.74998L2.25004 9.41665C2.16671 9.49998 2.10768 9.59026 2.07296 9.68748C2.03824 9.7847 2.02087 9.88887 2.02087 9.99998C2.02087 10.1111 2.03824 10.2153 2.07296 10.3125C2.10768 10.4097 2.16671 10.5 2.25004 10.5833L6.91671 15.25C7.06949 15.4028 7.26046 15.4791 7.48962 15.4791C7.71879 15.4791 7.91671 15.4028 8.08337 15.25C8.25004 15.0833 8.33337 14.8854 8.33337 14.6562C8.33337 14.4271 8.25004 14.2291 8.08337 14.0625L4.85421 10.8333Z",fill:n})}),m6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.1458 10.8333H2.49996C2.26385 10.8333 2.06593 10.7535 1.90621 10.5937C1.74649 10.434 1.66663 10.2361 1.66663 9.99998C1.66663 9.76387 1.74649 9.56595 1.90621 9.40623C2.06593 9.24651 2.26385 9.16665 2.49996 9.16665H15.1458L11.9166 5.91665C11.7638 5.76387 11.684 5.5729 11.677 5.34373C11.6701 5.11456 11.75 4.91665 11.9166 4.74998C12.0694 4.5972 12.2638 4.52081 12.5 4.52081C12.7361 4.52081 12.9305 4.5972 13.0833 4.74998L17.75 9.41665C17.8333 9.49998 17.8923 9.59026 17.927 9.68748C17.9618 9.7847 17.9791 9.88887 17.9791 9.99998C17.9791 10.1111 17.9618 10.2153 17.927 10.3125C17.8923 10.4097 17.8333 10.5 17.75 10.5833L13.0833 15.25C12.9305 15.4028 12.7395 15.4791 12.5104 15.4791C12.2812 15.4791 12.0833 15.4028 11.9166 15.25C11.75 15.0833 11.6666 14.8854 11.6666 14.6562C11.6666 14.4271 11.75 14.2291 11.9166 14.0625L15.1458 10.8333Z",fill:n})}),B6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3333C9.76393 18.3333 9.56601 18.2535 9.40629 18.0937C9.24657 17.934 9.16671 17.7361 9.16671 17.5V4.85415L5.91671 8.08331C5.76393 8.23609 5.57296 8.31595 5.34379 8.3229C5.11462 8.32984 4.91671 8.24998 4.75004 8.08331C4.59726 7.93054 4.52087 7.73609 4.52087 7.49998C4.52087 7.26387 4.59726 7.06942 4.75004 6.91665L9.41671 2.24998C9.50004 2.16665 9.59032 2.10762 9.68754 2.0729C9.78476 2.03817 9.88893 2.02081 10 2.02081C10.1112 2.02081 10.2153 2.03817 10.3125 2.0729C10.4098 2.10762 10.5 2.16665 10.5834 2.24998L15.25 6.91665C15.4028 7.06942 15.4792 7.2604 15.4792 7.48956C15.4792 7.71873 15.4028 7.91665 15.25 8.08331C15.0834 8.24998 14.8855 8.33331 14.6563 8.33331C14.4271 8.33331 14.2292 8.24998 14.0625 8.08331L10.8334 4.85415V17.5C10.8334 17.7361 10.7535 17.934 10.5938 18.0937C10.4341 18.2535 10.2362 18.3333 10 18.3333Z",fill:n})}),S6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 7.00002V11.6667C5.83329 11.9028 5.75343 12.1007 5.59371 12.2604C5.43399 12.4202 5.23607 12.5 4.99996 12.5C4.76385 12.5 4.56593 12.4202 4.40621 12.2604C4.24649 12.1007 4.16663 11.9028 4.16663 11.6667V5.00002C4.16663 4.76391 4.24649 4.56599 4.40621 4.40627C4.56593 4.24655 4.76385 4.16669 4.99996 4.16669H11.6666C11.9027 4.16669 12.1007 4.24655 12.2604 4.40627C12.4201 4.56599 12.5 4.76391 12.5 5.00002C12.5 5.23613 12.4201 5.43405 12.2604 5.59377C12.1007 5.75349 11.9027 5.83335 11.6666 5.83335H6.99996L16.0833 14.9167C16.2361 15.0695 16.3125 15.2639 16.3125 15.5C16.3125 15.7361 16.2361 15.9306 16.0833 16.0834C15.9305 16.2361 15.7361 16.3125 15.5 16.3125C15.2638 16.3125 15.0694 16.2361 14.9166 16.0834L5.83329 7.00002Z",fill:n})}),b6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 7.00002L5.08333 16.0834C4.93056 16.2361 4.73611 16.3125 4.5 16.3125C4.26389 16.3125 4.06944 16.2361 3.91667 16.0834C3.76389 15.9306 3.6875 15.7361 3.6875 15.5C3.6875 15.2639 3.76389 15.0695 3.91667 14.9167L13 5.83335H8.33333C8.09722 5.83335 7.89931 5.75349 7.73958 5.59377C7.57986 5.43405 7.5 5.23613 7.5 5.00002C7.5 4.76391 7.57986 4.56599 7.73958 4.40627C7.89931 4.24655 8.09722 4.16669 8.33333 4.16669H15C15.2361 4.16669 15.434 4.24655 15.5937 4.40627C15.7535 4.56599 15.8333 4.76391 15.8333 5.00002V11.6667C15.8333 11.9028 15.7535 12.1007 15.5937 12.2604C15.434 12.4202 15.2361 12.5 15 12.5C14.7639 12.5 14.566 12.4202 14.4062 12.2604C14.2465 12.1007 14.1667 11.9028 14.1667 11.6667V7.00002Z",fill:n})}),_6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52088 11.6667L14.1667 11.6667L14.1667 4.16669C14.1667 3.93058 14.2466 3.73266 14.4063 3.57294C14.566 3.41322 14.7639 3.33335 15 3.33335C15.2362 3.33335 15.4341 3.41322 15.5938 3.57294C15.7535 3.73266 15.8334 3.93058 15.8334 4.16669L15.8334 11.6667C15.8334 12.125 15.6702 12.5174 15.3438 12.8438C15.0174 13.1702 14.625 13.3334 14.1667 13.3334L6.52088 13.3334L8.91671 15.7292C9.08337 15.8959 9.17018 16.0938 9.17712 16.3229C9.18407 16.5521 9.10421 16.75 8.93754 16.9167C8.77087 17.0834 8.57296 17.1667 8.34379 17.1667C8.11462 17.1667 7.91671 17.0834 7.75004 16.9167L3.91671 13.0834C3.83338 13 3.77435 12.9097 3.73963 12.8125C3.7049 12.7153 3.68754 12.6111 3.68754 12.5C3.68754 12.3889 3.7049 12.2847 3.73963 12.1875C3.77435 12.0903 3.83338 12 3.91671 11.9167L7.77088 8.06252C7.93754 7.89585 8.13199 7.81599 8.35421 7.82294C8.57643 7.82988 8.77088 7.91669 8.93754 8.08335C9.09032 8.25002 9.17018 8.44447 9.17713 8.66669C9.18407 8.88891 9.10421 9.08335 8.93754 9.25002L6.52088 11.6667Z",fill:n})}),y6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4791 11.6667L5.83329 11.6667L5.83329 4.16669C5.83329 3.93058 5.75343 3.73266 5.59371 3.57294C5.43399 3.41322 5.23607 3.33336 4.99996 3.33336C4.76385 3.33336 4.56593 3.41322 4.40621 3.57294C4.24649 3.73266 4.16663 3.93058 4.16663 4.16669L4.16663 11.6667C4.16663 12.125 4.32982 12.5174 4.65621 12.8438C4.9826 13.1702 5.37496 13.3334 5.83329 13.3334L13.4791 13.3334L11.0833 15.7292C10.9166 15.8959 10.8298 16.0938 10.8229 16.3229C10.8159 16.5521 10.8958 16.75 11.0625 16.9167C11.2291 17.0834 11.427 17.1667 11.6562 17.1667C11.8854 17.1667 12.0833 17.0834 12.25 16.9167L16.0833 13.0834C16.1666 13 16.2257 12.9097 16.2604 12.8125C16.2951 12.7153 16.3125 12.6111 16.3125 12.5C16.3125 12.3889 16.2951 12.2847 16.2604 12.1875C16.2257 12.0903 16.1666 12 16.0833 11.9167L12.2291 8.06252C12.0625 7.89586 11.868 7.81599 11.6458 7.82294C11.4236 7.82988 11.2291 7.91669 11.0625 8.08336C10.9097 8.25002 10.8298 8.44447 10.8229 8.66669C10.8159 8.88891 10.8958 9.08336 11.0625 9.25002L13.4791 11.6667Z",fill:n})}),O6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52083 8.33335L8.9375 10.75C9.10417 10.9167 9.18403 11.1111 9.17708 11.3334C9.17014 11.5556 9.09028 11.75 8.9375 11.9167C8.77083 12.0834 8.57639 12.1702 8.35417 12.1771C8.13194 12.184 7.9375 12.1042 7.77083 11.9375L3.91667 8.08335C3.83333 8.00002 3.77431 7.90974 3.73958 7.81252C3.70486 7.7153 3.6875 7.61113 3.6875 7.50002C3.6875 7.38891 3.70486 7.28474 3.73958 7.18752C3.77431 7.0903 3.83333 7.00002 3.91667 6.91669L7.72917 3.10419C7.89583 2.93752 8.09375 2.85419 8.32292 2.85419C8.55208 2.85419 8.75 2.93752 8.91667 3.10419C9.08333 3.27085 9.16667 3.4653 9.16667 3.68752C9.16667 3.90974 9.08333 4.10419 8.91667 4.27085L6.52083 6.66669H14.1667C14.625 6.66669 15.0174 6.82988 15.3437 7.15627C15.6701 7.48266 15.8333 7.87502 15.8333 8.33335V15.8334C15.8333 16.0695 15.7535 16.2674 15.5937 16.4271C15.434 16.5868 15.2361 16.6667 15 16.6667C14.7639 16.6667 14.566 16.5868 14.4062 16.4271C14.2465 16.2674 14.1667 16.0695 14.1667 15.8334V8.33335H6.52083Z",fill:n})}),N6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4791 8.33331H5.83329V15.8333C5.83329 16.0694 5.75343 16.2673 5.59371 16.4271C5.43399 16.5868 5.23607 16.6666 4.99996 16.6666C4.76385 16.6666 4.56593 16.5868 4.40621 16.4271C4.24649 16.2673 4.16663 16.0694 4.16663 15.8333V8.33331C4.16663 7.87498 4.32982 7.48262 4.65621 7.15623C4.9826 6.82984 5.37496 6.66665 5.83329 6.66665H13.4791L11.0833 4.27081C10.9166 4.10415 10.8298 3.90623 10.8229 3.67706C10.8159 3.4479 10.8958 3.24998 11.0625 3.08331C11.2291 2.91665 11.427 2.83331 11.6562 2.83331C11.8854 2.83331 12.0833 2.91665 12.25 3.08331L16.0833 6.91665C16.1666 6.99998 16.2257 7.09026 16.2604 7.18748C16.2951 7.2847 16.3125 7.38887 16.3125 7.49998C16.3125 7.61109 16.2951 7.71526 16.2604 7.81248C16.2257 7.9097 16.1666 7.99998 16.0833 8.08331L12.2291 11.9375C12.0625 12.1041 11.868 12.184 11.6458 12.1771C11.4236 12.1701 11.2291 12.0833 11.0625 11.9166C10.9097 11.75 10.8298 11.5555 10.8229 11.3333C10.8159 11.1111 10.8958 10.9166 11.0625 10.75L13.4791 8.33331Z",fill:n})}),F6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 12.4792C9.88885 12.4792 9.78468 12.4618 9.68746 12.4271C9.59024 12.3924 9.49996 12.3334 9.41663 12.25L5.58329 8.41671C5.43051 8.26393 5.35413 8.06949 5.35413 7.83337C5.35413 7.59726 5.43051 7.40282 5.58329 7.25004C5.73607 7.09726 5.93051 7.02087 6.16663 7.02087C6.40274 7.02087 6.59718 7.09726 6.74996 7.25004L9.99996 10.5L13.25 7.25004C13.4027 7.09726 13.5972 7.02087 13.8333 7.02087C14.0694 7.02087 14.2638 7.09726 14.4166 7.25004C14.5694 7.40282 14.6458 7.59726 14.6458 7.83337C14.6458 8.06949 14.5694 8.26393 14.4166 8.41671L10.5833 12.25C10.5 12.3334 10.4097 12.3924 10.3125 12.4271C10.2152 12.4618 10.1111 12.4792 9.99996 12.4792Z",fill:n})}),k6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.00004 9.99996L12.25 13.25C12.4028 13.4027 12.4792 13.5972 12.4792 13.8333C12.4792 14.0694 12.4028 14.2638 12.25 14.4166C12.0973 14.5694 11.9028 14.6458 11.6667 14.6458C11.4306 14.6458 11.2362 14.5694 11.0834 14.4166L7.25004 10.5833C7.16671 10.5 7.10768 10.4097 7.07296 10.3125C7.03824 10.2152 7.02087 10.1111 7.02087 9.99996C7.02087 9.88885 7.03824 9.78468 7.07296 9.68746C7.10768 9.59024 7.16671 9.49996 7.25004 9.41663L11.0834 5.58329C11.2362 5.43051 11.4306 5.35413 11.6667 5.35413C11.9028 5.35413 12.0973 5.43051 12.25 5.58329C12.4028 5.73607 12.4792 5.93051 12.4792 6.16663C12.4792 6.40274 12.4028 6.59718 12.25 6.74996L9.00004 9.99996Z",fill:n})}),I6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.5 9.99996L7.25004 6.74996C7.09726 6.59718 7.02087 6.40274 7.02087 6.16663C7.02087 5.93051 7.09726 5.73607 7.25004 5.58329C7.40282 5.43051 7.59726 5.35413 7.83337 5.35413C8.06949 5.35413 8.26393 5.43051 8.41671 5.58329L12.25 9.41663C12.3334 9.49996 12.3924 9.59024 12.4271 9.68746C12.4618 9.78468 12.4792 9.88885 12.4792 9.99996C12.4792 10.1111 12.4618 10.2152 12.4271 10.3125C12.3924 10.4097 12.3334 10.5 12.25 10.5833L8.41671 14.4166C8.26393 14.5694 8.06949 14.6458 7.83337 14.6458C7.59726 14.6458 7.40282 14.5694 7.25004 14.4166C7.09726 14.2638 7.02087 14.0694 7.02087 13.8333C7.02087 13.5972 7.09726 13.4027 7.25004 13.25L10.5 9.99996Z",fill:n})}),A6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 9L6.74996 12.25C6.59718 12.4028 6.40274 12.4792 6.16663 12.4792C5.93051 12.4792 5.73607 12.4028 5.58329 12.25C5.43051 12.0972 5.35413 11.9028 5.35413 11.6667C5.35413 11.4306 5.43051 11.2361 5.58329 11.0833L9.41663 7.25C9.58329 7.08333 9.77774 7 9.99996 7C10.2222 7 10.4166 7.08333 10.5833 7.25L14.4166 11.0833C14.5694 11.2361 14.6458 11.4306 14.6458 11.6667C14.6458 11.9028 14.5694 12.0972 14.4166 12.25C14.2638 12.4028 14.0694 12.4792 13.8333 12.4792C13.5972 12.4792 13.4027 12.4028 13.25 12.25L9.99996 9Z",fill:n})}),R6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 10.5625L8.02079 8.58329C7.86801 8.43051 7.67704 8.35413 7.44788 8.35413C7.21871 8.35413 7.02079 8.43051 6.85413 8.58329C6.68746 8.74996 6.60413 8.94788 6.60413 9.17704C6.60413 9.40621 6.68746 9.60413 6.85413 9.77079L9.41663 12.3333C9.58329 12.5 9.77774 12.5833 9.99996 12.5833C10.2222 12.5833 10.4166 12.5 10.5833 12.3333L13.1666 9.74996C13.3333 9.58329 13.4132 9.38885 13.4062 9.16663C13.3993 8.9444 13.3125 8.74996 13.1458 8.58329C12.9791 8.43051 12.7847 8.35065 12.5625 8.34371C12.3402 8.33676 12.1458 8.41663 11.9791 8.58329L9.99996 10.5625ZM9.99996 18.3333C8.84718 18.3333 7.76385 18.1145 6.74996 17.677C5.73607 17.2395 4.85413 16.6458 4.10413 15.8958C3.35413 15.1458 2.76038 14.2638 2.32288 13.25C1.88538 12.2361 1.66663 11.1527 1.66663 9.99996C1.66663 8.84718 1.88538 7.76385 2.32288 6.74996C2.76038 5.73607 3.35413 4.85413 4.10413 4.10413C4.85413 3.35413 5.73607 2.76038 6.74996 2.32288C7.76385 1.88538 8.84718 1.66663 9.99996 1.66663C11.1527 1.66663 12.2361 1.88538 13.25 2.32288C14.2638 2.76038 15.1458 3.35413 15.8958 4.10413C16.6458 4.85413 17.2395 5.73607 17.677 6.74996C18.1145 7.76385 18.3333 8.84718 18.3333 9.99996C18.3333 11.1527 18.1145 12.2361 17.677 13.25C17.2395 14.2638 16.6458 15.1458 15.8958 15.8958C15.1458 16.6458 14.2638 17.2395 13.25 17.677C12.2361 18.1145 11.1527 18.3333 9.99996 18.3333Z",fill:n})}),D6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 10.5625L8.02079 8.58329C7.86801 8.43051 7.67704 8.35413 7.44788 8.35413C7.21871 8.35413 7.02079 8.43051 6.85413 8.58329C6.68746 8.74996 6.60413 8.94788 6.60413 9.17704C6.60413 9.40621 6.68746 9.60413 6.85413 9.77079L9.41663 12.3333C9.58329 12.5 9.77774 12.5833 9.99996 12.5833C10.2222 12.5833 10.4166 12.5 10.5833 12.3333L13.1666 9.74996C13.3333 9.58329 13.4132 9.38885 13.4062 9.16663C13.3993 8.9444 13.3125 8.74996 13.1458 8.58329C12.9791 8.43051 12.7847 8.35065 12.5625 8.34371C12.3402 8.33676 12.1458 8.41663 11.9791 8.58329L9.99996 10.5625ZM9.99996 18.3333C8.84718 18.3333 7.76385 18.1145 6.74996 17.677C5.73607 17.2395 4.85413 16.6458 4.10413 15.8958C3.35413 15.1458 2.76038 14.2638 2.32288 13.25C1.88538 12.2361 1.66663 11.1527 1.66663 9.99996C1.66663 8.84718 1.88538 7.76385 2.32288 6.74996C2.76038 5.73607 3.35413 4.85413 4.10413 4.10413C4.85413 3.35413 5.73607 2.76038 6.74996 2.32288C7.76385 1.88538 8.84718 1.66663 9.99996 1.66663C11.1527 1.66663 12.2361 1.88538 13.25 2.32288C14.2638 2.76038 15.1458 3.35413 15.8958 4.10413C16.6458 4.85413 17.2395 5.73607 17.677 6.74996C18.1145 7.76385 18.3333 8.84718 18.3333 9.99996C18.3333 11.1527 18.1145 12.2361 17.677 13.25C17.2395 14.2638 16.6458 15.1458 15.8958 15.8958C15.1458 16.6458 14.2638 17.2395 13.25 17.677C12.2361 18.1145 11.1527 18.3333 9.99996 18.3333ZM9.99996 16.6666C11.8611 16.6666 13.4375 16.0208 14.7291 14.7291C16.0208 13.4375 16.6666 11.8611 16.6666 9.99996C16.6666 8.13885 16.0208 6.56246 14.7291 5.27079C13.4375 3.97913 11.8611 3.33329 9.99996 3.33329C8.13885 3.33329 6.56246 3.97913 5.27079 5.27079C3.97913 6.56246 3.33329 8.13885 3.33329 9.99996C3.33329 11.8611 3.97913 13.4375 5.27079 14.7291C6.56246 16.0208 8.13885 16.6666 9.99996 16.6666Z",fill:n})}),T6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.43754 9.99996L11.4167 8.02079C11.5695 7.86801 11.6459 7.67704 11.6459 7.44788C11.6459 7.21871 11.5695 7.02079 11.4167 6.85413C11.25 6.68746 11.0521 6.60413 10.823 6.60413C10.5938 6.60413 10.3959 6.68746 10.2292 6.85413L7.66671 9.41663C7.50004 9.58329 7.41671 9.77774 7.41671 9.99996C7.41671 10.2222 7.50004 10.4166 7.66671 10.5833L10.25 13.1666C10.4167 13.3333 10.6112 13.4132 10.8334 13.4062C11.0556 13.3993 11.25 13.3125 11.4167 13.1458C11.5695 12.9791 11.6493 12.7847 11.6563 12.5625C11.6632 12.3402 11.5834 12.1458 11.4167 11.9791L9.43754 9.99996ZM1.66671 9.99996C1.66671 8.84718 1.88546 7.76385 2.32296 6.74996C2.76046 5.73607 3.35421 4.85413 4.10421 4.10413C4.85421 3.35413 5.73615 2.76038 6.75004 2.32288C7.76393 1.88538 8.84726 1.66663 10 1.66663C11.1528 1.66663 12.2362 1.88538 13.25 2.32288C14.2639 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2396 5.73607 17.6771 6.74996C18.1146 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1146 12.2361 17.6771 13.25C17.2396 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.2639 17.2395 13.25 17.677C12.2362 18.1145 11.1528 18.3333 10 18.3333C8.84726 18.3333 7.76393 18.1145 6.75004 17.677C5.73615 17.2395 4.85421 16.6458 4.10421 15.8958C3.35421 15.1458 2.76046 14.2638 2.32296 13.25C1.88546 12.2361 1.66671 11.1527 1.66671 9.99996Z",fill:n})}),E6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.43754 9.99996L11.4167 8.02079C11.5695 7.86801 11.6459 7.67704 11.6459 7.44788C11.6459 7.21871 11.5695 7.02079 11.4167 6.85413C11.25 6.68746 11.0521 6.60413 10.823 6.60413C10.5938 6.60413 10.3959 6.68746 10.2292 6.85413L7.66671 9.41663C7.50004 9.58329 7.41671 9.77774 7.41671 9.99996C7.41671 10.2222 7.50004 10.4166 7.66671 10.5833L10.25 13.1666C10.4167 13.3333 10.6112 13.4132 10.8334 13.4062C11.0556 13.3993 11.25 13.3125 11.4167 13.1458C11.5695 12.9791 11.6493 12.7847 11.6563 12.5625C11.6632 12.3402 11.5834 12.1458 11.4167 11.9791L9.43754 9.99996ZM1.66671 9.99996C1.66671 8.84718 1.88546 7.76385 2.32296 6.74996C2.76046 5.73607 3.35421 4.85413 4.10421 4.10413C4.85421 3.35413 5.73615 2.76038 6.75004 2.32288C7.76393 1.88538 8.84726 1.66663 10 1.66663C11.1528 1.66663 12.2362 1.88538 13.25 2.32288C14.2639 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2396 5.73607 17.6771 6.74996C18.1146 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1146 12.2361 17.6771 13.25C17.2396 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.2639 17.2395 13.25 17.677C12.2362 18.1145 11.1528 18.3333 10 18.3333C8.84726 18.3333 7.76393 18.1145 6.75004 17.677C5.73615 17.2395 4.85421 16.6458 4.10421 15.8958C3.35421 15.1458 2.76046 14.2638 2.32296 13.25C1.88546 12.2361 1.66671 11.1527 1.66671 9.99996ZM3.33337 9.99996C3.33337 11.8611 3.97921 13.4375 5.27087 14.7291C6.56254 16.0208 8.13893 16.6666 10 16.6666C11.8612 16.6666 13.4375 16.0208 14.7292 14.7291C16.0209 13.4375 16.6667 11.8611 16.6667 9.99996C16.6667 8.13885 16.0209 6.56246 14.7292 5.27079C13.4375 3.97913 11.8612 3.33329 10 3.33329C8.13893 3.33329 6.56254 3.97913 5.27087 5.27079C3.97921 6.56246 3.33337 8.13885 3.33337 9.99996Z",fill:n})}),P6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.5625 9.99996L8.58335 8.02079C8.43058 7.86801 8.35419 7.67704 8.35419 7.44788C8.35419 7.21871 8.43058 7.02079 8.58335 6.85413C8.75002 6.68746 8.94794 6.60413 9.1771 6.60413C9.40627 6.60413 9.60419 6.68746 9.77085 6.85413L12.3334 9.41663C12.5 9.58329 12.5834 9.77774 12.5834 9.99996C12.5834 10.2222 12.5 10.4166 12.3334 10.5833L9.75002 13.1666C9.58335 13.3333 9.38891 13.4132 9.16669 13.4062C8.94446 13.3993 8.75002 13.3125 8.58335 13.1458C8.43058 12.9791 8.35071 12.7847 8.34377 12.5625C8.33683 12.3402 8.41669 12.1458 8.58335 11.9791L10.5625 9.99996ZM18.3334 9.99996C18.3334 8.84718 18.1146 7.76385 17.6771 6.74996C17.2396 5.73607 16.6459 4.85413 15.8959 4.10413C15.1459 3.35413 14.2639 2.76038 13.25 2.32288C12.2361 1.88538 11.1528 1.66663 10 1.66663C8.84724 1.66663 7.76391 1.88538 6.75002 2.32288C5.73613 2.76038 4.85419 3.35413 4.10419 4.10413C3.35419 4.85413 2.76044 5.73607 2.32294 6.74996C1.88544 7.76385 1.66669 8.84718 1.66669 9.99996C1.66669 11.1527 1.88544 12.2361 2.32294 13.25C2.76044 14.2638 3.35419 15.1458 4.10419 15.8958C4.85419 16.6458 5.73613 17.2395 6.75002 17.677C7.76391 18.1145 8.84724 18.3333 10 18.3333C11.1528 18.3333 12.2361 18.1145 13.25 17.677C14.2639 17.2395 15.1459 16.6458 15.8959 15.8958C16.6459 15.1458 17.2396 14.2638 17.6771 13.25C18.1146 12.2361 18.3334 11.1527 18.3334 9.99996Z",fill:n})}),z6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.5625 10L8.58335 11.9792C8.43058 12.132 8.35419 12.323 8.35419 12.5521C8.35419 12.7813 8.43058 12.9792 8.58335 13.1459C8.75002 13.3125 8.94794 13.3959 9.1771 13.3959C9.40627 13.3959 9.60419 13.3125 9.77085 13.1459L12.3334 10.5834C12.5 10.4167 12.5834 10.2223 12.5834 10C12.5834 9.77782 12.5 9.58337 12.3334 9.41671L9.75002 6.83337C9.58335 6.66671 9.38891 6.58685 9.16669 6.59379C8.94446 6.60074 8.75002 6.68754 8.58335 6.85421C8.43057 7.02087 8.35071 7.21532 8.34377 7.43754C8.33682 7.65976 8.41669 7.85421 8.58335 8.02087L10.5625 10ZM18.3334 10C18.3334 11.1528 18.1146 12.2362 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2362 1.66669 11.1528 1.66669 10C1.66669 8.84726 1.88544 7.76393 2.32294 6.75004C2.76044 5.73615 3.35419 4.85421 4.10419 4.10421C4.85419 3.35421 5.73613 2.76046 6.75002 2.32296C7.76391 1.88546 8.84724 1.66671 10 1.66671C11.1528 1.66671 12.2361 1.88546 13.25 2.32296C14.2639 2.76046 15.1459 3.35421 15.8959 4.10421C16.6459 4.85421 17.2396 5.73615 17.6771 6.75004C18.1146 7.76393 18.3334 8.84726 18.3334 10ZM16.6667 10C16.6667 8.13893 16.0209 6.56254 14.7292 5.27087C13.4375 3.97921 11.8611 3.33337 10 3.33337C8.13891 3.33337 6.56252 3.97921 5.27085 5.27087C3.97919 6.56254 3.33335 8.13893 3.33335 10C3.33335 11.8612 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8612 16.6667 10Z",fill:n})}),$6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 9.43754L11.9791 11.4167C12.1319 11.5695 12.3229 11.6459 12.5521 11.6459C12.7812 11.6459 12.9791 11.5695 13.1458 11.4167C13.3125 11.25 13.3958 11.0521 13.3958 10.823C13.3958 10.5938 13.3125 10.3959 13.1458 10.2292L10.5833 7.66671C10.4166 7.50004 10.2222 7.41671 9.99998 7.41671C9.77776 7.41671 9.58331 7.50004 9.41665 7.66671L6.83331 10.25C6.66665 10.4167 6.58679 10.6112 6.59373 10.8334C6.60068 11.0556 6.68748 11.25 6.85415 11.4167C7.02081 11.5695 7.21526 11.6493 7.43748 11.6563C7.6597 11.6632 7.85415 11.5834 8.02081 11.4167L9.99998 9.43754ZM9.99998 1.66671C11.1528 1.66671 12.2361 1.88546 13.25 2.32296C14.2639 2.76046 15.1458 3.35421 15.8958 4.10421C16.6458 4.85421 17.2396 5.73615 17.6771 6.75004C18.1146 7.76393 18.3333 8.84726 18.3333 10C18.3333 11.1528 18.1146 12.2362 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99998 18.3334C8.8472 18.3334 7.76387 18.1146 6.74998 17.6771C5.73609 17.2396 4.85415 16.6459 4.10415 15.8959C3.35415 15.1459 2.7604 14.2639 2.3229 13.25C1.8854 12.2362 1.66665 11.1528 1.66665 10C1.66665 8.84726 1.8854 7.76393 2.3229 6.75004C2.7604 5.73615 3.35415 4.85421 4.10415 4.10421C4.85415 3.35421 5.73609 2.76046 6.74998 2.32296C7.76387 1.88546 8.8472 1.66671 9.99998 1.66671Z",fill:n})}),K6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 9.43754L11.9791 11.4167C12.1319 11.5695 12.3229 11.6459 12.5521 11.6459C12.7812 11.6459 12.9791 11.5695 13.1458 11.4167C13.3125 11.25 13.3958 11.0521 13.3958 10.823C13.3958 10.5938 13.3125 10.3959 13.1458 10.2292L10.5833 7.66671C10.4166 7.50004 10.2222 7.41671 9.99998 7.41671C9.77776 7.41671 9.58331 7.50004 9.41665 7.66671L6.83331 10.25C6.66665 10.4167 6.58679 10.6112 6.59373 10.8334C6.60068 11.0556 6.68748 11.25 6.85415 11.4167C7.02081 11.5695 7.21526 11.6493 7.43748 11.6563C7.6597 11.6632 7.85415 11.5834 8.02081 11.4167L9.99998 9.43754ZM9.99998 1.66671C11.1528 1.66671 12.2361 1.88546 13.25 2.32296C14.2639 2.76046 15.1458 3.35421 15.8958 4.10421C16.6458 4.85421 17.2396 5.73615 17.6771 6.75004C18.1146 7.76393 18.3333 8.84726 18.3333 10C18.3333 11.1528 18.1146 12.2362 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99998 18.3334C8.8472 18.3334 7.76387 18.1146 6.74998 17.6771C5.73609 17.2396 4.85415 16.6459 4.10415 15.8959C3.35415 15.1459 2.7604 14.2639 2.3229 13.25C1.8854 12.2362 1.66665 11.1528 1.66665 10C1.66665 8.84726 1.8854 7.76393 2.3229 6.75004C2.7604 5.73615 3.35415 4.85421 4.10415 4.10421C4.85415 3.35421 5.73609 2.76046 6.74998 2.32296C7.76387 1.88546 8.8472 1.66671 9.99998 1.66671ZM9.99998 3.33337C8.13887 3.33337 6.56248 3.97921 5.27082 5.27087C3.97915 6.56254 3.33331 8.13893 3.33331 10C3.33331 11.8612 3.97915 13.4375 5.27081 14.7292C6.56248 16.0209 8.13887 16.6667 9.99998 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8612 16.6666 10C16.6666 8.13893 16.0208 6.56254 14.7291 5.27087C13.4375 3.97921 11.8611 3.33337 9.99998 3.33337Z",fill:n})}),U6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16663 10.1667L8.41663 9.41669C8.26385 9.26391 8.0694 9.18752 7.83329 9.18752C7.59718 9.18752 7.40274 9.26391 7.24996 9.41669C7.09718 9.56946 7.02079 9.76391 7.02079 10C7.02079 10.2361 7.09718 10.4306 7.24996 10.5834L9.41663 12.75C9.58329 12.9167 9.77774 13 9.99996 13C10.2222 13 10.4166 12.9167 10.5833 12.75L12.75 10.5834C12.9027 10.4306 12.9791 10.2361 12.9791 10C12.9791 9.76391 12.9027 9.56946 12.75 9.41669C12.5972 9.26391 12.4027 9.18752 12.1666 9.18752C11.9305 9.18752 11.7361 9.26391 11.5833 9.41669L10.8333 10.1667V7.50002C10.8333 7.26391 10.7534 7.06599 10.5937 6.90627C10.434 6.74655 10.2361 6.66669 9.99996 6.66669C9.76385 6.66669 9.56593 6.74655 9.40621 6.90627C9.24649 7.06599 9.16663 7.26391 9.16663 7.50002V10.1667ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),G6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16663 10.1667L8.41663 9.41669C8.26385 9.26391 8.0694 9.18752 7.83329 9.18752C7.59718 9.18752 7.40274 9.26391 7.24996 9.41669C7.09718 9.56946 7.02079 9.76391 7.02079 10C7.02079 10.2361 7.09718 10.4306 7.24996 10.5834L9.41663 12.75C9.58329 12.9167 9.77774 13 9.99996 13C10.2222 13 10.4166 12.9167 10.5833 12.75L12.75 10.5834C12.9027 10.4306 12.9791 10.2361 12.9791 10C12.9791 9.76391 12.9027 9.56946 12.75 9.41669C12.5972 9.26391 12.4027 9.18752 12.1666 9.18752C11.9305 9.18752 11.7361 9.26391 11.5833 9.41669L10.8333 10.1667V7.50002C10.8333 7.26391 10.7534 7.06599 10.5937 6.90627C10.434 6.74655 10.2361 6.66669 9.99996 6.66669C9.76385 6.66669 9.56593 6.74655 9.40621 6.90627C9.24649 7.06599 9.16663 7.26391 9.16663 7.50002V10.1667ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),W6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.83329 10.8334H12.5C12.7361 10.8334 12.934 10.7535 13.0937 10.5938C13.2534 10.434 13.3333 10.2361 13.3333 10C13.3333 9.76391 13.2534 9.56599 13.0937 9.40627C12.934 9.24655 12.7361 9.16669 12.5 9.16669H9.83329L10.5833 8.41669C10.7361 8.26391 10.8125 8.06946 10.8125 7.83335C10.8125 7.59724 10.7361 7.4028 10.5833 7.25002C10.4305 7.09724 10.2361 7.02085 9.99996 7.02085C9.76385 7.02085 9.5694 7.09724 9.41663 7.25002L7.24996 9.41669C7.08329 9.58335 6.99996 9.7778 6.99996 10C6.99996 10.2222 7.08329 10.4167 7.24996 10.5834L9.41663 12.75C9.5694 12.9028 9.76385 12.9792 9.99996 12.9792C10.2361 12.9792 10.4305 12.9028 10.5833 12.75C10.7361 12.5972 10.8125 12.4028 10.8125 12.1667C10.8125 11.9306 10.7361 11.7361 10.5833 11.5834L9.83329 10.8334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),q6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.83329 10.8334H12.5C12.7361 10.8334 12.934 10.7535 13.0937 10.5938C13.2534 10.434 13.3333 10.2361 13.3333 10C13.3333 9.76391 13.2534 9.56599 13.0937 9.40627C12.934 9.24655 12.7361 9.16669 12.5 9.16669H9.83329L10.5833 8.41669C10.7361 8.26391 10.8125 8.06946 10.8125 7.83335C10.8125 7.59724 10.7361 7.4028 10.5833 7.25002C10.4305 7.09724 10.2361 7.02085 9.99996 7.02085C9.76385 7.02085 9.5694 7.09724 9.41663 7.25002L7.24996 9.41669C7.08329 9.58335 6.99996 9.7778 6.99996 10C6.99996 10.2222 7.08329 10.4167 7.24996 10.5834L9.41663 12.75C9.5694 12.9028 9.76385 12.9792 9.99996 12.9792C10.2361 12.9792 10.4305 12.9028 10.5833 12.75C10.7361 12.5972 10.8125 12.4028 10.8125 12.1667C10.8125 11.9306 10.7361 11.7361 10.5833 11.5834L9.83329 10.8334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),Y6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10.1667 10.8334L9.41669 11.5834C9.26391 11.7361 9.18752 11.9306 9.18752 12.1667C9.18752 12.4028 9.26391 12.5972 9.41669 12.75C9.56946 12.9028 9.76391 12.9792 10 12.9792C10.2361 12.9792 10.4306 12.9028 10.5834 12.75L12.75 10.5834C12.9167 10.4167 13 10.2222 13 10C13 9.7778 12.9167 9.58335 12.75 9.41669L10.5834 7.25002C10.4306 7.09724 10.2361 7.02085 10 7.02085C9.76391 7.02085 9.56946 7.09724 9.41669 7.25002C9.26391 7.4028 9.18752 7.59724 9.18752 7.83335C9.18752 8.06946 9.26391 8.26391 9.41669 8.41669L10.1667 9.16669H7.50002C7.26391 9.16669 7.06599 9.24655 6.90627 9.40627C6.74655 9.56599 6.66669 9.76391 6.66669 10C6.66669 10.2361 6.74655 10.434 6.90627 10.5938C7.06599 10.7535 7.26391 10.8334 7.50002 10.8334H10.1667Z",fill:n})}),Q6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.1667 10.8334L9.41669 11.5834C9.26391 11.7361 9.18752 11.9306 9.18752 12.1667C9.18752 12.4028 9.26391 12.5972 9.41669 12.75C9.56946 12.9028 9.76391 12.9792 10 12.9792C10.2361 12.9792 10.4306 12.9028 10.5834 12.75L12.75 10.5834C12.9167 10.4167 13 10.2222 13 10C13 9.7778 12.9167 9.58335 12.75 9.41669L10.5834 7.25002C10.4306 7.09724 10.2361 7.02085 10 7.02085C9.76391 7.02085 9.56946 7.09724 9.41669 7.25002C9.26391 7.4028 9.18752 7.59724 9.18752 7.83335C9.18752 8.06946 9.26391 8.26391 9.41669 8.41669L10.1667 9.16669H7.50002C7.26391 9.16669 7.06599 9.24655 6.90627 9.40627C6.74655 9.56599 6.66669 9.76391 6.66669 10C6.66669 10.2361 6.74655 10.434 6.90627 10.5938C7.06599 10.7535 7.26391 10.8334 7.50002 10.8334H10.1667ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),X6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16669 9.83335V12.5C9.16669 12.7361 9.24655 12.934 9.40627 13.0938C9.56599 13.2535 9.76391 13.3334 10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8334 12.7361 10.8334 12.5V9.83335L11.5834 10.5834C11.7361 10.7361 11.9306 10.8125 12.1667 10.8125C12.4028 10.8125 12.5972 10.7361 12.75 10.5834C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76391 12.9028 9.56946 12.75 9.41669L10.5834 7.25002C10.4167 7.08335 10.2222 7.00002 10 7.00002C9.7778 7.00002 9.58335 7.08335 9.41669 7.25002L7.25002 9.41669C7.09724 9.56946 7.02085 9.76391 7.02085 10C7.02085 10.2361 7.09724 10.4306 7.25002 10.5834C7.4028 10.7361 7.59724 10.8125 7.83335 10.8125C8.06946 10.8125 8.26391 10.7361 8.41669 10.5834L9.16669 9.83335ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334Z",fill:n})}),J6=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16669 9.83335V12.5C9.16669 12.7361 9.24655 12.934 9.40627 13.0938C9.56599 13.2535 9.76391 13.3334 10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8334 12.7361 10.8334 12.5V9.83335L11.5834 10.5834C11.7361 10.7361 11.9306 10.8125 12.1667 10.8125C12.4028 10.8125 12.5972 10.7361 12.75 10.5834C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76391 12.9028 9.56946 12.75 9.41669L10.5834 7.25002C10.4167 7.08335 10.2222 7.00002 10 7.00002C9.7778 7.00002 9.58335 7.08335 9.41669 7.25002L7.25002 9.41669C7.09724 9.56946 7.02085 9.76391 7.02085 10C7.02085 10.2361 7.09724 10.4306 7.25002 10.5834C7.4028 10.7361 7.59724 10.8125 7.83335 10.8125C8.06946 10.8125 8.26391 10.7361 8.41669 10.5834L9.16669 9.83335ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),C5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 13.4792L13.2501 10.25C13.4028 10.0972 13.5938 10.0174 13.823 10.0104C14.0521 10.0035 14.2501 10.0833 14.4167 10.25C14.5695 10.4028 14.6459 10.5972 14.6459 10.8333C14.6459 11.0695 14.5695 11.2639 14.4167 11.4167L10.5834 15.25C10.5001 15.3333 10.4098 15.3924 10.3126 15.4271C10.2153 15.4618 10.1112 15.4792 10.0001 15.4792C9.88894 15.4792 9.78477 15.4618 9.68755 15.4271C9.59033 15.3924 9.50005 15.3333 9.41672 15.25L5.58338 11.4167C5.43061 11.2639 5.35074 11.0729 5.3438 10.8438C5.33686 10.6146 5.41672 10.4167 5.58338 10.25C5.73616 10.0972 5.93061 10.0208 6.16672 10.0208C6.40283 10.0208 6.59727 10.0972 6.75005 10.25L10.0001 13.4792ZM10.0001 8.47918L13.2501 5.25001C13.4028 5.09723 13.5938 5.01737 13.823 5.01043C14.0521 5.00348 14.2501 5.08334 14.4167 5.25001C14.5695 5.40279 14.6459 5.59723 14.6459 5.83334C14.6459 6.06945 14.5695 6.2639 14.4167 6.41668L10.5834 10.25C10.5001 10.3333 10.4098 10.3924 10.3126 10.4271C10.2153 10.4618 10.1112 10.4792 10.0001 10.4792C9.88894 10.4792 9.78477 10.4618 9.68755 10.4271C9.59033 10.3924 9.50005 10.3333 9.41672 10.25L5.58338 6.41668C5.43061 6.2639 5.35074 6.07293 5.3438 5.84376C5.33686 5.61459 5.41672 5.41668 5.58338 5.25001C5.73616 5.09723 5.93061 5.02084 6.16672 5.02084C6.40283 5.02084 6.59727 5.09723 6.75005 5.25001L10.0001 8.47918Z",fill:n})}),e5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52087 10.0001L9.75004 13.2501C9.90282 13.4028 9.98268 13.5938 9.98962 13.823C9.99657 14.0521 9.91671 14.2501 9.75004 14.4167C9.59726 14.5695 9.40282 14.6459 9.16671 14.6459C8.9306 14.6459 8.73615 14.5695 8.58337 14.4167L4.75004 10.5834C4.66671 10.5001 4.60768 10.4098 4.57296 10.3126C4.53824 10.2153 4.52087 10.1112 4.52087 10.0001C4.52087 9.88894 4.53824 9.78477 4.57296 9.68755C4.60768 9.59033 4.66671 9.50005 4.75004 9.41672L8.58337 5.58338C8.73615 5.43061 8.92712 5.35074 9.15629 5.3438C9.38546 5.33686 9.58337 5.41672 9.75004 5.58338C9.90282 5.73616 9.97921 5.93061 9.97921 6.16672C9.97921 6.40283 9.90282 6.59727 9.75004 6.75005L6.52087 10.0001ZM12.0209 10.0001L15.25 13.2501C15.4028 13.4028 15.4827 13.5938 15.4896 13.823C15.4966 14.0521 15.4167 14.2501 15.25 14.4167C15.0973 14.5695 14.9028 14.6459 14.6667 14.6459C14.4306 14.6459 14.2362 14.5695 14.0834 14.4167L10.25 10.5834C10.1667 10.5001 10.1077 10.4098 10.073 10.3126C10.0382 10.2153 10.0209 10.1112 10.0209 10.0001C10.0209 9.88894 10.0382 9.78477 10.073 9.68755C10.1077 9.59033 10.1667 9.50005 10.25 9.41672L14.0834 5.58338C14.2362 5.43061 14.4271 5.35074 14.6563 5.3438C14.8855 5.33686 15.0834 5.41672 15.25 5.58338C15.4028 5.73616 15.4792 5.93061 15.4792 6.16672C15.4792 6.40283 15.4028 6.59727 15.25 6.75005L12.0209 10.0001Z",fill:n})}),t5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.97918 9.99996L4.75001 6.74996C4.59723 6.59718 4.51737 6.40621 4.51043 6.17704C4.50348 5.94788 4.58334 5.74996 4.75001 5.58329C4.90279 5.43051 5.09723 5.35413 5.33334 5.35413C5.56945 5.35413 5.7639 5.43051 5.91668 5.58329L9.75001 9.41663C9.83334 9.49996 9.89237 9.59024 9.92709 9.68746C9.96182 9.78468 9.97918 9.88885 9.97918 9.99996C9.97918 10.1111 9.96182 10.2152 9.92709 10.3125C9.89237 10.4097 9.83334 10.5 9.75001 10.5833L5.91668 14.4166C5.7639 14.5694 5.57293 14.6493 5.34376 14.6562C5.11459 14.6632 4.91668 14.5833 4.75001 14.4166C4.59723 14.2638 4.52084 14.0694 4.52084 13.8333C4.52084 13.5972 4.59723 13.4027 4.75001 13.25L7.97918 9.99996ZM13.4792 9.99996L10.25 6.74996C10.0972 6.59718 10.0174 6.40621 10.0104 6.17704C10.0035 5.94788 10.0833 5.74996 10.25 5.58329C10.4028 5.43051 10.5972 5.35413 10.8333 5.35413C11.0695 5.35413 11.2639 5.43051 11.4167 5.58329L15.25 9.41663C15.3333 9.49996 15.3924 9.59024 15.4271 9.68746C15.4618 9.78468 15.4792 9.88885 15.4792 9.99996C15.4792 10.1111 15.4618 10.2152 15.4271 10.3125C15.3924 10.4097 15.3333 10.5 15.25 10.5833L11.4167 14.4166C11.2639 14.5694 11.0729 14.6493 10.8438 14.6562C10.6146 14.6632 10.4167 14.5833 10.25 14.4166C10.0972 14.2638 10.0208 14.0694 10.0208 13.8333C10.0208 13.5972 10.0972 13.4027 10.25 13.25L13.4792 9.99996Z",fill:n})}),n5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 11.5209L6.74996 14.75C6.59718 14.9028 6.40621 14.9827 6.17704 14.9896C5.94788 14.9966 5.74996 14.9167 5.58329 14.75C5.43051 14.5973 5.35413 14.4028 5.35413 14.1667C5.35413 13.9306 5.43051 13.7362 5.58329 13.5834L9.41663 9.75004C9.49996 9.66671 9.59024 9.60768 9.68746 9.57296C9.78468 9.53823 9.88885 9.52087 9.99996 9.52087C10.1111 9.52087 10.2152 9.53823 10.3125 9.57296C10.4097 9.60768 10.5 9.66671 10.5833 9.75004L14.4166 13.5834C14.5694 13.7362 14.6493 13.9271 14.6562 14.1563C14.6632 14.3855 14.5833 14.5834 14.4166 14.75C14.2638 14.9028 14.0694 14.9792 13.8333 14.9792C13.5972 14.9792 13.4027 14.9028 13.25 14.75L9.99996 11.5209ZM9.99996 6.52087L6.74996 9.75004C6.59718 9.90282 6.40621 9.98268 6.17704 9.98962C5.94788 9.99657 5.74996 9.91671 5.58329 9.75004C5.43051 9.59726 5.35413 9.40282 5.35413 9.16671C5.35413 8.9306 5.43051 8.73615 5.58329 8.58337L9.41663 4.75004C9.49996 4.66671 9.59024 4.60768 9.68746 4.57296C9.78468 4.53824 9.88885 4.52087 9.99996 4.52087C10.1111 4.52087 10.2152 4.53824 10.3125 4.57296C10.4097 4.60768 10.5 4.66671 10.5833 4.75004L14.4166 8.58337C14.5694 8.73615 14.6493 8.92712 14.6562 9.15629C14.6632 9.38546 14.5833 9.58337 14.4166 9.75004C14.2638 9.90282 14.0694 9.97921 13.8333 9.97921C13.5972 9.97921 13.4027 9.90282 13.25 9.75004L9.99996 6.52087Z",fill:n})}),r5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 13.4791V4.16665C9.16667 3.93054 9.24653 3.73262 9.40625 3.5729C9.56597 3.41317 9.76389 3.33331 10 3.33331C10.2361 3.33331 10.434 3.41317 10.5938 3.5729C10.7535 3.73262 10.8333 3.93054 10.8333 4.16665V13.4791L14.9167 9.39581C15.0833 9.22915 15.2778 9.14928 15.5 9.15623C15.7222 9.16317 15.9167 9.24998 16.0833 9.41665C16.2361 9.58331 16.316 9.77776 16.3229 9.99998C16.3299 10.2222 16.25 10.4166 16.0833 10.5833L10.5833 16.0833C10.5 16.1666 10.4097 16.2257 10.3125 16.2604C10.2153 16.2951 10.1111 16.3125 10 16.3125C9.88889 16.3125 9.78472 16.2951 9.6875 16.2604C9.59028 16.2257 9.5 16.1666 9.41667 16.0833L3.91667 10.5833C3.76389 10.4305 3.6875 10.2396 3.6875 10.0104C3.6875 9.78123 3.76389 9.58331 3.91667 9.41665C4.08333 9.24998 4.28125 9.16665 4.51042 9.16665C4.73958 9.16665 4.9375 9.24998 5.10417 9.41665L9.16667 13.4791Z",fill:n})}),o5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66669 13L14.0834 5.58331C14.2361 5.43054 14.4306 5.35415 14.6667 5.35415C14.9028 5.35415 15.0972 5.43054 15.25 5.58331C15.4028 5.73609 15.4792 5.93054 15.4792 6.16665C15.4792 6.40276 15.4028 6.5972 15.25 6.74998L7.83335 14.1666L14.1667 14.1666C14.4028 14.1666 14.6007 14.2465 14.7604 14.4062C14.9202 14.566 15 14.7639 15 15C15 15.2361 14.9202 15.434 14.7604 15.5937C14.6007 15.7535 14.4028 15.8333 14.1667 15.8333L5.83335 15.8333C5.59724 15.8333 5.39933 15.7535 5.2396 15.5937C5.07988 15.434 5.00002 15.2361 5.00002 15L5.00002 6.66665C5.00002 6.43053 5.07988 6.23262 5.2396 6.0729C5.39933 5.91317 5.59724 5.83331 5.83335 5.83331C6.06947 5.83331 6.26738 5.91317 6.4271 6.0729C6.58683 6.23262 6.66669 6.43053 6.66669 6.66665L6.66669 13Z",fill:n})}),s5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13 13.3333L5.58331 5.91665C5.43054 5.76387 5.35415 5.56942 5.35415 5.33331C5.35415 5.0972 5.43054 4.90276 5.58331 4.74998C5.73609 4.5972 5.93054 4.52081 6.16665 4.52081C6.40276 4.52081 6.5972 4.5972 6.74998 4.74998L14.1666 12.1666L14.1666 5.83331C14.1666 5.5972 14.2465 5.39929 14.4062 5.23956C14.566 5.07984 14.7639 4.99998 15 4.99998C15.2361 4.99998 15.434 5.07984 15.5937 5.23956C15.7535 5.39929 15.8333 5.5972 15.8333 5.83331L15.8333 14.1666C15.8333 14.4028 15.7535 14.6007 15.5937 14.7604C15.434 14.9201 15.2361 15 15 15L6.66665 15C6.43053 15 6.23262 14.9201 6.0729 14.7604C5.91317 14.6007 5.83331 14.4028 5.83331 14.1666C5.83331 13.9305 5.91317 13.7326 6.0729 13.5729C6.23262 13.4132 6.43053 13.3333 6.66665 13.3333L13 13.3333Z",fill:n})}),l5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.56246 12.0625L6.54163 9.04171C6.49996 9.00004 6.46871 8.9549 6.44788 8.90629C6.42704 8.85768 6.41663 8.8056 6.41663 8.75004C6.41663 8.63893 6.45482 8.54171 6.53121 8.45837C6.6076 8.37504 6.70829 8.33337 6.83329 8.33337H13.1666C13.2916 8.33337 13.3923 8.37504 13.4687 8.45837C13.5451 8.54171 13.5833 8.63893 13.5833 8.75004C13.5833 8.77782 13.5416 8.87504 13.4583 9.04171L10.4375 12.0625C10.368 12.132 10.2986 12.1806 10.2291 12.2084C10.1597 12.2362 10.0833 12.25 9.99996 12.25C9.91663 12.25 9.84024 12.2362 9.77079 12.2084C9.70135 12.1806 9.6319 12.132 9.56246 12.0625Z",fill:n})}),i5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4375 7.93746L13.4584 10.9583C13.5 11 13.5313 11.0451 13.5521 11.0937C13.573 11.1423 13.5834 11.1944 13.5834 11.25C13.5834 11.3611 13.5452 11.4583 13.4688 11.5416C13.3924 11.625 13.2917 11.6666 13.1667 11.6666L6.83337 11.6666C6.70837 11.6666 6.60768 11.625 6.53129 11.5416C6.4549 11.4583 6.41671 11.3611 6.41671 11.25C6.41671 11.2222 6.45837 11.125 6.54171 10.9583L9.56254 7.93746C9.63199 7.86801 9.70143 7.8194 9.77087 7.79163C9.84032 7.76385 9.91671 7.74996 10 7.74996C10.0834 7.74996 10.1598 7.76385 10.2292 7.79163C10.2987 7.8194 10.3681 7.86801 10.4375 7.93746Z",fill:n})}),c5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.52083 10.8333L10.6042 14.9167C10.7708 15.0833 10.8507 15.2778 10.8437 15.5C10.8368 15.7222 10.75 15.9167 10.5833 16.0833C10.4167 16.2361 10.2222 16.316 10 16.3229C9.77778 16.3299 9.58333 16.25 9.41667 16.0833L3.91667 10.5833C3.83333 10.5 3.77431 10.4097 3.73958 10.3125C3.70486 10.2153 3.6875 10.1111 3.6875 10C3.6875 9.88889 3.70486 9.78472 3.73958 9.6875C3.77431 9.59028 3.83333 9.5 3.91667 9.41667L9.41667 3.91667C9.56944 3.76389 9.76042 3.6875 9.98958 3.6875C10.2187 3.6875 10.4167 3.76389 10.5833 3.91667C10.75 4.08333 10.8333 4.28125 10.8333 4.51042C10.8333 4.73958 10.75 4.9375 10.5833 5.10417L6.52083 9.16667H15.8333C16.0694 9.16667 16.2674 9.24653 16.4271 9.40625C16.5868 9.56597 16.6667 9.76389 16.6667 10C16.6667 10.2361 16.5868 10.434 16.4271 10.5938C16.2674 10.7535 16.0694 10.8333 15.8333 10.8333H6.52083Z",fill:n})}),a5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4792 10.8333H4.16671C3.9306 10.8333 3.73268 10.7534 3.57296 10.5937C3.41324 10.434 3.33337 10.2361 3.33337 9.99997C3.33337 9.76386 3.41324 9.56594 3.57296 9.40622C3.73268 9.2465 3.9306 9.16664 4.16671 9.16664H13.4792L9.39587 5.0833C9.22921 4.91664 9.14935 4.72219 9.15629 4.49997C9.16323 4.27775 9.25004 4.0833 9.41671 3.91664C9.58337 3.76386 9.77782 3.684 10 3.67705C10.2223 3.67011 10.4167 3.74997 10.5834 3.91664L16.0834 9.41664C16.1667 9.49997 16.2257 9.59025 16.2605 9.68747C16.2952 9.78469 16.3125 9.88886 16.3125 9.99997C16.3125 10.1111 16.2952 10.2152 16.2605 10.3125C16.2257 10.4097 16.1667 10.5 16.0834 10.5833L10.5834 16.0833C10.4306 16.2361 10.2396 16.3125 10.0105 16.3125C9.78129 16.3125 9.58337 16.2361 9.41671 16.0833C9.25004 15.9166 9.16671 15.7187 9.16671 15.4896C9.16671 15.2604 9.25004 15.0625 9.41671 14.8958L13.4792 10.8333Z",fill:n})}),d5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16664 6.52083L5.0833 10.6042C4.91664 10.7708 4.72219 10.8507 4.49997 10.8437C4.27775 10.8368 4.0833 10.75 3.91664 10.5833C3.76386 10.4167 3.684 10.2222 3.67705 10C3.67011 9.77778 3.74997 9.58333 3.91664 9.41667L9.41664 3.91667C9.49997 3.83333 9.59025 3.77431 9.68747 3.73958C9.78469 3.70486 9.88886 3.6875 9.99997 3.6875C10.1111 3.6875 10.2152 3.70486 10.3125 3.73958C10.4097 3.77431 10.5 3.83333 10.5833 3.91667L16.0833 9.41667C16.2361 9.56944 16.3125 9.76042 16.3125 9.98958C16.3125 10.2187 16.2361 10.4167 16.0833 10.5833C15.9166 10.75 15.7187 10.8333 15.4896 10.8333C15.2604 10.8333 15.0625 10.75 14.8958 10.5833L10.8333 6.52083V15.8333C10.8333 16.0694 10.7534 16.2674 10.5937 16.4271C10.434 16.5868 10.2361 16.6667 9.99997 16.6667C9.76386 16.6667 9.56594 16.5868 9.40622 16.4271C9.2465 16.2674 9.16664 16.0694 9.16664 15.8333V6.52083Z",fill:n})}),w5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.99996 6.66669L14.4166 14.0834C14.5694 14.2361 14.6458 14.4306 14.6458 14.6667C14.6458 14.9028 14.5694 15.0972 14.4166 15.25C14.2638 15.4028 14.0694 15.4792 13.8333 15.4792C13.5972 15.4792 13.4027 15.4028 13.25 15.25L5.83329 7.83335L5.83329 14.1667C5.83329 14.4028 5.75343 14.6007 5.59371 14.7604C5.43399 14.9202 5.23607 15 4.99996 15C4.76385 15 4.56593 14.9202 4.40621 14.7604C4.24649 14.6007 4.16663 14.4028 4.16663 14.1667L4.16663 5.83335C4.16663 5.59724 4.24649 5.39933 4.40621 5.2396C4.56593 5.07988 4.76385 5.00002 4.99996 5.00002L13.3333 5.00002C13.5694 5.00002 13.7673 5.07988 13.927 5.2396C14.0868 5.39933 14.1666 5.59724 14.1666 5.83335C14.1666 6.06947 14.0868 6.26738 13.927 6.4271C13.7673 6.58683 13.5694 6.66669 13.3333 6.66669L6.99996 6.66669Z",fill:n})}),u5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3334 7.00002L5.91671 14.4167C5.76393 14.5695 5.56949 14.6459 5.33337 14.6459C5.09726 14.6459 4.90282 14.5695 4.75004 14.4167C4.59726 14.2639 4.52087 14.0695 4.52087 13.8334C4.52087 13.5972 4.59726 13.4028 4.75004 13.25L12.1667 5.83335H5.83337C5.59726 5.83335 5.39935 5.75349 5.23962 5.59377C5.0799 5.43405 5.00004 5.23613 5.00004 5.00002C5.00004 4.76391 5.0799 4.56599 5.23962 4.40627C5.39935 4.24655 5.59726 4.16669 5.83337 4.16669H14.1667C14.4028 4.16669 14.6007 4.24655 14.7605 4.40627C14.9202 4.56599 15 4.76391 15 5.00002V13.3334C15 13.5695 14.9202 13.7674 14.7605 13.9271C14.6007 14.0868 14.4028 14.1667 14.1667 14.1667C13.9306 14.1667 13.7327 14.0868 13.573 13.9271C13.4132 13.7674 13.3334 13.5695 13.3334 13.3334V7.00002Z",fill:n})}),g5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5694 11.6667 13.3333C11.6667 13.0972 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),v5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5694 11.6667 13.3333C11.6667 13.0972 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),x5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.0417L7.04167 9.25004C6.88889 9.09726 6.69444 9.02087 6.45833 9.02087C6.22222 9.02087 6.02778 9.09726 5.875 9.25004C5.72222 9.40282 5.64583 9.59726 5.64583 9.83337C5.64583 10.0695 5.72222 10.2639 5.875 10.4167L8.25 12.7917C8.41667 12.9584 8.61111 13.0417 8.83333 13.0417C9.05556 13.0417 9.25 12.9584 9.41667 12.7917L14.125 8.08337C14.2778 7.9306 14.3542 7.73615 14.3542 7.50004C14.3542 7.26393 14.2778 7.06948 14.125 6.91671C13.9722 6.76393 13.7778 6.68754 13.5417 6.68754C13.3056 6.68754 13.1111 6.76393 12.9583 6.91671L8.83333 11.0417ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),h5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.0417L7.04167 9.25004C6.88889 9.09726 6.69444 9.02087 6.45833 9.02087C6.22222 9.02087 6.02778 9.09726 5.875 9.25004C5.72222 9.40282 5.64583 9.59726 5.64583 9.83337C5.64583 10.0695 5.72222 10.2639 5.875 10.4167L8.25 12.7917C8.41667 12.9584 8.61111 13.0417 8.83333 13.0417C9.05556 13.0417 9.25 12.9584 9.41667 12.7917L14.125 8.08337C14.2778 7.9306 14.3542 7.73615 14.3542 7.50004C14.3542 7.26393 14.2778 7.06948 14.125 6.91671C13.9722 6.76393 13.7778 6.68754 13.5417 6.68754C13.3056 6.68754 13.1111 6.76393 12.9583 6.91671L8.83333 11.0417ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8334H15.8333V4.16671H4.16667V15.8334ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),p5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5695 11.6667 13.3334C11.6667 13.0973 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0973 5.83333 13.3334C5.83333 13.5695 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.4341 14.1667 10.2362 14.1667 10C14.1667 9.76393 14.0868 9.56601 13.9271 9.40629C13.7674 9.24657 13.5694 9.16671 13.3333 9.16671H6.66667C6.43056 9.16671 6.23264 9.24657 6.07292 9.40629C5.91319 9.56601 5.83333 9.76393 5.83333 10C5.83333 10.2362 5.91319 10.4341 6.07292 10.5938C6.23264 10.7535 6.43056 10.8334 6.66667 10.8334ZM6.66667 7.50004H13.3333C13.5694 7.50004 13.7674 7.42018 13.9271 7.26046C14.0868 7.10073 14.1667 6.90282 14.1667 6.66671C14.1667 6.4306 14.0868 6.23268 13.9271 6.07296C13.7674 5.91323 13.5694 5.83337 13.3333 5.83337H6.66667C6.43056 5.83337 6.23264 5.91323 6.07292 6.07296C5.91319 6.23268 5.83333 6.4306 5.83333 6.66671C5.83333 6.90282 5.91319 7.10073 6.07292 7.26046C6.23264 7.42018 6.43056 7.50004 6.66667 7.50004ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),H5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0105C2.66319 16.6841 2.5 16.2917 2.5 15.8334V4.16671C2.5 3.70837 2.66319 3.31601 2.98958 2.98962C3.31597 2.66324 3.70833 2.50004 4.16667 2.50004H7.66667C7.84722 2.00004 8.14931 1.59726 8.57292 1.29171C8.99653 0.986152 9.47222 0.833374 10 0.833374C10.5278 0.833374 11.0035 0.986152 11.4271 1.29171C11.8507 1.59726 12.1528 2.00004 12.3333 2.50004H15.8333C16.2917 2.50004 16.684 2.66324 17.0104 2.98962C17.3368 3.31601 17.5 3.70837 17.5 4.16671V15.8334C17.5 16.2917 17.3368 16.6841 17.0104 17.0105C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8334H15.8333V4.16671H4.16667V15.8334ZM6.66667 14.1667H10.8333C11.0694 14.1667 11.2674 14.0868 11.4271 13.9271C11.5868 13.7674 11.6667 13.5695 11.6667 13.3334C11.6667 13.0973 11.5868 12.8993 11.4271 12.7396C11.2674 12.5799 11.0694 12.5 10.8333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0973 5.83333 13.3334C5.83333 13.5695 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8334H13.3333C13.5694 10.8334 13.7674 10.7535 13.9271 10.5938C14.0868 10.4341 14.1667 10.2362 14.1667 10C14.1667 9.76393 14.0868 9.56601 13.9271 9.40629C13.7674 9.24657 13.5694 9.16671 13.3333 9.16671H6.66667C6.43056 9.16671 6.23264 9.24657 6.07292 9.40629C5.91319 9.56601 5.83333 9.76393 5.83333 10C5.83333 10.2362 5.91319 10.4341 6.07292 10.5938C6.23264 10.7535 6.43056 10.8334 6.66667 10.8334ZM6.66667 7.50004H13.3333C13.5694 7.50004 13.7674 7.42018 13.9271 7.26046C14.0868 7.10073 14.1667 6.90282 14.1667 6.66671C14.1667 6.4306 14.0868 6.23268 13.9271 6.07296C13.7674 5.91323 13.5694 5.83337 13.3333 5.83337H6.66667C6.43056 5.83337 6.23264 5.91323 6.07292 6.07296C5.91319 6.23268 5.83333 6.4306 5.83333 6.66671C5.83333 6.90282 5.91319 7.10073 6.07292 7.26046C6.23264 7.42018 6.43056 7.50004 6.66667 7.50004ZM10 3.54171C10.1806 3.54171 10.3299 3.48268 10.4479 3.36462C10.566 3.24657 10.625 3.09726 10.625 2.91671C10.625 2.73615 10.566 2.58685 10.4479 2.46879C10.3299 2.35074 10.1806 2.29171 10 2.29171C9.81944 2.29171 9.67014 2.35074 9.55208 2.46879C9.43403 2.58685 9.375 2.73615 9.375 2.91671C9.375 3.09726 9.43403 3.24657 9.55208 3.36462C9.67014 3.48268 9.81944 3.54171 10 3.54171Z",fill:n})}),V5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.54169 16.0417V12.5417L5.50003 14.2917C5.1528 14.4861 4.78475 14.5347 4.39586 14.4375C4.00697 14.3403 3.7153 14.1111 3.52086 13.75C3.32642 13.4028 3.2778 13.0347 3.37503 12.6458C3.47225 12.2569 3.69447 11.9653 4.04169 11.7708L7.08336 10L4.04169 8.25C3.69447 8.05556 3.47225 7.76042 3.37503 7.36458C3.2778 6.96875 3.32642 6.59722 3.52086 6.25C3.7153 5.90278 4.00697 5.68056 4.39586 5.58333C4.78475 5.48611 5.1528 5.53472 5.50003 5.72917L8.54169 7.47917V3.95833C8.54169 3.55556 8.68406 3.21181 8.96878 2.92708C9.2535 2.64236 9.59725 2.5 10 2.5C10.4028 2.5 10.7466 2.64236 11.0313 2.92708C11.316 3.21181 11.4584 3.55556 11.4584 3.95833V7.47917L14.5 5.72917C14.8472 5.53472 15.2153 5.48611 15.6042 5.58333C15.9931 5.68056 16.2847 5.90278 16.4792 6.25C16.6736 6.59722 16.7188 6.96875 16.6146 7.36458C16.5104 7.76042 16.2847 8.05556 15.9375 8.25L12.9167 10L15.9584 11.7708C16.3056 11.9653 16.5278 12.2569 16.625 12.6458C16.7222 13.0347 16.6736 13.4097 16.4792 13.7708C16.2847 14.1181 15.9931 14.3403 15.6042 14.4375C15.2153 14.5347 14.8472 14.4861 14.5 14.2917L11.4584 12.5417V16.0417C11.4584 16.4444 11.316 16.7882 11.0313 17.0729C10.7466 17.3576 10.4028 17.5 10 17.5C9.59725 17.5 9.2535 17.3576 8.96878 17.0729C8.68406 16.7882 8.54169 16.4444 8.54169 16.0417Z",fill:n})}),L5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 13.125C14.9999 14.5695 14.493 15.7986 13.4791 16.8125C12.4652 17.8264 11.236 18.3334 9.79159 18.3334C8.34714 18.3334 7.11797 17.8264 6.10409 16.8125C5.0902 15.7986 4.58325 14.5695 4.58325 13.125V5.41669C4.58325 4.37502 4.94784 3.4896 5.677 2.76044C6.40617 2.03127 7.29159 1.66669 8.33325 1.66669C9.37492 1.66669 10.2603 2.03127 10.9895 2.76044C11.7187 3.4896 12.0833 4.37502 12.0833 5.41669V12.7084C12.0833 13.3472 11.861 13.8889 11.4166 14.3334C10.9721 14.7778 10.4305 15 9.79159 15C9.1527 15 8.61103 14.7778 8.16659 14.3334C7.72214 13.8889 7.49992 13.3472 7.49992 12.7084V5.83335C7.49992 5.59724 7.57978 5.39933 7.7395 5.2396C7.89922 5.07988 8.09714 5.00002 8.33325 5.00002C8.56936 5.00002 8.76728 5.07988 8.927 5.2396C9.08672 5.39933 9.16659 5.59724 9.16659 5.83335V12.7084C9.16659 12.8889 9.22561 13.0382 9.34367 13.1563C9.46172 13.2743 9.61103 13.3334 9.79159 13.3334C9.97214 13.3334 10.1214 13.2743 10.2395 13.1563C10.3576 13.0382 10.4166 12.8889 10.4166 12.7084V5.41669C10.4027 4.83335 10.1978 4.3403 9.802 3.93752C9.40617 3.53474 8.91659 3.33335 8.33325 3.33335C7.74992 3.33335 7.25686 3.53474 6.85409 3.93752C6.45131 4.3403 6.24992 4.83335 6.24992 5.41669V13.125C6.23603 14.1111 6.57631 14.9479 7.27075 15.6354C7.9652 16.3229 8.80547 16.6667 9.79159 16.6667C10.7638 16.6667 11.5902 16.3229 12.2708 15.6354C12.9513 14.9479 13.3055 14.1111 13.3333 13.125V5.83335C13.3333 5.59724 13.4131 5.39933 13.5728 5.2396C13.7326 5.07988 13.9305 5.00002 14.1666 5.00002C14.4027 5.00002 14.6006 5.07988 14.7603 5.2396C14.9201 5.39933 14.9999 5.59724 14.9999 5.83335V13.125Z",fill:n})}),M5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683ZM10.0002 11.6667C10.2363 11.6667 10.4342 11.5868 10.5939 11.4271C10.7536 11.2674 10.8335 11.0695 10.8335 10.8334V7.50002C10.8335 7.26391 10.7536 7.06599 10.5939 6.90627C10.4342 6.74655 10.2363 6.66669 10.0002 6.66669C9.76405 6.66669 9.56613 6.74655 9.40641 6.90627C9.24669 7.06599 9.16683 7.26391 9.16683 7.50002V10.8334C9.16683 11.0695 9.24669 11.2674 9.40641 11.4271C9.56613 11.5868 9.76405 11.6667 10.0002 11.6667ZM10.0002 15C10.2363 15 10.4342 14.9202 10.5939 14.7604C10.7536 14.6007 10.8335 14.4028 10.8335 14.1667C10.8335 13.9306 10.7536 13.7327 10.5939 13.5729C10.4342 13.4132 10.2363 13.3334 10.0002 13.3334C9.76405 13.3334 9.56613 13.4132 9.40641 13.5729C9.24669 13.7327 9.16683 13.9306 9.16683 14.1667C9.16683 14.4028 9.24669 14.6007 9.40641 14.7604C9.56613 14.9202 9.76405 15 10.0002 15Z",fill:n})}),f5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683ZM7.50016 16.6667H12.5002V5.00002H7.50016V16.6667ZM10.0002 11.6667C10.2363 11.6667 10.4342 11.5868 10.5939 11.4271C10.7536 11.2674 10.8335 11.0695 10.8335 10.8334V7.50002C10.8335 7.26391 10.7536 7.06599 10.5939 6.90627C10.4342 6.74655 10.2363 6.66669 10.0002 6.66669C9.76405 6.66669 9.56613 6.74655 9.40641 6.90627C9.24669 7.06599 9.16683 7.26391 9.16683 7.50002V10.8334C9.16683 11.0695 9.24669 11.2674 9.40641 11.4271C9.56613 11.5868 9.76405 11.6667 10.0002 11.6667ZM10.0002 15C10.2363 15 10.4342 14.9202 10.5939 14.7604C10.7536 14.6007 10.8335 14.4028 10.8335 14.1667C10.8335 13.9306 10.7536 13.7327 10.5939 13.5729C10.4342 13.4132 10.2363 13.3334 10.0002 13.3334C9.76405 13.3334 9.56613 13.4132 9.40641 13.5729C9.24669 13.7327 9.16683 13.9306 9.16683 14.1667C9.16683 14.4028 9.24669 14.6007 9.40641 14.7604C9.56613 14.9202 9.76405 15 10.0002 15Z",fill:n})}),Z5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.1665 14.1666C3.93039 14.1666 3.73248 14.0868 3.57275 13.9271C3.41303 13.7673 3.33317 13.5694 3.33317 13.3333V11.6666H2.49984C2.26373 11.6666 2.06581 11.5868 1.90609 11.4271C1.74637 11.2673 1.6665 11.0694 1.6665 10.8333V9.16665C1.6665 8.93054 1.74637 8.73262 1.90609 8.5729C2.06581 8.41317 2.26373 8.33331 2.49984 8.33331H3.33317V6.66665C3.33317 6.43054 3.41303 6.23262 3.57275 6.0729C3.73248 5.91317 3.93039 5.83331 4.1665 5.83331H17.4998C17.7359 5.83331 17.9339 5.91317 18.0936 6.0729C18.2533 6.23262 18.3332 6.43054 18.3332 6.66665V13.3333C18.3332 13.5694 18.2533 13.7673 18.0936 13.9271C17.9339 14.0868 17.7359 14.1666 17.4998 14.1666H4.1665ZM4.99984 12.5H16.6665V7.49998H4.99984V12.5Z",fill:n})}),j5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.1665 14.1666C3.93039 14.1666 3.73248 14.0868 3.57275 13.9271C3.41303 13.7673 3.33317 13.5694 3.33317 13.3333V11.6666H2.49984C2.26373 11.6666 2.06581 11.5868 1.90609 11.4271C1.74637 11.2673 1.6665 11.0694 1.6665 10.8333V9.16665C1.6665 8.93054 1.74637 8.73262 1.90609 8.5729C2.06581 8.41317 2.26373 8.33331 2.49984 8.33331H3.33317V6.66665C3.33317 6.43054 3.41303 6.23262 3.57275 6.0729C3.73248 5.91317 3.93039 5.83331 4.1665 5.83331H17.4998C17.7359 5.83331 17.9339 5.91317 18.0936 6.0729C18.2533 6.23262 18.3332 6.43054 18.3332 6.66665V13.3333C18.3332 13.5694 18.2533 13.7673 18.0936 13.9271C17.9339 14.0868 17.7359 14.1666 17.4998 14.1666H4.1665Z",fill:n})}),m5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V9.16669C14.1668 9.4028 14.087 9.60071 13.9272 9.76044C13.7675 9.92016 13.5696 10 13.3335 10C13.0974 10 12.8995 9.92016 12.7397 9.76044C12.58 9.60071 12.5002 9.4028 12.5002 9.16669V5.00002H7.50016V11.6667H9.25016C9.50016 11.6667 9.68072 11.7778 9.79183 12C9.90294 12.2222 9.88905 12.4445 9.75016 12.6667C9.55572 13.0139 9.40989 13.382 9.31266 13.7709C9.21544 14.1597 9.16683 14.5695 9.16683 15C9.16683 15.4167 9.21544 15.8195 9.31266 16.2084C9.40989 16.5972 9.55572 16.9722 9.75016 17.3334C9.86127 17.5695 9.86127 17.7952 9.75016 18.0104C9.63905 18.2257 9.46544 18.3334 9.22933 18.3334H6.66683ZM13.7502 15.8334H12.4585C12.2918 15.8334 12.1703 15.7604 12.0939 15.6146C12.0175 15.4688 12.0279 15.3264 12.1252 15.1875L14.2085 12.2084C14.2779 12.125 14.3578 12.0972 14.4481 12.125C14.5384 12.1528 14.5835 12.2222 14.5835 12.3334V14.1667H15.8752C16.0418 14.1667 16.1634 14.2396 16.2397 14.3854C16.3161 14.5313 16.3057 14.6736 16.2085 14.8125L14.1252 17.7917C14.0557 17.875 13.9759 17.9028 13.8856 17.875C13.7953 17.8472 13.7502 17.7778 13.7502 17.6667V15.8334Z",fill:n})}),B5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7502 15.8334H12.4585C12.2918 15.8334 12.1703 15.7604 12.0939 15.6146C12.0175 15.4688 12.0279 15.3264 12.1252 15.1875L14.2085 12.2084C14.2779 12.125 14.3578 12.0972 14.4481 12.125C14.5384 12.1528 14.5835 12.2222 14.5835 12.3334V14.1667H15.8752C16.0418 14.1667 16.1634 14.2396 16.2397 14.3854C16.3161 14.5313 16.3057 14.6736 16.2085 14.8125L14.1252 17.7917C14.0557 17.875 13.9759 17.9028 13.8856 17.875C13.7953 17.8472 13.7502 17.7778 13.7502 17.6667V15.8334ZM6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V9.43752C14.1668 9.5903 14.1113 9.72224 14.0002 9.83335C13.8891 9.94446 13.7571 10.0139 13.6043 10.0417C13.021 10.1111 12.4793 10.2674 11.9793 10.5104C11.4793 10.7535 11.0349 11.0695 10.646 11.4584C10.2016 11.9028 9.84391 12.4271 9.57308 13.0313C9.30225 13.6354 9.16683 14.2917 9.16683 15C9.16683 15.4167 9.21544 15.8195 9.31266 16.2084C9.40989 16.5972 9.55572 16.9722 9.75016 17.3334C9.86127 17.5695 9.86127 17.7952 9.75016 18.0104C9.63905 18.2257 9.46544 18.3334 9.22933 18.3334H6.66683Z",fill:n})}),S5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7502 15.8334H12.4585C12.2918 15.8334 12.1703 15.7604 12.0939 15.6146C12.0175 15.4688 12.0279 15.3264 12.1252 15.1875L14.2085 12.2084C14.2779 12.125 14.3578 12.0972 14.4481 12.125C14.5384 12.1528 14.5835 12.2222 14.5835 12.3334V14.1667H15.8752C16.0418 14.1667 16.1634 14.2396 16.2397 14.3854C16.3161 14.5313 16.3057 14.6736 16.2085 14.8125L14.1252 17.7917C14.0557 17.875 13.9759 17.9028 13.8856 17.875C13.7953 17.8472 13.7502 17.7778 13.7502 17.6667V15.8334ZM6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V9.16669C14.1668 9.4028 14.087 9.60071 13.9272 9.76044C13.7675 9.92016 13.5696 10 13.3335 10C13.0974 10 12.8995 9.92016 12.7397 9.76044C12.58 9.60071 12.5002 9.4028 12.5002 9.16669V5.00002H7.50016V16.6667H9.60433C9.84044 16.6667 10.0384 16.7465 10.1981 16.9063C10.3578 17.066 10.4377 17.2639 10.4377 17.5C10.4377 17.7361 10.3578 17.934 10.1981 18.0938C10.0384 18.2535 9.84044 18.3334 9.60433 18.3334H6.66683Z",fill:n})}),b5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683ZM7.50016 16.6667H12.5002V5.00002H7.50016V16.6667Z",fill:n})}),_5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66683 18.3334C6.43072 18.3334 6.2328 18.2535 6.07308 18.0938C5.91336 17.934 5.8335 17.7361 5.8335 17.5V4.16669C5.8335 3.93058 5.91336 3.73266 6.07308 3.57294C6.2328 3.41321 6.43072 3.33335 6.66683 3.33335H8.3335V2.50002C8.3335 2.26391 8.41336 2.06599 8.57308 1.90627C8.7328 1.74655 8.93072 1.66669 9.16683 1.66669H10.8335C11.0696 1.66669 11.2675 1.74655 11.4272 1.90627C11.587 2.06599 11.6668 2.26391 11.6668 2.50002V3.33335H13.3335C13.5696 3.33335 13.7675 3.41321 13.9272 3.57294C14.087 3.73266 14.1668 3.93058 14.1668 4.16669V17.5C14.1668 17.7361 14.087 17.934 13.9272 18.0938C13.7675 18.2535 13.5696 18.3334 13.3335 18.3334H6.66683Z",fill:n})}),y5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 17.1458V12L5.91683 15.25C5.76405 15.4028 5.56961 15.4792 5.3335 15.4792C5.09738 15.4792 4.90294 15.4028 4.75016 15.25C4.59738 15.0972 4.521 14.9028 4.521 14.6667C4.521 14.4306 4.59738 14.2361 4.75016 14.0833L8.8335 10L4.75016 5.91667C4.59738 5.76389 4.521 5.56944 4.521 5.33333C4.521 5.09722 4.59738 4.90278 4.75016 4.75C4.90294 4.59722 5.09738 4.52083 5.3335 4.52083C5.56961 4.52083 5.76405 4.59722 5.91683 4.75L9.16683 8V2.85417C9.16683 2.60417 9.25016 2.39931 9.41683 2.23958C9.5835 2.07986 9.77794 2 10.0002 2C10.1113 2 10.2154 2.02083 10.3127 2.0625C10.4099 2.10417 10.5002 2.16667 10.5835 2.25L14.1668 5.83333C14.2502 5.91667 14.3092 6.00694 14.3439 6.10417C14.3786 6.20139 14.396 6.30556 14.396 6.41667C14.396 6.52778 14.3786 6.63194 14.3439 6.72917C14.3092 6.82639 14.2502 6.91667 14.1668 7L11.1668 10L14.1668 13C14.2502 13.0833 14.3092 13.1736 14.3439 13.2708C14.3786 13.3681 14.396 13.4722 14.396 13.5833C14.396 13.6944 14.3786 13.7986 14.3439 13.8958C14.3092 13.9931 14.2502 14.0833 14.1668 14.1667L10.5835 17.75C10.5002 17.8333 10.4099 17.8958 10.3127 17.9375C10.2154 17.9792 10.1113 18 10.0002 18C9.77794 18 9.5835 17.9201 9.41683 17.7604C9.25016 17.6007 9.16683 17.3958 9.16683 17.1458ZM10.8335 8L12.4168 6.41667L10.8335 4.875V8ZM10.8335 15.125L12.4168 13.5833L10.8335 12V15.125Z",fill:n})}),O5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 12L5.91683 15.25C5.76405 15.4028 5.56961 15.4792 5.3335 15.4792C5.09739 15.4792 4.90294 15.4028 4.75016 15.25C4.59739 15.0972 4.521 14.9028 4.521 14.6667C4.521 14.4306 4.59739 14.2361 4.75016 14.0833L8.25016 10.5833L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3127 17.4306 17.3127 17.6667C17.3127 17.9028 17.2363 18.0972 17.0835 18.25C16.9307 18.4028 16.7363 18.4792 16.5002 18.4792C16.2641 18.4792 16.0696 18.4028 15.9168 18.25L13.0002 15.3333L10.5835 17.75C10.5002 17.8333 10.4099 17.8958 10.3127 17.9375C10.2154 17.9792 10.1113 18 10.0002 18C9.77794 18 9.5835 17.9201 9.41683 17.7604C9.25016 17.6007 9.16683 17.3958 9.16683 17.1458V12ZM10.8335 15.125L11.7918 14.1667L10.8335 13.2083V15.125ZM11.7502 9.41667L10.5835 8.25L12.4168 6.41667L10.8335 4.875V8.5L9.16683 6.83333V2.85417C9.16683 2.60417 9.25016 2.39931 9.41683 2.23958C9.5835 2.07986 9.77794 2 10.0002 2C10.1113 2 10.2154 2.02083 10.3127 2.0625C10.4099 2.10417 10.5002 2.16667 10.5835 2.25L14.1668 5.83333C14.2502 5.91667 14.3092 6.00694 14.3439 6.10417C14.3786 6.20139 14.396 6.30556 14.396 6.41667C14.396 6.52778 14.3786 6.63194 14.3439 6.72917C14.3092 6.82639 14.2502 6.91667 14.1668 7L11.7502 9.41667Z",fill:n})}),N5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.81234 15.8959L13.2707 9.14585C13.3401 9.00696 13.3332 8.87155 13.2498 8.7396C13.1665 8.60766 13.0484 8.54169 12.8957 8.54169H10.6665V4.18752C10.6665 4.07641 10.6144 4.01044 10.5103 3.9896C10.4061 3.96877 10.3262 4.00696 10.2707 4.10419L6.81234 10.8542C6.74289 10.9931 6.74984 11.1285 6.83317 11.2604C6.9165 11.3924 7.03456 11.4584 7.18734 11.4584H9.4165V15.8125C9.4165 15.9236 9.46859 15.9896 9.57275 16.0104C9.67692 16.0313 9.75678 15.9931 9.81234 15.8959ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334Z",fill:n})}),F5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.81234 15.8959L13.2707 9.14585C13.3401 9.00696 13.3332 8.87155 13.2498 8.7396C13.1665 8.60766 13.0484 8.54169 12.8957 8.54169H10.6665V4.18752C10.6665 4.07641 10.6144 4.01044 10.5103 3.9896C10.4061 3.96877 10.3262 4.00696 10.2707 4.10419L6.81234 10.8542C6.74289 10.9931 6.74984 11.1285 6.83317 11.2604C6.9165 11.3924 7.03456 11.4584 7.18734 11.4584H9.4165V15.8125C9.4165 15.9236 9.46859 15.9896 9.57275 16.0104C9.67692 16.0313 9.75678 15.9931 9.81234 15.8959ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8471 16.6667 13.42 16.0174 14.7186 14.7188C16.0172 13.4202 16.6665 11.8472 16.6665 10C16.6665 8.1528 16.0172 6.57988 14.7186 5.28127C13.42 3.98266 11.8471 3.33335 9.99984 3.33335C8.15261 3.33335 6.5797 3.98266 5.28109 5.28127C3.98248 6.57988 3.33317 8.1528 3.33317 10C3.33317 11.8472 3.98248 13.4202 5.28109 14.7188C6.5797 16.0174 8.15261 16.6667 9.99984 16.6667Z",fill:n})}),k5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16689 12.0834L4.22939 11.4584C3.88216 11.4167 3.65647 11.2292 3.5523 10.8959C3.44814 10.5625 3.52105 10.2778 3.77105 10.0417L12.2919 1.87502C12.3613 1.80558 12.4447 1.75349 12.5419 1.71877C12.6391 1.68405 12.7711 1.66669 12.9377 1.66669C13.2155 1.66669 13.4273 1.78474 13.5731 2.02085C13.719 2.25696 13.7224 2.50002 13.5836 2.75002L10.8336 7.91669L15.7711 8.54169C16.1183 8.58335 16.344 8.77085 16.4481 9.10419C16.5523 9.43752 16.4794 9.72224 16.2294 9.95835L7.70855 18.125C7.63911 18.1945 7.55578 18.2465 7.45855 18.2813C7.36133 18.316 7.22939 18.3334 7.06272 18.3334C6.78494 18.3334 6.57314 18.2153 6.4273 17.9792C6.28147 17.7431 6.278 17.5 6.41689 17.25L9.16689 12.0834Z",fill:n})}),I5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16689 12.0834L4.22939 11.4584C3.88216 11.4167 3.65647 11.2292 3.5523 10.8959C3.44814 10.5625 3.52105 10.2778 3.77105 10.0417L12.2919 1.87502C12.3613 1.80558 12.4447 1.75349 12.5419 1.71877C12.6391 1.68405 12.7711 1.66669 12.9377 1.66669C13.2155 1.66669 13.4273 1.78474 13.5731 2.02085C13.719 2.25696 13.7224 2.50002 13.5836 2.75002L10.8336 7.91669L15.7711 8.54169C16.1183 8.58335 16.344 8.77085 16.4481 9.10419C16.5523 9.43752 16.4794 9.72224 16.2294 9.95835L7.70855 18.125C7.63911 18.1945 7.55578 18.2465 7.45855 18.2813C7.36133 18.316 7.22939 18.3334 7.06272 18.3334C6.78494 18.3334 6.57314 18.2153 6.4273 17.9792C6.28147 17.7431 6.278 17.5 6.41689 17.25L9.16689 12.0834ZM10.4586 13.1875L13.8127 9.97919L8.20855 9.27085L9.52105 6.83335L6.18772 10.0417L11.7711 10.7292L10.4586 13.1875Z",fill:n})}),A5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.49984 11.25V14.1042C9.49984 14.3264 9.604 14.4618 9.81234 14.5104C10.0207 14.559 10.1804 14.4861 10.2915 14.2917L12.8123 9.35419C12.8818 9.2153 12.8748 9.07988 12.7915 8.94794C12.7082 8.81599 12.5901 8.75002 12.4373 8.75002H10.6248V5.85419C10.6248 5.63196 10.5207 5.49308 10.3123 5.43752C10.104 5.38196 9.94428 5.45141 9.83317 5.64585L7.20817 10.6459C7.13873 10.7986 7.1422 10.9375 7.21859 11.0625C7.29498 11.1875 7.40956 11.25 7.56234 11.25H9.49984Z",fill:n})}),R5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667ZM9.49984 11.25V14.1042C9.49984 14.3264 9.604 14.4618 9.81234 14.5104C10.0207 14.559 10.1804 14.4861 10.2915 14.2917L12.8123 9.35419C12.8818 9.2153 12.8748 9.07988 12.7915 8.94794C12.7082 8.81599 12.5901 8.75002 12.4373 8.75002H10.6248V5.85419C10.6248 5.63196 10.5207 5.49308 10.3123 5.43752C10.104 5.38196 9.94428 5.45141 9.83317 5.64585L7.20817 10.6459C7.13873 10.7986 7.1422 10.9375 7.21859 11.0625C7.29498 11.1875 7.40956 11.25 7.56234 11.25H9.49984Z",fill:n})}),D5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49981 12.5H4.91648C4.58315 12.5 4.33662 12.3507 4.1769 12.0521C4.01717 11.7535 4.03453 11.4653 4.22898 11.1875L10.4581 2.22918C10.597 2.03473 10.7776 1.89932 10.9998 1.82293C11.222 1.74654 11.4512 1.75001 11.6873 1.83334C11.9234 1.91668 12.097 2.06251 12.2081 2.27084C12.3193 2.47918 12.3609 2.7014 12.3331 2.93751L11.6665 8.33334H14.8956C15.2568 8.33334 15.5102 8.49307 15.6561 8.81251C15.8019 9.13196 15.7568 9.43057 15.5206 9.70834L8.66648 17.9167C8.5137 18.0972 8.3262 18.2153 8.10398 18.2708C7.88176 18.3264 7.66648 18.3056 7.45815 18.2083C7.24981 18.1111 7.08662 17.9618 6.96856 17.7604C6.85051 17.559 6.80537 17.3403 6.83315 17.1042L7.49981 12.5Z",fill:n})}),T5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.79148 15.1667L13.104 10H9.77065L10.3748 5.27084L6.52065 10.8333H9.41648L8.79148 15.1667ZM7.49981 12.5H4.91648C4.58315 12.5 4.33662 12.3507 4.1769 12.0521C4.01717 11.7535 4.03453 11.4653 4.22898 11.1875L10.4581 2.22918C10.597 2.03473 10.7776 1.89932 10.9998 1.82293C11.222 1.74654 11.4512 1.75001 11.6873 1.83334C11.9234 1.91668 12.097 2.06251 12.2081 2.27084C12.3193 2.47918 12.3609 2.7014 12.3331 2.93751L11.6665 8.33334H14.8956C15.2568 8.33334 15.5102 8.49307 15.6561 8.81251C15.8019 9.13196 15.7568 9.43057 15.5206 9.70834L8.66648 17.9167C8.5137 18.0972 8.3262 18.2153 8.10398 18.2708C7.88176 18.3264 7.66648 18.3056 7.45815 18.2083C7.24981 18.1111 7.08662 17.9618 6.96856 17.7604C6.85051 17.559 6.80537 17.3403 6.83315 17.1042L7.49981 12.5Z",fill:n})}),E5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 15L6.49999 16.5C5.94443 16.7361 5.41666 16.691 4.91666 16.3646C4.41666 16.0382 4.16666 15.5764 4.16666 14.9792V4.16667C4.16666 3.70833 4.32985 3.31597 4.65624 2.98958C4.98263 2.66319 5.37499 2.5 5.83332 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3437 2.98958C15.6701 3.31597 15.8333 3.70833 15.8333 4.16667V14.9792C15.8333 15.5764 15.5833 16.0382 15.0833 16.3646C14.5833 16.691 14.0555 16.7361 13.5 16.5L9.99999 15Z",fill:n})}),P5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 15L6.49999 16.5C5.94443 16.7361 5.41666 16.691 4.91666 16.3646C4.41666 16.0382 4.16666 15.5764 4.16666 14.9792V4.16667C4.16666 3.70833 4.32985 3.31597 4.65624 2.98958C4.98263 2.66319 5.37499 2.5 5.83332 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3437 2.98958C15.6701 3.31597 15.8333 3.70833 15.8333 4.16667V14.9792C15.8333 15.5764 15.5833 16.0382 15.0833 16.3646C14.5833 16.691 14.0555 16.7361 13.5 16.5L9.99999 15ZM9.99999 13.1667L14.1667 14.9583V4.16667H5.83332V14.9583L9.99999 13.1667ZM9.99999 4.16667H5.83332H14.1667H9.99999Z",fill:n})}),z5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33334 15.8334L4.54168 17.7292C4.2639 17.8681 3.99307 17.8577 3.72918 17.6979C3.46529 17.5382 3.33334 17.2986 3.33334 16.9792V6.66669C3.33334 6.20835 3.49654 5.81599 3.82293 5.4896C4.14932 5.16321 4.54168 5.00002 5.00001 5.00002H11.6667C12.125 5.00002 12.5174 5.16321 12.8438 5.4896C13.1701 5.81599 13.3333 6.20835 13.3333 6.66669V16.9792C13.3333 17.2986 13.2014 17.5382 12.9375 17.6979C12.6736 17.8577 12.4028 17.8681 12.125 17.7292L8.33334 15.8334ZM15.8333 15C15.5972 15 15.3993 14.9202 15.2396 14.7604C15.0799 14.6007 15 14.4028 15 14.1667V3.33335H6.66668C6.43057 3.33335 6.23265 3.25349 6.07293 3.09377C5.9132 2.93405 5.83334 2.73613 5.83334 2.50002C5.83334 2.26391 5.9132 2.06599 6.07293 1.90627C6.23265 1.74655 6.43057 1.66669 6.66668 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V14.1667C16.6667 14.4028 16.5868 14.6007 16.4271 14.7604C16.2674 14.9202 16.0695 15 15.8333 15Z",fill:n})}),$5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33334 15.8334L4.54168 17.7292C4.2639 17.8681 3.99307 17.8577 3.72918 17.6979C3.46529 17.5382 3.33334 17.2986 3.33334 16.9792V6.66669C3.33334 6.20835 3.49654 5.81599 3.82293 5.4896C4.14932 5.16321 4.54168 5.00002 5.00001 5.00002H11.6667C12.125 5.00002 12.5174 5.16321 12.8438 5.4896C13.1701 5.81599 13.3333 6.20835 13.3333 6.66669V16.9792C13.3333 17.2986 13.2014 17.5382 12.9375 17.6979C12.6736 17.8577 12.4028 17.8681 12.125 17.7292L8.33334 15.8334ZM5.00001 15.8125L7.54168 14.4375C7.79168 14.2986 8.05557 14.2292 8.33334 14.2292C8.61112 14.2292 8.87501 14.2986 9.12501 14.4375L11.6667 15.8125V6.66669H5.00001V15.8125ZM15.8333 15C15.5972 15 15.3993 14.9202 15.2396 14.7604C15.0799 14.6007 15 14.4028 15 14.1667V3.33335H6.66668C6.43057 3.33335 6.23265 3.25349 6.07293 3.09377C5.9132 2.93405 5.83334 2.73613 5.83334 2.50002C5.83334 2.26391 5.9132 2.06599 6.07293 1.90627C6.23265 1.74655 6.43057 1.66669 6.66668 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V14.1667C16.6667 14.4028 16.5868 14.6007 16.4271 14.7604C16.2674 14.9202 16.0695 15 15.8333 15Z",fill:n})}),K5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 12.5C6.11111 12.5 4.93056 12.0139 3.95833 11.0417C2.98611 10.0694 2.5 8.88889 2.5 7.5C2.5 7.22222 2.52083 6.94444 2.5625 6.66667C2.60417 6.38889 2.68056 6.125 2.79167 5.875C2.86111 5.73611 2.94792 5.63194 3.05208 5.5625C3.15625 5.49306 3.27083 5.44444 3.39583 5.41667C3.52083 5.38889 3.64931 5.39236 3.78125 5.42708C3.91319 5.46181 4.03472 5.53472 4.14583 5.64583L6.33333 7.83333L7.83333 6.33333L5.64583 4.14583C5.53472 4.03472 5.46181 3.91319 5.42708 3.78125C5.39236 3.64931 5.38889 3.52083 5.41667 3.39583C5.44444 3.27083 5.49306 3.15625 5.5625 3.05208C5.63194 2.94792 5.73611 2.86111 5.875 2.79167C6.125 2.68056 6.38889 2.60417 6.66667 2.5625C6.94444 2.52083 7.22222 2.5 7.5 2.5C8.88889 2.5 10.0694 2.98611 11.0417 3.95833C12.0139 4.93056 12.5 6.11111 12.5 7.5C12.5 7.81944 12.4722 8.12153 12.4167 8.40625C12.3611 8.69097 12.2778 8.97222 12.1667 9.25L16.375 13.4167C16.7778 13.8194 16.9792 14.3125 16.9792 14.8958C16.9792 15.4792 16.7778 15.9722 16.375 16.375C15.9722 16.7778 15.4792 16.9792 14.8958 16.9792C14.3125 16.9792 13.8194 16.7708 13.4167 16.3542L9.25 12.1667C8.97222 12.2778 8.69097 12.3611 8.40625 12.4167C8.12153 12.4722 7.81944 12.5 7.5 12.5Z",fill:n})}),U5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 12.5C6.11111 12.5 4.93056 12.0139 3.95833 11.0417C2.98611 10.0694 2.5 8.88889 2.5 7.5C2.5 7.22222 2.52083 6.94444 2.5625 6.66667C2.60417 6.38889 2.68056 6.125 2.79167 5.875C2.86111 5.73611 2.94792 5.63194 3.05208 5.5625C3.15625 5.49306 3.27083 5.44444 3.39583 5.41667C3.52083 5.38889 3.64931 5.39236 3.78125 5.42708C3.91319 5.46181 4.03472 5.53472 4.14583 5.64583L6.33333 7.83333L7.83333 6.33333L5.64583 4.14583C5.53472 4.03472 5.46181 3.91319 5.42708 3.78125C5.39236 3.64931 5.38889 3.52083 5.41667 3.39583C5.44444 3.27083 5.49306 3.15625 5.5625 3.05208C5.63194 2.94792 5.73611 2.86111 5.875 2.79167C6.125 2.68056 6.38889 2.60417 6.66667 2.5625C6.94444 2.52083 7.22222 2.5 7.5 2.5C8.88889 2.5 10.0694 2.98611 11.0417 3.95833C12.0139 4.93056 12.5 6.11111 12.5 7.5C12.5 7.81944 12.4722 8.12153 12.4167 8.40625C12.3611 8.69097 12.2778 8.97222 12.1667 9.25L16.375 13.4167C16.7778 13.8194 16.9792 14.3125 16.9792 14.8958C16.9792 15.4792 16.7778 15.9722 16.375 16.375C15.9722 16.7778 15.4792 16.9792 14.8958 16.9792C14.3125 16.9792 13.8194 16.7708 13.4167 16.3542L9.25 12.1667C8.97222 12.2778 8.69097 12.3611 8.40625 12.4167C8.12153 12.4722 7.81944 12.5 7.5 12.5ZM7.5 10.8333C7.86111 10.8333 8.22222 10.7778 8.58333 10.6667C8.94444 10.5556 9.27083 10.3819 9.5625 10.1458L14.625 15.2083C14.6944 15.2778 14.7882 15.309 14.9062 15.3021C15.0243 15.2951 15.1181 15.2569 15.1875 15.1875C15.2569 15.1181 15.2917 15.0243 15.2917 14.9062C15.2917 14.7882 15.2569 14.6944 15.1875 14.625L10.125 9.58333C10.375 9.30556 10.5556 8.98264 10.6667 8.61458C10.7778 8.24653 10.8333 7.875 10.8333 7.5C10.8333 6.66667 10.566 5.94097 10.0312 5.32292C9.49653 4.70486 8.83333 4.33333 8.04167 4.20833L9.58333 5.75C9.75 5.91667 9.83333 6.11111 9.83333 6.33333C9.83333 6.55556 9.75 6.75 9.58333 6.91667L6.91667 9.58333C6.75 9.75 6.55556 9.83333 6.33333 9.83333C6.11111 9.83333 5.91667 9.75 5.75 9.58333L4.20833 8.04167C4.33333 8.83333 4.70486 9.49653 5.32292 10.0312C5.94097 10.566 6.66667 10.8333 7.5 10.8333Z",fill:n})}),G5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.125 12.875L12.0208 9.97913C12.1875 9.81246 12.3889 9.72913 12.625 9.72913C12.8611 9.72913 13.0625 9.81246 13.2292 9.97913C13.3958 10.1458 13.4792 10.3472 13.4792 10.5833C13.4792 10.8194 13.3958 11.0208 13.2292 11.1875L9.70833 14.7083C9.54167 14.875 9.34722 14.9583 9.125 14.9583C8.90278 14.9583 8.70833 14.875 8.54167 14.7083L6.77083 12.9375C6.60417 12.7708 6.52083 12.5694 6.52083 12.3333C6.52083 12.0972 6.60417 11.8958 6.77083 11.7291C6.9375 11.5625 7.13889 11.4791 7.375 11.4791C7.61111 11.4791 7.8125 11.5625 7.97917 11.7291L9.125 12.875ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666Z",fill:n})}),W5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.125 12.875L12.0208 9.97913C12.1875 9.81246 12.3889 9.72913 12.625 9.72913C12.8611 9.72913 13.0625 9.81246 13.2292 9.97913C13.3958 10.1458 13.4792 10.3472 13.4792 10.5833C13.4792 10.8194 13.3958 11.0208 13.2292 11.1875L9.70833 14.7083C9.54167 14.875 9.34722 14.9583 9.125 14.9583C8.90278 14.9583 8.70833 14.875 8.54167 14.7083L6.77083 12.9375C6.60417 12.7708 6.52083 12.5694 6.52083 12.3333C6.52083 12.0972 6.60417 11.8958 6.77083 11.7291C6.9375 11.5625 7.13889 11.4791 7.375 11.4791C7.61111 11.4791 7.8125 11.5625 7.97917 11.7291L9.125 12.875ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663Z",fill:n})}),q5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.6666L8.66667 15C8.51389 15.1527 8.31944 15.2291 8.08333 15.2291C7.84722 15.2291 7.65278 15.1527 7.5 15C7.34722 14.8472 7.27083 14.6527 7.27083 14.4166C7.27083 14.1805 7.34722 13.9861 7.5 13.8333L8.83333 12.5L7.5 11.1666C7.34722 11.0138 7.27083 10.8194 7.27083 10.5833C7.27083 10.3472 7.34722 10.1527 7.5 9.99996C7.65278 9.84718 7.84722 9.77079 8.08333 9.77079C8.31944 9.77079 8.51389 9.84718 8.66667 9.99996L10 11.3333L11.3333 9.99996C11.4861 9.84718 11.6806 9.77079 11.9167 9.77079C12.1528 9.77079 12.3472 9.84718 12.5 9.99996C12.6528 10.1527 12.7292 10.3472 12.7292 10.5833C12.7292 10.8194 12.6528 11.0138 12.5 11.1666L11.1667 12.5L12.5 13.8333C12.6528 13.9861 12.7292 14.1805 12.7292 14.4166C12.7292 14.6527 12.6528 14.8472 12.5 15C12.3472 15.1527 12.1528 15.2291 11.9167 15.2291C11.6806 15.2291 11.4861 15.1527 11.3333 15L10 13.6666ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666Z",fill:n})}),Y5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.6666L8.66667 15C8.51389 15.1527 8.31944 15.2291 8.08333 15.2291C7.84722 15.2291 7.65278 15.1527 7.5 15C7.34722 14.8472 7.27083 14.6527 7.27083 14.4166C7.27083 14.1805 7.34722 13.9861 7.5 13.8333L8.83333 12.5L7.5 11.1666C7.34722 11.0138 7.27083 10.8194 7.27083 10.5833C7.27083 10.3472 7.34722 10.1527 7.5 9.99996C7.65278 9.84718 7.84722 9.77079 8.08333 9.77079C8.31944 9.77079 8.51389 9.84718 8.66667 9.99996L10 11.3333L11.3333 9.99996C11.4861 9.84718 11.6806 9.77079 11.9167 9.77079C12.1528 9.77079 12.3472 9.84718 12.5 9.99996C12.6528 10.1527 12.7292 10.3472 12.7292 10.5833C12.7292 10.8194 12.6528 11.0138 12.5 11.1666L11.1667 12.5L12.5 13.8333C12.6528 13.9861 12.7292 14.1805 12.7292 14.4166C12.7292 14.6527 12.6528 14.8472 12.5 15C12.3472 15.1527 12.1528 15.2291 11.9167 15.2291C11.6806 15.2291 11.4861 15.1527 11.3333 15L10 13.6666ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663Z",fill:n})}),Q5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM10 11.6666C9.76389 11.6666 9.56597 11.5868 9.40625 11.427C9.24653 11.2673 9.16667 11.0694 9.16667 10.8333C9.16667 10.5972 9.24653 10.3993 9.40625 10.2395C9.56597 10.0798 9.76389 9.99996 10 9.99996C10.2361 9.99996 10.434 10.0798 10.5938 10.2395C10.7535 10.3993 10.8333 10.5972 10.8333 10.8333C10.8333 11.0694 10.7535 11.2673 10.5938 11.427C10.434 11.5868 10.2361 11.6666 10 11.6666ZM6.66667 11.6666C6.43056 11.6666 6.23264 11.5868 6.07292 11.427C5.91319 11.2673 5.83333 11.0694 5.83333 10.8333C5.83333 10.5972 5.91319 10.3993 6.07292 10.2395C6.23264 10.0798 6.43056 9.99996 6.66667 9.99996C6.90278 9.99996 7.10069 10.0798 7.26042 10.2395C7.42014 10.3993 7.5 10.5972 7.5 10.8333C7.5 11.0694 7.42014 11.2673 7.26042 11.427C7.10069 11.5868 6.90278 11.6666 6.66667 11.6666ZM13.3333 11.6666C13.0972 11.6666 12.8993 11.5868 12.7396 11.427C12.5799 11.2673 12.5 11.0694 12.5 10.8333C12.5 10.5972 12.5799 10.3993 12.7396 10.2395C12.8993 10.0798 13.0972 9.99996 13.3333 9.99996C13.5694 9.99996 13.7674 10.0798 13.9271 10.2395C14.0868 10.3993 14.1667 10.5972 14.1667 10.8333C14.1667 11.0694 14.0868 11.2673 13.9271 11.427C13.7674 11.5868 13.5694 11.6666 13.3333 11.6666ZM10 15C9.76389 15 9.56597 14.9201 9.40625 14.7604C9.24653 14.6007 9.16667 14.4027 9.16667 14.1666C9.16667 13.9305 9.24653 13.7326 9.40625 13.5729C9.56597 13.4132 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.4132 10.5938 13.5729C10.7535 13.7326 10.8333 13.9305 10.8333 14.1666C10.8333 14.4027 10.7535 14.6007 10.5938 14.7604C10.434 14.9201 10.2361 15 10 15ZM6.66667 15C6.43056 15 6.23264 14.9201 6.07292 14.7604C5.91319 14.6007 5.83333 14.4027 5.83333 14.1666C5.83333 13.9305 5.91319 13.7326 6.07292 13.5729C6.23264 13.4132 6.43056 13.3333 6.66667 13.3333C6.90278 13.3333 7.10069 13.4132 7.26042 13.5729C7.42014 13.7326 7.5 13.9305 7.5 14.1666C7.5 14.4027 7.42014 14.6007 7.26042 14.7604C7.10069 14.9201 6.90278 15 6.66667 15ZM13.3333 15C13.0972 15 12.8993 14.9201 12.7396 14.7604C12.5799 14.6007 12.5 14.4027 12.5 14.1666C12.5 13.9305 12.5799 13.7326 12.7396 13.5729C12.8993 13.4132 13.0972 13.3333 13.3333 13.3333C13.5694 13.3333 13.7674 13.4132 13.9271 13.5729C14.0868 13.7326 14.1667 13.9305 14.1667 14.1666C14.1667 14.4027 14.0868 14.6007 13.9271 14.7604C13.7674 14.9201 13.5694 15 13.3333 15Z",fill:n})}),X5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663ZM10 11.6666C9.76389 11.6666 9.56597 11.5868 9.40625 11.427C9.24653 11.2673 9.16667 11.0694 9.16667 10.8333C9.16667 10.5972 9.24653 10.3993 9.40625 10.2395C9.56597 10.0798 9.76389 9.99996 10 9.99996C10.2361 9.99996 10.434 10.0798 10.5938 10.2395C10.7535 10.3993 10.8333 10.5972 10.8333 10.8333C10.8333 11.0694 10.7535 11.2673 10.5938 11.427C10.434 11.5868 10.2361 11.6666 10 11.6666ZM6.66667 11.6666C6.43056 11.6666 6.23264 11.5868 6.07292 11.427C5.91319 11.2673 5.83333 11.0694 5.83333 10.8333C5.83333 10.5972 5.91319 10.3993 6.07292 10.2395C6.23264 10.0798 6.43056 9.99996 6.66667 9.99996C6.90278 9.99996 7.10069 10.0798 7.26042 10.2395C7.42014 10.3993 7.5 10.5972 7.5 10.8333C7.5 11.0694 7.42014 11.2673 7.26042 11.427C7.10069 11.5868 6.90278 11.6666 6.66667 11.6666ZM13.3333 11.6666C13.0972 11.6666 12.8993 11.5868 12.7396 11.427C12.5799 11.2673 12.5 11.0694 12.5 10.8333C12.5 10.5972 12.5799 10.3993 12.7396 10.2395C12.8993 10.0798 13.0972 9.99996 13.3333 9.99996C13.5694 9.99996 13.7674 10.0798 13.9271 10.2395C14.0868 10.3993 14.1667 10.5972 14.1667 10.8333C14.1667 11.0694 14.0868 11.2673 13.9271 11.427C13.7674 11.5868 13.5694 11.6666 13.3333 11.6666ZM10 15C9.76389 15 9.56597 14.9201 9.40625 14.7604C9.24653 14.6007 9.16667 14.4027 9.16667 14.1666C9.16667 13.9305 9.24653 13.7326 9.40625 13.5729C9.56597 13.4132 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.4132 10.5938 13.5729C10.7535 13.7326 10.8333 13.9305 10.8333 14.1666C10.8333 14.4027 10.7535 14.6007 10.5938 14.7604C10.434 14.9201 10.2361 15 10 15ZM6.66667 15C6.43056 15 6.23264 14.9201 6.07292 14.7604C5.91319 14.6007 5.83333 14.4027 5.83333 14.1666C5.83333 13.9305 5.91319 13.7326 6.07292 13.5729C6.23264 13.4132 6.43056 13.3333 6.66667 13.3333C6.90278 13.3333 7.10069 13.4132 7.26042 13.5729C7.42014 13.7326 7.5 13.9305 7.5 14.1666C7.5 14.4027 7.42014 14.6007 7.26042 14.7604C7.10069 14.9201 6.90278 15 6.66667 15ZM13.3333 15C13.0972 15 12.8993 14.9201 12.7396 14.7604C12.5799 14.6007 12.5 14.4027 12.5 14.1666C12.5 13.9305 12.5799 13.7326 12.7396 13.5729C12.8993 13.4132 13.0972 13.3333 13.3333 13.3333C13.5694 13.3333 13.7674 13.4132 13.9271 13.5729C14.0868 13.7326 14.1667 13.9305 14.1667 14.1666C14.1667 14.4027 14.0868 14.6007 13.9271 14.7604C13.7674 14.9201 13.5694 15 13.3333 15Z",fill:n})}),J5=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666Z",fill:n})}),C7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V4.99996C2.5 4.54163 2.66319 4.14926 2.98958 3.82288C3.31597 3.49649 3.70833 3.33329 4.16667 3.33329H5V2.49996C5 2.26385 5.07986 2.06593 5.23958 1.90621C5.39931 1.74649 5.59722 1.66663 5.83333 1.66663C6.06944 1.66663 6.26736 1.74649 6.42708 1.90621C6.58681 2.06593 6.66667 2.26385 6.66667 2.49996V3.33329H13.3333V2.49996C13.3333 2.26385 13.4132 2.06593 13.5729 1.90621C13.7326 1.74649 13.9306 1.66663 14.1667 1.66663C14.4028 1.66663 14.6007 1.74649 14.7604 1.90621C14.9201 2.06593 15 2.26385 15 2.49996V3.33329H15.8333C16.2917 3.33329 16.684 3.49649 17.0104 3.82288C17.3368 4.14926 17.5 4.54163 17.5 4.99996V16.6666C17.5 17.125 17.3368 17.5173 17.0104 17.8437C16.684 18.1701 16.2917 18.3333 15.8333 18.3333H4.16667ZM4.16667 16.6666H15.8333V8.33329H4.16667V16.6666ZM4.16667 6.66663H15.8333V4.99996H4.16667V6.66663Z",fill:n})}),e7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0938 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1562C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5Z",fill:n})}),t7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0938 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1562C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5ZM5.02083 7.5L6.39583 6.125L6.04167 4.16667H4.1875C4.25694 4.73611 4.35417 5.29861 4.47917 5.85417C4.60417 6.40972 4.78472 6.95833 5.02083 7.5ZM12.4792 14.9583C13.0208 15.1944 13.5729 15.3819 14.1354 15.5208C14.6979 15.6597 15.2639 15.75 15.8333 15.7917V13.9583L13.875 13.5625L12.4792 14.9583Z",fill:n})}),n7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.1667L12.4167 13.5834C12.5695 13.7361 12.7639 13.8125 13 13.8125C13.2361 13.8125 13.4306 13.7361 13.5834 13.5834C13.7361 13.4306 13.8125 13.2361 13.8125 13C13.8125 12.7639 13.7361 12.5695 13.5834 12.4167L11.1667 10L13.5834 7.58335C13.7361 7.43058 13.8125 7.23613 13.8125 7.00002C13.8125 6.76391 13.7361 6.56946 13.5834 6.41669C13.4306 6.26391 13.2361 6.18752 13 6.18752C12.7639 6.18752 12.5695 6.26391 12.4167 6.41669L10 8.83335L7.58335 6.41669C7.43058 6.26391 7.23613 6.18752 7.00002 6.18752C6.76391 6.18752 6.56946 6.26391 6.41669 6.41669C6.26391 6.56946 6.18752 6.76391 6.18752 7.00002C6.18752 7.23613 6.26391 7.43058 6.41669 7.58335L8.83335 10L6.41669 12.4167C6.26391 12.5695 6.18752 12.7639 6.18752 13C6.18752 13.2361 6.26391 13.4306 6.41669 13.5834C6.56946 13.7361 6.76391 13.8125 7.00002 13.8125C7.23613 13.8125 7.43058 13.7361 7.58335 13.5834L10 11.1667ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334Z",fill:n})}),r7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.1667L12.4167 13.5834C12.5695 13.7361 12.7639 13.8125 13 13.8125C13.2361 13.8125 13.4306 13.7361 13.5834 13.5834C13.7361 13.4306 13.8125 13.2361 13.8125 13C13.8125 12.7639 13.7361 12.5695 13.5834 12.4167L11.1667 10L13.5834 7.58335C13.7361 7.43058 13.8125 7.23613 13.8125 7.00002C13.8125 6.76391 13.7361 6.56946 13.5834 6.41669C13.4306 6.26391 13.2361 6.18752 13 6.18752C12.7639 6.18752 12.5695 6.26391 12.4167 6.41669L10 8.83335L7.58335 6.41669C7.43058 6.26391 7.23613 6.18752 7.00002 6.18752C6.76391 6.18752 6.56946 6.26391 6.41669 6.41669C6.26391 6.56946 6.18752 6.76391 6.18752 7.00002C6.18752 7.23613 6.26391 7.43058 6.41669 7.58335L8.83335 10L6.41669 12.4167C6.26391 12.5695 6.18752 12.7639 6.18752 13C6.18752 13.2361 6.26391 13.4306 6.41669 13.5834C6.56946 13.7361 6.76391 13.8125 7.00002 13.8125C7.23613 13.8125 7.43058 13.7361 7.58335 13.5834L10 11.1667ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),o7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.1875 7.89583L9.29167 2.83333C9.375 2.69444 9.47917 2.59375 9.60417 2.53125C9.72917 2.46875 9.86111 2.4375 10 2.4375C10.1389 2.4375 10.2708 2.46875 10.3958 2.53125C10.5208 2.59375 10.625 2.69444 10.7083 2.83333L13.8125 7.89583C13.8958 8.03472 13.9375 8.18056 13.9375 8.33333C13.9375 8.48611 13.9028 8.625 13.8333 8.75C13.7639 8.875 13.6667 8.97569 13.5417 9.05208C13.4167 9.12847 13.2708 9.16667 13.1042 9.16667H6.89583C6.72917 9.16667 6.58333 9.12847 6.45833 9.05208C6.33333 8.97569 6.23611 8.875 6.16667 8.75C6.09722 8.625 6.0625 8.48611 6.0625 8.33333C6.0625 8.18056 6.10417 8.03472 6.1875 7.89583ZM14.5833 18.3333C13.5417 18.3333 12.6562 17.9688 11.9271 17.2396C11.1979 16.5104 10.8333 15.625 10.8333 14.5833C10.8333 13.5417 11.1979 12.6562 11.9271 11.9271C12.6562 11.1979 13.5417 10.8333 14.5833 10.8333C15.625 10.8333 16.5104 11.1979 17.2396 11.9271C17.9687 12.6562 18.3333 13.5417 18.3333 14.5833C18.3333 15.625 17.9687 16.5104 17.2396 17.2396C16.5104 17.9688 15.625 18.3333 14.5833 18.3333ZM2.5 17.0833V12.0833C2.5 11.8472 2.57986 11.6493 2.73958 11.4896C2.89931 11.3299 3.09722 11.25 3.33333 11.25H8.33333C8.56944 11.25 8.76736 11.3299 8.92708 11.4896C9.08681 11.6493 9.16667 11.8472 9.16667 12.0833V17.0833C9.16667 17.3194 9.08681 17.5174 8.92708 17.6771C8.76736 17.8368 8.56944 17.9167 8.33333 17.9167H3.33333C3.09722 17.9167 2.89931 17.8368 2.73958 17.6771C2.57986 17.5174 2.5 17.3194 2.5 17.0833Z",fill:n})}),s7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.1875 7.89583L9.29167 2.83333C9.375 2.69444 9.47917 2.59375 9.60417 2.53125C9.72917 2.46875 9.86111 2.4375 10 2.4375C10.1389 2.4375 10.2708 2.46875 10.3958 2.53125C10.5208 2.59375 10.625 2.69444 10.7083 2.83333L13.8125 7.89583C13.8958 8.03472 13.9375 8.18056 13.9375 8.33333C13.9375 8.48611 13.9028 8.625 13.8333 8.75C13.7639 8.875 13.6667 8.97569 13.5417 9.05208C13.4167 9.12847 13.2708 9.16667 13.1042 9.16667H6.89583C6.72917 9.16667 6.58333 9.12847 6.45833 9.05208C6.33333 8.97569 6.23611 8.875 6.16667 8.75C6.09722 8.625 6.0625 8.48611 6.0625 8.33333C6.0625 8.18056 6.10417 8.03472 6.1875 7.89583ZM14.5833 18.3333C13.5417 18.3333 12.6562 17.9688 11.9271 17.2396C11.1979 16.5104 10.8333 15.625 10.8333 14.5833C10.8333 13.5417 11.1979 12.6562 11.9271 11.9271C12.6562 11.1979 13.5417 10.8333 14.5833 10.8333C15.625 10.8333 16.5104 11.1979 17.2396 11.9271C17.9687 12.6562 18.3333 13.5417 18.3333 14.5833C18.3333 15.625 17.9687 16.5104 17.2396 17.2396C16.5104 17.9688 15.625 18.3333 14.5833 18.3333ZM2.5 17.0833V12.0833C2.5 11.8472 2.57986 11.6493 2.73958 11.4896C2.89931 11.3299 3.09722 11.25 3.33333 11.25H8.33333C8.56944 11.25 8.76736 11.3299 8.92708 11.4896C9.08681 11.6493 9.16667 11.8472 9.16667 12.0833V17.0833C9.16667 17.3194 9.08681 17.5174 8.92708 17.6771C8.76736 17.8368 8.56944 17.9167 8.33333 17.9167H3.33333C3.09722 17.9167 2.89931 17.8368 2.73958 17.6771C2.57986 17.5174 2.5 17.3194 2.5 17.0833ZM14.5833 16.6667C15.1667 16.6667 15.6597 16.4653 16.0625 16.0625C16.4653 15.6597 16.6667 15.1667 16.6667 14.5833C16.6667 14 16.4653 13.5069 16.0625 13.1042C15.6597 12.7014 15.1667 12.5 14.5833 12.5C14 12.5 13.5069 12.7014 13.1042 13.1042C12.7014 13.5069 12.5 14 12.5 14.5833C12.5 15.1667 12.7014 15.6597 13.1042 16.0625C13.5069 16.4653 14 16.6667 14.5833 16.6667ZM4.16667 16.25H7.5V12.9167H4.16667V16.25ZM8.375 7.5H11.625L10 4.875L8.375 7.5Z",fill:n})}),l7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V9.16667C7.5 8.93056 7.42014 8.73264 7.26042 8.57292C7.10069 8.41319 6.90278 8.33333 6.66667 8.33333C6.43056 8.33333 6.23264 8.41319 6.07292 8.57292C5.91319 8.73264 5.83333 8.93056 5.83333 9.16667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667ZM13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V11.6667C14.1667 11.4306 14.0868 11.2326 13.9271 11.0729C13.7674 10.9132 13.5694 10.8333 13.3333 10.8333C13.0972 10.8333 12.8993 10.9132 12.7396 11.0729C12.5799 11.2326 12.5 11.4306 12.5 11.6667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667ZM15 7.5C14.7639 7.5 14.566 7.42014 14.4062 7.26042C14.2465 7.10069 14.1667 6.90278 14.1667 6.66667V5.83333H13.3333C13.0972 5.83333 12.8993 5.75347 12.7396 5.59375C12.5799 5.43403 12.5 5.23611 12.5 5C12.5 4.76389 12.5799 4.56597 12.7396 4.40625C12.8993 4.24653 13.0972 4.16667 13.3333 4.16667H14.1667V3.33333C14.1667 3.09722 14.2465 2.89931 14.4062 2.73958C14.566 2.57986 14.7639 2.5 15 2.5C15.2361 2.5 15.434 2.57986 15.5938 2.73958C15.7535 2.89931 15.8333 3.09722 15.8333 3.33333V4.16667H16.6667C16.9028 4.16667 17.1007 4.24653 17.2604 4.40625C17.4201 4.56597 17.5 4.76389 17.5 5C17.5 5.23611 17.4201 5.43403 17.2604 5.59375C17.1007 5.75347 16.9028 5.83333 16.6667 5.83333H15.8333V6.66667C15.8333 6.90278 15.7535 7.10069 15.5938 7.26042C15.434 7.42014 15.2361 7.5 15 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H10.8333C11.0694 2.5 11.2674 2.57986 11.4271 2.73958C11.5868 2.89931 11.6667 3.09722 11.6667 3.33333V6.66667C11.6667 7.125 11.8299 7.51736 12.1562 7.84375C12.4826 8.17014 12.875 8.33333 13.3333 8.33333H16.6667C16.9028 8.33333 17.1007 8.41319 17.2604 8.57292C17.4201 8.73264 17.5 8.93056 17.5 9.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),i7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H10.8333C11.0694 2.5 11.2674 2.57986 11.4271 2.73958C11.5868 2.89931 11.6667 3.09722 11.6667 3.33333C11.6667 3.56944 11.5868 3.76736 11.4271 3.92708C11.2674 4.08681 11.0694 4.16667 10.8333 4.16667H4.16667V15.8333H15.8333V9.16667C15.8333 8.93056 15.9132 8.73264 16.0729 8.57292C16.2326 8.41319 16.4306 8.33333 16.6667 8.33333C16.9028 8.33333 17.1007 8.41319 17.2604 8.57292C17.4201 8.73264 17.5 8.93056 17.5 9.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 8.33333C6.43056 8.33333 6.23264 8.41319 6.07292 8.57292C5.91319 8.73264 5.83333 8.93056 5.83333 9.16667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V9.16667C7.5 8.93056 7.42014 8.73264 7.26042 8.57292C7.10069 8.41319 6.90278 8.33333 6.66667 8.33333ZM10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8333 13.5694 10.8333 13.3333V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333ZM13.3333 10.8333C13.0972 10.8333 12.8993 10.9132 12.7396 11.0729C12.5799 11.2326 12.5 11.4306 12.5 11.6667V13.3333C12.5 13.5694 12.5799 13.7674 12.7396 13.9271C12.8993 14.0868 13.0972 14.1667 13.3333 14.1667C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333V11.6667C14.1667 11.4306 14.0868 11.2326 13.9271 11.0729C13.7674 10.9132 13.5694 10.8333 13.3333 10.8333ZM14.1667 5.83333H13.3333C13.0972 5.83333 12.8993 5.75347 12.7396 5.59375C12.5799 5.43403 12.5 5.23611 12.5 5C12.5 4.76389 12.5799 4.56597 12.7396 4.40625C12.8993 4.24653 13.0972 4.16667 13.3333 4.16667H14.1667V3.33333C14.1667 3.09722 14.2465 2.89931 14.4062 2.73958C14.566 2.57986 14.7639 2.5 15 2.5C15.2361 2.5 15.434 2.57986 15.5938 2.73958C15.7535 2.89931 15.8333 3.09722 15.8333 3.33333V4.16667H16.6667C16.9028 4.16667 17.1007 4.24653 17.2604 4.40625C17.4201 4.56597 17.5 4.76389 17.5 5C17.5 5.23611 17.4201 5.43403 17.2604 5.59375C17.1007 5.75347 16.9028 5.83333 16.6667 5.83333H15.8333V6.66667C15.8333 6.90278 15.7535 7.10069 15.5938 7.26042C15.434 7.42014 15.2361 7.5 15 7.5C14.7639 7.5 14.566 7.42014 14.4062 7.26042C14.2465 7.10069 14.1667 6.90278 14.1667 6.66667V5.83333Z",fill:n})}),c7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M17.5 13.3333L11.0208 8.27084C10.6458 7.97917 10.2257 7.86459 9.76042 7.92709C9.29514 7.98959 8.92361 8.21528 8.64583 8.60417L6.85417 11.0625C6.71528 11.2569 6.53125 11.3715 6.30208 11.4063C6.07292 11.441 5.86111 11.3819 5.66667 11.2292L2.5 8.75V7.5C2.5 7.15278 2.65278 6.90278 2.95833 6.75C3.26389 6.59722 3.55556 6.625 3.83333 6.83334L5.83333 8.33334L8.97917 3.9375C9.25694 3.54861 9.63194 3.31945 10.1042 3.25C10.5764 3.18056 11 3.29861 11.375 3.60417L14.1667 5.83334H15.8333C16.2917 5.83334 16.684 5.99653 17.0104 6.32292C17.3368 6.64931 17.5 7.04167 17.5 7.5V13.3333ZM2.5 16.6667V10.8333L5.3125 13.0833C5.6875 13.3889 6.10764 13.5069 6.57292 13.4375C7.03819 13.3681 7.40972 13.1389 7.6875 12.75L9.5 10.2708C9.63889 10.0764 9.82292 9.96181 10.0521 9.92709C10.2812 9.89236 10.4931 9.95139 10.6875 10.1042L17.5 15.4375V16.6667H2.5Z",fill:n})}),a7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.375 3.60417L14.1667 5.83334H15.8333C16.2917 5.83334 16.684 5.99653 17.0104 6.32292C17.3368 6.64931 17.5 7.04167 17.5 7.5V16.6667H2.5V7.5C2.5 7.15278 2.65278 6.90278 2.95833 6.75C3.26389 6.59722 3.55556 6.625 3.83333 6.83334L5.83333 8.33334L8.97917 3.9375C9.25694 3.54861 9.63194 3.31945 10.1042 3.25C10.5764 3.18056 11 3.29861 11.375 3.60417ZM4.16667 9.16667V12.1667L6.66667 14.1667L10 9.58334L15.8333 14.125V7.5H13.5833L10.3333 4.89584L6.20833 10.6875L4.16667 9.16667Z",fill:n})}),d7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1668 16.6666C13.9307 16.6666 13.7328 16.5868 13.5731 16.4271C13.4134 16.2673 13.3335 16.0694 13.3335 15.8333V11.6666C13.3335 11.4305 13.4134 11.2326 13.5731 11.0729C13.7328 10.9132 13.9307 10.8333 14.1668 10.8333H15.8335C16.0696 10.8333 16.2675 10.9132 16.4272 11.0729C16.587 11.2326 16.6668 11.4305 16.6668 11.6666V15.8333C16.6668 16.0694 16.587 16.2673 16.4272 16.4271C16.2675 16.5868 16.0696 16.6666 15.8335 16.6666H14.1668ZM9.16683 16.6666C8.93072 16.6666 8.7328 16.5868 8.57308 16.4271C8.41336 16.2673 8.3335 16.0694 8.3335 15.8333V4.16665C8.3335 3.93054 8.41336 3.73262 8.57308 3.5729C8.7328 3.41317 8.93072 3.33331 9.16683 3.33331H10.8335C11.0696 3.33331 11.2675 3.41317 11.4272 3.5729C11.587 3.73262 11.6668 3.93054 11.6668 4.16665V15.8333C11.6668 16.0694 11.587 16.2673 11.4272 16.4271C11.2675 16.5868 11.0696 16.6666 10.8335 16.6666H9.16683ZM4.16683 16.6666C3.93072 16.6666 3.7328 16.5868 3.57308 16.4271C3.41336 16.2673 3.3335 16.0694 3.3335 15.8333V8.33331C3.3335 8.0972 3.41336 7.89929 3.57308 7.73956C3.7328 7.57984 3.93072 7.49998 4.16683 7.49998H5.8335C6.06961 7.49998 6.26752 7.57984 6.42725 7.73956C6.58697 7.89929 6.66683 8.0972 6.66683 8.33331V15.8333C6.66683 16.0694 6.58697 16.2673 6.42725 16.4271C6.26752 16.5868 6.06961 16.6666 5.8335 16.6666H4.16683Z",fill:n})}),w7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16683 16.6666C3.93072 16.6666 3.7328 16.5868 3.57308 16.4271C3.41336 16.2673 3.3335 16.0694 3.3335 15.8333V8.33331C3.3335 8.0972 3.41336 7.89929 3.57308 7.73956C3.7328 7.57984 3.93072 7.49998 4.16683 7.49998H5.8335C6.06961 7.49998 6.26752 7.57984 6.42725 7.73956C6.58697 7.89929 6.66683 8.0972 6.66683 8.33331V15.8333C6.66683 16.0694 6.58697 16.2673 6.42725 16.4271C6.26752 16.5868 6.06961 16.6666 5.8335 16.6666H4.16683ZM4.16683 6.66665C3.93072 6.66665 3.7328 6.58679 3.57308 6.42706C3.41336 6.26734 3.3335 6.06942 3.3335 5.83331V4.16665C3.3335 3.93054 3.41336 3.73262 3.57308 3.5729C3.7328 3.41317 3.93072 3.33331 4.16683 3.33331H5.8335C6.06961 3.33331 6.26752 3.41317 6.42725 3.5729C6.58697 3.73262 6.66683 3.93054 6.66683 4.16665V5.83331C6.66683 6.06942 6.58697 6.26734 6.42725 6.42706C6.26752 6.58679 6.06961 6.66665 5.8335 6.66665H4.16683ZM9.16683 16.6666C8.93072 16.6666 8.7328 16.5868 8.57308 16.4271C8.41336 16.2673 8.3335 16.0694 8.3335 15.8333V10.8333C8.3335 10.5972 8.41336 10.3993 8.57308 10.2396C8.7328 10.0798 8.93072 9.99998 9.16683 9.99998H10.8335C11.0696 9.99998 11.2675 10.0798 11.4272 10.2396C11.587 10.3993 11.6668 10.5972 11.6668 10.8333V15.8333C11.6668 16.0694 11.587 16.2673 11.4272 16.4271C11.2675 16.5868 11.0696 16.6666 10.8335 16.6666H9.16683ZM9.16683 9.16665C8.93072 9.16665 8.7328 9.08679 8.57308 8.92706C8.41336 8.76734 8.3335 8.56942 8.3335 8.33331V6.66665C8.3335 6.43054 8.41336 6.23262 8.57308 6.0729C8.7328 5.91317 8.93072 5.83331 9.16683 5.83331H10.8335C11.0696 5.83331 11.2675 5.91317 11.4272 6.0729C11.587 6.23262 11.6668 6.43054 11.6668 6.66665V8.33331C11.6668 8.56942 11.587 8.76734 11.4272 8.92706C11.2675 9.08679 11.0696 9.16665 10.8335 9.16665H9.16683ZM14.1668 16.6666C13.9307 16.6666 13.7328 16.5868 13.5731 16.4271C13.4134 16.2673 13.3335 16.0694 13.3335 15.8333V13.3333C13.3335 13.0972 13.4134 12.8993 13.5731 12.7396C13.7328 12.5798 13.9307 12.5 14.1668 12.5H15.8335C16.0696 12.5 16.2675 12.5798 16.4272 12.7396C16.587 12.8993 16.6668 13.0972 16.6668 13.3333V15.8333C16.6668 16.0694 16.587 16.2673 16.4272 16.4271C16.2675 16.5868 16.0696 16.6666 15.8335 16.6666H14.1668ZM14.1668 11.6666C13.9307 11.6666 13.7328 11.5868 13.5731 11.4271C13.4134 11.2673 13.3335 11.0694 13.3335 10.8333V9.16665C13.3335 8.93054 13.4134 8.73262 13.5731 8.5729C13.7328 8.41317 13.9307 8.33331 14.1668 8.33331H15.8335C16.0696 8.33331 16.2675 8.41317 16.4272 8.5729C16.587 8.73262 16.6668 8.93054 16.6668 9.16665V10.8333C16.6668 11.0694 16.587 11.2673 16.4272 11.4271C16.2675 11.5868 16.0696 11.6666 15.8335 11.6666H14.1668Z",fill:n})}),u7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8333 9.16667V1.75C12.8194 1.95833 14.4965 2.75 15.8646 4.125C17.2326 5.5 18.0278 7.18056 18.25 9.16667H10.8333ZM9.1875 18.2292C7.07639 18.0208 5.30903 17.1319 3.88542 15.5625C2.46181 13.9931 1.75 12.1389 1.75 10C1.75 7.84722 2.46181 5.98611 3.88542 4.41667C5.30903 2.84722 7.07639 1.95833 9.1875 1.75V18.2292ZM10.8333 18.2292V10.8125H18.25C18.0556 12.7986 17.2674 14.4826 15.8854 15.8646C14.5035 17.2465 12.8194 18.0347 10.8333 18.2292Z",fill:n})}),g7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8334 9.16669H16.6251C16.4167 7.63891 15.7813 6.34377 14.7188 5.28127C13.6563 4.21877 12.3612 3.58335 10.8334 3.37502V9.16669ZM9.16675 16.625V3.37502C7.48619 3.58335 6.09383 4.31599 4.98966 5.57294C3.8855 6.82988 3.33341 8.30558 3.33341 10C3.33341 11.6945 3.8855 13.1702 4.98966 14.4271C6.09383 15.684 7.48619 16.4167 9.16675 16.625ZM10.8334 16.625C12.3612 16.4306 13.6598 15.7986 14.7292 14.7292C15.7987 13.6597 16.4306 12.3611 16.6251 10.8334H10.8334V16.625ZM10.0001 18.3334C8.8473 18.3334 7.76397 18.1146 6.75008 17.6771C5.73619 17.2396 4.85425 16.6459 4.10425 15.8959C3.35425 15.1459 2.7605 14.2639 2.323 13.25C1.8855 12.2361 1.66675 11.1528 1.66675 10C1.66675 8.84724 1.8855 7.76391 2.323 6.75002C2.7605 5.73613 3.35425 4.85419 4.10425 4.10419C4.85425 3.35419 5.73619 2.76044 6.75008 2.32294C7.76397 1.88544 8.8473 1.66669 10.0001 1.66669C11.1529 1.66669 12.2327 1.88544 13.2397 2.32294C14.2466 2.76044 15.1286 3.35766 15.8855 4.1146C16.6424 4.87155 17.2397 5.75349 17.6772 6.76044C18.1147 7.76738 18.3334 8.84724 18.3334 10C18.3334 11.1389 18.1147 12.2153 17.6772 13.2292C17.2397 14.2431 16.6459 15.1285 15.8959 15.8854C15.1459 16.6424 14.264 17.2396 13.2501 17.6771C12.2362 18.1146 11.1529 18.3334 10.0001 18.3334Z",fill:n})}),v7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.5 6.66667V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V6.66667H2.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V8.33333H6.25V17.5H4.16667ZM13.75 17.5V8.33333H17.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H13.75ZM7.91667 17.5V8.33333H12.0833V17.5H7.91667Z",fill:n})}),x7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5ZM4.16667 6.66667H15.8333V4.16667H4.16667V6.66667ZM6.25 8.33333H4.16667V15.8333H6.25V8.33333ZM13.75 8.33333V15.8333H15.8333V8.33333H13.75ZM12.0833 8.33333H7.91667V15.8333H12.0833V8.33333Z",fill:n})}),h7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0695 11.6667 10.8334C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669Z",fill:n})}),p7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334ZM5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0695 11.6667 10.8334C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669Z",fill:n})}),H7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H11.7501C11.6945 1.94444 11.6667 2.22222 11.6667 2.5C11.6667 2.77778 11.6945 3.05556 11.7501 3.33333C11.8195 3.65278 11.9167 3.95139 12.0417 4.22917C12.1667 4.50694 12.3195 4.76389 12.5001 5H5.83341C5.5973 5 5.39939 5.07986 5.23966 5.23958C5.07994 5.39931 5.00008 5.59722 5.00008 5.83333C5.00008 6.06944 5.07994 6.26736 5.23966 6.42708C5.39939 6.58681 5.5973 6.66667 5.83341 6.66667H15.8334C16.2779 6.66667 16.7154 6.59722 17.1459 6.45833C17.5765 6.31944 17.9723 6.11111 18.3334 5.83333V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM5.83341 9.16667H14.1667C14.4029 9.16667 14.6008 9.08681 14.7605 8.92708C14.9202 8.76736 15.0001 8.56944 15.0001 8.33333C15.0001 8.09722 14.9202 7.8993 14.7605 7.73958C14.6008 7.57986 14.4029 7.5 14.1667 7.5H5.83341C5.5973 7.5 5.39939 7.57986 5.23966 7.73958C5.07994 7.8993 5.00008 8.09722 5.00008 8.33333C5.00008 8.56944 5.07994 8.76736 5.23966 8.92708C5.39939 9.08681 5.5973 9.16667 5.83341 9.16667ZM5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0694 11.6667 10.8333C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8333C5.00008 11.0694 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667Z",fill:n})}),V7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83341 11.6667H10.8334C11.0695 11.6667 11.2674 11.5868 11.4272 11.4271C11.5869 11.2674 11.6667 11.0694 11.6667 10.8333C11.6667 10.5972 11.5869 10.3993 11.4272 10.2396C11.2674 10.0799 11.0695 10 10.8334 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8333C5.00008 11.0694 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16667H14.1667C14.4029 9.16667 14.6008 9.08681 14.7605 8.92708C14.9202 8.76736 15.0001 8.56944 15.0001 8.33333C15.0001 8.09722 14.9202 7.8993 14.7605 7.73958C14.6008 7.57986 14.4029 7.5 14.1667 7.5H5.83341C5.5973 7.5 5.39939 7.57986 5.23966 7.73958C5.07994 7.8993 5.00008 8.09722 5.00008 8.33333C5.00008 8.56944 5.07994 8.76736 5.23966 8.92708C5.39939 9.08681 5.5973 9.16667 5.83341 9.16667ZM5.83341 6.66667H12.5001C12.7362 6.66667 12.9341 6.58681 13.0938 6.42708C13.2536 6.26736 13.3334 6.06944 13.3334 5.83333C13.3334 5.59722 13.2536 5.39931 13.0938 5.23958C12.9341 5.07986 12.7362 5 12.5001 5H5.83341C5.5973 5 5.39939 5.07986 5.23966 5.23958C5.07994 5.39931 5.00008 5.59722 5.00008 5.83333C5.00008 6.06944 5.07994 6.26736 5.23966 6.42708C5.39939 6.58681 5.5973 6.66667 5.83341 6.66667ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H10.8334C11.0695 1.66667 11.2674 1.74653 11.4272 1.90625C11.5869 2.06597 11.6667 2.26389 11.6667 2.5C11.6667 2.73611 11.5869 2.93403 11.4272 3.09375C11.2674 3.25347 11.0695 3.33333 10.8334 3.33333H3.33341V14.2708L4.29175 13.3333H16.6667V7.5C16.6667 7.26389 16.7466 7.06597 16.9063 6.90625C17.0661 6.74653 17.264 6.66667 17.5001 6.66667C17.7362 6.66667 17.9341 6.74653 18.0938 6.90625C18.2536 7.06597 18.3334 7.26389 18.3334 7.5V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5Z",fill:n})}),L7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008Z",fill:n})}),M7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334Z",fill:n})}),f7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H10.9167C11.139 1.66667 11.323 1.75 11.4688 1.91667C11.6147 2.08333 11.6806 2.27778 11.6667 2.5C11.6667 3.125 11.8022 3.71528 12.073 4.27083C12.3438 4.82639 12.7223 5.30556 13.2084 5.70833C13.5695 6 13.9758 6.23264 14.4272 6.40625C14.8786 6.57986 15.3473 6.66667 15.8334 6.66667C16.0834 6.66667 16.3334 6.64583 16.5834 6.60417C16.8334 6.5625 17.0765 6.49306 17.3126 6.39583C17.5487 6.29861 17.7779 6.3125 18.0001 6.4375C18.2223 6.5625 18.3334 6.74306 18.3334 6.97917V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008Z",fill:n})}),Z7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0937C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33333C1.66675 2.875 1.82994 2.48264 2.15633 2.15625C2.48272 1.82986 2.87508 1.66667 3.33341 1.66667H10.8334C11.0695 1.66667 11.2674 1.74653 11.4272 1.90625C11.5869 2.06597 11.6667 2.26389 11.6667 2.5C11.6667 2.73611 11.5869 2.93403 11.4272 3.09375C11.2674 3.25347 11.0695 3.33333 10.8334 3.33333H3.33341V14.2708L4.29175 13.3333H16.6667V7.5C16.6667 7.26389 16.7466 7.06597 16.9063 6.90625C17.0661 6.74653 17.264 6.66667 17.5001 6.66667C17.7362 6.66667 17.9341 6.74653 18.0938 6.90625C18.2536 7.06597 18.3334 7.26389 18.3334 7.5V13.3333C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM15.8334 5C15.139 5 14.5487 4.75694 14.0626 4.27083C13.5765 3.78472 13.3334 3.19444 13.3334 2.5C13.3334 1.80556 13.5765 1.21528 14.0626 0.729167C14.5487 0.243056 15.139 0 15.8334 0C16.5279 0 17.1181 0.243056 17.6042 0.729167C18.0904 1.21528 18.3334 1.80556 18.3334 2.5C18.3334 3.19444 18.0904 3.78472 17.6042 4.27083C17.1181 4.75694 16.5279 5 15.8334 5Z",fill:n})}),j7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.95833 12.625L15.0208 5.5625C15.1875 5.39583 15.3819 5.3125 15.6042 5.3125C15.8264 5.3125 16.0208 5.39583 16.1875 5.5625C16.3542 5.72917 16.4375 5.92708 16.4375 6.15625C16.4375 6.38542 16.3542 6.58333 16.1875 6.75L8.54167 14.4167C8.375 14.5833 8.18056 14.6667 7.95833 14.6667C7.73611 14.6667 7.54167 14.5833 7.375 14.4167L3.79167 10.8333C3.625 10.6667 3.54514 10.4688 3.55208 10.2396C3.55903 10.0104 3.64583 9.8125 3.8125 9.64583C3.97917 9.47917 4.17708 9.39583 4.40625 9.39583C4.63542 9.39583 4.83333 9.47917 5 9.64583L7.95833 12.625Z",fill:n})}),m7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83332 11.5L7.04166 9.70835C6.88888 9.55558 6.69443 9.47919 6.45832 9.47919C6.22221 9.47919 6.02777 9.55558 5.87499 9.70835C5.72221 9.86113 5.64582 10.0556 5.64582 10.2917C5.64582 10.5278 5.72221 10.7222 5.87499 10.875L8.24999 13.25C8.41666 13.4167 8.6111 13.5 8.83332 13.5C9.05554 13.5 9.24999 13.4167 9.41666 13.25L14.125 8.54169C14.2778 8.38891 14.3542 8.19446 14.3542 7.95835C14.3542 7.72224 14.2778 7.5278 14.125 7.37502C13.9722 7.22224 13.7778 7.14585 13.5417 7.14585C13.3055 7.14585 13.1111 7.22224 12.9583 7.37502L8.83332 11.5ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334Z",fill:n})}),B7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83332 11.5L7.04166 9.70835C6.88888 9.55558 6.69443 9.47919 6.45832 9.47919C6.22221 9.47919 6.02777 9.55558 5.87499 9.70835C5.72221 9.86113 5.64582 10.0556 5.64582 10.2917C5.64582 10.5278 5.72221 10.7222 5.87499 10.875L8.24999 13.25C8.41666 13.4167 8.6111 13.5 8.83332 13.5C9.05554 13.5 9.24999 13.4167 9.41666 13.25L14.125 8.54169C14.2778 8.38891 14.3542 8.19446 14.3542 7.95835C14.3542 7.72224 14.2778 7.5278 14.125 7.37502C13.9722 7.22224 13.7778 7.14585 13.5417 7.14585C13.3055 7.14585 13.1111 7.22224 12.9583 7.37502L8.83332 11.5ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334ZM9.99999 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0208 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0208 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 9.99999 3.33335C8.13888 3.33335 6.56249 3.97919 5.27082 5.27085C3.97916 6.56252 3.33332 8.13891 3.33332 10C3.33332 11.8611 3.97916 13.4375 5.27082 14.7292C6.56249 16.0209 8.13888 16.6667 9.99999 16.6667Z",fill:n})}),S7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 10.8334C5.59722 10.8334 5.39931 10.7535 5.23958 10.5938C5.07986 10.434 5 10.2361 5 10C5 9.76391 5.07986 9.56599 5.23958 9.40627C5.39931 9.24655 5.59722 9.16669 5.83333 9.16669H14.1667C14.4028 9.16669 14.6007 9.24655 14.7604 9.40627C14.9201 9.56599 15 9.76391 15 10C15 10.2361 14.9201 10.434 14.7604 10.5938C14.6007 10.7535 14.4028 10.8334 14.1667 10.8334H5.83333Z",fill:n})}),b7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33334 11.3333L13.25 6.41667C13.4028 6.26389 13.5972 6.1875 13.8333 6.1875C14.0694 6.1875 14.2639 6.26389 14.4167 6.41667C14.5694 6.56944 14.6458 6.76389 14.6458 7C14.6458 7.23611 14.5694 7.43056 14.4167 7.58333L8.91667 13.0833C8.75001 13.25 8.55556 13.3333 8.33334 13.3333C8.11112 13.3333 7.91667 13.25 7.75001 13.0833L5.58334 10.9167C5.43056 10.7639 5.35417 10.5694 5.35417 10.3333C5.35417 10.0972 5.43056 9.90278 5.58334 9.75C5.73612 9.59722 5.93056 9.52083 6.16667 9.52083C6.40278 9.52083 6.59723 9.59722 6.75001 9.75L8.33334 11.3333Z",fill:n})}),_7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),y7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.1667L7.04167 9.375C6.88889 9.22222 6.69444 9.14583 6.45833 9.14583C6.22222 9.14583 6.02778 9.22222 5.875 9.375C5.72222 9.52778 5.64583 9.72222 5.64583 9.95833C5.64583 10.1944 5.72222 10.3889 5.875 10.5417L8.25 12.9167C8.41667 13.0833 8.61111 13.1667 8.83333 13.1667C9.05556 13.1667 9.25 13.0833 9.41667 12.9167L14.125 8.20833C14.2778 8.05556 14.3542 7.86111 14.3542 7.625C14.3542 7.38889 14.2778 7.19444 14.125 7.04167C13.9722 6.88889 13.7778 6.8125 13.5417 6.8125C13.3056 6.8125 13.1111 6.88889 12.9583 7.04167L8.83333 11.1667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),O7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),N7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),F7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.83333 11.1667L7.04167 9.375C6.88889 9.22222 6.69444 9.14583 6.45833 9.14583C6.22222 9.14583 6.02778 9.22222 5.875 9.375C5.72222 9.52778 5.64583 9.72222 5.64583 9.95833C5.64583 10.1944 5.72222 10.3889 5.875 10.5417L8.25 12.9167C8.41667 13.0833 8.61111 13.1667 8.83333 13.1667C9.05556 13.1667 9.25 13.0833 9.41667 12.9167L14.125 8.20833C14.2778 8.05556 14.3542 7.86111 14.3542 7.625C14.3542 7.38889 14.2778 7.19444 14.125 7.04167C13.9722 6.88889 13.7778 6.8125 13.5417 6.8125C13.3056 6.8125 13.1111 6.88889 12.9583 7.04167L8.83333 11.1667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),k7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8334 9.66663V6.66663C10.8334 6.43051 10.7536 6.2326 10.5938 6.07288C10.4341 5.91315 10.2362 5.83329 10.0001 5.83329C9.76397 5.83329 9.56605 5.91315 9.40633 6.07288C9.24661 6.2326 9.16675 6.43051 9.16675 6.66663V9.97913C9.16675 10.0902 9.18758 10.1979 9.22925 10.302C9.27091 10.4062 9.33341 10.5 9.41675 10.5833L12.1667 13.3333C12.3195 13.4861 12.514 13.5625 12.7501 13.5625C12.9862 13.5625 13.1806 13.4861 13.3334 13.3333C13.4862 13.1805 13.5626 12.9861 13.5626 12.75C13.5626 12.5138 13.4862 12.3194 13.3334 12.1666L10.8334 9.66663ZM10.0001 18.3333C8.8473 18.3333 7.76397 18.1145 6.75008 17.677C5.73619 17.2395 4.85425 16.6458 4.10425 15.8958C3.35425 15.1458 2.7605 14.2638 2.323 13.25C1.8855 12.2361 1.66675 11.1527 1.66675 9.99996C1.66675 8.84718 1.8855 7.76385 2.323 6.74996C2.7605 5.73607 3.35425 4.85413 4.10425 4.10413C4.85425 3.35413 5.73619 2.76038 6.75008 2.32288C7.76397 1.88538 8.8473 1.66663 10.0001 1.66663C11.1529 1.66663 12.2362 1.88538 13.2501 2.32288C14.264 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2397 5.73607 17.6772 6.74996C18.1147 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1147 12.2361 17.6772 13.25C17.2397 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.264 17.2395 13.2501 17.677C12.2362 18.1145 11.1529 18.3333 10.0001 18.3333Z",fill:n})}),I7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8334 9.66663V6.66663C10.8334 6.43051 10.7536 6.2326 10.5938 6.07288C10.4341 5.91315 10.2362 5.83329 10.0001 5.83329C9.76397 5.83329 9.56605 5.91315 9.40633 6.07288C9.24661 6.2326 9.16675 6.43051 9.16675 6.66663V9.97913C9.16675 10.0902 9.18758 10.1979 9.22925 10.302C9.27091 10.4062 9.33341 10.5 9.41675 10.5833L12.1667 13.3333C12.3195 13.4861 12.514 13.5625 12.7501 13.5625C12.9862 13.5625 13.1806 13.4861 13.3334 13.3333C13.4862 13.1805 13.5626 12.9861 13.5626 12.75C13.5626 12.5138 13.4862 12.3194 13.3334 12.1666L10.8334 9.66663ZM10.0001 18.3333C8.8473 18.3333 7.76397 18.1145 6.75008 17.677C5.73619 17.2395 4.85425 16.6458 4.10425 15.8958C3.35425 15.1458 2.7605 14.2638 2.323 13.25C1.8855 12.2361 1.66675 11.1527 1.66675 9.99996C1.66675 8.84718 1.8855 7.76385 2.323 6.74996C2.7605 5.73607 3.35425 4.85413 4.10425 4.10413C4.85425 3.35413 5.73619 2.76038 6.75008 2.32288C7.76397 1.88538 8.8473 1.66663 10.0001 1.66663C11.1529 1.66663 12.2362 1.88538 13.2501 2.32288C14.264 2.76038 15.1459 3.35413 15.8959 4.10413C16.6459 4.85413 17.2397 5.73607 17.6772 6.74996C18.1147 7.76385 18.3334 8.84718 18.3334 9.99996C18.3334 11.1527 18.1147 12.2361 17.6772 13.25C17.2397 14.2638 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.264 17.2395 13.2501 17.677C12.2362 18.1145 11.1529 18.3333 10.0001 18.3333ZM10.0001 16.6666C11.8473 16.6666 13.4202 16.0173 14.7188 14.7187C16.0174 13.4201 16.6667 11.8472 16.6667 9.99996C16.6667 8.15274 16.0174 6.57982 14.7188 5.28121C13.4202 3.9826 11.8473 3.33329 10.0001 3.33329C8.15286 3.33329 6.57994 3.9826 5.28133 5.28121C3.98272 6.57982 3.33341 8.15274 3.33341 9.99996C3.33341 11.8472 3.98272 13.4201 5.28133 14.7187C6.57994 16.0173 8.15286 16.6666 10.0001 16.6666Z",fill:n})}),A7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.1666L5.91671 15.25C5.76393 15.4028 5.56949 15.4791 5.33337 15.4791C5.09726 15.4791 4.90282 15.4028 4.75004 15.25C4.59726 15.0972 4.52087 14.9028 4.52087 14.6666C4.52087 14.4305 4.59726 14.2361 4.75004 14.0833L8.83337 9.99998L4.75004 5.91665C4.59726 5.76387 4.52087 5.56942 4.52087 5.33331C4.52087 5.0972 4.59726 4.90276 4.75004 4.74998C4.90282 4.5972 5.09726 4.52081 5.33337 4.52081C5.56949 4.52081 5.76393 4.5972 5.91671 4.74998L10 8.83331L14.0834 4.74998C14.2362 4.5972 14.4306 4.52081 14.6667 4.52081C14.9028 4.52081 15.0973 4.5972 15.25 4.74998C15.4028 4.90276 15.4792 5.0972 15.4792 5.33331C15.4792 5.56942 15.4028 5.76387 15.25 5.91665L11.1667 9.99998L15.25 14.0833C15.4028 14.2361 15.4792 14.4305 15.4792 14.6666C15.4792 14.9028 15.4028 15.0972 15.25 15.25C15.0973 15.4028 14.9028 15.4791 14.6667 15.4791C14.4306 15.4791 14.2362 15.4028 14.0834 15.25L10 11.1666Z",fill:n})}),R7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.69461 6.50004 5.28836 5.5556 6.15641 4.79171C7.02447 4.02782 8.02794 3.56254 9.16683 3.39587V10.125L8.41683 9.39587C8.26405 9.2431 8.07308 9.16671 7.84391 9.16671C7.61475 9.16671 7.41683 9.25004 7.25016 9.41671C7.09738 9.56949 7.021 9.76393 7.021 10C7.021 10.2362 7.09738 10.4306 7.25016 10.5834L9.41683 12.75C9.5835 12.9167 9.77794 13 10.0002 13C10.2224 13 10.4168 12.9167 10.5835 12.75L12.7502 10.5834C12.9029 10.4306 12.9828 10.2396 12.9897 10.0105C12.9967 9.78129 12.9168 9.58337 12.7502 9.41671C12.5974 9.26393 12.4064 9.18407 12.1772 9.17712C11.9481 9.17018 11.7502 9.2431 11.5835 9.39587L10.8335 10.125V3.39587C12.2641 3.59032 13.455 4.23268 14.4064 5.32296C15.3578 6.41324 15.8335 7.69449 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H5.41683Z",fill:n})}),D7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 10.125V5.08329C8.11127 5.27774 7.29183 5.78815 6.7085 6.61454C6.12516 7.44093 5.8335 8.29163 5.8335 9.16663H5.41683C4.61127 9.16663 3.92377 9.45135 3.35433 10.0208C2.78489 10.5902 2.50016 11.2777 2.50016 12.0833C2.50016 12.8888 2.78489 13.5763 3.35433 14.1458C3.92377 14.7152 4.61127 15 5.41683 15H15.4168C16.0002 15 16.4932 14.7986 16.896 14.3958C17.2988 13.993 17.5002 13.5 17.5002 12.9166C17.5002 12.3333 17.2988 11.8402 16.896 11.4375C16.4932 11.0347 16.0002 10.8333 15.4168 10.8333H14.1668V9.16663C14.1668 8.49996 14.0141 7.87843 13.7085 7.30204C13.4029 6.72565 13.0002 6.23607 12.5002 5.83329V3.89579C13.5279 4.3819 14.3404 5.10065 14.9377 6.05204C15.5349 7.00343 15.8335 8.04163 15.8335 9.16663C16.7918 9.27774 17.587 9.69093 18.2189 10.4062C18.8509 11.1215 19.1668 11.9583 19.1668 12.9166C19.1668 13.9583 18.8022 14.8437 18.0731 15.5729C17.3439 16.302 16.4585 16.6666 15.4168 16.6666H5.41683C4.15294 16.6666 3.07308 16.2291 2.17725 15.3541C1.28141 14.4791 0.833496 13.4097 0.833496 12.1458C0.833496 11.0625 1.15988 10.0972 1.81266 9.24996C2.46544 8.40274 3.31961 7.86107 4.37516 7.62496C4.61127 6.62496 5.20155 5.67357 6.146 4.77079C7.09044 3.86801 8.09739 3.41663 9.16683 3.41663C9.62516 3.41663 10.0175 3.57982 10.3439 3.90621C10.6703 4.2326 10.8335 4.62496 10.8335 5.08329V10.125L11.5835 9.39579C11.7363 9.24301 11.9272 9.16663 12.1564 9.16663C12.3856 9.16663 12.5835 9.24996 12.7502 9.41663C12.9029 9.5694 12.9793 9.76385 12.9793 9.99996C12.9793 10.2361 12.9029 10.4305 12.7502 10.5833L10.5835 12.75C10.4168 12.9166 10.2224 13 10.0002 13C9.77794 13 9.5835 12.9166 9.41683 12.75L7.25016 10.5833C7.09738 10.4305 7.01752 10.2395 7.01058 10.0104C7.00363 9.78121 7.0835 9.58329 7.25016 9.41663C7.40294 9.26385 7.59391 9.18399 7.82308 9.17704C8.05225 9.1701 8.25016 9.24301 8.41683 9.39579L9.16683 10.125Z",fill:n})}),T7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H5.41683Z",fill:n})}),E7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.13905 16.6667 3.05572 16.2222 2.16683 15.3333C1.27794 14.4444 0.833496 13.3611 0.833496 12.0833C0.833496 11.0139 1.16336 10.0625 1.82308 9.22917C2.4828 8.39583 3.3335 7.86111 4.37516 7.625C4.41683 7.51389 4.4585 7.40625 4.50016 7.30208C4.54183 7.19792 4.5835 7.08333 4.62516 6.95833L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3161 17.4271 17.3231 17.6562C17.33 17.8854 17.2502 18.0833 17.0835 18.25C16.9307 18.4028 16.7397 18.4826 16.5106 18.4896C16.2814 18.4965 16.0835 18.4236 15.9168 18.2708L14.2918 16.6667H5.41683ZM18.0002 15.625L6.7085 4.35417C7.19461 4.02083 7.71197 3.76736 8.26058 3.59375C8.80919 3.42014 9.38905 3.33333 10.0002 3.33333C11.6252 3.33333 13.0036 3.89931 14.1356 5.03125C15.2675 6.16319 15.8335 7.54167 15.8335 9.16667C16.7918 9.27778 17.587 9.69097 18.2189 10.4062C18.8509 11.1215 19.1668 11.9583 19.1668 12.9167C19.1668 13.4583 19.0627 13.9618 18.8543 14.4271C18.646 14.8924 18.3613 15.2917 18.0002 15.625Z",fill:n})}),P7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.13905 16.6667 3.05572 16.2222 2.16683 15.3333C1.27794 14.4444 0.833496 13.3611 0.833496 12.0833C0.833496 11.0139 1.16336 10.0625 1.82308 9.22917C2.4828 8.39583 3.3335 7.86111 4.37516 7.625C4.41683 7.51389 4.4585 7.40625 4.50016 7.30208C4.54183 7.19792 4.5835 7.08333 4.62516 6.95833L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3161 17.4271 17.3231 17.6562C17.33 17.8854 17.2502 18.0833 17.0835 18.25C16.9307 18.4028 16.7397 18.4826 16.5106 18.4896C16.2814 18.4965 16.0835 18.4236 15.9168 18.2708L14.2918 16.6667H5.41683ZM5.41683 15H12.6252L5.91683 8.29167C5.88905 8.44444 5.86822 8.59028 5.85433 8.72917C5.84044 8.86806 5.8335 9.01389 5.8335 9.16667H5.41683C4.61127 9.16667 3.92377 9.45139 3.35433 10.0208C2.78489 10.5903 2.50016 11.2778 2.50016 12.0833C2.50016 12.8889 2.78489 13.5764 3.35433 14.1458C3.92377 14.7153 4.61127 15 5.41683 15ZM18.0002 15.625L16.7918 14.4583C17.0279 14.2639 17.205 14.0382 17.3231 13.7812C17.4411 13.5243 17.5002 13.2361 17.5002 12.9167C17.5002 12.3333 17.2988 11.8403 16.896 11.4375C16.4932 11.0347 16.0002 10.8333 15.4168 10.8333H14.1668V9.16667C14.1668 8.01389 13.7606 7.03125 12.9481 6.21875C12.1356 5.40625 11.1529 5 10.0002 5C9.62516 5 9.26405 5.04514 8.91683 5.13542C8.56961 5.22569 8.23627 5.36806 7.91683 5.5625L6.7085 4.35417C7.19461 4.02083 7.71197 3.76736 8.26058 3.59375C8.80919 3.42014 9.38905 3.33333 10.0002 3.33333C11.6252 3.33333 13.0036 3.89931 14.1356 5.03125C15.2675 6.16319 15.8335 7.54167 15.8335 9.16667C16.7918 9.27778 17.587 9.69097 18.2189 10.4062C18.8509 11.1215 19.1668 11.9583 19.1668 12.9167C19.1668 13.4583 19.0627 13.9618 18.8543 14.4271C18.646 14.8924 18.3613 15.2917 18.0002 15.625Z",fill:n})}),z7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H5.41683ZM5.41683 15H15.4168C16.0002 15 16.4932 14.7987 16.896 14.3959C17.2988 13.9931 17.5002 13.5 17.5002 12.9167C17.5002 12.3334 17.2988 11.8403 16.896 11.4375C16.4932 11.0348 16.0002 10.8334 15.4168 10.8334H14.1668V9.16671C14.1668 8.01393 13.7606 7.03129 12.9481 6.21879C12.1356 5.40629 11.1529 5.00004 10.0002 5.00004C8.84739 5.00004 7.86475 5.40629 7.05225 6.21879C6.23975 7.03129 5.8335 8.01393 5.8335 9.16671H5.41683C4.61127 9.16671 3.92377 9.45143 3.35433 10.0209C2.78489 10.5903 2.50016 11.2778 2.50016 12.0834C2.50016 12.8889 2.78489 13.5764 3.35433 14.1459C3.92377 14.7153 4.61127 15 5.41683 15Z",fill:n})}),$7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.41683 16.6667C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H10.8335V10.7084L11.5835 11.4375C11.7363 11.5903 11.9272 11.6667 12.1564 11.6667C12.3856 11.6667 12.5835 11.5834 12.7502 11.4167C12.9029 11.2639 12.9793 11.0695 12.9793 10.8334C12.9793 10.5973 12.9029 10.4028 12.7502 10.25L10.5835 8.08337C10.4168 7.91671 10.2224 7.83337 10.0002 7.83337C9.77794 7.83337 9.5835 7.91671 9.41683 8.08337L7.25016 10.25C7.09738 10.4028 7.01752 10.5938 7.01058 10.823C7.00363 11.0521 7.0835 11.25 7.25016 11.4167C7.40294 11.5695 7.59391 11.6493 7.82308 11.6563C8.05225 11.6632 8.25016 11.5903 8.41683 11.4375L9.16683 10.7084V16.6667H5.41683Z",fill:n})}),K7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 10.7084L8.41683 11.4375C8.26405 11.5903 8.07308 11.6667 7.84391 11.6667C7.61475 11.6667 7.41683 11.5834 7.25016 11.4167C7.09738 11.2639 7.021 11.0695 7.021 10.8334C7.021 10.5973 7.09738 10.4028 7.25016 10.25L9.41683 8.08337C9.5835 7.91671 9.77794 7.83337 10.0002 7.83337C10.2224 7.83337 10.4168 7.91671 10.5835 8.08337L12.7502 10.25C12.9029 10.4028 12.9828 10.5938 12.9897 10.823C12.9967 11.0521 12.9168 11.25 12.7502 11.4167C12.5974 11.5695 12.4064 11.6493 12.1772 11.6563C11.9481 11.6632 11.7502 11.5903 11.5835 11.4375L10.8335 10.7084V15H15.4168C16.0002 15 16.4932 14.7987 16.896 14.3959C17.2988 13.9931 17.5002 13.5 17.5002 12.9167C17.5002 12.3334 17.2988 11.8403 16.896 11.4375C16.4932 11.0348 16.0002 10.8334 15.4168 10.8334H14.1668V9.16671C14.1668 8.01393 13.7606 7.03129 12.9481 6.21879C12.1356 5.40629 11.1529 5.00004 10.0002 5.00004C8.84739 5.00004 7.86475 5.40629 7.05225 6.21879C6.23975 7.03129 5.8335 8.01393 5.8335 9.16671H5.41683C4.61127 9.16671 3.92377 9.45143 3.35433 10.0209C2.78489 10.5903 2.50016 11.2778 2.50016 12.0834C2.50016 12.8889 2.78489 13.5764 3.35433 14.1459C3.92377 14.7153 4.61127 15 5.41683 15H6.66683C6.90294 15 7.10086 15.0799 7.26058 15.2396C7.4203 15.3993 7.50016 15.5973 7.50016 15.8334C7.50016 16.0695 7.4203 16.2674 7.26058 16.4271C7.10086 16.5868 6.90294 16.6667 6.66683 16.6667H5.41683C4.15294 16.6667 3.07308 16.2292 2.17725 15.3542C1.28141 14.4792 0.833496 13.4098 0.833496 12.1459C0.833496 11.0625 1.15988 10.0973 1.81266 9.25004C2.46544 8.40282 3.31961 7.86115 4.37516 7.62504C4.72239 6.34726 5.41683 5.31254 6.4585 4.52087C7.50016 3.72921 8.68072 3.33337 10.0002 3.33337C11.6252 3.33337 13.0036 3.89935 14.1356 5.03129C15.2675 6.16324 15.8335 7.54171 15.8335 9.16671C16.7918 9.27782 17.587 9.69101 18.2189 10.4063C18.8509 11.1216 19.1668 11.9584 19.1668 12.9167C19.1668 13.9584 18.8022 14.8438 18.0731 15.573C17.3439 16.3021 16.4585 16.6667 15.4168 16.6667H10.8335C10.3752 16.6667 9.9828 16.5035 9.65641 16.1771C9.33002 15.8507 9.16683 15.4584 9.16683 15V10.7084Z",fill:n})}),U7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM9.16675 9.16669V10.8334C9.16675 11.0695 9.24661 11.2674 9.40633 11.4271C9.56605 11.5868 9.76397 11.6667 10.0001 11.6667C10.2362 11.6667 10.4341 11.5868 10.5938 11.4271C10.7536 11.2674 10.8334 11.0695 10.8334 10.8334V9.16669H12.5001C12.7362 9.16669 12.9341 9.08683 13.0938 8.9271C13.2536 8.76738 13.3334 8.56946 13.3334 8.33335C13.3334 8.09724 13.2536 7.89933 13.0938 7.7396C12.9341 7.57988 12.7362 7.50002 12.5001 7.50002H10.8334V5.83335C10.8334 5.59724 10.7536 5.39933 10.5938 5.2396C10.4341 5.07988 10.2362 5.00002 10.0001 5.00002C9.76397 5.00002 9.56605 5.07988 9.40633 5.2396C9.24661 5.39933 9.16675 5.59724 9.16675 5.83335V7.50002H7.50008C7.26397 7.50002 7.06605 7.57988 6.90633 7.7396C6.74661 7.89933 6.66675 8.09724 6.66675 8.33335C6.66675 8.56946 6.74661 8.76738 6.90633 8.9271C7.06605 9.08683 7.26397 9.16669 7.50008 9.16669H9.16675Z",fill:n})}),G7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16675 9.16669V10.8334C9.16675 11.0695 9.24661 11.2674 9.40633 11.4271C9.56605 11.5868 9.76397 11.6667 10.0001 11.6667C10.2362 11.6667 10.4341 11.5868 10.5938 11.4271C10.7536 11.2674 10.8334 11.0695 10.8334 10.8334V9.16669H12.5001C12.7362 9.16669 12.9341 9.08683 13.0938 8.9271C13.2536 8.76738 13.3334 8.56946 13.3334 8.33335C13.3334 8.09724 13.2536 7.89933 13.0938 7.7396C12.9341 7.57988 12.7362 7.50002 12.5001 7.50002H10.8334V5.83335C10.8334 5.59724 10.7536 5.39933 10.5938 5.2396C10.4341 5.07988 10.2362 5.00002 10.0001 5.00002C9.76397 5.00002 9.56605 5.07988 9.40633 5.2396C9.24661 5.39933 9.16675 5.59724 9.16675 5.83335V7.50002H7.50008C7.26397 7.50002 7.06605 7.57988 6.90633 7.7396C6.74661 7.89933 6.66675 8.09724 6.66675 8.33335C6.66675 8.56946 6.74661 8.76738 6.90633 8.9271C7.06605 9.08683 7.26397 9.16669 7.50008 9.16669H9.16675ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334Z",fill:n})}),W7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83341 11.6667H14.1667C14.4029 11.6667 14.6008 11.5868 14.7605 11.4271C14.9202 11.2674 15.0001 11.0695 15.0001 10.8334C15.0001 10.5972 14.9202 10.3993 14.7605 10.2396C14.6008 10.0799 14.4029 10 14.1667 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669ZM3.33341 15C2.87508 15 2.48272 14.8368 2.15633 14.5104C1.82994 14.184 1.66675 13.7917 1.66675 13.3334V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V16.3125C18.3334 16.6875 18.1633 16.9479 17.823 17.0938C17.4827 17.2396 17.1806 17.1806 16.9167 16.9167L15.0001 15H3.33341Z",fill:n})}),q7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83341 11.6667H14.1667C14.4029 11.6667 14.6008 11.5868 14.7605 11.4271C14.9202 11.2674 15.0001 11.0695 15.0001 10.8334C15.0001 10.5972 14.9202 10.3993 14.7605 10.2396C14.6008 10.0799 14.4029 10 14.1667 10H5.83341C5.5973 10 5.39939 10.0799 5.23966 10.2396C5.07994 10.3993 5.00008 10.5972 5.00008 10.8334C5.00008 11.0695 5.07994 11.2674 5.23966 11.4271C5.39939 11.5868 5.5973 11.6667 5.83341 11.6667ZM5.83341 9.16669H14.1667C14.4029 9.16669 14.6008 9.08683 14.7605 8.9271C14.9202 8.76738 15.0001 8.56946 15.0001 8.33335C15.0001 8.09724 14.9202 7.89933 14.7605 7.7396C14.6008 7.57988 14.4029 7.50002 14.1667 7.50002H5.83341C5.5973 7.50002 5.39939 7.57988 5.23966 7.7396C5.07994 7.89933 5.00008 8.09724 5.00008 8.33335C5.00008 8.56946 5.07994 8.76738 5.23966 8.9271C5.39939 9.08683 5.5973 9.16669 5.83341 9.16669ZM5.83341 6.66669H14.1667C14.4029 6.66669 14.6008 6.58683 14.7605 6.4271C14.9202 6.26738 15.0001 6.06946 15.0001 5.83335C15.0001 5.59724 14.9202 5.39933 14.7605 5.2396C14.6008 5.07988 14.4029 5.00002 14.1667 5.00002H5.83341C5.5973 5.00002 5.39939 5.07988 5.23966 5.2396C5.07994 5.39933 5.00008 5.59724 5.00008 5.83335C5.00008 6.06946 5.07994 6.26738 5.23966 6.4271C5.39939 6.58683 5.5973 6.66669 5.83341 6.66669ZM3.33341 15C2.87508 15 2.48272 14.8368 2.15633 14.5104C1.82994 14.184 1.66675 13.7917 1.66675 13.3334V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V16.3125C18.3334 16.6875 18.1633 16.9479 17.823 17.0938C17.4827 17.2396 17.1806 17.1806 16.9167 16.9167L15.0001 15H3.33341ZM15.7084 13.3334L16.6667 14.2709V3.33335H3.33341V13.3334H15.7084Z",fill:n})}),Y7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H8.33333V1.66665C8.33333 1.43054 8.41319 1.23262 8.57292 1.0729C8.73264 0.913174 8.93056 0.833313 9.16667 0.833313C9.40278 0.833313 9.60069 0.913174 9.76042 1.0729C9.92014 1.23262 10 1.43054 10 1.66665V18.3333C10 18.5694 9.92014 18.7673 9.76042 18.9271C9.60069 19.0868 9.40278 19.1666 9.16667 19.1666C8.93056 19.1666 8.73264 19.0868 8.57292 18.9271C8.41319 18.7673 8.33333 18.5694 8.33333 18.3333V17.5ZM4.16667 15H8.33333V9.99998L4.16667 15ZM11.6667 17.5V9.99998L15.8333 15V4.16665H11.6667V2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H11.6667Z",fill:n})}),Q7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 15C7.04167 15 6.64931 14.8368 6.32292 14.5104C5.99653 14.184 5.83333 13.7917 5.83333 13.3334V3.33335C5.83333 2.87502 5.99653 2.48266 6.32292 2.15627C6.64931 1.82988 7.04167 1.66669 7.5 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V13.3334C16.6667 13.7917 16.5035 14.184 16.1771 14.5104C15.8507 14.8368 15.4583 15 15 15H7.5ZM7.5 13.3334H15V3.33335H7.5V13.3334ZM3.33333 6.66669C3.09722 6.66669 2.89931 6.58683 2.73958 6.4271C2.57986 6.26738 2.5 6.06946 2.5 5.83335C2.5 5.59724 2.57986 5.39933 2.73958 5.2396C2.89931 5.07988 3.09722 5.00002 3.33333 5.00002C3.56944 5.00002 3.76736 5.07988 3.92708 5.2396C4.08681 5.39933 4.16667 5.59724 4.16667 5.83335C4.16667 6.06946 4.08681 6.26738 3.92708 6.4271C3.76736 6.58683 3.56944 6.66669 3.33333 6.66669ZM3.33333 9.58335C3.09722 9.58335 2.89931 9.50349 2.73958 9.34377C2.57986 9.18405 2.5 8.98613 2.5 8.75002C2.5 8.51391 2.57986 8.31599 2.73958 8.15627C2.89931 7.99655 3.09722 7.91669 3.33333 7.91669C3.56944 7.91669 3.76736 7.99655 3.92708 8.15627C4.08681 8.31599 4.16667 8.51391 4.16667 8.75002C4.16667 8.98613 4.08681 9.18405 3.92708 9.34377C3.76736 9.50349 3.56944 9.58335 3.33333 9.58335ZM3.33333 12.5C3.09722 12.5 2.89931 12.4202 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667C2.5 11.4306 2.57986 11.2327 2.73958 11.0729C2.89931 10.9132 3.09722 10.8334 3.33333 10.8334C3.56944 10.8334 3.76736 10.9132 3.92708 11.0729C4.08681 11.2327 4.16667 11.4306 4.16667 11.6667C4.16667 11.9028 4.08681 12.1007 3.92708 12.2604C3.76736 12.4202 3.56944 12.5 3.33333 12.5ZM3.33333 15.4167C3.09722 15.4167 2.89931 15.3368 2.73958 15.1771C2.57986 15.0174 2.5 14.8195 2.5 14.5834C2.5 14.3472 2.57986 14.1493 2.73958 13.9896C2.89931 13.8299 3.09722 13.75 3.33333 13.75C3.56944 13.75 3.76736 13.8299 3.92708 13.9896C4.08681 14.1493 4.16667 14.3472 4.16667 14.5834C4.16667 14.8195 4.08681 15.0174 3.92708 15.1771C3.76736 15.3368 3.56944 15.4167 3.33333 15.4167ZM3.33333 18.3334C3.09722 18.3334 2.89931 18.2535 2.73958 18.0938C2.57986 17.934 2.5 17.7361 2.5 17.5C2.5 17.2639 2.57986 17.066 2.73958 16.9063C2.89931 16.7465 3.09722 16.6667 3.33333 16.6667C3.56944 16.6667 3.76736 16.7465 3.92708 16.9063C4.08681 17.066 4.16667 17.2639 4.16667 17.5C4.16667 17.7361 4.08681 17.934 3.92708 18.0938C3.76736 18.2535 3.56944 18.3334 3.33333 18.3334ZM6.25 18.3334C6.01389 18.3334 5.81597 18.2535 5.65625 18.0938C5.49653 17.934 5.41667 17.7361 5.41667 17.5C5.41667 17.2639 5.49653 17.066 5.65625 16.9063C5.81597 16.7465 6.01389 16.6667 6.25 16.6667C6.48611 16.6667 6.68403 16.7465 6.84375 16.9063C7.00347 17.066 7.08333 17.2639 7.08333 17.5C7.08333 17.7361 7.00347 17.934 6.84375 18.0938C6.68403 18.2535 6.48611 18.3334 6.25 18.3334ZM9.16667 18.3334C8.93056 18.3334 8.73264 18.2535 8.57292 18.0938C8.41319 17.934 8.33333 17.7361 8.33333 17.5C8.33333 17.2639 8.41319 17.066 8.57292 16.9063C8.73264 16.7465 8.93056 16.6667 9.16667 16.6667C9.40278 16.6667 9.60069 16.7465 9.76042 16.9063C9.92014 17.066 10 17.2639 10 17.5C10 17.7361 9.92014 17.934 9.76042 18.0938C9.60069 18.2535 9.40278 18.3334 9.16667 18.3334ZM12.0833 18.3334C11.8472 18.3334 11.6493 18.2535 11.4896 18.0938C11.3299 17.934 11.25 17.7361 11.25 17.5C11.25 17.2639 11.3299 17.066 11.4896 16.9063C11.6493 16.7465 11.8472 16.6667 12.0833 16.6667C12.3194 16.6667 12.5174 16.7465 12.6771 16.9063C12.8368 17.066 12.9167 17.2639 12.9167 17.5C12.9167 17.7361 12.8368 17.934 12.6771 18.0938C12.5174 18.2535 12.3194 18.3334 12.0833 18.3334Z",fill:n})}),X7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 15C7.04167 15 6.64931 14.8368 6.32292 14.5104C5.99653 14.184 5.83333 13.7917 5.83333 13.3334V3.33335C5.83333 2.87502 5.99653 2.48266 6.32292 2.15627C6.64931 1.82988 7.04167 1.66669 7.5 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V13.3334C16.6667 13.7917 16.5035 14.184 16.1771 14.5104C15.8507 14.8368 15.4583 15 15 15H7.5ZM4.16667 18.3334C3.70833 18.3334 3.31597 18.1702 2.98958 17.8438C2.66319 17.5174 2.5 17.125 2.5 16.6667V5.83335C2.5 5.59724 2.57986 5.39933 2.73958 5.2396C2.89931 5.07988 3.09722 5.00002 3.33333 5.00002C3.56944 5.00002 3.76736 5.07988 3.92708 5.2396C4.08681 5.39933 4.16667 5.59724 4.16667 5.83335V16.6667H12.5C12.7361 16.6667 12.934 16.7465 13.0938 16.9063C13.2535 17.066 13.3333 17.2639 13.3333 17.5C13.3333 17.7361 13.2535 17.934 13.0938 18.0938C12.934 18.2535 12.7361 18.3334 12.5 18.3334H4.16667Z",fill:n})}),J7=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 15C7.04167 15 6.64931 14.8368 6.32292 14.5104C5.99653 14.184 5.83333 13.7917 5.83333 13.3334V3.33335C5.83333 2.87502 5.99653 2.48266 6.32292 2.15627C6.64931 1.82988 7.04167 1.66669 7.5 1.66669H15C15.4583 1.66669 15.8507 1.82988 16.1771 2.15627C16.5035 2.48266 16.6667 2.87502 16.6667 3.33335V13.3334C16.6667 13.7917 16.5035 14.184 16.1771 14.5104C15.8507 14.8368 15.4583 15 15 15H7.5ZM7.5 13.3334H15V3.33335H7.5V13.3334ZM4.16667 18.3334C3.70833 18.3334 3.31597 18.1702 2.98958 17.8438C2.66319 17.5174 2.5 17.125 2.5 16.6667V5.83335C2.5 5.59724 2.57986 5.39933 2.73958 5.2396C2.89931 5.07988 3.09722 5.00002 3.33333 5.00002C3.56944 5.00002 3.76736 5.07988 3.92708 5.2396C4.08681 5.39933 4.16667 5.59724 4.16667 5.83335V16.6667H12.5C12.7361 16.6667 12.934 16.7465 13.0938 16.9063C13.2535 17.066 13.3333 17.2639 13.3333 17.5C13.3333 17.7361 13.2535 17.934 13.0938 18.0938C12.934 18.2535 12.7361 18.3334 12.5 18.3334H4.16667Z",fill:n})}),C9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3333C8.84706 18.3333 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6458 4.104 15.8958C3.354 15.1458 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.41667 2.0797 6.95486 2.90609 5.61458C3.73248 4.27431 4.854 3.25 6.27067 2.54167C6.28456 2.80556 6.31234 3.07292 6.354 3.34375C6.39567 3.61458 6.46511 3.93056 6.56234 4.29167C5.56234 4.90278 4.77414 5.71181 4.19775 6.71875C3.62136 7.72569 3.33317 8.81944 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0208 8.13873 16.6667 9.99984 16.6667C11.8609 16.6667 13.4373 16.0208 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.81944 16.3783 7.72222 15.8019 6.70833C15.2255 5.69444 14.4304 4.88194 13.4165 4.27083C13.5137 3.90972 13.5832 3.59375 13.6248 3.32292C13.6665 3.05208 13.7012 2.79167 13.729 2.54167C15.1457 3.25 16.2672 4.27083 17.0936 5.60417C17.92 6.9375 18.3332 8.40278 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1458 15.8957 15.8958C15.1457 16.6458 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3333 9.99984 18.3333ZM9.99984 15C8.61095 15 7.43039 14.5139 6.45817 13.5417C5.48595 12.5694 4.99984 11.3889 4.99984 10C4.99984 9.19444 5.17692 8.4375 5.53109 7.72917C5.88525 7.02083 6.38873 6.43056 7.0415 5.95833C7.11095 6.16667 7.18734 6.40625 7.27067 6.67708C7.354 6.94792 7.46511 7.28472 7.604 7.6875C7.29845 8.00694 7.06581 8.36111 6.90609 8.75C6.74636 9.13889 6.6665 9.55556 6.6665 10C6.6665 10.9167 6.99289 11.7014 7.64567 12.3542C8.29845 13.0069 9.08317 13.3333 9.99984 13.3333C10.9165 13.3333 11.7012 13.0069 12.354 12.3542C13.0068 11.7014 13.3332 10.9167 13.3332 10C13.3332 9.55556 13.2533 9.13889 13.0936 8.75C12.9339 8.36111 12.7012 8.00694 12.3957 7.6875C12.5068 7.35417 12.6075 7.04514 12.6978 6.76042C12.788 6.47569 12.8679 6.20833 12.9373 5.95833C13.5901 6.43056 14.0971 7.02083 14.4582 7.72917C14.8193 8.4375 14.9998 9.19444 14.9998 10C14.9998 11.3889 14.5137 12.5694 13.5415 13.5417C12.5693 14.5139 11.3887 15 9.99984 15ZM9.74984 7.08333C9.56928 7.08333 9.41303 7.03125 9.28109 6.92708C9.14914 6.82292 9.05539 6.6875 8.99984 6.52083L8.1665 3.8125C8.06928 3.45139 8.00331 3.13542 7.96859 2.86458C7.93386 2.59375 7.9165 2.33333 7.9165 2.08333C7.9165 1.5 8.11789 1.00694 8.52067 0.604167C8.92345 0.201389 9.4165 0 9.99984 0C10.5832 0 11.0762 0.201389 11.479 0.604167C11.8818 1.00694 12.0832 1.5 12.0832 2.08333C12.0832 2.33333 12.0658 2.59375 12.0311 2.86458C11.9964 3.13542 11.9304 3.45139 11.8332 3.8125L10.9998 6.52083C10.9443 6.6875 10.8505 6.82292 10.7186 6.92708C10.5866 7.03125 10.4304 7.08333 10.2498 7.08333H9.74984ZM9.99984 11.6667C9.5415 11.6667 9.14914 11.5035 8.82275 11.1771C8.49636 10.8507 8.33317 10.4583 8.33317 10C8.33317 9.54167 8.49636 9.14931 8.82275 8.82292C9.14914 8.49653 9.5415 8.33333 9.99984 8.33333C10.4582 8.33333 10.8505 8.49653 11.1769 8.82292C11.5033 9.14931 11.6665 9.54167 11.6665 10C11.6665 10.4583 11.5033 10.8507 11.1769 11.1771C10.8505 11.5035 10.4582 11.6667 9.99984 11.6667Z",fill:n})}),e9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667L8.04169 13.625C8.1528 13.8334 8.22919 14.0556 8.27085 14.2917C8.31252 14.5278 8.33335 14.7639 8.33335 15C8.33335 15.9167 8.00697 16.7014 7.35419 17.3542C6.70141 18.007 5.91669 18.3334 5.00002 18.3334C4.08335 18.3334 3.29863 18.007 2.64585 17.3542C1.99308 16.7014 1.66669 15.9167 1.66669 15C1.66669 14.0834 1.99308 13.2986 2.64585 12.6459C3.29863 11.9931 4.08335 11.6667 5.00002 11.6667C5.23613 11.6667 5.47224 11.6875 5.70835 11.7292C5.94446 11.7709 6.16669 11.8472 6.37502 11.9584L8.33335 10L6.37502 8.04169C6.16669 8.1528 5.94446 8.22919 5.70835 8.27085C5.47224 8.31252 5.23613 8.33335 5.00002 8.33335C4.08335 8.33335 3.29863 8.00696 2.64585 7.35419C1.99308 6.70141 1.66669 5.91669 1.66669 5.00002C1.66669 4.08335 1.99308 3.29863 2.64585 2.64585C3.29863 1.99308 4.08335 1.66669 5.00002 1.66669C5.91669 1.66669 6.70141 1.99308 7.35419 2.64585C8.00697 3.29863 8.33335 4.08335 8.33335 5.00002C8.33335 5.23613 8.31252 5.47224 8.27085 5.70835C8.22919 5.94446 8.1528 6.16669 8.04169 6.37502L17.1667 15.5C17.5417 15.875 17.625 16.3021 17.4167 16.7813C17.2084 17.2604 16.8403 17.5 16.3125 17.5C16.1597 17.5 16.0104 17.4688 15.8646 17.4063C15.7188 17.3438 15.5903 17.257 15.4792 17.1459L10 11.6667ZM12.5 9.16669L10.8334 7.50002L15.4792 2.85419C15.5903 2.74308 15.7188 2.65627 15.8646 2.59377C16.0104 2.53127 16.1597 2.50002 16.3125 2.50002C16.8403 2.50002 17.2049 2.74308 17.4063 3.22919C17.6077 3.7153 17.5209 4.14585 17.1459 4.52085L12.5 9.16669ZM5.00002 6.66669C5.45835 6.66669 5.85071 6.50349 6.1771 6.1771C6.50349 5.85071 6.66669 5.45835 6.66669 5.00002C6.66669 4.54169 6.50349 4.14933 6.1771 3.82294C5.85071 3.49655 5.45835 3.33335 5.00002 3.33335C4.54169 3.33335 4.14933 3.49655 3.82294 3.82294C3.49655 4.14933 3.33335 4.54169 3.33335 5.00002C3.33335 5.45835 3.49655 5.85071 3.82294 6.1771C4.14933 6.50349 4.54169 6.66669 5.00002 6.66669ZM10 10.4167C10.1111 10.4167 10.2084 10.375 10.2917 10.2917C10.375 10.2084 10.4167 10.1111 10.4167 10C10.4167 9.88891 10.375 9.79169 10.2917 9.70835C10.2084 9.62502 10.1111 9.58335 10 9.58335C9.88891 9.58335 9.79169 9.62502 9.70835 9.70835C9.62502 9.79169 9.58335 9.88891 9.58335 10C9.58335 10.1111 9.62502 10.2084 9.70835 10.2917C9.79169 10.375 9.88891 10.4167 10 10.4167ZM5.00002 16.6667C5.45835 16.6667 5.85071 16.5035 6.1771 16.1771C6.50349 15.8507 6.66669 15.4584 6.66669 15C6.66669 14.5417 6.50349 14.1493 6.1771 13.8229C5.85071 13.4965 5.45835 13.3334 5.00002 13.3334C4.54169 13.3334 4.14933 13.4965 3.82294 13.8229C3.49655 14.1493 3.33335 14.5417 3.33335 15C3.33335 15.4584 3.49655 15.8507 3.82294 16.1771C4.14933 16.5035 4.54169 16.6667 5.00002 16.6667Z",fill:n})}),t9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5625 17.5C7.34028 17.5 7.12847 17.4583 6.92708 17.375C6.72569 17.2917 6.54861 17.1736 6.39583 17.0208L2.97917 13.6042C2.82639 13.4514 2.70833 13.2743 2.625 13.0729C2.54167 12.8715 2.5 12.6597 2.5 12.4375V7.5625C2.5 7.34028 2.54167 7.12847 2.625 6.92708C2.70833 6.72569 2.82639 6.54861 2.97917 6.39583L6.39583 2.97917C6.54861 2.82639 6.72569 2.70833 6.92708 2.625C7.12847 2.54167 7.34028 2.5 7.5625 2.5H12.4375C12.6597 2.5 12.8715 2.54167 13.0729 2.625C13.2743 2.70833 13.4514 2.82639 13.6042 2.97917L17.0208 6.39583C17.1736 6.54861 17.2917 6.72569 17.375 6.92708C17.4583 7.12847 17.5 7.34028 17.5 7.5625V12.4375C17.5 12.6597 17.4583 12.8715 17.375 13.0729C17.2917 13.2743 17.1736 13.4514 17.0208 13.6042L13.6042 17.0208C13.4514 17.1736 13.2743 17.2917 13.0729 17.375C12.8715 17.4583 12.6597 17.5 12.4375 17.5H7.5625ZM10 11.1667L11.7917 12.9583C11.9444 13.1111 12.1389 13.1875 12.375 13.1875C12.6111 13.1875 12.8056 13.1111 12.9583 12.9583C13.1111 12.8056 13.1875 12.6111 13.1875 12.375C13.1875 12.1389 13.1111 11.9444 12.9583 11.7917L11.1667 10L12.9583 8.20833C13.1111 8.05556 13.1875 7.86111 13.1875 7.625C13.1875 7.38889 13.1111 7.19444 12.9583 7.04167C12.8056 6.88889 12.6111 6.8125 12.375 6.8125C12.1389 6.8125 11.9444 6.88889 11.7917 7.04167L10 8.83333L8.20833 7.04167C8.05556 6.88889 7.86111 6.8125 7.625 6.8125C7.38889 6.8125 7.19444 6.88889 7.04167 7.04167C6.88889 7.19444 6.8125 7.38889 6.8125 7.625C6.8125 7.86111 6.88889 8.05556 7.04167 8.20833L8.83333 10L7.04167 11.7917C6.88889 11.9444 6.8125 12.1389 6.8125 12.375C6.8125 12.6111 6.88889 12.8056 7.04167 12.9583C7.19444 13.1111 7.38889 13.1875 7.625 13.1875C7.86111 13.1875 8.05556 13.1111 8.20833 12.9583L10 11.1667Z",fill:n})}),n9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5625 17.5C7.34028 17.5 7.12847 17.4583 6.92708 17.375C6.72569 17.2917 6.54861 17.1736 6.39583 17.0208L2.97917 13.6042C2.82639 13.4514 2.70833 13.2743 2.625 13.0729C2.54167 12.8715 2.5 12.6597 2.5 12.4375V7.5625C2.5 7.34028 2.54167 7.12847 2.625 6.92708C2.70833 6.72569 2.82639 6.54861 2.97917 6.39583L6.39583 2.97917C6.54861 2.82639 6.72569 2.70833 6.92708 2.625C7.12847 2.54167 7.34028 2.5 7.5625 2.5H12.4375C12.6597 2.5 12.8715 2.54167 13.0729 2.625C13.2743 2.70833 13.4514 2.82639 13.6042 2.97917L17.0208 6.39583C17.1736 6.54861 17.2917 6.72569 17.375 6.92708C17.4583 7.12847 17.5 7.34028 17.5 7.5625V12.4375C17.5 12.6597 17.4583 12.8715 17.375 13.0729C17.2917 13.2743 17.1736 13.4514 17.0208 13.6042L13.6042 17.0208C13.4514 17.1736 13.2743 17.2917 13.0729 17.375C12.8715 17.4583 12.6597 17.5 12.4375 17.5H7.5625ZM7.58333 15.8333H12.4167L15.8333 12.4167V7.58333L12.4167 4.16667H7.58333L4.16667 7.58333V12.4167L7.58333 15.8333ZM10 11.1667L11.7917 12.9583C11.9444 13.1111 12.1389 13.1875 12.375 13.1875C12.6111 13.1875 12.8056 13.1111 12.9583 12.9583C13.1111 12.8056 13.1875 12.6111 13.1875 12.375C13.1875 12.1389 13.1111 11.9444 12.9583 11.7917L11.1667 10L12.9583 8.20833C13.1111 8.05556 13.1875 7.86111 13.1875 7.625C13.1875 7.38889 13.1111 7.19444 12.9583 7.04167C12.8056 6.88889 12.6111 6.8125 12.375 6.8125C12.1389 6.8125 11.9444 6.88889 11.7917 7.04167L10 8.83333L8.20833 7.04167C8.05556 6.88889 7.86111 6.8125 7.625 6.8125C7.38889 6.8125 7.19444 6.88889 7.04167 7.04167C6.88889 7.19444 6.8125 7.38889 6.8125 7.625C6.8125 7.86111 6.88889 8.05556 7.04167 8.20833L8.83333 10L7.04167 11.7917C6.88889 11.9444 6.8125 12.1389 6.8125 12.375C6.8125 12.6111 6.88889 12.8056 7.04167 12.9583C7.19444 13.1111 7.38889 13.1875 7.625 13.1875C7.86111 13.1875 8.05556 13.1111 8.20833 12.9583L10 11.1667Z",fill:n})}),r9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.6667 7.5C11.4306 7.5 11.2326 7.42014 11.0729 7.26042C10.9132 7.10069 10.8333 6.90278 10.8333 6.66667V3.33333C10.8333 3.09722 10.9132 2.89931 11.0729 2.73958C11.2326 2.57986 11.4306 2.5 11.6667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V6.66667C17.5 6.90278 17.4201 7.10069 17.2604 7.26042C17.1007 7.42014 16.9028 7.5 16.6667 7.5H11.6667ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10V3.33333C2.5 3.09722 2.57986 2.89931 2.73958 2.73958C2.89931 2.57986 3.09722 2.5 3.33333 2.5H8.33333C8.56944 2.5 8.76736 2.57986 8.92708 2.73958C9.08681 2.89931 9.16667 3.09722 9.16667 3.33333V10C9.16667 10.2361 9.08681 10.434 8.92708 10.5938C8.76736 10.7535 8.56944 10.8333 8.33333 10.8333H3.33333ZM11.6667 17.5C11.4306 17.5 11.2326 17.4201 11.0729 17.2604C10.9132 17.1007 10.8333 16.9028 10.8333 16.6667V10C10.8333 9.76389 10.9132 9.56597 11.0729 9.40625C11.2326 9.24653 11.4306 9.16667 11.6667 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10V16.6667C17.5 16.9028 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5H11.6667ZM3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V13.3333C2.5 13.0972 2.57986 12.8993 2.73958 12.7396C2.89931 12.5799 3.09722 12.5 3.33333 12.5H8.33333C8.56944 12.5 8.76736 12.5799 8.92708 12.7396C9.08681 12.8993 9.16667 13.0972 9.16667 13.3333V16.6667C9.16667 16.9028 9.08681 17.1007 8.92708 17.2604C8.76736 17.4201 8.56944 17.5 8.33333 17.5H3.33333Z",fill:n})}),o9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8333 6.66667V3.33333C10.8333 3.09722 10.9132 2.89931 11.0729 2.73958C11.2326 2.57986 11.4306 2.5 11.6667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V6.66667C17.5 6.90278 17.4201 7.10069 17.2604 7.26042C17.1007 7.42014 16.9028 7.5 16.6667 7.5H11.6667C11.4306 7.5 11.2326 7.42014 11.0729 7.26042C10.9132 7.10069 10.8333 6.90278 10.8333 6.66667ZM2.5 10V3.33333C2.5 3.09722 2.57986 2.89931 2.73958 2.73958C2.89931 2.57986 3.09722 2.5 3.33333 2.5H8.33333C8.56944 2.5 8.76736 2.57986 8.92708 2.73958C9.08681 2.89931 9.16667 3.09722 9.16667 3.33333V10C9.16667 10.2361 9.08681 10.434 8.92708 10.5938C8.76736 10.7535 8.56944 10.8333 8.33333 10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10ZM10.8333 16.6667V10C10.8333 9.76389 10.9132 9.56597 11.0729 9.40625C11.2326 9.24653 11.4306 9.16667 11.6667 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10V16.6667C17.5 16.9028 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5H11.6667C11.4306 17.5 11.2326 17.4201 11.0729 17.2604C10.9132 17.1007 10.8333 16.9028 10.8333 16.6667ZM2.5 16.6667V13.3333C2.5 13.0972 2.57986 12.8993 2.73958 12.7396C2.89931 12.5799 3.09722 12.5 3.33333 12.5H8.33333C8.56944 12.5 8.76736 12.5799 8.92708 12.7396C9.08681 12.8993 9.16667 13.0972 9.16667 13.3333V16.6667C9.16667 16.9028 9.08681 17.1007 8.92708 17.2604C8.76736 17.4201 8.56944 17.5 8.33333 17.5H3.33333C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667ZM4.16667 9.16667H7.5V4.16667H4.16667V9.16667ZM12.5 15.8333H15.8333V10.8333H12.5V15.8333ZM12.5 5.83333H15.8333V4.16667H12.5V5.83333ZM4.16667 15.8333H7.5V14.1667H4.16667V15.8333Z",fill:n})}),s9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 9.16667C12.0833 9.16667 13.8542 8.84028 15.3125 8.1875C16.7708 7.53472 17.5 6.75 17.5 5.83333C17.5 4.91667 16.7708 4.13194 15.3125 3.47917C13.8542 2.82639 12.0833 2.5 10 2.5C7.91667 2.5 6.14583 2.82639 4.6875 3.47917C3.22917 4.13194 2.5 4.91667 2.5 5.83333C2.5 6.75 3.22917 7.53472 4.6875 8.1875C6.14583 8.84028 7.91667 9.16667 10 9.16667ZM10 11.25C10.5694 11.25 11.2812 11.191 12.1354 11.0729C12.9896 10.9549 13.8125 10.7639 14.6042 10.5C15.3958 10.2361 16.0764 9.89236 16.6458 9.46875C17.2153 9.04514 17.5 8.52778 17.5 7.91667V10C17.5 10.6111 17.2153 11.1285 16.6458 11.5521C16.0764 11.9757 15.3958 12.3194 14.6042 12.5833C13.8125 12.8472 12.9896 13.0382 12.1354 13.1562C11.2812 13.2743 10.5694 13.3333 10 13.3333C9.43056 13.3333 8.71875 13.2743 7.86458 13.1562C7.01042 13.0382 6.1875 12.8472 5.39583 12.5833C4.60417 12.3194 3.92361 11.9757 3.35417 11.5521C2.78472 11.1285 2.5 10.6111 2.5 10V7.91667C2.5 8.52778 2.78472 9.04514 3.35417 9.46875C3.92361 9.89236 4.60417 10.2361 5.39583 10.5C6.1875 10.7639 7.01042 10.9549 7.86458 11.0729C8.71875 11.191 9.43056 11.25 10 11.25ZM10 15.4167C10.5694 15.4167 11.2812 15.3576 12.1354 15.2396C12.9896 15.1215 13.8125 14.9306 14.6042 14.6667C15.3958 14.4028 16.0764 14.059 16.6458 13.6354C17.2153 13.2118 17.5 12.6944 17.5 12.0833V14.1667C17.5 14.7778 17.2153 15.2951 16.6458 15.7188C16.0764 16.1424 15.3958 16.4861 14.6042 16.75C13.8125 17.0139 12.9896 17.2049 12.1354 17.3229C11.2812 17.441 10.5694 17.5 10 17.5C9.43056 17.5 8.71875 17.441 7.86458 17.3229C7.01042 17.2049 6.1875 17.0139 5.39583 16.75C4.60417 16.4861 3.92361 16.1424 3.35417 15.7188C2.78472 15.2951 2.5 14.7778 2.5 14.1667V12.0833C2.5 12.6944 2.78472 13.2118 3.35417 13.6354C3.92361 14.059 4.60417 14.4028 5.39583 14.6667C6.1875 14.9306 7.01042 15.1215 7.86458 15.2396C8.71875 15.3576 9.43056 15.4167 10 15.4167Z",fill:n})}),l9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C7.90278 17.5 6.12847 17.1771 4.67708 16.5312C3.22569 15.8854 2.5 15.0972 2.5 14.1667V5.83333C2.5 4.91667 3.23264 4.13194 4.69792 3.47917C6.16319 2.82639 7.93056 2.5 10 2.5C12.0694 2.5 13.8368 2.82639 15.3021 3.47917C16.7674 4.13194 17.5 4.91667 17.5 5.83333V14.1667C17.5 15.0972 16.7743 15.8854 15.3229 16.5312C13.8715 17.1771 12.0972 17.5 10 17.5ZM10 7.52083C11.2361 7.52083 12.4792 7.34375 13.7292 6.98958C14.9792 6.63542 15.6806 6.25694 15.8333 5.85417C15.6806 5.45139 14.9826 5.06944 13.7396 4.70833C12.4965 4.34722 11.25 4.16667 10 4.16667C8.73611 4.16667 7.49653 4.34375 6.28125 4.69792C5.06597 5.05208 4.36111 5.4375 4.16667 5.85417C4.36111 6.27083 5.06597 6.65278 6.28125 7C7.49653 7.34722 8.73611 7.52083 10 7.52083ZM10 11.6667C10.5833 11.6667 11.1458 11.6389 11.6875 11.5833C12.2292 11.5278 12.7465 11.4479 13.2396 11.3438C13.7326 11.2396 14.1979 11.1111 14.6354 10.9583C15.0729 10.8056 15.4722 10.6319 15.8333 10.4375V7.9375C15.4722 8.13194 15.0729 8.30556 14.6354 8.45833C14.1979 8.61111 13.7326 8.73958 13.2396 8.84375C12.7465 8.94792 12.2292 9.02778 11.6875 9.08333C11.1458 9.13889 10.5833 9.16667 10 9.16667C9.41667 9.16667 8.84722 9.13889 8.29167 9.08333C7.73611 9.02778 7.21181 8.94792 6.71875 8.84375C6.22569 8.73958 5.76389 8.61111 5.33333 8.45833C4.90278 8.30556 4.51389 8.13194 4.16667 7.9375V10.4375C4.51389 10.6319 4.90278 10.8056 5.33333 10.9583C5.76389 11.1111 6.22569 11.2396 6.71875 11.3438C7.21181 11.4479 7.73611 11.5278 8.29167 11.5833C8.84722 11.6389 9.41667 11.6667 10 11.6667ZM10 15.8333C10.6389 15.8333 11.2882 15.7847 11.9479 15.6875C12.6076 15.5903 13.2153 15.4618 13.7708 15.3021C14.3264 15.1424 14.7917 14.9618 15.1667 14.7604C15.5417 14.559 15.7639 14.3542 15.8333 14.1458V12.1042C15.4722 12.2986 15.0729 12.4722 14.6354 12.625C14.1979 12.7778 13.7326 12.9062 13.2396 13.0104C12.7465 13.1146 12.2292 13.1944 11.6875 13.25C11.1458 13.3056 10.5833 13.3333 10 13.3333C9.41667 13.3333 8.84722 13.3056 8.29167 13.25C7.73611 13.1944 7.21181 13.1146 6.71875 13.0104C6.22569 12.9062 5.76389 12.7778 5.33333 12.625C4.90278 12.4722 4.51389 12.2986 4.16667 12.1042V14.1667C4.23611 14.375 4.45486 14.5764 4.82292 14.7708C5.19097 14.9653 5.65278 15.1424 6.20833 15.3021C6.76389 15.4618 7.375 15.5903 8.04167 15.6875C8.70833 15.7847 9.36111 15.8333 10 15.8333Z",fill:n})}),i9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5C5.37499 17.5 4.98263 17.3368 4.65624 17.0104C4.32986 16.684 4.16666 16.2917 4.16666 15.8333V5C3.93055 5 3.73263 4.92014 3.57291 4.76042C3.41319 4.60069 3.33333 4.40278 3.33333 4.16667C3.33333 3.93056 3.41319 3.73264 3.57291 3.57292C3.73263 3.41319 3.93055 3.33333 4.16666 3.33333H7.49999C7.49999 3.09722 7.57986 2.89931 7.73958 2.73958C7.8993 2.57986 8.09722 2.5 8.33333 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3437 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83333ZM8.33333 14.1667C8.56944 14.1667 8.76736 14.0868 8.92708 13.9271C9.0868 13.7674 9.16666 13.5694 9.16666 13.3333V7.5C9.16666 7.26389 9.0868 7.06597 8.92708 6.90625C8.76736 6.74653 8.56944 6.66667 8.33333 6.66667C8.09722 6.66667 7.8993 6.74653 7.73958 6.90625C7.57986 7.06597 7.49999 7.26389 7.49999 7.5V13.3333C7.49999 13.5694 7.57986 13.7674 7.73958 13.9271C7.8993 14.0868 8.09722 14.1667 8.33333 14.1667ZM11.6667 14.1667C11.9028 14.1667 12.1007 14.0868 12.2604 13.9271C12.4201 13.7674 12.5 13.5694 12.5 13.3333V7.5C12.5 7.26389 12.4201 7.06597 12.2604 6.90625C12.1007 6.74653 11.9028 6.66667 11.6667 6.66667C11.4305 6.66667 11.2326 6.74653 11.0729 6.90625C10.9132 7.06597 10.8333 7.26389 10.8333 7.5V13.3333C10.8333 13.5694 10.9132 13.7674 11.0729 13.9271C11.2326 14.0868 11.4305 14.1667 11.6667 14.1667Z",fill:n})}),c9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5C5.37499 17.5 4.98263 17.3368 4.65624 17.0104C4.32986 16.684 4.16666 16.2917 4.16666 15.8333V5C3.93055 5 3.73263 4.92014 3.57291 4.76042C3.41319 4.60069 3.33333 4.40278 3.33333 4.16667C3.33333 3.93056 3.41319 3.73264 3.57291 3.57292C3.73263 3.41319 3.93055 3.33333 4.16666 3.33333H7.49999C7.49999 3.09722 7.57986 2.89931 7.73958 2.73958C7.8993 2.57986 8.09722 2.5 8.33333 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3437 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83333ZM14.1667 5H5.83333V15.8333H14.1667V5ZM8.33333 14.1667C8.56944 14.1667 8.76736 14.0868 8.92708 13.9271C9.0868 13.7674 9.16666 13.5694 9.16666 13.3333V7.5C9.16666 7.26389 9.0868 7.06597 8.92708 6.90625C8.76736 6.74653 8.56944 6.66667 8.33333 6.66667C8.09722 6.66667 7.8993 6.74653 7.73958 6.90625C7.57986 7.06597 7.49999 7.26389 7.49999 7.5V13.3333C7.49999 13.5694 7.57986 13.7674 7.73958 13.9271C7.8993 14.0868 8.09722 14.1667 8.33333 14.1667ZM11.6667 14.1667C11.9028 14.1667 12.1007 14.0868 12.2604 13.9271C12.4201 13.7674 12.5 13.5694 12.5 13.3333V7.5C12.5 7.26389 12.4201 7.06597 12.2604 6.90625C12.1007 6.74653 11.9028 6.66667 11.6667 6.66667C11.4305 6.66667 11.2326 6.74653 11.0729 6.90625C10.9132 7.06597 10.8333 7.26389 10.8333 7.5V13.3333C10.8333 13.5694 10.9132 13.7674 11.0729 13.9271C11.2326 14.0868 11.4305 14.1667 11.6667 14.1667Z",fill:n})}),a9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33317 15.8333V14.1667H3.33317C2.87484 14.1667 2.48248 14.0035 2.15609 13.6771C1.8297 13.3507 1.6665 12.9583 1.6665 12.5V4.16667C1.6665 3.70833 1.8297 3.31597 2.15609 2.98958C2.48248 2.66319 2.87484 2.5 3.33317 2.5H16.6665C17.1248 2.5 17.5172 2.66319 17.8436 2.98958C18.17 3.31597 18.3332 3.70833 18.3332 4.16667V12.5C18.3332 12.9583 18.17 13.3507 17.8436 13.6771C17.5172 14.0035 17.1248 14.1667 16.6665 14.1667H11.6665V15.8333H12.4998C12.7359 15.8333 12.9339 15.9132 13.0936 16.0729C13.2533 16.2326 13.3332 16.4306 13.3332 16.6667C13.3332 16.9028 13.2533 17.1007 13.0936 17.2604C12.9339 17.4201 12.7359 17.5 12.4998 17.5H7.49984C7.26373 17.5 7.06581 17.4201 6.90609 17.2604C6.74636 17.1007 6.6665 16.9028 6.6665 16.6667C6.6665 16.4306 6.74636 16.2326 6.90609 16.0729C7.06581 15.9132 7.26373 15.8333 7.49984 15.8333H8.33317Z",fill:n})}),d9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33317 15.8333V14.1667H3.33317C2.87484 14.1667 2.48248 14.0035 2.15609 13.6771C1.8297 13.3507 1.6665 12.9583 1.6665 12.5V4.16667C1.6665 3.70833 1.8297 3.31597 2.15609 2.98958C2.48248 2.66319 2.87484 2.5 3.33317 2.5H16.6665C17.1248 2.5 17.5172 2.66319 17.8436 2.98958C18.17 3.31597 18.3332 3.70833 18.3332 4.16667V12.5C18.3332 12.9583 18.17 13.3507 17.8436 13.6771C17.5172 14.0035 17.1248 14.1667 16.6665 14.1667H11.6665V15.8333H12.4998C12.7359 15.8333 12.9339 15.9132 13.0936 16.0729C13.2533 16.2326 13.3332 16.4306 13.3332 16.6667C13.3332 16.9028 13.2533 17.1007 13.0936 17.2604C12.9339 17.4201 12.7359 17.5 12.4998 17.5H7.49984C7.26373 17.5 7.06581 17.4201 6.90609 17.2604C6.74636 17.1007 6.6665 16.9028 6.6665 16.6667C6.6665 16.4306 6.74636 16.2326 6.90609 16.0729C7.06581 15.9132 7.26373 15.8333 7.49984 15.8333H8.33317ZM3.33317 12.5H16.6665V4.16667H3.33317V12.5Z",fill:n})}),w9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.9165 16.6666C2.56928 16.6666 2.27414 16.5451 2.03109 16.3021C1.78803 16.059 1.6665 15.7639 1.6665 15.4166C1.6665 15.0694 1.78803 14.7743 2.03109 14.5312C2.27414 14.2882 2.56928 14.1666 2.9165 14.1666H3.33317V4.99998C3.33317 4.54165 3.49636 4.14929 3.82275 3.8229C4.14914 3.49651 4.5415 3.33331 4.99984 3.33331H16.6665C16.9026 3.33331 17.1005 3.41317 17.2603 3.5729C17.42 3.73262 17.4998 3.93054 17.4998 4.16665C17.4998 4.40276 17.42 4.60067 17.2603 4.7604C17.1005 4.92012 16.9026 4.99998 16.6665 4.99998H4.99984V14.1666H8.74984C9.09706 14.1666 9.3922 14.2882 9.63525 14.5312C9.87831 14.7743 9.99984 15.0694 9.99984 15.4166C9.99984 15.7639 9.87831 16.059 9.63525 16.3021C9.3922 16.5451 9.09706 16.6666 8.74984 16.6666H2.9165ZM12.4998 16.6666C12.2637 16.6666 12.0658 16.5868 11.9061 16.4271C11.7464 16.2673 11.6665 16.0694 11.6665 15.8333V7.49998C11.6665 7.26387 11.7464 7.06595 11.9061 6.90623C12.0658 6.74651 12.2637 6.66665 12.4998 6.66665H17.4998C17.7359 6.66665 17.9339 6.74651 18.0936 6.90623C18.2533 7.06595 18.3332 7.26387 18.3332 7.49998V15.8333C18.3332 16.0694 18.2533 16.2673 18.0936 16.4271C17.9339 16.5868 17.7359 16.6666 17.4998 16.6666H12.4998Z",fill:n})}),u9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.9165 16.6666C2.56928 16.6666 2.27414 16.5451 2.03109 16.3021C1.78803 16.059 1.6665 15.7639 1.6665 15.4166C1.6665 15.0694 1.78803 14.7743 2.03109 14.5312C2.27414 14.2882 2.56928 14.1666 2.9165 14.1666H3.33317V4.99998C3.33317 4.54165 3.49636 4.14929 3.82275 3.8229C4.14914 3.49651 4.5415 3.33331 4.99984 3.33331H16.6665C16.9026 3.33331 17.1005 3.41317 17.2603 3.5729C17.42 3.73262 17.4998 3.93054 17.4998 4.16665C17.4998 4.40276 17.42 4.60067 17.2603 4.7604C17.1005 4.92012 16.9026 4.99998 16.6665 4.99998H4.99984V14.1666H8.74984C9.09706 14.1666 9.3922 14.2882 9.63525 14.5312C9.87831 14.7743 9.99984 15.0694 9.99984 15.4166C9.99984 15.7639 9.87831 16.059 9.63525 16.3021C9.3922 16.5451 9.09706 16.6666 8.74984 16.6666H2.9165ZM12.4998 16.6666C12.2637 16.6666 12.0658 16.5868 11.9061 16.4271C11.7464 16.2673 11.6665 16.0694 11.6665 15.8333V7.49998C11.6665 7.26387 11.7464 7.06595 11.9061 6.90623C12.0658 6.74651 12.2637 6.66665 12.4998 6.66665H17.4998C17.7359 6.66665 17.9339 6.74651 18.0936 6.90623C18.2533 7.06595 18.3332 7.26387 18.3332 7.49998V15.8333C18.3332 16.0694 18.2533 16.2673 18.0936 16.4271C17.9339 16.5868 17.7359 16.6666 17.4998 16.6666H12.4998ZM13.3332 14.1666H16.6665V8.33331H13.3332V14.1666Z",fill:n})}),g9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 12.9792C9.88893 12.9792 9.78476 12.9618 9.68754 12.9271C9.59032 12.8924 9.50004 12.8334 9.41671 12.75L6.41671 9.75004C6.25004 9.58337 6.17018 9.38893 6.17712 9.16671C6.18407 8.94449 6.26393 8.75004 6.41671 8.58337C6.58337 8.41671 6.78129 8.3299 7.01046 8.32296C7.23962 8.31601 7.43754 8.39587 7.60421 8.56254L9.16671 10.125V4.16671C9.16671 3.9306 9.24657 3.73268 9.40629 3.57296C9.56601 3.41324 9.76393 3.33337 10 3.33337C10.2362 3.33337 10.4341 3.41324 10.5938 3.57296C10.7535 3.73268 10.8334 3.9306 10.8334 4.16671V10.125L12.3959 8.56254C12.5625 8.39587 12.7605 8.31601 12.9896 8.32296C13.2188 8.3299 13.4167 8.41671 13.5834 8.58337C13.7362 8.75004 13.816 8.94449 13.823 9.16671C13.8299 9.38893 13.75 9.58337 13.5834 9.75004L10.5834 12.75C10.5 12.8334 10.4098 12.8924 10.3125 12.9271C10.2153 12.9618 10.1112 12.9792 10 12.9792ZM5.00004 16.6667C4.54171 16.6667 4.14935 16.5035 3.82296 16.1771C3.49657 15.8507 3.33337 15.4584 3.33337 15V13.3334C3.33337 13.0973 3.41324 12.8993 3.57296 12.7396C3.73268 12.5799 3.9306 12.5 4.16671 12.5C4.40282 12.5 4.60074 12.5799 4.76046 12.7396C4.92018 12.8993 5.00004 13.0973 5.00004 13.3334V15H15V13.3334C15 13.0973 15.0799 12.8993 15.2396 12.7396C15.3993 12.5799 15.5973 12.5 15.8334 12.5C16.0695 12.5 16.2674 12.5799 16.4271 12.7396C16.5868 12.8993 16.6667 13.0973 16.6667 13.3334V15C16.6667 15.4584 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4584 16.6667 15 16.6667H5.00004Z",fill:n})}),v9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.95833 10.9583L15 3.91663C15.1667 3.74996 15.3646 3.66663 15.5937 3.66663C15.8229 3.66663 16.0208 3.74996 16.1875 3.91663C16.3542 4.08329 16.4375 4.28121 16.4375 4.51038C16.4375 4.73954 16.3542 4.93746 16.1875 5.10413L8.54166 12.75C8.37499 12.9166 8.18055 13 7.95833 13C7.73611 13 7.54166 12.9166 7.37499 12.75L3.81249 9.18746C3.64583 9.02079 3.56597 8.82288 3.57291 8.59371C3.57986 8.36454 3.66666 8.16663 3.83333 7.99996C3.99999 7.83329 4.19791 7.74996 4.42708 7.74996C4.65624 7.74996 4.85416 7.83329 5.02083 7.99996L7.95833 10.9583ZM4.99999 16.6666C4.76388 16.6666 4.56597 16.5868 4.40624 16.427C4.24652 16.2673 4.16666 16.0694 4.16666 15.8333C4.16666 15.5972 4.24652 15.3993 4.40624 15.2395C4.56597 15.0798 4.76388 15 4.99999 15H15C15.2361 15 15.434 15.0798 15.5937 15.2395C15.7535 15.3993 15.8333 15.5972 15.8333 15.8333C15.8333 16.0694 15.7535 16.2673 15.5937 16.427C15.434 16.5868 15.2361 16.6666 15 16.6666H4.99999Z",fill:n})}),x9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99992 18.3334C4.54159 18.3334 4.14922 18.1702 3.82284 17.8438C3.49645 17.5174 3.33325 17.125 3.33325 16.6667V3.33335C3.33325 2.87502 3.49645 2.48266 3.82284 2.15627C4.14922 1.82988 4.54159 1.66669 4.99992 1.66669H10.9791C11.2013 1.66669 11.4131 1.70835 11.6145 1.79169C11.8159 1.87502 11.993 1.99308 12.1458 2.14585L16.1874 6.18752C16.3402 6.3403 16.4583 6.51738 16.5416 6.71877C16.6249 6.92016 16.6666 7.13196 16.6666 7.35419V16.6667C16.6666 17.125 16.5034 17.5174 16.177 17.8438C15.8506 18.1702 15.4583 18.3334 14.9999 18.3334H4.99992ZM10.8333 6.66669C10.8333 6.9028 10.9131 7.10071 11.0728 7.26044C11.2326 7.42016 11.4305 7.50002 11.6666 7.50002H14.9999L10.8333 3.33335V6.66669Z",fill:n})}),h9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99992 18.3334C4.54159 18.3334 4.14922 18.1702 3.82284 17.8438C3.49645 17.5174 3.33325 17.125 3.33325 16.6667V3.33335C3.33325 2.87502 3.49645 2.48266 3.82284 2.15627C4.14922 1.82988 4.54159 1.66669 4.99992 1.66669H10.9791C11.2013 1.66669 11.4131 1.70835 11.6145 1.79169C11.8159 1.87502 11.993 1.99308 12.1458 2.14585L16.1874 6.18752C16.3402 6.3403 16.4583 6.51738 16.5416 6.71877C16.6249 6.92016 16.6666 7.13196 16.6666 7.35419V16.6667C16.6666 17.125 16.5034 17.5174 16.177 17.8438C15.8506 18.1702 15.4583 18.3334 14.9999 18.3334H4.99992ZM10.8333 6.66669V3.33335H4.99992V16.6667H14.9999V7.50002H11.6666C11.4305 7.50002 11.2326 7.42016 11.0728 7.26044C10.9131 7.10071 10.8333 6.9028 10.8333 6.66669Z",fill:n})}),p9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16665 12.5C3.93054 12.5 3.73262 12.4201 3.5729 12.2604C3.41317 12.1007 3.33331 11.9028 3.33331 11.6667C3.33331 11.4306 3.41317 11.2326 3.5729 11.0729C3.73262 10.9132 3.93054 10.8333 4.16665 10.8333H15.8333C16.0694 10.8333 16.2673 10.9132 16.4271 11.0729C16.5868 11.2326 16.6666 11.4306 16.6666 11.6667C16.6666 11.9028 16.5868 12.1007 16.4271 12.2604C16.2673 12.4201 16.0694 12.5 15.8333 12.5H4.16665ZM4.16665 9.16667C3.93054 9.16667 3.73262 9.08681 3.5729 8.92708C3.41317 8.76736 3.33331 8.56944 3.33331 8.33333C3.33331 8.09722 3.41317 7.89931 3.5729 7.73958C3.73262 7.57986 3.93054 7.5 4.16665 7.5H15.8333C16.0694 7.5 16.2673 7.57986 16.4271 7.73958C16.5868 7.89931 16.6666 8.09722 16.6666 8.33333C16.6666 8.56944 16.5868 8.76736 16.4271 8.92708C16.2673 9.08681 16.0694 9.16667 15.8333 9.16667H4.16665Z",fill:n})}),H9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49998 16.6667C7.04165 16.6667 6.64929 16.5035 6.3229 16.1771C5.99651 15.8507 5.83331 15.4584 5.83331 15C5.83331 14.5417 5.99651 14.1493 6.3229 13.823C6.64929 13.4966 7.04165 13.3334 7.49998 13.3334C7.95831 13.3334 8.35067 13.4966 8.67706 13.823C9.00345 14.1493 9.16665 14.5417 9.16665 15C9.16665 15.4584 9.00345 15.8507 8.67706 16.1771C8.35067 16.5035 7.95831 16.6667 7.49998 16.6667ZM12.5 16.6667C12.0416 16.6667 11.6493 16.5035 11.3229 16.1771C10.9965 15.8507 10.8333 15.4584 10.8333 15C10.8333 14.5417 10.9965 14.1493 11.3229 13.823C11.6493 13.4966 12.0416 13.3334 12.5 13.3334C12.9583 13.3334 13.3507 13.4966 13.6771 13.823C14.0035 14.1493 14.1666 14.5417 14.1666 15C14.1666 15.4584 14.0035 15.8507 13.6771 16.1771C13.3507 16.5035 12.9583 16.6667 12.5 16.6667ZM7.49998 11.6667C7.04165 11.6667 6.64929 11.5035 6.3229 11.1771C5.99651 10.8507 5.83331 10.4584 5.83331 10C5.83331 9.54171 5.99651 9.14935 6.3229 8.82296C6.64929 8.49657 7.04165 8.33337 7.49998 8.33337C7.95831 8.33337 8.35067 8.49657 8.67706 8.82296C9.00345 9.14935 9.16665 9.54171 9.16665 10C9.16665 10.4584 9.00345 10.8507 8.67706 11.1771C8.35067 11.5035 7.95831 11.6667 7.49998 11.6667ZM12.5 11.6667C12.0416 11.6667 11.6493 11.5035 11.3229 11.1771C10.9965 10.8507 10.8333 10.4584 10.8333 10C10.8333 9.54171 10.9965 9.14935 11.3229 8.82296C11.6493 8.49657 12.0416 8.33337 12.5 8.33337C12.9583 8.33337 13.3507 8.49657 13.6771 8.82296C14.0035 9.14935 14.1666 9.54171 14.1666 10C14.1666 10.4584 14.0035 10.8507 13.6771 11.1771C13.3507 11.5035 12.9583 11.6667 12.5 11.6667ZM7.49998 6.66671C7.04165 6.66671 6.64929 6.50351 6.3229 6.17712C5.99651 5.85074 5.83331 5.45837 5.83331 5.00004C5.83331 4.54171 5.99651 4.14935 6.3229 3.82296C6.64929 3.49657 7.04165 3.33337 7.49998 3.33337C7.95831 3.33337 8.35067 3.49657 8.67706 3.82296C9.00345 4.14935 9.16665 4.54171 9.16665 5.00004C9.16665 5.45837 9.00345 5.85074 8.67706 6.17712C8.35067 6.50351 7.95831 6.66671 7.49998 6.66671ZM12.5 6.66671C12.0416 6.66671 11.6493 6.50351 11.3229 6.17712C10.9965 5.85074 10.8333 5.45837 10.8333 5.00004C10.8333 4.54171 10.9965 4.14935 11.3229 3.82296C11.6493 3.49657 12.0416 3.33337 12.5 3.33337C12.9583 3.33337 13.3507 3.49657 13.6771 3.82296C14.0035 4.14935 14.1666 4.54171 14.1666 5.00004C14.1666 5.45837 14.0035 5.85074 13.6771 6.17712C13.3507 6.50351 12.9583 6.66671 12.5 6.66671Z",fill:n})}),V9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.375 18.3333C8.91667 18.3333 8.45486 18.2813 7.98958 18.1771C7.52431 18.0729 7.04861 17.9236 6.5625 17.7292C6.72917 16.0486 7.21528 14.4792 8.02083 13.0208C8.82639 11.5625 9.86111 10.2778 11.125 9.16668C9.59722 9.94445 8.27431 10.9722 7.15625 12.25C6.03819 13.5278 5.25694 14.9861 4.8125 16.625C4.75694 16.5833 4.70486 16.5382 4.65625 16.4896L4.5 16.3333C3.84722 15.6806 3.35069 14.9514 3.01042 14.1458C2.67014 13.3403 2.5 12.5 2.5 11.625C2.5 10.6806 2.6875 9.77779 3.0625 8.91668C3.4375 8.05556 3.95833 7.29168 4.625 6.62501C5.59722 5.65279 6.80208 4.97223 8.23958 4.58334C9.67708 4.19445 11.6181 4.05556 14.0625 4.16668C14.4236 4.18056 14.7569 4.26043 15.0625 4.40626C15.3681 4.55209 15.6389 4.74306 15.875 4.97918C16.1111 5.21529 16.2986 5.48959 16.4375 5.80209C16.5764 6.11459 16.6597 6.4514 16.6875 6.81251C16.7708 9.31251 16.625 11.2639 16.25 12.6667C15.875 14.0695 15.2083 15.25 14.25 16.2083C13.5694 16.8889 12.809 17.4132 11.9688 17.7813C11.1285 18.1493 10.2639 18.3333 9.375 18.3333Z",fill:n})}),L9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.5 16.3333C3.875 15.7083 3.38542 14.9861 3.03125 14.1667C2.67708 13.3472 2.5 12.5 2.5 11.625C2.5 10.75 2.66667 9.88542 3 9.03125C3.33333 8.17709 3.875 7.375 4.625 6.625C5.45833 5.79167 6.63542 5.15972 8.15625 4.72917C9.67708 4.29861 11.6458 4.11806 14.0625 4.1875C14.4236 4.20139 14.7569 4.27778 15.0625 4.41667C15.3681 4.55556 15.6389 4.74306 15.875 4.97917C16.1111 5.21528 16.2986 5.48959 16.4375 5.80209C16.5764 6.11459 16.6528 6.45139 16.6667 6.8125C16.6944 7.95139 16.6632 9.00347 16.5729 9.96875C16.4826 10.934 16.3368 11.8056 16.1354 12.5833C15.934 13.3611 15.6771 14.0521 15.3646 14.6563C15.0521 15.2604 14.6806 15.7778 14.25 16.2083C13.5139 16.9444 12.7326 17.4826 11.9062 17.8229C11.0799 18.1632 10.2361 18.3333 9.375 18.3333C8.47222 18.3333 7.59028 18.1563 6.72917 17.8021C5.86806 17.4479 5.125 16.9583 4.5 16.3333ZM6.83333 16C7.23611 16.2361 7.64931 16.4063 8.07292 16.5104C8.49653 16.6146 8.93056 16.6667 9.375 16.6667C10.0139 16.6667 10.6458 16.5382 11.2708 16.2813C11.8958 16.0243 12.4931 15.6111 13.0625 15.0417C13.3125 14.7917 13.566 14.441 13.8229 13.9896C14.0799 13.5382 14.3021 12.9479 14.4896 12.2188C14.6771 11.4896 14.8194 10.6076 14.9167 9.57292C15.0139 8.5382 15.0278 7.30556 14.9583 5.875C14.2778 5.84722 13.5104 5.83681 12.6562 5.84375C11.8021 5.8507 10.9514 5.91667 10.1042 6.04167C9.25694 6.16667 8.45139 6.36806 7.6875 6.64584C6.92361 6.92361 6.29861 7.30556 5.8125 7.79167C5.1875 8.41667 4.75694 9.03472 4.52083 9.64584C4.28472 10.2569 4.16667 10.8472 4.16667 11.4167C4.16667 12.2361 4.32292 12.9549 4.63542 13.5729C4.94792 14.191 5.22222 14.625 5.45833 14.875C6.04167 13.7639 6.8125 12.6979 7.77083 11.6771C8.72917 10.6563 9.84722 9.81945 11.125 9.16667C10.125 10.0417 9.25347 11.0313 8.51042 12.1354C7.76736 13.2396 7.20833 14.5278 6.83333 16Z",fill:n})}),M9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V14.6458C2.5 14.4236 2.54167 14.2118 2.625 14.0104C2.70833 13.809 2.82639 13.6319 2.97917 13.4792L13.5 2.97917C13.6667 2.82639 13.8507 2.70833 14.0521 2.625C14.2535 2.54167 14.4653 2.5 14.6875 2.5C14.9097 2.5 15.125 2.54167 15.3333 2.625C15.5417 2.70833 15.7222 2.83333 15.875 3L17.0208 4.16667C17.1875 4.31944 17.309 4.5 17.3854 4.70833C17.4618 4.91667 17.5 5.125 17.5 5.33333C17.5 5.55556 17.4618 5.76736 17.3854 5.96875C17.309 6.17014 17.1875 6.35417 17.0208 6.52083L6.52083 17.0208C6.36806 17.1736 6.19097 17.2917 5.98958 17.375C5.78819 17.4583 5.57639 17.5 5.35417 17.5H3.33333ZM14.6667 6.5L15.8333 5.33333L14.6667 4.16667L13.5 5.33333L14.6667 6.5Z",fill:n})}),f9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H5.35417L13.5 7.6875L12.3125 6.5L4.16667 14.6458V15.8333ZM3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V14.6458C2.5 14.4236 2.54167 14.2118 2.625 14.0104C2.70833 13.809 2.82639 13.6319 2.97917 13.4792L13.5 2.97917C13.6667 2.82639 13.8507 2.70833 14.0521 2.625C14.2535 2.54167 14.4653 2.5 14.6875 2.5C14.9097 2.5 15.125 2.54167 15.3333 2.625C15.5417 2.70833 15.7222 2.83333 15.875 3L17.0208 4.16667C17.1875 4.31944 17.309 4.5 17.3854 4.70833C17.4618 4.91667 17.5 5.125 17.5 5.33333C17.5 5.55556 17.4618 5.76736 17.3854 5.96875C17.309 6.17014 17.1875 6.35417 17.0208 6.52083L6.52083 17.0208C6.36806 17.1736 6.19097 17.2917 5.98958 17.375C5.78819 17.4583 5.57639 17.5 5.35417 17.5H3.33333ZM12.8958 7.10417L12.3125 6.5L13.5 7.6875L12.8958 7.10417Z",fill:n})}),Z9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 17.4583V16.2083C6.02778 15.6944 4.82639 14.7951 3.89583 13.5104C2.96528 12.2257 2.5 10.7639 2.5 9.125C2.5 8.08333 2.69792 7.10764 3.09375 6.19792C3.48958 5.28819 4.02431 4.49653 4.69792 3.82292C5.37153 3.14931 6.16319 2.61458 7.07292 2.21875C7.98264 1.82292 8.95139 1.625 9.97917 1.625C11.0069 1.625 11.9792 1.82292 12.8958 2.21875C13.8125 2.61458 14.6111 3.14931 15.2917 3.82292C15.9722 4.49653 16.5104 5.28819 16.9062 6.19792C17.3021 7.10764 17.5 8.08333 17.5 9.125C17.5 10.7639 17.0312 12.2187 16.0938 13.4896C15.1562 14.7604 13.9583 15.6597 12.5 16.1875V17.4583C12.5 17.6944 12.4201 17.8924 12.2604 18.0521C12.1007 18.2118 11.9028 18.2917 11.6667 18.2917C11.4306 18.2917 11.2326 18.2118 11.0729 18.0521C10.9132 17.8924 10.8333 17.6944 10.8333 17.4583V16.5833C10.6944 16.6111 10.5556 16.625 10.4167 16.625H9.97917C9.84028 16.625 9.70486 16.6215 9.57292 16.6146C9.44097 16.6076 9.30556 16.5972 9.16667 16.5833V17.4583C9.16667 17.6944 9.08681 17.8924 8.92708 18.0521C8.76736 18.2118 8.56944 18.2917 8.33333 18.2917C8.09722 18.2917 7.89931 18.2118 7.73958 18.0521C7.57986 17.8924 7.5 17.6944 7.5 17.4583ZM7.5 7.5H12.5C12.7361 7.5 12.934 7.42014 13.0938 7.26042C13.2535 7.10069 13.3333 6.90278 13.3333 6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667C6.66667 6.90278 6.74653 7.10069 6.90625 7.26042C7.06597 7.42014 7.26389 7.5 7.5 7.5ZM9.16667 11.875L8.75 12.2917C8.56944 12.4722 8.47917 12.6806 8.47917 12.9167C8.47917 13.1528 8.56944 13.3611 8.75 13.5417C8.93056 13.7222 9.13889 13.8125 9.375 13.8125C9.61111 13.8125 9.81944 13.7222 10 13.5417L11.2917 12.25C11.4583 12.0833 11.5417 11.8889 11.5417 11.6667C11.5417 11.4444 11.4583 11.25 11.2917 11.0833L10.8333 10.625L11.25 10.2083C11.4306 10.0278 11.5208 9.81944 11.5208 9.58333C11.5208 9.34722 11.4306 9.13889 11.25 8.95833C11.0694 8.77778 10.8611 8.6875 10.625 8.6875C10.3889 8.6875 10.1806 8.77778 10 8.95833L8.70833 10.25C8.54167 10.4167 8.45833 10.6111 8.45833 10.8333C8.45833 11.0556 8.54167 11.25 8.70833 11.4167L9.16667 11.875Z",fill:n})}),j9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 17.4583V16.2083C6.02778 15.6944 4.82639 14.7951 3.89583 13.5104C2.96528 12.2257 2.5 10.7639 2.5 9.125C2.5 8.08333 2.69792 7.10764 3.09375 6.19792C3.48958 5.28819 4.02431 4.49653 4.69792 3.82292C5.37153 3.14931 6.16319 2.61458 7.07292 2.21875C7.98264 1.82292 8.95139 1.625 9.97917 1.625C11.0069 1.625 11.9792 1.82292 12.8958 2.21875C13.8125 2.61458 14.6111 3.14931 15.2917 3.82292C15.9722 4.49653 16.5104 5.28819 16.9062 6.19792C17.3021 7.10764 17.5 8.08333 17.5 9.125C17.5 10.7639 17.0312 12.2187 16.0938 13.4896C15.1562 14.7604 13.9583 15.6597 12.5 16.1875V17.4583C12.5 17.6944 12.4201 17.8924 12.2604 18.0521C12.1007 18.2118 11.9028 18.2917 11.6667 18.2917C11.4306 18.2917 11.2326 18.2118 11.0729 18.0521C10.9132 17.8924 10.8333 17.6944 10.8333 17.4583V16.5833C10.6944 16.6111 10.5556 16.625 10.4167 16.625H9.97917C9.84028 16.625 9.70486 16.6215 9.57292 16.6146C9.44097 16.6076 9.30556 16.5972 9.16667 16.5833V17.4583C9.16667 17.6944 9.08681 17.8924 8.92708 18.0521C8.76736 18.2118 8.56944 18.2917 8.33333 18.2917C8.09722 18.2917 7.89931 18.2118 7.73958 18.0521C7.57986 17.8924 7.5 17.6944 7.5 17.4583ZM10 15C11.6111 15 12.9861 14.4306 14.125 13.2917C15.2639 12.1528 15.8333 10.7778 15.8333 9.16667C15.8333 7.55556 15.2639 6.18056 14.125 5.04167C12.9861 3.90278 11.6111 3.33333 10 3.33333C8.38889 3.33333 7.01389 3.90278 5.875 5.04167C4.73611 6.18056 4.16667 7.55556 4.16667 9.16667C4.16667 10.7778 4.73611 12.1528 5.875 13.2917C7.01389 14.4306 8.38889 15 10 15ZM7.5 7.5H12.5C12.7361 7.5 12.934 7.42014 13.0938 7.26042C13.2535 7.10069 13.3333 6.90278 13.3333 6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667C6.66667 6.90278 6.74653 7.10069 6.90625 7.26042C7.06597 7.42014 7.26389 7.5 7.5 7.5ZM9.16667 11.875L8.75 12.2917C8.56944 12.4722 8.47917 12.6806 8.47917 12.9167C8.47917 13.1528 8.56944 13.3611 8.75 13.5417C8.93056 13.7222 9.13889 13.8125 9.375 13.8125C9.61111 13.8125 9.81944 13.7222 10 13.5417L11.2917 12.25C11.4583 12.0833 11.5417 11.8889 11.5417 11.6667C11.5417 11.4444 11.4583 11.25 11.2917 11.0833L10.8333 10.625L11.25 10.2083C11.4306 10.0278 11.5208 9.81944 11.5208 9.58333C11.5208 9.34722 11.4306 9.13889 11.25 8.95833C11.0694 8.77778 10.8611 8.6875 10.625 8.6875C10.3889 8.6875 10.1806 8.77778 10 8.95833L8.70833 10.25C8.54167 10.4167 8.45833 10.6111 8.45833 10.8333C8.45833 11.0556 8.54167 11.25 8.70833 11.4167L9.16667 11.875Z",fill:n})}),m9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334C10.8333 13.0972 10.7535 12.8993 10.5937 12.7396C10.434 12.5799 10.2361 12.5 9.99999 12.5C9.76388 12.5 9.56596 12.5799 9.40624 12.7396C9.24652 12.8993 9.16666 13.0972 9.16666 13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667ZM9.99999 10.8334C10.2361 10.8334 10.434 10.7535 10.5937 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V10C9.16666 10.2361 9.24652 10.434 9.40624 10.5938C9.56596 10.7535 9.76388 10.8334 9.99999 10.8334ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334Z",fill:n})}),B9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 14.1667C10.2361 14.1667 10.434 14.0868 10.5937 13.9271C10.7535 13.7674 10.8333 13.5695 10.8333 13.3334C10.8333 13.0972 10.7535 12.8993 10.5937 12.7396C10.434 12.5799 10.2361 12.5 9.99999 12.5C9.76388 12.5 9.56596 12.5799 9.40624 12.7396C9.24652 12.8993 9.16666 13.0972 9.16666 13.3334C9.16666 13.5695 9.24652 13.7674 9.40624 13.9271C9.56596 14.0868 9.76388 14.1667 9.99999 14.1667ZM9.99999 10.8334C10.2361 10.8334 10.434 10.7535 10.5937 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V6.66669C10.8333 6.43058 10.7535 6.23266 10.5937 6.07294C10.434 5.91321 10.2361 5.83335 9.99999 5.83335C9.76388 5.83335 9.56596 5.91321 9.40624 6.07294C9.24652 6.23266 9.16666 6.43058 9.16666 6.66669V10C9.16666 10.2361 9.24652 10.434 9.40624 10.5938C9.56596 10.7535 9.76388 10.8334 9.99999 10.8334ZM9.99999 18.3334C8.84721 18.3334 7.76388 18.1146 6.74999 17.6771C5.7361 17.2396 4.85416 16.6459 4.10416 15.8959C3.35416 15.1459 2.76041 14.2639 2.32291 13.25C1.88541 12.2361 1.66666 11.1528 1.66666 10C1.66666 8.84724 1.88541 7.76391 2.32291 6.75002C2.76041 5.73613 3.35416 4.85419 4.10416 4.10419C4.85416 3.35419 5.7361 2.76044 6.74999 2.32294C7.76388 1.88544 8.84721 1.66669 9.99999 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 9.99999 18.3334ZM9.99999 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0208 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0208 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 9.99999 3.33335C8.13888 3.33335 6.56249 3.97919 5.27082 5.27085C3.97916 6.56252 3.33332 8.13891 3.33332 10C3.33332 11.8611 3.97916 13.4375 5.27082 14.7292C6.56249 16.0209 8.13888 16.6667 9.99999 16.6667Z",fill:n})}),S9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667C9.76389 11.6667 9.56598 11.5868 9.40626 11.4271C9.24653 11.2674 9.16667 11.0695 9.16667 10.8334V5.00002C9.16667 4.76391 9.24653 4.56599 9.40626 4.40627C9.56598 4.24655 9.76389 4.16669 10 4.16669C10.2361 4.16669 10.434 4.24655 10.5938 4.40627C10.7535 4.56599 10.8333 4.76391 10.8333 5.00002V10.8334C10.8333 11.0695 10.7535 11.2674 10.5938 11.4271C10.434 11.5868 10.2361 11.6667 10 11.6667ZM10 15.8334C9.76389 15.8334 9.56598 15.7535 9.40626 15.5938C9.24653 15.434 9.16667 15.2361 9.16667 15C9.16667 14.7639 9.24653 14.566 9.40626 14.4063C9.56598 14.2465 9.76389 14.1667 10 14.1667C10.2361 14.1667 10.434 14.2465 10.5938 14.4063C10.7535 14.566 10.8333 14.7639 10.8333 15C10.8333 15.2361 10.7535 15.434 10.5938 15.5938C10.434 15.7535 10.2361 15.8334 10 15.8334Z",fill:n})}),b9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.979 13.5417L11.1873 12.3334C11.4651 12.25 11.7047 12.1077 11.9061 11.9063C12.1075 11.7049 12.2498 11.4653 12.3332 11.1875L13.5415 6.97919C13.5832 6.82641 13.545 6.69099 13.4269 6.57294C13.3089 6.45488 13.1734 6.41669 13.0207 6.45835L8.81234 7.66669C8.53456 7.75002 8.29498 7.89238 8.09359 8.09377C7.8922 8.29516 7.74984 8.53474 7.6665 8.81252L6.45817 13.0209C6.4165 13.1736 6.4547 13.309 6.57275 13.4271C6.69081 13.5452 6.82623 13.5834 6.979 13.5417ZM9.99984 11.25C9.65261 11.25 9.35748 11.1285 9.11442 10.8854C8.87136 10.6424 8.74984 10.3472 8.74984 10C8.74984 9.6528 8.87136 9.35766 9.11442 9.1146C9.35748 8.87155 9.65261 8.75002 9.99984 8.75002C10.3471 8.75002 10.6422 8.87155 10.8853 9.1146C11.1283 9.35766 11.2498 9.6528 11.2498 10C11.2498 10.3472 11.1283 10.6424 10.8853 10.8854C10.6422 11.1285 10.3471 11.25 9.99984 11.25ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334Z",fill:n})}),_9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 9.16669 1.78456 8.3646 2.02067 7.59377C2.25678 6.82294 2.59706 6.09724 3.0415 5.41669L1.729 4.10419C1.56234 3.93752 1.479 3.7396 1.479 3.51044C1.479 3.28127 1.56234 3.08335 1.729 2.91669C1.89567 2.75002 2.09359 2.66669 2.32275 2.66669C2.55192 2.66669 2.74984 2.75002 2.9165 2.91669L17.0832 17.0834C17.2498 17.25 17.3332 17.4445 17.3332 17.6667C17.3332 17.8889 17.2498 18.0834 17.0832 18.25C16.9165 18.4167 16.7186 18.5 16.4894 18.5C16.2603 18.5 16.0623 18.4167 15.8957 18.25L14.5832 16.9584C13.9026 17.4028 13.1769 17.7431 12.4061 17.9792C11.6353 18.2153 10.8332 18.3334 9.99984 18.3334ZM6.979 13.5417L9.56234 12.8125C9.71512 12.7709 9.80887 12.6702 9.84359 12.5104C9.87831 12.3507 9.84012 12.2153 9.729 12.1042L7.89567 10.2709C7.78456 10.1597 7.64914 10.1215 7.48942 10.1563C7.3297 10.191 7.229 10.2847 7.18734 10.4375L6.45817 13.0209C6.4165 13.1736 6.4547 13.309 6.57275 13.4271C6.69081 13.5452 6.82623 13.5834 6.979 13.5417ZM16.729 13.9167C16.5901 13.9167 16.4582 13.8924 16.3332 13.8438C16.2082 13.7952 16.0901 13.7153 15.979 13.6042L12.9582 10.5834C12.8471 10.4722 12.7741 10.3472 12.7394 10.2084C12.7047 10.0695 12.7082 9.92363 12.7498 9.77085L13.5415 6.97919C13.5832 6.82641 13.545 6.69099 13.4269 6.57294C13.3089 6.45488 13.1734 6.41669 13.0207 6.45835L10.229 7.25002C10.0762 7.29169 9.93039 7.29516 9.7915 7.26044C9.65262 7.22572 9.52762 7.1528 9.4165 7.04169L6.39567 4.02085C6.28456 3.90974 6.2047 3.79516 6.15609 3.6771C6.10748 3.55905 6.08317 3.43058 6.08317 3.29169C6.08317 3.09724 6.13178 2.92016 6.229 2.76044C6.32623 2.60071 6.46512 2.47224 6.64567 2.37502C7.17345 2.13891 7.71859 1.96183 8.28109 1.84377C8.84359 1.72571 9.4165 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 10.5834 18.2741 11.1563 18.1561 11.7188C18.038 12.2813 17.861 12.8264 17.6248 13.3542C17.5415 13.5486 17.42 13.691 17.2603 13.7813C17.1005 13.8715 16.9235 13.9167 16.729 13.9167Z",fill:n})}),y9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 9.18058 1.78456 8.38197 2.02067 7.60419C2.25678 6.82641 2.59706 6.09724 3.0415 5.41669L1.729 4.10419C1.56234 3.93752 1.479 3.7396 1.479 3.51044C1.479 3.28127 1.56234 3.08335 1.729 2.91669C1.89567 2.75002 2.09359 2.66669 2.32275 2.66669C2.55192 2.66669 2.74984 2.75002 2.9165 2.91669L17.0832 17.0834C17.236 17.2361 17.3123 17.4306 17.3123 17.6667C17.3123 17.9028 17.236 18.0972 17.0832 18.25C16.9165 18.4167 16.7186 18.5 16.4894 18.5C16.2603 18.5 16.0623 18.4167 15.8957 18.25L14.5832 16.9584C13.9026 17.4028 13.1734 17.7431 12.3957 17.9792C11.6179 18.2153 10.8193 18.3334 9.99984 18.3334ZM6.5415 2.41669C7.08317 2.16669 7.64567 1.97919 8.229 1.85419C8.81234 1.72919 9.40262 1.66669 9.99984 1.66669C11.1109 1.66669 12.1734 1.87502 13.1873 2.29169C14.2012 2.70835 15.104 3.31252 15.8957 4.10419C16.6873 4.89585 17.2915 5.79863 17.7082 6.81252C18.1248 7.82641 18.3332 8.88891 18.3332 10C18.3332 10.5972 18.2707 11.1875 18.1457 11.7709C18.0207 12.3542 17.8332 12.9167 17.5832 13.4584C17.486 13.6667 17.3262 13.8021 17.104 13.8646C16.8818 13.9271 16.6735 13.9028 16.479 13.7917C16.2846 13.6806 16.1526 13.5139 16.0832 13.2917C16.0137 13.0695 16.0276 12.8472 16.1248 12.625C16.3054 12.2084 16.4408 11.7778 16.5311 11.3334C16.6214 10.8889 16.6665 10.4445 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C9.55539 3.33335 9.11095 3.37849 8.6665 3.46877C8.22206 3.55905 7.7915 3.69446 7.37484 3.87502C7.15262 3.97224 6.93039 3.98613 6.70817 3.91669C6.48595 3.84724 6.31928 3.7153 6.20817 3.52085C6.09706 3.32641 6.07275 3.11808 6.13525 2.89585C6.19775 2.67363 6.33317 2.51391 6.5415 2.41669ZM12.104 9.72919L10.2707 7.89585C10.1596 7.78474 10.1214 7.64933 10.1561 7.4896C10.1908 7.32988 10.2846 7.22919 10.4373 7.18752L13.0207 6.45835C13.1734 6.41669 13.3089 6.45488 13.4269 6.57294C13.545 6.69099 13.5832 6.82641 13.5415 6.97919L12.8123 9.56252C12.7707 9.7153 12.67 9.80905 12.5103 9.84377C12.3505 9.87849 12.2151 9.8403 12.104 9.72919ZM9.99984 16.6667C10.5971 16.6667 11.1769 16.5903 11.7394 16.4375C12.3019 16.2847 12.8471 16.0556 13.3748 15.75L10.229 12.6042L6.979 13.5417C6.82623 13.5834 6.69081 13.5452 6.57275 13.4271C6.4547 13.309 6.4165 13.1736 6.45817 13.0209L7.39567 9.77085L4.24984 6.62502C3.94428 7.1528 3.71512 7.69794 3.56234 8.26044C3.40956 8.82294 3.33317 9.4028 3.33317 10C3.33317 11.8472 3.98248 13.4202 5.28109 14.7188C6.5797 16.0174 8.15262 16.6667 9.99984 16.6667Z",fill:n})}),O9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.979 13.5417L11.1873 12.3334C11.4651 12.25 11.7047 12.1077 11.9061 11.9063C12.1075 11.7049 12.2498 11.4653 12.3332 11.1875L13.5415 6.97919C13.5832 6.82641 13.545 6.69099 13.4269 6.57294C13.3089 6.45488 13.1734 6.41669 13.0207 6.45835L8.81234 7.66669C8.53456 7.75002 8.29498 7.89238 8.09359 8.09377C7.8922 8.29516 7.74984 8.53474 7.6665 8.81252L6.45817 13.0209C6.4165 13.1736 6.4547 13.309 6.57275 13.4271C6.69081 13.5452 6.82623 13.5834 6.979 13.5417ZM9.99984 11.25C9.65261 11.25 9.35748 11.1285 9.11442 10.8854C8.87136 10.6424 8.74984 10.3472 8.74984 10C8.74984 9.6528 8.87136 9.35766 9.11442 9.1146C9.35748 8.87155 9.65261 8.75002 9.99984 8.75002C10.3471 8.75002 10.6422 8.87155 10.8853 9.1146C11.1283 9.35766 11.2498 9.6528 11.2498 10C11.2498 10.3472 11.1283 10.6424 10.8853 10.8854C10.6422 11.1285 10.3471 11.25 9.99984 11.25ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8471 16.6667 13.42 16.0174 14.7186 14.7188C16.0172 13.4202 16.6665 11.8472 16.6665 10C16.6665 8.1528 16.0172 6.57988 14.7186 5.28127C13.42 3.98266 11.8471 3.33335 9.99984 3.33335C8.15261 3.33335 6.5797 3.98266 5.28109 5.28127C3.98248 6.57988 3.33317 8.1528 3.33317 10C3.33317 11.8472 3.98248 13.4202 5.28109 14.7188C6.5797 16.0174 8.15261 16.6667 9.99984 16.6667Z",fill:n})}),N9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.7637 1.66669 13.3366 2.1528 14.7186 3.12502C16.1005 4.09724 17.104 5.35419 17.729 6.89585C17.8262 7.13197 17.8297 7.36808 17.7394 7.60419C17.6491 7.8403 17.486 8.00002 17.2498 8.08335C17.0276 8.1528 16.8158 8.13197 16.6144 8.02085C16.413 7.90974 16.2707 7.74308 16.1873 7.52085C15.854 6.68752 15.3748 5.95141 14.7498 5.31252C14.1248 4.67363 13.3748 4.18058 12.4998 3.83335V4.16669C12.4998 4.62502 12.3366 5.01738 12.0103 5.34377C11.6839 5.67016 11.2915 5.83335 10.8332 5.83335H9.1665V7.50002C9.1665 7.73613 9.08664 7.93405 8.92692 8.09377C8.7672 8.25349 8.56928 8.33335 8.33317 8.33335H6.6665V10H7.49984C7.73595 10 7.93387 10.0799 8.09359 10.2396C8.25331 10.3993 8.33317 10.5972 8.33317 10.8334V12.5H7.49984L3.49984 8.50002C3.45817 8.75002 3.41998 9.00002 3.38525 9.25002C3.35053 9.50002 3.33317 9.75002 3.33317 10C3.33317 11.6945 3.8922 13.1736 5.01025 14.4375C6.12831 15.7014 7.53456 16.4306 9.229 16.625C9.45123 16.6528 9.63525 16.7465 9.78109 16.9063C9.92692 17.066 9.99984 17.2639 9.99984 17.5C9.99984 17.7361 9.91998 17.934 9.76025 18.0938C9.60053 18.2535 9.40956 18.3195 9.18734 18.2917C7.06234 18.0834 5.27762 17.1945 3.83317 15.625C2.38873 14.0556 1.6665 12.1806 1.6665 10ZM16.9998 17.3334L14.9165 15.25C14.6248 15.4167 14.3123 15.5556 13.979 15.6667C13.6457 15.7778 13.2915 15.8334 12.9165 15.8334C11.8748 15.8334 10.9894 15.4688 10.2603 14.7396C9.53109 14.0104 9.1665 13.125 9.1665 12.0834C9.1665 11.0417 9.53109 10.1563 10.2603 9.4271C10.9894 8.69794 11.8748 8.33335 12.9165 8.33335C13.9582 8.33335 14.8436 8.69794 15.5728 9.4271C16.3019 10.1563 16.6665 11.0417 16.6665 12.0834C16.6665 12.4584 16.611 12.8125 16.4998 13.1459C16.3887 13.4792 16.2498 13.7917 16.0832 14.0834L18.1665 16.1667C18.3193 16.3195 18.3957 16.5139 18.3957 16.75C18.3957 16.9861 18.3193 17.1806 18.1665 17.3334C18.0137 17.4861 17.8193 17.5625 17.5832 17.5625C17.3471 17.5625 17.1526 17.4861 16.9998 17.3334ZM12.9165 14.1667C13.4998 14.1667 13.9929 13.9653 14.3957 13.5625C14.7984 13.1597 14.9998 12.6667 14.9998 12.0834C14.9998 11.5 14.7984 11.007 14.3957 10.6042C13.9929 10.2014 13.4998 10 12.9165 10C12.3332 10 11.8401 10.2014 11.4373 10.6042C11.0346 11.007 10.8332 11.5 10.8332 12.0834C10.8332 12.6667 11.0346 13.1597 11.4373 13.5625C11.8401 13.9653 12.3332 14.1667 12.9165 14.1667Z",fill:n})}),F9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H9.16667C9.40278 2.5 9.60069 2.57986 9.76042 2.73958C9.92014 2.89931 10 3.09722 10 3.33333C10 3.56944 9.92014 3.76736 9.76042 3.92708C9.60069 4.08681 9.40278 4.16667 9.16667 4.16667H4.16667V15.8333H15.8333V10.8333C15.8333 10.5972 15.9132 10.3993 16.0729 10.2396C16.2326 10.0799 16.4306 10 16.6667 10C16.9028 10 17.1007 10.0799 17.2604 10.2396C17.4201 10.3993 17.5 10.5972 17.5 10.8333V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM15.8333 5.33333L8.66667 12.5C8.51389 12.6528 8.31944 12.7292 8.08333 12.7292C7.84722 12.7292 7.65278 12.6528 7.5 12.5C7.34722 12.3472 7.27083 12.1528 7.27083 11.9167C7.27083 11.6806 7.34722 11.4861 7.5 11.3333L14.6667 4.16667H12.5C12.2639 4.16667 12.066 4.08681 11.9062 3.92708C11.7465 3.76736 11.6667 3.56944 11.6667 3.33333C11.6667 3.09722 11.7465 2.89931 11.9062 2.73958C12.066 2.57986 12.2639 2.5 12.5 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V7.5C17.5 7.73611 17.4201 7.93403 17.2604 8.09375C17.1007 8.25347 16.9028 8.33333 16.6667 8.33333C16.4306 8.33333 16.2326 8.25347 16.0729 8.09375C15.9132 7.93403 15.8333 7.73611 15.8333 7.5V5.33333Z",fill:n})}),k9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.08325 13.4375V6.56252C2.08325 6.31252 2.16659 6.11113 2.33325 5.95835C2.49992 5.80558 2.69436 5.72919 2.91659 5.72919C2.98603 5.72919 3.06242 5.73613 3.14575 5.75002C3.22909 5.76391 3.30547 5.79863 3.37492 5.85419L8.54159 9.31252C8.66659 9.39585 8.76034 9.49655 8.82284 9.6146C8.88534 9.73266 8.91659 9.86113 8.91659 10C8.91659 10.1389 8.88534 10.2674 8.82284 10.3854C8.76034 10.5035 8.66659 10.6042 8.54159 10.6875L3.37492 14.1459C3.30547 14.2014 3.22909 14.2361 3.14575 14.25C3.06242 14.2639 2.98603 14.2709 2.91659 14.2709C2.69436 14.2709 2.49992 14.1945 2.33325 14.0417C2.16659 13.8889 2.08325 13.6875 2.08325 13.4375ZM10.4166 13.4375V6.56252C10.4166 6.31252 10.4999 6.11113 10.6666 5.95835C10.8333 5.80558 11.0277 5.72919 11.2499 5.72919C11.3194 5.72919 11.3958 5.73613 11.4791 5.75002C11.5624 5.76391 11.6388 5.79863 11.7083 5.85419L16.8749 9.31252C16.9999 9.39585 17.0937 9.49655 17.1562 9.6146C17.2187 9.73266 17.2499 9.86113 17.2499 10C17.2499 10.1389 17.2187 10.2674 17.1562 10.3854C17.0937 10.5035 16.9999 10.6042 16.8749 10.6875L11.7083 14.1459C11.6388 14.2014 11.5624 14.2361 11.4791 14.25C11.3958 14.2639 11.3194 14.2709 11.2499 14.2709C11.0277 14.2709 10.8333 14.1945 10.6666 14.0417C10.4999 13.8889 10.4166 13.6875 10.4166 13.4375Z",fill:n})}),I9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.08325 13.4375V6.56252C2.08325 6.31252 2.16659 6.11113 2.33325 5.95835C2.49992 5.80558 2.69436 5.72919 2.91659 5.72919C2.98603 5.72919 3.06242 5.73613 3.14575 5.75002C3.22909 5.76391 3.30547 5.79863 3.37492 5.85419L8.54159 9.31252C8.66659 9.39585 8.76034 9.49655 8.82284 9.6146C8.88534 9.73266 8.91659 9.86113 8.91659 10C8.91659 10.1389 8.88534 10.2674 8.82284 10.3854C8.76034 10.5035 8.66659 10.6042 8.54159 10.6875L3.37492 14.1459C3.30547 14.2014 3.22909 14.2361 3.14575 14.25C3.06242 14.2639 2.98603 14.2709 2.91659 14.2709C2.69436 14.2709 2.49992 14.1945 2.33325 14.0417C2.16659 13.8889 2.08325 13.6875 2.08325 13.4375ZM10.4166 13.4375V6.56252C10.4166 6.31252 10.4999 6.11113 10.6666 5.95835C10.8333 5.80558 11.0277 5.72919 11.2499 5.72919C11.3194 5.72919 11.3958 5.73613 11.4791 5.75002C11.5624 5.76391 11.6388 5.79863 11.7083 5.85419L16.8749 9.31252C16.9999 9.39585 17.0937 9.49655 17.1562 9.6146C17.2187 9.73266 17.2499 9.86113 17.2499 10C17.2499 10.1389 17.2187 10.2674 17.1562 10.3854C17.0937 10.5035 16.9999 10.6042 16.8749 10.6875L11.7083 14.1459C11.6388 14.2014 11.5624 14.2361 11.4791 14.25C11.3958 14.2639 11.3194 14.2709 11.2499 14.2709C11.0277 14.2709 10.8333 14.1945 10.6666 14.0417C10.4999 13.8889 10.4166 13.6875 10.4166 13.4375ZM3.74992 11.875L6.58325 10L3.74992 8.12502V11.875ZM12.0833 11.875L14.9166 10L12.0833 8.12502V11.875Z",fill:n})}),A9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 14.1459L11.4583 10.6875C11.3333 10.6042 11.2396 10.5035 11.1771 10.3854C11.1146 10.2674 11.0833 10.1389 11.0833 10C11.0833 9.86113 11.1146 9.73266 11.1771 9.6146C11.2396 9.49655 11.3333 9.39585 11.4583 9.31252L16.625 5.85419C16.6944 5.79863 16.7708 5.76391 16.8542 5.75002C16.9375 5.73613 17.0139 5.72919 17.0833 5.72919C17.3056 5.72919 17.5 5.80558 17.6667 5.95835C17.8333 6.11113 17.9167 6.31252 17.9167 6.56252V13.4375C17.9167 13.6875 17.8333 13.8889 17.6667 14.0417C17.5 14.1945 17.3056 14.2709 17.0833 14.2709C17.0139 14.2709 16.9375 14.2639 16.8542 14.25C16.7708 14.2361 16.6944 14.2014 16.625 14.1459ZM8.29167 14.1459L3.125 10.6875C3 10.6042 2.90625 10.5035 2.84375 10.3854C2.78125 10.2674 2.75 10.1389 2.75 10C2.75 9.86113 2.78125 9.73266 2.84375 9.6146C2.90625 9.49655 3 9.39585 3.125 9.31252L8.29167 5.85419C8.36111 5.79863 8.4375 5.76391 8.52083 5.75002C8.60417 5.73613 8.68056 5.72919 8.75 5.72919C8.97222 5.72919 9.16667 5.80558 9.33333 5.95835C9.5 6.11113 9.58333 6.31252 9.58333 6.56252V13.4375C9.58333 13.6875 9.5 13.8889 9.33333 14.0417C9.16667 14.1945 8.97222 14.2709 8.75 14.2709C8.68056 14.2709 8.60417 14.2639 8.52083 14.25C8.4375 14.2361 8.36111 14.2014 8.29167 14.1459Z",fill:n})}),R9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.625 14.1459L11.4583 10.6875C11.3333 10.6042 11.2396 10.5035 11.1771 10.3854C11.1146 10.2674 11.0833 10.1389 11.0833 10C11.0833 9.86113 11.1146 9.73266 11.1771 9.6146C11.2396 9.49655 11.3333 9.39585 11.4583 9.31252L16.625 5.85419C16.6944 5.79863 16.7708 5.76391 16.8542 5.75002C16.9375 5.73613 17.0139 5.72919 17.0833 5.72919C17.3056 5.72919 17.5 5.80558 17.6667 5.95835C17.8333 6.11113 17.9167 6.31252 17.9167 6.56252V13.4375C17.9167 13.6875 17.8333 13.8889 17.6667 14.0417C17.5 14.1945 17.3056 14.2709 17.0833 14.2709C17.0139 14.2709 16.9375 14.2639 16.8542 14.25C16.7708 14.2361 16.6944 14.2014 16.625 14.1459ZM8.29167 14.1459L3.125 10.6875C3 10.6042 2.90625 10.5035 2.84375 10.3854C2.78125 10.2674 2.75 10.1389 2.75 10C2.75 9.86113 2.78125 9.73266 2.84375 9.6146C2.90625 9.49655 3 9.39585 3.125 9.31252L8.29167 5.85419C8.36111 5.79863 8.4375 5.76391 8.52083 5.75002C8.60417 5.73613 8.68056 5.72919 8.75 5.72919C8.97222 5.72919 9.16667 5.80558 9.33333 5.95835C9.5 6.11113 9.58333 6.31252 9.58333 6.56252V13.4375C9.58333 13.6875 9.5 13.8889 9.33333 14.0417C9.16667 14.1945 8.97222 14.2709 8.75 14.2709C8.68056 14.2709 8.60417 14.2639 8.52083 14.25C8.4375 14.2361 8.36111 14.2014 8.29167 14.1459ZM7.91667 11.875V8.12502L5.08333 10L7.91667 11.875ZM16.25 11.875V8.12502L13.4167 10L16.25 11.875Z",fill:n})}),D9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM10.0001 12.5C10.2362 12.5 10.4341 12.4202 10.5938 12.2604C10.7536 12.1007 10.8334 11.9028 10.8334 11.6667C10.8334 11.4306 10.7536 11.2327 10.5938 11.0729C10.4341 10.9132 10.2362 10.8334 10.0001 10.8334C9.76397 10.8334 9.56605 10.9132 9.40633 11.0729C9.24661 11.2327 9.16675 11.4306 9.16675 11.6667C9.16675 11.9028 9.24661 12.1007 9.40633 12.2604C9.56605 12.4202 9.76397 12.5 10.0001 12.5ZM10.0001 9.16669C10.2362 9.16669 10.4341 9.08683 10.5938 8.9271C10.7536 8.76738 10.8334 8.56946 10.8334 8.33335V5.00002C10.8334 4.76391 10.7536 4.56599 10.5938 4.40627C10.4341 4.24655 10.2362 4.16669 10.0001 4.16669C9.76397 4.16669 9.56605 4.24655 9.40633 4.40627C9.24661 4.56599 9.16675 4.76391 9.16675 5.00002V8.33335C9.16675 8.56946 9.24661 8.76738 9.40633 8.9271C9.56605 9.08683 9.76397 9.16669 10.0001 9.16669Z",fill:n})}),T9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 12.5C10.2362 12.5 10.4341 12.4202 10.5938 12.2604C10.7536 12.1007 10.8334 11.9028 10.8334 11.6667C10.8334 11.4306 10.7536 11.2327 10.5938 11.0729C10.4341 10.9132 10.2362 10.8334 10.0001 10.8334C9.76397 10.8334 9.56605 10.9132 9.40633 11.0729C9.24661 11.2327 9.16675 11.4306 9.16675 11.6667C9.16675 11.9028 9.24661 12.1007 9.40633 12.2604C9.56605 12.4202 9.76397 12.5 10.0001 12.5ZM10.0001 9.16669C10.2362 9.16669 10.4341 9.08683 10.5938 8.9271C10.7536 8.76738 10.8334 8.56946 10.8334 8.33335V5.00002C10.8334 4.76391 10.7536 4.56599 10.5938 4.40627C10.4341 4.24655 10.2362 4.16669 10.0001 4.16669C9.76397 4.16669 9.56605 4.24655 9.40633 4.40627C9.24661 4.56599 9.16675 4.76391 9.16675 5.00002V8.33335C9.16675 8.56946 9.24661 8.76738 9.40633 8.9271C9.56605 9.08683 9.76397 9.16669 10.0001 9.16669ZM5.00008 15L3.08341 16.9167C2.81953 17.1806 2.51744 17.2396 2.17716 17.0938C1.83689 16.9479 1.66675 16.6875 1.66675 16.3125V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H16.6667C17.1251 1.66669 17.5174 1.82988 17.8438 2.15627C18.1702 2.48266 18.3334 2.87502 18.3334 3.33335V13.3334C18.3334 13.7917 18.1702 14.184 17.8438 14.5104C17.5174 14.8368 17.1251 15 16.6667 15H5.00008ZM4.29175 13.3334H16.6667V3.33335H3.33341V14.2709L4.29175 13.3334Z",fill:n})}),E9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8332 15.8334H6.6665C6.20817 15.8334 5.81581 15.6702 5.48942 15.3438C5.16303 15.0174 4.99984 14.625 4.99984 14.1667V2.50004C4.99984 2.04171 5.16303 1.64935 5.48942 1.32296C5.81581 0.996568 6.20817 0.833374 6.6665 0.833374H11.8123C12.0346 0.833374 12.2464 0.875041 12.4478 0.958374C12.6491 1.04171 12.8262 1.15976 12.979 1.31254L17.0207 5.35421C17.1734 5.50699 17.2915 5.68407 17.3748 5.88546C17.4582 6.08685 17.4998 6.29865 17.4998 6.52087V14.1667C17.4998 14.625 17.3366 15.0174 17.0103 15.3438C16.6839 15.6702 16.2915 15.8334 15.8332 15.8334ZM15.8332 6.66671L11.6665 2.50004V5.41671C11.6665 5.76393 11.788 6.05907 12.0311 6.30212C12.2741 6.54518 12.5693 6.66671 12.9165 6.66671H15.8332ZM3.33317 19.1667C2.87484 19.1667 2.48248 19.0035 2.15609 18.6771C1.8297 18.3507 1.6665 17.9584 1.6665 17.5V6.66671C1.6665 6.4306 1.74637 6.23268 1.90609 6.07296C2.06581 5.91324 2.26373 5.83337 2.49984 5.83337C2.73595 5.83337 2.93386 5.91324 3.09359 6.07296C3.25331 6.23268 3.33317 6.4306 3.33317 6.66671V17.5H11.6665C11.9026 17.5 12.1005 17.5799 12.2603 17.7396C12.42 17.8993 12.4998 18.0973 12.4998 18.3334C12.4998 18.5695 12.42 18.7674 12.2603 18.9271C12.1005 19.0868 11.9026 19.1667 11.6665 19.1667H3.33317Z",fill:n})}),P9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8332 15.8334H6.6665C6.20817 15.8334 5.81581 15.6702 5.48942 15.3438C5.16303 15.0174 4.99984 14.625 4.99984 14.1667V2.50004C4.99984 2.04171 5.16303 1.64935 5.48942 1.32296C5.81581 0.996568 6.20817 0.833374 6.6665 0.833374H11.8123C12.0346 0.833374 12.2464 0.875041 12.4478 0.958374C12.6491 1.04171 12.8262 1.15976 12.979 1.31254L17.0207 5.35421C17.1734 5.50699 17.2915 5.68407 17.3748 5.88546C17.4582 6.08685 17.4998 6.29865 17.4998 6.52087V14.1667C17.4998 14.625 17.3366 15.0174 17.0103 15.3438C16.6839 15.6702 16.2915 15.8334 15.8332 15.8334ZM15.8332 6.66671H12.9165C12.5693 6.66671 12.2741 6.54518 12.0311 6.30212C11.788 6.05907 11.6665 5.76393 11.6665 5.41671V2.50004H6.6665V14.1667H15.8332V6.66671ZM3.33317 19.1667C2.87484 19.1667 2.48248 19.0035 2.15609 18.6771C1.8297 18.3507 1.6665 17.9584 1.6665 17.5V6.66671C1.6665 6.4306 1.74637 6.23268 1.90609 6.07296C2.06581 5.91324 2.26373 5.83337 2.49984 5.83337C2.73595 5.83337 2.93387 5.91324 3.09359 6.07296C3.25331 6.23268 3.33317 6.4306 3.33317 6.66671V17.5H11.6665C11.9026 17.5 12.1005 17.5799 12.2603 17.7396C12.42 17.8993 12.4998 18.0973 12.4998 18.3334C12.4998 18.5695 12.42 18.7674 12.2603 18.9271C12.1005 19.0868 11.9026 19.1667 11.6665 19.1667H3.33317Z",fill:n})}),z9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.4168 16.9166L12.2502 14.75C12.0974 14.5972 12.021 14.4027 12.021 14.1666C12.021 13.9305 12.0974 13.7361 12.2502 13.5833C12.4029 13.4305 12.5974 13.3541 12.8335 13.3541C13.0696 13.3541 13.2641 13.4305 13.4168 13.5833L14.1668 14.3333V11.6875C14.1668 11.4513 14.2467 11.2534 14.4064 11.0937C14.5661 10.934 14.7641 10.8541 15.0002 10.8541C15.2363 10.8541 15.4342 10.934 15.5939 11.0937C15.7536 11.2534 15.8335 11.4513 15.8335 11.6875V14.3333L16.5835 13.5833C16.7363 13.4305 16.9307 13.3541 17.1668 13.3541C17.4029 13.3541 17.5974 13.4305 17.7502 13.5833C17.9029 13.7361 17.9793 13.9305 17.9793 14.1666C17.9793 14.4027 17.9029 14.5972 17.7502 14.75L15.5835 16.9166C15.4168 17.0833 15.2224 17.1666 15.0002 17.1666C14.7779 17.1666 14.5835 17.0833 14.4168 16.9166ZM12.5002 20C12.2641 20 12.0661 19.9201 11.9064 19.7604C11.7467 19.6007 11.6668 19.4027 11.6668 19.1666C11.6668 18.9305 11.7467 18.7326 11.9064 18.5729C12.0661 18.4132 12.2641 18.3333 12.5002 18.3333H17.5002C17.7363 18.3333 17.9342 18.4132 18.0939 18.5729C18.2536 18.7326 18.3335 18.9305 18.3335 19.1666C18.3335 19.4027 18.2536 19.6007 18.0939 19.7604C17.9342 19.9201 17.7363 20 17.5002 20H12.5002ZM5.00016 16.6666C4.54183 16.6666 4.14947 16.5034 3.82308 16.177C3.49669 15.8507 3.3335 15.4583 3.3335 15V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.146C10.3682 1.66663 10.58 1.70829 10.7814 1.79163C10.9828 1.87496 11.1599 1.99301 11.3127 2.14579L15.3543 6.18746C15.5071 6.34024 15.6252 6.51732 15.7085 6.71871C15.7918 6.9201 15.8335 7.1319 15.8335 7.35413V8.35413C15.8335 8.59024 15.7536 8.78815 15.5939 8.94788C15.4342 9.1076 15.2363 9.18746 15.0002 9.18746H11.6668C11.2085 9.18746 10.8161 9.35065 10.4897 9.67704C10.1634 10.0034 10.0002 10.3958 10.0002 10.8541V15.8333C10.0002 16.0694 9.9203 16.2673 9.76058 16.427C9.60086 16.5868 9.40294 16.6666 9.16683 16.6666H5.00016ZM11.2502 7.49996H14.1668L10.0002 3.33329V6.24996C10.0002 6.59718 10.1217 6.89232 10.3647 7.13538C10.6078 7.37843 10.9029 7.49996 11.2502 7.49996Z",fill:n})}),$9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1668 14.3333L13.4168 13.5833C13.2641 13.4305 13.0696 13.3541 12.8335 13.3541C12.5974 13.3541 12.4029 13.4305 12.2502 13.5833C12.0974 13.7361 12.021 13.9305 12.021 14.1666C12.021 14.4027 12.0974 14.5972 12.2502 14.75L14.4168 16.9166C14.5835 17.0833 14.7779 17.1666 15.0002 17.1666C15.2224 17.1666 15.4168 17.0833 15.5835 16.9166L17.7502 14.75C17.9029 14.5972 17.9793 14.4027 17.9793 14.1666C17.9793 13.9305 17.9029 13.7361 17.7502 13.5833C17.5974 13.4305 17.4029 13.3541 17.1668 13.3541C16.9307 13.3541 16.7363 13.4305 16.5835 13.5833L15.8335 14.3333V11.6875C15.8335 11.4513 15.7536 11.2534 15.5939 11.0937C15.4342 10.934 15.2363 10.8541 15.0002 10.8541C14.7641 10.8541 14.5661 10.934 14.4064 11.0937C14.2467 11.2534 14.1668 11.4513 14.1668 11.6875V14.3333ZM12.5002 18.3333H17.5002C17.7363 18.3333 17.9342 18.4132 18.0939 18.5729C18.2536 18.7326 18.3335 18.9305 18.3335 19.1666C18.3335 19.4027 18.2536 19.6007 18.0939 19.7604C17.9342 19.9201 17.7363 20 17.5002 20H12.5002C12.2641 20 12.0661 19.9201 11.9064 19.7604C11.7467 19.6007 11.6668 19.4027 11.6668 19.1666C11.6668 18.9305 11.7467 18.7326 11.9064 18.5729C12.0661 18.4132 12.2641 18.3333 12.5002 18.3333ZM5.00016 16.6666C4.54183 16.6666 4.14947 16.5034 3.82308 16.177C3.49669 15.8507 3.3335 15.4583 3.3335 15V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.146C10.3682 1.66663 10.58 1.70829 10.7814 1.79163C10.9828 1.87496 11.1599 1.99301 11.3127 2.14579L15.3543 6.18746C15.5071 6.34024 15.6252 6.51732 15.7085 6.71871C15.7918 6.9201 15.8335 7.1319 15.8335 7.35413V8.35413C15.8335 8.59024 15.7536 8.78815 15.5939 8.94788C15.4342 9.1076 15.2363 9.18746 15.0002 9.18746C14.7641 9.18746 14.5661 9.1076 14.4064 8.94788C14.2467 8.78815 14.1668 8.59024 14.1668 8.35413V7.49996H11.2502C10.9029 7.49996 10.6078 7.37843 10.3647 7.13538C10.1217 6.89232 10.0002 6.59718 10.0002 6.24996V3.33329H5.00016V15H9.16683C9.40294 15 9.60086 15.0798 9.76058 15.2395C9.9203 15.3993 10.0002 15.5972 10.0002 15.8333C10.0002 16.0694 9.9203 16.2673 9.76058 16.427C9.60086 16.5868 9.40294 16.6666 9.16683 16.6666H5.00016Z",fill:n})}),K9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 12.3541V15C9.16683 15.2361 9.24669 15.434 9.40641 15.5937C9.56613 15.7534 9.76405 15.8333 10.0002 15.8333C10.2363 15.8333 10.4342 15.7534 10.5939 15.5937C10.7536 15.434 10.8335 15.2361 10.8335 15V12.3541L11.5835 13.1041C11.6668 13.1875 11.7606 13.25 11.8647 13.2916C11.9689 13.3333 12.0731 13.3507 12.1772 13.3437C12.2814 13.3368 12.3821 13.3125 12.4793 13.2708C12.5766 13.2291 12.6668 13.1666 12.7502 13.0833C12.9029 12.9166 12.9828 12.7222 12.9897 12.5C12.9967 12.2777 12.9168 12.0833 12.7502 11.9166L10.5835 9.74996C10.5002 9.66663 10.4099 9.6076 10.3127 9.57288C10.2154 9.53815 10.1113 9.52079 10.0002 9.52079C9.88905 9.52079 9.78489 9.53815 9.68766 9.57288C9.59044 9.6076 9.50016 9.66663 9.41683 9.74996L7.25016 11.9166C7.0835 12.0833 7.00364 12.2777 7.01058 12.5C7.01752 12.7222 7.10433 12.9166 7.271 13.0833C7.43766 13.2361 7.63211 13.3159 7.85433 13.3229C8.07655 13.3298 8.271 13.25 8.43766 13.0833L9.16683 12.3541ZM5.00016 18.3333C4.54183 18.3333 4.14947 18.1701 3.82308 17.8437C3.49669 17.5173 3.3335 17.125 3.3335 16.6666V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.9793C11.2016 1.66663 11.4134 1.70829 11.6147 1.79163C11.8161 1.87496 11.9932 1.99301 12.146 2.14579L16.1877 6.18746C16.3404 6.34024 16.4585 6.51732 16.5418 6.71871C16.6252 6.9201 16.6668 7.1319 16.6668 7.35413V16.6666C16.6668 17.125 16.5036 17.5173 16.1772 17.8437C15.8509 18.1701 15.4585 18.3333 15.0002 18.3333H5.00016ZM10.8335 6.66663C10.8335 6.90274 10.9134 7.10065 11.0731 7.26038C11.2328 7.4201 11.4307 7.49996 11.6668 7.49996H15.0002L10.8335 3.33329V6.66663Z",fill:n})}),U9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16683 12.3541V15C9.16683 15.2361 9.24669 15.434 9.40641 15.5937C9.56613 15.7534 9.76405 15.8333 10.0002 15.8333C10.2363 15.8333 10.4342 15.7534 10.5939 15.5937C10.7536 15.434 10.8335 15.2361 10.8335 15V12.3541L11.5835 13.1041C11.6668 13.1875 11.7606 13.25 11.8647 13.2916C11.9689 13.3333 12.0731 13.3507 12.1772 13.3437C12.2814 13.3368 12.3821 13.3125 12.4793 13.2708C12.5766 13.2291 12.6668 13.1666 12.7502 13.0833C12.9029 12.9166 12.9828 12.7222 12.9897 12.5C12.9967 12.2777 12.9168 12.0833 12.7502 11.9166L10.5835 9.74996C10.5002 9.66663 10.4099 9.6076 10.3127 9.57288C10.2154 9.53815 10.1113 9.52079 10.0002 9.52079C9.88905 9.52079 9.78489 9.53815 9.68766 9.57288C9.59044 9.6076 9.50016 9.66663 9.41683 9.74996L7.25016 11.9166C7.0835 12.0833 7.00364 12.2777 7.01058 12.5C7.01752 12.7222 7.10433 12.9166 7.271 13.0833C7.43766 13.2361 7.63211 13.3159 7.85433 13.3229C8.07655 13.3298 8.271 13.25 8.43766 13.0833L9.16683 12.3541ZM5.00016 18.3333C4.54183 18.3333 4.14947 18.1701 3.82308 17.8437C3.49669 17.5173 3.3335 17.125 3.3335 16.6666V3.33329C3.3335 2.87496 3.49669 2.4826 3.82308 2.15621C4.14947 1.82982 4.54183 1.66663 5.00016 1.66663H10.9793C11.2016 1.66663 11.4134 1.70829 11.6147 1.79163C11.8161 1.87496 11.9932 1.99301 12.146 2.14579L16.1877 6.18746C16.3404 6.34024 16.4585 6.51732 16.5418 6.71871C16.6252 6.9201 16.6668 7.1319 16.6668 7.35413V16.6666C16.6668 17.125 16.5036 17.5173 16.1772 17.8437C15.8509 18.1701 15.4585 18.3333 15.0002 18.3333H5.00016ZM10.8335 6.66663V3.33329H5.00016V16.6666H15.0002V7.49996H11.6668C11.4307 7.49996 11.2328 7.4201 11.0731 7.26038C10.9134 7.10065 10.8335 6.90274 10.8335 6.66663Z",fill:n})}),G9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 15C8.93056 15 8.73264 14.9201 8.57292 14.7604C8.41319 14.6007 8.33333 14.4028 8.33333 14.1667C8.33333 13.9306 8.41319 13.7326 8.57292 13.5729C8.73264 13.4132 8.93056 13.3333 9.16667 13.3333H10.8333C11.0694 13.3333 11.2674 13.4132 11.4271 13.5729C11.5868 13.7326 11.6667 13.9306 11.6667 14.1667C11.6667 14.4028 11.5868 14.6007 11.4271 14.7604C11.2674 14.9201 11.0694 15 10.8333 15H9.16667ZM5.83333 10.8333C5.59722 10.8333 5.39931 10.7535 5.23958 10.5938C5.07986 10.434 5 10.2361 5 10C5 9.76389 5.07986 9.56597 5.23958 9.40625C5.39931 9.24653 5.59722 9.16667 5.83333 9.16667H14.1667C14.4028 9.16667 14.6007 9.24653 14.7604 9.40625C14.9201 9.56597 15 9.76389 15 10C15 10.2361 14.9201 10.434 14.7604 10.5938C14.6007 10.7535 14.4028 10.8333 14.1667 10.8333H5.83333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H3.33333Z",fill:n})}),W9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16665 16.6667C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41318 16.2674 8.33332 16.0695 8.33332 15.8334V10.8334L3.49999 4.66671C3.29165 4.38893 3.2604 4.09726 3.40624 3.79171C3.55207 3.48615 3.80554 3.33337 4.16665 3.33337H15.8333C16.1944 3.33337 16.4479 3.48615 16.5937 3.79171C16.7396 4.09726 16.7083 4.38893 16.5 4.66671L11.6667 10.8334V15.8334C11.6667 16.0695 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665Z",fill:n})}),q9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.3333 9.97917L5.68748 3.33333H15.8333C16.1805 3.33333 16.4305 3.48611 16.5833 3.79167C16.7361 4.09722 16.7083 4.38889 16.5 4.66667L12.3333 9.97917ZM11.6666 14.0208V15.8333C11.6666 16.0694 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41317 16.2674 8.33331 16.0694 8.33331 15.8333V10.6875L1.74998 4.10417C1.5972 3.95139 1.52081 3.76042 1.52081 3.53125C1.52081 3.30208 1.5972 3.10417 1.74998 2.9375C1.91665 2.77083 2.11456 2.6875 2.34373 2.6875C2.5729 2.6875 2.77081 2.77083 2.93748 2.9375L17.0833 17.0833C17.25 17.25 17.3298 17.4444 17.3229 17.6667C17.316 17.8889 17.2291 18.0833 17.0625 18.25C16.8958 18.4028 16.7014 18.4826 16.4791 18.4896C16.2569 18.4965 16.0625 18.4167 15.8958 18.25L11.6666 14.0208Z",fill:n})}),Y9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.3333 9.97917L11.1458 8.79167L14.125 5H7.35415L5.68748 3.33333H15.8333C16.1805 3.33333 16.4305 3.48611 16.5833 3.79167C16.7361 4.09722 16.7083 4.38889 16.5 4.66667L12.3333 9.97917ZM11.6666 14.0208V15.8333C11.6666 16.0694 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41318 16.2674 8.33331 16.0694 8.33331 15.8333V10.6875L1.74998 4.10417C1.5972 3.95139 1.52081 3.76042 1.52081 3.53125C1.52081 3.30208 1.5972 3.10417 1.74998 2.9375C1.91665 2.77083 2.11456 2.6875 2.34373 2.6875C2.5729 2.6875 2.77081 2.77083 2.93748 2.9375L17.0833 17.0833C17.25 17.25 17.3298 17.4444 17.3229 17.6667C17.316 17.8889 17.2291 18.0833 17.0625 18.25C16.8958 18.4028 16.7014 18.4826 16.4791 18.4896C16.2569 18.4965 16.0625 18.4167 15.8958 18.25L11.6666 14.0208Z",fill:n})}),Q9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16665 16.6667C8.93054 16.6667 8.73262 16.5868 8.5729 16.4271C8.41318 16.2674 8.33332 16.0695 8.33332 15.8334V10.8334L3.49999 4.66671C3.29165 4.38893 3.2604 4.09726 3.40624 3.79171C3.55207 3.48615 3.80554 3.33337 4.16665 3.33337H15.8333C16.1944 3.33337 16.4479 3.48615 16.5937 3.79171C16.7396 4.09726 16.7083 4.38893 16.5 4.66671L11.6667 10.8334V15.8334C11.6667 16.0695 11.5868 16.2674 11.4271 16.4271C11.2673 16.5868 11.0694 16.6667 10.8333 16.6667H9.16665ZM9.99999 10.25L14.125 5.00004H5.87499L9.99999 10.25Z",fill:n})}),X9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8958 18.25L1.72913 4.10413C1.56246 3.93746 1.47913 3.73954 1.47913 3.51038C1.47913 3.28121 1.56246 3.08329 1.72913 2.91663C1.89579 2.74996 2.09371 2.66663 2.32288 2.66663C2.55204 2.66663 2.74996 2.74996 2.91663 2.91663L17.0833 17.0833C17.25 17.25 17.3333 17.4444 17.3333 17.6666C17.3333 17.8888 17.25 18.0833 17.0833 18.25C16.9166 18.4166 16.7187 18.5 16.4895 18.5C16.2604 18.5 16.0625 18.4166 15.8958 18.25ZM13.5416 10.8333C13.3055 10.8333 13.1041 10.7534 12.9375 10.5937C12.7708 10.434 12.6875 10.2361 12.6875 9.99996C12.6875 9.77774 12.7673 9.58329 12.927 9.41663C13.0868 9.24996 13.2916 9.16663 13.5416 9.16663H14.1666C14.4027 9.16663 14.6007 9.24649 14.7604 9.40621C14.9201 9.56593 15 9.76385 15 9.99996C15 10.2361 14.9201 10.434 14.7604 10.5937C14.6007 10.7534 14.4027 10.8333 14.1666 10.8333H13.5416ZM9.37496 6.66663C9.13885 6.66663 8.93746 6.58677 8.77079 6.42704C8.60413 6.26732 8.52079 6.0694 8.52079 5.83329C8.52079 5.61107 8.60065 5.41663 8.76038 5.24996C8.9201 5.08329 9.12496 4.99996 9.37496 4.99996H16.6666C16.9027 4.99996 17.1007 5.07982 17.2604 5.23954C17.4201 5.39927 17.5 5.59718 17.5 5.83329C17.5 6.0694 17.4201 6.26732 17.2604 6.42704C17.1007 6.58677 16.9027 6.66663 16.6666 6.66663H9.37496ZM9.16663 15C8.93052 15 8.7326 14.9201 8.57288 14.7604C8.41315 14.6007 8.33329 14.4027 8.33329 14.1666C8.33329 13.9305 8.41315 13.7326 8.57288 13.5729C8.7326 13.4132 8.93052 13.3333 9.16663 13.3333H10.8333C11.0694 13.3333 11.2673 13.4132 11.427 13.5729C11.5868 13.7326 11.6666 13.9305 11.6666 14.1666C11.6666 14.4027 11.5868 14.6007 11.427 14.7604C11.2673 14.9201 11.0694 15 10.8333 15H9.16663ZM5.83329 10.8333C5.59718 10.8333 5.39927 10.7534 5.23954 10.5937C5.07982 10.434 4.99996 10.2361 4.99996 9.99996C4.99996 9.76385 5.07982 9.56593 5.23954 9.40621C5.39927 9.24649 5.59718 9.16663 5.83329 9.16663H8.45829V10.8333H5.83329ZM3.33329 6.66663C3.09718 6.66663 2.89926 6.58677 2.73954 6.42704C2.57982 6.26732 2.49996 6.0694 2.49996 5.83329C2.49996 5.59718 2.57982 5.39927 2.73954 5.23954C2.89926 5.07982 3.09718 4.99996 3.33329 4.99996H4.29163V6.66663H3.33329Z",fill:n})}),J9=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.3335 11.6667C3.3335 10.0972 3.79877 8.59028 4.72933 7.14584C5.65989 5.70139 6.93766 4.4375 8.56266 3.35417C8.86822 3.14584 9.18419 3.13542 9.51058 3.32292C9.83697 3.51042 10.0002 3.79167 10.0002 4.16667V5.25C10.0002 5.72223 10.1634 6.11806 10.4897 6.4375C10.8161 6.75695 11.2154 6.91667 11.6877 6.91667C11.9238 6.91667 12.1495 6.86459 12.3647 6.76042C12.58 6.65625 12.771 6.50695 12.9377 6.3125C13.0488 6.17362 13.1911 6.08681 13.3647 6.05209C13.5384 6.01737 13.7016 6.05556 13.8543 6.16667C14.7293 6.79167 15.4168 7.59028 15.9168 8.5625C16.4168 9.53473 16.6668 10.5694 16.6668 11.6667C16.6668 12.8889 16.3682 14.0035 15.771 15.0104C15.1738 16.0174 14.3891 16.8125 13.4168 17.3958C13.6529 17.0625 13.837 16.6979 13.9689 16.3021C14.1009 15.9063 14.1668 15.4861 14.1668 15.0417C14.1668 14.4861 14.0627 13.9618 13.8543 13.4688C13.646 12.9757 13.3474 12.5347 12.9585 12.1458L10.0002 9.25L7.06266 12.1458C6.65989 12.5486 6.35433 12.9931 6.146 13.4792C5.93766 13.9653 5.8335 14.4861 5.8335 15.0417C5.8335 15.4861 5.89947 15.9063 6.03141 16.3021C6.16336 16.6979 6.34739 17.0625 6.5835 17.3958C5.61127 16.8125 4.82655 16.0174 4.22933 15.0104C3.63211 14.0035 3.3335 12.8889 3.3335 11.6667ZM10.0002 11.5833L11.771 13.3125C12.0071 13.5486 12.1877 13.8125 12.3127 14.1042C12.4377 14.3958 12.5002 14.7083 12.5002 15.0417C12.5002 15.7222 12.2571 16.3021 11.771 16.7813C11.2849 17.2604 10.6946 17.5 10.0002 17.5C9.30572 17.5 8.71544 17.2604 8.22933 16.7813C7.74322 16.3021 7.50016 15.7222 7.50016 15.0417C7.50016 14.7222 7.56266 14.4132 7.68766 14.1146C7.81266 13.816 7.99322 13.5486 8.22933 13.3125L10.0002 11.5833Z",fill:n})}),C2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3333C8.13905 18.3333 6.56266 17.6875 5.271 16.3958C3.97933 15.1042 3.3335 13.5278 3.3335 11.6667C3.3335 10.0972 3.79877 8.59028 4.72933 7.14584C5.65989 5.70139 6.93766 4.4375 8.56266 3.35417C8.86822 3.14584 9.18419 3.13542 9.51058 3.32292C9.83697 3.51042 10.0002 3.79167 10.0002 4.16667V5.25C10.0002 5.72223 10.1634 6.11806 10.4897 6.4375C10.8161 6.75695 11.2154 6.91667 11.6877 6.91667C11.9238 6.91667 12.1495 6.86459 12.3647 6.76042C12.58 6.65625 12.771 6.50695 12.9377 6.3125C13.0488 6.17362 13.1911 6.08681 13.3647 6.05209C13.5384 6.01737 13.7016 6.05556 13.8543 6.16667C14.7293 6.79167 15.4168 7.59028 15.9168 8.56251C16.4168 9.53473 16.6668 10.5694 16.6668 11.6667C16.6668 13.5278 16.021 15.1042 14.7293 16.3958C13.4377 17.6875 11.8613 18.3333 10.0002 18.3333ZM5.00016 11.6667C5.00016 12.3889 5.146 13.0729 5.43766 13.7188C5.72933 14.3646 6.146 14.9306 6.68766 15.4167C6.67377 15.3472 6.66683 15.2847 6.66683 15.2292V15.0417C6.66683 14.5972 6.75016 14.1806 6.91683 13.7917C7.0835 13.4028 7.32655 13.0486 7.646 12.7292L10.0002 10.4167L12.3543 12.7292C12.6738 13.0486 12.9168 13.4028 13.0835 13.7917C13.2502 14.1806 13.3335 14.5972 13.3335 15.0417V15.2292C13.3335 15.2847 13.3266 15.3472 13.3127 15.4167C13.8543 14.9306 14.271 14.3646 14.5627 13.7188C14.8543 13.0729 15.0002 12.3889 15.0002 11.6667C15.0002 10.9722 14.8717 10.316 14.6147 9.69792C14.3578 9.07987 13.9863 8.52778 13.5002 8.04167C13.2224 8.22223 12.9307 8.35764 12.6252 8.44792C12.3196 8.5382 12.0071 8.58334 11.6877 8.58334C10.8266 8.58334 10.08 8.29862 9.44808 7.72917C8.81613 7.15973 8.45155 6.45834 8.35433 5.625C7.271 6.54167 6.44114 7.51737 5.86475 8.55209C5.28836 9.58681 5.00016 10.625 5.00016 11.6667ZM10.0002 12.75L8.81266 13.9167C8.65988 14.0694 8.54183 14.2431 8.4585 14.4375C8.37516 14.6319 8.3335 14.8333 8.3335 15.0417C8.3335 15.4861 8.49669 15.8681 8.82308 16.1875C9.14947 16.5069 9.54183 16.6667 10.0002 16.6667C10.4585 16.6667 10.8509 16.5069 11.1772 16.1875C11.5036 15.8681 11.6668 15.4861 11.6668 15.0417C11.6668 14.8194 11.6252 14.6146 11.5418 14.4271C11.4585 14.2396 11.3404 14.0694 11.1877 13.9167L10.0002 12.75Z",fill:n})}),e2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 15C5.59722 15 5.39931 14.9201 5.23958 14.7604C5.07986 14.6007 5 14.4028 5 14.1667V5.83333C5 5.59722 5.07986 5.39931 5.23958 5.23958C5.39931 5.07986 5.59722 5 5.83333 5C6.06944 5 6.26736 5.07986 6.42708 5.23958C6.58681 5.39931 6.66667 5.59722 6.66667 5.83333V14.1667C6.66667 14.4028 6.58681 14.6007 6.42708 14.7604C6.26736 14.9201 6.06944 15 5.83333 15ZM11.5 10L14.75 13.25C14.9028 13.4028 14.9792 13.5972 14.9792 13.8333C14.9792 14.0694 14.9028 14.2639 14.75 14.4167C14.5972 14.5694 14.4028 14.6458 14.1667 14.6458C13.9306 14.6458 13.7361 14.5694 13.5833 14.4167L9.75 10.5833C9.66667 10.5 9.60764 10.4097 9.57292 10.3125C9.53819 10.2153 9.52083 10.1111 9.52083 10C9.52083 9.88889 9.53819 9.78472 9.57292 9.6875C9.60764 9.59028 9.66667 9.5 9.75 9.41667L13.5833 5.58333C13.7361 5.43056 13.9306 5.35417 14.1667 5.35417C14.4028 5.35417 14.5972 5.43056 14.75 5.58333C14.9028 5.73611 14.9792 5.93056 14.9792 6.16667C14.9792 6.40278 14.9028 6.59722 14.75 6.75L11.5 10Z",fill:n})}),t2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.6666 6.66671V5.00004H15C14.7638 5.00004 14.5659 4.92018 14.4062 4.76046C14.2465 4.60074 14.1666 4.40282 14.1666 4.16671C14.1666 3.9306 14.2465 3.73268 14.4062 3.57296C14.5659 3.41324 14.7638 3.33337 15 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004V6.66671C18.3333 6.90282 18.2534 7.10073 18.0937 7.26046C17.934 7.42018 17.7361 7.50004 17.5 7.50004C17.2638 7.50004 17.0659 7.42018 16.9062 7.26046C16.7465 7.10073 16.6666 6.90282 16.6666 6.66671ZM1.66663 6.66671V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H4.99996C5.23607 3.33337 5.43399 3.41324 5.59371 3.57296C5.75343 3.73268 5.83329 3.9306 5.83329 4.16671C5.83329 4.40282 5.75343 4.60074 5.59371 4.76046C5.43399 4.92018 5.23607 5.00004 4.99996 5.00004H3.33329V6.66671C3.33329 6.90282 3.25343 7.10073 3.09371 7.26046C2.93399 7.42018 2.73607 7.50004 2.49996 7.50004C2.26385 7.50004 2.06593 7.42018 1.90621 7.26046C1.74649 7.10073 1.66663 6.90282 1.66663 6.66671ZM16.6666 16.6667H15C14.7638 16.6667 14.5659 16.5868 14.4062 16.4271C14.2465 16.2674 14.1666 16.0695 14.1666 15.8334C14.1666 15.5973 14.2465 15.3993 14.4062 15.2396C14.5659 15.0799 14.7638 15 15 15H16.6666V13.3334C16.6666 13.0973 16.7465 12.8993 16.9062 12.7396C17.0659 12.5799 17.2638 12.5 17.5 12.5C17.7361 12.5 17.934 12.5799 18.0937 12.7396C18.2534 12.8993 18.3333 13.0973 18.3333 13.3334V15C18.3333 15.4584 18.1701 15.8507 17.8437 16.1771C17.5173 16.5035 17.125 16.6667 16.6666 16.6667ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V13.3334C1.66663 13.0973 1.74649 12.8993 1.90621 12.7396C2.06593 12.5799 2.26385 12.5 2.49996 12.5C2.73607 12.5 2.93399 12.5799 3.09371 12.7396C3.25343 12.8993 3.33329 13.0973 3.33329 13.3334V15H4.99996C5.23607 15 5.43399 15.0799 5.59371 15.2396C5.75343 15.3993 5.83329 15.5973 5.83329 15.8334C5.83329 16.0695 5.75343 16.2674 5.59371 16.4271C5.43399 16.5868 5.23607 16.6667 4.99996 16.6667H3.33329ZM4.99996 11.6667V8.33337C4.99996 7.87504 5.16315 7.48268 5.48954 7.15629C5.81593 6.8299 6.20829 6.66671 6.66663 6.66671H13.3333C13.7916 6.66671 14.184 6.8299 14.5104 7.15629C14.8368 7.48268 15 7.87504 15 8.33337V11.6667C15 12.125 14.8368 12.5174 14.5104 12.8438C14.184 13.1702 13.7916 13.3334 13.3333 13.3334H6.66663C6.20829 13.3334 5.81593 13.1702 5.48954 12.8438C5.16315 12.5174 4.99996 12.125 4.99996 11.6667Z",fill:n})}),n2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.6666 6.66671V5.00004H15C14.7638 5.00004 14.5659 4.92018 14.4062 4.76046C14.2465 4.60074 14.1666 4.40282 14.1666 4.16671C14.1666 3.9306 14.2465 3.73268 14.4062 3.57296C14.5659 3.41324 14.7638 3.33337 15 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004V6.66671C18.3333 6.90282 18.2534 7.10073 18.0937 7.26046C17.934 7.42018 17.7361 7.50004 17.5 7.50004C17.2638 7.50004 17.0659 7.42018 16.9062 7.26046C16.7465 7.10073 16.6666 6.90282 16.6666 6.66671ZM1.66663 6.66671V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H4.99996C5.23607 3.33337 5.43399 3.41324 5.59371 3.57296C5.75343 3.73268 5.83329 3.9306 5.83329 4.16671C5.83329 4.40282 5.75343 4.60074 5.59371 4.76046C5.43399 4.92018 5.23607 5.00004 4.99996 5.00004H3.33329V6.66671C3.33329 6.90282 3.25343 7.10073 3.09371 7.26046C2.93399 7.42018 2.73607 7.50004 2.49996 7.50004C2.26385 7.50004 2.06593 7.42018 1.90621 7.26046C1.74649 7.10073 1.66663 6.90282 1.66663 6.66671ZM16.6666 16.6667H15C14.7638 16.6667 14.5659 16.5868 14.4062 16.4271C14.2465 16.2674 14.1666 16.0695 14.1666 15.8334C14.1666 15.5973 14.2465 15.3993 14.4062 15.2396C14.5659 15.0799 14.7638 15 15 15H16.6666V13.3334C16.6666 13.0973 16.7465 12.8993 16.9062 12.7396C17.0659 12.5799 17.2638 12.5 17.5 12.5C17.7361 12.5 17.934 12.5799 18.0937 12.7396C18.2534 12.8993 18.3333 13.0973 18.3333 13.3334V15C18.3333 15.4584 18.1701 15.8507 17.8437 16.1771C17.5173 16.5035 17.125 16.6667 16.6666 16.6667ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V13.3334C1.66663 13.0973 1.74649 12.8993 1.90621 12.7396C2.06593 12.5799 2.26385 12.5 2.49996 12.5C2.73607 12.5 2.93399 12.5799 3.09371 12.7396C3.25343 12.8993 3.33329 13.0973 3.33329 13.3334V15H4.99996C5.23607 15 5.43399 15.0799 5.59371 15.2396C5.75343 15.3993 5.83329 15.5973 5.83329 15.8334C5.83329 16.0695 5.75343 16.2674 5.59371 16.4271C5.43399 16.5868 5.23607 16.6667 4.99996 16.6667H3.33329ZM4.99996 11.6667V8.33337C4.99996 7.87504 5.16315 7.48268 5.48954 7.15629C5.81593 6.8299 6.20829 6.66671 6.66663 6.66671H13.3333C13.7916 6.66671 14.184 6.8299 14.5104 7.15629C14.8368 7.48268 15 7.87504 15 8.33337V11.6667C15 12.125 14.8368 12.5174 14.5104 12.8438C14.184 13.1702 13.7916 13.3334 13.3333 13.3334H6.66663C6.20829 13.3334 5.81593 13.1702 5.48954 12.8438C5.16315 12.5174 4.99996 12.125 4.99996 11.6667ZM6.66663 11.6667H13.3333V8.33337H6.66663V11.6667Z",fill:n})}),r2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 11.6666V16.6666C5.83329 16.9028 5.75343 17.1007 5.59371 17.2604C5.43399 17.4201 5.23607 17.5 4.99996 17.5C4.76385 17.5 4.56593 17.4201 4.40621 17.2604C4.24649 17.1007 4.16663 16.9028 4.16663 16.6666V4.16665C4.16663 3.93054 4.24649 3.73262 4.40621 3.5729C4.56593 3.41317 4.76385 3.33331 4.99996 3.33331H10.9791C11.1736 3.33331 11.3472 3.39581 11.5 3.52081C11.6527 3.64581 11.75 3.80554 11.7916 3.99998L12 4.99998H15.8333C16.0694 4.99998 16.2673 5.07984 16.427 5.23956C16.5868 5.39929 16.6666 5.5972 16.6666 5.83331V12.5C16.6666 12.7361 16.5868 12.934 16.427 13.0937C16.2673 13.2535 16.0694 13.3333 15.8333 13.3333H11.5208C11.3263 13.3333 11.1527 13.2708 11 13.1458C10.8472 13.0208 10.75 12.8611 10.7083 12.6666L10.5 11.6666H5.83329Z",fill:n})}),o2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83335 11.6666V16.6666C5.83335 16.9028 5.75349 17.1007 5.59377 17.2604C5.43405 17.4201 5.23613 17.5 5.00002 17.5C4.76391 17.5 4.56599 17.4201 4.40627 17.2604C4.24655 17.1007 4.16669 16.9028 4.16669 16.6666V4.16665C4.16669 3.93054 4.24655 3.73262 4.40627 3.5729C4.56599 3.41317 4.76391 3.33331 5.00002 3.33331H10.9792C11.1736 3.33331 11.3472 3.39581 11.5 3.52081C11.6528 3.64581 11.75 3.80554 11.7917 3.99998L12 4.99998H15.8334C16.0695 4.99998 16.2674 5.07984 16.4271 5.23956C16.5868 5.39929 16.6667 5.5972 16.6667 5.83331V12.5C16.6667 12.7361 16.5868 12.934 16.4271 13.0937C16.2674 13.2535 16.0695 13.3333 15.8334 13.3333H11.5209C11.3264 13.3333 11.1528 13.2708 11 13.1458C10.8472 13.0208 10.75 12.8611 10.7084 12.6666L10.5 11.6666H5.83335ZM12.2084 11.6666H15V6.66665H11.3125C11.1181 6.66665 10.9445 6.60415 10.7917 6.47915C10.6389 6.35415 10.5417 6.19442 10.5 5.99998L10.2917 4.99998H5.83335V9.99998H11.1875C11.382 9.99998 11.5556 10.0625 11.7084 10.1875C11.8611 10.3125 11.9584 10.4722 12 10.6666L12.2084 11.6666Z",fill:n})}),s2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.771 16.9375C8.646 16.8959 8.54183 16.8229 8.4585 16.7188C8.37516 16.6146 8.3335 16.4861 8.3335 16.3334V11.6667H7.50016C7.04183 11.6667 6.64947 11.5035 6.32308 11.1771C5.99669 10.8507 5.8335 10.4584 5.8335 10V3.33335C5.8335 2.87502 5.99669 2.48266 6.32308 2.15627C6.64947 1.82988 7.04183 1.66669 7.50016 1.66669H12.3752C12.8196 1.66669 13.1772 1.8403 13.4481 2.18752C13.7189 2.53474 13.7988 2.91669 13.6877 3.33335L12.5002 7.50002H13.4377C13.9377 7.50002 14.3092 7.72224 14.5522 8.16669C14.7953 8.61113 14.771 9.04169 14.4793 9.45835L9.47933 16.6875C9.396 16.8125 9.28836 16.8959 9.15641 16.9375C9.02447 16.9792 8.896 16.9792 8.771 16.9375Z",fill:n})}),l2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.6876 10.3125L6.20842 3.83335C6.08342 3.70835 5.99315 3.57988 5.93759 3.44794C5.88204 3.31599 5.85426 3.17363 5.85426 3.02085C5.85426 2.67363 5.99315 2.36113 6.27092 2.08335C6.5487 1.80558 6.88898 1.66669 7.29176 1.66669H12.3751C12.8195 1.66669 13.1772 1.8403 13.448 2.18752C13.7188 2.53474 13.7987 2.91669 13.6876 3.33335L12.5001 7.50002H13.4376C13.9515 7.50002 14.323 7.72224 14.5522 8.16669C14.7813 8.61113 14.757 9.04169 14.4793 9.45835L13.9584 10.2084C13.8056 10.4167 13.6043 10.5347 13.3543 10.5625C13.1043 10.5903 12.882 10.507 12.6876 10.3125ZM15.8959 18.25L11.4584 13.8334L9.47926 16.6875C9.40981 16.7986 9.30912 16.8785 9.17717 16.9271C9.04523 16.9757 8.90981 16.9792 8.77092 16.9375C8.63204 16.8959 8.5244 16.8195 8.44801 16.7084C8.37162 16.5972 8.33342 16.4722 8.33342 16.3334V11.6667H7.50009C7.04176 11.6667 6.6494 11.5035 6.32301 11.1771C5.99662 10.8507 5.83342 10.4584 5.83342 10V8.20835L1.72926 4.10419C1.56259 3.93752 1.48273 3.7396 1.48967 3.51044C1.49662 3.28127 1.58342 3.08335 1.75009 2.91669C1.91676 2.75002 2.11467 2.66669 2.34384 2.66669C2.57301 2.66669 2.77092 2.75002 2.93759 2.91669L17.0834 17.0834C17.2501 17.25 17.3334 17.4445 17.3334 17.6667C17.3334 17.8889 17.2501 18.0834 17.0834 18.25C16.9168 18.4167 16.7188 18.5 16.4897 18.5C16.2605 18.5 16.0626 18.4167 15.8959 18.25Z",fill:n})}),i2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.6873 3.33335L12.4998 7.50002H13.4373C13.9373 7.50002 14.3089 7.72224 14.5519 8.16669C14.795 8.61113 14.7707 9.04169 14.479 9.45835L13.9582 10.2084C13.8054 10.4167 13.604 10.5347 13.354 10.5625C13.104 10.5903 12.8818 10.507 12.6873 10.3125C12.5484 10.1736 12.4686 10.007 12.4478 9.81252C12.4269 9.61808 12.4721 9.43752 12.5832 9.27085L12.6665 9.16669H11.3957C11.1179 9.16669 10.8957 9.05905 10.729 8.84377C10.5623 8.62849 10.5137 8.38197 10.5832 8.10419L11.9582 3.33335H6.6665C6.43039 3.33335 6.23248 3.25349 6.07275 3.09377C5.91303 2.93405 5.83317 2.73613 5.83317 2.50002C5.83317 2.26391 5.91303 2.06599 6.07275 1.90627C6.23248 1.74655 6.43039 1.66669 6.6665 1.66669H12.3748C12.8193 1.66669 13.1769 1.8403 13.4478 2.18752C13.7186 2.53474 13.7984 2.91669 13.6873 3.33335ZM15.8957 18.25L11.4582 13.8334L9.479 16.6875C9.39567 16.8125 9.28803 16.8959 9.15609 16.9375C9.02414 16.9792 8.89567 16.9792 8.77067 16.9375C8.64567 16.8959 8.5415 16.8229 8.45817 16.7188C8.37484 16.6146 8.33317 16.4861 8.33317 16.3334V11.6667H7.49984C7.0415 11.6667 6.64914 11.5035 6.32275 11.1771C5.99637 10.8507 5.83317 10.4584 5.83317 10V8.20835L1.729 4.10419C1.56234 3.93752 1.479 3.7396 1.479 3.51044C1.479 3.28127 1.56234 3.08335 1.729 2.91669C1.89567 2.75002 2.09359 2.66669 2.32275 2.66669C2.55192 2.66669 2.74984 2.75002 2.9165 2.91669L17.0832 17.0834C17.2498 17.25 17.3332 17.4445 17.3332 17.6667C17.3332 17.8889 17.2498 18.0834 17.0832 18.25C16.9165 18.4167 16.7186 18.5 16.4894 18.5C16.2603 18.5 16.0623 18.4167 15.8957 18.25Z",fill:n})}),c2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 13L12.6668 9.16669H10.2918L11.9585 3.33335H7.50016V10H10.0002V13ZM14.4793 9.45835L9.47933 16.6875C9.396 16.8125 9.28836 16.8959 9.15641 16.9375C9.02447 16.9792 8.896 16.9792 8.771 16.9375C8.646 16.8959 8.54183 16.8229 8.4585 16.7188C8.37516 16.6146 8.3335 16.4861 8.3335 16.3334V11.6667H7.50016C7.04183 11.6667 6.64947 11.5035 6.32308 11.1771C5.99669 10.8507 5.8335 10.4584 5.8335 10V3.33335C5.8335 2.87502 5.99669 2.48266 6.32308 2.15627C6.64947 1.82988 7.04183 1.66669 7.50016 1.66669H12.3752C12.8196 1.66669 13.1772 1.8403 13.4481 2.18752C13.7189 2.53474 13.7988 2.91669 13.6877 3.33335L12.5002 7.50002H13.4377C13.9377 7.50002 14.3092 7.72224 14.5522 8.16669C14.7953 8.61113 14.771 9.04169 14.4793 9.45835Z",fill:n})}),a2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM11.6665 11.6667V12.5C11.6665 12.7362 11.7464 12.9341 11.9061 13.0938C12.0658 13.2535 12.2637 13.3334 12.4998 13.3334C12.7359 13.3334 12.9339 13.2535 13.0936 13.0938C13.2533 12.9341 13.3332 12.7362 13.3332 12.5V11.6667H14.1665C14.4026 11.6667 14.6005 11.5868 14.7603 11.4271C14.92 11.2674 14.9998 11.0695 14.9998 10.8334C14.9998 10.5973 14.92 10.3993 14.7603 10.2396C14.6005 10.0799 14.4026 10 14.1665 10H13.3332V9.16671C13.3332 8.9306 13.2533 8.73268 13.0936 8.57296C12.9339 8.41324 12.7359 8.33337 12.4998 8.33337C12.2637 8.33337 12.0658 8.41324 11.9061 8.57296C11.7464 8.73268 11.6665 8.9306 11.6665 9.16671V10H10.8332C10.5971 10 10.3991 10.0799 10.2394 10.2396C10.0797 10.3993 9.99984 10.5973 9.99984 10.8334C9.99984 11.0695 10.0797 11.2674 10.2394 11.4271C10.3991 11.5868 10.5971 11.6667 10.8332 11.6667H11.6665Z",fill:n})}),d2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15ZM11.6665 11.6667V12.5C11.6665 12.7362 11.7464 12.9341 11.9061 13.0938C12.0658 13.2535 12.2637 13.3334 12.4998 13.3334C12.7359 13.3334 12.9339 13.2535 13.0936 13.0938C13.2533 12.9341 13.3332 12.7362 13.3332 12.5V11.6667H14.1665C14.4026 11.6667 14.6005 11.5868 14.7603 11.4271C14.92 11.2674 14.9998 11.0695 14.9998 10.8334C14.9998 10.5973 14.92 10.3993 14.7603 10.2396C14.6005 10.0799 14.4026 10 14.1665 10H13.3332V9.16671C13.3332 8.9306 13.2533 8.73268 13.0936 8.57296C12.9339 8.41324 12.7359 8.33337 12.4998 8.33337C12.2637 8.33337 12.0658 8.41324 11.9061 8.57296C11.7464 8.73268 11.6665 8.9306 11.6665 9.16671V10H10.8332C10.5971 10 10.3991 10.0799 10.2394 10.2396C10.0797 10.3993 9.99984 10.5973 9.99984 10.8334C9.99984 11.0695 10.0797 11.2674 10.2394 11.4271C10.3991 11.5868 10.5971 11.6667 10.8332 11.6667H11.6665Z",fill:n})}),w2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317Z",fill:n})}),u2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM10.1665 11.6667L9.39567 12.4375C9.24289 12.5903 9.1665 12.7848 9.1665 13.0209C9.1665 13.257 9.24289 13.4514 9.39567 13.6042C9.54845 13.757 9.74289 13.8334 9.979 13.8334C10.2151 13.8334 10.4096 13.757 10.5623 13.6042L12.7498 11.4167C12.9165 11.25 12.9998 11.0556 12.9998 10.8334C12.9998 10.6112 12.9165 10.4167 12.7498 10.25L10.5623 8.06254C10.4096 7.90976 10.2151 7.83337 9.979 7.83337C9.74289 7.83337 9.54845 7.90976 9.39567 8.06254C9.24289 8.21532 9.1665 8.40976 9.1665 8.64587C9.1665 8.88199 9.24289 9.07643 9.39567 9.22921L10.1665 10H7.49984C7.26373 10 7.06581 10.0799 6.90609 10.2396C6.74636 10.3993 6.6665 10.5973 6.6665 10.8334C6.6665 11.0695 6.74636 11.2674 6.90609 11.4271C7.06581 11.5868 7.26373 11.6667 7.49984 11.6667H10.1665Z",fill:n})}),g2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15ZM10.1665 11.6667L9.39567 12.4375C9.24289 12.5903 9.1665 12.7848 9.1665 13.0209C9.1665 13.257 9.24289 13.4514 9.39567 13.6042C9.54845 13.757 9.74289 13.8334 9.979 13.8334C10.2151 13.8334 10.4096 13.757 10.5623 13.6042L12.7498 11.4167C12.9165 11.25 12.9998 11.0556 12.9998 10.8334C12.9998 10.6112 12.9165 10.4167 12.7498 10.25L10.5623 8.06254C10.4096 7.90976 10.2151 7.83337 9.979 7.83337C9.74289 7.83337 9.54845 7.90976 9.39567 8.06254C9.24289 8.21532 9.1665 8.40976 9.1665 8.64587C9.1665 8.88199 9.24289 9.07643 9.39567 9.22921L10.1665 10H7.49984C7.26373 10 7.06581 10.0799 6.90609 10.2396C6.74636 10.3993 6.6665 10.5973 6.6665 10.8334C6.6665 11.0695 6.74636 11.2674 6.90609 11.4271C7.06581 11.5868 7.26373 11.6667 7.49984 11.6667H10.1665Z",fill:n})}),v2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H17.4998C17.7359 5.00004 17.9339 5.0799 18.0936 5.23962C18.2533 5.39935 18.3332 5.59726 18.3332 5.83337C18.3332 6.06949 18.2533 6.2674 18.0936 6.42712C17.9339 6.58685 17.7359 6.66671 17.4998 6.66671H6.5415C5.68039 6.66671 4.93039 6.93754 4.2915 7.47921C3.65261 8.02087 3.33317 8.70837 3.33317 9.54171V15L4.979 9.52087C5.09011 9.15976 5.29498 8.87157 5.59359 8.65629C5.8922 8.44101 6.22206 8.33337 6.58317 8.33337H17.3332C17.9026 8.33337 18.3505 8.55907 18.6769 9.01046C19.0033 9.46185 19.0901 9.95143 18.9373 10.4792L17.4373 15.4792C17.3262 15.8403 17.1214 16.1285 16.8228 16.3438C16.5241 16.5591 16.1943 16.6667 15.8332 16.6667H3.33317Z",fill:n})}),x2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H17.4998C17.7359 5.00004 17.9339 5.0799 18.0936 5.23962C18.2533 5.39935 18.3332 5.59726 18.3332 5.83337C18.3332 6.06949 18.2533 6.2674 18.0936 6.42712C17.9339 6.58685 17.7359 6.66671 17.4998 6.66671H9.31234L7.64567 5.00004H3.33317V15L4.979 9.52087C5.09011 9.15976 5.29498 8.87157 5.59359 8.65629C5.8922 8.44101 6.22206 8.33337 6.58317 8.33337H17.3332C17.9026 8.33337 18.3505 8.55907 18.6769 9.01046C19.0033 9.46185 19.0901 9.95143 18.9373 10.4792L17.4373 15.4792C17.3262 15.8403 17.1214 16.1285 16.8228 16.3438C16.5241 16.5591 16.1943 16.6667 15.8332 16.6667H3.33317ZM5.08317 15H15.8332L17.3332 10H6.58317L5.08317 15Z",fill:n})}),h2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15Z",fill:n})}),p2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM9.1665 14.1667H15.8332V13.7084C15.8332 13.0834 15.5276 12.5868 14.9165 12.2188C14.3054 11.8507 13.4998 11.6667 12.4998 11.6667C11.4998 11.6667 10.6943 11.8507 10.0832 12.2188C9.47206 12.5868 9.1665 13.0834 9.1665 13.7084V14.1667ZM12.4998 10.8334C12.9582 10.8334 13.3505 10.6702 13.6769 10.3438C14.0033 10.0174 14.1665 9.62504 14.1665 9.16671C14.1665 8.70837 14.0033 8.31601 13.6769 7.98962C13.3505 7.66324 12.9582 7.50004 12.4998 7.50004C12.0415 7.50004 11.6491 7.66324 11.3228 7.98962C10.9964 8.31601 10.8332 8.70837 10.8332 9.16671C10.8332 9.62504 10.9964 10.0174 11.3228 10.3438C11.6491 10.6702 12.0415 10.8334 12.4998 10.8334Z",fill:n})}),H2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33317 16.6667C2.87484 16.6667 2.48248 16.5035 2.15609 16.1771C1.8297 15.8507 1.6665 15.4584 1.6665 15V5.00004C1.6665 4.54171 1.8297 4.14935 2.15609 3.82296C2.48248 3.49657 2.87484 3.33337 3.33317 3.33337H7.64567C7.86789 3.33337 8.0797 3.37504 8.28109 3.45837C8.48248 3.54171 8.65956 3.65976 8.81234 3.81254L9.99984 5.00004H16.6665C17.1248 5.00004 17.5172 5.16324 17.8436 5.48962C18.17 5.81601 18.3332 6.20837 18.3332 6.66671V15C18.3332 15.4584 18.17 15.8507 17.8436 16.1771C17.5172 16.5035 17.1248 16.6667 16.6665 16.6667H3.33317ZM3.33317 15H16.6665V6.66671H9.31234L7.64567 5.00004H3.33317V15ZM9.1665 14.1667H15.8332V13.7084C15.8332 13.0834 15.5276 12.5868 14.9165 12.2188C14.3054 11.8507 13.4998 11.6667 12.4998 11.6667C11.4998 11.6667 10.6943 11.8507 10.0832 12.2188C9.47206 12.5868 9.1665 13.0834 9.1665 13.7084V14.1667ZM12.4998 10.8334C12.9582 10.8334 13.3505 10.6702 13.6769 10.3438C14.0033 10.0174 14.1665 9.62504 14.1665 9.16671C14.1665 8.70837 14.0033 8.31601 13.6769 7.98962C13.3505 7.66324 12.9582 7.50004 12.4998 7.50004C12.0415 7.50004 11.6491 7.66324 11.3228 7.98962C10.9964 8.31601 10.8332 8.70837 10.8332 9.16671C10.8332 9.62504 10.9964 10.0174 11.3228 10.3438C11.6491 10.6702 12.0415 10.8334 12.4998 10.8334Z",fill:n})}),V2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M17.5001 17.1667C17.389 17.1667 17.2848 17.1459 17.1876 17.1042C17.0904 17.0625 17.0001 17 16.9167 16.9167L15.0001 15H6.66675C6.20841 15 5.81605 14.8368 5.48966 14.5104C5.16328 14.184 5.00008 13.7917 5.00008 13.3334V12.5H14.1667C14.6251 12.5 15.0174 12.3368 15.3438 12.0104C15.6702 11.684 15.8334 11.2917 15.8334 10.8334V5.00002H16.6667C17.1251 5.00002 17.5174 5.16321 17.8438 5.4896C18.1702 5.81599 18.3334 6.20835 18.3334 6.66669V16.3125C18.3334 16.5625 18.2501 16.7674 18.0834 16.9271C17.9167 17.0868 17.7223 17.1667 17.5001 17.1667ZM2.50008 13C2.27786 13 2.08341 12.9202 1.91675 12.7604C1.75008 12.6007 1.66675 12.3959 1.66675 12.1459V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H12.5001C12.9584 1.66669 13.3508 1.82988 13.6772 2.15627C14.0036 2.48266 14.1667 2.87502 14.1667 3.33335V9.16669C14.1667 9.62502 14.0036 10.0174 13.6772 10.3438C13.3508 10.6702 12.9584 10.8334 12.5001 10.8334H5.00008L3.08341 12.75C3.00008 12.8334 2.9098 12.8959 2.81258 12.9375C2.71536 12.9792 2.61119 13 2.50008 13Z",fill:n})}),L2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M17.5001 17.1667C17.389 17.1667 17.2848 17.1459 17.1876 17.1042C17.0904 17.0625 17.0001 17 16.9167 16.9167L15.0001 15H6.66675C6.20841 15 5.81605 14.8368 5.48966 14.5104C5.16328 14.184 5.00008 13.7917 5.00008 13.3334V12.5H14.1667C14.6251 12.5 15.0174 12.3368 15.3438 12.0104C15.6702 11.684 15.8334 11.2917 15.8334 10.8334V5.00002H16.6667C17.1251 5.00002 17.5174 5.16321 17.8438 5.4896C18.1702 5.81599 18.3334 6.20835 18.3334 6.66669V16.3125C18.3334 16.5625 18.2501 16.7674 18.0834 16.9271C17.9167 17.0868 17.7223 17.1667 17.5001 17.1667ZM3.33341 10.1459L4.31258 9.16669H12.5001V3.33335H3.33341V10.1459ZM2.50008 13C2.27786 13 2.08341 12.9202 1.91675 12.7604C1.75008 12.6007 1.66675 12.3959 1.66675 12.1459V3.33335C1.66675 2.87502 1.82994 2.48266 2.15633 2.15627C2.48272 1.82988 2.87508 1.66669 3.33341 1.66669H12.5001C12.9584 1.66669 13.3508 1.82988 13.6772 2.15627C14.0036 2.48266 14.1667 2.87502 14.1667 3.33335V9.16669C14.1667 9.62502 14.0036 10.0174 13.6772 10.3438C13.3508 10.6702 12.9584 10.8334 12.5001 10.8334H5.00008L3.08341 12.75C3.00008 12.8334 2.9098 12.8959 2.81258 12.9375C2.71536 12.9792 2.61119 13 2.50008 13Z",fill:n})}),M2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.9792 9.16665L12.7501 5.93748C12.5834 5.77081 12.5001 5.5729 12.5001 5.34373C12.5001 5.11456 12.5834 4.91665 12.7501 4.74998C12.9167 4.5972 13.1147 4.52081 13.3438 4.52081C13.573 4.52081 13.764 4.5972 13.9167 4.74998L17.7501 8.58331C17.8334 8.66665 17.8924 8.75692 17.9272 8.85415C17.9619 8.95137 17.9792 9.05554 17.9792 9.16665C17.9792 9.27776 17.9619 9.38192 17.9272 9.47915C17.8924 9.57637 17.8334 9.66665 17.7501 9.74998L13.9167 13.5833C13.7501 13.75 13.5556 13.8298 13.3334 13.8229C13.1112 13.816 12.9167 13.7361 12.7501 13.5833C12.5834 13.4166 12.4966 13.2222 12.4897 13C12.4827 12.7778 12.5626 12.5833 12.7292 12.4166L15.9792 9.16665ZM10.9792 9.99998H5.83342C5.13897 9.99998 4.54869 10.243 4.06258 10.7291C3.57647 11.2153 3.33341 11.8055 3.33341 12.5V15C3.33341 15.2361 3.25355 15.434 3.09383 15.5937C2.93411 15.7535 2.73619 15.8333 2.50008 15.8333C2.26397 15.8333 2.06605 15.7535 1.90633 15.5937C1.74661 15.434 1.66675 15.2361 1.66675 15V12.5C1.66675 11.3472 2.073 10.3646 2.8855 9.55206C3.698 8.73956 4.68064 8.33331 5.83342 8.33331H10.9792L8.58342 5.93748C8.41675 5.77081 8.33342 5.5729 8.33342 5.34373C8.33342 5.11456 8.41675 4.91665 8.58342 4.74998C8.75008 4.5972 8.948 4.52081 9.17717 4.52081C9.40633 4.52081 9.5973 4.5972 9.75008 4.74998L13.5834 8.58331C13.6667 8.66665 13.7258 8.75692 13.7605 8.85415C13.7952 8.95137 13.8126 9.05554 13.8126 9.16665C13.8126 9.27776 13.7952 9.38192 13.7605 9.47915C13.7258 9.57637 13.6667 9.66665 13.5834 9.74998L9.75008 13.5833C9.58342 13.75 9.38897 13.8298 9.16675 13.8229C8.94453 13.816 8.75008 13.7361 8.58342 13.5833C8.41675 13.4166 8.32994 13.2222 8.323 13C8.31605 12.7778 8.39592 12.5833 8.56258 12.4166L10.9792 9.99998Z",fill:n})}),f2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H5.83333C6.06944 15.8333 6.26736 15.9132 6.42708 16.0729C6.58681 16.2326 6.66667 16.4306 6.66667 16.6667C6.66667 16.9028 6.58681 17.1007 6.42708 17.2604C6.26736 17.4201 6.06944 17.5 5.83333 17.5H3.33333C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333C3.56944 13.3333 3.76736 13.4132 3.92708 13.5729C4.08681 13.7326 4.16667 13.9306 4.16667 14.1667V15.8333ZM15.8333 15.8333V14.1667C15.8333 13.9306 15.9132 13.7326 16.0729 13.5729C16.2326 13.4132 16.4306 13.3333 16.6667 13.3333C16.9028 13.3333 17.1007 13.4132 17.2604 13.5729C17.4201 13.7326 17.5 13.9306 17.5 14.1667V16.6667C17.5 16.9028 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5H14.1667C13.9306 17.5 13.7326 17.4201 13.5729 17.2604C13.4132 17.1007 13.3333 16.9028 13.3333 16.6667C13.3333 16.4306 13.4132 16.2326 13.5729 16.0729C13.7326 15.9132 13.9306 15.8333 14.1667 15.8333H15.8333ZM4.16667 4.16667V5.83333C4.16667 6.06944 4.08681 6.26736 3.92708 6.42708C3.76736 6.58681 3.56944 6.66667 3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333V3.33333C2.5 3.09722 2.57986 2.89931 2.73958 2.73958C2.89931 2.57986 3.09722 2.5 3.33333 2.5H5.83333C6.06944 2.5 6.26736 2.57986 6.42708 2.73958C6.58681 2.89931 6.66667 3.09722 6.66667 3.33333C6.66667 3.56944 6.58681 3.76736 6.42708 3.92708C6.26736 4.08681 6.06944 4.16667 5.83333 4.16667H4.16667ZM15.8333 4.16667H14.1667C13.9306 4.16667 13.7326 4.08681 13.5729 3.92708C13.4132 3.76736 13.3333 3.56944 13.3333 3.33333C13.3333 3.09722 13.4132 2.89931 13.5729 2.73958C13.7326 2.57986 13.9306 2.5 14.1667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667C16.4306 6.66667 16.2326 6.58681 16.0729 6.42708C15.9132 6.26736 15.8333 6.06944 15.8333 5.83333V4.16667Z",fill:n})}),Z2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5 15H3.33333C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H5.83333C6.06944 13.3333 6.26736 13.4132 6.42708 13.5729C6.58681 13.7326 6.66667 13.9306 6.66667 14.1667V16.6667C6.66667 16.9028 6.58681 17.1007 6.42708 17.2604C6.26736 17.4201 6.06944 17.5 5.83333 17.5C5.59722 17.5 5.39931 17.4201 5.23958 17.2604C5.07986 17.1007 5 16.9028 5 16.6667V15ZM15 15V16.6667C15 16.9028 14.9201 17.1007 14.7604 17.2604C14.6007 17.4201 14.4028 17.5 14.1667 17.5C13.9306 17.5 13.7326 17.4201 13.5729 17.2604C13.4132 17.1007 13.3333 16.9028 13.3333 16.6667V14.1667C13.3333 13.9306 13.4132 13.7326 13.5729 13.5729C13.7326 13.4132 13.9306 13.3333 14.1667 13.3333H16.6667C16.9028 13.3333 17.1007 13.4132 17.2604 13.5729C17.4201 13.7326 17.5 13.9306 17.5 14.1667C17.5 14.4028 17.4201 14.6007 17.2604 14.7604C17.1007 14.9201 16.9028 15 16.6667 15H15ZM5 5V3.33333C5 3.09722 5.07986 2.89931 5.23958 2.73958C5.39931 2.57986 5.59722 2.5 5.83333 2.5C6.06944 2.5 6.26736 2.57986 6.42708 2.73958C6.58681 2.89931 6.66667 3.09722 6.66667 3.33333V5.83333C6.66667 6.06944 6.58681 6.26736 6.42708 6.42708C6.26736 6.58681 6.06944 6.66667 5.83333 6.66667H3.33333C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H5ZM15 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H14.1667C13.9306 6.66667 13.7326 6.58681 13.5729 6.42708C13.4132 6.26736 13.3333 6.06944 13.3333 5.83333V3.33333C13.3333 3.09722 13.4132 2.89931 13.5729 2.73958C13.7326 2.57986 13.9306 2.5 14.1667 2.5C14.4028 2.5 14.6007 2.57986 14.7604 2.73958C14.9201 2.89931 15 3.09722 15 3.33333V5Z",fill:n})}),j2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 9.95831C10.8194 9.51387 11.1285 9.00692 11.3438 8.43748C11.559 7.86803 11.6667 7.27776 11.6667 6.66665C11.6667 6.05554 11.559 5.46526 11.3438 4.89581C11.1285 4.32637 10.8194 3.81942 10.4167 3.37498C11.25 3.48609 11.9444 3.85415 12.5 4.47915C13.0556 5.10415 13.3333 5.83331 13.3333 6.66665C13.3333 7.49998 13.0556 8.22915 12.5 8.85415C11.9444 9.47915 11.25 9.8472 10.4167 9.95831ZM14.5417 16.6666C14.6944 16.4166 14.809 16.1493 14.8854 15.8646C14.9618 15.5798 15 15.2916 15 15V14.1666C15 13.6666 14.8889 13.191 14.6667 12.7396C14.4444 12.2882 14.1528 11.8889 13.7917 11.5416C14.5 11.7916 15.1562 12.1146 15.7604 12.5104C16.3646 12.9062 16.6667 13.4583 16.6667 14.1666V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4583 16.6666 15 16.6666H14.5417ZM16.6667 9.16665H15.8333C15.5972 9.16665 15.3993 9.08678 15.2396 8.92706C15.0799 8.76734 15 8.56942 15 8.33331C15 8.0972 15.0799 7.89928 15.2396 7.73956C15.3993 7.57984 15.5972 7.49998 15.8333 7.49998H16.6667V6.66665C16.6667 6.43054 16.7465 6.23262 16.9062 6.0729C17.066 5.91317 17.2639 5.83331 17.5 5.83331C17.7361 5.83331 17.934 5.91317 18.0938 6.0729C18.2535 6.23262 18.3333 6.43054 18.3333 6.66665V7.49998H19.1667C19.4028 7.49998 19.6007 7.57984 19.7604 7.73956C19.9201 7.89928 20 8.0972 20 8.33331C20 8.56942 19.9201 8.76734 19.7604 8.92706C19.6007 9.08678 19.4028 9.16665 19.1667 9.16665H18.3333V9.99998C18.3333 10.2361 18.2535 10.434 18.0938 10.5937C17.934 10.7535 17.7361 10.8333 17.5 10.8333C17.2639 10.8333 17.066 10.7535 16.9062 10.5937C16.7465 10.434 16.6667 10.2361 16.6667 9.99998V9.16665ZM6.66667 9.99998C5.75 9.99998 4.96528 9.67359 4.3125 9.02081C3.65972 8.36803 3.33333 7.58331 3.33333 6.66665C3.33333 5.74998 3.65972 4.96526 4.3125 4.31248C4.96528 3.6597 5.75 3.33331 6.66667 3.33331C7.58333 3.33331 8.36806 3.6597 9.02083 4.31248C9.67361 4.96526 10 5.74998 10 6.66665C10 7.58331 9.67361 8.36803 9.02083 9.02081C8.36806 9.67359 7.58333 9.99998 6.66667 9.99998ZM0 15V14.3333C0 13.8611 0.121528 13.4271 0.364583 13.0312C0.607639 12.6354 0.930556 12.3333 1.33333 12.125C2.19444 11.6944 3.06944 11.3715 3.95833 11.1562C4.84722 10.941 5.75 10.8333 6.66667 10.8333C7.58333 10.8333 8.48611 10.941 9.375 11.1562C10.2639 11.3715 11.1389 11.6944 12 12.125C12.4028 12.3333 12.7257 12.6354 12.9688 13.0312C13.2118 13.4271 13.3333 13.8611 13.3333 14.3333V15C13.3333 15.4583 13.1701 15.8507 12.8438 16.1771C12.5174 16.5035 12.125 16.6666 11.6667 16.6666H1.66667C1.20833 16.6666 0.815972 16.5035 0.489583 16.1771C0.163194 15.8507 0 15.4583 0 15Z",fill:n})}),m2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 9.95831C10.8194 9.51387 11.1285 9.00692 11.3438 8.43748C11.559 7.86803 11.6667 7.27776 11.6667 6.66665C11.6667 6.05554 11.559 5.46526 11.3438 4.89581C11.1285 4.32637 10.8194 3.81942 10.4167 3.37498C11.25 3.48609 11.9444 3.85415 12.5 4.47915C13.0556 5.10415 13.3333 5.83331 13.3333 6.66665C13.3333 7.49998 13.0556 8.22915 12.5 8.85415C11.9444 9.47915 11.25 9.8472 10.4167 9.95831ZM14.5417 16.6666C14.6944 16.4166 14.809 16.1493 14.8854 15.8646C14.9618 15.5798 15 15.2916 15 15V14.1666C15 13.6666 14.8889 13.191 14.6667 12.7396C14.4444 12.2882 14.1528 11.8889 13.7917 11.5416C14.5 11.7916 15.1562 12.1146 15.7604 12.5104C16.3646 12.9062 16.6667 13.4583 16.6667 14.1666V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4583 16.6666 15 16.6666H14.5417ZM16.6667 9.16665H15.8333C15.5972 9.16665 15.3993 9.08678 15.2396 8.92706C15.0799 8.76734 15 8.56942 15 8.33331C15 8.0972 15.0799 7.89928 15.2396 7.73956C15.3993 7.57984 15.5972 7.49998 15.8333 7.49998H16.6667V6.66665C16.6667 6.43054 16.7465 6.23262 16.9062 6.0729C17.066 5.91317 17.2639 5.83331 17.5 5.83331C17.7361 5.83331 17.934 5.91317 18.0938 6.0729C18.2535 6.23262 18.3333 6.43054 18.3333 6.66665V7.49998H19.1667C19.4028 7.49998 19.6007 7.57984 19.7604 7.73956C19.9201 7.89928 20 8.0972 20 8.33331C20 8.56942 19.9201 8.76734 19.7604 8.92706C19.6007 9.08678 19.4028 9.16665 19.1667 9.16665H18.3333V9.99998C18.3333 10.2361 18.2535 10.434 18.0938 10.5937C17.934 10.7535 17.7361 10.8333 17.5 10.8333C17.2639 10.8333 17.066 10.7535 16.9062 10.5937C16.7465 10.434 16.6667 10.2361 16.6667 9.99998V9.16665ZM6.66667 9.99998C5.75 9.99998 4.96528 9.67359 4.3125 9.02081C3.65972 8.36803 3.33333 7.58331 3.33333 6.66665C3.33333 5.74998 3.65972 4.96526 4.3125 4.31248C4.96528 3.6597 5.75 3.33331 6.66667 3.33331C7.58333 3.33331 8.36806 3.6597 9.02083 4.31248C9.67361 4.96526 10 5.74998 10 6.66665C10 7.58331 9.67361 8.36803 9.02083 9.02081C8.36806 9.67359 7.58333 9.99998 6.66667 9.99998ZM0 15V14.3333C0 13.8611 0.121528 13.4271 0.364583 13.0312C0.607639 12.6354 0.930556 12.3333 1.33333 12.125C2.19444 11.6944 3.06944 11.3715 3.95833 11.1562C4.84722 10.941 5.75 10.8333 6.66667 10.8333C7.58333 10.8333 8.48611 10.941 9.375 11.1562C10.2639 11.3715 11.1389 11.6944 12 12.125C12.4028 12.3333 12.7257 12.6354 12.9688 13.0312C13.2118 13.4271 13.3333 13.8611 13.3333 14.3333V15C13.3333 15.4583 13.1701 15.8507 12.8438 16.1771C12.5174 16.5035 12.125 16.6666 11.6667 16.6666H1.66667C1.20833 16.6666 0.815972 16.5035 0.489583 16.1771C0.163194 15.8507 0 15.4583 0 15ZM6.66667 8.33331C7.125 8.33331 7.51736 8.17012 7.84375 7.84373C8.17014 7.51734 8.33333 7.12498 8.33333 6.66665C8.33333 6.20831 8.17014 5.81595 7.84375 5.48956C7.51736 5.16317 7.125 4.99998 6.66667 4.99998C6.20833 4.99998 5.81597 5.16317 5.48958 5.48956C5.16319 5.81595 5 6.20831 5 6.66665C5 7.12498 5.16319 7.51734 5.48958 7.84373C5.81597 8.17012 6.20833 8.33331 6.66667 8.33331ZM1.66667 15H11.6667V14.3333C11.6667 14.1805 11.6285 14.0416 11.5521 13.9166C11.4757 13.7916 11.375 13.6944 11.25 13.625C10.5 13.25 9.74306 12.9687 8.97917 12.7812C8.21528 12.5937 7.44444 12.5 6.66667 12.5C5.88889 12.5 5.11806 12.5937 4.35417 12.7812C3.59028 12.9687 2.83333 13.25 2.08333 13.625C1.95833 13.6944 1.85764 13.7916 1.78125 13.9166C1.70486 14.0416 1.66667 14.1805 1.66667 14.3333V15Z",fill:n})}),B2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833252 14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15V14.3333ZM15.3749 16.6666C15.5277 16.4166 15.6423 16.1493 15.7187 15.8646C15.7951 15.5798 15.8333 15.2916 15.8333 15V14.1666C15.8333 13.5555 15.6631 12.9687 15.3228 12.4062C14.9826 11.8437 14.4999 11.3611 13.8749 10.9583C14.5833 11.0416 15.2499 11.184 15.8749 11.3854C16.4999 11.5868 17.0833 11.8333 17.6249 12.125C18.1249 12.4028 18.5069 12.7118 18.7708 13.0521C19.0346 13.3923 19.1666 13.7639 19.1666 14.1666V15C19.1666 15.4583 19.0034 15.8507 18.677 16.1771C18.3506 16.5035 17.9583 16.6666 17.4999 16.6666H15.3749ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36804 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36804 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM15.8333 6.66665C15.8333 7.58331 15.5069 8.36804 14.8541 9.02081C14.2013 9.67359 13.4166 9.99998 12.4999 9.99998C12.3471 9.99998 12.1527 9.98262 11.9166 9.9479C11.6805 9.91317 11.486 9.87498 11.3333 9.83331C11.7083 9.38887 11.9964 8.89581 12.1978 8.35415C12.3992 7.81248 12.4999 7.24998 12.4999 6.66665C12.4999 6.08331 12.3992 5.52081 12.1978 4.97915C11.9964 4.43748 11.7083 3.94442 11.3333 3.49998C11.5277 3.43054 11.7221 3.3854 11.9166 3.36456C12.111 3.34373 12.3055 3.33331 12.4999 3.33331C13.4166 3.33331 14.2013 3.6597 14.8541 4.31248C15.5069 4.96526 15.8333 5.74998 15.8333 6.66665Z",fill:n})}),S2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833252 14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15V14.3333ZM17.4999 16.6666H15.3749C15.5277 16.4166 15.6423 16.1493 15.7187 15.8646C15.7951 15.5798 15.8333 15.2916 15.8333 15V14.1666C15.8333 13.5555 15.6631 12.9687 15.3228 12.4062C14.9826 11.8437 14.4999 11.3611 13.8749 10.9583C14.5833 11.0416 15.2499 11.184 15.8749 11.3854C16.4999 11.5868 17.0833 11.8333 17.6249 12.125C18.1249 12.4028 18.5069 12.7118 18.7708 13.0521C19.0346 13.3923 19.1666 13.7639 19.1666 14.1666V15C19.1666 15.4583 19.0034 15.8507 18.677 16.1771C18.3506 16.5035 17.9583 16.6666 17.4999 16.6666ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36804 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36804 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM15.8333 6.66665C15.8333 7.58331 15.5069 8.36804 14.8541 9.02081C14.2013 9.67359 13.4166 9.99998 12.4999 9.99998C12.3471 9.99998 12.1527 9.98262 11.9166 9.9479C11.6805 9.91317 11.486 9.87498 11.3333 9.83331C11.7083 9.38887 11.9964 8.89581 12.1978 8.35415C12.3992 7.81248 12.4999 7.24998 12.4999 6.66665C12.4999 6.08331 12.3992 5.52081 12.1978 4.97915C11.9964 4.43748 11.7083 3.94442 11.3333 3.49998C11.5277 3.43054 11.7221 3.3854 11.9166 3.36456C12.111 3.34373 12.3055 3.33331 12.4999 3.33331C13.4166 3.33331 14.2013 3.6597 14.8541 4.31248C15.5069 4.96526 15.8333 5.74998 15.8333 6.66665ZM2.49992 15H12.4999V14.3333C12.4999 14.1805 12.4617 14.0416 12.3853 13.9166C12.3089 13.7916 12.2083 13.6944 12.0833 13.625C11.3333 13.25 10.5763 12.9687 9.81242 12.7812C9.04853 12.5937 8.2777 12.5 7.49992 12.5C6.72214 12.5 5.95131 12.5937 5.18742 12.7812C4.42353 12.9687 3.66659 13.25 2.91659 13.625C2.79159 13.6944 2.69089 13.7916 2.6145 13.9166C2.53811 14.0416 2.49992 14.1805 2.49992 14.3333V15ZM7.49992 8.33331C7.95825 8.33331 8.35061 8.17012 8.677 7.84373C9.00339 7.51734 9.16659 7.12498 9.16659 6.66665C9.16659 6.20831 9.00339 5.81595 8.677 5.48956C8.35061 5.16317 7.95825 4.99998 7.49992 4.99998C7.04159 4.99998 6.64922 5.16317 6.32284 5.48956C5.99645 5.81595 5.83325 6.20831 5.83325 6.66665C5.83325 7.12498 5.99645 7.51734 6.32284 7.84373C6.64922 8.17012 7.04159 8.33331 7.49992 8.33331Z",fill:n})}),b2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833333 15C0.597222 15 0.399306 14.9201 0.239583 14.7604C0.0798611 14.6007 0 14.4028 0 14.1667V13.6875C0 13.0903 0.305556 12.6042 0.916667 12.2292C1.52778 11.8542 2.33333 11.6667 3.33333 11.6667C3.51389 11.6667 3.6875 11.6701 3.85417 11.6771C4.02083 11.684 4.18056 11.7014 4.33333 11.7292C4.13889 12.0208 3.99306 12.3264 3.89583 12.6458C3.79861 12.9653 3.75 13.2986 3.75 13.6458V15H0.833333ZM5.83333 15C5.59722 15 5.39931 14.9201 5.23958 14.7604C5.07986 14.6007 5 14.4028 5 14.1667V13.6458C5 13.2014 5.12153 12.7951 5.36458 12.4271C5.60764 12.059 5.95139 11.7361 6.39583 11.4583C6.84028 11.1806 7.37153 10.9722 7.98958 10.8333C8.60764 10.6944 9.27778 10.625 10 10.625C10.7361 10.625 11.4132 10.6944 12.0312 10.8333C12.6493 10.9722 13.1806 11.1806 13.625 11.4583C14.0694 11.7361 14.4097 12.059 14.6458 12.4271C14.8819 12.7951 15 13.2014 15 13.6458V14.1667C15 14.4028 14.9201 14.6007 14.7604 14.7604C14.6007 14.9201 14.4028 15 14.1667 15H5.83333ZM16.25 15V13.6458C16.25 13.2847 16.2049 12.9444 16.1146 12.625C16.0243 12.3056 15.8889 12.0069 15.7083 11.7292C15.8611 11.7014 16.0174 11.684 16.1771 11.6771C16.3368 11.6701 16.5 11.6667 16.6667 11.6667C17.6667 11.6667 18.4722 11.8507 19.0833 12.2188C19.6944 12.5868 20 13.0764 20 13.6875V14.1667C20 14.4028 19.9201 14.6007 19.7604 14.7604C19.6007 14.9201 19.4028 15 19.1667 15H16.25ZM3.33333 10.8333C2.875 10.8333 2.48264 10.6701 2.15625 10.3438C1.82986 10.0174 1.66667 9.625 1.66667 9.16667C1.66667 8.69444 1.82986 8.29861 2.15625 7.97917C2.48264 7.65972 2.875 7.5 3.33333 7.5C3.80556 7.5 4.20139 7.65972 4.52083 7.97917C4.84028 8.29861 5 8.69444 5 9.16667C5 9.625 4.84028 10.0174 4.52083 10.3438C4.20139 10.6701 3.80556 10.8333 3.33333 10.8333ZM16.6667 10.8333C16.2083 10.8333 15.816 10.6701 15.4896 10.3438C15.1632 10.0174 15 9.625 15 9.16667C15 8.69444 15.1632 8.29861 15.4896 7.97917C15.816 7.65972 16.2083 7.5 16.6667 7.5C17.1389 7.5 17.5347 7.65972 17.8542 7.97917C18.1736 8.29861 18.3333 8.69444 18.3333 9.16667C18.3333 9.625 18.1736 10.0174 17.8542 10.3438C17.5347 10.6701 17.1389 10.8333 16.6667 10.8333ZM10 10C9.30556 10 8.71528 9.75694 8.22917 9.27083C7.74306 8.78472 7.5 8.19444 7.5 7.5C7.5 6.79167 7.74306 6.19792 8.22917 5.71875C8.71528 5.23958 9.30556 5 10 5C10.7083 5 11.3021 5.23958 11.7812 5.71875C12.2604 6.19792 12.5 6.79167 12.5 7.5C12.5 8.19444 12.2604 8.78472 11.7812 9.27083C11.3021 9.75694 10.7083 10 10 10Z",fill:n})}),_2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M0.833333 15C0.597222 15 0.399306 14.9201 0.239583 14.7604C0.0798611 14.6007 0 14.4028 0 14.1667V13.6875C0 13.0903 0.305556 12.6042 0.916667 12.2292C1.52778 11.8542 2.33333 11.6667 3.33333 11.6667C3.51389 11.6667 3.6875 11.6701 3.85417 11.6771C4.02083 11.684 4.18056 11.7014 4.33333 11.7292C4.13889 12.0208 3.99306 12.3264 3.89583 12.6458C3.79861 12.9653 3.75 13.2986 3.75 13.6458V15H0.833333ZM5.83333 15C5.59722 15 5.39931 14.9201 5.23958 14.7604C5.07986 14.6007 5 14.4028 5 14.1667V13.6458C5 13.2014 5.12153 12.7951 5.36458 12.4271C5.60764 12.059 5.95139 11.7361 6.39583 11.4583C6.84028 11.1806 7.37153 10.9722 7.98958 10.8333C8.60764 10.6944 9.27778 10.625 10 10.625C10.7361 10.625 11.4132 10.6944 12.0312 10.8333C12.6493 10.9722 13.1806 11.1806 13.625 11.4583C14.0694 11.7361 14.4097 12.059 14.6458 12.4271C14.8819 12.7951 15 13.2014 15 13.6458V14.1667C15 14.4028 14.9201 14.6007 14.7604 14.7604C14.6007 14.9201 14.4028 15 14.1667 15H5.83333ZM16.25 15V13.6458C16.25 13.2847 16.2049 12.9444 16.1146 12.625C16.0243 12.3056 15.8889 12.0069 15.7083 11.7292C15.8611 11.7014 16.0174 11.684 16.1771 11.6771C16.3368 11.6701 16.5 11.6667 16.6667 11.6667C17.6667 11.6667 18.4722 11.8507 19.0833 12.2188C19.6944 12.5868 20 13.0764 20 13.6875V14.1667C20 14.4028 19.9201 14.6007 19.7604 14.7604C19.6007 14.9201 19.4028 15 19.1667 15H16.25ZM6.77083 13.3333H13.25C13.1111 13.0556 12.7257 12.8125 12.0938 12.6042C11.4618 12.3958 10.7639 12.2917 10 12.2917C9.23611 12.2917 8.53819 12.3958 7.90625 12.6042C7.27431 12.8125 6.89583 13.0556 6.77083 13.3333ZM3.33333 10.8333C2.875 10.8333 2.48264 10.6701 2.15625 10.3438C1.82986 10.0174 1.66667 9.625 1.66667 9.16667C1.66667 8.69444 1.82986 8.29861 2.15625 7.97917C2.48264 7.65972 2.875 7.5 3.33333 7.5C3.80556 7.5 4.20139 7.65972 4.52083 7.97917C4.84028 8.29861 5 8.69444 5 9.16667C5 9.625 4.84028 10.0174 4.52083 10.3438C4.20139 10.6701 3.80556 10.8333 3.33333 10.8333ZM16.6667 10.8333C16.2083 10.8333 15.816 10.6701 15.4896 10.3438C15.1632 10.0174 15 9.625 15 9.16667C15 8.69444 15.1632 8.29861 15.4896 7.97917C15.816 7.65972 16.2083 7.5 16.6667 7.5C17.1389 7.5 17.5347 7.65972 17.8542 7.97917C18.1736 8.29861 18.3333 8.69444 18.3333 9.16667C18.3333 9.625 18.1736 10.0174 17.8542 10.3438C17.5347 10.6701 17.1389 10.8333 16.6667 10.8333ZM10 10C9.30556 10 8.71528 9.75694 8.22917 9.27083C7.74306 8.78472 7.5 8.19444 7.5 7.5C7.5 6.79167 7.74306 6.19792 8.22917 5.71875C8.71528 5.23958 9.30556 5 10 5C10.7083 5 11.3021 5.23958 11.7812 5.71875C12.2604 6.19792 12.5 6.79167 12.5 7.5C12.5 8.19444 12.2604 8.78472 11.7812 9.27083C11.3021 9.75694 10.7083 10 10 10ZM10 8.33333C10.2361 8.33333 10.434 8.25347 10.5938 8.09375C10.7535 7.93403 10.8333 7.73611 10.8333 7.5C10.8333 7.26389 10.7535 7.06597 10.5938 6.90625C10.434 6.74653 10.2361 6.66667 10 6.66667C9.76389 6.66667 9.56597 6.74653 9.40625 6.90625C9.24653 7.06597 9.16667 7.26389 9.16667 7.5C9.16667 7.73611 9.24653 7.93403 9.40625 8.09375C9.56597 8.25347 9.76389 8.33333 10 8.33333Z",fill:n})}),y2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V10C2.5 8.95833 2.69792 7.98264 3.09375 7.07292C3.48958 6.16319 4.02431 5.37153 4.69792 4.69792C5.37153 4.02431 6.16319 3.48958 7.07292 3.09375C7.98264 2.69792 8.95833 2.5 10 2.5C11.0417 2.5 12.0174 2.69792 12.9271 3.09375C13.8368 3.48958 14.6285 4.02431 15.3021 4.69792C15.9757 5.37153 16.5104 6.16319 16.9062 7.07292C17.3021 7.98264 17.5 8.95833 17.5 10V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H14.1667C13.7083 17.5 13.316 17.3368 12.9896 17.0104C12.6632 16.684 12.5 16.2917 12.5 15.8333V12.5C12.5 12.0417 12.6632 11.6493 12.9896 11.3229C13.316 10.9965 13.7083 10.8333 14.1667 10.8333H15.8333V10C15.8333 8.375 15.2674 6.99653 14.1354 5.86458C13.0035 4.73264 11.625 4.16667 10 4.16667C8.375 4.16667 6.99653 4.73264 5.86458 5.86458C4.73264 6.99653 4.16667 8.375 4.16667 10V10.8333H5.83333C6.29167 10.8333 6.68403 10.9965 7.01042 11.3229C7.33681 11.6493 7.5 12.0417 7.5 12.5V15.8333C7.5 16.2917 7.33681 16.684 7.01042 17.0104C6.68403 17.3368 6.29167 17.5 5.83333 17.5Z",fill:n})}),O2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V10C2.5 8.95833 2.69792 7.98264 3.09375 7.07292C3.48958 6.16319 4.02431 5.37153 4.69792 4.69792C5.37153 4.02431 6.16319 3.48958 7.07292 3.09375C7.98264 2.69792 8.95833 2.5 10 2.5C11.0417 2.5 12.0174 2.69792 12.9271 3.09375C13.8368 3.48958 14.6285 4.02431 15.3021 4.69792C15.9757 5.37153 16.5104 6.16319 16.9062 7.07292C17.3021 7.98264 17.5 8.95833 17.5 10V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H14.1667C13.7083 17.5 13.316 17.3368 12.9896 17.0104C12.6632 16.684 12.5 16.2917 12.5 15.8333V12.5C12.5 12.0417 12.6632 11.6493 12.9896 11.3229C13.316 10.9965 13.7083 10.8333 14.1667 10.8333H15.8333V10C15.8333 8.375 15.2674 6.99653 14.1354 5.86458C13.0035 4.73264 11.625 4.16667 10 4.16667C8.375 4.16667 6.99653 4.73264 5.86458 5.86458C4.73264 6.99653 4.16667 8.375 4.16667 10V10.8333H5.83333C6.29167 10.8333 6.68403 10.9965 7.01042 11.3229C7.33681 11.6493 7.5 12.0417 7.5 12.5V15.8333C7.5 16.2917 7.33681 16.684 7.01042 17.0104C6.68403 17.3368 6.29167 17.5 5.83333 17.5ZM5.83333 12.5H4.16667V15.8333H5.83333V12.5ZM14.1667 12.5V15.8333H15.8333V12.5H14.1667Z",fill:n})}),N2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.9375C9.80556 16.9375 9.60764 16.9028 9.40625 16.8333C9.20487 16.7639 9.02778 16.6528 8.875 16.5L7.4375 15.1875C5.96528 13.8403 4.63542 12.5035 3.44792 11.1771C2.26042 9.85068 1.66667 8.38887 1.66667 6.79165C1.66667 5.48609 2.10417 4.39581 2.97917 3.52081C3.85417 2.64581 4.94445 2.20831 6.25 2.20831C6.98612 2.20831 7.68056 2.36456 8.33334 2.67706C8.98612 2.98956 9.54167 3.41665 10 3.95831C10.4583 3.41665 11.0139 2.98956 11.6667 2.67706C12.3194 2.36456 13.0139 2.20831 13.75 2.20831C15.0556 2.20831 16.1458 2.64581 17.0208 3.52081C17.8958 4.39581 18.3333 5.48609 18.3333 6.79165C18.3333 8.38887 17.7431 9.85415 16.5625 11.1875C15.3819 12.5208 14.0417 13.8611 12.5417 15.2083L11.125 16.5C10.9722 16.6528 10.7951 16.7639 10.5938 16.8333C10.3924 16.9028 10.1944 16.9375 10 16.9375Z",fill:n})}),F2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.9375C9.80556 16.9375 9.60764 16.9028 9.40625 16.8333C9.20487 16.7639 9.02778 16.6528 8.875 16.5L7.4375 15.1875C5.96528 13.8403 4.63542 12.5035 3.44792 11.1771C2.26042 9.85068 1.66667 8.38887 1.66667 6.79165C1.66667 5.48609 2.10417 4.39581 2.97917 3.52081C3.85417 2.64581 4.94445 2.20831 6.25 2.20831C6.98612 2.20831 7.68056 2.36456 8.33334 2.67706C8.98612 2.98956 9.54167 3.41665 10 3.95831C10.4583 3.41665 11.0139 2.98956 11.6667 2.67706C12.3194 2.36456 13.0139 2.20831 13.75 2.20831C15.0556 2.20831 16.1458 2.64581 17.0208 3.52081C17.8958 4.39581 18.3333 5.48609 18.3333 6.79165C18.3333 8.38887 17.7431 9.85415 16.5625 11.1875C15.3819 12.5208 14.0417 13.8611 12.5417 15.2083L11.125 16.5C10.9722 16.6528 10.7951 16.7639 10.5938 16.8333C10.3924 16.9028 10.1944 16.9375 10 16.9375ZM9.20834 5.62498C8.80556 5.05554 8.375 4.62151 7.91667 4.3229C7.45834 4.02429 6.90278 3.87498 6.25 3.87498C5.41667 3.87498 4.72223 4.15276 4.16667 4.70831C3.61112 5.26387 3.33334 5.95831 3.33334 6.79165C3.33334 7.51387 3.59028 8.28123 4.10417 9.09373C4.61806 9.90623 5.23264 10.6944 5.94792 11.4583C6.6632 12.2222 7.39931 12.9375 8.15625 13.6041C8.9132 14.2708 9.52778 14.8194 10 15.25C10.4722 14.8194 11.0868 14.2708 11.8438 13.6041C12.6007 12.9375 13.3368 12.2222 14.0521 11.4583C14.7674 10.6944 15.3819 9.90623 15.8958 9.09373C16.4097 8.28123 16.6667 7.51387 16.6667 6.79165C16.6667 5.95831 16.3889 5.26387 15.8333 4.70831C15.2778 4.15276 14.5833 3.87498 13.75 3.87498C13.0972 3.87498 12.5417 4.02429 12.0833 4.3229C11.625 4.62151 11.1944 5.05554 10.7917 5.62498C10.6944 5.76387 10.5764 5.86804 10.4375 5.93748C10.2986 6.00692 10.1528 6.04165 10 6.04165C9.84723 6.04165 9.70139 6.00692 9.5625 5.93748C9.42362 5.86804 9.30556 5.76387 9.20834 5.62498Z",fill:n})}),k2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.95835 15C10.25 15 10.4965 14.8993 10.6979 14.6979C10.8993 14.4965 11 14.25 11 13.9584C11 13.6667 10.8993 13.4202 10.6979 13.2188C10.4965 13.0174 10.25 12.9167 9.95835 12.9167C9.66669 12.9167 9.42016 13.0174 9.21877 13.2188C9.01738 13.4202 8.91669 13.6667 8.91669 13.9584C8.91669 14.25 9.01738 14.4965 9.21877 14.6979C9.42016 14.8993 9.66669 15 9.95835 15ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10.0834 6.41669C10.4306 6.41669 10.7327 6.5278 10.9896 6.75002C11.2465 6.97224 11.375 7.25002 11.375 7.58335C11.375 7.88891 11.2813 8.15974 11.0938 8.39585C10.9063 8.63196 10.6945 8.85419 10.4584 9.06252C10.1389 9.3403 9.85766 9.64585 9.6146 9.97919C9.37155 10.3125 9.25002 10.6875 9.25002 11.1042C9.25002 11.2986 9.32294 11.4618 9.46877 11.5938C9.6146 11.7257 9.78474 11.7917 9.97919 11.7917C10.1875 11.7917 10.3646 11.7222 10.5104 11.5834C10.6563 11.4445 10.75 11.2709 10.7917 11.0625C10.8472 10.7709 10.9722 10.5104 11.1667 10.2813C11.3611 10.0521 11.5695 9.83335 11.7917 9.62502C12.1111 9.31946 12.3854 8.98613 12.6146 8.62502C12.8438 8.26391 12.9584 7.86113 12.9584 7.41669C12.9584 6.70835 12.6702 6.12849 12.0938 5.6771C11.5174 5.22571 10.8472 5.00002 10.0834 5.00002C9.55558 5.00002 9.0521 5.11113 8.57294 5.33335C8.09377 5.55558 7.72919 5.89585 7.47919 6.35419C7.38196 6.52085 7.35071 6.69794 7.38544 6.88544C7.42016 7.07294 7.51391 7.2153 7.66669 7.31252C7.86113 7.42363 8.06252 7.45835 8.27085 7.41669C8.47919 7.37502 8.6528 7.25696 8.79169 7.06252C8.94446 6.85419 9.13544 6.69446 9.3646 6.58335C9.59377 6.47224 9.83335 6.41669 10.0834 6.41669Z",fill:n})}),I2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.95835 15C10.25 15 10.4965 14.8993 10.6979 14.6979C10.8993 14.4965 11 14.25 11 13.9584C11 13.6667 10.8993 13.4202 10.6979 13.2188C10.4965 13.0174 10.25 12.9167 9.95835 12.9167C9.66669 12.9167 9.42016 13.0174 9.21877 13.2188C9.01738 13.4202 8.91669 13.6667 8.91669 13.9584C8.91669 14.25 9.01738 14.4965 9.21877 14.6979C9.42016 14.8993 9.66669 15 9.95835 15ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667ZM10.0834 6.41669C10.4306 6.41669 10.7327 6.5278 10.9896 6.75002C11.2465 6.97224 11.375 7.25002 11.375 7.58335C11.375 7.88891 11.2813 8.15974 11.0938 8.39585C10.9063 8.63196 10.6945 8.85419 10.4584 9.06252C10.1389 9.3403 9.85766 9.64585 9.6146 9.97919C9.37155 10.3125 9.25002 10.6875 9.25002 11.1042C9.25002 11.2986 9.32294 11.4618 9.46877 11.5938C9.6146 11.7257 9.78474 11.7917 9.97919 11.7917C10.1875 11.7917 10.3646 11.7222 10.5104 11.5834C10.6563 11.4445 10.75 11.2709 10.7917 11.0625C10.8472 10.7709 10.9722 10.5104 11.1667 10.2813C11.3611 10.0521 11.5695 9.83335 11.7917 9.62502C12.1111 9.31946 12.3854 8.98613 12.6146 8.62502C12.8438 8.26391 12.9584 7.86113 12.9584 7.41669C12.9584 6.70835 12.6702 6.12849 12.0938 5.6771C11.5174 5.22571 10.8472 5.00002 10.0834 5.00002C9.55558 5.00002 9.0521 5.11113 8.57294 5.33335C8.09377 5.55558 7.72919 5.89585 7.47919 6.35419C7.38196 6.52085 7.35071 6.69794 7.38544 6.88544C7.42016 7.07294 7.51391 7.2153 7.66669 7.31252C7.86113 7.42363 8.06252 7.45835 8.27085 7.41669C8.47919 7.37502 8.6528 7.25696 8.79169 7.06252C8.94446 6.85419 9.13544 6.69446 9.3646 6.58335C9.59377 6.47224 9.83335 6.41669 10.0834 6.41669Z",fill:n})}),A2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C8.25 17.5 6.70139 16.9688 5.35417 15.9062C4.00694 14.8438 3.13194 13.4861 2.72917 11.8333C2.67361 11.625 2.71528 11.434 2.85417 11.2604C2.99306 11.0868 3.18056 10.9861 3.41667 10.9583C3.63889 10.9306 3.84028 10.9722 4.02083 11.0833C4.20139 11.1944 4.32639 11.3611 4.39583 11.5833C4.72917 12.8333 5.41667 13.8542 6.45833 14.6458C7.5 15.4375 8.68056 15.8333 10 15.8333C11.625 15.8333 13.0035 15.2674 14.1354 14.1354C15.2674 13.0035 15.8333 11.625 15.8333 10C15.8333 8.375 15.2674 6.99653 14.1354 5.86458C13.0035 4.73264 11.625 4.16667 10 4.16667C9.04167 4.16667 8.14583 4.38889 7.3125 4.83333C6.47917 5.27778 5.77778 5.88889 5.20833 6.66667H6.66667C6.90278 6.66667 7.10069 6.74653 7.26042 6.90625C7.42014 7.06597 7.5 7.26389 7.5 7.5C7.5 7.73611 7.42014 7.93403 7.26042 8.09375C7.10069 8.25347 6.90278 8.33333 6.66667 8.33333H3.33333C3.09722 8.33333 2.89931 8.25347 2.73958 8.09375C2.57986 7.93403 2.5 7.73611 2.5 7.5V4.16667C2.5 3.93056 2.57986 3.73264 2.73958 3.57292C2.89931 3.41319 3.09722 3.33333 3.33333 3.33333C3.56944 3.33333 3.76736 3.41319 3.92708 3.57292C4.08681 3.73264 4.16667 3.93056 4.16667 4.16667V5.29167C4.875 4.40278 5.73958 3.71528 6.76042 3.22917C7.78125 2.74306 8.86111 2.5 10 2.5C11.0417 2.5 12.0174 2.69792 12.9271 3.09375C13.8368 3.48958 14.6285 4.02431 15.3021 4.69792C15.9757 5.37153 16.5104 6.16319 16.9062 7.07292C17.3021 7.98264 17.5 8.95833 17.5 10C17.5 11.0417 17.3021 12.0174 16.9062 12.9271C16.5104 13.8368 15.9757 14.6285 15.3021 15.3021C14.6285 15.9757 13.8368 16.5104 12.9271 16.9062C12.0174 17.3021 11.0417 17.5 10 17.5ZM10.8333 9.66667L12.9167 11.75C13.0694 11.9028 13.1458 12.0972 13.1458 12.3333C13.1458 12.5694 13.0694 12.7639 12.9167 12.9167C12.7639 13.0694 12.5694 13.1458 12.3333 13.1458C12.0972 13.1458 11.9028 13.0694 11.75 12.9167L9.41667 10.5833C9.33333 10.5 9.27083 10.4062 9.22917 10.3021C9.1875 10.1979 9.16667 10.0903 9.16667 9.97917V6.66667C9.16667 6.43056 9.24653 6.23264 9.40625 6.07292C9.56597 5.91319 9.76389 5.83333 10 5.83333C10.2361 5.83333 10.434 5.91319 10.5938 6.07292C10.7535 6.23264 10.8333 6.43056 10.8333 6.66667V9.66667Z",fill:n})}),R2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33337 15.8334V8.33335C3.33337 8.06946 3.3924 7.81946 3.51046 7.58335C3.62851 7.34724 3.79171 7.1528 4.00004 7.00002L9.00004 3.25002C9.29171 3.0278 9.62504 2.91669 10 2.91669C10.375 2.91669 10.7084 3.0278 11 3.25002L16 7.00002C16.2084 7.1528 16.3716 7.34724 16.4896 7.58335C16.6077 7.81946 16.6667 8.06946 16.6667 8.33335V15.8334C16.6667 16.2917 16.5035 16.684 16.1771 17.0104C15.8507 17.3368 15.4584 17.5 15 17.5H12.5C12.2639 17.5 12.066 17.4202 11.9063 17.2604C11.7466 17.1007 11.6667 16.9028 11.6667 16.6667V12.5C11.6667 12.2639 11.5868 12.066 11.4271 11.9063C11.2674 11.7465 11.0695 11.6667 10.8334 11.6667H9.16671C8.9306 11.6667 8.73268 11.7465 8.57296 11.9063C8.41323 12.066 8.33337 12.2639 8.33337 12.5V16.6667C8.33337 16.9028 8.25351 17.1007 8.09379 17.2604C7.93407 17.4202 7.73615 17.5 7.50004 17.5H5.00004C4.54171 17.5 4.14935 17.3368 3.82296 17.0104C3.49657 16.684 3.33337 16.2917 3.33337 15.8334Z",fill:n})}),D2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00004 15.8334H7.50004V11.6667C7.50004 11.4306 7.5799 11.2327 7.73962 11.0729C7.89935 10.9132 8.09726 10.8334 8.33337 10.8334H11.6667C11.9028 10.8334 12.1007 10.9132 12.2605 11.0729C12.4202 11.2327 12.5 11.4306 12.5 11.6667V15.8334H15V8.33335L10 4.58335L5.00004 8.33335V15.8334ZM3.33337 15.8334V8.33335C3.33337 8.06946 3.3924 7.81946 3.51046 7.58335C3.62851 7.34724 3.79171 7.1528 4.00004 7.00002L9.00004 3.25002C9.29171 3.0278 9.62504 2.91669 10 2.91669C10.375 2.91669 10.7084 3.0278 11 3.25002L16 7.00002C16.2084 7.1528 16.3716 7.34724 16.4896 7.58335C16.6077 7.81946 16.6667 8.06946 16.6667 8.33335V15.8334C16.6667 16.2917 16.5035 16.684 16.1771 17.0104C15.8507 17.3368 15.4584 17.5 15 17.5H11.6667C11.4306 17.5 11.2327 17.4202 11.073 17.2604C10.9132 17.1007 10.8334 16.9028 10.8334 16.6667V12.5H9.16671V16.6667C9.16671 16.9028 9.08685 17.1007 8.92712 17.2604C8.7674 17.4202 8.56948 17.5 8.33337 17.5H5.00004C4.54171 17.5 4.14935 17.3368 3.82296 17.0104C3.49657 16.684 3.33337 16.2917 3.33337 15.8334Z",fill:n})}),T2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66666 16.6666H13.3333V14.1666C13.3333 13.25 13.0069 12.4652 12.3542 11.8125C11.7014 11.1597 10.9167 10.8333 9.99999 10.8333C9.08333 10.8333 8.29861 11.1597 7.64583 11.8125C6.99305 12.4652 6.66666 13.25 6.66666 14.1666V16.6666ZM9.99999 9.16663C10.9167 9.16663 11.7014 8.84024 12.3542 8.18746C13.0069 7.53468 13.3333 6.74996 13.3333 5.83329V3.33329H6.66666V5.83329C6.66666 6.74996 6.99305 7.53468 7.64583 8.18746C8.29861 8.84024 9.08333 9.16663 9.99999 9.16663ZM4.16666 18.3333C3.93055 18.3333 3.73263 18.2534 3.57291 18.0937C3.41319 17.934 3.33333 17.7361 3.33333 17.5C3.33333 17.2638 3.41319 17.0659 3.57291 16.9062C3.73263 16.7465 3.93055 16.6666 4.16666 16.6666H4.99999V14.1666C4.99999 13.3194 5.19791 12.5243 5.59374 11.7812C5.98958 11.0382 6.54166 10.4444 7.24999 9.99996C6.54166 9.55551 5.98958 8.96176 5.59374 8.21871C5.19791 7.47565 4.99999 6.68051 4.99999 5.83329V3.33329H4.16666C3.93055 3.33329 3.73263 3.25343 3.57291 3.09371C3.41319 2.93399 3.33333 2.73607 3.33333 2.49996C3.33333 2.26385 3.41319 2.06593 3.57291 1.90621C3.73263 1.74649 3.93055 1.66663 4.16666 1.66663H15.8333C16.0694 1.66663 16.2674 1.74649 16.4271 1.90621C16.5868 2.06593 16.6667 2.26385 16.6667 2.49996C16.6667 2.73607 16.5868 2.93399 16.4271 3.09371C16.2674 3.25343 16.0694 3.33329 15.8333 3.33329H15V5.83329C15 6.68051 14.8021 7.47565 14.4062 8.21871C14.0104 8.96176 13.4583 9.55551 12.75 9.99996C13.4583 10.4444 14.0104 11.0382 14.4062 11.7812C14.8021 12.5243 15 13.3194 15 14.1666V16.6666H15.8333C16.0694 16.6666 16.2674 16.7465 16.4271 16.9062C16.5868 17.0659 16.6667 17.2638 16.6667 17.5C16.6667 17.7361 16.5868 17.934 16.4271 18.0937C16.2674 18.2534 16.0694 18.3333 15.8333 18.3333H4.16666Z",fill:n})}),E2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16668 18.3333C3.93057 18.3333 3.73265 18.2534 3.57293 18.0937C3.4132 17.934 3.33334 17.7361 3.33334 17.5C3.33334 17.2638 3.4132 17.0659 3.57293 16.9062C3.73265 16.7465 3.93057 16.6666 4.16668 16.6666H5.00001V14.1666C5.00001 13.3194 5.19793 12.5243 5.59376 11.7812C5.98959 11.0382 6.54168 10.4444 7.25001 9.99996C6.54168 9.55551 5.98959 8.96176 5.59376 8.21871C5.19793 7.47565 5.00001 6.68051 5.00001 5.83329V3.33329H4.16668C3.93057 3.33329 3.73265 3.25343 3.57293 3.09371C3.4132 2.93399 3.33334 2.73607 3.33334 2.49996C3.33334 2.26385 3.4132 2.06593 3.57293 1.90621C3.73265 1.74649 3.93057 1.66663 4.16668 1.66663H15.8333C16.0695 1.66663 16.2674 1.74649 16.4271 1.90621C16.5868 2.06593 16.6667 2.26385 16.6667 2.49996C16.6667 2.73607 16.5868 2.93399 16.4271 3.09371C16.2674 3.25343 16.0695 3.33329 15.8333 3.33329H15V5.83329C15 6.68051 14.8021 7.47565 14.4063 8.21871C14.0104 8.96176 13.4583 9.55551 12.75 9.99996C13.4583 10.4444 14.0104 11.0382 14.4063 11.7812C14.8021 12.5243 15 13.3194 15 14.1666V16.6666H15.8333C16.0695 16.6666 16.2674 16.7465 16.4271 16.9062C16.5868 17.0659 16.6667 17.2638 16.6667 17.5C16.6667 17.7361 16.5868 17.934 16.4271 18.0937C16.2674 18.2534 16.0695 18.3333 15.8333 18.3333H4.16668Z",fill:n})}),P2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66668 16.6666H13.3333V14.1666C13.3333 13.25 13.007 12.4652 12.3542 11.8125C11.7014 11.1597 10.9167 10.8333 10 10.8333C9.08334 10.8333 8.29862 11.1597 7.64584 11.8125C6.99307 12.4652 6.66668 13.25 6.66668 14.1666V16.6666ZM10 9.16663C10.9167 9.16663 11.7014 8.84024 12.3542 8.18746C13.007 7.53468 13.3333 6.74996 13.3333 5.83329V3.33329H6.66668V5.83329C6.66668 6.74996 6.99307 7.53468 7.64584 8.18746C8.29862 8.84024 9.08334 9.16663 10 9.16663ZM4.16668 18.3333C3.93057 18.3333 3.73265 18.2534 3.57293 18.0937C3.4132 17.934 3.33334 17.7361 3.33334 17.5C3.33334 17.2638 3.4132 17.0659 3.57293 16.9062C3.73265 16.7465 3.93057 16.6666 4.16668 16.6666H5.00001V14.1666C5.00001 13.3194 5.19793 12.5243 5.59376 11.7812C5.98959 11.0382 6.54168 10.4444 7.25001 9.99996C6.54168 9.55551 5.98959 8.96176 5.59376 8.21871C5.19793 7.47565 5.00001 6.68051 5.00001 5.83329V3.33329H4.16668C3.93057 3.33329 3.73265 3.25343 3.57293 3.09371C3.4132 2.93399 3.33334 2.73607 3.33334 2.49996C3.33334 2.26385 3.4132 2.06593 3.57293 1.90621C3.73265 1.74649 3.93057 1.66663 4.16668 1.66663H15.8333C16.0695 1.66663 16.2674 1.74649 16.4271 1.90621C16.5868 2.06593 16.6667 2.26385 16.6667 2.49996C16.6667 2.73607 16.5868 2.93399 16.4271 3.09371C16.2674 3.25343 16.0695 3.33329 15.8333 3.33329H15V5.83329C15 6.68051 14.8021 7.47565 14.4063 8.21871C14.0104 8.96176 13.4583 9.55551 12.75 9.99996C13.4583 10.4444 14.0104 11.0382 14.4063 11.7812C14.8021 12.5243 15 13.3194 15 14.1666V16.6666H15.8333C16.0695 16.6666 16.2674 16.7465 16.4271 16.9062C16.5868 17.0659 16.6667 17.2638 16.6667 17.5C16.6667 17.7361 16.5868 17.934 16.4271 18.0937C16.2674 18.2534 16.0695 18.3333 15.8333 18.3333H4.16668Z",fill:n})}),z2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V10.3333L4.41667 12.25C4.58333 12.4167 4.77778 12.5 5 12.5C5.22222 12.5 5.41667 12.4167 5.58333 12.25L8.33333 9.5L11.0833 12.25C11.25 12.4167 11.4444 12.5 11.6667 12.5C11.8889 12.5 12.0833 12.4167 12.25 12.25L15 9.5L17.5 12V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V9.64583L15.5833 7.72917C15.4167 7.5625 15.2222 7.47917 15 7.47917C14.7778 7.47917 14.5833 7.5625 14.4167 7.72917L11.6667 10.4792L8.91667 7.72917C8.75 7.5625 8.55556 7.47917 8.33333 7.47917C8.11111 7.47917 7.91667 7.5625 7.75 7.72917L5 10.4792L2.5 7.97917V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5Z",fill:n})}),$2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM5 10.4792L7.75 7.72917C7.91667 7.5625 8.11111 7.47917 8.33333 7.47917C8.55556 7.47917 8.75 7.5625 8.91667 7.72917L11.6667 10.4792L14.4167 7.72917C14.5833 7.5625 14.7778 7.47917 15 7.47917C15.2222 7.47917 15.4167 7.5625 15.5833 7.72917L15.8333 7.97917V4.16667H4.16667V9.64583L5 10.4792ZM4.16667 15.8333H15.8333V10.3333L15 9.5L12.25 12.25C12.0833 12.4167 11.8889 12.5 11.6667 12.5C11.4444 12.5 11.25 12.4167 11.0833 12.25L8.33333 9.5L5.58333 12.25C5.41667 12.4167 5.22222 12.5 5 12.5C4.77778 12.5 4.58333 12.4167 4.41667 12.25L4.16667 12V15.8333ZM4.16667 15.8333V10.3333V12V4.16667V15.8333Z",fill:n})}),K2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM5.83333 14.1667H14.1667C14.3333 14.1667 14.4583 14.0903 14.5417 13.9375C14.625 13.7847 14.6111 13.6389 14.5 13.5L12.2083 10.4375C12.125 10.3264 12.0139 10.2708 11.875 10.2708C11.7361 10.2708 11.625 10.3264 11.5417 10.4375L9.375 13.3333L7.83333 11.2708C7.75 11.1597 7.63889 11.1042 7.5 11.1042C7.36111 11.1042 7.25 11.1597 7.16667 11.2708L5.5 13.5C5.38889 13.6389 5.375 13.7847 5.45833 13.9375C5.54167 14.0903 5.66667 14.1667 5.83333 14.1667Z",fill:n})}),U2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 11.6667H15.8333L12.9583 7.91669L11.0416 10.4167L9.74996 8.75002L7.49996 11.6667ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.00002H3.33329V16.6667H15V18.3334H3.33329ZM6.66663 3.33335H16.6666V13.3334H6.66663V3.33335Z",fill:n})}),G2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.0416 10.4167L10.0833 9.16669C9.99996 9.05558 9.88885 9.00002 9.74996 9.00002C9.61107 9.00002 9.49996 9.05558 9.41663 9.16669L8.02079 11C7.90968 11.1389 7.89232 11.2847 7.96871 11.4375C8.0451 11.5903 8.17357 11.6667 8.35413 11.6667H14.9791C15.1597 11.6667 15.2882 11.5903 15.3645 11.4375C15.4409 11.2847 15.4236 11.1389 15.3125 11L13.2916 8.35419C13.2083 8.24308 13.0972 8.18752 12.9583 8.18752C12.8194 8.18752 12.7083 8.24308 12.625 8.35419L11.0416 10.4167ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.83335C1.66663 5.59724 1.74649 5.39933 1.90621 5.2396C2.06593 5.07988 2.26385 5.00002 2.49996 5.00002C2.73607 5.00002 2.93399 5.07988 3.09371 5.2396C3.25343 5.39933 3.33329 5.59724 3.33329 5.83335V16.6667H14.1666C14.4027 16.6667 14.6007 16.7465 14.7604 16.9063C14.9201 17.066 15 17.2639 15 17.5C15 17.7361 14.9201 17.934 14.7604 18.0938C14.6007 18.2535 14.4027 18.3334 14.1666 18.3334H3.33329Z",fill:n})}),W2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM5.83333 14.1667H14.1667C14.3333 14.1667 14.4583 14.0903 14.5417 13.9375C14.625 13.7847 14.6111 13.6389 14.5 13.5L12.2083 10.4375C12.125 10.3264 12.0139 10.2708 11.875 10.2708C11.7361 10.2708 11.625 10.3264 11.5417 10.4375L9.375 13.3333L7.83333 11.2708C7.75 11.1597 7.63889 11.1042 7.5 11.1042C7.36111 11.1042 7.25 11.1597 7.16667 11.2708L5.5 13.5C5.38889 13.6389 5.375 13.7847 5.45833 13.9375C5.54167 14.0903 5.66667 14.1667 5.83333 14.1667Z",fill:n})}),q2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 13.3333C10.4444 13.3333 10.8542 13.2188 11.2292 12.9896C11.6042 12.7604 11.9097 12.4583 12.1458 12.0833C12.2292 11.9583 12.3333 11.8576 12.4583 11.7812C12.5833 11.7049 12.7222 11.6667 12.875 11.6667H15.8333V4.16667H4.16667V11.6667H7.125C7.27778 11.6667 7.41667 11.7049 7.54167 11.7812C7.66667 11.8576 7.77083 11.9583 7.85417 12.0833C8.09028 12.4583 8.39583 12.7604 8.77083 12.9896C9.14583 13.2188 9.55556 13.3333 10 13.3333Z",fill:n})}),Y2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V13.3333H13.3333C12.9167 13.8611 12.4201 14.2708 11.8438 14.5625C11.2674 14.8542 10.6528 15 10 15C9.34722 15 8.73264 14.8542 8.15625 14.5625C7.57986 14.2708 7.08333 13.8611 6.66667 13.3333H4.16667V15.8333ZM10 13.3333C10.4444 13.3333 10.8542 13.2188 11.2292 12.9896C11.6042 12.7604 11.9097 12.4583 12.1458 12.0833C12.2292 11.9583 12.3333 11.8576 12.4583 11.7812C12.5833 11.7049 12.7222 11.6667 12.875 11.6667H15.8333V4.16667H4.16667V11.6667H7.125C7.27778 11.6667 7.41667 11.7049 7.54167 11.7812C7.66667 11.8576 7.77083 11.9583 7.85417 12.0833C8.09028 12.4583 8.39583 12.7604 8.77083 12.9896C9.14583 13.2188 9.55556 13.3333 10 13.3333Z",fill:n})}),Q2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8334 13.5695 10.8334 13.3334V10C10.8334 9.76391 10.7535 9.56599 10.5938 9.40627C10.434 9.24655 10.2361 9.16669 10 9.16669C9.76391 9.16669 9.56599 9.24655 9.40627 9.40627C9.24655 9.56599 9.16669 9.76391 9.16669 10V13.3334C9.16669 13.5695 9.24655 13.7674 9.40627 13.9271C9.56599 14.0868 9.76391 14.1667 10 14.1667ZM10 7.50002C10.2361 7.50002 10.434 7.42016 10.5938 7.26044C10.7535 7.10071 10.8334 6.9028 10.8334 6.66669C10.8334 6.43058 10.7535 6.23266 10.5938 6.07294C10.434 5.91321 10.2361 5.83335 10 5.83335C9.76391 5.83335 9.56599 5.91321 9.40627 6.07294C9.24655 6.23266 9.16669 6.43058 9.16669 6.66669C9.16669 6.9028 9.24655 7.10071 9.40627 7.26044C9.56599 7.42016 9.76391 7.50002 10 7.50002ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334Z",fill:n})}),X2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 5.83333C9.54165 5.83333 9.14929 5.67014 8.8229 5.34375C8.49651 5.01736 8.33331 4.625 8.33331 4.16667C8.33331 3.70833 8.49651 3.31597 8.8229 2.98958C9.14929 2.66319 9.54165 2.5 9.99998 2.5C10.4583 2.5 10.8507 2.66319 11.1771 2.98958C11.5035 3.31597 11.6666 3.70833 11.6666 4.16667C11.6666 4.625 11.5035 5.01736 11.1771 5.34375C10.8507 5.67014 10.4583 5.83333 9.99998 5.83333ZM9.99998 17.5C9.65276 17.5 9.35762 17.3785 9.11456 17.1354C8.87151 16.8924 8.74998 16.5972 8.74998 16.25V8.75C8.74998 8.40278 8.87151 8.10764 9.11456 7.86458C9.35762 7.62153 9.65276 7.5 9.99998 7.5C10.3472 7.5 10.6423 7.62153 10.8854 7.86458C11.1285 8.10764 11.25 8.40278 11.25 8.75V16.25C11.25 16.5972 11.1285 16.8924 10.8854 17.1354C10.6423 17.3785 10.3472 17.5 9.99998 17.5Z",fill:n})}),J2=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.1667C10.2361 14.1667 10.434 14.0868 10.5938 13.9271C10.7535 13.7674 10.8334 13.5695 10.8334 13.3334V10C10.8334 9.76391 10.7535 9.56599 10.5938 9.40627C10.434 9.24655 10.2361 9.16669 10 9.16669C9.76391 9.16669 9.56599 9.24655 9.40627 9.40627C9.24655 9.56599 9.16669 9.76391 9.16669 10V13.3334C9.16669 13.5695 9.24655 13.7674 9.40627 13.9271C9.56599 14.0868 9.76391 14.1667 10 14.1667ZM10 7.50002C10.2361 7.50002 10.434 7.42016 10.5938 7.26044C10.7535 7.10071 10.8334 6.9028 10.8334 6.66669C10.8334 6.43058 10.7535 6.23266 10.5938 6.07294C10.434 5.91321 10.2361 5.83335 10 5.83335C9.76391 5.83335 9.56599 5.91321 9.40627 6.07294C9.24655 6.23266 9.16669 6.43058 9.16669 6.66669C9.16669 6.9028 9.24655 7.10071 9.40627 7.26044C9.56599 7.42016 9.76391 7.50002 10 7.50002ZM10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),C4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3333 4.16667V10L14.75 11.4167C14.8333 11.5 14.8958 11.5938 14.9375 11.6979C14.9792 11.8021 15 11.9097 15 12.0208V12.5C15 12.7361 14.9201 12.934 14.7604 13.0938C14.6007 13.2535 14.4028 13.3333 14.1667 13.3333H10.8333V18.2083C10.8333 18.4444 10.7535 18.6424 10.5938 18.8021C10.434 18.9618 10.2361 19.0417 10 19.0417C9.76389 19.0417 9.56597 18.9618 9.40625 18.8021C9.24653 18.6424 9.16667 18.4444 9.16667 18.2083V13.3333H5.83333C5.59722 13.3333 5.39931 13.2535 5.23958 13.0938C5.07986 12.934 5 12.7361 5 12.5V12.0208C5 11.9097 5.02083 11.8021 5.0625 11.6979C5.10417 11.5938 5.16667 11.5 5.25 11.4167L6.66667 10V4.16667C6.43056 4.16667 6.23264 4.08681 6.07292 3.92708C5.91319 3.76736 5.83333 3.56944 5.83333 3.33333C5.83333 3.09722 5.91319 2.89931 6.07292 2.73958C6.23264 2.57986 6.43056 2.5 6.66667 2.5H13.3333C13.5694 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.56944 14.0868 3.76736 13.9271 3.92708C13.7674 4.08681 13.5694 4.16667 13.3333 4.16667Z",fill:n})}),e4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.9167 9.5625L6.04168 3.6875C5.97223 3.61806 5.92015 3.54167 5.88543 3.45833C5.8507 3.375 5.83334 3.29167 5.83334 3.20833C5.83334 3.02778 5.89584 2.86458 6.02084 2.71875C6.14584 2.57292 6.31251 2.5 6.52084 2.5H13.3333C13.5695 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.55556 14.066 3.71181 13.8646 3.80208C13.6632 3.89236 13.4861 4.01389 13.3333 4.16667V8.95833C13.3333 9.33333 13.1632 9.59375 12.8229 9.73958C12.4826 9.88542 12.1806 9.82639 11.9167 9.5625ZM9.16668 18.3333V13.3333H6.16668C5.81945 13.3333 5.54168 13.2118 5.33334 12.9687C5.12501 12.7257 5.02084 12.4514 5.02084 12.1458C5.02084 11.9931 5.05209 11.8403 5.11459 11.6875C5.17709 11.5347 5.27779 11.3889 5.41668 11.25L6.66668 10V9.04167L1.75001 4.08333C1.59723 3.93056 1.51737 3.73958 1.51043 3.51042C1.50348 3.28125 1.58334 3.08333 1.75001 2.91667C1.90279 2.76389 2.09723 2.6875 2.33334 2.6875C2.56945 2.6875 2.7639 2.76389 2.91668 2.91667L17.0625 17.0625C17.2292 17.2292 17.309 17.4271 17.3021 17.6562C17.2951 17.8854 17.2083 18.0833 17.0417 18.25C16.875 18.4028 16.6806 18.4826 16.4583 18.4896C16.2361 18.4965 16.0417 18.4167 15.875 18.25L10.9583 13.3333H10.8333V18.3333C10.8333 18.5694 10.7535 18.7674 10.5938 18.9271C10.434 19.0868 10.2361 19.1667 10 19.1667C9.7639 19.1667 9.56598 19.0868 9.40626 18.9271C9.24654 18.7674 9.16668 18.5694 9.16668 18.3333Z",fill:n})}),t4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.6667 4.16667H8.33334V5.97917L6.04168 3.6875C5.97223 3.61806 5.92015 3.54167 5.88543 3.45833C5.8507 3.375 5.83334 3.29167 5.83334 3.20833C5.83334 3.02778 5.89584 2.86458 6.02084 2.71875C6.14584 2.57292 6.31251 2.5 6.52084 2.5H13.3333C13.5695 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.55556 14.066 3.71181 13.8646 3.80208C13.6632 3.89236 13.4861 4.01389 13.3333 4.16667V9.16667C13.3333 9.40278 13.2535 9.60069 13.0938 9.76042C12.934 9.92014 12.7361 10 12.5 10C12.2639 10 12.066 9.92014 11.9063 9.76042C11.7465 9.60069 11.6667 9.40278 11.6667 9.16667V4.16667ZM9.16668 18.3333V13.3333H6.16668C5.81945 13.3333 5.54168 13.2118 5.33334 12.9687C5.12501 12.7257 5.02084 12.4514 5.02084 12.1458C5.02084 11.9931 5.05209 11.8403 5.11459 11.6875C5.17709 11.5347 5.27779 11.3889 5.41668 11.25L6.66668 10V9.04167L1.75001 4.08333C1.59723 3.93056 1.51737 3.73958 1.51043 3.51042C1.50348 3.28125 1.58334 3.08333 1.75001 2.91667C1.90279 2.76389 2.09723 2.6875 2.33334 2.6875C2.56945 2.6875 2.7639 2.76389 2.91668 2.91667L17.0625 17.0625C17.2292 17.2292 17.309 17.4271 17.3021 17.6562C17.2951 17.8854 17.2083 18.0833 17.0417 18.25C16.875 18.4028 16.6806 18.4826 16.4583 18.4896C16.2361 18.4965 16.0417 18.4167 15.875 18.25L10.9583 13.3333H10.8333V18.3333C10.8333 18.5694 10.7535 18.7674 10.5938 18.9271C10.434 19.0868 10.2361 19.1667 10 19.1667C9.7639 19.1667 9.56598 19.0868 9.40626 18.9271C9.24654 18.7674 9.16668 18.5694 9.16668 18.3333ZM7.37501 11.6667H9.29168L8.37501 10.75L8.33334 10.7083L7.37501 11.6667Z",fill:n})}),n4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3333 4.16667V10L14.75 11.4167C14.8333 11.5 14.8958 11.5938 14.9375 11.6979C14.9792 11.8021 15 11.9097 15 12.0208V12.5C15 12.7361 14.9201 12.934 14.7604 13.0938C14.6007 13.2535 14.4028 13.3333 14.1667 13.3333H10.8333V18.2083C10.8333 18.4444 10.7535 18.6424 10.5938 18.8021C10.434 18.9618 10.2361 19.0417 10 19.0417C9.76389 19.0417 9.56597 18.9618 9.40625 18.8021C9.24653 18.6424 9.16667 18.4444 9.16667 18.2083V13.3333H5.83333C5.59722 13.3333 5.39931 13.2535 5.23958 13.0938C5.07986 12.934 5 12.7361 5 12.5V12.0208C5 11.9097 5.02083 11.8021 5.0625 11.6979C5.10417 11.5938 5.16667 11.5 5.25 11.4167L6.66667 10V4.16667C6.43056 4.16667 6.23264 4.08681 6.07292 3.92708C5.91319 3.76736 5.83333 3.56944 5.83333 3.33333C5.83333 3.09722 5.91319 2.89931 6.07292 2.73958C6.23264 2.57986 6.43056 2.5 6.66667 2.5H13.3333C13.5694 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333C14.1667 3.56944 14.0868 3.76736 13.9271 3.92708C13.7674 4.08681 13.5694 4.16667 13.3333 4.16667ZM7.375 11.6667H12.625L11.6667 10.7083V4.16667H8.33333V10.7083L7.375 11.6667Z",fill:n})}),r4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33334 16.6666C2.87501 16.6666 2.48264 16.5035 2.15626 16.1771C1.82987 15.8507 1.66667 15.4583 1.66667 15V4.99998C1.66667 4.54165 1.82987 4.14929 2.15626 3.8229C2.48264 3.49651 2.87501 3.33331 3.33334 3.33331H12.5C12.7639 3.33331 13.0139 3.39234 13.25 3.5104C13.4861 3.62845 13.6806 3.79165 13.8333 3.99998L17.5833 8.99998C17.8056 9.29165 17.9167 9.62498 17.9167 9.99998C17.9167 10.375 17.8056 10.7083 17.5833 11L13.8333 16C13.6806 16.2083 13.4861 16.3715 13.25 16.4896C13.0139 16.6076 12.7639 16.6666 12.5 16.6666H3.33334Z",fill:n})}),o4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33332 16.6666C2.87499 16.6666 2.48263 16.5035 2.15624 16.1771C1.82985 15.8507 1.66666 15.4583 1.66666 15V4.99998C1.66666 4.54165 1.82985 4.14929 2.15624 3.8229C2.48263 3.49651 2.87499 3.33331 3.33332 3.33331H12.5C12.7639 3.33331 13.0139 3.39234 13.25 3.5104C13.4861 3.62845 13.6805 3.79165 13.8333 3.99998L17.5833 8.99998C17.8055 9.29165 17.9167 9.62498 17.9167 9.99998C17.9167 10.375 17.8055 10.7083 17.5833 11L13.8333 16C13.6805 16.2083 13.4861 16.3715 13.25 16.4896C13.0139 16.6076 12.7639 16.6666 12.5 16.6666H3.33332ZM3.33332 15H12.5L16.25 9.99998L12.5 4.99998H3.33332V15Z",fill:n})}),s4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3333C8.86095 18.3333 7.78456 18.1145 6.77067 17.677C5.75678 17.2395 4.87136 16.6423 4.11442 15.8854C3.35748 15.1284 2.76025 14.243 2.32275 13.2291C1.88525 12.2152 1.6665 11.1388 1.6665 9.99996C1.6665 8.84718 1.88525 7.76732 2.32275 6.76038C2.76025 5.75343 3.35748 4.87149 4.11442 4.11454C4.87136 3.3576 5.75678 2.76038 6.77067 2.32288C7.78456 1.88538 8.86095 1.66663 9.99984 1.66663C11.1526 1.66663 12.2325 1.88538 13.2394 2.32288C14.2464 2.76038 15.1283 3.3576 15.8853 4.11454C16.6422 4.87149 17.2394 5.75343 17.6769 6.76038C18.1144 7.76732 18.3332 8.84718 18.3332 9.99996C18.3332 11.1388 18.1144 12.2152 17.6769 13.2291C17.2394 14.243 16.6422 15.1284 15.8853 15.8854C15.1283 16.6423 14.2464 17.2395 13.2394 17.677C12.2325 18.1145 11.1526 18.3333 9.99984 18.3333ZM9.99984 16.625C10.3609 16.125 10.6734 15.6041 10.9373 15.0625C11.2012 14.5208 11.4165 13.9444 11.5832 13.3333H8.4165C8.58317 13.9444 8.79845 14.5208 9.06234 15.0625C9.32623 15.6041 9.63873 16.125 9.99984 16.625ZM7.83317 16.2916C7.58317 15.8333 7.36442 15.3576 7.17692 14.8645C6.98942 14.3715 6.83317 13.8611 6.70817 13.3333H4.24984C4.65261 14.0277 5.15609 14.6319 5.76025 15.1458C6.36442 15.6597 7.05539 16.0416 7.83317 16.2916ZM12.1665 16.2916C12.9443 16.0416 13.6353 15.6597 14.2394 15.1458C14.8436 14.6319 15.3471 14.0277 15.7498 13.3333H13.2915C13.1665 13.8611 13.0103 14.3715 12.8228 14.8645C12.6353 15.3576 12.4165 15.8333 12.1665 16.2916ZM3.5415 11.6666H6.37484C6.33317 11.3888 6.30192 11.1145 6.28109 10.8437C6.26025 10.5729 6.24984 10.2916 6.24984 9.99996C6.24984 9.70829 6.26025 9.42704 6.28109 9.15621C6.30192 8.88538 6.33317 8.61107 6.37484 8.33329H3.5415C3.47206 8.61107 3.41998 8.88538 3.38525 9.15621C3.35053 9.42704 3.33317 9.70829 3.33317 9.99996C3.33317 10.2916 3.35053 10.5729 3.38525 10.8437C3.41998 11.1145 3.47206 11.3888 3.5415 11.6666ZM8.0415 11.6666H11.9582C11.9998 11.3888 12.0311 11.1145 12.0519 10.8437C12.0728 10.5729 12.0832 10.2916 12.0832 9.99996C12.0832 9.70829 12.0728 9.42704 12.0519 9.15621C12.0311 8.88538 11.9998 8.61107 11.9582 8.33329H8.0415C7.99984 8.61107 7.96859 8.88538 7.94775 9.15621C7.92692 9.42704 7.9165 9.70829 7.9165 9.99996C7.9165 10.2916 7.92692 10.5729 7.94775 10.8437C7.96859 11.1145 7.99984 11.3888 8.0415 11.6666ZM13.6248 11.6666H16.4582C16.5276 11.3888 16.5797 11.1145 16.6144 10.8437C16.6491 10.5729 16.6665 10.2916 16.6665 9.99996C16.6665 9.70829 16.6491 9.42704 16.6144 9.15621C16.5797 8.88538 16.5276 8.61107 16.4582 8.33329H13.6248C13.6665 8.61107 13.6978 8.88538 13.7186 9.15621C13.7394 9.42704 13.7498 9.70829 13.7498 9.99996C13.7498 10.2916 13.7394 10.5729 13.7186 10.8437C13.6978 11.1145 13.6665 11.3888 13.6248 11.6666ZM13.2915 6.66663H15.7498C15.3471 5.97218 14.8436 5.36801 14.2394 4.85413C13.6353 4.34024 12.9443 3.95829 12.1665 3.70829C12.4165 4.16663 12.6353 4.64232 12.8228 5.13538C13.0103 5.62843 13.1665 6.13885 13.2915 6.66663ZM8.4165 6.66663H11.5832C11.4165 6.05551 11.2012 5.47913 10.9373 4.93746C10.6734 4.39579 10.3609 3.87496 9.99984 3.37496C9.63873 3.87496 9.32623 4.39579 9.06234 4.93746C8.79845 5.47913 8.58317 6.05551 8.4165 6.66663ZM4.24984 6.66663H6.70817C6.83317 6.13885 6.98942 5.62843 7.17692 5.13538C7.36442 4.64232 7.58317 4.16663 7.83317 3.70829C7.05539 3.95829 6.36442 4.34024 5.76025 4.85413C5.15609 5.36801 4.65261 5.97218 4.24984 6.66663Z",fill:n})}),l4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.66683 17.5C1.43072 17.5 1.2328 17.4201 1.07308 17.2604C0.913357 17.1007 0.833496 16.9028 0.833496 16.6667C0.833496 16.4306 0.913357 16.2326 1.07308 16.0729C1.2328 15.9132 1.43072 15.8333 1.66683 15.8333H18.3335C18.5696 15.8333 18.7675 15.9132 18.9272 16.0729C19.087 16.2326 19.1668 16.4306 19.1668 16.6667C19.1668 16.9028 19.087 17.1007 18.9272 17.2604C18.7675 17.4201 18.5696 17.5 18.3335 17.5H1.66683ZM3.3335 15C2.87516 15 2.4828 14.8368 2.15641 14.5104C1.83002 14.184 1.66683 13.7917 1.66683 13.3333V4.16667C1.66683 3.70833 1.83002 3.31597 2.15641 2.98958C2.4828 2.66319 2.87516 2.5 3.3335 2.5H16.6668C17.1252 2.5 17.5175 2.66319 17.8439 2.98958C18.1703 3.31597 18.3335 3.70833 18.3335 4.16667V13.3333C18.3335 13.7917 18.1703 14.184 17.8439 14.5104C17.5175 14.8368 17.1252 15 16.6668 15H3.3335Z",fill:n})}),i4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.66683 17.5C1.43072 17.5 1.2328 17.4201 1.07308 17.2604C0.913357 17.1007 0.833496 16.9028 0.833496 16.6667C0.833496 16.4306 0.913357 16.2326 1.07308 16.0729C1.2328 15.9132 1.43072 15.8333 1.66683 15.8333H18.3335C18.5696 15.8333 18.7675 15.9132 18.9272 16.0729C19.087 16.2326 19.1668 16.4306 19.1668 16.6667C19.1668 16.9028 19.087 17.1007 18.9272 17.2604C18.7675 17.4201 18.5696 17.5 18.3335 17.5H1.66683ZM3.3335 15C2.87516 15 2.4828 14.8368 2.15641 14.5104C1.83002 14.184 1.66683 13.7917 1.66683 13.3333V4.16667C1.66683 3.70833 1.83002 3.31597 2.15641 2.98958C2.4828 2.66319 2.87516 2.5 3.3335 2.5H16.6668C17.1252 2.5 17.5175 2.66319 17.8439 2.98958C18.1703 3.31597 18.3335 3.70833 18.3335 4.16667V13.3333C18.3335 13.7917 18.1703 14.184 17.8439 14.5104C17.5175 14.8368 17.1252 15 16.6668 15H3.3335ZM3.3335 13.3333H16.6668V4.16667H3.3335V13.3333Z",fill:n})}),c4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.50004 10L5.25004 6.75C5.09726 6.59722 5.02087 6.40278 5.02087 6.16667C5.02087 5.93056 5.09726 5.73611 5.25004 5.58333C5.40282 5.43056 5.59726 5.35417 5.83337 5.35417C6.06949 5.35417 6.26393 5.43056 6.41671 5.58333L10.25 9.41667C10.3334 9.5 10.3924 9.59028 10.4271 9.6875C10.4618 9.78472 10.4792 9.88889 10.4792 10C10.4792 10.1111 10.4618 10.2153 10.4271 10.3125C10.3924 10.4097 10.3334 10.5 10.25 10.5833L6.41671 14.4167C6.26393 14.5694 6.06949 14.6458 5.83337 14.6458C5.59726 14.6458 5.40282 14.5694 5.25004 14.4167C5.09726 14.2639 5.02087 14.0694 5.02087 13.8333C5.02087 13.5972 5.09726 13.4028 5.25004 13.25L8.50004 10ZM14.1667 5C14.4028 5 14.6007 5.07986 14.7605 5.23958C14.9202 5.39931 15 5.59722 15 5.83333V14.1667C15 14.4028 14.9202 14.6007 14.7605 14.7604C14.6007 14.9201 14.4028 15 14.1667 15C13.9306 15 13.7327 14.9201 13.573 14.7604C13.4132 14.6007 13.3334 14.4028 13.3334 14.1667V5.83333C13.3334 5.59722 13.4132 5.39931 13.573 5.23958C13.7327 5.07986 13.9306 5 14.1667 5Z",fill:n})}),a4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.75 12.3333V7.66667C13.75 7.47222 13.6667 7.34028 13.5 7.27083C13.3333 7.20139 13.1806 7.23611 13.0417 7.375L11 9.41667C10.8333 9.58333 10.75 9.77778 10.75 10C10.75 10.2222 10.8333 10.4167 11 10.5833L13.0417 12.625C13.1806 12.7639 13.3333 12.7986 13.5 12.7292C13.6667 12.6597 13.75 12.5278 13.75 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),d4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.75 12.3333V7.66667C13.75 7.47222 13.6667 7.34028 13.5 7.27083C13.3333 7.20139 13.1806 7.23611 13.0417 7.375L11 9.41667C10.8333 9.58333 10.75 9.77778 10.75 10C10.75 10.2222 10.8333 10.4167 11 10.5833L13.0417 12.625C13.1806 12.7639 13.3333 12.7986 13.5 12.7292C13.6667 12.6597 13.75 12.5278 13.75 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 15.8333V4.16667H4.16667V15.8333H6.66667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),w4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 7.66667V12.3333C10.4167 12.5278 10.5 12.6597 10.6667 12.7292C10.8333 12.7986 10.9861 12.7639 11.125 12.625L13.1667 10.5833C13.3333 10.4167 13.4167 10.2222 13.4167 10C13.4167 9.77778 13.3333 9.58333 13.1667 9.41667L11.125 7.375C10.9861 7.23611 10.8333 7.20139 10.6667 7.27083C10.5 7.34028 10.4167 7.47222 10.4167 7.66667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),u4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.4167 7.66667V12.3333C10.4167 12.5278 10.5 12.6597 10.6667 12.7292C10.8333 12.7986 10.9861 12.7639 11.125 12.625L13.1667 10.5833C13.3333 10.4167 13.4167 10.2222 13.4167 10C13.4167 9.77778 13.3333 9.58333 13.1667 9.41667L11.125 7.375C10.9861 7.23611 10.8333 7.20139 10.6667 7.27083C10.5 7.34028 10.4167 7.47222 10.4167 7.66667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 15.8333V4.16667H4.16667V15.8333H6.66667ZM8.33333 15.8333H15.8333V4.16667H8.33333V15.8333Z",fill:n})}),g4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99977 18.3334C9.54143 18.3334 9.14907 18.1702 8.82268 17.8438C8.49629 17.5174 8.3331 17.125 8.3331 16.6667H11.6664C11.6664 17.125 11.5032 17.5174 11.1768 17.8438C10.8505 18.1702 10.4581 18.3334 9.99977 18.3334ZM14.5414 12.1667L5.7081 3.37502C6.27754 2.84724 6.92685 2.43058 7.65602 2.12502C8.38518 1.81946 9.16643 1.66669 9.99977 1.66669C11.7359 1.66669 13.2116 2.27433 14.4268 3.4896C15.6421 4.70488 16.2498 6.18058 16.2498 7.91669C16.2498 8.9028 16.0762 9.74655 15.7289 10.4479C15.3817 11.1493 14.9859 11.7222 14.5414 12.1667ZM10.9581 13.3334H6.87477C5.91643 12.7639 5.15602 12 4.59352 11.0417C4.03102 10.0834 3.74977 9.04169 3.74977 7.91669C3.74977 7.63891 3.76713 7.36808 3.80185 7.10419C3.83657 6.8403 3.88865 6.58335 3.9581 6.33335L1.74977 4.08335C1.59699 3.93058 1.51713 3.7396 1.51018 3.51044C1.50324 3.28127 1.5831 3.08335 1.74977 2.91669C1.90254 2.76391 2.09699 2.68752 2.3331 2.68752C2.56921 2.68752 2.76365 2.76391 2.91643 2.91669L17.0831 17.0834C17.2498 17.25 17.3331 17.4445 17.3331 17.6667C17.3331 17.8889 17.2498 18.0834 17.0831 18.25C16.9164 18.4167 16.7185 18.5 16.4893 18.5C16.2602 18.5 16.0623 18.4167 15.8956 18.25L10.9581 13.3334ZM7.49977 15.8334C7.26365 15.8334 7.06574 15.7535 6.90602 15.5938C6.74629 15.434 6.66643 15.2361 6.66643 15C6.66643 14.7639 6.74629 14.566 6.90602 14.4063C7.06574 14.2465 7.26365 14.1667 7.49977 14.1667H12.6248C12.8609 14.1667 13.0588 14.2465 13.2185 14.4063C13.3782 14.566 13.4581 14.7639 13.4581 15C13.4581 15.2361 13.3782 15.434 13.2185 15.5938C13.0588 15.7535 12.8609 15.8334 12.6248 15.8334H7.49977Z",fill:n})}),v4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99977 18.3334C9.54143 18.3334 9.14907 18.1702 8.82268 17.8438C8.49629 17.5174 8.3331 17.125 8.3331 16.6667H11.6664C11.6664 17.125 11.5032 17.5174 11.1768 17.8438C10.8505 18.1702 10.4581 18.3334 9.99977 18.3334ZM9.99977 3.33335C9.38865 3.33335 8.82268 3.44099 8.30185 3.65627C7.78102 3.87155 7.31921 4.16669 6.91643 4.54169L5.7081 3.37502C6.27754 2.84724 6.92685 2.43058 7.65602 2.12502C8.38518 1.81946 9.16643 1.66669 9.99977 1.66669C11.7359 1.66669 13.2116 2.27433 14.4268 3.4896C15.6421 4.70488 16.2498 6.18058 16.2498 7.91669C16.2498 8.9028 16.0762 9.74655 15.7289 10.4479C15.3817 11.1493 14.9859 11.7222 14.5414 12.1667L13.3748 11C13.6664 10.6806 13.9407 10.2709 14.1977 9.77085C14.4546 9.27085 14.5831 8.6528 14.5831 7.91669C14.5831 6.63891 14.1387 5.55558 13.2498 4.66669C12.3609 3.7778 11.2775 3.33335 9.99977 3.33335ZM10.9581 13.3334H6.87477C5.91643 12.7639 5.15602 12 4.59352 11.0417C4.03102 10.0834 3.74977 9.04169 3.74977 7.91669C3.74977 7.63891 3.76713 7.36808 3.80185 7.10419C3.83657 6.8403 3.88865 6.58335 3.9581 6.33335L1.74977 4.08335C1.59699 3.93058 1.51713 3.7396 1.51018 3.51044C1.50324 3.28127 1.5831 3.08335 1.74977 2.91669C1.90254 2.76391 2.09699 2.68752 2.3331 2.68752C2.56921 2.68752 2.76365 2.76391 2.91643 2.91669L17.0831 17.0834C17.2498 17.25 17.3331 17.4445 17.3331 17.6667C17.3331 17.8889 17.2498 18.0834 17.0831 18.25C16.9164 18.4167 16.7185 18.5 16.4893 18.5C16.2602 18.5 16.0623 18.4167 15.8956 18.25L10.9581 13.3334ZM7.37477 11.6667H9.29143L5.41643 7.79169V7.91669C5.41643 8.66669 5.58657 9.36808 5.92685 10.0209C6.26713 10.6736 6.74977 11.2222 7.37477 11.6667ZM7.49977 15.8334C7.26365 15.8334 7.06574 15.7535 6.90602 15.5938C6.74629 15.434 6.66643 15.2361 6.66643 15C6.66643 14.7639 6.74629 14.566 6.90602 14.4063C7.06574 14.2465 7.26365 14.1667 7.49977 14.1667H12.6248C12.8609 14.1667 13.0588 14.2465 13.2185 14.4063C13.3782 14.566 13.4581 14.7639 13.4581 15C13.4581 15.2361 13.3782 15.434 13.2185 15.5938C13.0588 15.7535 12.8609 15.8334 12.6248 15.8334H7.49977Z",fill:n})}),x4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3334C9.63905 18.3334 9.31266 18.2465 9.021 18.0729C8.72933 17.8993 8.50016 17.6667 8.3335 17.375C7.87516 17.375 7.4828 17.2118 7.15641 16.8854C6.83002 16.559 6.66683 16.1667 6.66683 15.7084V12.75C5.84739 12.2084 5.19114 11.4931 4.69808 10.6042C4.20502 9.7153 3.9585 8.75002 3.9585 7.70835C3.9585 6.0278 4.5453 4.60071 5.71891 3.4271C6.89252 2.25349 8.31961 1.66669 10.0002 1.66669C11.6807 1.66669 13.1078 2.25349 14.2814 3.4271C15.455 4.60071 16.0418 6.0278 16.0418 7.70835C16.0418 8.7778 15.7953 9.75002 15.3022 10.625C14.8092 11.5 14.1529 12.2084 13.3335 12.75V15.7084C13.3335 16.1667 13.1703 16.559 12.8439 16.8854C12.5175 17.2118 12.1252 17.375 11.6668 17.375C11.5002 17.6667 11.271 17.8993 10.9793 18.0729C10.6877 18.2465 10.3613 18.3334 10.0002 18.3334ZM8.3335 15.7084H11.6668V14.9584H8.3335V15.7084ZM8.3335 14.125H11.6668V13.3334H8.3335V14.125ZM10.6252 11.6667V9.41669L12.021 8.02085C12.146 7.89585 12.2085 7.75002 12.2085 7.58335C12.2085 7.41669 12.146 7.27085 12.021 7.14585C11.896 7.02085 11.7502 6.95835 11.5835 6.95835C11.4168 6.95835 11.271 7.02085 11.146 7.14585L10.0002 8.29169L8.85433 7.14585C8.72933 7.02085 8.5835 6.95835 8.41683 6.95835C8.25016 6.95835 8.10433 7.02085 7.97933 7.14585C7.85433 7.27085 7.79183 7.41669 7.79183 7.58335C7.79183 7.75002 7.85433 7.89585 7.97933 8.02085L9.37516 9.41669V11.6667H10.6252Z",fill:n})}),h4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3334C9.63905 18.3334 9.31266 18.2465 9.021 18.0729C8.72933 17.8993 8.50016 17.6667 8.3335 17.375C7.87516 17.375 7.4828 17.2118 7.15641 16.8854C6.83002 16.559 6.66683 16.1667 6.66683 15.7084V12.75C5.84739 12.2084 5.19114 11.4931 4.69808 10.6042C4.20502 9.7153 3.9585 8.75002 3.9585 7.70835C3.9585 6.0278 4.5453 4.60071 5.71891 3.4271C6.89252 2.25349 8.31961 1.66669 10.0002 1.66669C11.6807 1.66669 13.1078 2.25349 14.2814 3.4271C15.455 4.60071 16.0418 6.0278 16.0418 7.70835C16.0418 8.7778 15.7953 9.75002 15.3022 10.625C14.8092 11.5 14.1529 12.2084 13.3335 12.75V15.7084C13.3335 16.1667 13.1703 16.559 12.8439 16.8854C12.5175 17.2118 12.1252 17.375 11.6668 17.375C11.5002 17.6667 11.271 17.8993 10.9793 18.0729C10.6877 18.2465 10.3613 18.3334 10.0002 18.3334ZM8.3335 15.7084H11.6668V14.9584H8.3335V15.7084ZM8.3335 14.125H11.6668V13.3334H8.3335V14.125ZM8.16683 11.6667H9.37516V9.41669L7.97933 8.02085C7.85433 7.89585 7.79183 7.75002 7.79183 7.58335C7.79183 7.41669 7.85433 7.27085 7.97933 7.14585C8.10433 7.02085 8.25016 6.95835 8.41683 6.95835C8.5835 6.95835 8.72933 7.02085 8.85433 7.14585L10.0002 8.29169L11.146 7.14585C11.271 7.02085 11.4168 6.95835 11.5835 6.95835C11.7502 6.95835 11.896 7.02085 12.021 7.14585C12.146 7.27085 12.2085 7.41669 12.2085 7.58335C12.2085 7.75002 12.146 7.89585 12.021 8.02085L10.6252 9.41669V11.6667H11.8335C12.5835 11.3056 13.1946 10.7743 13.6668 10.0729C14.1391 9.37155 14.3752 8.58335 14.3752 7.70835C14.3752 6.48613 13.9516 5.45141 13.1043 4.60419C12.2571 3.75696 11.2224 3.33335 10.0002 3.33335C8.77794 3.33335 7.74322 3.75696 6.896 4.60419C6.04877 5.45141 5.62516 6.48613 5.62516 7.70835C5.62516 8.58335 5.86127 9.37155 6.3335 10.0729C6.80572 10.7743 7.41683 11.3056 8.16683 11.6667Z",fill:n})}),p4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 15.8334C10.3471 15.8334 10.6422 15.7118 10.8853 15.4688C11.1283 15.2257 11.2498 14.9306 11.2498 14.5834H8.74984C8.74984 14.9306 8.87136 15.2257 9.11442 15.4688C9.35748 15.7118 9.65261 15.8334 9.99984 15.8334ZM8.12484 13.75H11.8748C12.0554 13.75 12.2047 13.691 12.3228 13.5729C12.4408 13.4549 12.4998 13.3056 12.4998 13.125C12.4998 12.9445 12.4408 12.7952 12.3228 12.6771C12.2047 12.559 12.0554 12.5 11.8748 12.5H8.12484C7.94428 12.5 7.79498 12.559 7.67692 12.6771C7.55886 12.7952 7.49984 12.9445 7.49984 13.125C7.49984 13.3056 7.55886 13.4549 7.67692 13.5729C7.79498 13.691 7.94428 13.75 8.12484 13.75ZM7.52067 11.6667H12.479C12.9929 11.2917 13.4026 10.816 13.7082 10.2396C14.0137 9.66321 14.1665 9.0278 14.1665 8.33335C14.1665 7.18058 13.7603 6.19794 12.9478 5.38544C12.1353 4.57294 11.1526 4.16669 9.99984 4.16669C8.84706 4.16669 7.86442 4.57294 7.05192 5.38544C6.23942 6.19794 5.83317 7.18058 5.83317 8.33335C5.83317 9.0278 5.98595 9.66321 6.2915 10.2396C6.59706 10.816 7.00678 11.2917 7.52067 11.6667ZM7.979 10.4167C7.70123 10.1389 7.48248 9.82294 7.32275 9.46877C7.16303 9.1146 7.08317 8.73613 7.08317 8.33335C7.08317 7.5278 7.36789 6.8403 7.93734 6.27085C8.50678 5.70141 9.19428 5.41669 9.99984 5.41669C10.8054 5.41669 11.4929 5.70141 12.0623 6.27085C12.6318 6.8403 12.9165 7.5278 12.9165 8.33335C12.9165 8.73613 12.8366 9.1146 12.6769 9.46877C12.5172 9.82294 12.2984 10.1389 12.0207 10.4167H7.979ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334Z",fill:n})}),H4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 15.8334C10.3471 15.8334 10.6422 15.7118 10.8853 15.4688C11.1283 15.2257 11.2498 14.9306 11.2498 14.5834H8.74984C8.74984 14.9306 8.87136 15.2257 9.11442 15.4688C9.35748 15.7118 9.65261 15.8334 9.99984 15.8334ZM8.12484 13.75H11.8748C12.0554 13.75 12.2047 13.691 12.3228 13.5729C12.4408 13.4549 12.4998 13.3056 12.4998 13.125C12.4998 12.9445 12.4408 12.7952 12.3228 12.6771C12.2047 12.559 12.0554 12.5 11.8748 12.5H8.12484C7.94428 12.5 7.79498 12.559 7.67692 12.6771C7.55886 12.7952 7.49984 12.9445 7.49984 13.125C7.49984 13.3056 7.55886 13.4549 7.67692 13.5729C7.79498 13.691 7.94428 13.75 8.12484 13.75ZM7.52067 11.6667H12.479C12.9929 11.2917 13.4026 10.816 13.7082 10.2396C14.0137 9.66321 14.1665 9.0278 14.1665 8.33335C14.1665 7.18058 13.7603 6.19794 12.9478 5.38544C12.1353 4.57294 11.1526 4.16669 9.99984 4.16669C8.84706 4.16669 7.86442 4.57294 7.05192 5.38544C6.23942 6.19794 5.83317 7.18058 5.83317 8.33335C5.83317 9.0278 5.98595 9.66321 6.2915 10.2396C6.59706 10.816 7.00678 11.2917 7.52067 11.6667ZM7.979 10.4167C7.70123 10.1389 7.48248 9.82294 7.32275 9.46877C7.16303 9.1146 7.08317 8.73613 7.08317 8.33335C7.08317 7.5278 7.36789 6.8403 7.93734 6.27085C8.50678 5.70141 9.19428 5.41669 9.99984 5.41669C10.8054 5.41669 11.4929 5.70141 12.0623 6.27085C12.6318 6.8403 12.9165 7.5278 12.9165 8.33335C12.9165 8.73613 12.8366 9.1146 12.6769 9.46877C12.5172 9.82294 12.2984 10.1389 12.0207 10.4167H7.979ZM9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667Z",fill:n})}),V4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54167 18.3334 9.14931 18.1702 8.82292 17.8438C8.49653 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM7.5 15.8334C7.26389 15.8334 7.06597 15.7535 6.90625 15.5938C6.74653 15.434 6.66667 15.2361 6.66667 15C6.66667 14.7639 6.74653 14.566 6.90625 14.4063C7.06597 14.2465 7.26389 14.1667 7.5 14.1667H12.5C12.7361 14.1667 12.934 14.2465 13.0938 14.4063C13.2535 14.566 13.3333 14.7639 13.3333 15C13.3333 15.2361 13.2535 15.434 13.0938 15.5938C12.934 15.7535 12.7361 15.8334 12.5 15.8334H7.5ZM6.875 13.3334C5.91667 12.7639 5.15625 12 4.59375 11.0417C4.03125 10.0834 3.75 9.04169 3.75 7.91669C3.75 6.18058 4.35764 4.70488 5.57292 3.4896C6.78819 2.27433 8.26389 1.66669 10 1.66669C11.7361 1.66669 13.2118 2.27433 14.4271 3.4896C15.6424 4.70488 16.25 6.18058 16.25 7.91669C16.25 9.04169 15.9688 10.0834 15.4062 11.0417C14.8438 12 14.0833 12.7639 13.125 13.3334H6.875Z",fill:n})}),L4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54167 18.3334 9.14931 18.1702 8.82292 17.8438C8.49653 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM7.5 15.8334C7.26389 15.8334 7.06597 15.7535 6.90625 15.5938C6.74653 15.434 6.66667 15.2361 6.66667 15C6.66667 14.7639 6.74653 14.566 6.90625 14.4063C7.06597 14.2465 7.26389 14.1667 7.5 14.1667H12.5C12.7361 14.1667 12.934 14.2465 13.0938 14.4063C13.2535 14.566 13.3333 14.7639 13.3333 15C13.3333 15.2361 13.2535 15.434 13.0938 15.5938C12.934 15.7535 12.7361 15.8334 12.5 15.8334H7.5ZM6.875 13.3334C5.91667 12.7639 5.15625 12 4.59375 11.0417C4.03125 10.0834 3.75 9.04169 3.75 7.91669C3.75 6.18058 4.35764 4.70488 5.57292 3.4896C6.78819 2.27433 8.26389 1.66669 10 1.66669C11.7361 1.66669 13.2118 2.27433 14.4271 3.4896C15.6424 4.70488 16.25 6.18058 16.25 7.91669C16.25 9.04169 15.9688 10.0834 15.4062 11.0417C14.8438 12 14.0833 12.7639 13.125 13.3334H6.875ZM7.375 11.6667H12.625C13.25 11.2222 13.7326 10.6736 14.0729 10.0209C14.4132 9.36808 14.5833 8.66669 14.5833 7.91669C14.5833 6.63891 14.1389 5.55558 13.25 4.66669C12.3611 3.7778 11.2778 3.33335 10 3.33335C8.72222 3.33335 7.63889 3.7778 6.75 4.66669C5.86111 5.55558 5.41667 6.63891 5.41667 7.91669C5.41667 8.66669 5.58681 9.36808 5.92708 10.0209C6.26736 10.6736 6.75 11.2222 7.375 11.6667Z",fill:n})}),M4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 14.1667C4.68051 14.1667 3.69788 13.7605 2.88538 12.948C2.07288 12.1355 1.66663 11.1528 1.66663 10C1.66663 8.84726 2.07288 7.86462 2.88538 7.05212C3.69788 6.23962 4.68051 5.83337 5.83329 5.83337H8.33329C8.5694 5.83337 8.76732 5.91324 8.92704 6.07296C9.08676 6.23268 9.16663 6.4306 9.16663 6.66671C9.16663 6.90282 9.08676 7.10074 8.92704 7.26046C8.76732 7.42018 8.5694 7.50004 8.33329 7.50004H5.83329C5.13885 7.50004 4.54857 7.7431 4.06246 8.22921C3.57635 8.71532 3.33329 9.3056 3.33329 10C3.33329 10.6945 3.57635 11.2848 4.06246 11.7709C4.54857 12.257 5.13885 12.5 5.83329 12.5H8.33329C8.5694 12.5 8.76732 12.5799 8.92704 12.7396C9.08676 12.8993 9.16663 13.0973 9.16663 13.3334C9.16663 13.5695 9.08676 13.7674 8.92704 13.9271C8.76732 14.0868 8.5694 14.1667 8.33329 14.1667H5.83329ZM7.49996 10.8334C7.26385 10.8334 7.06593 10.7535 6.90621 10.5938C6.74649 10.4341 6.66663 10.2362 6.66663 10C6.66663 9.76393 6.74649 9.56601 6.90621 9.40629C7.06593 9.24657 7.26385 9.16671 7.49996 9.16671H12.5C12.7361 9.16671 12.934 9.24657 13.0937 9.40629C13.2534 9.56601 13.3333 9.76393 13.3333 10C13.3333 10.2362 13.2534 10.4341 13.0937 10.5938C12.934 10.7535 12.7361 10.8334 12.5 10.8334H7.49996ZM11.6666 14.1667C11.4305 14.1667 11.2326 14.0868 11.0729 13.9271C10.9132 13.7674 10.8333 13.5695 10.8333 13.3334C10.8333 13.0973 10.9132 12.8993 11.0729 12.7396C11.2326 12.5799 11.4305 12.5 11.6666 12.5H14.1666C14.8611 12.5 15.4513 12.257 15.9375 11.7709C16.4236 11.2848 16.6666 10.6945 16.6666 10C16.6666 9.3056 16.4236 8.71532 15.9375 8.22921C15.4513 7.7431 14.8611 7.50004 14.1666 7.50004H11.6666C11.4305 7.50004 11.2326 7.42018 11.0729 7.26046C10.9132 7.10074 10.8333 6.90282 10.8333 6.66671C10.8333 6.4306 10.9132 6.23268 11.0729 6.07296C11.2326 5.91324 11.4305 5.83337 11.6666 5.83337H14.1666C15.3194 5.83337 16.302 6.23962 17.1145 7.05212C17.927 7.86462 18.3333 8.84726 18.3333 10C18.3333 11.1528 17.927 12.1355 17.1145 12.948C16.302 13.7605 15.3194 14.1667 14.1666 14.1667H11.6666Z",fill:n})}),f4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.0209 10.6458L11.5417 9.16667H12.5C12.7362 9.16667 12.9341 9.24653 13.0938 9.40625C13.2535 9.56597 13.3334 9.76389 13.3334 10C13.3334 10.1389 13.3056 10.2639 13.25 10.375C13.1945 10.4861 13.1181 10.5764 13.0209 10.6458ZM17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L1.75004 4.08333C1.59726 3.93056 1.52087 3.73611 1.52087 3.5C1.52087 3.26389 1.59726 3.06944 1.75004 2.91667C1.90282 2.76389 2.09726 2.6875 2.33337 2.6875C2.56949 2.6875 2.76393 2.76389 2.91671 2.91667L17.0834 17.0833C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25ZM5.83337 14.1667C4.6806 14.1667 3.69796 13.7604 2.88546 12.9479C2.07296 12.1354 1.66671 11.1528 1.66671 10C1.66671 9.04167 1.95837 8.1875 2.54171 7.4375C3.12504 6.6875 3.87504 6.19444 4.79171 5.95833L6.33337 7.5H5.83337C5.13893 7.5 4.54865 7.74306 4.06254 8.22917C3.57643 8.71528 3.33337 9.30556 3.33337 10C3.33337 10.6944 3.57643 11.2847 4.06254 11.7708C4.54865 12.2569 5.13893 12.5 5.83337 12.5H8.33337C8.56949 12.5 8.7674 12.5799 8.92712 12.7396C9.08685 12.8993 9.16671 13.0972 9.16671 13.3333C9.16671 13.5694 9.08685 13.7674 8.92712 13.9271C8.7674 14.0868 8.56949 14.1667 8.33337 14.1667H5.83337ZM7.50004 10.8333C7.26393 10.8333 7.06601 10.7535 6.90629 10.5938C6.74657 10.434 6.66671 10.2361 6.66671 10C6.66671 9.76389 6.74657 9.56597 6.90629 9.40625C7.06601 9.24653 7.26393 9.16667 7.50004 9.16667H8.02087L9.66671 10.8333H7.50004ZM15.4167 13.1667C15.2917 12.9722 15.2466 12.7639 15.2813 12.5417C15.316 12.3194 15.4306 12.1458 15.625 12.0208C15.9445 11.7847 16.198 11.4931 16.3855 11.1458C16.573 10.7986 16.6667 10.4167 16.6667 10C16.6667 9.30556 16.4237 8.71528 15.9375 8.22917C15.4514 7.74306 14.8612 7.5 14.1667 7.5H11.6667C11.4306 7.5 11.2327 7.42014 11.073 7.26042C10.9132 7.10069 10.8334 6.90278 10.8334 6.66667C10.8334 6.43056 10.9132 6.23264 11.073 6.07292C11.2327 5.91319 11.4306 5.83333 11.6667 5.83333H14.1667C15.3195 5.83333 16.3021 6.23958 17.1146 7.05208C17.9271 7.86458 18.3334 8.84722 18.3334 10C18.3334 10.6806 18.1771 11.316 17.8646 11.9062C17.5521 12.4965 17.1181 12.9861 16.5625 13.375C16.3681 13.5 16.1598 13.5451 15.9375 13.5104C15.7153 13.4757 15.5417 13.3611 15.4167 13.1667Z",fill:n})}),Z4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33333 15.8333C8.09722 15.8333 7.89931 15.7535 7.73958 15.5937C7.57986 15.434 7.5 15.2361 7.5 15C7.5 14.7639 7.57986 14.566 7.73958 14.4062C7.89931 14.2465 8.09722 14.1666 8.33333 14.1666H16.6667C16.9028 14.1666 17.1007 14.2465 17.2604 14.4062C17.4201 14.566 17.5 14.7639 17.5 15C17.5 15.2361 17.4201 15.434 17.2604 15.5937C17.1007 15.7535 16.9028 15.8333 16.6667 15.8333H8.33333ZM8.33333 10.8333C8.09722 10.8333 7.89931 10.7535 7.73958 10.5937C7.57986 10.434 7.5 10.2361 7.5 9.99998C7.5 9.76387 7.57986 9.56595 7.73958 9.40623C7.89931 9.24651 8.09722 9.16665 8.33333 9.16665H16.6667C16.9028 9.16665 17.1007 9.24651 17.2604 9.40623C17.4201 9.56595 17.5 9.76387 17.5 9.99998C17.5 10.2361 17.4201 10.434 17.2604 10.5937C17.1007 10.7535 16.9028 10.8333 16.6667 10.8333H8.33333ZM8.33333 5.83331C8.09722 5.83331 7.89931 5.75345 7.73958 5.59373C7.57986 5.43401 7.5 5.23609 7.5 4.99998C7.5 4.76387 7.57986 4.56595 7.73958 4.40623C7.89931 4.24651 8.09722 4.16665 8.33333 4.16665H16.6667C16.9028 4.16665 17.1007 4.24651 17.2604 4.40623C17.4201 4.56595 17.5 4.76387 17.5 4.99998C17.5 5.23609 17.4201 5.43401 17.2604 5.59373C17.1007 5.75345 16.9028 5.83331 16.6667 5.83331H8.33333ZM4.16667 16.6666C3.70833 16.6666 3.31597 16.5035 2.98958 16.1771C2.66319 15.8507 2.5 15.4583 2.5 15C2.5 14.5416 2.66319 14.1493 2.98958 13.8229C3.31597 13.4965 3.70833 13.3333 4.16667 13.3333C4.625 13.3333 5.01736 13.4965 5.34375 13.8229C5.67014 14.1493 5.83333 14.5416 5.83333 15C5.83333 15.4583 5.67014 15.8507 5.34375 16.1771C5.01736 16.5035 4.625 16.6666 4.16667 16.6666ZM4.16667 11.6666C3.70833 11.6666 3.31597 11.5035 2.98958 11.1771C2.66319 10.8507 2.5 10.4583 2.5 9.99998C2.5 9.54165 2.66319 9.14929 2.98958 8.8229C3.31597 8.49651 3.70833 8.33331 4.16667 8.33331C4.625 8.33331 5.01736 8.49651 5.34375 8.8229C5.67014 9.14929 5.83333 9.54165 5.83333 9.99998C5.83333 10.4583 5.67014 10.8507 5.34375 11.1771C5.01736 11.5035 4.625 11.6666 4.16667 11.6666ZM4.16667 6.66665C3.70833 6.66665 3.31597 6.50345 2.98958 6.17706C2.66319 5.85067 2.5 5.45831 2.5 4.99998C2.5 4.54165 2.66319 4.14929 2.98958 3.8229C3.31597 3.49651 3.70833 3.33331 4.16667 3.33331C4.625 3.33331 5.01736 3.49651 5.34375 3.8229C5.67014 4.14929 5.83333 4.54165 5.83333 4.99998C5.83333 5.45831 5.67014 5.85067 5.34375 6.17706C5.01736 6.50345 4.625 6.66665 4.16667 6.66665Z",fill:n})}),j4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333C7.5 13.0972 7.42014 12.8993 7.26042 12.7396C7.10069 12.5799 6.90278 12.5 6.66667 12.5C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333C6.90278 10.8333 7.10069 10.7535 7.26042 10.5938C7.42014 10.434 7.5 10.2361 7.5 10C7.5 9.76389 7.42014 9.56597 7.26042 9.40625C7.10069 9.24653 6.90278 9.16667 6.66667 9.16667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5C6.90278 7.5 7.10069 7.42014 7.26042 7.26042C7.42014 7.10069 7.5 6.90278 7.5 6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5ZM10 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H10C9.76389 12.5 9.56597 12.5799 9.40625 12.7396C9.24653 12.8993 9.16667 13.0972 9.16667 13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667ZM10 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H10C9.76389 9.16667 9.56597 9.24653 9.40625 9.40625C9.24653 9.56597 9.16667 9.76389 9.16667 10C9.16667 10.2361 9.24653 10.434 9.40625 10.5938C9.56597 10.7535 9.76389 10.8333 10 10.8333ZM10 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H10C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667C9.16667 6.90278 9.24653 7.10069 9.40625 7.26042C9.56597 7.42014 9.76389 7.5 10 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),m4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333C7.5 13.0972 7.42014 12.8993 7.26042 12.7396C7.10069 12.5799 6.90278 12.5 6.66667 12.5C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333C6.90278 10.8333 7.10069 10.7535 7.26042 10.5938C7.42014 10.434 7.5 10.2361 7.5 10C7.5 9.76389 7.42014 9.56597 7.26042 9.40625C7.10069 9.24653 6.90278 9.16667 6.66667 9.16667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5C6.90278 7.5 7.10069 7.42014 7.26042 7.26042C7.42014 7.10069 7.5 6.90278 7.5 6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5ZM10 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H10C9.76389 12.5 9.56597 12.5799 9.40625 12.7396C9.24653 12.8993 9.16667 13.0972 9.16667 13.3333C9.16667 13.5694 9.24653 13.7674 9.40625 13.9271C9.56597 14.0868 9.76389 14.1667 10 14.1667ZM10 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H10C9.76389 9.16667 9.56597 9.24653 9.40625 9.40625C9.24653 9.56597 9.16667 9.76389 9.16667 10C9.16667 10.2361 9.24653 10.434 9.40625 10.5938C9.56597 10.7535 9.76389 10.8333 10 10.8333ZM10 7.5H13.3333C13.5694 7.5 13.7674 7.42014 13.9271 7.26042C14.0868 7.10069 14.1667 6.90278 14.1667 6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333H10C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667C9.16667 6.90278 9.24653 7.10069 9.40625 7.26042C9.56597 7.42014 9.76389 7.5 10 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),B4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:[e.jsx("g",{clipPath:"url(#clip0_93_545)",children:e.jsx("path",{d:"M19.125 10.0417C19.125 10.2778 19.0451 10.4757 18.8854 10.6354C18.7257 10.7952 18.5278 10.875 18.2917 10.875H17.4583C17.4167 11.2361 17.3542 11.5799 17.2708 11.9063C17.1875 12.2327 17.0764 12.5556 16.9375 12.875C16.8542 13.0834 16.7014 13.2222 16.4792 13.2917C16.2569 13.3611 16.0486 13.3403 15.8542 13.2292C15.6597 13.1181 15.5278 12.9549 15.4583 12.7396C15.3889 12.5243 15.3958 12.3056 15.4792 12.0834C15.5903 11.7639 15.6771 11.434 15.7396 11.0938C15.8021 10.7535 15.8333 10.4028 15.8333 10.0417C15.8333 8.43058 15.2639 7.05558 14.125 5.91669C12.9861 4.7778 11.6111 4.20835 10 4.20835C9.63889 4.20835 9.28819 4.2396 8.94792 4.3021C8.60764 4.3646 8.27778 4.45141 7.95833 4.56252C7.73611 4.64585 7.51736 4.6528 7.30208 4.58335C7.08681 4.51391 6.92361 4.38196 6.8125 4.18752C6.70139 3.99308 6.68056 3.78474 6.75 3.56252C6.81944 3.3403 6.95833 3.18752 7.16667 3.10419C7.48611 2.9653 7.80903 2.85419 8.13542 2.77085C8.46181 2.68752 8.80556 2.62502 9.16667 2.58335V1.75002C9.16667 1.51391 9.24653 1.31599 9.40625 1.15627C9.56597 0.996548 9.76389 0.916687 10 0.916687C10.2361 0.916687 10.434 0.996548 10.5938 1.15627C10.7535 1.31599 10.8333 1.51391 10.8333 1.75002V2.58335C12.5694 2.7778 14.059 3.49655 15.3021 4.7396C16.5451 5.98266 17.2639 7.47224 17.4583 9.20835H18.2917C18.5278 9.20835 18.7257 9.28821 18.8854 9.44794C19.0451 9.60766 19.125 9.80558 19.125 10.0417ZM9.16667 18.3334V17.5C7.43056 17.3056 5.94097 16.5868 4.69792 15.3438C3.45486 14.1007 2.73611 12.6111 2.54167 10.875H1.70833C1.47222 10.875 1.27431 10.7952 1.11458 10.6354C0.954861 10.4757 0.875 10.2778 0.875 10.0417C0.875 9.80558 0.954861 9.60766 1.11458 9.44794C1.27431 9.28821 1.47222 9.20835 1.70833 9.20835H2.54167C2.61111 8.62502 2.74306 8.07294 2.9375 7.5521C3.13194 7.03127 3.375 6.5278 3.66667 6.04169L1.75 4.12502C1.59722 3.97224 1.52083 3.7778 1.52083 3.54169C1.52083 3.30558 1.59722 3.11113 1.75 2.95835C1.90278 2.80558 2.09722 2.72919 2.33333 2.72919C2.56944 2.72919 2.76389 2.80558 2.91667 2.95835L17.0625 17.1042C17.2292 17.2709 17.3125 17.4688 17.3125 17.6979C17.3125 17.9271 17.2292 18.125 17.0625 18.2917C16.8958 18.4445 16.6979 18.5243 16.4688 18.5313C16.2396 18.5382 16.0417 18.4584 15.875 18.2917L14 16.375C13.5139 16.6667 13.0104 16.9097 12.4896 17.1042C11.9688 17.2986 11.4167 17.4306 10.8333 17.5V18.3334C10.8333 18.5695 10.7535 18.7674 10.5938 18.9271C10.434 19.0868 10.2361 19.1667 10 19.1667C9.76389 19.1667 9.56597 19.0868 9.40625 18.9271C9.24653 18.7674 9.16667 18.5695 9.16667 18.3334ZM10 15.875C10.5 15.875 10.9861 15.816 11.4583 15.6979C11.9306 15.5799 12.375 15.4028 12.7917 15.1667L4.875 7.25002C4.63889 7.66669 4.46181 8.11113 4.34375 8.58335C4.22569 9.05558 4.16667 9.54169 4.16667 10.0417C4.16667 11.6528 4.73611 13.0278 5.875 14.1667C7.01389 15.3056 8.38889 15.875 10 15.875Z",fill:n})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_93_545",children:e.jsx("rect",{width:20,height:20,fill:n})})})]}),S4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 18.2917V17.4583C7.43056 17.2639 5.94097 16.5451 4.69792 15.3021C3.45486 14.059 2.73611 12.5694 2.54167 10.8333H1.70833C1.47222 10.8333 1.27431 10.7535 1.11458 10.5938C0.954861 10.434 0.875 10.2361 0.875 10C0.875 9.76389 0.954861 9.56597 1.11458 9.40625C1.27431 9.24653 1.47222 9.16667 1.70833 9.16667H2.54167C2.73611 7.43056 3.45486 5.94097 4.69792 4.69792C5.94097 3.45486 7.43056 2.73611 9.16667 2.54167V1.70833C9.16667 1.47222 9.24653 1.27431 9.40625 1.11458C9.56597 0.954861 9.76389 0.875 10 0.875C10.2361 0.875 10.434 0.954861 10.5938 1.11458C10.7535 1.27431 10.8333 1.47222 10.8333 1.70833V2.54167C12.5694 2.73611 14.059 3.45486 15.3021 4.69792C16.5451 5.94097 17.2639 7.43056 17.4583 9.16667H18.2917C18.5278 9.16667 18.7257 9.24653 18.8854 9.40625C19.0451 9.56597 19.125 9.76389 19.125 10C19.125 10.2361 19.0451 10.434 18.8854 10.5938C18.7257 10.7535 18.5278 10.8333 18.2917 10.8333H17.4583C17.2639 12.5694 16.5451 14.059 15.3021 15.3021C14.059 16.5451 12.5694 17.2639 10.8333 17.4583V18.2917C10.8333 18.5278 10.7535 18.7257 10.5938 18.8854C10.434 19.0451 10.2361 19.125 10 19.125C9.76389 19.125 9.56597 19.0451 9.40625 18.8854C9.24653 18.7257 9.16667 18.5278 9.16667 18.2917ZM10 15.8333C11.6111 15.8333 12.9861 15.2639 14.125 14.125C15.2639 12.9861 15.8333 11.6111 15.8333 10C15.8333 8.38889 15.2639 7.01389 14.125 5.875C12.9861 4.73611 11.6111 4.16667 10 4.16667C8.38889 4.16667 7.01389 4.73611 5.875 5.875C4.73611 7.01389 4.16667 8.38889 4.16667 10C4.16667 11.6111 4.73611 12.9861 5.875 14.125C7.01389 15.2639 8.38889 15.8333 10 15.8333ZM10 13.3333C9.08333 13.3333 8.29861 13.0069 7.64583 12.3542C6.99306 11.7014 6.66667 10.9167 6.66667 10C6.66667 9.08333 6.99306 8.29861 7.64583 7.64583C8.29861 6.99306 9.08333 6.66667 10 6.66667C10.9167 6.66667 11.7014 6.99306 12.3542 7.64583C13.0069 8.29861 13.3333 9.08333 13.3333 10C13.3333 10.9167 13.0069 11.7014 12.3542 12.3542C11.7014 13.0069 10.9167 13.3333 10 13.3333Z",fill:n})}),b4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16667 18.2917V17.4583C7.43056 17.2639 5.94097 16.5451 4.69792 15.3021C3.45486 14.059 2.73611 12.5694 2.54167 10.8333H1.70833C1.47222 10.8333 1.27431 10.7535 1.11458 10.5938C0.954861 10.434 0.875 10.2361 0.875 10C0.875 9.76389 0.954861 9.56597 1.11458 9.40625C1.27431 9.24653 1.47222 9.16667 1.70833 9.16667H2.54167C2.73611 7.43056 3.45486 5.94097 4.69792 4.69792C5.94097 3.45486 7.43056 2.73611 9.16667 2.54167V1.70833C9.16667 1.47222 9.24653 1.27431 9.40625 1.11458C9.56597 0.954861 9.76389 0.875 10 0.875C10.2361 0.875 10.434 0.954861 10.5938 1.11458C10.7535 1.27431 10.8333 1.47222 10.8333 1.70833V2.54167C12.5694 2.73611 14.059 3.45486 15.3021 4.69792C16.5451 5.94097 17.2639 7.43056 17.4583 9.16667H18.2917C18.5278 9.16667 18.7257 9.24653 18.8854 9.40625C19.0451 9.56597 19.125 9.76389 19.125 10C19.125 10.2361 19.0451 10.434 18.8854 10.5938C18.7257 10.7535 18.5278 10.8333 18.2917 10.8333H17.4583C17.2639 12.5694 16.5451 14.059 15.3021 15.3021C14.059 16.5451 12.5694 17.2639 10.8333 17.4583V18.2917C10.8333 18.5278 10.7535 18.7257 10.5938 18.8854C10.434 19.0451 10.2361 19.125 10 19.125C9.76389 19.125 9.56597 19.0451 9.40625 18.8854C9.24653 18.7257 9.16667 18.5278 9.16667 18.2917ZM10 15.8333C11.6111 15.8333 12.9861 15.2639 14.125 14.125C15.2639 12.9861 15.8333 11.6111 15.8333 10C15.8333 8.38889 15.2639 7.01389 14.125 5.875C12.9861 4.73611 11.6111 4.16667 10 4.16667C8.38889 4.16667 7.01389 4.73611 5.875 5.875C4.73611 7.01389 4.16667 8.38889 4.16667 10C4.16667 11.6111 4.73611 12.9861 5.875 14.125C7.01389 15.2639 8.38889 15.8333 10 15.8333ZM10 13.3333C9.08333 13.3333 8.29861 13.0069 7.64583 12.3542C6.99306 11.7014 6.66667 10.9167 6.66667 10C6.66667 9.08333 6.99306 8.29861 7.64583 7.64583C8.29861 6.99306 9.08333 6.66667 10 6.66667C10.9167 6.66667 11.7014 6.99306 12.3542 7.64583C13.0069 8.29861 13.3333 9.08333 13.3333 10C13.3333 10.9167 13.0069 11.7014 12.3542 12.3542C11.7014 13.0069 10.9167 13.3333 10 13.3333ZM10 11.6667C10.4583 11.6667 10.8507 11.5035 11.1771 11.1771C11.5035 10.8507 11.6667 10.4583 11.6667 10C11.6667 9.54167 11.5035 9.14931 11.1771 8.82292C10.8507 8.49653 10.4583 8.33333 10 8.33333C9.54167 8.33333 9.14931 8.49653 8.82292 8.82292C8.49653 9.14931 8.33333 9.54167 8.33333 10C8.33333 10.4583 8.49653 10.8507 8.82292 11.1771C9.14931 11.5035 9.54167 11.6667 10 11.6667Z",fill:n})}),_4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22239 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94114 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 8.05558 3.36822 7.63196 3.43766 7.22919C3.50711 6.82641 3.60433 6.44446 3.72933 6.08335L1.146 3.50002C0.979329 3.33335 0.895996 3.13544 0.895996 2.90627C0.895996 2.6771 0.979329 2.47919 1.146 2.31252C1.31266 2.14585 1.51058 2.06252 1.73975 2.06252C1.96891 2.06252 2.16683 2.14585 2.3335 2.31252L17.6668 17.6459C17.8335 17.8125 17.9168 18.0104 17.9168 18.2396C17.9168 18.4688 17.8335 18.6667 17.6668 18.8334C17.5002 19 17.3022 19.0834 17.0731 19.0834C16.8439 19.0834 16.646 19 16.4793 18.8334L13.0627 15.4167C12.7154 15.7778 12.3682 16.1354 12.021 16.4896C11.6738 16.8438 11.3682 17.132 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709ZM10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75696 16.6668 6.41669 16.6668 8.50002C16.6668 8.98613 16.5974 9.4896 16.4585 10.0104C16.3196 10.5313 16.1113 11.0695 15.8335 11.625C15.6807 11.9306 15.4342 12.1007 15.0939 12.1354C14.7536 12.1702 14.4654 12.0695 14.2293 11.8334L11.4793 9.08335C11.5488 8.97224 11.5974 8.85419 11.6252 8.72919C11.6529 8.60419 11.6668 8.47224 11.6668 8.33335C11.6668 8.09724 11.6252 7.87849 11.5418 7.6771C11.4585 7.47571 11.3404 7.29863 11.1877 7.14585C11.0349 6.99308 10.8578 6.87502 10.6564 6.79169C10.455 6.70835 10.2363 6.66669 10.0002 6.66669C9.86127 6.66669 9.72933 6.68058 9.60433 6.70835C9.47933 6.73613 9.36127 6.78474 9.25016 6.85419L6.56266 4.16669C6.31266 3.91669 6.20502 3.62155 6.23975 3.28127C6.27447 2.94099 6.43766 2.68058 6.72933 2.50002C7.21544 2.22224 7.73627 2.01391 8.29183 1.87502C8.84739 1.73613 9.41683 1.66669 10.0002 1.66669Z",fill:n})}),y4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.396 8.00002L11.0835 8.68752C11.1946 8.79863 11.3196 8.81599 11.4585 8.7396C11.5974 8.66322 11.6668 8.5278 11.6668 8.33335C11.6668 8.09724 11.6252 7.87849 11.5418 7.6771C11.4585 7.47572 11.3404 7.29863 11.1877 7.14585C11.0349 6.97919 10.8543 6.85766 10.646 6.78127C10.4377 6.70488 10.2224 6.66669 10.0002 6.66669C9.81961 6.66669 9.69808 6.74655 9.63558 6.90627C9.57308 7.06599 9.59739 7.20141 9.7085 7.31252L10.396 8.00002ZM10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75696 16.6668 6.41669 16.6668 8.50002C16.6668 9.00002 16.5939 9.51391 16.4481 10.0417C16.3022 10.5695 16.0835 11.1181 15.7918 11.6875C15.6807 11.8959 15.5141 12.0278 15.2918 12.0834C15.0696 12.1389 14.8613 12.1111 14.6668 12C14.4724 11.8889 14.3439 11.7188 14.2814 11.4896C14.2189 11.2604 14.2432 11.0417 14.3543 10.8334C14.5627 10.4028 14.7224 9.99655 14.8335 9.6146C14.9446 9.23266 15.0002 8.86113 15.0002 8.50002C15.0002 6.98613 14.5175 5.74655 13.5522 4.78127C12.587 3.81599 11.4029 3.33335 10.0002 3.33335C9.55572 3.33335 9.12169 3.38544 8.69808 3.4896C8.27447 3.59377 7.88211 3.75002 7.521 3.95835C7.31266 4.06946 7.09391 4.1146 6.86475 4.09377C6.63558 4.07294 6.44461 3.97224 6.29183 3.79169C6.13905 3.61113 6.08002 3.40627 6.11475 3.1771C6.14947 2.94794 6.26405 2.7778 6.4585 2.66669C6.98627 2.34724 7.55225 2.10071 8.15641 1.9271C8.76058 1.75349 9.37516 1.66669 10.0002 1.66669ZM11.896 14.25L5.0835 7.43752C5.05572 7.60419 5.03488 7.7778 5.021 7.95835C5.00711 8.13891 5.00016 8.31947 5.00016 8.50002C5.00016 9.48613 5.40988 10.6146 6.22933 11.8854C7.04877 13.1563 8.30572 14.5695 10.0002 16.125C10.3613 15.8056 10.6981 15.4896 11.0106 15.1771C11.3231 14.8646 11.6182 14.5556 11.896 14.25ZM10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22239 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94114 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 8.05558 3.36822 7.63197 3.43766 7.22919C3.50711 6.82641 3.60433 6.44447 3.72933 6.08335L1.146 3.50002C0.979329 3.33335 0.895996 3.13544 0.895996 2.90627C0.895996 2.6771 0.979329 2.47919 1.146 2.31252C1.31266 2.14585 1.51058 2.06252 1.73975 2.06252C1.96891 2.06252 2.16683 2.14585 2.3335 2.31252L17.6668 17.6459C17.8335 17.8125 17.9134 18.007 17.9064 18.2292C17.8995 18.4514 17.8127 18.6459 17.646 18.8125C17.4793 18.9792 17.2814 19.0625 17.0522 19.0625C16.8231 19.0625 16.6252 18.9792 16.4585 18.8125L13.0627 15.4167C12.8266 15.6667 12.5627 15.9375 12.271 16.2292C11.9793 16.5209 11.5904 16.8959 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709Z",fill:n})}),O4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22238 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94113 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 6.41669 4.00363 4.75697 5.34391 3.52085C6.68419 2.28474 8.23627 1.66669 10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75697 16.6668 6.41669 16.6668 8.50002C16.6668 9.12502 16.5453 9.78127 16.3022 10.4688C16.0592 11.1563 15.705 11.8715 15.2397 12.6146C14.7745 13.3577 14.1946 14.125 13.5002 14.9167C12.8057 15.7084 12.0071 16.5209 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709ZM10.0002 10C10.4585 10 10.8509 9.83683 11.1772 9.51044C11.5036 9.18405 11.6668 8.79169 11.6668 8.33335C11.6668 7.87502 11.5036 7.48266 11.1772 7.15627C10.8509 6.82988 10.4585 6.66669 10.0002 6.66669C9.54183 6.66669 9.14947 6.82988 8.82308 7.15627C8.49669 7.48266 8.3335 7.87502 8.3335 8.33335C8.3335 8.79169 8.49669 9.18405 8.82308 9.51044C9.14947 9.83683 9.54183 10 10.0002 10Z",fill:n})}),N4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 16.125C11.6946 14.5695 12.9516 13.1563 13.771 11.8854C14.5904 10.6146 15.0002 9.48613 15.0002 8.50002C15.0002 6.98613 14.5175 5.74655 13.5522 4.78127C12.587 3.81599 11.4029 3.33335 10.0002 3.33335C8.59738 3.33335 7.41336 3.81599 6.44808 4.78127C5.4828 5.74655 5.00016 6.98613 5.00016 8.50002C5.00016 9.48613 5.40989 10.6146 6.22933 11.8854C7.04877 13.1563 8.30572 14.5695 10.0002 16.125ZM10.0002 17.7709C9.80572 17.7709 9.61127 17.7361 9.41683 17.6667C9.22238 17.5972 9.04877 17.4931 8.896 17.3542C7.99322 16.5209 7.19461 15.7084 6.50016 14.9167C5.80572 14.125 5.22586 13.3577 4.76058 12.6146C4.2953 11.8715 3.94113 11.1563 3.69808 10.4688C3.45502 9.78127 3.3335 9.12502 3.3335 8.50002C3.3335 6.41669 4.00363 4.75697 5.34391 3.52085C6.68419 2.28474 8.23627 1.66669 10.0002 1.66669C11.7641 1.66669 13.3161 2.28474 14.6564 3.52085C15.9967 4.75697 16.6668 6.41669 16.6668 8.50002C16.6668 9.12502 16.5453 9.78127 16.3022 10.4688C16.0592 11.1563 15.705 11.8715 15.2397 12.6146C14.7745 13.3577 14.1946 14.125 13.5002 14.9167C12.8057 15.7084 12.0071 16.5209 11.1043 17.3542C10.9516 17.4931 10.7779 17.5972 10.5835 17.6667C10.3891 17.7361 10.1946 17.7709 10.0002 17.7709ZM10.0002 10C10.4585 10 10.8509 9.83683 11.1772 9.51044C11.5036 9.18405 11.6668 8.79169 11.6668 8.33335C11.6668 7.87502 11.5036 7.48266 11.1772 7.15627C10.8509 6.82988 10.4585 6.66669 10.0002 6.66669C9.54183 6.66669 9.14947 6.82988 8.82308 7.15627C8.49669 7.48266 8.3335 7.87502 8.3335 8.33335C8.3335 8.79169 8.49669 9.18405 8.82308 9.51044C9.14947 9.83683 9.54183 10 10.0002 10Z",fill:n})}),F4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H5.83331V4.99998C5.83331 3.8472 6.23956 2.86456 7.05206 2.05206C7.86456 1.23956 8.8472 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666ZM7.49998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.30553 2.49998 8.71526 2.74304 8.22915 3.22915C7.74303 3.71526 7.49998 4.30554 7.49998 4.99998V6.66665Z",fill:n})}),k4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.41665 2.49998 8.90623 2.67706 8.46873 3.03123C8.03123 3.3854 7.73609 3.82637 7.58331 4.35415C7.52776 4.54859 7.41317 4.70484 7.23956 4.8229C7.06595 4.94095 6.87498 4.99998 6.66665 4.99998C6.43054 4.99998 6.23262 4.92359 6.0729 4.77081C5.91317 4.61804 5.85415 4.43748 5.89581 4.22915C6.04859 3.2847 6.5104 2.48262 7.28123 1.8229C8.05206 1.16317 8.95831 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666Z",fill:n})}),I4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.41665 2.49998 8.90623 2.67706 8.46873 3.03123C8.03123 3.3854 7.73609 3.82637 7.58331 4.35415C7.52776 4.54859 7.41317 4.70484 7.23956 4.8229C7.06595 4.94095 6.87498 4.99998 6.66665 4.99998C6.43054 4.99998 6.23262 4.92359 6.0729 4.77081C5.91317 4.61804 5.85415 4.43748 5.89581 4.22915C6.09026 3.27081 6.56942 2.46526 7.33331 1.81248C8.0972 1.1597 8.98609 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM4.99998 16.6666H15V8.33331H4.99998V16.6666ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666Z",fill:n})}),A4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H10.8333V4.99998C10.8333 3.8472 11.2396 2.86456 12.0521 2.05206C12.8646 1.23956 13.8472 0.833313 15 0.833313C16.0416 0.833313 16.9479 1.17012 17.7187 1.84373C18.4896 2.51734 18.9514 3.3472 19.1041 4.33331C19.1319 4.51387 19.0694 4.67012 18.9166 4.80206C18.7639 4.93401 18.5694 4.99998 18.3333 4.99998C18.0972 4.99998 17.9028 4.95137 17.75 4.85415C17.5972 4.75692 17.4861 4.5972 17.4166 4.37498C17.2639 3.8472 16.9687 3.40276 16.5312 3.04165C16.0937 2.68054 15.5833 2.49998 15 2.49998C14.3055 2.49998 13.7153 2.74304 13.2291 3.22915C12.743 3.71526 12.5 4.30554 12.5 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998Z",fill:n})}),R4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 16.6666H15V8.33331H4.99998V16.6666ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14929 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14929 14.0035 9.54165 14.1666 9.99998 14.1666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H10.8333V4.99998C10.8333 3.8472 11.2396 2.86456 12.0521 2.05206C12.8646 1.23956 13.8472 0.833313 15 0.833313C15.9861 0.833313 16.8472 1.13192 17.5833 1.72915C18.3194 2.32637 18.8055 3.07637 19.0416 3.97915C19.1111 4.21526 19.066 4.44442 18.9062 4.66665C18.7465 4.88887 18.5555 4.99998 18.3333 4.99998C18.0972 4.99998 17.9028 4.95137 17.75 4.85415C17.5972 4.75692 17.4861 4.5972 17.4166 4.37498C17.2639 3.8472 16.9687 3.40276 16.5312 3.04165C16.0937 2.68054 15.5833 2.49998 15 2.49998C14.3055 2.49998 13.7153 2.74304 13.2291 3.22915C12.743 3.71526 12.5 4.30554 12.5 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998Z",fill:n})}),D4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V8.33331C3.33331 7.87498 3.49651 7.48262 3.8229 7.15623C4.14929 6.82984 4.54165 6.66665 4.99998 6.66665H5.83331V4.99998C5.83331 3.8472 6.23956 2.86456 7.05206 2.05206C7.86456 1.23956 8.8472 0.833313 9.99998 0.833313C11.1528 0.833313 12.1354 1.23956 12.9479 2.05206C13.7604 2.86456 14.1666 3.8472 14.1666 4.99998V6.66665H15C15.4583 6.66665 15.8507 6.82984 16.1771 7.15623C16.5035 7.48262 16.6666 7.87498 16.6666 8.33331V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM4.99998 16.6666H15V8.33331H4.99998V16.6666ZM9.99998 14.1666C10.4583 14.1666 10.8507 14.0035 11.1771 13.6771C11.5035 13.3507 11.6666 12.9583 11.6666 12.5C11.6666 12.0416 11.5035 11.6493 11.1771 11.3229C10.8507 10.9965 10.4583 10.8333 9.99998 10.8333C9.54165 10.8333 9.14928 10.9965 8.8229 11.3229C8.49651 11.6493 8.33331 12.0416 8.33331 12.5C8.33331 12.9583 8.49651 13.3507 8.8229 13.6771C9.14928 14.0035 9.54165 14.1666 9.99998 14.1666ZM7.49998 6.66665H12.5V4.99998C12.5 4.30554 12.2569 3.71526 11.7708 3.22915C11.2847 2.74304 10.6944 2.49998 9.99998 2.49998C9.30553 2.49998 8.71526 2.74304 8.22915 3.22915C7.74303 3.71526 7.49998 4.30554 7.49998 4.99998V6.66665Z",fill:n})}),T4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.8333 17.5C10.5972 17.5 10.3993 17.4201 10.2396 17.2604C10.0799 17.1007 10 16.9028 10 16.6667C10 16.4306 10.0799 16.2326 10.2396 16.0729C10.3993 15.9132 10.5972 15.8333 10.8333 15.8333H15.8333V4.16667H10.8333C10.5972 4.16667 10.3993 4.08681 10.2396 3.92708C10.0799 3.76736 10 3.56944 10 3.33333C10 3.09722 10.0799 2.89931 10.2396 2.73958C10.3993 2.57986 10.5972 2.5 10.8333 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H10.8333ZM9.3125 10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H9.3125L7.75 7.60417C7.59722 7.45139 7.52083 7.26389 7.52083 7.04167C7.52083 6.81944 7.59722 6.625 7.75 6.45833C7.90278 6.29167 8.09722 6.20486 8.33333 6.19792C8.56944 6.19097 8.77083 6.27083 8.9375 6.4375L11.9167 9.41667C12.0833 9.58333 12.1667 9.77778 12.1667 10C12.1667 10.2222 12.0833 10.4167 11.9167 10.5833L8.9375 13.5625C8.77083 13.7292 8.57292 13.809 8.34375 13.8021C8.11458 13.7951 7.91667 13.7083 7.75 13.5417C7.59722 13.375 7.52431 13.1771 7.53125 12.9479C7.53819 12.7188 7.61806 12.5278 7.77083 12.375L9.3125 10.8333Z",fill:n})}),E4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H9.16667C9.40278 2.5 9.60069 2.57986 9.76042 2.73958C9.92014 2.89931 10 3.09722 10 3.33333C10 3.56944 9.92014 3.76736 9.76042 3.92708C9.60069 4.08681 9.40278 4.16667 9.16667 4.16667H4.16667V15.8333H9.16667C9.40278 15.8333 9.60069 15.9132 9.76042 16.0729C9.92014 16.2326 10 16.4306 10 16.6667C10 16.9028 9.92014 17.1007 9.76042 17.2604C9.60069 17.4201 9.40278 17.5 9.16667 17.5H4.16667ZM14.3125 10.8333H8.33333C8.09722 10.8333 7.89931 10.7535 7.73958 10.5938C7.57986 10.434 7.5 10.2361 7.5 10C7.5 9.76389 7.57986 9.56597 7.73958 9.40625C7.89931 9.24653 8.09722 9.16667 8.33333 9.16667H14.3125L12.75 7.60417C12.5972 7.45139 12.5208 7.26389 12.5208 7.04167C12.5208 6.81944 12.5972 6.625 12.75 6.45833C12.9028 6.29167 13.0972 6.20486 13.3333 6.19792C13.5694 6.19097 13.7708 6.27083 13.9375 6.4375L16.9167 9.41667C17.0833 9.58333 17.1667 9.77778 17.1667 10C17.1667 10.2222 17.0833 10.4167 16.9167 10.5833L13.9375 13.5625C13.7708 13.7292 13.5729 13.809 13.3438 13.8021C13.1146 13.7951 12.9167 13.7083 12.75 13.5417C12.5972 13.375 12.5243 13.1771 12.5312 12.9479C12.5382 12.7188 12.6181 12.5278 12.7708 12.375L14.3125 10.8333Z",fill:n})}),P4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM10.0001 10.6875C10.0695 10.6875 10.1424 10.6771 10.2188 10.6562C10.2952 10.6354 10.3681 10.6041 10.4376 10.5625L16.3334 6.87498C16.4445 6.80554 16.5279 6.71873 16.5834 6.61456C16.639 6.5104 16.6667 6.39581 16.6667 6.27081C16.6667 5.99304 16.5487 5.7847 16.3126 5.64581C16.0765 5.50692 15.8334 5.51387 15.5834 5.66665L10.0001 9.16665L4.41675 5.66665C4.16675 5.51387 3.92369 5.5104 3.68758 5.65623C3.45147 5.80206 3.33341 6.00692 3.33341 6.27081C3.33341 6.4097 3.36119 6.53123 3.41675 6.6354C3.4723 6.73956 3.55564 6.81942 3.66675 6.87498L9.56258 10.5625C9.63203 10.6041 9.70494 10.6354 9.78133 10.6562C9.85772 10.6771 9.93064 10.6875 10.0001 10.6875Z",fill:n})}),z4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM16.6667 6.66665L10.4376 10.5625C10.3681 10.6041 10.2952 10.6354 10.2188 10.6562C10.1424 10.6771 10.0695 10.6875 10.0001 10.6875C9.93064 10.6875 9.85772 10.6771 9.78133 10.6562C9.70494 10.6354 9.63203 10.6041 9.56258 10.5625L3.33341 6.66665V15H16.6667V6.66665ZM10.0001 9.16665L16.6667 4.99998H3.33341L10.0001 9.16665ZM3.33341 6.87498V5.64581V5.66665V5.65623V6.87498Z",fill:n})}),$4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8334 6.66669C15.139 6.66669 14.5487 6.42363 14.0626 5.93752C13.5765 5.45141 13.3334 4.86113 13.3334 4.16669C13.3334 3.47224 13.5765 2.88196 14.0626 2.39585C14.5487 1.90974 15.139 1.66669 15.8334 1.66669C16.5279 1.66669 17.1181 1.90974 17.6042 2.39585C18.0904 2.88196 18.3334 3.47224 18.3334 4.16669C18.3334 4.86113 18.0904 5.45141 17.6042 5.93752C17.1181 6.42363 16.5279 6.66669 15.8334 6.66669ZM3.33341 16.6667C2.87508 16.6667 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4584 1.66675 15V5.00002C1.66675 4.54169 1.82994 4.14933 2.15633 3.82294C2.48272 3.49655 2.87508 3.33335 3.33341 3.33335H10.9167C11.139 3.33335 11.323 3.41669 11.4688 3.58335C11.6147 3.75002 11.6806 3.94446 11.6667 4.16669C11.6667 4.31946 11.6737 4.46183 11.6876 4.59377C11.7015 4.72571 11.7223 4.86113 11.7501 5.00002C11.8473 5.44446 12.007 5.85766 12.2292 6.2396C12.4515 6.62155 12.7223 6.95835 13.0417 7.25002L10.0001 9.16669L4.41675 5.66669C4.18064 5.51391 3.94105 5.50696 3.698 5.64585C3.45494 5.78474 3.33341 5.99308 3.33341 6.27085C3.33341 6.39585 3.36119 6.51044 3.41675 6.6146C3.4723 6.71877 3.55564 6.80558 3.66675 6.87502L9.56258 10.5625C9.70147 10.6459 9.8473 10.6875 10.0001 10.6875C10.1529 10.6875 10.2987 10.6459 10.4376 10.5625L14.3959 8.08335C14.632 8.16669 14.8681 8.22919 15.1042 8.27085C15.3404 8.31252 15.5834 8.33335 15.8334 8.33335C16.0834 8.33335 16.3334 8.31252 16.5834 8.27085C16.8334 8.22919 17.0765 8.15974 17.3126 8.06252C17.5487 7.9653 17.7779 7.97919 18.0001 8.10419C18.2223 8.22919 18.3334 8.40974 18.3334 8.64585V15C18.3334 15.4584 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6667 16.6667 16.6667H3.33341Z",fill:n})}),K4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6667C2.87508 16.6667 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4584 1.66675 15V5.00002C1.66675 4.54169 1.82994 4.14933 2.15633 3.82294C2.48272 3.49655 2.87508 3.33335 3.33341 3.33335H10.8334C11.0695 3.33335 11.2674 3.41321 11.4272 3.57294C11.5869 3.73266 11.6667 3.93058 11.6667 4.16669C11.6667 4.4028 11.5869 4.60071 11.4272 4.76044C11.2674 4.92016 11.0695 5.00002 10.8334 5.00002H3.33341V15H16.6667V9.16669C16.6667 8.93058 16.7466 8.73266 16.9063 8.57294C17.0661 8.41322 17.264 8.33335 17.5001 8.33335C17.7362 8.33335 17.9341 8.41322 18.0938 8.57294C18.2536 8.73266 18.3334 8.93058 18.3334 9.16669V15C18.3334 15.4584 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6667 16.6667 16.6667H3.33341ZM10.0001 9.16669L12.6876 7.50002C12.882 7.37502 13.0661 7.34377 13.2397 7.40627C13.4133 7.46877 13.5487 7.57641 13.6459 7.72919C13.7431 7.88197 13.7779 8.04863 13.7501 8.22919C13.7223 8.40974 13.6112 8.56252 13.4167 8.68752L10.4376 10.5625C10.2987 10.6459 10.1529 10.6875 10.0001 10.6875C9.8473 10.6875 9.70147 10.6459 9.56258 10.5625L3.33341 6.66669V5.00002L10.0001 9.16669ZM15.8334 6.66669C15.139 6.66669 14.5487 6.42363 14.0626 5.93752C13.5765 5.45141 13.3334 4.86113 13.3334 4.16669C13.3334 3.47224 13.5765 2.88196 14.0626 2.39585C14.5487 1.90974 15.139 1.66669 15.8334 1.66669C16.5279 1.66669 17.1181 1.90974 17.6042 2.39585C18.0904 2.88196 18.3334 3.47224 18.3334 4.16669C18.3334 4.86113 18.0904 5.45141 17.6042 5.93752C17.1181 6.42363 16.5279 6.66669 15.8334 6.66669Z",fill:n})}),U4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.9583 17.3125L7.5 15.75L3.625 17.25C3.48611 17.3056 3.35069 17.3229 3.21875 17.3021C3.08681 17.2813 2.96528 17.2361 2.85417 17.1667C2.74306 17.0972 2.65625 17.0035 2.59375 16.8854C2.53125 16.7674 2.5 16.632 2.5 16.4792V4.79169C2.5 4.61113 2.55208 4.45141 2.65625 4.31252C2.76042 4.17363 2.90278 4.06946 3.08333 4.00002L6.95833 2.68752C7.04167 2.65974 7.12847 2.63891 7.21875 2.62502C7.30903 2.61113 7.40278 2.60419 7.5 2.60419C7.59722 2.60419 7.69097 2.61113 7.78125 2.62502C7.87153 2.63891 7.95833 2.65974 8.04167 2.68752L12.5 4.25002L16.375 2.75002C16.5139 2.69446 16.6493 2.6771 16.7812 2.69794C16.9132 2.71877 17.0347 2.76391 17.1458 2.83335C17.2569 2.9028 17.3438 2.99655 17.4062 3.1146C17.4688 3.23266 17.5 3.36808 17.5 3.52085V15.2084C17.5 15.3889 17.4479 15.5486 17.3438 15.6875C17.2396 15.8264 17.0972 15.9306 16.9167 16L13.0417 17.3125C12.9583 17.3403 12.8715 17.3611 12.7812 17.375C12.691 17.3889 12.5972 17.3959 12.5 17.3959C12.4028 17.3959 12.309 17.3889 12.2188 17.375C12.1285 17.3611 12.0417 17.3403 11.9583 17.3125ZM11.6667 15.4584V5.70835L8.33333 4.54169V14.2917L11.6667 15.4584Z",fill:n})}),G4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.9583 17.3125L7.5 15.75L3.625 17.25C3.48611 17.3056 3.35069 17.3229 3.21875 17.3021C3.08681 17.2813 2.96528 17.2361 2.85417 17.1667C2.74306 17.0972 2.65625 17.0035 2.59375 16.8854C2.53125 16.7674 2.5 16.632 2.5 16.4792V4.79169C2.5 4.61113 2.55208 4.45141 2.65625 4.31252C2.76042 4.17363 2.90278 4.06946 3.08333 4.00002L6.95833 2.68752C7.04167 2.65974 7.12847 2.63891 7.21875 2.62502C7.30903 2.61113 7.40278 2.60419 7.5 2.60419C7.59722 2.60419 7.69097 2.61113 7.78125 2.62502C7.87153 2.63891 7.95833 2.65974 8.04167 2.68752L12.5 4.25002L16.375 2.75002C16.5139 2.69446 16.6493 2.6771 16.7812 2.69794C16.9132 2.71877 17.0347 2.76391 17.1458 2.83335C17.2569 2.9028 17.3438 2.99655 17.4062 3.1146C17.4688 3.23266 17.5 3.36808 17.5 3.52085V15.2084C17.5 15.3889 17.4479 15.5486 17.3438 15.6875C17.2396 15.8264 17.0972 15.9306 16.9167 16L13.0417 17.3125C12.9583 17.3403 12.8715 17.3611 12.7812 17.375C12.691 17.3889 12.5972 17.3959 12.5 17.3959C12.4028 17.3959 12.309 17.3889 12.2188 17.375C12.1285 17.3611 12.0417 17.3403 11.9583 17.3125ZM11.6667 15.4584V5.70835L8.33333 4.54169V14.2917L11.6667 15.4584ZM13.3333 15.4584L15.8333 14.625V4.75002L13.3333 5.70835V15.4584ZM4.16667 15.25L6.66667 14.2917V4.54169L4.16667 5.37502V15.25Z",fill:n})}),W4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 15C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H16.6667C16.9028 13.3333 17.1007 13.4132 17.2604 13.5729C17.4201 13.7326 17.5 13.9306 17.5 14.1667C17.5 14.4028 17.4201 14.6007 17.2604 14.7604C17.1007 14.9201 16.9028 15 16.6667 15H3.33333ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10C17.5 10.2361 17.4201 10.434 17.2604 10.5938C17.1007 10.7535 16.9028 10.8333 16.6667 10.8333H3.33333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H3.33333Z",fill:n})}),q4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 15C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H12.5C12.7361 13.3333 12.934 13.4132 13.0938 13.5729C13.2535 13.7326 13.3333 13.9306 13.3333 14.1667C13.3333 14.4028 13.2535 14.6007 13.0938 14.7604C12.934 14.9201 12.7361 15 12.5 15H3.33333ZM15.75 13.5833L12.75 10.5833C12.5833 10.4167 12.5 10.2222 12.5 10C12.5 9.77778 12.5833 9.58333 12.75 9.41667L15.75 6.41667C15.9028 6.26389 16.0972 6.1875 16.3333 6.1875C16.5694 6.1875 16.7639 6.26389 16.9167 6.41667C17.0694 6.56944 17.1458 6.76389 17.1458 7C17.1458 7.23611 17.0694 7.43056 16.9167 7.58333L14.5 10L16.9167 12.4167C17.0694 12.5694 17.1458 12.7639 17.1458 13C17.1458 13.2361 17.0694 13.4306 16.9167 13.5833C16.7639 13.7361 16.5694 13.8125 16.3333 13.8125C16.0972 13.8125 15.9028 13.7361 15.75 13.5833ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H10C10.2361 9.16667 10.434 9.24653 10.5938 9.40625C10.7535 9.56597 10.8333 9.76389 10.8333 10C10.8333 10.2361 10.7535 10.434 10.5938 10.5938C10.434 10.7535 10.2361 10.8333 10 10.8333H3.33333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H12.5C12.7361 5 12.934 5.07986 13.0938 5.23958C13.2535 5.39931 13.3333 5.59722 13.3333 5.83333C13.3333 6.06944 13.2535 6.26736 13.0938 6.42708C12.934 6.58681 12.7361 6.66667 12.5 6.66667H3.33333Z",fill:n})}),Y4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667C9.30558 11.6667 8.7153 11.4236 8.22919 10.9375C7.74308 10.4514 7.50002 9.86113 7.50002 9.16669V4.16669C7.50002 3.47224 7.74308 2.88196 8.22919 2.39585C8.7153 1.90974 9.30558 1.66669 10 1.66669C10.6945 1.66669 11.2847 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V9.16669C12.5 9.86113 12.257 10.4514 11.7709 10.9375C11.2847 11.4236 10.6945 11.6667 10 11.6667ZM9.16669 16.6667V14.9375C7.88891 14.757 6.79516 14.2153 5.88544 13.3125C4.97572 12.4097 4.42363 11.3125 4.22919 10.0209C4.20141 9.78474 4.26391 9.58335 4.41669 9.41669C4.56947 9.25002 4.76391 9.16669 5.00002 9.16669C5.23613 9.16669 5.43405 9.24655 5.59377 9.40627C5.75349 9.56599 5.86113 9.76391 5.91669 10C6.11113 10.9722 6.59377 11.7709 7.36461 12.3959C8.13544 13.0209 9.01391 13.3334 10 13.3334C11 13.3334 11.882 13.0174 12.6459 12.3854C13.4097 11.7535 13.8889 10.9584 14.0834 10C14.1389 9.76391 14.2465 9.56599 14.4063 9.40627C14.566 9.24655 14.7639 9.16669 15 9.16669C15.2361 9.16669 15.4306 9.25002 15.5834 9.41669C15.7361 9.58335 15.7986 9.78474 15.7709 10.0209C15.5764 11.2847 15.0278 12.375 14.125 13.2917C13.2222 14.2084 12.125 14.757 10.8334 14.9375V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.434 17.4202 10.2361 17.5 10 17.5C9.76391 17.5 9.56599 17.4202 9.40627 17.2604C9.24655 17.1007 9.16669 16.9028 9.16669 16.6667Z",fill:n})}),Q4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14 12.1459C13.8056 12.0347 13.6806 11.8646 13.625 11.6354C13.5695 11.4063 13.5973 11.1945 13.7084 11C13.8056 10.8472 13.8855 10.684 13.948 10.5104C14.0105 10.3368 14.0556 10.1597 14.0834 9.97919C14.1389 9.74308 14.2466 9.54863 14.4063 9.39585C14.566 9.24308 14.7639 9.16669 15 9.16669C15.2362 9.16669 15.4306 9.25002 15.5834 9.41669C15.7362 9.58335 15.7987 9.78474 15.7709 10.0209C15.7292 10.3403 15.6563 10.6528 15.5521 10.9584C15.448 11.2639 15.3125 11.5556 15.1459 11.8334C15.0348 12.0278 14.8646 12.1563 14.6355 12.2188C14.4063 12.2813 14.1945 12.257 14 12.1459ZM11.0834 8.70835L7.97921 5.60419C7.82643 5.45141 7.70837 5.27433 7.62504 5.07294C7.54171 4.87155 7.50004 4.65974 7.50004 4.43752V4.16669C7.50004 3.47224 7.7431 2.88196 8.22921 2.39585C8.71532 1.90974 9.3056 1.66669 10 1.66669C10.6945 1.66669 11.2848 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V8.10419C12.5 8.47919 12.3299 8.7396 11.9896 8.88544C11.6493 9.03127 11.3473 8.97224 11.0834 8.70835ZM9.16671 16.6667V14.9167C7.88893 14.75 6.79518 14.2153 5.88546 13.3125C4.97574 12.4097 4.42365 11.3125 4.22921 10.0209C4.20143 9.78474 4.26393 9.58335 4.41671 9.41669C4.56949 9.25002 4.76393 9.16669 5.00004 9.16669C5.23615 9.16669 5.43407 9.24655 5.59379 9.40627C5.75351 9.56599 5.86115 9.76391 5.91671 10C6.11115 10.9722 6.59379 11.7709 7.36462 12.3959C8.13546 13.0209 9.01393 13.3334 10 13.3334C10.4723 13.3334 10.9202 13.2604 11.3438 13.1146C11.7674 12.9688 12.1528 12.7639 12.5 12.5L13.6875 13.6875C13.2848 14.007 12.8438 14.2743 12.3646 14.4896C11.8855 14.7049 11.375 14.8472 10.8334 14.9167V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.4341 17.4202 10.2362 17.5 10 17.5C9.76393 17.5 9.56601 17.4202 9.40629 17.2604C9.24657 17.1007 9.16671 16.9028 9.16671 16.6667ZM15.9167 18.25L1.75004 4.08335C1.59726 3.93058 1.52087 3.73613 1.52087 3.50002C1.52087 3.26391 1.59726 3.06946 1.75004 2.91669C1.90282 2.76391 2.09726 2.68752 2.33337 2.68752C2.56949 2.68752 2.76393 2.76391 2.91671 2.91669L17.0834 17.0834C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25Z",fill:n})}),X4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14 12.1459C13.8056 12.0347 13.6806 11.8646 13.625 11.6354C13.5695 11.4063 13.5973 11.1945 13.7084 11C13.8056 10.8472 13.8855 10.684 13.948 10.5104C14.0105 10.3368 14.0556 10.1597 14.0834 9.97919C14.1389 9.74308 14.2466 9.54863 14.4063 9.39585C14.566 9.24308 14.7639 9.16669 15 9.16669C15.2362 9.16669 15.4306 9.25002 15.5834 9.41669C15.7362 9.58335 15.7987 9.78474 15.7709 10.0209C15.7292 10.3403 15.6563 10.6528 15.5521 10.9584C15.448 11.2639 15.3125 11.5556 15.1459 11.8334C15.0348 12.0278 14.8646 12.1563 14.6355 12.2188C14.4063 12.2813 14.1945 12.257 14 12.1459ZM10 1.66669C10.6945 1.66669 11.2848 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V8.12502C12.5 8.4028 12.4132 8.61113 12.2396 8.75002C12.066 8.88891 11.875 8.95835 11.6667 8.95835C11.4584 8.95835 11.2674 8.88544 11.0938 8.7396C10.9202 8.59377 10.8334 8.38197 10.8334 8.10419V4.16669C10.8334 3.93058 10.7535 3.73266 10.5938 3.57294C10.4341 3.41321 10.2362 3.33335 10 3.33335C9.76393 3.33335 9.56601 3.41321 9.40629 3.57294C9.24657 3.73266 9.16671 3.93058 9.16671 4.16669V4.79169C9.16671 5.06946 9.0799 5.2778 8.90629 5.41669C8.73268 5.55558 8.54171 5.62502 8.33337 5.62502C8.12504 5.62502 7.93407 5.5521 7.76046 5.40627C7.58685 5.26044 7.50004 5.04863 7.50004 4.77085V4.16669C7.50004 3.47224 7.7431 2.88196 8.22921 2.39585C8.71532 1.90974 9.3056 1.66669 10 1.66669ZM9.16671 16.6667V14.9375C7.88893 14.7709 6.79518 14.2327 5.88546 13.3229C4.97574 12.4132 4.42365 11.3125 4.22921 10.0209C4.20143 9.78474 4.26393 9.58335 4.41671 9.41669C4.56949 9.25002 4.76393 9.16669 5.00004 9.16669C5.23615 9.16669 5.43754 9.24655 5.60421 9.40627C5.77087 9.56599 5.87504 9.76391 5.91671 10C6.11115 10.9861 6.59032 11.7882 7.35421 12.4063C8.1181 13.0243 9.00004 13.3334 10 13.3334C10.4723 13.3334 10.9202 13.2604 11.3438 13.1146C11.7674 12.9688 12.1528 12.7639 12.5 12.5L13.6875 13.6875C13.2848 14.007 12.8438 14.2778 12.3646 14.5C11.8855 14.7222 11.375 14.8681 10.8334 14.9375V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.4341 17.4202 10.2362 17.5 10 17.5C9.76393 17.5 9.56601 17.4202 9.40629 17.2604C9.24657 17.1007 9.16671 16.9028 9.16671 16.6667ZM15.9167 18.25L1.75004 4.08335C1.59726 3.93058 1.52087 3.73613 1.52087 3.50002C1.52087 3.26391 1.59726 3.06946 1.75004 2.91669C1.90282 2.76391 2.09726 2.68752 2.33337 2.68752C2.56949 2.68752 2.76393 2.76391 2.91671 2.91669L17.0834 17.0834C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25Z",fill:n})}),J4=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 11.6667C9.30558 11.6667 8.7153 11.4236 8.22919 10.9375C7.74308 10.4514 7.50002 9.86113 7.50002 9.16669V4.16669C7.50002 3.47224 7.74308 2.88196 8.22919 2.39585C8.7153 1.90974 9.30558 1.66669 10 1.66669C10.6945 1.66669 11.2847 1.90974 11.7709 2.39585C12.257 2.88196 12.5 3.47224 12.5 4.16669V9.16669C12.5 9.86113 12.257 10.4514 11.7709 10.9375C11.2847 11.4236 10.6945 11.6667 10 11.6667ZM9.16669 16.6667V14.9375C7.88891 14.757 6.79516 14.2153 5.88544 13.3125C4.97572 12.4097 4.42363 11.3125 4.22919 10.0209C4.20141 9.78474 4.26391 9.58335 4.41669 9.41669C4.56947 9.25002 4.76391 9.16669 5.00002 9.16669C5.23613 9.16669 5.43405 9.24655 5.59377 9.40627C5.75349 9.56599 5.86113 9.76391 5.91669 10C6.11113 10.9722 6.59377 11.7709 7.36461 12.3959C8.13544 13.0209 9.01391 13.3334 10 13.3334C11 13.3334 11.882 13.0174 12.6459 12.3854C13.4097 11.7535 13.8889 10.9584 14.0834 10C14.1389 9.76391 14.2465 9.56599 14.4063 9.40627C14.566 9.24655 14.7639 9.16669 15 9.16669C15.2361 9.16669 15.4306 9.25002 15.5834 9.41669C15.7361 9.58335 15.7986 9.78474 15.7709 10.0209C15.5764 11.2847 15.0278 12.375 14.125 13.2917C13.2222 14.2084 12.125 14.757 10.8334 14.9375V16.6667C10.8334 16.9028 10.7535 17.1007 10.5938 17.2604C10.434 17.4202 10.2361 17.5 10 17.5C9.76391 17.5 9.56599 17.4202 9.40627 17.2604C9.24655 17.1007 9.16669 16.9028 9.16669 16.6667ZM10 10C10.2361 10 10.434 9.92016 10.5938 9.76044C10.7535 9.60072 10.8334 9.4028 10.8334 9.16669V4.16669C10.8334 3.93058 10.7535 3.73266 10.5938 3.57294C10.434 3.41321 10.2361 3.33335 10 3.33335C9.76391 3.33335 9.56599 3.41321 9.40627 3.57294C9.24655 3.73266 9.16669 3.93058 9.16669 4.16669V9.16669C9.16669 9.4028 9.24655 9.60072 9.40627 9.76044C9.56599 9.92016 9.76391 10 10 10Z",fill:n})}),C8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C7.90278 17.5 6.12847 16.7743 4.67708 15.3229C3.22569 13.8715 2.5 12.0972 2.5 9.99996C2.5 8.0833 3.125 6.4201 4.375 5.01038C5.625 3.60066 7.22222 2.77774 9.16667 2.54163C9.34722 2.51385 9.50694 2.53816 9.64583 2.61455C9.78472 2.69093 9.89583 2.79163 9.97917 2.91663C10.0625 3.04163 10.1076 3.18746 10.1146 3.35413C10.1215 3.5208 10.0694 3.68052 9.95833 3.8333C9.72222 4.19441 9.54514 4.57635 9.42708 4.97913C9.30903 5.38191 9.25 5.80552 9.25 6.24996C9.25 7.49996 9.6875 8.56246 10.5625 9.43746C11.4375 10.3125 12.5 10.75 13.75 10.75C14.1806 10.75 14.6076 10.6875 15.0312 10.5625C15.4549 10.4375 15.8333 10.2639 16.1667 10.0416C16.3194 9.94441 16.4757 9.89927 16.6354 9.90621C16.7951 9.91316 16.9375 9.95135 17.0625 10.0208C17.2014 10.0902 17.309 10.1944 17.3854 10.3333C17.4618 10.4722 17.4861 10.6389 17.4583 10.8333C17.2639 12.75 16.4479 14.3402 15.0104 15.6041C13.5729 16.868 11.9028 17.5 10 17.5Z",fill:n})}),e8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C7.90278 17.5 6.12847 16.7743 4.67708 15.3229C3.22569 13.8715 2.5 12.0972 2.5 9.99996C2.5 8.0833 3.125 6.4201 4.375 5.01038C5.625 3.60066 7.22222 2.77774 9.16667 2.54163C9.34722 2.51385 9.50694 2.53816 9.64583 2.61455C9.78472 2.69093 9.89583 2.79163 9.97917 2.91663C10.0625 3.04163 10.1076 3.18746 10.1146 3.35413C10.1215 3.5208 10.0694 3.68052 9.95833 3.8333C9.72222 4.19441 9.54514 4.57635 9.42708 4.97913C9.30903 5.38191 9.25 5.80552 9.25 6.24996C9.25 7.49996 9.6875 8.56246 10.5625 9.43746C11.4375 10.3125 12.5 10.75 13.75 10.75C14.1806 10.75 14.6076 10.6875 15.0312 10.5625C15.4549 10.4375 15.8333 10.2639 16.1667 10.0416C16.3194 9.94441 16.4757 9.89927 16.6354 9.90621C16.7951 9.91316 16.9375 9.95135 17.0625 10.0208C17.2014 10.0902 17.309 10.1944 17.3854 10.3333C17.4618 10.4722 17.4861 10.6389 17.4583 10.8333C17.2639 12.75 16.4479 14.3402 15.0104 15.6041C13.5729 16.868 11.9028 17.5 10 17.5ZM10 15.8333C11.2222 15.8333 12.3194 15.4965 13.2917 14.8229C14.2639 14.1493 14.9722 13.2708 15.4167 12.1875C15.1389 12.2569 14.8611 12.3125 14.5833 12.3541C14.3056 12.3958 14.0278 12.4166 13.75 12.4166C12.0417 12.4166 10.5868 11.8159 9.38542 10.6145C8.18403 9.41316 7.58333 7.9583 7.58333 6.24996C7.58333 5.97218 7.60417 5.69441 7.64583 5.41663C7.6875 5.13885 7.74306 4.86107 7.8125 4.5833C6.72917 5.02774 5.85069 5.73607 5.17708 6.7083C4.50347 7.68052 4.16667 8.77774 4.16667 9.99996C4.16667 11.6111 4.73611 12.9861 5.875 14.125C7.01389 15.2639 8.38889 15.8333 10 15.8333Z",fill:n})}),t8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:[e.jsx("g",{clipPath:"url(#clip0_74_2561)",children:e.jsx("path",{d:"M10.0002 14.1667C8.84739 14.1667 7.86475 13.7605 7.05225 12.948C6.23975 12.1355 5.8335 11.1528 5.8335 10C5.8335 8.84726 6.23975 7.86462 7.05225 7.05212C7.86475 6.23962 8.84739 5.83337 10.0002 5.83337C11.1529 5.83337 12.1356 6.23962 12.9481 7.05212C13.7606 7.86462 14.1668 8.84726 14.1668 10C14.1668 11.1528 13.7606 12.1355 12.9481 12.948C12.1356 13.7605 11.1529 14.1667 10.0002 14.1667ZM1.66683 10.8334C1.43072 10.8334 1.2328 10.7535 1.07308 10.5938C0.913357 10.4341 0.833496 10.2362 0.833496 10C0.833496 9.76393 0.913357 9.56601 1.07308 9.40629C1.2328 9.24657 1.43072 9.16671 1.66683 9.16671H3.3335C3.56961 9.16671 3.76752 9.24657 3.92725 9.40629C4.08697 9.56601 4.16683 9.76393 4.16683 10C4.16683 10.2362 4.08697 10.4341 3.92725 10.5938C3.76752 10.7535 3.56961 10.8334 3.3335 10.8334H1.66683ZM16.6668 10.8334C16.4307 10.8334 16.2328 10.7535 16.0731 10.5938C15.9134 10.4341 15.8335 10.2362 15.8335 10C15.8335 9.76393 15.9134 9.56601 16.0731 9.40629C16.2328 9.24657 16.4307 9.16671 16.6668 9.16671H18.3335C18.5696 9.16671 18.7675 9.24657 18.9272 9.40629C19.087 9.56601 19.1668 9.76393 19.1668 10C19.1668 10.2362 19.087 10.4341 18.9272 10.5938C18.7675 10.7535 18.5696 10.8334 18.3335 10.8334H16.6668ZM10.0002 4.16671C9.76405 4.16671 9.56614 4.08685 9.40641 3.92712C9.24669 3.7674 9.16683 3.56949 9.16683 3.33337V1.66671C9.16683 1.4306 9.24669 1.23268 9.40641 1.07296C9.56614 0.913235 9.76405 0.833374 10.0002 0.833374C10.2363 0.833374 10.4342 0.913235 10.5939 1.07296C10.7536 1.23268 10.8335 1.4306 10.8335 1.66671V3.33337C10.8335 3.56949 10.7536 3.7674 10.5939 3.92712C10.4342 4.08685 10.2363 4.16671 10.0002 4.16671ZM10.0002 19.1667C9.76405 19.1667 9.56614 19.0868 9.40641 18.9271C9.24669 18.7674 9.16683 18.5695 9.16683 18.3334V16.6667C9.16683 16.4306 9.24669 16.2327 9.40641 16.073C9.56614 15.9132 9.76405 15.8334 10.0002 15.8334C10.2363 15.8334 10.4342 15.9132 10.5939 16.073C10.7536 16.2327 10.8335 16.4306 10.8335 16.6667V18.3334C10.8335 18.5695 10.7536 18.7674 10.5939 18.9271C10.4342 19.0868 10.2363 19.1667 10.0002 19.1667ZM4.7085 5.87504L3.81266 5.00004C3.646 4.84726 3.56614 4.65282 3.57308 4.41671C3.58002 4.1806 3.65989 3.97921 3.81266 3.81254C3.97933 3.64587 4.18072 3.56254 4.41683 3.56254C4.65294 3.56254 4.84738 3.64587 5.00016 3.81254L5.87516 4.70837C6.02794 4.87504 6.10433 5.06949 6.10433 5.29171C6.10433 5.51393 6.02794 5.70837 5.87516 5.87504C5.72238 6.04171 5.53141 6.12157 5.30225 6.11462C5.07308 6.10768 4.87516 6.02782 4.7085 5.87504ZM15.0002 16.1875L14.1252 15.2917C13.9724 15.125 13.896 14.9271 13.896 14.698C13.896 14.4688 13.9724 14.2778 14.1252 14.125C14.2779 13.9584 14.4689 13.8785 14.6981 13.8855C14.9272 13.8924 15.1252 13.9723 15.2918 14.125L16.1877 15C16.3543 15.1528 16.4342 15.3473 16.4272 15.5834C16.4203 15.8195 16.3404 16.0209 16.1877 16.1875C16.021 16.3542 15.8196 16.4375 15.5835 16.4375C15.3474 16.4375 15.1529 16.3542 15.0002 16.1875ZM14.1252 5.87504C13.9585 5.72226 13.8786 5.53129 13.8856 5.30212C13.8925 5.07296 13.9724 4.87504 14.1252 4.70837L15.0002 3.81254C15.1529 3.64587 15.3474 3.56601 15.5835 3.57296C15.8196 3.5799 16.021 3.65976 16.1877 3.81254C16.3543 3.97921 16.4377 4.1806 16.4377 4.41671C16.4377 4.65282 16.3543 4.84726 16.1877 5.00004L15.2918 5.87504C15.1252 6.02782 14.9307 6.10421 14.7085 6.10421C14.4863 6.10421 14.2918 6.02782 14.1252 5.87504ZM3.81266 16.1875C3.646 16.0209 3.56266 15.8195 3.56266 15.5834C3.56266 15.3473 3.646 15.1528 3.81266 15L4.7085 14.125C4.87516 13.9723 5.07308 13.8959 5.30225 13.8959C5.53141 13.8959 5.72238 13.9723 5.87516 14.125C6.04183 14.2778 6.12169 14.4688 6.11475 14.698C6.1078 14.9271 6.02794 15.125 5.87516 15.2917L5.00016 16.1875C4.84738 16.3542 4.65294 16.4341 4.41683 16.4271C4.18072 16.4202 3.97933 16.3403 3.81266 16.1875Z",fill:n})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_74_2561",children:e.jsx("rect",{width:20,height:20,fill:n})})})]}),n8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsxs("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:[e.jsx("g",{clipPath:"url(#clip0_74_2566)",children:e.jsx("path",{d:"M10.0002 12.5C10.6946 12.5 11.2849 12.257 11.771 11.7709C12.2571 11.2848 12.5002 10.6945 12.5002 10C12.5002 9.3056 12.2571 8.71532 11.771 8.22921C11.2849 7.7431 10.6946 7.50004 10.0002 7.50004C9.30572 7.50004 8.71544 7.7431 8.22933 8.22921C7.74322 8.71532 7.50016 9.3056 7.50016 10C7.50016 10.6945 7.74322 11.2848 8.22933 11.7709C8.71544 12.257 9.30572 12.5 10.0002 12.5ZM10.0002 14.1667C8.84739 14.1667 7.86475 13.7605 7.05225 12.948C6.23975 12.1355 5.8335 11.1528 5.8335 10C5.8335 8.84726 6.23975 7.86462 7.05225 7.05212C7.86475 6.23962 8.84739 5.83337 10.0002 5.83337C11.1529 5.83337 12.1356 6.23962 12.9481 7.05212C13.7606 7.86462 14.1668 8.84726 14.1668 10C14.1668 11.1528 13.7606 12.1355 12.9481 12.948C12.1356 13.7605 11.1529 14.1667 10.0002 14.1667ZM1.66683 10.8334C1.43072 10.8334 1.2328 10.7535 1.07308 10.5938C0.913357 10.4341 0.833496 10.2362 0.833496 10C0.833496 9.76393 0.913357 9.56601 1.07308 9.40629C1.2328 9.24657 1.43072 9.16671 1.66683 9.16671H3.3335C3.56961 9.16671 3.76752 9.24657 3.92725 9.40629C4.08697 9.56601 4.16683 9.76393 4.16683 10C4.16683 10.2362 4.08697 10.4341 3.92725 10.5938C3.76752 10.7535 3.56961 10.8334 3.3335 10.8334H1.66683ZM16.6668 10.8334C16.4307 10.8334 16.2328 10.7535 16.0731 10.5938C15.9134 10.4341 15.8335 10.2362 15.8335 10C15.8335 9.76393 15.9134 9.56601 16.0731 9.40629C16.2328 9.24657 16.4307 9.16671 16.6668 9.16671H18.3335C18.5696 9.16671 18.7675 9.24657 18.9272 9.40629C19.087 9.56601 19.1668 9.76393 19.1668 10C19.1668 10.2362 19.087 10.4341 18.9272 10.5938C18.7675 10.7535 18.5696 10.8334 18.3335 10.8334H16.6668ZM10.0002 4.16671C9.76405 4.16671 9.56614 4.08685 9.40641 3.92712C9.24669 3.7674 9.16683 3.56949 9.16683 3.33337V1.66671C9.16683 1.4306 9.24669 1.23268 9.40641 1.07296C9.56614 0.913235 9.76405 0.833374 10.0002 0.833374C10.2363 0.833374 10.4342 0.913235 10.5939 1.07296C10.7536 1.23268 10.8335 1.4306 10.8335 1.66671V3.33337C10.8335 3.56949 10.7536 3.7674 10.5939 3.92712C10.4342 4.08685 10.2363 4.16671 10.0002 4.16671ZM10.0002 19.1667C9.76405 19.1667 9.56614 19.0868 9.40641 18.9271C9.24669 18.7674 9.16683 18.5695 9.16683 18.3334V16.6667C9.16683 16.4306 9.24669 16.2327 9.40641 16.073C9.56614 15.9132 9.76405 15.8334 10.0002 15.8334C10.2363 15.8334 10.4342 15.9132 10.5939 16.073C10.7536 16.2327 10.8335 16.4306 10.8335 16.6667V18.3334C10.8335 18.5695 10.7536 18.7674 10.5939 18.9271C10.4342 19.0868 10.2363 19.1667 10.0002 19.1667ZM4.7085 5.87504L3.81266 5.00004C3.646 4.84726 3.56614 4.65282 3.57308 4.41671C3.58002 4.1806 3.65989 3.97921 3.81266 3.81254C3.97933 3.64587 4.18072 3.56254 4.41683 3.56254C4.65294 3.56254 4.84738 3.64587 5.00016 3.81254L5.87516 4.70837C6.02794 4.87504 6.10433 5.06949 6.10433 5.29171C6.10433 5.51393 6.02794 5.70837 5.87516 5.87504C5.72238 6.04171 5.53141 6.12157 5.30225 6.11462C5.07308 6.10768 4.87516 6.02782 4.7085 5.87504ZM15.0002 16.1875L14.1252 15.2917C13.9724 15.125 13.896 14.9271 13.896 14.698C13.896 14.4688 13.9724 14.2778 14.1252 14.125C14.2779 13.9584 14.4689 13.8785 14.6981 13.8855C14.9272 13.8924 15.1252 13.9723 15.2918 14.125L16.1877 15C16.3543 15.1528 16.4342 15.3473 16.4272 15.5834C16.4203 15.8195 16.3404 16.0209 16.1877 16.1875C16.021 16.3542 15.8196 16.4375 15.5835 16.4375C15.3474 16.4375 15.1529 16.3542 15.0002 16.1875ZM14.1252 5.87504C13.9585 5.72226 13.8786 5.53129 13.8856 5.30212C13.8925 5.07296 13.9724 4.87504 14.1252 4.70837L15.0002 3.81254C15.1529 3.64587 15.3474 3.56601 15.5835 3.57296C15.8196 3.5799 16.021 3.65976 16.1877 3.81254C16.3543 3.97921 16.4377 4.1806 16.4377 4.41671C16.4377 4.65282 16.3543 4.84726 16.1877 5.00004L15.2918 5.87504C15.1252 6.02782 14.9307 6.10421 14.7085 6.10421C14.4863 6.10421 14.2918 6.02782 14.1252 5.87504ZM3.81266 16.1875C3.646 16.0209 3.56266 15.8195 3.56266 15.5834C3.56266 15.3473 3.646 15.1528 3.81266 15L4.7085 14.125C4.87516 13.9723 5.07308 13.8959 5.30225 13.8959C5.53141 13.8959 5.72238 13.9723 5.87516 14.125C6.04183 14.2778 6.12169 14.4688 6.11475 14.698C6.1078 14.9271 6.02794 15.125 5.87516 15.2917L5.00016 16.1875C4.84738 16.3542 4.65294 16.4341 4.41683 16.4271C4.18072 16.4202 3.97933 16.3403 3.81266 16.1875Z",fill:n})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_74_2566",children:e.jsx("rect",{width:20,height:20,fill:n})})})]}),r8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9027 2.5 16.6666V15.8333C2.5 15.5972 2.57986 15.3993 2.73958 15.2396C2.89931 15.0798 3.09722 15 3.33333 15C3.56944 15 3.76736 15.0798 3.92708 15.2396C4.08681 15.3993 4.16667 15.5972 4.16667 15.8333V16.6666C4.16667 16.9027 4.08681 17.1007 3.92708 17.2604C3.76736 17.4201 3.56944 17.5 3.33333 17.5ZM6.66667 17.5C6.43056 17.5 6.23264 17.4201 6.07292 17.2604C5.91319 17.1007 5.83333 16.9027 5.83333 16.6666V12.0833C5.83333 11.8472 5.91319 11.6493 6.07292 11.4896C6.23264 11.3298 6.43056 11.25 6.66667 11.25C6.90278 11.25 7.10069 11.3298 7.26042 11.4896C7.42014 11.6493 7.5 11.8472 7.5 12.0833V16.6666C7.5 16.9027 7.42014 17.1007 7.26042 17.2604C7.10069 17.4201 6.90278 17.5 6.66667 17.5ZM10 17.5C9.76389 17.5 9.56597 17.4201 9.40625 17.2604C9.24653 17.1007 9.16667 16.9027 9.16667 16.6666V13.75C9.16667 13.5139 9.24653 13.3159 9.40625 13.1562C9.56597 12.9965 9.76389 12.9166 10 12.9166C10.2361 12.9166 10.434 12.9965 10.5938 13.1562C10.7535 13.3159 10.8333 13.5139 10.8333 13.75V16.6666C10.8333 16.9027 10.7535 17.1007 10.5938 17.2604C10.434 17.4201 10.2361 17.5 10 17.5ZM13.3333 17.5C13.0972 17.5 12.8993 17.4201 12.7396 17.2604C12.5799 17.1007 12.5 16.9027 12.5 16.6666V12.5C12.5 12.2639 12.5799 12.0659 12.7396 11.9062C12.8993 11.7465 13.0972 11.6666 13.3333 11.6666C13.5694 11.6666 13.7674 11.7465 13.9271 11.9062C14.0868 12.0659 14.1667 12.2639 14.1667 12.5V16.6666C14.1667 16.9027 14.0868 17.1007 13.9271 17.2604C13.7674 17.4201 13.5694 17.5 13.3333 17.5ZM16.6667 17.5C16.4306 17.5 16.2326 17.4201 16.0729 17.2604C15.9132 17.1007 15.8333 16.9027 15.8333 16.6666V9.16664C15.8333 8.93052 15.9132 8.73261 16.0729 8.57289C16.2326 8.41316 16.4306 8.3333 16.6667 8.3333C16.9028 8.3333 17.1007 8.41316 17.2604 8.57289C17.4201 8.73261 17.5 8.93052 17.5 9.16664V16.6666C17.5 16.9027 17.4201 17.1007 17.2604 17.2604C17.1007 17.4201 16.9028 17.5 16.6667 17.5ZM11.6667 9.97914C11.4444 9.97914 11.2326 9.93747 11.0312 9.85414C10.8299 9.7708 10.6458 9.65275 10.4792 9.49997L8.33333 7.35414L3.91667 11.7708C3.75 11.9375 3.55208 12.0173 3.32292 12.0104C3.09375 12.0034 2.89583 11.9166 2.72917 11.75C2.57639 11.5833 2.50347 11.3854 2.51042 11.1562C2.51736 10.9271 2.59722 10.7361 2.75 10.5833L7.14583 6.18747C7.3125 6.0208 7.49653 5.89927 7.69792 5.82289C7.89931 5.7465 8.11111 5.7083 8.33333 5.7083C8.55556 5.7083 8.77083 5.7465 8.97917 5.82289C9.1875 5.89927 9.36806 6.0208 9.52083 6.18747L11.6667 8.3333L16.0833 3.91664C16.25 3.74997 16.4479 3.67011 16.6771 3.67705C16.9062 3.684 17.1042 3.7708 17.2708 3.93747C17.4236 4.10414 17.4965 4.30205 17.4896 4.53122C17.4826 4.76039 17.4028 4.95136 17.25 5.10414L12.8542 9.49997C12.7014 9.65275 12.5208 9.7708 12.3125 9.85414C12.1042 9.93747 11.8889 9.97914 11.6667 9.97914Z",fill:n})}),o8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83329 14.1667H12.5C12.7361 14.1667 12.934 14.2465 13.0937 14.4062C13.2534 14.566 13.3333 14.7639 13.3333 15C13.3333 15.2361 13.2534 15.434 13.0937 15.5938C12.934 15.7535 12.7361 15.8333 12.5 15.8333H4.99996C4.76385 15.8333 4.56593 15.7535 4.40621 15.5938C4.24649 15.434 4.16663 15.2361 4.16663 15V7.5C4.16663 7.26389 4.24649 7.06597 4.40621 6.90625C4.56593 6.74653 4.76385 6.66667 4.99996 6.66667C5.23607 6.66667 5.43399 6.74653 5.59371 6.90625C5.75343 7.06597 5.83329 7.26389 5.83329 7.5V14.1667ZM9.99996 10H16.6666C16.9027 10 17.1007 10.0799 17.2604 10.2396C17.4201 10.3993 17.5 10.5972 17.5 10.8333C17.5 11.0694 17.4201 11.2674 17.2604 11.4271C17.1007 11.5868 16.9027 11.6667 16.6666 11.6667H9.16663C8.93051 11.6667 8.7326 11.5868 8.57288 11.4271C8.41315 11.2674 8.33329 11.0694 8.33329 10.8333V3.33333C8.33329 3.09722 8.41315 2.89931 8.57288 2.73958C8.7326 2.57986 8.93051 2.5 9.16663 2.5C9.40274 2.5 9.60065 2.57986 9.76038 2.73958C9.9201 2.89931 9.99996 3.09722 9.99996 3.33333V10Z",fill:n})}),s8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00004 11.6667C4.54171 11.6667 4.14935 11.5035 3.82296 11.1771C3.49657 10.8507 3.33337 10.4584 3.33337 10C3.33337 9.54171 3.49657 9.14935 3.82296 8.82296C4.14935 8.49657 4.54171 8.33337 5.00004 8.33337C5.45837 8.33337 5.85074 8.49657 6.17712 8.82296C6.50351 9.14935 6.66671 9.54171 6.66671 10C6.66671 10.4584 6.50351 10.8507 6.17712 11.1771C5.85074 11.5035 5.45837 11.6667 5.00004 11.6667ZM10 11.6667C9.54171 11.6667 9.14935 11.5035 8.82296 11.1771C8.49657 10.8507 8.33337 10.4584 8.33337 10C8.33337 9.54171 8.49657 9.14935 8.82296 8.82296C9.14935 8.49657 9.54171 8.33337 10 8.33337C10.4584 8.33337 10.8507 8.49657 11.1771 8.82296C11.5035 9.14935 11.6667 9.54171 11.6667 10C11.6667 10.4584 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4584 11.6667 10 11.6667ZM15 11.6667C14.5417 11.6667 14.1493 11.5035 13.823 11.1771C13.4966 10.8507 13.3334 10.4584 13.3334 10C13.3334 9.54171 13.4966 9.14935 13.823 8.82296C14.1493 8.49657 14.5417 8.33337 15 8.33337C15.4584 8.33337 15.8507 8.49657 16.1771 8.82296C16.5035 9.14935 16.6667 9.54171 16.6667 10C16.6667 10.4584 16.5035 10.8507 16.1771 11.1771C15.8507 11.5035 15.4584 11.6667 15 11.6667Z",fill:n})}),l8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 5.83329H7.5C7.26389 5.83329 7.06597 5.75343 6.90625 5.59371C6.74653 5.43399 6.66667 5.23607 6.66667 4.99996C6.66667 4.76385 6.74653 4.56593 6.90625 4.40621C7.06597 4.24649 7.26389 4.16663 7.5 4.16663H15C15.2361 4.16663 15.434 4.24649 15.5938 4.40621C15.7535 4.56593 15.8333 4.76385 15.8333 4.99996V12.5C15.8333 12.7361 15.7535 12.934 15.5938 13.0937C15.434 13.2534 15.2361 13.3333 15 13.3333C14.7639 13.3333 14.566 13.2534 14.4062 13.0937C14.2465 12.934 14.1667 12.7361 14.1667 12.5V5.83329ZM10 9.99996H3.33333C3.09722 9.99996 2.89931 9.9201 2.73958 9.76038C2.57986 9.60065 2.5 9.40274 2.5 9.16663C2.5 8.93051 2.57986 8.7326 2.73958 8.57288C2.89931 8.41315 3.09722 8.33329 3.33333 8.33329H10.8333C11.0694 8.33329 11.2674 8.41315 11.4271 8.57288C11.5868 8.7326 11.6667 8.93051 11.6667 9.16663V16.6666C11.6667 16.9027 11.5868 17.1007 11.4271 17.2604C11.2674 17.4201 11.0694 17.5 10.8333 17.5C10.5972 17.5 10.3993 17.4201 10.2396 17.2604C10.0799 17.1007 10 16.9027 10 16.6666V9.99996Z",fill:n})}),i8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.6667C9.54171 16.6667 9.14935 16.5035 8.82296 16.1771C8.49657 15.8507 8.33337 15.4584 8.33337 15C8.33337 14.5417 8.49657 14.1493 8.82296 13.823C9.14935 13.4966 9.54171 13.3334 10 13.3334C10.4584 13.3334 10.8507 13.4966 11.1771 13.823C11.5035 14.1493 11.6667 14.5417 11.6667 15C11.6667 15.4584 11.5035 15.8507 11.1771 16.1771C10.8507 16.5035 10.4584 16.6667 10 16.6667ZM10 11.6667C9.54171 11.6667 9.14935 11.5035 8.82296 11.1771C8.49657 10.8507 8.33337 10.4584 8.33337 10C8.33337 9.54171 8.49657 9.14935 8.82296 8.82296C9.14935 8.49657 9.54171 8.33337 10 8.33337C10.4584 8.33337 10.8507 8.49657 11.1771 8.82296C11.5035 9.14935 11.6667 9.54171 11.6667 10C11.6667 10.4584 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4584 11.6667 10 11.6667ZM10 6.66671C9.54171 6.66671 9.14935 6.50351 8.82296 6.17712C8.49657 5.85074 8.33337 5.45837 8.33337 5.00004C8.33337 4.54171 8.49657 4.14935 8.82296 3.82296C9.14935 3.49657 9.54171 3.33337 10 3.33337C10.4584 3.33337 10.8507 3.49657 11.1771 3.82296C11.5035 4.14935 11.6667 4.54171 11.6667 5.00004C11.6667 5.45837 11.5035 5.85074 11.1771 6.17712C10.8507 6.50351 10.4584 6.66671 10 6.66671Z",fill:n})}),c8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16666 15.8334C3.93055 15.8334 3.73263 15.7535 3.57291 15.5938C3.41319 15.434 3.33333 15.2361 3.33333 15C3.33333 14.7639 3.41319 14.566 3.57291 14.4063C3.73263 14.2465 3.93055 14.1667 4.16666 14.1667H4.99999V8.33335C4.99999 7.18058 5.34722 6.15627 6.04166 5.26044C6.73611 4.3646 7.63888 3.7778 8.74999 3.50002V2.91669C8.74999 2.56946 8.87152 2.27433 9.11458 2.03127C9.35763 1.78821 9.65277 1.66669 9.99999 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0694 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0694 15.8334 15.8333 15.8334H4.16666ZM9.99999 18.3334C9.54166 18.3334 9.1493 18.1702 8.82291 17.8438C8.49652 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 9.99999 18.3334Z",fill:n})}),a8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM10 10.8334C10.2361 10.8334 10.434 10.7535 10.5938 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V7.50002C10.8333 7.26391 10.7535 7.06599 10.5938 6.90627C10.434 6.74655 10.2361 6.66669 10 6.66669C9.7639 6.66669 9.56598 6.74655 9.40626 6.90627C9.24654 7.06599 9.16668 7.26391 9.16668 7.50002V10C9.16668 10.2361 9.24654 10.434 9.40626 10.5938C9.56598 10.7535 9.7639 10.8334 10 10.8334ZM10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9063C10.434 11.7465 10.2361 11.6667 10 11.6667C9.7639 11.6667 9.56598 11.7465 9.40626 11.9063C9.24654 12.066 9.16668 12.2639 9.16668 12.5C9.16668 12.7361 9.24654 12.934 9.40626 13.0938C9.56598 13.2535 9.7639 13.3334 10 13.3334Z",fill:n})}),d8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM6.66668 14.1667H13.3333V8.33335C13.3333 7.41669 13.007 6.63196 12.3542 5.97919C11.7014 5.32641 10.9167 5.00002 10 5.00002C9.08334 5.00002 8.29862 5.32641 7.64584 5.97919C6.99307 6.63196 6.66668 7.41669 6.66668 8.33335V14.1667ZM10 10.8334C10.2361 10.8334 10.434 10.7535 10.5938 10.5938C10.7535 10.434 10.8333 10.2361 10.8333 10V7.50002C10.8333 7.26391 10.7535 7.06599 10.5938 6.90627C10.434 6.74655 10.2361 6.66669 10 6.66669C9.7639 6.66669 9.56598 6.74655 9.40626 6.90627C9.24654 7.06599 9.16668 7.26391 9.16668 7.50002V10C9.16668 10.2361 9.24654 10.434 9.40626 10.5938C9.56598 10.7535 9.7639 10.8334 10 10.8334ZM10 13.3334C10.2361 13.3334 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5C10.8333 12.2639 10.7535 12.066 10.5938 11.9063C10.434 11.7465 10.2361 11.6667 10 11.6667C9.7639 11.6667 9.56598 11.7465 9.40626 11.9063C9.24654 12.066 9.16668 12.2639 9.16668 12.5C9.16668 12.7361 9.24654 12.934 9.40626 13.0938C9.56598 13.2535 9.7639 13.3334 10 13.3334Z",fill:n})}),w8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4583 15.8334H4.16665C3.93054 15.8334 3.73262 15.7535 3.5729 15.5938C3.41317 15.434 3.33331 15.2361 3.33331 15C3.33331 14.7639 3.41317 14.566 3.5729 14.4063C3.73262 14.2465 3.93054 14.1667 4.16665 14.1667H4.99998V8.33335C4.99998 7.87502 5.05901 7.42363 5.17706 6.97919C5.29512 6.53474 5.4722 6.11113 5.70831 5.70835L8.33331 8.33335H5.99998L1.74998 4.08335C1.5972 3.93058 1.52081 3.73613 1.52081 3.50002C1.52081 3.26391 1.5972 3.06946 1.74998 2.91669C1.90276 2.76391 2.0972 2.68752 2.33331 2.68752C2.56942 2.68752 2.76387 2.76391 2.91665 2.91669L17.0833 17.0834C17.2361 17.2361 17.316 17.4271 17.3229 17.6563C17.3298 17.8854 17.25 18.0834 17.0833 18.25C16.9305 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0694 18.4028 15.9166 18.25L13.4583 15.8334ZM15 10.6042C15 10.7709 14.9514 10.9236 14.8541 11.0625C14.7569 11.2014 14.6319 11.3056 14.4791 11.375C14.3264 11.4445 14.1666 11.4618 14 11.4271C13.8333 11.3924 13.6944 11.3195 13.5833 11.2084L7.64581 5.27085C7.54859 5.17363 7.47915 5.06946 7.43748 4.95835C7.39581 4.84724 7.37498 4.72919 7.37498 4.60419C7.37498 4.45141 7.41317 4.3021 7.48956 4.15627C7.56595 4.01044 7.67359 3.9028 7.81248 3.83335C7.96526 3.76391 8.11804 3.70141 8.27081 3.64585C8.42359 3.5903 8.58331 3.54169 8.74998 3.50002V2.91669C8.74998 2.56946 8.87151 2.27433 9.11456 2.03127C9.35762 1.78821 9.65276 1.66669 9.99998 1.66669C10.3472 1.66669 10.6423 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.36808 13.9583 5.27085C14.6528 6.17363 15 7.19447 15 8.33335V10.6042ZM9.99998 18.3334C9.58331 18.3334 9.21179 18.2188 8.8854 17.9896C8.55901 17.7604 8.39581 17.4514 8.39581 17.0625C8.39581 16.9514 8.44095 16.8577 8.53123 16.7813C8.62151 16.7049 8.7222 16.6667 8.83331 16.6667H11.1666C11.2778 16.6667 11.3785 16.7049 11.4687 16.7813C11.559 16.8577 11.6041 16.9514 11.6041 17.0625C11.6041 17.4514 11.441 17.7604 11.1146 17.9896C10.7882 18.2188 10.4166 18.3334 9.99998 18.3334Z",fill:n})}),u8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.4583 15.8334H4.16665C3.93054 15.8334 3.73262 15.7535 3.5729 15.5938C3.41317 15.434 3.33331 15.2361 3.33331 15C3.33331 14.7639 3.41317 14.566 3.5729 14.4063C3.73262 14.2465 3.93054 14.1667 4.16665 14.1667H4.99998V8.33335C4.99998 7.87502 5.05901 7.42363 5.17706 6.97919C5.29512 6.53474 5.4722 6.11113 5.70831 5.70835L6.95831 6.95835C6.86109 7.18058 6.78817 7.40627 6.73956 7.63544C6.69095 7.8646 6.66665 8.09724 6.66665 8.33335V14.1667H11.8333L1.74998 4.08335C1.5972 3.93058 1.52081 3.73613 1.52081 3.50002C1.52081 3.26391 1.5972 3.06946 1.74998 2.91669C1.90276 2.76391 2.0972 2.68752 2.33331 2.68752C2.56942 2.68752 2.76387 2.76391 2.91665 2.91669L17.0833 17.0834C17.2361 17.2361 17.316 17.4271 17.3229 17.6563C17.3298 17.8854 17.25 18.0834 17.0833 18.25C16.9305 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0694 18.4028 15.9166 18.25L13.4583 15.8334ZM11.25 3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V10.625C15 10.9028 14.9132 11.1111 14.7396 11.25C14.566 11.3889 14.375 11.4584 14.1666 11.4584C13.9583 11.4584 13.7673 11.3854 13.5937 11.2396C13.4201 11.0938 13.3333 10.882 13.3333 10.6042V8.33335C13.3333 7.41669 13.0069 6.63197 12.3541 5.97919C11.7014 5.32641 10.9166 5.00002 9.99998 5.00002C9.77776 5.00002 9.54165 5.0278 9.29165 5.08335C9.04165 5.13891 8.81942 5.20835 8.62498 5.29169C8.38887 5.38891 8.15623 5.40974 7.92706 5.35419C7.6979 5.29863 7.52081 5.16669 7.39581 4.95835C7.2847 4.7778 7.24651 4.58683 7.28123 4.38544C7.31595 4.18405 7.42359 4.03474 7.60415 3.93752C7.7847 3.8403 7.9722 3.75696 8.16665 3.68752C8.36109 3.61808 8.55554 3.55558 8.74998 3.50002V2.91669C8.74998 2.56946 8.87151 2.27433 9.11456 2.03127C9.35762 1.78821 9.65276 1.66669 9.99998 1.66669C10.3472 1.66669 10.6423 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002ZM9.99998 18.3334C9.58331 18.3334 9.21179 18.2188 8.8854 17.9896C8.55901 17.7604 8.39581 17.4514 8.39581 17.0625C8.39581 16.9514 8.44095 16.8577 8.53123 16.7813C8.62151 16.7049 8.7222 16.6667 8.83331 16.6667H11.1666C11.2778 16.6667 11.3785 16.7049 11.4687 16.7813C11.559 16.8577 11.6041 16.9514 11.6041 17.0625C11.6041 17.4514 11.441 17.7604 11.1146 17.9896C10.7882 18.2188 10.4166 18.3334 9.99998 18.3334Z",fill:n})}),g8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16666 15.8334C3.93055 15.8334 3.73263 15.7535 3.57291 15.5938C3.41319 15.434 3.33333 15.2361 3.33333 15C3.33333 14.7639 3.41319 14.566 3.57291 14.4063C3.73263 14.2465 3.93055 14.1667 4.16666 14.1667H4.99999V8.33335C4.99999 7.18058 5.34722 6.15627 6.04166 5.26044C6.73611 4.3646 7.63888 3.7778 8.74999 3.50002V2.91669C8.74999 2.56946 8.87152 2.27433 9.11458 2.03127C9.35763 1.78821 9.65277 1.66669 9.99999 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.50002C12.3611 3.7778 13.2639 4.3646 13.9583 5.26044C14.6528 6.15627 15 7.18058 15 8.33335V14.1667H15.8333C16.0694 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0694 15.8334 15.8333 15.8334H4.16666ZM9.99999 18.3334C9.54166 18.3334 9.1493 18.1702 8.82291 17.8438C8.49652 17.5174 8.33333 17.125 8.33333 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 9.99999 18.3334ZM6.66666 14.1667H13.3333V8.33335C13.3333 7.41669 13.0069 6.63196 12.3542 5.97919C11.7014 5.32641 10.9167 5.00002 9.99999 5.00002C9.08333 5.00002 8.29861 5.32641 7.64583 5.97919C6.99305 6.63196 6.66666 7.41669 6.66666 8.33335V14.1667Z",fill:n})}),v8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.18752C11.1111 3.4653 11.007 3.75696 10.9375 4.06252C10.8681 4.36808 10.8333 4.68058 10.8333 5.00002C10.8333 6.1528 11.2396 7.13544 12.0521 7.94794C12.8646 8.76044 13.8472 9.16669 15 9.16669V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM15 7.50002C14.3056 7.50002 13.7153 7.25696 13.2292 6.77085C12.7431 6.28474 12.5 5.69446 12.5 5.00002C12.5 4.30558 12.7431 3.7153 13.2292 3.22919C13.7153 2.74308 14.3056 2.50002 15 2.50002C15.6945 2.50002 16.2847 2.74308 16.7708 3.22919C17.257 3.7153 17.5 4.30558 17.5 5.00002C17.5 5.69446 17.257 6.28474 16.7708 6.77085C16.2847 7.25696 15.6945 7.50002 15 7.50002Z",fill:n})}),x8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C9.54168 18.3334 9.14932 18.1702 8.82293 17.8438C8.49654 17.5174 8.33334 17.125 8.33334 16.6667H11.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8438C10.8507 18.1702 10.4583 18.3334 10 18.3334ZM4.16668 15.8334C3.93057 15.8334 3.73265 15.7535 3.57293 15.5938C3.4132 15.434 3.33334 15.2361 3.33334 15C3.33334 14.7639 3.4132 14.566 3.57293 14.4063C3.73265 14.2465 3.93057 14.1667 4.16668 14.1667H5.00001V8.33335C5.00001 7.18058 5.34723 6.15627 6.04168 5.26044C6.73612 4.3646 7.6389 3.7778 8.75001 3.50002V2.91669C8.75001 2.56946 8.87154 2.27433 9.11459 2.03127C9.35765 1.78821 9.65279 1.66669 10 1.66669C10.3472 1.66669 10.6424 1.78821 10.8854 2.03127C11.1285 2.27433 11.25 2.56946 11.25 2.91669V3.18752C11.0972 3.49308 10.9861 3.80558 10.9167 4.12502C10.8472 4.44446 10.8195 4.77085 10.8333 5.10419C10.6945 5.07641 10.559 5.0521 10.4271 5.03127C10.2951 5.01044 10.1528 5.00002 10 5.00002C9.08334 5.00002 8.29862 5.32641 7.64584 5.97919C6.99307 6.63196 6.66668 7.41669 6.66668 8.33335V14.1667H13.3333V8.81252C13.5833 8.92363 13.8507 9.01044 14.1354 9.07294C14.4201 9.13544 14.7083 9.16669 15 9.16669V14.1667H15.8333C16.0695 14.1667 16.2674 14.2465 16.4271 14.4063C16.5868 14.566 16.6667 14.7639 16.6667 15C16.6667 15.2361 16.5868 15.434 16.4271 15.5938C16.2674 15.7535 16.0695 15.8334 15.8333 15.8334H4.16668ZM15 7.50002C14.3056 7.50002 13.7153 7.25696 13.2292 6.77085C12.7431 6.28474 12.5 5.69446 12.5 5.00002C12.5 4.30558 12.7431 3.7153 13.2292 3.22919C13.7153 2.74308 14.3056 2.50002 15 2.50002C15.6945 2.50002 16.2847 2.74308 16.7708 3.22919C17.257 3.7153 17.5 4.30558 17.5 5.00002C17.5 5.69446 17.257 6.28474 16.7708 6.77085C16.2847 7.25696 15.6945 7.50002 15 7.50002Z",fill:n})}),h8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 4.16669C8.72222 4.16669 7.63889 4.61113 6.75 5.50002C5.86111 6.38891 5.41667 7.47224 5.41667 8.75002C5.41667 9.62502 5.64583 10.4306 6.10417 11.1667C6.5625 11.9028 7.1875 12.4653 7.97917 12.8542C8.3125 13.0209 8.59375 13.2465 8.82292 13.5313C9.05208 13.816 9.16667 14.1389 9.16667 14.5V16.25C9.16667 16.5972 9.04514 16.8924 8.80208 17.1354C8.55903 17.3785 8.26389 17.5 7.91667 17.5H3.75C3.40278 17.5 3.10764 17.3785 2.86458 17.1354C2.62153 16.8924 2.5 16.5972 2.5 16.25C2.5 15.9028 2.62153 15.6077 2.86458 15.3646C3.10764 15.1215 3.40278 15 3.75 15H6.66667C5.5 14.375 4.58333 13.507 3.91667 12.3959C3.25 11.2847 2.91667 10.0695 2.91667 8.75002C2.91667 6.7778 3.60417 5.10419 4.97917 3.72919C6.35417 2.35419 8.02778 1.66669 10 1.66669C11.9722 1.66669 13.6458 2.35419 15.0208 3.72919C16.3958 5.10419 17.0833 6.7778 17.0833 8.75002C17.0833 10.0695 16.75 11.2847 16.0833 12.3959C15.4167 13.507 14.5 14.375 13.3333 15H16.25C16.5972 15 16.8924 15.1215 17.1354 15.3646C17.3785 15.6077 17.5 15.9028 17.5 16.25C17.5 16.5972 17.3785 16.8924 17.1354 17.1354C16.8924 17.3785 16.5972 17.5 16.25 17.5H12.0833C11.7361 17.5 11.441 17.3785 11.1979 17.1354C10.9549 16.8924 10.8333 16.5972 10.8333 16.25V14.5C10.8333 14.1389 10.9479 13.816 11.1771 13.5313C11.4062 13.2465 11.6875 13.0209 12.0208 12.8542C12.8125 12.4653 13.4375 11.9028 13.8958 11.1667C14.3542 10.4306 14.5833 9.62502 14.5833 8.75002C14.5833 7.47224 14.1389 6.38891 13.25 5.50002C12.3611 4.61113 11.2778 4.16669 10 4.16669Z",fill:n})}),p8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 17.5C3.09722 17.5 2.89931 17.4201 2.73958 17.2604C2.57986 17.1007 2.5 16.9028 2.5 16.6667V11.6667C2.5 11.4306 2.57986 11.2326 2.73958 11.0729C2.89931 10.9132 3.09722 10.8333 3.33333 10.8333C3.56944 10.8333 3.76736 10.9132 3.92708 11.0729C4.08681 11.2326 4.16667 11.4306 4.16667 11.6667V14.6667L14.6667 4.16667H11.6667C11.4306 4.16667 11.2326 4.08681 11.0729 3.92708C10.9132 3.76736 10.8333 3.56944 10.8333 3.33333C10.8333 3.09722 10.9132 2.89931 11.0729 2.73958C11.2326 2.57986 11.4306 2.5 11.6667 2.5H16.6667C16.9028 2.5 17.1007 2.57986 17.2604 2.73958C17.4201 2.89931 17.5 3.09722 17.5 3.33333V8.33333C17.5 8.56944 17.4201 8.76736 17.2604 8.92708C17.1007 9.08681 16.9028 9.16667 16.6667 9.16667C16.4306 9.16667 16.2326 9.08681 16.0729 8.92708C15.9132 8.76736 15.8333 8.56944 15.8333 8.33333V5.33333L5.33333 15.8333H8.33333C8.56944 15.8333 8.76736 15.9132 8.92708 16.0729C9.08681 16.2326 9.16667 16.4306 9.16667 16.6667C9.16667 16.9028 9.08681 17.1007 8.92708 17.2604C8.76736 17.4201 8.56944 17.5 8.33333 17.5H3.33333Z",fill:n})}),H8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 18.3334C8.86119 18.3334 7.7848 18.1146 6.77091 17.6771C5.75703 17.2396 4.87161 16.6424 4.11466 15.8854C3.35772 15.1285 2.7605 14.2431 2.323 13.2292C1.8855 12.2153 1.66675 11.1389 1.66675 10C1.66675 8.84724 1.89244 7.76391 2.34383 6.75002C2.79522 5.73613 3.40633 4.85419 4.17716 4.10419C4.948 3.35419 5.8473 2.76044 6.87508 2.32294C7.90286 1.88544 9.00008 1.66669 10.1667 1.66669C11.2779 1.66669 12.3265 1.85766 13.3126 2.2396C14.2987 2.62155 15.1633 3.14933 15.9063 3.82294C16.6494 4.49655 17.2397 5.29516 17.6772 6.21877C18.1147 7.14238 18.3334 8.13891 18.3334 9.20835C18.3334 10.8056 17.8473 12.0313 16.8751 12.8854C15.9029 13.7396 14.7223 14.1667 13.3334 14.1667H11.7917C11.6667 14.1667 11.5799 14.2014 11.5313 14.2709C11.4827 14.3403 11.4584 14.4167 11.4584 14.5C11.4584 14.6667 11.5626 14.9063 11.7709 15.2188C11.9792 15.5313 12.0834 15.8889 12.0834 16.2917C12.0834 16.9861 11.8924 17.5 11.5105 17.8334C11.1286 18.1667 10.6251 18.3334 10.0001 18.3334ZM5.41675 10.8334C5.77786 10.8334 6.07647 10.7153 6.31258 10.4792C6.54869 10.2431 6.66675 9.94446 6.66675 9.58335C6.66675 9.22224 6.54869 8.92363 6.31258 8.68752C6.07647 8.45141 5.77786 8.33335 5.41675 8.33335C5.05564 8.33335 4.75703 8.45141 4.52091 8.68752C4.2848 8.92363 4.16675 9.22224 4.16675 9.58335C4.16675 9.94446 4.2848 10.2431 4.52091 10.4792C4.75703 10.7153 5.05564 10.8334 5.41675 10.8334ZM7.91675 7.50002C8.27786 7.50002 8.57647 7.38196 8.81258 7.14585C9.04869 6.90974 9.16675 6.61113 9.16675 6.25002C9.16675 5.88891 9.04869 5.5903 8.81258 5.35419C8.57647 5.11808 8.27786 5.00002 7.91675 5.00002C7.55564 5.00002 7.25703 5.11808 7.02091 5.35419C6.7848 5.5903 6.66675 5.88891 6.66675 6.25002C6.66675 6.61113 6.7848 6.90974 7.02091 7.14585C7.25703 7.38196 7.55564 7.50002 7.91675 7.50002ZM12.0834 7.50002C12.4445 7.50002 12.7431 7.38196 12.9792 7.14585C13.2154 6.90974 13.3334 6.61113 13.3334 6.25002C13.3334 5.88891 13.2154 5.5903 12.9792 5.35419C12.7431 5.11808 12.4445 5.00002 12.0834 5.00002C11.7223 5.00002 11.4237 5.11808 11.1876 5.35419C10.9515 5.5903 10.8334 5.88891 10.8334 6.25002C10.8334 6.61113 10.9515 6.90974 11.1876 7.14585C11.4237 7.38196 11.7223 7.50002 12.0834 7.50002ZM14.5834 10.8334C14.9445 10.8334 15.2431 10.7153 15.4792 10.4792C15.7154 10.2431 15.8334 9.94446 15.8334 9.58335C15.8334 9.22224 15.7154 8.92363 15.4792 8.68752C15.2431 8.45141 14.9445 8.33335 14.5834 8.33335C14.2223 8.33335 13.9237 8.45141 13.6876 8.68752C13.4515 8.92363 13.3334 9.22224 13.3334 9.58335C13.3334 9.94446 13.4515 10.2431 13.6876 10.4792C13.9237 10.7153 14.2223 10.8334 14.5834 10.8334Z",fill:n})}),V8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 18.3334C8.86119 18.3334 7.7848 18.1146 6.77091 17.6771C5.75703 17.2396 4.87161 16.6424 4.11466 15.8854C3.35772 15.1285 2.7605 14.2431 2.323 13.2292C1.8855 12.2153 1.66675 11.1389 1.66675 10C1.66675 8.84724 1.89244 7.76391 2.34383 6.75002C2.79522 5.73613 3.40633 4.85419 4.17716 4.10419C4.948 3.35419 5.8473 2.76044 6.87508 2.32294C7.90286 1.88544 9.00008 1.66669 10.1667 1.66669C11.2779 1.66669 12.3265 1.85766 13.3126 2.2396C14.2987 2.62155 15.1633 3.14933 15.9063 3.82294C16.6494 4.49655 17.2397 5.29516 17.6772 6.21877C18.1147 7.14238 18.3334 8.13891 18.3334 9.20835C18.3334 10.8056 17.8473 12.0313 16.8751 12.8854C15.9029 13.7396 14.7223 14.1667 13.3334 14.1667H11.7917C11.6667 14.1667 11.5799 14.2014 11.5313 14.2709C11.4827 14.3403 11.4584 14.4167 11.4584 14.5C11.4584 14.6667 11.5626 14.9063 11.7709 15.2188C11.9792 15.5313 12.0834 15.8889 12.0834 16.2917C12.0834 16.9861 11.8924 17.5 11.5105 17.8334C11.1286 18.1667 10.6251 18.3334 10.0001 18.3334ZM5.41675 10.8334C5.77786 10.8334 6.07647 10.7153 6.31258 10.4792C6.54869 10.2431 6.66675 9.94446 6.66675 9.58335C6.66675 9.22224 6.54869 8.92363 6.31258 8.68752C6.07647 8.45141 5.77786 8.33335 5.41675 8.33335C5.05564 8.33335 4.75703 8.45141 4.52091 8.68752C4.2848 8.92363 4.16675 9.22224 4.16675 9.58335C4.16675 9.94446 4.2848 10.2431 4.52091 10.4792C4.75703 10.7153 5.05564 10.8334 5.41675 10.8334ZM7.91675 7.50002C8.27786 7.50002 8.57647 7.38196 8.81258 7.14585C9.04869 6.90974 9.16675 6.61113 9.16675 6.25002C9.16675 5.88891 9.04869 5.5903 8.81258 5.35419C8.57647 5.11808 8.27786 5.00002 7.91675 5.00002C7.55564 5.00002 7.25703 5.11808 7.02091 5.35419C6.7848 5.5903 6.66675 5.88891 6.66675 6.25002C6.66675 6.61113 6.7848 6.90974 7.02091 7.14585C7.25703 7.38196 7.55564 7.50002 7.91675 7.50002ZM12.0834 7.50002C12.4445 7.50002 12.7431 7.38196 12.9792 7.14585C13.2154 6.90974 13.3334 6.61113 13.3334 6.25002C13.3334 5.88891 13.2154 5.5903 12.9792 5.35419C12.7431 5.11808 12.4445 5.00002 12.0834 5.00002C11.7223 5.00002 11.4237 5.11808 11.1876 5.35419C10.9515 5.5903 10.8334 5.88891 10.8334 6.25002C10.8334 6.61113 10.9515 6.90974 11.1876 7.14585C11.4237 7.38196 11.7223 7.50002 12.0834 7.50002ZM14.5834 10.8334C14.9445 10.8334 15.2431 10.7153 15.4792 10.4792C15.7154 10.2431 15.8334 9.94446 15.8334 9.58335C15.8334 9.22224 15.7154 8.92363 15.4792 8.68752C15.2431 8.45141 14.9445 8.33335 14.5834 8.33335C14.2223 8.33335 13.9237 8.45141 13.6876 8.68752C13.4515 8.92363 13.3334 9.22224 13.3334 9.58335C13.3334 9.94446 13.4515 10.2431 13.6876 10.4792C13.9237 10.7153 14.2223 10.8334 14.5834 10.8334ZM10.0001 16.6667C10.1251 16.6667 10.2258 16.632 10.3022 16.5625C10.3786 16.4931 10.4167 16.4028 10.4167 16.2917C10.4167 16.0972 10.3126 15.8681 10.1042 15.6042C9.89591 15.3403 9.79175 14.9445 9.79175 14.4167C9.79175 13.8334 9.99314 13.3681 10.3959 13.0209C10.7987 12.6736 11.2917 12.5 11.8751 12.5H13.3334C14.2501 12.5 15.0348 12.2327 15.6876 11.6979C16.3404 11.1632 16.6667 10.3334 16.6667 9.20835C16.6667 7.5278 16.0244 6.12849 14.7397 5.01044C13.4549 3.89238 11.9306 3.33335 10.1667 3.33335C8.27786 3.33335 6.66675 3.97919 5.33341 5.27085C4.00008 6.56252 3.33341 8.13891 3.33341 10C3.33341 11.8472 3.98272 13.4202 5.28133 14.7188C6.57994 16.0174 8.15286 16.6667 10.0001 16.6667Z",fill:n})}),L8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H7.64583C7.79861 2.01387 8.09722 1.61456 8.54167 1.30206C8.98611 0.989563 9.47222 0.833313 10 0.833313C10.5556 0.833313 11.0521 0.989563 11.4896 1.30206C11.9271 1.61456 12.2222 2.01387 12.375 2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16665H14.1667V5.83331C14.1667 6.06942 14.0868 6.26734 13.9271 6.42706C13.7674 6.58678 13.5694 6.66665 13.3333 6.66665H6.66667C6.43056 6.66665 6.23264 6.58678 6.07292 6.42706C5.91319 6.26734 5.83333 6.06942 5.83333 5.83331V4.16665H4.16667V15.8333ZM10 4.16665C10.2361 4.16665 10.434 4.08679 10.5938 3.92706C10.7535 3.76734 10.8333 3.56942 10.8333 3.33331C10.8333 3.0972 10.7535 2.89929 10.5938 2.73956C10.434 2.57984 10.2361 2.49998 10 2.49998C9.76389 2.49998 9.56597 2.57984 9.40625 2.73956C9.24653 2.89929 9.16667 3.0972 9.16667 3.33331C9.16667 3.56942 9.24653 3.76734 9.40625 3.92706C9.56597 4.08679 9.76389 4.16665 10 4.16665Z",fill:n})}),M8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33329 13.3334C8.5694 13.3334 8.76732 13.2535 8.92704 13.0938C9.08676 12.934 9.16663 12.7361 9.16663 12.5V7.50002C9.16663 7.26391 9.08676 7.06599 8.92704 6.90627C8.76732 6.74655 8.5694 6.66669 8.33329 6.66669C8.09718 6.66669 7.89926 6.74655 7.73954 6.90627C7.57982 7.06599 7.49996 7.26391 7.49996 7.50002V12.5C7.49996 12.7361 7.57982 12.934 7.73954 13.0938C7.89926 13.2535 8.09718 13.3334 8.33329 13.3334ZM11.6666 13.3334C11.9027 13.3334 12.1007 13.2535 12.2604 13.0938C12.4201 12.934 12.5 12.7361 12.5 12.5V7.50002C12.5 7.26391 12.4201 7.06599 12.2604 6.90627C12.1007 6.74655 11.9027 6.66669 11.6666 6.66669C11.4305 6.66669 11.2326 6.74655 11.0729 6.90627C10.9132 7.06599 10.8333 7.26391 10.8333 7.50002V12.5C10.8333 12.7361 10.9132 12.934 11.0729 13.0938C11.2326 13.2535 11.4305 13.3334 11.6666 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),f8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33329 13.3334C8.5694 13.3334 8.76732 13.2535 8.92704 13.0938C9.08676 12.934 9.16663 12.7361 9.16663 12.5V7.50002C9.16663 7.26391 9.08676 7.06599 8.92704 6.90627C8.76732 6.74655 8.5694 6.66669 8.33329 6.66669C8.09718 6.66669 7.89926 6.74655 7.73954 6.90627C7.57982 7.06599 7.49996 7.26391 7.49996 7.50002V12.5C7.49996 12.7361 7.57982 12.934 7.73954 13.0938C7.89926 13.2535 8.09718 13.3334 8.33329 13.3334ZM11.6666 13.3334C11.9027 13.3334 12.1007 13.2535 12.2604 13.0938C12.4201 12.934 12.5 12.7361 12.5 12.5V7.50002C12.5 7.26391 12.4201 7.06599 12.2604 6.90627C12.1007 6.74655 11.9027 6.66669 11.6666 6.66669C11.4305 6.66669 11.2326 6.74655 11.0729 6.90627C10.9132 7.06599 10.8333 7.26391 10.8333 7.50002V12.5C10.8333 12.7361 10.9132 12.934 11.0729 13.0938C11.2326 13.2535 11.4305 13.3334 11.6666 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),Z8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.3333 15.8334C12.875 15.8334 12.4826 15.6702 12.1562 15.3438C11.8299 15.0174 11.6667 14.625 11.6667 14.1667V5.83335C11.6667 5.37502 11.8299 4.98266 12.1562 4.65627C12.4826 4.32988 12.875 4.16669 13.3333 4.16669C13.7917 4.16669 14.184 4.32988 14.5104 4.65627C14.8368 4.98266 15 5.37502 15 5.83335V14.1667C15 14.625 14.8368 15.0174 14.5104 15.3438C14.184 15.6702 13.7917 15.8334 13.3333 15.8334ZM6.66667 15.8334C6.20833 15.8334 5.81597 15.6702 5.48958 15.3438C5.16319 15.0174 5 14.625 5 14.1667V5.83335C5 5.37502 5.16319 4.98266 5.48958 4.65627C5.81597 4.32988 6.20833 4.16669 6.66667 4.16669C7.125 4.16669 7.51736 4.32988 7.84375 4.65627C8.17014 4.98266 8.33333 5.37502 8.33333 5.83335V14.1667C8.33333 14.625 8.17014 15.0174 7.84375 15.3438C7.51736 15.6702 7.125 15.8334 6.66667 15.8334Z",fill:n})}),j8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.5 15.8334C12.0416 15.8334 11.6493 15.6702 11.3229 15.3438C10.9965 15.0174 10.8333 14.625 10.8333 14.1667V5.83335C10.8333 5.37502 10.9965 4.98266 11.3229 4.65627C11.6493 4.32988 12.0416 4.16669 12.5 4.16669H14.1666C14.625 4.16669 15.0173 4.32988 15.3437 4.65627C15.6701 4.98266 15.8333 5.37502 15.8333 5.83335V14.1667C15.8333 14.625 15.6701 15.0174 15.3437 15.3438C15.0173 15.6702 14.625 15.8334 14.1666 15.8334H12.5ZM5.83329 15.8334C5.37496 15.8334 4.9826 15.6702 4.65621 15.3438C4.32982 15.0174 4.16663 14.625 4.16663 14.1667V5.83335C4.16663 5.37502 4.32982 4.98266 4.65621 4.65627C4.9826 4.32988 5.37496 4.16669 5.83329 4.16669H7.49996C7.95829 4.16669 8.35065 4.32988 8.67704 4.65627C9.00343 4.98266 9.16663 5.37502 9.16663 5.83335V14.1667C9.16663 14.625 9.00343 15.0174 8.67704 15.3438C8.35065 15.6702 7.95829 15.8334 7.49996 15.8334H5.83329ZM12.5 14.1667H14.1666V5.83335H12.5V14.1667ZM5.83329 14.1667H7.49996V5.83335H5.83329V14.1667Z",fill:n})}),m8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 14.5833C11.0416 14.5833 11.927 14.2188 12.6562 13.4896C13.3854 12.7604 13.75 11.875 13.75 10.8333C13.75 9.79167 13.3854 8.90625 12.6562 8.17708C11.927 7.44792 11.0416 7.08333 9.99996 7.08333C8.95829 7.08333 8.07288 7.44792 7.34371 8.17708C6.61454 8.90625 6.24996 9.79167 6.24996 10.8333C6.24996 11.875 6.61454 12.7604 7.34371 13.4896C8.07288 14.2188 8.95829 14.5833 9.99996 14.5833ZM9.99996 12.9167C9.41663 12.9167 8.92357 12.7153 8.52079 12.3125C8.11801 11.9097 7.91663 11.4167 7.91663 10.8333C7.91663 10.25 8.11801 9.75694 8.52079 9.35417C8.92357 8.95139 9.41663 8.75 9.99996 8.75C10.5833 8.75 11.0763 8.95139 11.4791 9.35417C11.8819 9.75694 12.0833 10.25 12.0833 10.8333C12.0833 11.4167 11.8819 11.9097 11.4791 12.3125C11.0763 12.7153 10.5833 12.9167 9.99996 12.9167ZM3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V5.83333C1.66663 5.375 1.82982 4.98264 2.15621 4.65625C2.4826 4.32986 2.87496 4.16667 3.33329 4.16667H5.95829L6.99996 3.04167C7.15274 2.875 7.33676 2.74306 7.55204 2.64583C7.76732 2.54861 7.99301 2.5 8.22913 2.5H11.7708C12.0069 2.5 12.2326 2.54861 12.4479 2.64583C12.6632 2.74306 12.8472 2.875 13 3.04167L14.0416 4.16667H16.6666C17.125 4.16667 17.5173 4.32986 17.8437 4.65625C18.1701 4.98264 18.3333 5.375 18.3333 5.83333V15.8333C18.3333 16.2917 18.1701 16.684 17.8437 17.0104C17.5173 17.3368 17.125 17.5 16.6666 17.5H3.33329Z",fill:n})}),B8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99996 14.5833C11.0416 14.5833 11.927 14.2188 12.6562 13.4896C13.3854 12.7604 13.75 11.875 13.75 10.8333C13.75 9.79167 13.3854 8.90625 12.6562 8.17708C11.927 7.44792 11.0416 7.08333 9.99996 7.08333C8.95829 7.08333 8.07288 7.44792 7.34371 8.17708C6.61454 8.90625 6.24996 9.79167 6.24996 10.8333C6.24996 11.875 6.61454 12.7604 7.34371 13.4896C8.07288 14.2188 8.95829 14.5833 9.99996 14.5833ZM9.99996 12.9167C9.41663 12.9167 8.92357 12.7153 8.52079 12.3125C8.11801 11.9097 7.91663 11.4167 7.91663 10.8333C7.91663 10.25 8.11801 9.75694 8.52079 9.35417C8.92357 8.95139 9.41663 8.75 9.99996 8.75C10.5833 8.75 11.0763 8.95139 11.4791 9.35417C11.8819 9.75694 12.0833 10.25 12.0833 10.8333C12.0833 11.4167 11.8819 11.9097 11.4791 12.3125C11.0763 12.7153 10.5833 12.9167 9.99996 12.9167ZM3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V5.83333C1.66663 5.375 1.82982 4.98264 2.15621 4.65625C2.4826 4.32986 2.87496 4.16667 3.33329 4.16667H5.95829L6.99996 3.04167C7.15274 2.875 7.33676 2.74306 7.55204 2.64583C7.76732 2.54861 7.99301 2.5 8.22913 2.5H11.7708C12.0069 2.5 12.2326 2.54861 12.4479 2.64583C12.6632 2.74306 12.8472 2.875 13 3.04167L14.0416 4.16667H16.6666C17.125 4.16667 17.5173 4.32986 17.8437 4.65625C18.1701 4.98264 18.3333 5.375 18.3333 5.83333V15.8333C18.3333 16.2917 18.1701 16.684 17.8437 17.0104C17.5173 17.3368 17.125 17.5 16.6666 17.5H3.33329ZM3.33329 15.8333H16.6666V5.83333H13.2916L11.7708 4.16667H8.22913L6.70829 5.83333H3.33329V15.8333Z",fill:n})}),S8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.87496 13.125L12.9375 10.5209C13.1319 10.3959 13.2291 10.2222 13.2291 10C13.2291 9.7778 13.1319 9.60419 12.9375 9.47919L8.87496 6.87502C8.66663 6.73613 8.45482 6.72571 8.23954 6.84377C8.02426 6.96183 7.91663 7.14585 7.91663 7.39585V12.6042C7.91663 12.8542 8.02426 13.0382 8.23954 13.1563C8.45482 13.2743 8.66663 13.2639 8.87496 13.125ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),b8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.87496 13.125L12.9375 10.5209C13.1319 10.3959 13.2291 10.2222 13.2291 10C13.2291 9.7778 13.1319 9.60419 12.9375 9.47919L8.87496 6.87502C8.66663 6.73613 8.45482 6.72571 8.23954 6.84377C8.02426 6.96183 7.91663 7.14585 7.91663 7.39585V12.6042C7.91663 12.8542 8.02426 13.0382 8.23954 13.1563C8.45482 13.2743 8.66663 13.2639 8.87496 13.125ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),_8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66663 14.3125V5.68752C6.66663 5.45141 6.74996 5.25349 6.91663 5.09377C7.08329 4.93405 7.27774 4.85419 7.49996 4.85419C7.5694 4.85419 7.64232 4.8646 7.71871 4.88544C7.7951 4.90627 7.86801 4.93752 7.93746 4.97919L14.7291 9.29169C14.8541 9.37502 14.9479 9.47919 15.0104 9.60419C15.0729 9.72919 15.1041 9.86113 15.1041 10C15.1041 10.1389 15.0729 10.2709 15.0104 10.3959C14.9479 10.5209 14.8541 10.625 14.7291 10.7084L7.93746 15.0209C7.86801 15.0625 7.7951 15.0938 7.71871 15.1146C7.64232 15.1354 7.5694 15.1459 7.49996 15.1459C7.27774 15.1459 7.08329 15.066 6.91663 14.9063C6.74996 14.7465 6.66663 14.5486 6.66663 14.3125Z",fill:n})}),y8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66663 14.3125V5.68752C6.66663 5.45141 6.74996 5.25349 6.91663 5.09377C7.08329 4.93405 7.27774 4.85419 7.49996 4.85419C7.5694 4.85419 7.64232 4.8646 7.71871 4.88544C7.7951 4.90627 7.86801 4.93752 7.93746 4.97919L14.7291 9.29169C14.8541 9.37502 14.9479 9.47919 15.0104 9.60419C15.0729 9.72919 15.1041 9.86113 15.1041 10C15.1041 10.1389 15.0729 10.2709 15.0104 10.3959C14.9479 10.5209 14.8541 10.625 14.7291 10.7084L7.93746 15.0209C7.86801 15.0625 7.7951 15.0938 7.71871 15.1146C7.64232 15.1354 7.5694 15.1459 7.49996 15.1459C7.27774 15.1459 7.08329 15.066 6.91663 14.9063C6.74996 14.7465 6.66663 14.5486 6.66663 14.3125ZM8.33329 12.7917L12.7083 10L8.33329 7.20835V12.7917Z",fill:n})}),O8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.47913 12.5834C5.20135 12.7778 4.91315 12.7952 4.61454 12.6354C4.31593 12.4757 4.16663 12.2292 4.16663 11.8959V8.10419C4.16663 7.77085 4.31593 7.52433 4.61454 7.3646C4.91315 7.20488 5.20135 7.22224 5.47913 7.41669L8.18746 9.31252C8.42357 9.47919 8.54163 9.70835 8.54163 10C8.54163 10.2917 8.42357 10.5209 8.18746 10.6875L5.47913 12.5834ZM11.6666 13.3334C11.4305 13.3334 11.2326 13.2535 11.0729 13.0938C10.9132 12.934 10.8333 12.7361 10.8333 12.5V7.50002C10.8333 7.26391 10.9132 7.06599 11.0729 6.90627C11.2326 6.74655 11.4305 6.66669 11.6666 6.66669C11.9027 6.66669 12.1007 6.74655 12.2604 6.90627C12.4201 7.06599 12.5 7.26391 12.5 7.50002V12.5C12.5 12.7361 12.4201 12.934 12.2604 13.0938C12.1007 13.2535 11.9027 13.3334 11.6666 13.3334ZM15 13.3334C14.7638 13.3334 14.5659 13.2535 14.4062 13.0938C14.2465 12.934 14.1666 12.7361 14.1666 12.5V7.50002C14.1666 7.26391 14.2465 7.06599 14.4062 6.90627C14.5659 6.74655 14.7638 6.66669 15 6.66669C15.2361 6.66669 15.434 6.74655 15.5937 6.90627C15.7534 7.06599 15.8333 7.26391 15.8333 7.50002V12.5C15.8333 12.7361 15.7534 12.934 15.5937 13.0938C15.434 13.2535 15.2361 13.3334 15 13.3334Z",fill:n})}),N8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.91667 16.6667V15L5.47917 12.5625C5.32639 12.4097 5.20833 12.2326 5.125 12.0312C5.04167 11.8299 5 11.6181 5 11.3958V7.5C5 7.04167 5.16319 6.64931 5.48958 6.32292C5.81597 5.99653 6.20833 5.83333 6.66667 5.83333H7.5L6.66667 6.66667V3.33333C6.66667 3.09722 6.74653 2.89931 6.90625 2.73958C7.06597 2.57986 7.26389 2.5 7.5 2.5C7.73611 2.5 7.93403 2.57986 8.09375 2.73958C8.25347 2.89931 8.33333 3.09722 8.33333 3.33333V5.83333H11.6667V3.33333C11.6667 3.09722 11.7465 2.89931 11.9062 2.73958C12.066 2.57986 12.2639 2.5 12.5 2.5C12.7361 2.5 12.934 2.57986 13.0938 2.73958C13.2535 2.89931 13.3333 3.09722 13.3333 3.33333V6.66667L12.5 5.83333H13.3333C13.7917 5.83333 14.184 5.99653 14.5104 6.32292C14.8368 6.64931 15 7.04167 15 7.5V11.3958C15 11.6181 14.9583 11.8299 14.875 12.0312C14.7917 12.2326 14.6736 12.4097 14.5208 12.5625L12.0833 15V16.6667C12.0833 16.9028 12.0035 17.1007 11.8438 17.2604C11.684 17.4201 11.4861 17.5 11.25 17.5H8.75C8.51389 17.5 8.31597 17.4201 8.15625 17.2604C7.99653 17.1007 7.91667 16.9028 7.91667 16.6667Z",fill:n})}),F8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.49984 12.5C2.26373 12.5 2.06581 12.4201 1.90609 12.2604C1.74637 12.1007 1.6665 11.9028 1.6665 11.6667C1.6665 11.4306 1.74637 11.2326 1.90609 11.0729C2.06581 10.9132 2.26373 10.8333 2.49984 10.8333H4.99984C5.23595 10.8333 5.43387 10.9132 5.59359 11.0729C5.75331 11.2326 5.83317 11.4306 5.83317 11.6667C5.83317 11.9028 5.75331 12.1007 5.59359 12.2604C5.43387 12.4201 5.23595 12.5 4.99984 12.5H2.49984ZM8.33317 12.5C8.09706 12.5 7.89914 12.4201 7.73942 12.2604C7.5797 12.1007 7.49984 11.9028 7.49984 11.6667C7.49984 11.4306 7.5797 11.2326 7.73942 11.0729C7.89914 10.9132 8.09706 10.8333 8.33317 10.8333H10.8332C11.0693 10.8333 11.2672 10.9132 11.4269 11.0729C11.5866 11.2326 11.6665 11.4306 11.6665 11.6667C11.6665 11.9028 11.5866 12.1007 11.4269 12.2604C11.2672 12.4201 11.0693 12.5 10.8332 12.5H8.33317ZM14.1665 12.5C13.9304 12.5 13.7325 12.4201 13.5728 12.2604C13.413 12.1007 13.3332 11.9028 13.3332 11.6667C13.3332 11.4306 13.413 11.2326 13.5728 11.0729C13.7325 10.9132 13.9304 10.8333 14.1665 10.8333H16.6665C16.9026 10.8333 17.1005 10.9132 17.2603 11.0729C17.42 11.2326 17.4998 11.4306 17.4998 11.6667C17.4998 11.9028 17.42 12.1007 17.2603 12.2604C17.1005 12.4201 16.9026 12.5 16.6665 12.5H14.1665ZM2.49984 9.16667C2.26373 9.16667 2.06581 9.08681 1.90609 8.92708C1.74637 8.76736 1.6665 8.56944 1.6665 8.33333C1.6665 8.09722 1.74637 7.89931 1.90609 7.73958C2.06581 7.57986 2.26373 7.5 2.49984 7.5H16.6665C16.9026 7.5 17.1005 7.57986 17.2603 7.73958C17.42 7.89931 17.4998 8.09722 17.4998 8.33333C17.4998 8.56944 17.42 8.76736 17.2603 8.92708C17.1005 9.08681 16.9026 9.16667 16.6665 9.16667H2.49984Z",fill:n})}),k8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.75016 17.5C8.51405 17.5 8.31614 17.4201 8.15641 17.2604C7.99669 17.1007 7.91683 16.9028 7.91683 16.6667V15L5.47933 12.5625C5.32655 12.4097 5.2085 12.2326 5.12516 12.0312C5.04183 11.8299 5.00016 11.6181 5.00016 11.3958V7.5C5.00016 7.16667 5.07655 6.85417 5.22933 6.5625C5.38211 6.27083 5.60433 6.04861 5.896 5.89583V8.22917L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3127 17.4306 17.3127 17.6667C17.3127 17.9028 17.2363 18.0972 17.0835 18.25C16.9307 18.4028 16.7363 18.4792 16.5002 18.4792C16.2641 18.4792 16.0696 18.4028 15.9168 18.25L12.3752 14.7083L12.0835 15V16.6667C12.0835 16.9028 12.0036 17.1007 11.8439 17.2604C11.6842 17.4201 11.4863 17.5 11.2502 17.5H8.75016ZM14.2918 11.9167L6.66683 4.29167V3.33333C6.66683 3.09722 6.74669 2.89931 6.90641 2.73958C7.06614 2.57986 7.26405 2.5 7.50016 2.5C7.73627 2.5 7.93419 2.57986 8.09391 2.73958C8.25364 2.89931 8.3335 3.09722 8.3335 3.33333V5.83333H11.6668V3.33333C11.6668 3.09722 11.7467 2.89931 11.9064 2.73958C12.0661 2.57986 12.2641 2.5 12.5002 2.5C12.7363 2.5 12.9342 2.57986 13.0939 2.73958C13.2536 2.89931 13.3335 3.09722 13.3335 3.33333V6.66667L12.5002 5.83333H13.3335C13.7918 5.83333 14.1842 5.99653 14.5106 6.32292C14.837 6.64931 15.0002 7.04167 15.0002 7.5V10.5208C15.0002 10.7431 14.9585 10.9549 14.8752 11.1562C14.7918 11.3576 14.6738 11.5347 14.521 11.6875L14.2918 11.9167Z",fill:n})}),I8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.75016 17.5C8.51405 17.5 8.31614 17.4201 8.15641 17.2604C7.99669 17.1007 7.91683 16.9028 7.91683 16.6667V15L5.47933 12.5625C5.32655 12.4097 5.2085 12.2326 5.12516 12.0312C5.04183 11.8299 5.00016 11.6181 5.00016 11.3958V7.5C5.00016 7.16667 5.07655 6.85417 5.22933 6.5625C5.38211 6.27083 5.60433 6.04861 5.896 5.89583L7.50016 7.5H6.66683V11.375L9.5835 14.2917V15.8333H10.4168V14.2917L11.1877 13.5208L1.75016 4.08333C1.59738 3.93056 1.521 3.73611 1.521 3.5C1.521 3.26389 1.59738 3.06944 1.75016 2.91667C1.90294 2.76389 2.09739 2.6875 2.3335 2.6875C2.56961 2.6875 2.76405 2.76389 2.91683 2.91667L17.0835 17.0833C17.2363 17.2361 17.3127 17.4306 17.3127 17.6667C17.3127 17.9028 17.2363 18.0972 17.0835 18.25C16.9307 18.4028 16.7363 18.4792 16.5002 18.4792C16.2641 18.4792 16.0696 18.4028 15.9168 18.25L12.3752 14.7083L12.0835 15V16.6667C12.0835 16.9028 12.0036 17.1007 11.8439 17.2604C11.6842 17.4201 11.4863 17.5 11.2502 17.5H8.75016ZM14.2918 11.9167L13.3335 10.9583V7.5H9.87516L6.66683 4.29167V3.33333C6.66683 3.09722 6.74669 2.89931 6.90641 2.73958C7.06614 2.57986 7.26405 2.5 7.50016 2.5C7.73627 2.5 7.93419 2.57986 8.09391 2.73958C8.25364 2.89931 8.3335 3.09722 8.3335 3.33333V5.83333H11.6668V3.33333C11.6668 3.09722 11.7467 2.89931 11.9064 2.73958C12.0661 2.57986 12.2641 2.5 12.5002 2.5C12.7363 2.5 12.9342 2.57986 13.0939 2.73958C13.2536 2.89931 13.3335 3.09722 13.3335 3.33333V6.66667L12.5002 5.83333H13.3335C13.7918 5.83333 14.1842 5.99653 14.5106 6.32292C14.837 6.64931 15.0002 7.04167 15.0002 7.5V10.5208C15.0002 10.7431 14.9585 10.9549 14.8752 11.1562C14.7918 11.3576 14.6738 11.5347 14.521 11.6875L14.2918 11.9167Z",fill:n})}),A8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.58333 15.8333H10.4167V14.2917L13.3333 11.375V7.5H6.66667V11.375L9.58333 14.2917V15.8333ZM7.91667 16.6667V15L5.47917 12.5625C5.32639 12.4097 5.20833 12.2326 5.125 12.0312C5.04167 11.8299 5 11.6181 5 11.3958V7.5C5 7.04167 5.16319 6.64931 5.48958 6.32292C5.81597 5.99653 6.20833 5.83333 6.66667 5.83333H7.5L6.66667 6.66667V3.33333C6.66667 3.09722 6.74653 2.89931 6.90625 2.73958C7.06597 2.57986 7.26389 2.5 7.5 2.5C7.73611 2.5 7.93403 2.57986 8.09375 2.73958C8.25347 2.89931 8.33333 3.09722 8.33333 3.33333V5.83333H11.6667V3.33333C11.6667 3.09722 11.7465 2.89931 11.9062 2.73958C12.066 2.57986 12.2639 2.5 12.5 2.5C12.7361 2.5 12.934 2.57986 13.0938 2.73958C13.2535 2.89931 13.3333 3.09722 13.3333 3.33333V6.66667L12.5 5.83333H13.3333C13.7917 5.83333 14.184 5.99653 14.5104 6.32292C14.8368 6.64931 15 7.04167 15 7.5V11.3958C15 11.6181 14.9583 11.8299 14.875 12.0312C14.7917 12.2326 14.6736 12.4097 14.5208 12.5625L12.0833 15V16.6667C12.0833 16.9028 12.0035 17.1007 11.8438 17.2604C11.684 17.4201 11.4861 17.5 11.25 17.5H8.75C8.51389 17.5 8.31597 17.4201 8.15625 17.2604C7.99653 17.1007 7.91667 16.9028 7.91667 16.6667Z",fill:n})}),R8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 12.5C15.5972 12.5 15.3993 12.4201 15.2396 12.2604C15.0799 12.1007 15 11.9028 15 11.6666C15 11.4305 15.0799 11.2326 15.2396 11.0729C15.3993 10.9132 15.5972 10.8333 15.8333 10.8333H16.6667C16.9028 10.8333 17.1007 10.9132 17.2604 11.0729C17.4201 11.2326 17.5 11.4305 17.5 11.6666C17.5 11.9028 17.4201 12.1007 17.2604 12.2604C17.1007 12.4201 16.9028 12.5 16.6667 12.5H15.8333ZM15.8333 15.8333C15.5972 15.8333 15.3993 15.7535 15.2396 15.5937C15.0799 15.434 15 15.2361 15 15C15 14.7639 15.0799 14.566 15.2396 14.4062C15.3993 14.2465 15.5972 14.1666 15.8333 14.1666H16.6667C16.9028 14.1666 17.1007 14.2465 17.2604 14.4062C17.4201 14.566 17.5 14.7639 17.5 15C17.5 15.2361 17.4201 15.434 17.2604 15.5937C17.1007 15.7535 16.9028 15.8333 16.6667 15.8333H15.8333ZM11.6667 16.6666C11.2083 16.6666 10.816 16.5035 10.4896 16.1771C10.1632 15.8507 10 15.4583 10 15H9.16667C8.93056 15 8.73264 14.9201 8.57292 14.7604C8.41319 14.6007 8.33333 14.4028 8.33333 14.1666V12.5C8.33333 12.2639 8.41319 12.066 8.57292 11.9062C8.73264 11.7465 8.93056 11.6666 9.16667 11.6666H10C10 11.2083 10.1632 10.816 10.4896 10.4896C10.816 10.1632 11.2083 9.99998 11.6667 9.99998H13.3333C13.5694 9.99998 13.7674 10.0798 13.9271 10.2396C14.0868 10.3993 14.1667 10.5972 14.1667 10.8333V15.8333C14.1667 16.0694 14.0868 16.2673 13.9271 16.4271C13.7674 16.5868 13.5694 16.6666 13.3333 16.6666H11.6667ZM5.83333 14.1666C4.91667 14.1666 4.13194 13.8403 3.47917 13.1875C2.82639 12.5347 2.5 11.75 2.5 10.8333C2.5 9.91665 2.82639 9.13192 3.47917 8.47915C4.13194 7.82637 4.91667 7.49998 5.83333 7.49998H7.08333C7.43056 7.49998 7.72569 7.37845 7.96875 7.1354C8.21181 6.89234 8.33333 6.5972 8.33333 6.24998C8.33333 5.90276 8.21181 5.60762 7.96875 5.36456C7.72569 5.12151 7.43056 4.99998 7.08333 4.99998H4.16667C3.93056 4.99998 3.73264 4.92012 3.57292 4.7604C3.41319 4.60067 3.33333 4.40276 3.33333 4.16665C3.33333 3.93054 3.41319 3.73262 3.57292 3.5729C3.73264 3.41317 3.93056 3.33331 4.16667 3.33331H7.08333C7.88889 3.33331 8.57639 3.61804 9.14583 4.18748C9.71528 4.75692 10 5.44442 10 6.24998C10 7.05554 9.71528 7.74304 9.14583 8.31248C8.57639 8.88192 7.88889 9.16665 7.08333 9.16665H5.83333C5.375 9.16665 4.98264 9.32984 4.65625 9.65623C4.32986 9.98262 4.16667 10.375 4.16667 10.8333C4.16667 11.2916 4.32986 11.684 4.65625 12.0104C4.98264 12.3368 5.375 12.5 5.83333 12.5H6.66667C6.90278 12.5 7.10069 12.5798 7.26042 12.7396C7.42014 12.8993 7.5 13.0972 7.5 13.3333C7.5 13.5694 7.42014 13.7673 7.26042 13.9271C7.10069 14.0868 6.90278 14.1666 6.66667 14.1666H5.83333Z",fill:n})}),D8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.50016 13.3333V10.8333H1.66683C1.43072 10.8333 1.2328 10.7535 1.07308 10.5937C0.913357 10.434 0.833496 10.2361 0.833496 9.99998C0.833496 9.76387 0.913357 9.56595 1.07308 9.40623C1.2328 9.24651 1.43072 9.16665 1.66683 9.16665H2.50016V6.66665C2.50016 5.9722 2.74322 5.38192 3.22933 4.89581C3.71544 4.4097 4.30572 4.16665 5.00016 4.16665H5.8335C5.8335 3.93054 5.91336 3.73262 6.07308 3.5729C6.2328 3.41317 6.43072 3.33331 6.66683 3.33331C6.90294 3.33331 7.10086 3.41317 7.26058 3.5729C7.4203 3.73262 7.50016 3.93054 7.50016 4.16665V15.8333C7.50016 16.0694 7.4203 16.2673 7.26058 16.4271C7.10086 16.5868 6.90294 16.6666 6.66683 16.6666C6.43072 16.6666 6.2328 16.5868 6.07308 16.4271C5.91336 16.2673 5.8335 16.0694 5.8335 15.8333H5.00016C4.30572 15.8333 3.71544 15.5903 3.22933 15.1041C2.74322 14.618 2.50016 14.0278 2.50016 13.3333ZM17.5002 13.3333C17.5002 14.0278 17.2571 14.618 16.771 15.1041C16.2849 15.5903 15.6946 15.8333 15.0002 15.8333H14.1668C14.1668 16.0694 14.087 16.2673 13.9272 16.4271C13.7675 16.5868 13.5696 16.6666 13.3335 16.6666C13.0974 16.6666 12.8995 16.5868 12.7397 16.4271C12.58 16.2673 12.5002 16.0694 12.5002 15.8333V13.3333H10.0002C9.76405 13.3333 9.56614 13.2535 9.40641 13.0937C9.24669 12.934 9.16683 12.7361 9.16683 12.5C9.16683 12.2639 9.24669 12.066 9.40641 11.9062C9.56614 11.7465 9.76405 11.6666 10.0002 11.6666H12.5002V8.33331H10.0002C9.76405 8.33331 9.56614 8.25345 9.40641 8.09373C9.24669 7.93401 9.16683 7.73609 9.16683 7.49998C9.16683 7.26387 9.24669 7.06595 9.40641 6.90623C9.56614 6.74651 9.76405 6.66665 10.0002 6.66665H12.5002V4.16665C12.5002 3.93054 12.58 3.73262 12.7397 3.5729C12.8995 3.41317 13.0974 3.33331 13.3335 3.33331C13.5696 3.33331 13.7675 3.41317 13.9272 3.5729C14.087 3.73262 14.1668 3.93054 14.1668 4.16665H15.0002C15.6946 4.16665 16.2849 4.4097 16.771 4.89581C17.2571 5.38192 17.5002 5.9722 17.5002 6.66665V9.16665H18.3335C18.5696 9.16665 18.7675 9.24651 18.9272 9.40623C19.087 9.56595 19.1668 9.76387 19.1668 9.99998C19.1668 10.2361 19.087 10.434 18.9272 10.5937C18.7675 10.7535 18.5696 10.8333 18.3335 10.8333H17.5002V13.3333Z",fill:n})}),T8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.50016 13.3333V10.8333H1.66683C1.43072 10.8333 1.2328 10.7535 1.07308 10.5937C0.913357 10.434 0.833496 10.2361 0.833496 9.99998C0.833496 9.76387 0.913357 9.56595 1.07308 9.40623C1.2328 9.24651 1.43072 9.16665 1.66683 9.16665H2.50016V6.66665C2.50016 5.9722 2.74322 5.38192 3.22933 4.89581C3.71544 4.4097 4.30572 4.16665 5.00016 4.16665H5.8335C5.8335 3.93054 5.91336 3.73262 6.07308 3.5729C6.2328 3.41317 6.43072 3.33331 6.66683 3.33331C6.90294 3.33331 7.10086 3.41317 7.26058 3.5729C7.4203 3.73262 7.50016 3.93054 7.50016 4.16665V15.8333C7.50016 16.0694 7.4203 16.2673 7.26058 16.4271C7.10086 16.5868 6.90294 16.6666 6.66683 16.6666C6.43072 16.6666 6.2328 16.5868 6.07308 16.4271C5.91336 16.2673 5.8335 16.0694 5.8335 15.8333H5.00016C4.30572 15.8333 3.71544 15.5903 3.22933 15.1041C2.74322 14.618 2.50016 14.0278 2.50016 13.3333ZM5.00016 14.1666H5.8335V5.83331H5.00016C4.76405 5.83331 4.56614 5.91317 4.40641 6.0729C4.24669 6.23262 4.16683 6.43054 4.16683 6.66665V13.3333C4.16683 13.5694 4.24669 13.7673 4.40641 13.9271C4.56614 14.0868 4.76405 14.1666 5.00016 14.1666ZM17.5002 13.3333C17.5002 14.0278 17.2571 14.618 16.771 15.1041C16.2849 15.5903 15.6946 15.8333 15.0002 15.8333H14.1668C14.1668 16.0694 14.087 16.2673 13.9272 16.4271C13.7675 16.5868 13.5696 16.6666 13.3335 16.6666C13.0974 16.6666 12.8995 16.5868 12.7397 16.4271C12.58 16.2673 12.5002 16.0694 12.5002 15.8333V13.3333H10.0002C9.76405 13.3333 9.56614 13.2535 9.40641 13.0937C9.24669 12.934 9.16683 12.7361 9.16683 12.5C9.16683 12.2639 9.24669 12.066 9.40641 11.9062C9.56614 11.7465 9.76405 11.6666 10.0002 11.6666H12.5002V8.33331H10.0002C9.76405 8.33331 9.56614 8.25345 9.40641 8.09373C9.24669 7.93401 9.16683 7.73609 9.16683 7.49998C9.16683 7.26387 9.24669 7.06595 9.40641 6.90623C9.56614 6.74651 9.76405 6.66665 10.0002 6.66665H12.5002V4.16665C12.5002 3.93054 12.58 3.73262 12.7397 3.5729C12.8995 3.41317 13.0974 3.33331 13.3335 3.33331C13.5696 3.33331 13.7675 3.41317 13.9272 3.5729C14.087 3.73262 14.1668 3.93054 14.1668 4.16665H15.0002C15.6946 4.16665 16.2849 4.4097 16.771 4.89581C17.2571 5.38192 17.5002 5.9722 17.5002 6.66665V9.16665H18.3335C18.5696 9.16665 18.7675 9.24651 18.9272 9.40623C19.087 9.56595 19.1668 9.76387 19.1668 9.99998C19.1668 10.2361 19.087 10.434 18.9272 10.5937C18.7675 10.7535 18.5696 10.8333 18.3335 10.8333H17.5002V13.3333ZM14.1668 14.1666H15.0002C15.2363 14.1666 15.4342 14.0868 15.5939 13.9271C15.7536 13.7673 15.8335 13.5694 15.8335 13.3333V6.66665C15.8335 6.43054 15.7536 6.23262 15.5939 6.0729C15.4342 5.91317 15.2363 5.83331 15.0002 5.83331H14.1668V14.1666Z",fill:n})}),E8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.98613 1.83664 8.02433 2.17692 7.1146C2.5172 6.20488 2.98595 5.38891 3.58317 4.66669C3.73595 4.47224 3.91998 4.38196 4.13525 4.39585C4.35053 4.40974 4.53456 4.48613 4.68734 4.62502C4.84011 4.76391 4.94081 4.94446 4.98942 5.16669C5.03803 5.38891 4.96511 5.61808 4.77067 5.85419C4.32623 6.42363 3.97553 7.05905 3.71859 7.76044C3.46164 8.46183 3.33317 9.20835 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 9.20835 16.538 8.46183 16.2811 7.76044C16.0241 7.05905 15.6734 6.42363 15.229 5.85419C15.0346 5.61808 14.9616 5.38891 15.0103 5.16669C15.0589 4.94446 15.1596 4.76391 15.3123 4.62502C15.4651 4.48613 15.6491 4.40974 15.8644 4.39585C16.0797 4.38196 16.2637 4.47224 16.4165 4.66669C17.0137 5.38891 17.4825 6.20488 17.8228 7.1146C18.163 8.02433 18.3332 8.98613 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 10.8334C9.76373 10.8334 9.56581 10.7535 9.40609 10.5938C9.24636 10.434 9.1665 10.2361 9.1665 10V2.50002C9.1665 2.26391 9.24636 2.06599 9.40609 1.90627C9.56581 1.74655 9.76373 1.66669 9.99984 1.66669C10.2359 1.66669 10.4339 1.74655 10.5936 1.90627C10.7533 2.06599 10.8332 2.26391 10.8332 2.50002V10C10.8332 10.2361 10.7533 10.434 10.5936 10.5938C10.4339 10.7535 10.2359 10.8334 9.99984 10.8334Z",fill:n})}),P8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 15C11.3887 15 12.5693 14.5139 13.5415 13.5417C14.5137 12.5695 14.9998 11.3889 14.9998 10C14.9998 9.51391 14.9373 9.0521 14.8123 8.6146C14.6873 8.1771 14.5068 7.76391 14.2707 7.37502C14.104 7.09724 13.9061 6.94099 13.6769 6.90627C13.4478 6.87155 13.2359 6.90974 13.0415 7.02085C12.8471 7.13196 12.7116 7.29169 12.6353 7.50002C12.5589 7.70835 12.5971 7.91669 12.7498 8.12502C12.9443 8.38891 13.0901 8.68058 13.1873 9.00002C13.2846 9.31946 13.3332 9.6528 13.3332 10C13.3332 10.9167 13.0068 11.7014 12.354 12.3542C11.7012 13.007 10.9165 13.3334 9.99984 13.3334C9.08317 13.3334 8.29845 13.007 7.64567 12.3542C6.99289 11.7014 6.6665 10.9167 6.6665 10C6.6665 9.6528 6.71511 9.32294 6.81234 9.01044C6.90956 8.69794 7.04845 8.40974 7.229 8.14585C7.36789 7.93752 7.40261 7.73266 7.33317 7.53127C7.26373 7.32988 7.13873 7.17363 6.95817 7.06252C6.77761 6.95141 6.57275 6.90974 6.34359 6.93752C6.11442 6.9653 5.90956 7.11113 5.729 7.37502C5.479 7.75002 5.29498 8.15974 5.17692 8.60419C5.05886 9.04863 4.99984 9.51391 4.99984 10C4.99984 11.3889 5.48595 12.5695 6.45817 13.5417C7.43039 14.5139 8.61095 15 9.99984 15ZM9.99984 5.00002C9.76373 5.00002 9.56581 5.07988 9.40609 5.2396C9.24636 5.39933 9.1665 5.59724 9.1665 5.83335V9.16669C9.1665 9.4028 9.24636 9.60071 9.40609 9.76044C9.56581 9.92016 9.76373 10 9.99984 10C10.2359 10 10.4339 9.92016 10.5936 9.76044C10.7533 9.60071 10.8332 9.4028 10.8332 9.16669V5.83335C10.8332 5.59724 10.7533 5.39933 10.5936 5.2396C10.4339 5.07988 10.2359 5.00002 9.99984 5.00002Z",fill:n})}),z8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C11.8609 16.6667 13.4373 16.0209 14.729 14.7292C16.0207 13.4375 16.6665 11.8611 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667ZM9.99984 15C11.3887 15 12.5693 14.5139 13.5415 13.5417C14.5137 12.5695 14.9998 11.3889 14.9998 10C14.9998 9.51391 14.9373 9.0521 14.8123 8.6146C14.6873 8.1771 14.5068 7.76391 14.2707 7.37502C14.104 7.09724 13.9061 6.94099 13.6769 6.90627C13.4478 6.87155 13.2359 6.90974 13.0415 7.02085C12.8471 7.13196 12.7116 7.29169 12.6353 7.50002C12.5589 7.70835 12.5971 7.91669 12.7498 8.12502C12.9443 8.38891 13.0901 8.68058 13.1873 9.00002C13.2846 9.31946 13.3332 9.6528 13.3332 10C13.3332 10.9167 13.0068 11.7014 12.354 12.3542C11.7012 13.007 10.9165 13.3334 9.99984 13.3334C9.08317 13.3334 8.29845 13.007 7.64567 12.3542C6.99289 11.7014 6.6665 10.9167 6.6665 10C6.6665 9.6528 6.71511 9.32294 6.81234 9.01044C6.90956 8.69794 7.04845 8.40974 7.229 8.14585C7.36789 7.93752 7.40261 7.73266 7.33317 7.53127C7.26373 7.32988 7.13873 7.17363 6.95817 7.06252C6.77761 6.95141 6.57275 6.90974 6.34359 6.93752C6.11442 6.9653 5.90956 7.11113 5.729 7.37502C5.479 7.75002 5.29498 8.15974 5.17692 8.60419C5.05886 9.04863 4.99984 9.51391 4.99984 10C4.99984 11.3889 5.48595 12.5695 6.45817 13.5417C7.43039 14.5139 8.61095 15 9.99984 15ZM9.99984 5.00002C9.76373 5.00002 9.56581 5.07988 9.40609 5.2396C9.24636 5.39933 9.1665 5.59724 9.1665 5.83335V9.16669C9.1665 9.4028 9.24636 9.60071 9.40609 9.76044C9.56581 9.92016 9.76373 10 9.99984 10C10.2359 10 10.4339 9.92016 10.5936 9.76044C10.7533 9.60071 10.8332 9.4028 10.8332 9.16669V5.83335C10.8332 5.59724 10.7533 5.39933 10.5936 5.2396C10.4339 5.07988 10.2359 5.00002 9.99984 5.00002Z",fill:n})}),$8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33334 3.33335C3.09723 3.33335 2.89932 3.25349 2.73959 3.09377C2.57987 2.93405 2.50001 2.73613 2.50001 2.50002C2.50001 2.26391 2.57987 2.06599 2.73959 1.90627C2.89932 1.74655 3.09723 1.66669 3.33334 1.66669H4.16668C4.40279 1.66669 4.6007 1.74655 4.76043 1.90627C4.92015 2.06599 5.00001 2.26391 5.00001 2.50002C5.00001 2.73613 4.92015 2.93405 4.76043 3.09377C4.6007 3.25349 4.40279 3.33335 4.16668 3.33335H3.33334ZM2.33334 15L2.06251 16.3334C1.9514 16.8611 2.06598 17.3264 2.40626 17.7292C2.74654 18.132 3.18057 18.3334 3.70834 18.3334H9.16668V15H2.33334ZM4.52084 6.00002L5.10418 5.41669C5.25695 5.26391 5.44793 5.18752 5.67709 5.18752C5.90626 5.18752 6.10418 5.26391 6.27084 5.41669C6.43751 5.58335 6.52084 5.78127 6.52084 6.01044C6.52084 6.2396 6.43751 6.43752 6.27084 6.60419L5.68751 7.18752C5.53473 7.3403 5.34376 7.41669 5.11459 7.41669C4.88543 7.41669 4.68751 7.3403 4.52084 7.18752C4.35418 7.02085 4.27084 6.82294 4.27084 6.59377C4.27084 6.3646 4.35418 6.16669 4.52084 6.00002ZM2.66668 13.3334H9.16668V10H4.70834C4.30557 10 3.94793 10.125 3.63543 10.375C3.32293 10.625 3.13195 10.9445 3.06251 11.3334L2.66668 13.3334ZM9.16668 8.33335V7.50002C9.16668 7.26391 9.24654 7.06599 9.40626 6.90627C9.56598 6.74655 9.7639 6.66669 10 6.66669C10.2361 6.66669 10.434 6.74655 10.5938 6.90627C10.7535 7.06599 10.8333 7.26391 10.8333 7.50002V8.33335C10.8333 8.56946 10.7535 8.76738 10.5938 8.9271C10.434 9.08683 10.2361 9.16669 10 9.16669C9.7639 9.16669 9.56598 9.08683 9.40626 8.9271C9.24654 8.76738 9.16668 8.56946 9.16668 8.33335ZM10.8333 18.3334H16.2917C16.8195 18.3334 17.2535 18.132 17.5938 17.7292C17.934 17.3264 18.0486 16.8611 17.9375 16.3334L17.6667 15H10.8333V18.3334ZM10.8333 13.3334H17.3333L16.9375 11.3334C16.8681 10.9445 16.6771 10.625 16.3646 10.375C16.0521 10.125 15.6945 10 15.2917 10H10.8333V13.3334ZM14.3125 7.16669L13.7292 6.58335C13.5764 6.43058 13.4965 6.2396 13.4896 6.01044C13.4826 5.78127 13.5625 5.58335 13.7292 5.41669C13.882 5.26391 14.0764 5.18752 14.3125 5.18752C14.5486 5.18752 14.7431 5.26391 14.8958 5.41669L15.5 6.00002C15.6667 6.1528 15.75 6.34377 15.75 6.57294C15.75 6.8021 15.6667 7.00002 15.5 7.16669C15.3333 7.33335 15.1354 7.41669 14.9063 7.41669C14.6771 7.41669 14.4792 7.33335 14.3125 7.16669ZM16.6667 3.33335H15.8333C15.5972 3.33335 15.3993 3.25349 15.2396 3.09377C15.0799 2.93405 15 2.73613 15 2.50002C15 2.26391 15.0799 2.06599 15.2396 1.90627C15.3993 1.74655 15.5972 1.66669 15.8333 1.66669H16.6667C16.9028 1.66669 17.1007 1.74655 17.2604 1.90627C17.4201 2.06599 17.5 2.26391 17.5 2.50002C17.5 2.73613 17.4201 2.93405 17.2604 3.09377C17.1007 3.25349 16.9028 3.33335 16.6667 3.33335ZM10 5.83335C9.02779 5.83335 8.17015 5.53821 7.42709 4.94794C6.68404 4.35766 6.19445 3.60419 5.95834 2.68752C5.8889 2.42363 5.94793 2.18752 6.13543 1.97919C6.32293 1.77085 6.55557 1.66669 6.83334 1.66669H13.1667C13.4445 1.66669 13.6736 1.77085 13.8542 1.97919C14.0347 2.18752 14.0972 2.42363 14.0417 2.68752C13.8056 3.60419 13.316 4.35766 12.5729 4.94794C11.8299 5.53821 10.9722 5.83335 10 5.83335Z",fill:n})}),K8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33334 3.33333C3.09723 3.33333 2.89932 3.25347 2.73959 3.09374C2.57987 2.93402 2.50001 2.73611 2.50001 2.49999C2.50001 2.26388 2.57987 2.06597 2.73959 1.90624C2.89932 1.74652 3.09723 1.66666 3.33334 1.66666H4.16668C4.40279 1.66666 4.6007 1.74652 4.76043 1.90624C4.92015 2.06597 5.00001 2.26388 5.00001 2.49999C5.00001 2.73611 4.92015 2.93402 4.76043 3.09374C4.6007 3.25347 4.40279 3.33333 4.16668 3.33333H3.33334ZM4.04168 15L3.70834 16.6667H9.16668V15H4.04168ZM4.52084 5.99999L5.10418 5.41666C5.25695 5.26388 5.44793 5.18749 5.67709 5.18749C5.90626 5.18749 6.10418 5.26388 6.27084 5.41666C6.43751 5.58333 6.52084 5.78124 6.52084 6.01041C6.52084 6.23958 6.43751 6.43749 6.27084 6.60416L5.68751 7.18749C5.53473 7.34027 5.34376 7.41666 5.11459 7.41666C4.88543 7.41666 4.68751 7.34027 4.52084 7.18749C4.35418 7.02083 4.27084 6.82291 4.27084 6.59374C4.27084 6.36458 4.35418 6.16666 4.52084 5.99999ZM4.37501 13.3333H9.16668V11.6667H4.70834L4.37501 13.3333ZM10 5.83333C9.02779 5.83333 8.17015 5.53472 7.42709 4.93749C6.68404 4.34027 6.19445 3.59027 5.95834 2.68749C5.90279 2.46527 5.93404 2.25694 6.05209 2.06249C6.17015 1.86805 6.34029 1.74305 6.56251 1.68749C6.78473 1.63194 6.99654 1.66319 7.19793 1.78124C7.39932 1.8993 7.52779 2.06944 7.58334 2.29166C7.72223 2.83333 8.0139 3.28124 8.45834 3.63541C8.90279 3.98958 9.41668 4.16666 10 4.16666C10.5833 4.16666 11.0972 3.98958 11.5417 3.63541C11.9861 3.28124 12.2778 2.83333 12.4167 2.29166C12.4722 2.06944 12.6007 1.8993 12.8021 1.78124C13.0035 1.66319 13.2153 1.63194 13.4375 1.68749C13.6597 1.74305 13.8299 1.86805 13.9479 2.06249C14.066 2.25694 14.0972 2.46527 14.0417 2.68749C13.8056 3.59027 13.316 4.34027 12.5729 4.93749C11.8299 5.53472 10.9722 5.83333 10 5.83333ZM9.16668 8.33333V7.49999C9.16668 7.26388 9.24654 7.06597 9.40626 6.90624C9.56598 6.74652 9.7639 6.66666 10 6.66666C10.2361 6.66666 10.434 6.74652 10.5938 6.90624C10.7535 7.06597 10.8333 7.26388 10.8333 7.49999V8.33333C10.8333 8.56944 10.7535 8.76736 10.5938 8.92708C10.434 9.0868 10.2361 9.16666 10 9.16666C9.7639 9.16666 9.56598 9.0868 9.40626 8.92708C9.24654 8.76736 9.16668 8.56944 9.16668 8.33333ZM10.8333 16.6667H16.2917L15.9583 15H10.8333V16.6667ZM10.8333 13.3333H15.625L15.2917 11.6667H10.8333V13.3333ZM14.3125 7.16666L13.7292 6.58333C13.5764 6.43055 13.4965 6.23958 13.4896 6.01041C13.4826 5.78124 13.5625 5.58333 13.7292 5.41666C13.882 5.26388 14.0764 5.18749 14.3125 5.18749C14.5486 5.18749 14.7431 5.26388 14.8958 5.41666L15.5 5.99999C15.6667 6.15277 15.75 6.34374 15.75 6.57291C15.75 6.80208 15.6667 6.99999 15.5 7.16666C15.3333 7.33333 15.1354 7.41666 14.9063 7.41666C14.6771 7.41666 14.4792 7.33333 14.3125 7.16666ZM16.6667 3.33333H15.8333C15.5972 3.33333 15.3993 3.25347 15.2396 3.09374C15.0799 2.93402 15 2.73611 15 2.49999C15 2.26388 15.0799 2.06597 15.2396 1.90624C15.3993 1.74652 15.5972 1.66666 15.8333 1.66666H16.6667C16.9028 1.66666 17.1007 1.74652 17.2604 1.90624C17.4201 2.06597 17.5 2.26388 17.5 2.49999C17.5 2.73611 17.4201 2.93402 17.2604 3.09374C17.1007 3.25347 16.9028 3.33333 16.6667 3.33333ZM2.06251 16.3333L3.06251 11.3333C3.13195 10.9444 3.32293 10.625 3.63543 10.375C3.94793 10.125 4.30557 9.99999 4.70834 9.99999H15.2917C15.6945 9.99999 16.0521 10.125 16.3646 10.375C16.6771 10.625 16.8681 10.9444 16.9375 11.3333L17.9375 16.3333C18.0486 16.8611 17.934 17.3264 17.5938 17.7292C17.2535 18.1319 16.8195 18.3333 16.2917 18.3333H3.70834C3.18057 18.3333 2.74654 18.1319 2.40626 17.7292C2.06598 17.3264 1.9514 16.8611 2.06251 16.3333Z",fill:n})}),U8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.5 14.1667C12.7361 14.1667 12.934 14.0868 13.0938 13.9271C13.2535 13.7674 13.3333 13.5694 13.3333 13.3333V6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667V13.3333C6.66667 13.5694 6.74653 13.7674 6.90625 13.9271C7.06597 14.0868 7.26389 14.1667 7.5 14.1667H12.5ZM8.33333 12.5V7.5H11.6667V12.5H8.33333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),G8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.5 14.1667C12.7361 14.1667 12.934 14.0868 13.0938 13.9271C13.2535 13.7674 13.3333 13.5694 13.3333 13.3333V6.66667C13.3333 6.43056 13.2535 6.23264 13.0938 6.07292C12.934 5.91319 12.7361 5.83333 12.5 5.83333H7.5C7.26389 5.83333 7.06597 5.91319 6.90625 6.07292C6.74653 6.23264 6.66667 6.43056 6.66667 6.66667V13.3333C6.66667 13.5694 6.74653 13.7674 6.90625 13.9271C7.06597 14.0868 7.26389 14.1667 7.5 14.1667H12.5ZM8.33333 12.5V7.5H11.6667V12.5H8.33333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667C10.8333 8.93056 10.7535 8.73264 10.5938 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24653 8.73264 9.16667 8.93056 9.16667 9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10Z",fill:n})}),W8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.3335 19.1666C8.3335 18.7083 8.49669 18.316 8.82308 17.9896C9.14947 17.6632 9.54183 17.5 10.0002 17.5V12.7291C10.1252 12.7847 10.2571 12.8264 10.396 12.8541C10.5349 12.8819 10.6807 12.8958 10.8335 12.8958C11.4168 12.8958 11.9064 12.6979 12.3022 12.3021C12.6981 11.9062 12.896 11.4166 12.896 10.8333V10.6458L15.5627 11.2916C15.7849 11.3472 15.9863 11.4444 16.1668 11.5833C16.3474 11.7222 16.4932 11.8889 16.6043 12.0833L18.5002 15.5C18.7085 15.875 18.7849 16.2708 18.7293 16.6875C18.6738 17.1041 18.4932 17.4653 18.1877 17.7708C17.8127 18.1458 17.3647 18.3333 16.8439 18.3333C16.3231 18.3333 15.8752 18.1458 15.5002 17.7708L11.6668 13.9375V17.5C12.1252 17.5 12.5175 17.6632 12.8439 17.9896C13.1703 18.316 13.3335 18.7083 13.3335 19.1666H8.3335ZM3.3335 17.5C3.09739 17.5 2.89947 17.4201 2.73975 17.2604C2.58002 17.1007 2.50016 16.9028 2.50016 16.6666C2.50016 16.4305 2.58002 16.2326 2.73975 16.0729C2.89947 15.9132 3.09739 15.8333 3.3335 15.8333H5.8335C6.06961 15.8333 6.26752 15.9132 6.42725 16.0729C6.58697 16.2326 6.66683 16.4305 6.66683 16.6666C6.66683 16.9028 6.58697 17.1007 6.42725 17.2604C6.26752 17.4201 6.06961 17.5 5.8335 17.5H3.3335ZM5.9585 13.9583L2.2085 12.8958C1.80572 12.7847 1.47586 12.559 1.21891 12.2187C0.961968 11.8785 0.833496 11.493 0.833496 11.0625C0.833496 10.5347 1.01752 10.0868 1.38558 9.71873C1.75363 9.35068 2.20155 9.16665 2.72933 9.16665H9.60433C9.34044 9.36109 9.13558 9.60068 8.98975 9.8854C8.84391 10.1701 8.771 10.4861 8.771 10.8333C8.771 11.1528 8.8335 11.4444 8.9585 11.7083C9.0835 11.9722 9.25711 12.2014 9.47933 12.3958L7.29183 13.7916C7.09739 13.9028 6.88558 13.9757 6.65641 14.0104C6.42725 14.0451 6.19461 14.0278 5.9585 13.9583ZM10.8335 12.0833C10.4863 12.0833 10.1911 11.9618 9.94808 11.7187C9.70502 11.4757 9.5835 11.1805 9.5835 10.8333C9.5835 10.4861 9.70502 10.191 9.94808 9.9479C10.1911 9.70484 10.4863 9.58331 10.8335 9.58331C11.1807 9.58331 11.4759 9.70484 11.7189 9.9479C11.962 10.191 12.0835 10.4861 12.0835 10.8333C12.0835 11.1805 11.962 11.4757 11.7189 11.7187C11.4759 11.9618 11.1807 12.0833 10.8335 12.0833ZM12.7502 10.0416C12.5974 9.66665 12.3509 9.36109 12.0106 9.12498C11.6703 8.88887 11.2779 8.77081 10.8335 8.77081C10.6807 8.77081 10.5349 8.7847 10.396 8.81248C10.2571 8.84026 10.1252 8.88193 10.0002 8.93748V5.64581C10.0002 5.4097 10.0453 5.18748 10.1356 4.97915C10.2259 4.77081 10.3543 4.59026 10.521 4.43748L13.3752 1.77081C13.6946 1.46526 14.0661 1.29165 14.4897 1.24998C14.9134 1.20831 15.3057 1.29859 15.6668 1.52081C16.1113 1.79859 16.3995 2.19095 16.5314 2.6979C16.6634 3.20484 16.5904 3.68054 16.3127 4.12498L12.7502 10.0416ZM1.66683 7.49998C1.43072 7.49998 1.2328 7.42012 1.07308 7.2604C0.913357 7.10068 0.833496 6.90276 0.833496 6.66665C0.833496 6.43054 0.913357 6.23262 1.07308 6.0729C1.2328 5.91318 1.43072 5.83331 1.66683 5.83331H4.16683C4.40294 5.83331 4.60086 5.91318 4.76058 6.0729C4.9203 6.23262 5.00016 6.43054 5.00016 6.66665C5.00016 6.90276 4.9203 7.10068 4.76058 7.2604C4.60086 7.42012 4.40294 7.49998 4.16683 7.49998H1.66683ZM4.16683 4.16665C3.93072 4.16665 3.7328 4.08679 3.57308 3.92706C3.41336 3.76734 3.3335 3.56943 3.3335 3.33331C3.3335 3.0972 3.41336 2.89929 3.57308 2.73956C3.7328 2.57984 3.93072 2.49998 4.16683 2.49998H7.50016C7.73627 2.49998 7.93419 2.57984 8.09391 2.73956C8.25364 2.89929 8.3335 3.0972 8.3335 3.33331C8.3335 3.56943 8.25364 3.76734 8.09391 3.92706C7.93419 4.08679 7.73627 4.16665 7.50016 4.16665H4.16683Z",fill:n})}),q8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.3335 19.1666C8.3335 18.7083 8.49669 18.316 8.82308 17.9896C9.14947 17.6632 9.54183 17.5 10.0002 17.5V13.1666C9.8335 13.0972 9.67725 13.0173 9.53141 12.9271C9.38558 12.8368 9.25016 12.7361 9.12516 12.625L7.29183 13.7916C7.09739 13.9028 6.88558 13.9757 6.65641 14.0104C6.42725 14.0451 6.19461 14.0278 5.9585 13.9583L2.2085 12.8958C1.80572 12.7847 1.47586 12.559 1.21891 12.2187C0.961968 11.8785 0.833496 11.493 0.833496 11.0625C0.833496 10.5347 1.01752 10.0868 1.38558 9.71873C1.75363 9.35068 2.20155 9.16665 2.72933 9.16665H9.00016C9.13905 9.01387 9.29183 8.88193 9.4585 8.77081C9.62516 8.6597 9.80572 8.56943 10.0002 8.49998V5.64581C10.0002 5.4097 10.0453 5.18748 10.1356 4.97915C10.2259 4.77081 10.3543 4.59026 10.521 4.43748L13.3752 1.77081C13.6946 1.46526 14.0661 1.29165 14.4897 1.24998C14.9134 1.20831 15.3057 1.29859 15.6668 1.52081C16.1113 1.79859 16.3995 2.19095 16.5314 2.6979C16.6634 3.20484 16.5904 3.68054 16.3127 4.12498L13.0002 9.60415C13.0974 9.77081 13.1703 9.95137 13.2189 10.1458C13.2675 10.3403 13.2988 10.5416 13.3127 10.75L15.5627 11.2916C15.7849 11.3472 15.9863 11.4444 16.1668 11.5833C16.3474 11.7222 16.4932 11.8889 16.6043 12.0833L18.5002 15.5C18.7085 15.875 18.7849 16.2708 18.7293 16.6875C18.6738 17.1041 18.4932 17.4653 18.1877 17.7708C17.8127 18.1458 17.3647 18.3333 16.8439 18.3333C16.3231 18.3333 15.8752 18.1458 15.5002 17.7708L11.6668 13.9375V17.5C12.1252 17.5 12.5175 17.6632 12.8439 17.9896C13.1703 18.316 13.3335 18.7083 13.3335 19.1666H8.3335ZM4.16683 4.16665C3.93072 4.16665 3.7328 4.08679 3.57308 3.92706C3.41336 3.76734 3.3335 3.56943 3.3335 3.33331C3.3335 3.0972 3.41336 2.89929 3.57308 2.73956C3.7328 2.57984 3.93072 2.49998 4.16683 2.49998H7.50016C7.73627 2.49998 7.93419 2.57984 8.09391 2.73956C8.25364 2.89929 8.3335 3.0972 8.3335 3.33331C8.3335 3.56943 8.25364 3.76734 8.09391 3.92706C7.93419 4.08679 7.73627 4.16665 7.50016 4.16665H4.16683ZM11.6668 5.64581V8.49998C11.6807 8.49998 11.6911 8.50345 11.6981 8.5104C11.705 8.51734 11.7154 8.52081 11.7293 8.52081L14.896 3.24998C14.9238 3.19443 14.9307 3.1354 14.9168 3.0729C14.9029 3.0104 14.8682 2.96526 14.8127 2.93748C14.771 2.9097 14.7189 2.90276 14.6564 2.91665C14.5939 2.93054 14.5488 2.95137 14.521 2.97915L11.6668 5.64581ZM1.66683 7.49998C1.43072 7.49998 1.2328 7.42012 1.07308 7.2604C0.913357 7.10068 0.833496 6.90276 0.833496 6.66665C0.833496 6.43054 0.913357 6.23262 1.07308 6.0729C1.2328 5.91318 1.43072 5.83331 1.66683 5.83331H4.16683C4.40294 5.83331 4.60086 5.91318 4.76058 6.0729C4.9203 6.23262 5.00016 6.43054 5.00016 6.66665C5.00016 6.90276 4.9203 7.10068 4.76058 7.2604C4.60086 7.42012 4.40294 7.49998 4.16683 7.49998H1.66683ZM10.8335 11.6666C11.0696 11.6666 11.2675 11.5868 11.4272 11.4271C11.587 11.2673 11.6668 11.0694 11.6668 10.8333C11.6668 10.5972 11.587 10.3993 11.4272 10.2396C11.2675 10.0798 11.0696 9.99998 10.8335 9.99998C10.5974 9.99998 10.3995 10.0798 10.2397 10.2396C10.08 10.3993 10.0002 10.5972 10.0002 10.8333C10.0002 11.0694 10.08 11.2673 10.2397 11.4271C10.3995 11.5868 10.5974 11.6666 10.8335 11.6666ZM6.43766 12.375L8.37516 11.2083C8.36127 11.1389 8.35433 11.0764 8.35433 11.0208V10.8333H2.72933C2.65989 10.8333 2.60433 10.8541 2.56266 10.8958C2.521 10.9375 2.50016 10.993 2.50016 11.0625C2.50016 11.118 2.51405 11.1666 2.54183 11.2083C2.56961 11.25 2.61127 11.2778 2.66683 11.2916L6.43766 12.375ZM15.1668 12.8958L12.7918 12.3541C12.7641 12.3819 12.7363 12.4166 12.7085 12.4583C12.6807 12.5 12.6529 12.5347 12.6252 12.5625L16.6877 16.6041C16.7293 16.6458 16.7849 16.6666 16.8543 16.6666C16.9238 16.6666 16.9793 16.6458 17.021 16.6041C17.0627 16.5625 17.087 16.5173 17.0939 16.4687C17.1009 16.4201 17.0904 16.368 17.0627 16.3125L15.1668 12.8958ZM3.3335 17.5C3.09739 17.5 2.89947 17.4201 2.73975 17.2604C2.58002 17.1007 2.50016 16.9028 2.50016 16.6666C2.50016 16.4305 2.58002 16.2326 2.73975 16.0729C2.89947 15.9132 3.09739 15.8333 3.3335 15.8333H5.8335C6.06961 15.8333 6.26752 15.9132 6.42725 16.0729C6.58697 16.2326 6.66683 16.4305 6.66683 16.6666C6.66683 16.9028 6.58697 17.1007 6.42725 17.2604C6.26752 17.4201 6.06961 17.5 5.8335 17.5H3.3335Z",fill:n})}),Y8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66666 17.5C6.20832 17.5 5.81596 17.3368 5.48957 17.0104C5.16318 16.684 4.99999 16.2917 4.99999 15.8333V14.1667H3.33332C2.87499 14.1667 2.48263 14.0035 2.15624 13.6771C1.82985 13.3507 1.66666 12.9583 1.66666 12.5V9.16667C1.66666 8.45833 1.90971 7.86458 2.39582 7.38542C2.88193 6.90625 3.47221 6.66667 4.16666 6.66667H15.8333C16.5417 6.66667 17.1354 6.90625 17.6146 7.38542C18.0937 7.86458 18.3333 8.45833 18.3333 9.16667V12.5C18.3333 12.9583 18.1701 13.3507 17.8437 13.6771C17.5174 14.0035 17.125 14.1667 16.6667 14.1667H15V15.8333C15 16.2917 14.8368 16.684 14.5104 17.0104C14.184 17.3368 13.7917 17.5 13.3333 17.5H6.66666ZM15 5.83333H4.99999V4.16667C4.99999 3.70833 5.16318 3.31597 5.48957 2.98958C5.81596 2.66319 6.20832 2.5 6.66666 2.5H13.3333C13.7917 2.5 14.184 2.66319 14.5104 2.98958C14.8368 3.31597 15 3.70833 15 4.16667V5.83333ZM15 10.4167C15.2361 10.4167 15.434 10.3368 15.5937 10.1771C15.7535 10.0174 15.8333 9.81944 15.8333 9.58333C15.8333 9.34722 15.7535 9.14931 15.5937 8.98958C15.434 8.82986 15.2361 8.75 15 8.75C14.7639 8.75 14.566 8.82986 14.4062 8.98958C14.2465 9.14931 14.1667 9.34722 14.1667 9.58333C14.1667 9.81944 14.2465 10.0174 14.4062 10.1771C14.566 10.3368 14.7639 10.4167 15 10.4167ZM6.66666 15.8333H13.3333V12.5H6.66666V15.8333Z",fill:n})}),Q8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66666 17.5C6.20832 17.5 5.81596 17.3368 5.48957 17.0104C5.16318 16.684 4.99999 16.2917 4.99999 15.8333V14.1667H3.33332C2.87499 14.1667 2.48263 14.0035 2.15624 13.6771C1.82985 13.3507 1.66666 12.9583 1.66666 12.5V9.16667C1.66666 8.45833 1.90971 7.86458 2.39582 7.38542C2.88193 6.90625 3.47221 6.66667 4.16666 6.66667H15.8333C16.5417 6.66667 17.1354 6.90625 17.6146 7.38542C18.0937 7.86458 18.3333 8.45833 18.3333 9.16667V12.5C18.3333 12.9583 18.1701 13.3507 17.8437 13.6771C17.5174 14.0035 17.125 14.1667 16.6667 14.1667H15V15.8333C15 16.2917 14.8368 16.684 14.5104 17.0104C14.184 17.3368 13.7917 17.5 13.3333 17.5H6.66666ZM3.33332 12.5H4.99999C4.99999 12.0417 5.16318 11.6493 5.48957 11.3229C5.81596 10.9965 6.20832 10.8333 6.66666 10.8333H13.3333C13.7917 10.8333 14.184 10.9965 14.5104 11.3229C14.8368 11.6493 15 12.0417 15 12.5H16.6667V9.16667C16.6667 8.93056 16.5868 8.73264 16.4271 8.57292C16.2674 8.41319 16.0694 8.33333 15.8333 8.33333H4.16666C3.93055 8.33333 3.73263 8.41319 3.57291 8.57292C3.41318 8.73264 3.33332 8.93056 3.33332 9.16667V12.5ZM13.3333 6.66667V4.16667H6.66666V6.66667H4.99999V4.16667C4.99999 3.70833 5.16318 3.31597 5.48957 2.98958C5.81596 2.66319 6.20832 2.5 6.66666 2.5H13.3333C13.7917 2.5 14.184 2.66319 14.5104 2.98958C14.8368 3.31597 15 3.70833 15 4.16667V6.66667H13.3333ZM15 10.4167C15.2361 10.4167 15.434 10.3368 15.5937 10.1771C15.7535 10.0174 15.8333 9.81944 15.8333 9.58333C15.8333 9.34722 15.7535 9.14931 15.5937 8.98958C15.434 8.82986 15.2361 8.75 15 8.75C14.7639 8.75 14.566 8.82986 14.4062 8.98958C14.2465 9.14931 14.1667 9.34722 14.1667 9.58333C14.1667 9.81944 14.2465 10.0174 14.4062 10.1771C14.566 10.3368 14.7639 10.4167 15 10.4167ZM13.3333 15.8333V12.5H6.66666V15.8333H13.3333Z",fill:n})}),X8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99999 17.5C9.54166 17.5 9.1493 17.3368 8.82291 17.0104C8.49652 16.684 8.33333 16.2917 8.33333 15.8333C8.33333 15.375 8.49652 14.9826 8.82291 14.6562C9.1493 14.3299 9.54166 14.1667 9.99999 14.1667C10.4583 14.1667 10.8507 14.3299 11.1771 14.6562C11.5035 14.9826 11.6667 15.375 11.6667 15.8333C11.6667 16.2917 11.5035 16.684 11.1771 17.0104C10.8507 17.3368 10.4583 17.5 9.99999 17.5ZM9.99999 12.5C9.54166 12.5 9.1493 12.3368 8.82291 12.0104C8.49652 11.684 8.33333 11.2917 8.33333 10.8333V4.16667C8.33333 3.70833 8.49652 3.31597 8.82291 2.98958C9.1493 2.66319 9.54166 2.5 9.99999 2.5C10.4583 2.5 10.8507 2.66319 11.1771 2.98958C11.5035 3.31597 11.6667 3.70833 11.6667 4.16667V10.8333C11.6667 11.2917 11.5035 11.684 11.1771 12.0104C10.8507 12.3368 10.4583 12.5 9.99999 12.5Z",fill:n})}),J8=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.1665 16.625V15C8.70817 15 8.31581 14.8368 7.98942 14.5104C7.66303 14.184 7.49984 13.7917 7.49984 13.3334V12.5L3.49984 8.50002C3.45817 8.75002 3.41998 9.00002 3.38525 9.25002C3.35053 9.50002 3.33317 9.75002 3.33317 10C3.33317 11.6806 3.88525 13.1528 4.98942 14.4167C6.09359 15.6806 7.48595 16.4167 9.1665 16.625ZM14.9165 14.5C15.4859 13.875 15.92 13.1771 16.2186 12.4063C16.5172 11.6354 16.6665 10.8334 16.6665 10C16.6665 8.63891 16.288 7.39585 15.5311 6.27085C14.7741 5.14585 13.7637 4.33335 12.4998 3.83335V4.16669C12.4998 4.62502 12.3366 5.01738 12.0103 5.34377C11.6839 5.67016 11.2915 5.83335 10.8332 5.83335H9.1665V7.50002C9.1665 7.73613 9.08664 7.93405 8.92692 8.09377C8.7672 8.25349 8.56928 8.33335 8.33317 8.33335H6.6665V10H11.6665C11.9026 10 12.1005 10.0799 12.2603 10.2396C12.42 10.3993 12.4998 10.5972 12.4998 10.8334V13.3334H13.3332C13.6943 13.3334 14.0207 13.441 14.3123 13.6563C14.604 13.8715 14.8054 14.1528 14.9165 14.5Z",fill:n})}),C0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16671 9.87504L7.60421 11.4375C7.43754 11.6042 7.23962 11.6841 7.01046 11.6771C6.78129 11.6702 6.58337 11.5834 6.41671 11.4167C6.26393 11.25 6.18407 11.0556 6.17712 10.8334C6.17018 10.6112 6.25004 10.4167 6.41671 10.25L9.41671 7.25004C9.50004 7.16671 9.59032 7.10768 9.68754 7.07296C9.78476 7.03824 9.88893 7.02087 10 7.02087C10.1112 7.02087 10.2153 7.03824 10.3125 7.07296C10.4098 7.10768 10.5 7.16671 10.5834 7.25004L13.5834 10.25C13.75 10.4167 13.8299 10.6112 13.823 10.8334C13.816 11.0556 13.7362 11.25 13.5834 11.4167C13.4167 11.5834 13.2188 11.6702 12.9896 11.6771C12.7605 11.6841 12.5625 11.6042 12.3959 11.4375L10.8334 9.87504V15.8334C10.8334 16.0695 10.7535 16.2674 10.5938 16.4271C10.4341 16.5868 10.2362 16.6667 10 16.6667C9.76393 16.6667 9.56601 16.5868 9.40629 16.4271C9.24657 16.2674 9.16671 16.0695 9.16671 15.8334V9.87504ZM3.33337 6.66671V5.00004C3.33337 4.54171 3.49657 4.14935 3.82296 3.82296C4.14935 3.49657 4.54171 3.33337 5.00004 3.33337H15C15.4584 3.33337 15.8507 3.49657 16.1771 3.82296C16.5035 4.14935 16.6667 4.54171 16.6667 5.00004V6.66671C16.6667 6.90282 16.5868 7.10074 16.4271 7.26046C16.2674 7.42018 16.0695 7.50004 15.8334 7.50004C15.5973 7.50004 15.3993 7.42018 15.2396 7.26046C15.0799 7.10074 15 6.90282 15 6.66671V5.00004H5.00004V6.66671C5.00004 6.90282 4.92018 7.10074 4.76046 7.26046C4.60074 7.42018 4.40282 7.50004 4.16671 7.50004C3.9306 7.50004 3.73268 7.42018 3.57296 7.26046C3.41324 7.10074 3.33337 6.90282 3.33337 6.66671Z",fill:n})}),e0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.1667 6.72917C12.1667 6.13194 11.9688 5.65278 11.5729 5.29167C11.1771 4.93056 10.6528 4.75 10 4.75C9.59725 4.75 9.23267 4.83681 8.90628 5.01042C8.57989 5.18403 8.29864 5.4375 8.06253 5.77083C7.8403 6.09028 7.53822 6.27431 7.15628 6.32292C6.77433 6.37153 6.44447 6.27083 6.16669 6.02083C5.97225 5.84028 5.86461 5.61806 5.84378 5.35417C5.82294 5.09028 5.88892 4.84028 6.04169 4.60417C6.48614 3.9375 7.05211 3.42014 7.73961 3.05208C8.42711 2.68403 9.18058 2.5 10 2.5C11.3472 2.5 12.441 2.88194 13.2813 3.64583C14.1216 4.40972 14.5417 5.40972 14.5417 6.64583C14.5417 7.27083 14.4097 7.83333 14.1459 8.33333C13.882 8.83333 13.3959 9.42361 12.6875 10.1042C12.1736 10.5903 11.8264 10.9687 11.6459 11.2396C11.4653 11.5104 11.3472 11.8194 11.2917 12.1667C11.2361 12.5 11.0938 12.7778 10.8646 13C10.6354 13.2222 10.3611 13.3333 10.0417 13.3333C9.72225 13.3333 9.44794 13.2257 9.21878 13.0104C8.98961 12.7951 8.87503 12.5278 8.87503 12.2083C8.87503 11.6667 8.99308 11.1701 9.22919 10.7187C9.4653 10.2674 9.86114 9.79167 10.4167 9.29167C11.125 8.66667 11.5938 8.18403 11.8229 7.84375C12.0521 7.50347 12.1667 7.13194 12.1667 6.72917ZM10 18.3333C9.54169 18.3333 9.14933 18.1701 8.82294 17.8437C8.49655 17.5174 8.33336 17.125 8.33336 16.6667C8.33336 16.2083 8.49655 15.816 8.82294 15.4896C9.14933 15.1632 9.54169 15 10 15C10.4584 15 10.8507 15.1632 11.1771 15.4896C11.5035 15.816 11.6667 16.2083 11.6667 16.6667C11.6667 17.125 11.5035 17.5174 11.1771 17.8437C10.8507 18.1701 10.4584 18.3333 10 18.3333Z",fill:n})}),t0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99984 18.3334C8.84706 18.3334 7.76373 18.1146 6.74984 17.6771C5.73595 17.2396 4.854 16.6459 4.104 15.8959C3.354 15.1459 2.76025 14.2639 2.32275 13.25C1.88525 12.2361 1.6665 11.1528 1.6665 10C1.6665 8.84724 1.88525 7.76391 2.32275 6.75002C2.76025 5.73613 3.354 4.85419 4.104 4.10419C4.854 3.35419 5.73595 2.76044 6.74984 2.32294C7.76373 1.88544 8.84706 1.66669 9.99984 1.66669C11.1526 1.66669 12.2359 1.88544 13.2498 2.32294C14.2637 2.76044 15.1457 3.35419 15.8957 4.10419C16.6457 4.85419 17.2394 5.73613 17.6769 6.75002C18.1144 7.76391 18.3332 8.84724 18.3332 10C18.3332 11.1528 18.1144 12.2361 17.6769 13.25C17.2394 14.2639 16.6457 15.1459 15.8957 15.8959C15.1457 16.6459 14.2637 17.2396 13.2498 17.6771C12.2359 18.1146 11.1526 18.3334 9.99984 18.3334ZM9.99984 16.6667C10.7776 16.6667 11.5103 16.5452 12.1978 16.3021C12.8853 16.059 13.5137 15.7153 14.0832 15.2709L12.8957 14.0834C12.4929 14.375 12.045 14.6007 11.5519 14.7604C11.0589 14.9202 10.5415 15 9.99984 15C8.61095 15 7.43039 14.5139 6.45817 13.5417C5.48595 12.5695 4.99984 11.3889 4.99984 10C4.99984 8.61113 5.48595 7.43058 6.45817 6.45835C7.43039 5.48613 8.61095 5.00002 9.99984 5.00002C11.3887 5.00002 12.5693 5.48613 13.5415 6.45835C14.5137 7.43058 14.9998 8.61113 14.9998 10C14.9998 10.5417 14.9165 11.0625 14.7498 11.5625C14.5832 12.0625 14.354 12.5139 14.0623 12.9167L15.2498 14.1042C15.6943 13.5347 16.0415 12.9028 16.2915 12.2084C16.5415 11.5139 16.6665 10.7778 16.6665 10C16.6665 8.13891 16.0207 6.56252 14.729 5.27085C13.4373 3.97919 11.8609 3.33335 9.99984 3.33335C8.13873 3.33335 6.56234 3.97919 5.27067 5.27085C3.979 6.56252 3.33317 8.13891 3.33317 10C3.33317 11.8611 3.979 13.4375 5.27067 14.7292C6.56234 16.0209 8.13873 16.6667 9.99984 16.6667ZM9.99984 13.3334C10.3054 13.3334 10.6005 13.2952 10.8853 13.2188C11.17 13.1424 11.4373 13.0278 11.6873 12.875L10.4165 11.6042C10.3471 11.632 10.2776 11.6493 10.2082 11.6563C10.1387 11.6632 10.0693 11.6667 9.99984 11.6667C9.5415 11.6667 9.14914 11.5035 8.82275 11.1771C8.49636 10.8507 8.33317 10.4584 8.33317 10C8.33317 9.54169 8.49636 9.14933 8.82275 8.82294C9.14914 8.49655 9.5415 8.33335 9.99984 8.33335C10.4582 8.33335 10.8505 8.49655 11.1769 8.82294C11.5033 9.14933 11.6665 9.54169 11.6665 10C11.6665 10.0834 11.663 10.1632 11.6561 10.2396C11.6491 10.316 11.6318 10.3889 11.604 10.4584L12.854 11.7084C13.0068 11.4584 13.1248 11.191 13.2082 10.9063C13.2915 10.6215 13.3332 10.3195 13.3332 10C13.3332 9.08335 13.0068 8.29863 12.354 7.64585C11.7012 6.99308 10.9165 6.66669 9.99984 6.66669C9.08317 6.66669 8.29845 6.99308 7.64567 7.64585C6.99289 8.29863 6.6665 9.08335 6.6665 10C6.6665 10.9167 6.99289 11.7014 7.64567 12.3542C8.29845 13.007 9.08317 13.3334 9.99984 13.3334Z",fill:n})}),n0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 18.3334C8.84724 18.3334 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6459 4.10419 15.8959C3.35419 15.1459 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.84724 1.88544 7.76391 2.32294 6.75002C2.76044 5.73613 3.35419 4.85419 4.10419 4.10419C4.85419 3.35419 5.73613 2.76044 6.75002 2.32294C7.76391 1.88544 8.84724 1.66669 10 1.66669C11.1528 1.66669 12.2361 1.88544 13.25 2.32294C14.2639 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2396 5.73613 17.6771 6.75002C18.1146 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3334 10 18.3334ZM10 16.6667C11.8611 16.6667 13.4375 16.0209 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.13891 16.0209 6.56252 14.7292 5.27085C13.4375 3.97919 11.8611 3.33335 10 3.33335C8.13891 3.33335 6.56252 3.97919 5.27085 5.27085C3.97919 6.56252 3.33335 8.13891 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0209 8.13891 16.6667 10 16.6667Z",fill:n})}),r0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.5 8.33333H8.25001C7.37501 8.33333 6.61459 8.61111 5.96876 9.16667C5.32293 9.72222 5.00001 10.4167 5.00001 11.25C5.00001 12.0833 5.32293 12.7778 5.96876 13.3333C6.61459 13.8889 7.37501 14.1667 8.25001 14.1667H13.3333C13.5695 14.1667 13.7674 14.2465 13.9271 14.4062C14.0868 14.566 14.1667 14.7639 14.1667 15C14.1667 15.2361 14.0868 15.434 13.9271 15.5937C13.7674 15.7535 13.5695 15.8333 13.3333 15.8333H8.25001C6.90279 15.8333 5.74654 15.3958 4.78126 14.5208C3.81598 13.6458 3.33334 12.5556 3.33334 11.25C3.33334 9.94444 3.81598 8.85417 4.78126 7.97917C5.74654 7.10417 6.90279 6.66667 8.25001 6.66667H13.5L11.9167 5.08333C11.7639 4.93056 11.6875 4.73611 11.6875 4.5C11.6875 4.26389 11.7639 4.06944 11.9167 3.91667C12.0695 3.76389 12.2639 3.6875 12.5 3.6875C12.7361 3.6875 12.9306 3.76389 13.0833 3.91667L16.0833 6.91667C16.1667 7 16.2257 7.09028 16.2604 7.1875C16.2951 7.28472 16.3125 7.38889 16.3125 7.5C16.3125 7.61111 16.2951 7.71528 16.2604 7.8125C16.2257 7.90972 16.1667 8 16.0833 8.08333L13.0833 11.0833C12.9306 11.2361 12.7361 11.3125 12.5 11.3125C12.2639 11.3125 12.0695 11.2361 11.9167 11.0833C11.7639 10.9306 11.6875 10.7361 11.6875 10.5C11.6875 10.2639 11.7639 10.0694 11.9167 9.91667L13.5 8.33333Z",fill:n})}),o0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 16.6667C8.13893 16.6667 6.56254 16.0209 5.27087 14.7292C3.97921 13.4375 3.33337 11.8612 3.33337 10C3.33337 8.13893 3.97921 6.56254 5.27087 5.27087C6.56254 3.97921 8.13893 3.33337 10 3.33337C10.9584 3.33337 11.875 3.53129 12.75 3.92712C13.625 4.32296 14.375 4.88893 15 5.62504V4.16671C15 3.9306 15.0799 3.73268 15.2396 3.57296C15.3993 3.41324 15.5973 3.33337 15.8334 3.33337C16.0695 3.33337 16.2674 3.41324 16.4271 3.57296C16.5868 3.73268 16.6667 3.9306 16.6667 4.16671V8.33337C16.6667 8.56949 16.5868 8.7674 16.4271 8.92712C16.2674 9.08685 16.0695 9.16671 15.8334 9.16671H11.6667C11.4306 9.16671 11.2327 9.08685 11.073 8.92712C10.9132 8.7674 10.8334 8.56949 10.8334 8.33337C10.8334 8.09726 10.9132 7.89935 11.073 7.73962C11.2327 7.5799 11.4306 7.50004 11.6667 7.50004H14.3334C13.8889 6.72226 13.2813 6.11115 12.5105 5.66671C11.7396 5.22226 10.9028 5.00004 10 5.00004C8.61115 5.00004 7.4306 5.48615 6.45837 6.45837C5.48615 7.4306 5.00004 8.61115 5.00004 10C5.00004 11.3889 5.48615 12.5695 6.45837 13.5417C7.4306 14.5139 8.61115 15 10 15C10.9445 15 11.8091 14.7605 12.5938 14.2813C13.3785 13.8021 13.9862 13.1598 14.4167 12.3542C14.5278 12.1598 14.6841 12.0243 14.8855 11.948C15.0868 11.8716 15.2917 11.8681 15.5 11.9375C15.7223 12.007 15.882 12.1528 15.9792 12.375C16.0764 12.5973 16.0695 12.8056 15.9584 13C15.3889 14.1112 14.5764 15 13.5209 15.6667C12.4653 16.3334 11.2917 16.6667 10 16.6667Z",fill:n})}),s0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.99999 10.8334C4.76388 10.8334 4.56596 10.7535 4.40624 10.5938C4.24652 10.434 4.16666 10.2361 4.16666 10C4.16666 9.76391 4.24652 9.56599 4.40624 9.40627C4.56596 9.24655 4.76388 9.16669 4.99999 9.16669H15C15.2361 9.16669 15.434 9.24655 15.5937 9.40627C15.7535 9.56599 15.8333 9.76391 15.8333 10C15.8333 10.2361 15.7535 10.434 15.5937 10.5938C15.434 10.7535 15.2361 10.8334 15 10.8334H4.99999Z",fill:n})}),l0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.68742 9.99998L8.10409 12.4166C8.27075 12.5833 8.35061 12.7778 8.34367 13C8.33672 13.2222 8.24992 13.4166 8.08325 13.5833C7.91659 13.7361 7.72214 13.816 7.49992 13.8229C7.2777 13.8298 7.08325 13.75 6.91659 13.5833L3.08325 9.74998C2.91659 9.58331 2.83325 9.38887 2.83325 9.16665C2.83325 8.94442 2.91659 8.74998 3.08325 8.58331L6.91659 4.74998C7.06936 4.5972 7.26034 4.52081 7.4895 4.52081C7.71867 4.52081 7.91659 4.5972 8.08325 4.74998C8.24992 4.91665 8.33325 5.11456 8.33325 5.34373C8.33325 5.5729 8.24992 5.77081 8.08325 5.93748L5.68742 8.33331H13.3333C14.486 8.33331 15.4687 8.73956 16.2812 9.55206C17.0937 10.3646 17.4999 11.3472 17.4999 12.5V15C17.4999 15.2361 17.4201 15.434 17.2603 15.5937C17.1006 15.7535 16.9027 15.8333 16.6666 15.8333C16.4305 15.8333 16.2326 15.7535 16.0728 15.5937C15.9131 15.434 15.8333 15.2361 15.8333 15V12.5C15.8333 11.8055 15.5902 11.2153 15.1041 10.7291C14.618 10.243 14.0277 9.99998 13.3333 9.99998H5.68742Z",fill:n})}),i0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.02075 9.16665L7.27075 12.4166C7.43742 12.5833 7.51728 12.7778 7.51034 13C7.50339 13.2222 7.41659 13.4166 7.24992 13.5833C7.08325 13.7361 6.88881 13.816 6.66659 13.8229C6.44436 13.8298 6.24992 13.75 6.08325 13.5833L2.24992 9.74998C2.16659 9.66665 2.10756 9.57637 2.07284 9.47915C2.03811 9.38192 2.02075 9.27776 2.02075 9.16665C2.02075 9.05554 2.03811 8.95137 2.07284 8.85415C2.10756 8.75692 2.16659 8.66665 2.24992 8.58331L6.08325 4.74998C6.23603 4.5972 6.427 4.52081 6.65617 4.52081C6.88534 4.52081 7.08325 4.5972 7.24992 4.74998C7.41659 4.91665 7.49992 5.11456 7.49992 5.34373C7.49992 5.5729 7.41659 5.77081 7.24992 5.93748L4.02075 9.16665ZM9.02075 9.99998L11.4374 12.4166C11.6041 12.5833 11.6839 12.7778 11.677 13C11.6701 13.2222 11.5833 13.4166 11.4166 13.5833C11.2499 13.7361 11.0555 13.816 10.8333 13.8229C10.611 13.8298 10.4166 13.75 10.2499 13.5833L6.41659 9.74998C6.33325 9.66665 6.27422 9.57637 6.2395 9.47915C6.20478 9.38192 6.18742 9.27776 6.18742 9.16665C6.18742 9.05554 6.20478 8.95137 6.2395 8.85415C6.27422 8.75692 6.33325 8.66665 6.41659 8.58331L10.2499 4.74998C10.4027 4.5972 10.5937 4.52081 10.8228 4.52081C11.052 4.52081 11.2499 4.5972 11.4166 4.74998C11.5833 4.91665 11.6666 5.11456 11.6666 5.34373C11.6666 5.5729 11.5833 5.77081 11.4166 5.93748L9.02075 8.33331H14.1666C15.3194 8.33331 16.302 8.73956 17.1145 9.55206C17.927 10.3646 18.3333 11.3472 18.3333 12.5V15C18.3333 15.2361 18.2534 15.434 18.0937 15.5937C17.9339 15.7535 17.736 15.8333 17.4999 15.8333C17.2638 15.8333 17.0659 15.7535 16.9062 15.5937C16.7464 15.434 16.6666 15.2361 16.6666 15V12.5C16.6666 11.8055 16.4235 11.2153 15.9374 10.7291C15.4513 10.243 14.861 9.99998 14.1666 9.99998H9.02075Z",fill:n})}),c0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.25 12.3333C6.25 12.5278 6.33333 12.6597 6.5 12.7292C6.66667 12.7986 6.81944 12.7639 6.95833 12.625L9 10.5833C9.16667 10.4167 9.25 10.2222 9.25 10C9.25 9.77778 9.16667 9.58333 9 9.41667L6.95833 7.375C6.81944 7.23611 6.66667 7.20139 6.5 7.27083C6.33333 7.34028 6.25 7.47222 6.25 7.66667V12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),a0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.25 12.3333C6.25 12.5278 6.33333 12.6597 6.5 12.7292C6.66667 12.7986 6.81944 12.7639 6.95833 12.625L9 10.5833C9.16667 10.4167 9.25 10.2222 9.25 10C9.25 9.77778 9.16667 9.58333 9 9.41667L6.95833 7.375C6.81944 7.23611 6.66667 7.20139 6.5 7.27083C6.33333 7.34028 6.25 7.47222 6.25 7.66667V12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM13.3333 15.8333H15.8333V4.16667H13.3333V15.8333ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),d0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.58333 12.3333V7.66667C9.58333 7.47222 9.5 7.34028 9.33333 7.27083C9.16667 7.20139 9.01389 7.23611 8.875 7.375L6.83333 9.41667C6.66667 9.58333 6.58333 9.77778 6.58333 10C6.58333 10.2222 6.66667 10.4167 6.83333 10.5833L8.875 12.625C9.01389 12.7639 9.16667 12.7986 9.33333 12.7292C9.5 12.6597 9.58333 12.5278 9.58333 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),w0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.58333 12.3333V7.66667C9.58333 7.47222 9.5 7.34028 9.33333 7.27083C9.16667 7.20139 9.01389 7.23611 8.875 7.375L6.83333 9.41667C6.66667 9.58333 6.58333 9.77778 6.58333 10C6.58333 10.2222 6.66667 10.4167 6.83333 10.5833L8.875 12.625C9.01389 12.7639 9.16667 12.7986 9.33333 12.7292C9.5 12.6597 9.58333 12.5278 9.58333 12.3333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM13.3333 15.8333H15.8333V4.16667H13.3333V15.8333ZM11.6667 15.8333V4.16667H4.16667V15.8333H11.6667Z",fill:n})}),u0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.5 17.5C6.58333 17.5 5.79861 17.1736 5.14583 16.5208C4.49306 15.8681 4.16667 15.0833 4.16667 14.1667V7.35417C3.68056 7.17361 3.28125 6.87153 2.96875 6.44792C2.65625 6.02431 2.5 5.54167 2.5 5C2.5 4.30556 2.74306 3.71528 3.22917 3.22917C3.71528 2.74306 4.30556 2.5 5 2.5C5.69444 2.5 6.28472 2.74306 6.77083 3.22917C7.25694 3.71528 7.5 4.30556 7.5 5C7.5 5.54167 7.34375 6.02431 7.03125 6.44792C6.71875 6.87153 6.31944 7.17361 5.83333 7.35417V14.1667C5.83333 14.625 5.99653 15.0174 6.32292 15.3438C6.64931 15.6701 7.04167 15.8333 7.5 15.8333C7.95833 15.8333 8.35069 15.6701 8.67708 15.3438C9.00347 15.0174 9.16667 14.625 9.16667 14.1667V5.83333C9.16667 4.91667 9.49306 4.13194 10.1458 3.47917C10.7986 2.82639 11.5833 2.5 12.5 2.5C13.4167 2.5 14.2014 2.82639 14.8542 3.47917C15.5069 4.13194 15.8333 4.91667 15.8333 5.83333V12.6458C16.3194 12.8264 16.7188 13.1285 17.0312 13.5521C17.3438 13.9757 17.5 14.4583 17.5 15C17.5 15.6944 17.2569 16.2847 16.7708 16.7708C16.2847 17.2569 15.6944 17.5 15 17.5C14.3056 17.5 13.7153 17.2569 13.2292 16.7708C12.7431 16.2847 12.5 15.6944 12.5 15C12.5 14.4583 12.6562 13.9722 12.9688 13.5417C13.2812 13.1111 13.6806 12.8125 14.1667 12.6458V5.83333C14.1667 5.375 14.0035 4.98264 13.6771 4.65625C13.3507 4.32986 12.9583 4.16667 12.5 4.16667C12.0417 4.16667 11.6493 4.32986 11.3229 4.65625C10.9965 4.98264 10.8333 5.375 10.8333 5.83333V14.1667C10.8333 15.0833 10.5069 15.8681 9.85417 16.5208C9.20139 17.1736 8.41667 17.5 7.5 17.5Z",fill:n})}),g0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H13.4792C13.7014 2.5 13.9132 2.54167 14.1146 2.625C14.316 2.70833 14.4931 2.82639 14.6458 2.97917L17.0208 5.35417C17.1736 5.50694 17.2917 5.68403 17.375 5.88542C17.4583 6.08681 17.5 6.29861 17.5 6.52083V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 15C10.6944 15 11.2847 14.7569 11.7708 14.2708C12.2569 13.7847 12.5 13.1944 12.5 12.5C12.5 11.8056 12.2569 11.2153 11.7708 10.7292C11.2847 10.2431 10.6944 10 10 10C9.30556 10 8.71528 10.2431 8.22917 10.7292C7.74306 11.2153 7.5 11.8056 7.5 12.5C7.5 13.1944 7.74306 13.7847 8.22917 14.2708C8.71528 14.7569 9.30556 15 10 15ZM5.83333 8.33333H11.6667C11.9028 8.33333 12.1007 8.25347 12.2604 8.09375C12.4201 7.93403 12.5 7.73611 12.5 7.5V5.83333C12.5 5.59722 12.4201 5.39931 12.2604 5.23958C12.1007 5.07986 11.9028 5 11.6667 5H5.83333C5.59722 5 5.39931 5.07986 5.23958 5.23958C5.07986 5.39931 5 5.59722 5 5.83333V7.5C5 7.73611 5.07986 7.93403 5.23958 8.09375C5.39931 8.25347 5.59722 8.33333 5.83333 8.33333Z",fill:n})}),v0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H13.4792C13.7014 2.5 13.9132 2.54167 14.1146 2.625C14.316 2.70833 14.4931 2.82639 14.6458 2.97917L17.0208 5.35417C17.1736 5.50694 17.2917 5.68403 17.375 5.88542C17.4583 6.08681 17.5 6.29861 17.5 6.52083V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM15.8333 6.54167L13.4583 4.16667H4.16667V15.8333H15.8333V6.54167ZM10 15C10.6944 15 11.2847 14.7569 11.7708 14.2708C12.2569 13.7847 12.5 13.1944 12.5 12.5C12.5 11.8056 12.2569 11.2153 11.7708 10.7292C11.2847 10.2431 10.6944 10 10 10C9.30556 10 8.71528 10.2431 8.22917 10.7292C7.74306 11.2153 7.5 11.8056 7.5 12.5C7.5 13.1944 7.74306 13.7847 8.22917 14.2708C8.71528 14.7569 9.30556 15 10 15ZM5.83333 8.33333H11.6667C11.9028 8.33333 12.1007 8.25347 12.2604 8.09375C12.4201 7.93403 12.5 7.73611 12.5 7.5V5.83333C12.5 5.59722 12.4201 5.39931 12.2604 5.23958C12.1007 5.07986 11.9028 5 11.6667 5H5.83333C5.59722 5 5.39931 5.07986 5.23958 5.23958C5.07986 5.39931 5 5.59722 5 5.83333V7.5C5 7.73611 5.07986 7.93403 5.23958 8.09375C5.39931 8.25347 5.59722 8.33333 5.83333 8.33333ZM4.16667 6.54167V15.8333V4.16667V6.54167Z",fill:n})}),x0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.0694 15.9028 17.1458 16.0972 17.1458 16.3333C17.1458 16.5694 17.0694 16.7639 16.9167 16.9167C16.7639 17.0694 16.5694 17.1458 16.3333 17.1458C16.0972 17.1458 15.9028 17.0694 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z",fill:n})}),h0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.66667 16.1875C3.38889 16.2986 3.125 16.2743 2.875 16.1146C2.625 15.9549 2.5 15.7222 2.5 15.4167V11.6667L9.16667 10L2.5 8.33335V4.58335C2.5 4.27779 2.625 4.04516 2.875 3.88543C3.125 3.72571 3.38889 3.70141 3.66667 3.81252L16.5 9.22918C16.8472 9.38196 17.0208 9.63891 17.0208 10C17.0208 10.3611 16.8472 10.6181 16.5 10.7708L3.66667 16.1875Z",fill:n})}),p0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M16.5 10.7708L3.66667 16.1875C3.38889 16.2986 3.125 16.2743 2.875 16.1146C2.625 15.9549 2.5 15.7222 2.5 15.4167V4.58335C2.5 4.27779 2.625 4.04516 2.875 3.88543C3.125 3.72571 3.38889 3.70141 3.66667 3.81252L16.5 9.22918C16.8472 9.38196 17.0208 9.63891 17.0208 10C17.0208 10.3611 16.8472 10.6181 16.5 10.7708ZM4.16667 14.1667L14.0417 10L4.16667 5.83335V8.75002L9.16667 10L4.16667 11.25V14.1667Z",fill:n})}),H0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.02082 18.3333C8.64582 18.3333 8.3229 18.2083 8.05207 17.9583C7.78123 17.7083 7.61804 17.4027 7.56248 17.0416L7.37498 15.6666C7.19443 15.5972 7.02429 15.5138 6.86457 15.4166C6.70484 15.3194 6.54859 15.2152 6.39582 15.1041L5.10415 15.6458C4.75693 15.7986 4.40971 15.8125 4.06248 15.6875C3.71526 15.5625 3.44443 15.3402 3.24998 15.0208L2.27082 13.3125C2.07637 12.993 2.02082 12.6527 2.10415 12.2916C2.18748 11.9305 2.37498 11.6319 2.66665 11.3958L3.77082 10.5625C3.75693 10.4652 3.74998 10.3715 3.74998 10.2812V9.71871C3.74998 9.62843 3.75693 9.53468 3.77082 9.43746L2.66665 8.60413C2.37498 8.36801 2.18748 8.0694 2.10415 7.70829C2.02082 7.34718 2.07637 7.0069 2.27082 6.68746L3.24998 4.97913C3.44443 4.65968 3.71526 4.43746 4.06248 4.31246C4.40971 4.18746 4.75693 4.20135 5.10415 4.35413L6.39582 4.89579C6.54859 4.78468 6.70832 4.68051 6.87498 4.58329C7.04165 4.48607 7.20832 4.40274 7.37498 4.33329L7.56248 2.95829C7.61804 2.59718 7.78123 2.29163 8.05207 2.04163C8.3229 1.79163 8.64582 1.66663 9.02082 1.66663H10.9791C11.3541 1.66663 11.6771 1.79163 11.9479 2.04163C12.2187 2.29163 12.3819 2.59718 12.4375 2.95829L12.625 4.33329C12.8055 4.40274 12.9757 4.48607 13.1354 4.58329C13.2951 4.68051 13.4514 4.78468 13.6041 4.89579L14.8958 4.35413C15.243 4.20135 15.5903 4.18746 15.9375 4.31246C16.2847 4.43746 16.5555 4.65968 16.75 4.97913L17.7291 6.68746C17.9236 7.0069 17.9791 7.34718 17.8958 7.70829C17.8125 8.0694 17.625 8.36801 17.3333 8.60413L16.2291 9.43746C16.243 9.53468 16.25 9.62843 16.25 9.71871V10.2812C16.25 10.3715 16.2361 10.4652 16.2083 10.5625L17.3125 11.3958C17.6041 11.6319 17.7916 11.9305 17.875 12.2916C17.9583 12.6527 17.9028 12.993 17.7083 13.3125L16.7083 15.0208C16.5139 15.3402 16.243 15.5625 15.8958 15.6875C15.5486 15.8125 15.2014 15.7986 14.8541 15.6458L13.6041 15.1041C13.4514 15.2152 13.2916 15.3194 13.125 15.4166C12.9583 15.5138 12.7916 15.5972 12.625 15.6666L12.4375 17.0416C12.3819 17.4027 12.2187 17.7083 11.9479 17.9583C11.6771 18.2083 11.3541 18.3333 10.9791 18.3333H9.02082ZM10.0416 12.9166C10.8472 12.9166 11.5347 12.6319 12.1041 12.0625C12.6736 11.493 12.9583 10.8055 12.9583 9.99996C12.9583 9.1944 12.6736 8.5069 12.1041 7.93746C11.5347 7.36801 10.8472 7.08329 10.0416 7.08329C9.22221 7.08329 8.53123 7.36801 7.96873 7.93746C7.40623 8.5069 7.12498 9.1944 7.12498 9.99996C7.12498 10.8055 7.40623 11.493 7.96873 12.0625C8.53123 12.6319 9.22221 12.9166 10.0416 12.9166Z",fill:n})}),V0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.02082 18.3333C8.64582 18.3333 8.3229 18.2083 8.05207 17.9583C7.78123 17.7083 7.61804 17.4027 7.56248 17.0416L7.37498 15.6666C7.19443 15.5972 7.02429 15.5138 6.86457 15.4166C6.70484 15.3194 6.54859 15.2152 6.39582 15.1041L5.10415 15.6458C4.75693 15.7986 4.40971 15.8125 4.06248 15.6875C3.71526 15.5625 3.44443 15.3402 3.24998 15.0208L2.27082 13.3125C2.07637 12.993 2.02082 12.6527 2.10415 12.2916C2.18748 11.9305 2.37498 11.6319 2.66665 11.3958L3.77082 10.5625C3.75693 10.4652 3.74998 10.3715 3.74998 10.2812V9.71871C3.74998 9.62843 3.75693 9.53468 3.77082 9.43746L2.66665 8.60413C2.37498 8.36801 2.18748 8.0694 2.10415 7.70829C2.02082 7.34718 2.07637 7.0069 2.27082 6.68746L3.24998 4.97913C3.44443 4.65968 3.71526 4.43746 4.06248 4.31246C4.40971 4.18746 4.75693 4.20135 5.10415 4.35413L6.39582 4.89579C6.54859 4.78468 6.70832 4.68051 6.87498 4.58329C7.04165 4.48607 7.20832 4.40274 7.37498 4.33329L7.56248 2.95829C7.61804 2.59718 7.78123 2.29163 8.05207 2.04163C8.3229 1.79163 8.64582 1.66663 9.02082 1.66663H10.9791C11.3541 1.66663 11.6771 1.79163 11.9479 2.04163C12.2187 2.29163 12.3819 2.59718 12.4375 2.95829L12.625 4.33329C12.8055 4.40274 12.9757 4.48607 13.1354 4.58329C13.2951 4.68051 13.4514 4.78468 13.6041 4.89579L14.8958 4.35413C15.243 4.20135 15.5903 4.18746 15.9375 4.31246C16.2847 4.43746 16.5555 4.65968 16.75 4.97913L17.7291 6.68746C17.9236 7.0069 17.9791 7.34718 17.8958 7.70829C17.8125 8.0694 17.625 8.36801 17.3333 8.60413L16.2291 9.43746C16.243 9.53468 16.25 9.62843 16.25 9.71871V10.2812C16.25 10.3715 16.2361 10.4652 16.2083 10.5625L17.3125 11.3958C17.6041 11.6319 17.7916 11.9305 17.875 12.2916C17.9583 12.6527 17.9028 12.993 17.7083 13.3125L16.7083 15.0208C16.5139 15.3402 16.243 15.5625 15.8958 15.6875C15.5486 15.8125 15.2014 15.7986 14.8541 15.6458L13.6041 15.1041C13.4514 15.2152 13.2916 15.3194 13.125 15.4166C12.9583 15.5138 12.7916 15.5972 12.625 15.6666L12.4375 17.0416C12.3819 17.4027 12.2187 17.7083 11.9479 17.9583C11.6771 18.2083 11.3541 18.3333 10.9791 18.3333H9.02082ZM9.16665 16.6666H10.8125L11.1041 14.4583C11.5347 14.3472 11.934 14.184 12.3021 13.9687C12.6701 13.7534 13.0069 13.493 13.3125 13.1875L15.375 14.0416L16.1875 12.625L14.3958 11.2708C14.4653 11.0763 14.5139 10.8715 14.5416 10.6562C14.5694 10.4409 14.5833 10.2222 14.5833 9.99996C14.5833 9.77774 14.5694 9.55899 14.5416 9.34371C14.5139 9.12843 14.4653 8.92357 14.3958 8.72913L16.1875 7.37496L15.375 5.95829L13.3125 6.83329C13.0069 6.51385 12.6701 6.24649 12.3021 6.03121C11.934 5.81593 11.5347 5.65274 11.1041 5.54163L10.8333 3.33329H9.18748L8.89582 5.54163C8.46526 5.65274 8.06596 5.81593 7.6979 6.03121C7.32984 6.24649 6.99304 6.5069 6.68748 6.81246L4.62498 5.95829L3.81248 7.37496L5.60415 8.70829C5.53471 8.91663 5.48609 9.12496 5.45832 9.33329C5.43054 9.54163 5.41665 9.76385 5.41665 9.99996C5.41665 10.2222 5.43054 10.4375 5.45832 10.6458C5.48609 10.8541 5.53471 11.0625 5.60415 11.2708L3.81248 12.625L4.62498 14.0416L6.68748 13.1666C6.99304 13.4861 7.32984 13.7534 7.6979 13.9687C8.06596 14.184 8.46526 14.3472 8.89582 14.4583L9.16665 16.6666ZM10.0416 12.9166C10.8472 12.9166 11.5347 12.6319 12.1041 12.0625C12.6736 11.493 12.9583 10.8055 12.9583 9.99996C12.9583 9.1944 12.6736 8.5069 12.1041 7.93746C11.5347 7.36801 10.8472 7.08329 10.0416 7.08329C9.22221 7.08329 8.53123 7.36801 7.96873 7.93746C7.40623 8.5069 7.12498 9.1944 7.12498 9.99996C7.12498 10.8055 7.40623 11.493 7.96873 12.0625C8.53123 12.6319 9.22221 12.9166 10.0416 12.9166Z",fill:n})}),L0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 18.3334C13.4722 18.3334 12.8819 18.0903 12.3958 17.6042C11.9097 17.1181 11.6667 16.5278 11.6667 15.8334C11.6667 15.75 11.6875 15.5556 11.7292 15.25L5.87499 11.8334C5.65277 12.0417 5.39582 12.2049 5.10416 12.3229C4.81249 12.441 4.49999 12.5 4.16666 12.5C3.47221 12.5 2.88193 12.257 2.39582 11.7709C1.90971 11.2847 1.66666 10.6945 1.66666 10C1.66666 9.30558 1.90971 8.7153 2.39582 8.22919C2.88193 7.74308 3.47221 7.50002 4.16666 7.50002C4.49999 7.50002 4.81249 7.55905 5.10416 7.6771C5.39582 7.79516 5.65277 7.95835 5.87499 8.16669L11.7292 4.75002C11.7014 4.6528 11.684 4.55905 11.6771 4.46877C11.6701 4.37849 11.6667 4.2778 11.6667 4.16669C11.6667 3.47224 11.9097 2.88196 12.3958 2.39585C12.8819 1.90974 13.4722 1.66669 14.1667 1.66669C14.8611 1.66669 15.4514 1.90974 15.9375 2.39585C16.4236 2.88196 16.6667 3.47224 16.6667 4.16669C16.6667 4.86113 16.4236 5.45141 15.9375 5.93752C15.4514 6.42363 14.8611 6.66669 14.1667 6.66669C13.8333 6.66669 13.5208 6.60766 13.2292 6.4896C12.9375 6.37155 12.6805 6.20835 12.4583 6.00002L6.60416 9.41669C6.63193 9.51391 6.6493 9.60766 6.65624 9.69794C6.66318 9.78821 6.66666 9.88891 6.66666 10C6.66666 10.1111 6.66318 10.2118 6.65624 10.3021C6.6493 10.3924 6.63193 10.4861 6.60416 10.5834L12.4583 14C12.6805 13.7917 12.9375 13.6285 13.2292 13.5104C13.5208 13.3924 13.8333 13.3334 14.1667 13.3334C14.8611 13.3334 15.4514 13.5764 15.9375 14.0625C16.4236 14.5486 16.6667 15.1389 16.6667 15.8334C16.6667 16.5278 16.4236 17.1181 15.9375 17.6042C15.4514 18.0903 14.8611 18.3334 14.1667 18.3334Z",fill:n})}),M0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.1667 18.3334C13.4722 18.3334 12.8819 18.0903 12.3958 17.6042C11.9097 17.1181 11.6667 16.5278 11.6667 15.8334C11.6667 15.75 11.6875 15.5556 11.7292 15.25L5.87499 11.8334C5.65277 12.0417 5.39582 12.2049 5.10416 12.3229C4.81249 12.441 4.49999 12.5 4.16666 12.5C3.47221 12.5 2.88193 12.257 2.39582 11.7709C1.90971 11.2847 1.66666 10.6945 1.66666 10C1.66666 9.30558 1.90971 8.7153 2.39582 8.22919C2.88193 7.74308 3.47221 7.50002 4.16666 7.50002C4.49999 7.50002 4.81249 7.55905 5.10416 7.6771C5.39582 7.79516 5.65277 7.95835 5.87499 8.16669L11.7292 4.75002C11.7014 4.6528 11.684 4.55905 11.6771 4.46877C11.6701 4.37849 11.6667 4.2778 11.6667 4.16669C11.6667 3.47224 11.9097 2.88196 12.3958 2.39585C12.8819 1.90974 13.4722 1.66669 14.1667 1.66669C14.8611 1.66669 15.4514 1.90974 15.9375 2.39585C16.4236 2.88196 16.6667 3.47224 16.6667 4.16669C16.6667 4.86113 16.4236 5.45141 15.9375 5.93752C15.4514 6.42363 14.8611 6.66669 14.1667 6.66669C13.8333 6.66669 13.5208 6.60766 13.2292 6.4896C12.9375 6.37155 12.6805 6.20835 12.4583 6.00002L6.60416 9.41669C6.63193 9.51391 6.6493 9.60766 6.65624 9.69794C6.66318 9.78821 6.66666 9.88891 6.66666 10C6.66666 10.1111 6.66318 10.2118 6.65624 10.3021C6.6493 10.3924 6.63193 10.4861 6.60416 10.5834L12.4583 14C12.6805 13.7917 12.9375 13.6285 13.2292 13.5104C13.5208 13.3924 13.8333 13.3334 14.1667 13.3334C14.8611 13.3334 15.4514 13.5764 15.9375 14.0625C16.4236 14.5486 16.6667 15.1389 16.6667 15.8334C16.6667 16.5278 16.4236 17.1181 15.9375 17.6042C15.4514 18.0903 14.8611 18.3334 14.1667 18.3334ZM14.1667 16.6667C14.4028 16.6667 14.6007 16.5868 14.7604 16.4271C14.9201 16.2674 15 16.0695 15 15.8334C15 15.5972 14.9201 15.3993 14.7604 15.2396C14.6007 15.0799 14.4028 15 14.1667 15C13.9305 15 13.7326 15.0799 13.5729 15.2396C13.4132 15.3993 13.3333 15.5972 13.3333 15.8334C13.3333 16.0695 13.4132 16.2674 13.5729 16.4271C13.7326 16.5868 13.9305 16.6667 14.1667 16.6667ZM4.16666 10.8334C4.40277 10.8334 4.60068 10.7535 4.76041 10.5938C4.92013 10.434 4.99999 10.2361 4.99999 10C4.99999 9.76391 4.92013 9.56599 4.76041 9.40627C4.60068 9.24655 4.40277 9.16669 4.16666 9.16669C3.93055 9.16669 3.73263 9.24655 3.57291 9.40627C3.41318 9.56599 3.33332 9.76391 3.33332 10C3.33332 10.2361 3.41318 10.434 3.57291 10.5938C3.73263 10.7535 3.93055 10.8334 4.16666 10.8334ZM14.1667 5.00002C14.4028 5.00002 14.6007 4.92016 14.7604 4.76044C14.9201 4.60071 15 4.4028 15 4.16669C15 3.93058 14.9201 3.73266 14.7604 3.57294C14.6007 3.41321 14.4028 3.33335 14.1667 3.33335C13.9305 3.33335 13.7326 3.41321 13.5729 3.57294C13.4132 3.73266 13.3333 3.93058 13.3333 4.16669C13.3333 4.4028 13.4132 4.60071 13.5729 4.76044C13.7326 4.92016 13.9305 5.00002 14.1667 5.00002Z",fill:n})}),f0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM10 15.8333H15.8333V4.16667H10V15.8333Z",fill:n})}),Z0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7499 14.1667V5.83333C13.7499 5.59722 13.8298 5.39931 13.9895 5.23958C14.1492 5.07986 14.3471 5 14.5833 5C14.8194 5 15.0173 5.07986 15.177 5.23958C15.3367 5.39931 15.4166 5.59722 15.4166 5.83333V14.1667C15.4166 14.4028 15.3367 14.6007 15.177 14.7604C15.0173 14.9201 14.8194 15 14.5833 15C14.3471 15 14.1492 14.9201 13.9895 14.7604C13.8298 14.6007 13.7499 14.4028 13.7499 14.1667ZM4.58325 13.4375V6.5625C4.58325 6.3125 4.66659 6.11111 4.83325 5.95833C4.99992 5.80556 5.19436 5.72917 5.41659 5.72917C5.48603 5.72917 5.56242 5.73611 5.64575 5.75C5.72909 5.76389 5.80547 5.79861 5.87492 5.85417L11.0416 9.3125C11.1666 9.39583 11.2603 9.49653 11.3228 9.61458C11.3853 9.73264 11.4166 9.86111 11.4166 10C11.4166 10.1389 11.3853 10.2674 11.3228 10.3854C11.2603 10.5035 11.1666 10.6042 11.0416 10.6875L5.87492 14.1458C5.80547 14.2014 5.72909 14.2361 5.64575 14.25C5.56242 14.2639 5.48603 14.2708 5.41659 14.2708C5.19436 14.2708 4.99992 14.1944 4.83325 14.0417C4.66659 13.8889 4.58325 13.6875 4.58325 13.4375Z",fill:n})}),j0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.7499 14.1667V5.83333C13.7499 5.59722 13.8298 5.39931 13.9895 5.23958C14.1492 5.07986 14.3471 5 14.5833 5C14.8194 5 15.0173 5.07986 15.177 5.23958C15.3367 5.39931 15.4166 5.59722 15.4166 5.83333V14.1667C15.4166 14.4028 15.3367 14.6007 15.177 14.7604C15.0173 14.9201 14.8194 15 14.5833 15C14.3471 15 14.1492 14.9201 13.9895 14.7604C13.8298 14.6007 13.7499 14.4028 13.7499 14.1667ZM4.58325 13.4375V6.5625C4.58325 6.3125 4.66659 6.11111 4.83325 5.95833C4.99992 5.80556 5.19436 5.72917 5.41659 5.72917C5.48603 5.72917 5.56242 5.73611 5.64575 5.75C5.72909 5.76389 5.80547 5.79861 5.87492 5.85417L11.0416 9.3125C11.1666 9.39583 11.2603 9.49653 11.3228 9.61458C11.3853 9.73264 11.4166 9.86111 11.4166 10C11.4166 10.1389 11.3853 10.2674 11.3228 10.3854C11.2603 10.5035 11.1666 10.6042 11.0416 10.6875L5.87492 14.1458C5.80547 14.2014 5.72909 14.2361 5.64575 14.25C5.56242 14.2639 5.48603 14.2708 5.41659 14.2708C5.19436 14.2708 4.99992 14.1944 4.83325 14.0417C4.66659 13.8889 4.58325 13.6875 4.58325 13.4375ZM6.24992 11.875L9.08325 10L6.24992 8.125V11.875Z",fill:n})}),m0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.58325 14.1667V5.83333C4.58325 5.59722 4.66311 5.39931 4.82284 5.23958C4.98256 5.07986 5.18047 5 5.41659 5C5.6527 5 5.85061 5.07986 6.01034 5.23958C6.17006 5.39931 6.24992 5.59722 6.24992 5.83333V14.1667C6.24992 14.4028 6.17006 14.6007 6.01034 14.7604C5.85061 14.9201 5.6527 15 5.41659 15C5.18047 15 4.98256 14.9201 4.82284 14.7604C4.66311 14.6007 4.58325 14.4028 4.58325 14.1667ZM14.1249 14.1458L8.95825 10.6875C8.83325 10.6042 8.7395 10.5035 8.677 10.3854C8.6145 10.2674 8.58325 10.1389 8.58325 10C8.58325 9.86111 8.6145 9.73264 8.677 9.61458C8.7395 9.49653 8.83325 9.39583 8.95825 9.3125L14.1249 5.85417C14.1944 5.79861 14.2708 5.76389 14.3541 5.75C14.4374 5.73611 14.5138 5.72917 14.5833 5.72917C14.8055 5.72917 14.9999 5.80556 15.1666 5.95833C15.3333 6.11111 15.4166 6.3125 15.4166 6.5625V13.4375C15.4166 13.6875 15.3333 13.8889 15.1666 14.0417C14.9999 14.1944 14.8055 14.2708 14.5833 14.2708C14.5138 14.2708 14.4374 14.2639 14.3541 14.25C14.2708 14.2361 14.1944 14.2014 14.1249 14.1458Z",fill:n})}),B0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.58325 14.1667V5.83333C4.58325 5.59722 4.66311 5.39931 4.82284 5.23958C4.98256 5.07986 5.18047 5 5.41659 5C5.6527 5 5.85061 5.07986 6.01034 5.23958C6.17006 5.39931 6.24992 5.59722 6.24992 5.83333V14.1667C6.24992 14.4028 6.17006 14.6007 6.01034 14.7604C5.85061 14.9201 5.6527 15 5.41659 15C5.18047 15 4.98256 14.9201 4.82284 14.7604C4.66311 14.6007 4.58325 14.4028 4.58325 14.1667ZM14.1249 14.1458L8.95825 10.6875C8.83325 10.6042 8.7395 10.5035 8.677 10.3854C8.6145 10.2674 8.58325 10.1389 8.58325 10C8.58325 9.86111 8.6145 9.73264 8.677 9.61458C8.7395 9.49653 8.83325 9.39583 8.95825 9.3125L14.1249 5.85417C14.1944 5.79861 14.2708 5.76389 14.3541 5.75C14.4374 5.73611 14.5138 5.72917 14.5833 5.72917C14.8055 5.72917 14.9999 5.80556 15.1666 5.95833C15.3333 6.11111 15.4166 6.3125 15.4166 6.5625V13.4375C15.4166 13.6875 15.3333 13.8889 15.1666 14.0417C14.9999 14.1944 14.8055 14.2708 14.5833 14.2708C14.5138 14.2708 14.4374 14.2639 14.3541 14.25C14.2708 14.2361 14.1944 14.2014 14.1249 14.1458ZM13.7499 11.875V8.125L10.9166 10L13.7499 11.875Z",fill:n})}),S0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83317 19.1666C5.37484 19.1666 4.98248 19.0035 4.65609 18.6771C4.3297 18.3507 4.1665 17.9583 4.1665 17.5V2.49998C4.1665 2.04165 4.3297 1.64929 4.65609 1.3229C4.98248 0.996507 5.37484 0.833313 5.83317 0.833313H14.1665C14.6248 0.833313 15.0172 0.996507 15.3436 1.3229C15.67 1.64929 15.8332 2.04165 15.8332 2.49998V17.5C15.8332 17.9583 15.67 18.3507 15.3436 18.6771C15.0172 19.0035 14.6248 19.1666 14.1665 19.1666H5.83317ZM5.83317 15H14.1665V4.99998H5.83317V15Z",fill:n})}),b0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83317 19.1666C5.37484 19.1666 4.98248 19.0035 4.65609 18.6771C4.3297 18.3507 4.1665 17.9583 4.1665 17.5V2.49998C4.1665 2.04165 4.3297 1.64929 4.65609 1.3229C4.98248 0.996507 5.37484 0.833313 5.83317 0.833313H14.1665C14.6248 0.833313 15.0172 0.996507 15.3436 1.3229C15.67 1.64929 15.8332 2.04165 15.8332 2.49998V17.5C15.8332 17.9583 15.67 18.3507 15.3436 18.6771C15.0172 19.0035 14.6248 19.1666 14.1665 19.1666H5.83317ZM5.83317 16.6666V17.5H14.1665V16.6666H5.83317ZM5.83317 15H14.1665V4.99998H5.83317V15ZM5.83317 3.33331H14.1665V2.49998H5.83317V3.33331Z",fill:n})}),_0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33333 15C3.09722 15 2.89931 14.9201 2.73958 14.7604C2.57986 14.6007 2.5 14.4028 2.5 14.1667C2.5 13.9306 2.57986 13.7326 2.73958 13.5729C2.89931 13.4132 3.09722 13.3333 3.33333 13.3333H6.66667C6.90278 13.3333 7.10069 13.4132 7.26042 13.5729C7.42014 13.7326 7.5 13.9306 7.5 14.1667C7.5 14.4028 7.42014 14.6007 7.26042 14.7604C7.10069 14.9201 6.90278 15 6.66667 15H3.33333ZM3.33333 10.8333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H11.6667C11.9028 9.16667 12.1007 9.24653 12.2604 9.40625C12.4201 9.56597 12.5 9.76389 12.5 10C12.5 10.2361 12.4201 10.434 12.2604 10.5938C12.1007 10.7535 11.9028 10.8333 11.6667 10.8333H3.33333ZM3.33333 6.66667C3.09722 6.66667 2.89931 6.58681 2.73958 6.42708C2.57986 6.26736 2.5 6.06944 2.5 5.83333C2.5 5.59722 2.57986 5.39931 2.73958 5.23958C2.89931 5.07986 3.09722 5 3.33333 5H16.6667C16.9028 5 17.1007 5.07986 17.2604 5.23958C17.4201 5.39931 17.5 5.59722 17.5 5.83333C17.5 6.06944 17.4201 6.26736 17.2604 6.42708C17.1007 6.58681 16.9028 6.66667 16.6667 6.66667H3.33333Z",fill:n})}),y0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.3959L6.54167 16.4792C6.38889 16.5764 6.22917 16.6181 6.0625 16.6042C5.89584 16.5903 5.75 16.5347 5.625 16.4375C5.5 16.3403 5.40278 16.2188 5.33334 16.0729C5.26389 15.9271 5.25 15.7639 5.29167 15.5834L6.20834 11.6459L3.14584 9.00002C3.00695 8.87502 2.92014 8.73266 2.88542 8.57294C2.8507 8.41321 2.86111 8.25696 2.91667 8.10419C2.97222 7.95141 3.05556 7.82641 3.16667 7.72919C3.27778 7.63196 3.43056 7.56946 3.625 7.54169L7.66667 7.18752L9.22917 3.47919C9.29861 3.31252 9.40625 3.18752 9.55209 3.10419C9.69792 3.02085 9.84722 2.97919 10 2.97919C10.1528 2.97919 10.3021 3.02085 10.4479 3.10419C10.5938 3.18752 10.7014 3.31252 10.7708 3.47919L12.3333 7.18752L16.375 7.54169C16.5694 7.56946 16.7222 7.63196 16.8333 7.72919C16.9444 7.82641 17.0278 7.95141 17.0833 8.10419C17.1389 8.25696 17.1493 8.41321 17.1146 8.57294C17.0799 8.73266 16.9931 8.87502 16.8542 9.00002L13.7917 11.6459L14.7083 15.5834C14.75 15.7639 14.7361 15.9271 14.6667 16.0729C14.5972 16.2188 14.5 16.3403 14.375 16.4375C14.25 16.5347 14.1042 16.5903 13.9375 16.6042C13.7708 16.6181 13.6111 16.5764 13.4583 16.4792L10 14.3959Z",fill:n})}),O0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.375 14.0209L10 12.4375L12.625 14.0417L11.9375 11.0417L14.25 9.04169L11.2083 8.77085L10 5.93752L8.79167 8.75002L5.75 9.02085L8.0625 11.0417L7.375 14.0209ZM10 14.3959L6.54167 16.4792C6.38889 16.5764 6.22917 16.6181 6.0625 16.6042C5.89584 16.5903 5.75 16.5347 5.625 16.4375C5.5 16.3403 5.40278 16.2188 5.33334 16.0729C5.26389 15.9271 5.25 15.7639 5.29167 15.5834L6.20834 11.6459L3.14584 9.00002C3.00695 8.87502 2.92014 8.73266 2.88542 8.57294C2.8507 8.41321 2.86111 8.25696 2.91667 8.10419C2.97222 7.95141 3.05556 7.82641 3.16667 7.72919C3.27778 7.63196 3.43056 7.56946 3.625 7.54169L7.66667 7.18752L9.22917 3.47919C9.29861 3.31252 9.40625 3.18752 9.55209 3.10419C9.69792 3.02085 9.84722 2.97919 10 2.97919C10.1528 2.97919 10.3021 3.02085 10.4479 3.10419C10.5938 3.18752 10.7014 3.31252 10.7708 3.47919L12.3333 7.18752L16.375 7.54169C16.5694 7.56946 16.7222 7.63196 16.8333 7.72919C16.9444 7.82641 17.0278 7.95141 17.0833 8.10419C17.1389 8.25696 17.1493 8.41321 17.1146 8.57294C17.0799 8.73266 16.9931 8.87502 16.8542 9.00002L13.7917 11.6459L14.7083 15.5834C14.75 15.7639 14.7361 15.9271 14.6667 16.0729C14.5972 16.2188 14.5 16.3403 14.375 16.4375C14.25 16.5347 14.1042 16.5903 13.9375 16.6042C13.7708 16.6181 13.6111 16.5764 13.4583 16.4792L10 14.3959Z",fill:n})}),N0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M11.6667 15.8333L15.8333 11.6667H12.5C12.2639 11.6667 12.066 11.7465 11.9062 11.9062C11.7465 12.066 11.6667 12.2639 11.6667 12.5V15.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V11.8125C17.5 12.0347 17.4583 12.2465 17.375 12.4479C17.2917 12.6493 17.1736 12.8264 17.0208 12.9792L12.9792 17.0208C12.8264 17.1736 12.6493 17.2917 12.4479 17.375C12.2465 17.4583 12.0347 17.5 11.8125 17.5H4.16667ZM6.66667 11.6667H9.16667C9.40278 11.6667 9.60069 11.5868 9.76042 11.4271C9.92014 11.2674 10 11.0694 10 10.8333C10 10.5972 9.92014 10.3993 9.76042 10.2396C9.60069 10.0799 9.40278 10 9.16667 10H6.66667C6.43056 10 6.23264 10.0799 6.07292 10.2396C5.91319 10.3993 5.83333 10.5972 5.83333 10.8333C5.83333 11.0694 5.91319 11.2674 6.07292 11.4271C6.23264 11.5868 6.43056 11.6667 6.66667 11.6667ZM6.66667 8.33333H13.3333C13.5694 8.33333 13.7674 8.25347 13.9271 8.09375C14.0868 7.93403 14.1667 7.73611 14.1667 7.5C14.1667 7.26389 14.0868 7.06597 13.9271 6.90625C13.7674 6.74653 13.5694 6.66667 13.3333 6.66667H6.66667C6.43056 6.66667 6.23264 6.74653 6.07292 6.90625C5.91319 7.06597 5.83333 7.26389 5.83333 7.5C5.83333 7.73611 5.91319 7.93403 6.07292 8.09375C6.23264 8.25347 6.43056 8.33333 6.66667 8.33333Z",fill:n})}),F0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H11.6667V12.5C11.6667 12.2639 11.7465 12.066 11.9062 11.9062C12.066 11.7465 12.2639 11.6667 12.5 11.6667H15.8333V4.16667H4.16667V15.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V11.8125C17.5 12.0347 17.4583 12.2465 17.375 12.4479C17.2917 12.6493 17.1736 12.8264 17.0208 12.9792L12.9792 17.0208C12.8264 17.1736 12.6493 17.2917 12.4479 17.375C12.2465 17.4583 12.0347 17.5 11.8125 17.5H4.16667ZM9.16667 11.6667H6.66667C6.43056 11.6667 6.23264 11.5868 6.07292 11.4271C5.91319 11.2674 5.83333 11.0694 5.83333 10.8333C5.83333 10.5972 5.91319 10.3993 6.07292 10.2396C6.23264 10.0799 6.43056 10 6.66667 10H9.16667C9.40278 10 9.60069 10.0799 9.76042 10.2396C9.92014 10.3993 10 10.5972 10 10.8333C10 11.0694 9.92014 11.2674 9.76042 11.4271C9.60069 11.5868 9.40278 11.6667 9.16667 11.6667ZM13.3333 8.33333H6.66667C6.43056 8.33333 6.23264 8.25347 6.07292 8.09375C5.91319 7.93403 5.83333 7.73611 5.83333 7.5C5.83333 7.26389 5.91319 7.06597 6.07292 6.90625C6.23264 6.74653 6.43056 6.66667 6.66667 6.66667H13.3333C13.5694 6.66667 13.7674 6.74653 13.9271 6.90625C14.0868 7.06597 14.1667 7.26389 14.1667 7.5C14.1667 7.73611 14.0868 7.93403 13.9271 8.09375C13.7674 8.25347 13.5694 8.33333 13.3333 8.33333Z",fill:n})}),k0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 13.3334H12.5C12.7361 13.3334 12.934 13.2535 13.0937 13.0938C13.2534 12.934 13.3333 12.7361 13.3333 12.5V7.50002C13.3333 7.26391 13.2534 7.06599 13.0937 6.90627C12.934 6.74655 12.7361 6.66669 12.5 6.66669H7.49996C7.26385 6.66669 7.06593 6.74655 6.90621 6.90627C6.74649 7.06599 6.66663 7.26391 6.66663 7.50002V12.5C6.66663 12.7361 6.74649 12.934 6.90621 13.0938C7.06593 13.2535 7.26385 13.3334 7.49996 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334Z",fill:n})}),I0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 13.3334H12.5C12.7361 13.3334 12.934 13.2535 13.0937 13.0938C13.2534 12.934 13.3333 12.7361 13.3333 12.5V7.50002C13.3333 7.26391 13.2534 7.06599 13.0937 6.90627C12.934 6.74655 12.7361 6.66669 12.5 6.66669H7.49996C7.26385 6.66669 7.06593 6.74655 6.90621 6.90627C6.74649 7.06599 6.66663 7.26391 6.66663 7.50002V12.5C6.66663 12.7361 6.74649 12.934 6.90621 13.0938C7.06593 13.2535 7.26385 13.3334 7.49996 13.3334ZM9.99996 18.3334C8.84718 18.3334 7.76385 18.1146 6.74996 17.6771C5.73607 17.2396 4.85413 16.6459 4.10413 15.8959C3.35413 15.1459 2.76038 14.2639 2.32288 13.25C1.88538 12.2361 1.66663 11.1528 1.66663 10C1.66663 8.84724 1.88538 7.76391 2.32288 6.75002C2.76038 5.73613 3.35413 4.85419 4.10413 4.10419C4.85413 3.35419 5.73607 2.76044 6.74996 2.32294C7.76385 1.88544 8.84718 1.66669 9.99996 1.66669C11.1527 1.66669 12.2361 1.88544 13.25 2.32294C14.2638 2.76044 15.1458 3.35419 15.8958 4.10419C16.6458 4.85419 17.2395 5.73613 17.677 6.75002C18.1145 7.76391 18.3333 8.84724 18.3333 10C18.3333 11.1528 18.1145 12.2361 17.677 13.25C17.2395 14.2639 16.6458 15.1459 15.8958 15.8959C15.1458 16.6459 14.2638 17.2396 13.25 17.6771C12.2361 18.1146 11.1527 18.3334 9.99996 18.3334ZM9.99996 16.6667C11.8611 16.6667 13.4375 16.0209 14.7291 14.7292C16.0208 13.4375 16.6666 11.8611 16.6666 10C16.6666 8.13891 16.0208 6.56252 14.7291 5.27085C13.4375 3.97919 11.8611 3.33335 9.99996 3.33335C8.13885 3.33335 6.56246 3.97919 5.27079 5.27085C3.97913 6.56252 3.33329 8.13891 3.33329 10C3.33329 11.8611 3.97913 13.4375 5.27079 14.7292C6.56246 16.0209 8.13885 16.6667 9.99996 16.6667Z",fill:n})}),A0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5 13.3333V6.66667C5 6.20833 5.16319 5.81597 5.48958 5.48958C5.81597 5.16319 6.20833 5 6.66667 5H13.3333C13.7917 5 14.184 5.16319 14.5104 5.48958C14.8368 5.81597 15 6.20833 15 6.66667V13.3333C15 13.7917 14.8368 14.184 14.5104 14.5104C14.184 14.8368 13.7917 15 13.3333 15H6.66667C6.20833 15 5.81597 14.8368 5.48958 14.5104C5.16319 14.184 5 13.7917 5 13.3333Z",fill:n})}),R0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5 13.3333V6.66667C5 6.20833 5.16319 5.81597 5.48958 5.48958C5.81597 5.16319 6.20833 5 6.66667 5H13.3333C13.7917 5 14.184 5.16319 14.5104 5.48958C14.8368 5.81597 15 6.20833 15 6.66667V13.3333C15 13.7917 14.8368 14.184 14.5104 14.5104C14.184 14.8368 13.7917 15 13.3333 15H6.66667C6.20833 15 5.81597 14.8368 5.48958 14.5104C5.16319 14.184 5 13.7917 5 13.3333ZM6.66667 13.3333H13.3333V6.66667H6.66667V13.3333Z",fill:n})}),D0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM5.83341 13.3333H10.8334C11.0695 13.3333 11.2674 13.2535 11.4272 13.0937C11.5869 12.934 11.6667 12.7361 11.6667 12.5C11.6667 12.2639 11.5869 12.066 11.4272 11.9062C11.2674 11.7465 11.0695 11.6666 10.8334 11.6666H5.83341C5.5973 11.6666 5.39939 11.7465 5.23966 11.9062C5.07994 12.066 5.00008 12.2639 5.00008 12.5C5.00008 12.7361 5.07994 12.934 5.23966 13.0937C5.39939 13.2535 5.5973 13.3333 5.83341 13.3333ZM9.16675 9.99998H14.1667C14.4029 9.99998 14.6008 9.92012 14.7605 9.7604C14.9202 9.60067 15.0001 9.40276 15.0001 9.16665C15.0001 8.93053 14.9202 8.73262 14.7605 8.5729C14.6008 8.41317 14.4029 8.33331 14.1667 8.33331H9.16675C8.93064 8.33331 8.73272 8.41317 8.573 8.5729C8.41328 8.73262 8.33341 8.93053 8.33341 9.16665C8.33341 9.40276 8.41328 9.60067 8.573 9.7604C8.73272 9.92012 8.93064 9.99998 9.16675 9.99998ZM5.83341 9.99998C6.06953 9.99998 6.26744 9.92012 6.42716 9.7604C6.58689 9.60067 6.66675 9.40276 6.66675 9.16665C6.66675 8.93053 6.58689 8.73262 6.42716 8.5729C6.26744 8.41317 6.06953 8.33331 5.83341 8.33331C5.5973 8.33331 5.39939 8.41317 5.23966 8.5729C5.07994 8.73262 5.00008 8.93053 5.00008 9.16665C5.00008 9.40276 5.07994 9.60067 5.23966 9.7604C5.39939 9.92012 5.5973 9.99998 5.83341 9.99998ZM14.1667 13.3333C14.4029 13.3333 14.6008 13.2535 14.7605 13.0937C14.9202 12.934 15.0001 12.7361 15.0001 12.5C15.0001 12.2639 14.9202 12.066 14.7605 11.9062C14.6008 11.7465 14.4029 11.6666 14.1667 11.6666C13.9306 11.6666 13.7327 11.7465 13.573 11.9062C13.4133 12.066 13.3334 12.2639 13.3334 12.5C13.3334 12.7361 13.4133 12.934 13.573 13.0937C13.7327 13.2535 13.9306 13.3333 14.1667 13.3333Z",fill:n})}),T0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33341 16.6666C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15V4.99998C1.66675 4.54165 1.82994 4.14929 2.15633 3.8229C2.48272 3.49651 2.87508 3.33331 3.33341 3.33331H16.6667C17.1251 3.33331 17.5174 3.49651 17.8438 3.8229C18.1702 4.14929 18.3334 4.54165 18.3334 4.99998V15C18.3334 15.4583 18.1702 15.8507 17.8438 16.1771C17.5174 16.5035 17.1251 16.6666 16.6667 16.6666H3.33341ZM3.33341 15H16.6667V4.99998H3.33341V15ZM5.83341 13.3333H10.8334C11.0695 13.3333 11.2674 13.2535 11.4272 13.0937C11.5869 12.934 11.6667 12.7361 11.6667 12.5C11.6667 12.2639 11.5869 12.066 11.4272 11.9062C11.2674 11.7465 11.0695 11.6666 10.8334 11.6666H5.83341C5.5973 11.6666 5.39939 11.7465 5.23966 11.9062C5.07994 12.066 5.00008 12.2639 5.00008 12.5C5.00008 12.7361 5.07994 12.934 5.23966 13.0937C5.39939 13.2535 5.5973 13.3333 5.83341 13.3333ZM9.16675 9.99998H14.1667C14.4029 9.99998 14.6008 9.92012 14.7605 9.7604C14.9202 9.60067 15.0001 9.40276 15.0001 9.16665C15.0001 8.93053 14.9202 8.73262 14.7605 8.5729C14.6008 8.41317 14.4029 8.33331 14.1667 8.33331H9.16675C8.93064 8.33331 8.73272 8.41317 8.573 8.5729C8.41328 8.73262 8.33341 8.93053 8.33341 9.16665C8.33341 9.40276 8.41328 9.60067 8.573 9.7604C8.73272 9.92012 8.93064 9.99998 9.16675 9.99998ZM5.83341 9.99998C6.06953 9.99998 6.26744 9.92012 6.42716 9.7604C6.58689 9.60067 6.66675 9.40276 6.66675 9.16665C6.66675 8.93053 6.58689 8.73262 6.42716 8.5729C6.26744 8.41317 6.06953 8.33331 5.83341 8.33331C5.5973 8.33331 5.39939 8.41317 5.23966 8.5729C5.07994 8.73262 5.00008 8.93053 5.00008 9.16665C5.00008 9.40276 5.07994 9.60067 5.23966 9.7604C5.39939 9.92012 5.5973 9.99998 5.83341 9.99998ZM14.1667 13.3333C14.4029 13.3333 14.6008 13.2535 14.7605 13.0937C14.9202 12.934 15.0001 12.7361 15.0001 12.5C15.0001 12.2639 14.9202 12.066 14.7605 11.9062C14.6008 11.7465 14.4029 11.6666 14.1667 11.6666C13.9306 11.6666 13.7327 11.7465 13.573 11.9062C13.4133 12.066 13.3334 12.2639 13.3334 12.5C13.3334 12.7361 13.4133 12.934 13.573 13.0937C13.7327 13.2535 13.9306 13.3333 14.1667 13.3333Z",fill:n})}),E0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0001 17.5C9.76397 17.5 9.56605 17.4201 9.40633 17.2604C9.24661 17.1007 9.16675 16.9028 9.16675 16.6667C9.16675 16.4306 9.24661 16.2326 9.40633 16.0729C9.56605 15.9132 9.76397 15.8333 10.0001 15.8333H15.8334V9.91667C15.8334 8.29167 15.2674 6.91319 14.1355 5.78125C13.0036 4.64931 11.6251 4.08333 10.0001 4.08333C8.37508 4.08333 6.99661 4.64931 5.86466 5.78125C4.73272 6.91319 4.16675 8.29167 4.16675 9.91667V14.1667C4.16675 14.4028 4.08689 14.6007 3.92716 14.7604C3.76744 14.9201 3.56953 15 3.33341 15C2.87508 15 2.48272 14.8368 2.15633 14.5104C1.82994 14.184 1.66675 13.7917 1.66675 13.3333V11.6667C1.66675 11.375 1.73966 11.1007 1.8855 10.8438C2.03133 10.5868 2.23619 10.3819 2.50008 10.2292L2.56258 9.125C2.67369 8.18056 2.948 7.30556 3.3855 6.5C3.823 5.69444 4.37161 4.99306 5.03133 4.39583C5.69105 3.79861 6.448 3.33333 7.30216 3C8.15633 2.66667 9.05564 2.5 10.0001 2.5C10.9445 2.5 11.8404 2.66667 12.6876 3C13.5348 3.33333 14.2917 3.79514 14.9584 4.38542C15.6251 4.97569 16.1737 5.67361 16.6042 6.47917C17.0348 7.28472 17.3126 8.15972 17.4376 9.10417L17.5001 10.1875C17.764 10.3125 17.9688 10.5 18.1147 10.75C18.2605 11 18.3334 11.2639 18.3334 11.5417V13.4583C18.3334 13.7361 18.2605 14 18.1147 14.25C17.9688 14.5 17.764 14.6875 17.5001 14.8125V15.8333C17.5001 16.2917 17.3369 16.684 17.0105 17.0104C16.6841 17.3368 16.2917 17.5 15.8334 17.5H10.0001ZM7.50008 11.6667C7.26397 11.6667 7.06605 11.5868 6.90633 11.4271C6.74661 11.2674 6.66675 11.0694 6.66675 10.8333C6.66675 10.5972 6.74661 10.3993 6.90633 10.2396C7.06605 10.0799 7.26397 10 7.50008 10C7.73619 10 7.93411 10.0799 8.09383 10.2396C8.25355 10.3993 8.33341 10.5972 8.33341 10.8333C8.33341 11.0694 8.25355 11.2674 8.09383 11.4271C7.93411 11.5868 7.73619 11.6667 7.50008 11.6667ZM12.5001 11.6667C12.264 11.6667 12.0661 11.5868 11.9063 11.4271C11.7466 11.2674 11.6667 11.0694 11.6667 10.8333C11.6667 10.5972 11.7466 10.3993 11.9063 10.2396C12.0661 10.0799 12.264 10 12.5001 10C12.7362 10 12.9341 10.0799 13.0938 10.2396C13.2536 10.3993 13.3334 10.5972 13.3334 10.8333C13.3334 11.0694 13.2536 11.2674 13.0938 11.4271C12.9341 11.5868 12.7362 11.6667 12.5001 11.6667ZM5.02091 10.375C4.92369 8.90278 5.36814 7.63889 6.35425 6.58333C7.34036 5.52778 8.56953 5 10.0417 5C11.2779 5 12.3647 5.39236 13.3022 6.17708C14.2397 6.96181 14.8056 7.96528 15.0001 9.1875C13.7362 9.17361 12.573 8.83333 11.5105 8.16667C10.448 7.5 9.63203 6.59722 9.06258 5.45833C8.84036 6.56944 8.37161 7.55903 7.65633 8.42708C6.94105 9.29514 6.06258 9.94444 5.02091 10.375Z",fill:n})}),P0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H11.8125C12.0347 2.5 12.2465 2.54167 12.4479 2.625C12.6493 2.70833 12.8264 2.82639 12.9792 2.97917L17.0208 7.02083C17.1736 7.17361 17.2917 7.35069 17.375 7.55208C17.4583 7.75347 17.5 7.96528 17.5 8.1875V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H10.8333C11.0694 7.5 11.2674 7.42014 11.4271 7.26042C11.5868 7.10069 11.6667 6.90278 11.6667 6.66667C11.6667 6.43056 11.5868 6.23264 11.4271 6.07292C11.2674 5.91319 11.0694 5.83333 10.8333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),z0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8333H15.8333V8.1875L11.8125 4.16667H4.16667V15.8333ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H11.8125C12.0347 2.5 12.2465 2.54167 12.4479 2.625C12.6493 2.70833 12.8264 2.82639 12.9792 2.97917L17.0208 7.02083C17.1736 7.17361 17.2917 7.35069 17.375 7.55208C17.4583 7.75347 17.5 7.96528 17.5 8.1875V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 14.1667H13.3333C13.5694 14.1667 13.7674 14.0868 13.9271 13.9271C14.0868 13.7674 14.1667 13.5694 14.1667 13.3333C14.1667 13.0972 14.0868 12.8993 13.9271 12.7396C13.7674 12.5799 13.5694 12.5 13.3333 12.5H6.66667C6.43056 12.5 6.23264 12.5799 6.07292 12.7396C5.91319 12.8993 5.83333 13.0972 5.83333 13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667ZM6.66667 10.8333H13.3333C13.5694 10.8333 13.7674 10.7535 13.9271 10.5938C14.0868 10.434 14.1667 10.2361 14.1667 10C14.1667 9.76389 14.0868 9.56597 13.9271 9.40625C13.7674 9.24653 13.5694 9.16667 13.3333 9.16667H6.66667C6.43056 9.16667 6.23264 9.24653 6.07292 9.40625C5.91319 9.56597 5.83333 9.76389 5.83333 10C5.83333 10.2361 5.91319 10.434 6.07292 10.5938C6.23264 10.7535 6.43056 10.8333 6.66667 10.8333ZM6.66667 7.5H10.8333C11.0694 7.5 11.2674 7.42014 11.4271 7.26042C11.5868 7.10069 11.6667 6.90278 11.6667 6.66667C11.6667 6.43056 11.5868 6.23264 11.4271 6.07292C11.2674 5.91319 11.0694 5.83333 10.8333 5.83333H6.66667C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667C5.83333 6.90278 5.91319 7.10069 6.07292 7.26042C6.23264 7.42014 6.43056 7.5 6.66667 7.5Z",fill:n})}),$0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.49992 15C2.04159 15 1.64922 14.8368 1.32284 14.5104C0.996446 14.184 0.833252 13.7917 0.833252 13.3333C0.833252 12.875 0.996446 12.4826 1.32284 12.1562C1.64922 11.8299 2.04159 11.6667 2.49992 11.6667H2.71867C2.78117 11.6667 2.84714 11.6806 2.91659 11.7083L6.70825 7.91667C6.68047 7.84722 6.66659 7.78125 6.66659 7.71875V7.5C6.66659 7.04167 6.82978 6.64931 7.15617 6.32292C7.48256 5.99653 7.87492 5.83333 8.33325 5.83333C8.79159 5.83333 9.18395 5.99653 9.51034 6.32292C9.83672 6.64931 9.99992 7.04167 9.99992 7.5C9.99992 7.52778 9.98603 7.66667 9.95825 7.91667L12.0833 10.0417C12.1527 10.0139 12.2187 10 12.2812 10H12.7187C12.7812 10 12.8471 10.0139 12.9166 10.0417L15.8749 7.08333C15.8471 7.01389 15.8333 6.94792 15.8333 6.88542V6.66667C15.8333 6.20833 15.9964 5.81597 16.3228 5.48958C16.6492 5.16319 17.0416 5 17.4999 5C17.9583 5 18.3506 5.16319 18.677 5.48958C19.0034 5.81597 19.1666 6.20833 19.1666 6.66667C19.1666 7.125 19.0034 7.51736 18.677 7.84375C18.3506 8.17014 17.9583 8.33333 17.4999 8.33333H17.2812C17.2187 8.33333 17.1527 8.31944 17.0833 8.29167L14.1249 11.25C14.1527 11.3194 14.1666 11.3854 14.1666 11.4479V11.6667C14.1666 12.125 14.0034 12.5174 13.677 12.8438C13.3506 13.1701 12.9583 13.3333 12.4999 13.3333C12.0416 13.3333 11.6492 13.1701 11.3228 12.8438C10.9964 12.5174 10.8333 12.125 10.8333 11.6667V11.4479C10.8333 11.3854 10.8471 11.3194 10.8749 11.25L8.74992 9.125C8.68047 9.15278 8.6145 9.16667 8.552 9.16667H8.33325C8.30547 9.16667 8.16659 9.15278 7.91659 9.125L4.12492 12.9167C4.1527 12.9861 4.16659 13.0521 4.16659 13.1146V13.3333C4.16659 13.7917 4.00339 14.184 3.677 14.5104C3.35061 14.8368 2.95825 15 2.49992 15Z",fill:n})}),K0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 17.5C5.375 17.5 4.98264 17.3368 4.65625 17.0104C4.32986 16.684 4.16667 16.2917 4.16667 15.8333V5C3.93055 5 3.73264 4.92014 3.57292 4.76042C3.41319 4.60069 3.33333 4.40278 3.33333 4.16667C3.33333 3.93056 3.41319 3.73264 3.57292 3.57292C3.73264 3.41319 3.93055 3.33333 4.16667 3.33333H7.5C7.5 3.09722 7.57986 2.89931 7.73958 2.73958C7.8993 2.57986 8.09722 2.5 8.33333 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3437 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83333ZM9.16667 9.875V12.5C9.16667 12.7361 9.24653 12.934 9.40625 13.0938C9.56597 13.2535 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.2535 10.5937 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5V9.875L11.5833 10.6042C11.7361 10.7569 11.9271 10.8333 12.1562 10.8333C12.3854 10.8333 12.5833 10.75 12.75 10.5833C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76389 12.9028 9.56944 12.75 9.41667L10.5833 7.25C10.4167 7.08333 10.2222 7 10 7C9.77778 7 9.58333 7.08333 9.41667 7.25L7.25 9.41667C7.09722 9.56944 7.01736 9.76042 7.01042 9.98958C7.00347 10.2188 7.08333 10.4167 7.25 10.5833C7.40278 10.7361 7.59375 10.816 7.82292 10.8229C8.05208 10.8299 8.25 10.7569 8.41667 10.6042L9.16667 9.875Z",fill:n})}),U0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83334 17.5C5.375 17.5 4.98264 17.3368 4.65625 17.0104C4.32986 16.684 4.16667 16.2917 4.16667 15.8333V5C3.93056 5 3.73264 4.92014 3.57292 4.76042C3.4132 4.60069 3.33334 4.40278 3.33334 4.16667C3.33334 3.93056 3.4132 3.73264 3.57292 3.57292C3.73264 3.41319 3.93056 3.33333 4.16667 3.33333H7.5C7.5 3.09722 7.57986 2.89931 7.73959 2.73958C7.89931 2.57986 8.09722 2.5 8.33334 2.5H11.6667C11.9028 2.5 12.1007 2.57986 12.2604 2.73958C12.4201 2.89931 12.5 3.09722 12.5 3.33333H15.8333C16.0694 3.33333 16.2674 3.41319 16.4271 3.57292C16.5868 3.73264 16.6667 3.93056 16.6667 4.16667C16.6667 4.40278 16.5868 4.60069 16.4271 4.76042C16.2674 4.92014 16.0694 5 15.8333 5V15.8333C15.8333 16.2917 15.6701 16.684 15.3438 17.0104C15.0174 17.3368 14.625 17.5 14.1667 17.5H5.83334ZM14.1667 5H5.83334V15.8333H14.1667V5ZM9.16667 9.875V12.5C9.16667 12.7361 9.24653 12.934 9.40625 13.0938C9.56597 13.2535 9.76389 13.3333 10 13.3333C10.2361 13.3333 10.434 13.2535 10.5938 13.0938C10.7535 12.934 10.8333 12.7361 10.8333 12.5V9.875L11.5833 10.6042C11.7361 10.7569 11.9271 10.8333 12.1563 10.8333C12.3854 10.8333 12.5833 10.75 12.75 10.5833C12.9028 10.4306 12.9792 10.2361 12.9792 10C12.9792 9.76389 12.9028 9.56944 12.75 9.41667L10.5833 7.25C10.4167 7.08333 10.2222 7 10 7C9.77778 7 9.58334 7.08333 9.41667 7.25L7.25 9.41667C7.09722 9.56944 7.01736 9.76042 7.01042 9.98958C7.00347 10.2188 7.08334 10.4167 7.25 10.5833C7.40278 10.7361 7.59375 10.816 7.82292 10.8229C8.05209 10.8299 8.25 10.7569 8.41667 10.6042L9.16667 9.875Z",fill:n})}),G0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.4998 13.3334L11.1664 9.04169L9.0206 11.1875C8.70115 11.507 8.30532 11.6667 7.8331 11.6667C7.36088 11.6667 6.96504 11.507 6.6456 11.1875L2.24977 6.75002C2.09699 6.59724 2.01713 6.40627 2.01018 6.1771C2.00324 5.94794 2.0831 5.75002 2.24977 5.58335C2.40254 5.43058 2.59699 5.35419 2.8331 5.35419C3.06921 5.35419 3.26365 5.43058 3.41643 5.58335L7.8331 10L9.97893 7.85419C10.2984 7.53474 10.6942 7.37502 11.1664 7.37502C11.6387 7.37502 12.0345 7.53474 12.3539 7.85419L16.6664 12.1667V10.8334C16.6664 10.5972 16.7463 10.3993 16.906 10.2396C17.0657 10.0799 17.2637 10 17.4998 10C17.7359 10 17.9338 10.0799 18.0935 10.2396C18.2532 10.3993 18.3331 10.5972 18.3331 10.8334V14.1667C18.3331 14.4028 18.2532 14.6007 18.0935 14.7604C17.9338 14.9202 17.7359 15 17.4998 15H14.1664C13.9303 15 13.7324 14.9202 13.5727 14.7604C13.413 14.6007 13.3331 14.4028 13.3331 14.1667C13.3331 13.9306 13.413 13.7327 13.5727 13.5729C13.7324 13.4132 13.9303 13.3334 14.1664 13.3334H15.4998Z",fill:n})}),W0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.1458 10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5937C2.57986 10.434 2.5 10.2361 2.5 9.99999C2.5 9.76388 2.57986 9.56596 2.73958 9.40624C2.89931 9.24652 3.09722 9.16666 3.33333 9.16666H15.1458L14 7.99999C13.8333 7.83332 13.7535 7.63888 13.7604 7.41666C13.7674 7.19443 13.8542 6.99999 14.0208 6.83332C14.1875 6.68054 14.3854 6.60068 14.6146 6.59374C14.8438 6.58679 15.0347 6.66666 15.1875 6.83332L17.75 9.41666C17.9167 9.58332 18 9.77777 18 9.99999C18 10.2222 17.9167 10.4167 17.75 10.5833L15.1667 13.1667C15.0139 13.3194 14.8229 13.3958 14.5938 13.3958C14.3646 13.3958 14.1667 13.3194 14 13.1667C13.8333 13 13.75 12.8021 13.75 12.5729C13.75 12.3437 13.8333 12.1458 14 11.9792L15.1458 10.8333Z",fill:n})}),q0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.25001 14.6875C2.08334 14.5208 2.00348 14.3229 2.01043 14.0937C2.01737 13.8646 2.09723 13.6736 2.25001 13.5208L6.64584 9.06248C6.96529 8.74304 7.36112 8.58331 7.83334 8.58331C8.30557 8.58331 8.7014 8.74304 9.02084 9.06248L11.1667 11.2291L15.5 6.93748H14.1667C13.9306 6.93748 13.7326 6.85762 13.5729 6.6979C13.4132 6.53817 13.3333 6.34026 13.3333 6.10415C13.3333 5.86804 13.4132 5.67012 13.5729 5.5104C13.7326 5.35067 13.9306 5.27081 14.1667 5.27081H17.5C17.7361 5.27081 17.934 5.35067 18.0938 5.5104C18.2535 5.67012 18.3333 5.86804 18.3333 6.10415V9.43748C18.3333 9.67359 18.2535 9.87151 18.0938 10.0312C17.934 10.191 17.7361 10.2708 17.5 10.2708C17.2639 10.2708 17.066 10.191 16.9063 10.0312C16.7465 9.87151 16.6667 9.67359 16.6667 9.43748V8.10415L12.3542 12.4166C12.0347 12.7361 11.6389 12.8958 11.1667 12.8958C10.6945 12.8958 10.2986 12.7361 9.97918 12.4166L7.83334 10.2708L3.41668 14.6875C3.2639 14.8403 3.06945 14.9166 2.83334 14.9166C2.59723 14.9166 2.40279 14.8403 2.25001 14.6875Z",fill:n})}),Y0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 17.5C9.76389 17.5 9.56597 17.4201 9.40625 17.2604C9.24653 17.1007 9.16667 16.9028 9.16667 16.6667V13.3333C9.16667 13.0972 9.24653 12.8993 9.40625 12.7396C9.56597 12.5799 9.76389 12.5 10 12.5C10.2361 12.5 10.434 12.5799 10.5938 12.7396C10.7535 12.8993 10.8333 13.0972 10.8333 13.3333V14.1667H16.6667C16.9028 14.1667 17.1007 14.2465 17.2604 14.4062C17.4201 14.566 17.5 14.7639 17.5 15C17.5 15.2361 17.4201 15.434 17.2604 15.5938C17.1007 15.7535 16.9028 15.8333 16.6667 15.8333H10.8333V16.6667C10.8333 16.9028 10.7535 17.1007 10.5938 17.2604C10.434 17.4201 10.2361 17.5 10 17.5ZM3.33333 15.8333C3.09722 15.8333 2.89931 15.7535 2.73958 15.5938C2.57986 15.434 2.5 15.2361 2.5 15C2.5 14.7639 2.57986 14.566 2.73958 14.4062C2.89931 14.2465 3.09722 14.1667 3.33333 14.1667H6.66667C6.90278 14.1667 7.10069 14.2465 7.26042 14.4062C7.42014 14.566 7.5 14.7639 7.5 15C7.5 15.2361 7.42014 15.434 7.26042 15.5938C7.10069 15.7535 6.90278 15.8333 6.66667 15.8333H3.33333ZM6.66667 12.5C6.43056 12.5 6.23264 12.4201 6.07292 12.2604C5.91319 12.1007 5.83333 11.9028 5.83333 11.6667V10.8333H3.33333C3.09722 10.8333 2.89931 10.7535 2.73958 10.5938C2.57986 10.434 2.5 10.2361 2.5 10C2.5 9.76389 2.57986 9.56597 2.73958 9.40625C2.89931 9.24653 3.09722 9.16667 3.33333 9.16667H5.83333V8.33333C5.83333 8.09722 5.91319 7.89931 6.07292 7.73958C6.23264 7.57986 6.43056 7.5 6.66667 7.5C6.90278 7.5 7.10069 7.57986 7.26042 7.73958C7.42014 7.89931 7.5 8.09722 7.5 8.33333V11.6667C7.5 11.9028 7.42014 12.1007 7.26042 12.2604C7.10069 12.4201 6.90278 12.5 6.66667 12.5ZM10 10.8333C9.76389 10.8333 9.56597 10.7535 9.40625 10.5938C9.24653 10.434 9.16667 10.2361 9.16667 10C9.16667 9.76389 9.24653 9.56597 9.40625 9.40625C9.56597 9.24653 9.76389 9.16667 10 9.16667H16.6667C16.9028 9.16667 17.1007 9.24653 17.2604 9.40625C17.4201 9.56597 17.5 9.76389 17.5 10C17.5 10.2361 17.4201 10.434 17.2604 10.5938C17.1007 10.7535 16.9028 10.8333 16.6667 10.8333H10ZM13.3333 7.5C13.0972 7.5 12.8993 7.42014 12.7396 7.26042C12.5799 7.10069 12.5 6.90278 12.5 6.66667V3.33333C12.5 3.09722 12.5799 2.89931 12.7396 2.73958C12.8993 2.57986 13.0972 2.5 13.3333 2.5C13.5694 2.5 13.7674 2.57986 13.9271 2.73958C14.0868 2.89931 14.1667 3.09722 14.1667 3.33333V4.16667H16.6667C16.9028 4.16667 17.1007 4.24653 17.2604 4.40625C17.4201 4.56597 17.5 4.76389 17.5 5C17.5 5.23611 17.4201 5.43403 17.2604 5.59375C17.1007 5.75347 16.9028 5.83333 16.6667 5.83333H14.1667V6.66667C14.1667 6.90278 14.0868 7.10069 13.9271 7.26042C13.7674 7.42014 13.5694 7.5 13.3333 7.5ZM3.33333 5.83333C3.09722 5.83333 2.89931 5.75347 2.73958 5.59375C2.57986 5.43403 2.5 5.23611 2.5 5C2.5 4.76389 2.57986 4.56597 2.73958 4.40625C2.89931 4.24653 3.09722 4.16667 3.33333 4.16667H10C10.2361 4.16667 10.434 4.24653 10.5938 4.40625C10.7535 4.56597 10.8333 4.76389 10.8333 5C10.8333 5.23611 10.7535 5.43403 10.5938 5.59375C10.434 5.75347 10.2361 5.83333 10 5.83333H3.33333Z",fill:n})}),Q0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.7292C10.2361 14.7292 10.434 14.6493 10.5938 14.4896C10.7535 14.3299 10.8333 14.1319 10.8333 13.8958V11.2292L11.5833 11.9792C11.7361 12.1319 11.9306 12.2083 12.1667 12.2083C12.4028 12.2083 12.5972 12.1319 12.75 11.9792C12.9028 11.8264 12.9792 11.6319 12.9792 11.3958C12.9792 11.1597 12.9028 10.9653 12.75 10.8125L10.5833 8.66667C10.4167 8.5 10.2222 8.41667 10 8.41667C9.77778 8.41667 9.58333 8.5 9.41667 8.66667L7.25 10.8125C7.09722 10.9653 7.02083 11.1597 7.02083 11.3958C7.02083 11.6319 7.09722 11.8264 7.25 11.9792C7.40278 12.1319 7.59722 12.2083 7.83333 12.2083C8.06944 12.2083 8.26389 12.1319 8.41667 11.9792L9.16667 11.2292V13.8958C9.16667 14.1319 9.24653 14.3299 9.40625 14.4896C9.56597 14.6493 9.76389 14.7292 10 14.7292ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5Z",fill:n})}),X0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 14.7292C10.2361 14.7292 10.434 14.6493 10.5938 14.4896C10.7535 14.3299 10.8333 14.1319 10.8333 13.8958V11.2292L11.5833 11.9792C11.7361 12.1319 11.9306 12.2083 12.1667 12.2083C12.4028 12.2083 12.5972 12.1319 12.75 11.9792C12.9028 11.8264 12.9792 11.6319 12.9792 11.3958C12.9792 11.1597 12.9028 10.9653 12.75 10.8125L10.5833 8.66667C10.4167 8.5 10.2222 8.41667 10 8.41667C9.77778 8.41667 9.58333 8.5 9.41667 8.66667L7.25 10.8125C7.09722 10.9653 7.02083 11.1597 7.02083 11.3958C7.02083 11.6319 7.09722 11.8264 7.25 11.9792C7.40278 12.1319 7.59722 12.2083 7.83333 12.2083C8.06944 12.2083 8.26389 12.1319 8.41667 11.9792L9.16667 11.2292V13.8958C9.16667 14.1319 9.24653 14.3299 9.40625 14.4896C9.56597 14.6493 9.76389 14.7292 10 14.7292ZM4.16667 6.66667V15.8333H15.8333V6.66667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V5.4375C2.5 5.24306 2.53125 5.05556 2.59375 4.875C2.65625 4.69444 2.75 4.52778 2.875 4.375L3.91667 3.10417C4.06944 2.90972 4.26042 2.76042 4.48958 2.65625C4.71875 2.55208 4.95833 2.5 5.20833 2.5H14.7917C15.0417 2.5 15.2812 2.55208 15.5104 2.65625C15.7396 2.76042 15.9306 2.90972 16.0833 3.10417L17.125 4.375C17.25 4.52778 17.3438 4.69444 17.4062 4.875C17.4688 5.05556 17.5 5.24306 17.5 5.4375V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.5 5H15.5L14.7917 4.16667H5.20833L4.5 5Z",fill:n})}),J0=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 15.8333C6.43056 15.8333 6.23264 15.7535 6.07292 15.5937C5.91319 15.434 5.83333 15.2361 5.83333 15C5.83333 14.7639 5.91319 14.566 6.07292 14.4062C6.23264 14.2465 6.43056 14.1667 6.66667 14.1667H11.75C12.625 14.1667 13.3854 13.8889 14.0312 13.3333C14.6771 12.7778 15 12.0833 15 11.25C15 10.4167 14.6771 9.72222 14.0312 9.16667C13.3854 8.61111 12.625 8.33333 11.75 8.33333H6.5L8.08333 9.91667C8.23611 10.0694 8.3125 10.2639 8.3125 10.5C8.3125 10.7361 8.23611 10.9306 8.08333 11.0833C7.93056 11.2361 7.73611 11.3125 7.5 11.3125C7.26389 11.3125 7.06944 11.2361 6.91667 11.0833L3.91667 8.08333C3.83333 8 3.77431 7.90972 3.73958 7.8125C3.70486 7.71528 3.6875 7.61111 3.6875 7.5C3.6875 7.38889 3.70486 7.28472 3.73958 7.1875C3.77431 7.09028 3.83333 7 3.91667 6.91667L6.91667 3.91667C7.06944 3.76389 7.26389 3.6875 7.5 3.6875C7.73611 3.6875 7.93056 3.76389 8.08333 3.91667C8.23611 4.06944 8.3125 4.26389 8.3125 4.5C8.3125 4.73611 8.23611 4.93056 8.08333 5.08333L6.5 6.66667H11.75C13.0972 6.66667 14.2535 7.10417 15.2187 7.97917C16.184 8.85417 16.6667 9.94444 16.6667 11.25C16.6667 12.5556 16.184 13.6458 15.2187 14.5208C14.2535 15.3958 13.0972 15.8333 11.75 15.8333H6.66667Z",fill:n})}),CC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.00004 16.6667C4.54171 16.6667 4.14935 16.5035 3.82296 16.1771C3.49657 15.8507 3.33337 15.4583 3.33337 15V13.3333C3.33337 13.0972 3.41324 12.8993 3.57296 12.7396C3.73268 12.5799 3.9306 12.5 4.16671 12.5C4.40282 12.5 4.60074 12.5799 4.76046 12.7396C4.92018 12.8993 5.00004 13.0972 5.00004 13.3333V15H15V13.3333C15 13.0972 15.0799 12.8993 15.2396 12.7396C15.3993 12.5799 15.5973 12.5 15.8334 12.5C16.0695 12.5 16.2674 12.5799 16.4271 12.7396C16.5868 12.8993 16.6667 13.0972 16.6667 13.3333V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4584 16.6667 15 16.6667H5.00004ZM9.16671 6.54167L7.60421 8.10417C7.43754 8.27083 7.23962 8.35069 7.01046 8.34375C6.78129 8.33681 6.58337 8.25 6.41671 8.08333C6.26393 7.91667 6.18407 7.72222 6.17712 7.5C6.17018 7.27778 6.25004 7.08333 6.41671 6.91667L9.41671 3.91667C9.50004 3.83333 9.59032 3.77431 9.68754 3.73958C9.78476 3.70486 9.88893 3.6875 10 3.6875C10.1112 3.6875 10.2153 3.70486 10.3125 3.73958C10.4098 3.77431 10.5 3.83333 10.5834 3.91667L13.5834 6.91667C13.75 7.08333 13.8299 7.27778 13.823 7.5C13.816 7.72222 13.7362 7.91667 13.5834 8.08333C13.4167 8.25 13.2188 8.33681 12.9896 8.34375C12.7605 8.35069 12.5625 8.27083 12.3959 8.10417L10.8334 6.54167V12.5C10.8334 12.7361 10.7535 12.934 10.5938 13.0937C10.4341 13.2535 10.2362 13.3333 10 13.3333C9.76393 13.3333 9.56601 13.2535 9.40629 13.0937C9.24657 12.934 9.16671 12.7361 9.16671 12.5V6.54167Z",fill:n})}),eC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 9.16665H13.3333C13.0971 9.16665 12.8992 9.08678 12.7395 8.92706C12.5798 8.76734 12.4999 8.56942 12.4999 8.33331C12.4999 8.0972 12.5798 7.89928 12.7395 7.73956C12.8992 7.57984 13.0971 7.49998 13.3333 7.49998H14.9999V5.83331C14.9999 5.5972 15.0798 5.39929 15.2395 5.23956C15.3992 5.07984 15.5971 4.99998 15.8333 4.99998C16.0694 4.99998 16.2673 5.07984 16.427 5.23956C16.5867 5.39929 16.6666 5.5972 16.6666 5.83331V7.49998H18.3333C18.5694 7.49998 18.7673 7.57984 18.927 7.73956C19.0867 7.89928 19.1666 8.0972 19.1666 8.33331C19.1666 8.56942 19.0867 8.76734 18.927 8.92706C18.7673 9.08678 18.5694 9.16665 18.3333 9.16665H16.6666V10.8333C16.6666 11.0694 16.5867 11.2673 16.427 11.4271C16.2673 11.5868 16.0694 11.6666 15.8333 11.6666C15.5971 11.6666 15.3992 11.5868 15.2395 11.4271C15.0798 11.2673 14.9999 11.0694 14.9999 10.8333V9.16665ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36803 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36803 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM0.833252 15V14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15Z",fill:n})}),tC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 9.16665H13.3333C13.0971 9.16665 12.8992 9.08678 12.7395 8.92706C12.5798 8.76734 12.4999 8.56942 12.4999 8.33331C12.4999 8.0972 12.5798 7.89928 12.7395 7.73956C12.8992 7.57984 13.0971 7.49998 13.3333 7.49998H14.9999V5.83331C14.9999 5.5972 15.0798 5.39929 15.2395 5.23956C15.3992 5.07984 15.5971 4.99998 15.8333 4.99998C16.0694 4.99998 16.2673 5.07984 16.427 5.23956C16.5867 5.39929 16.6666 5.5972 16.6666 5.83331V7.49998H18.3333C18.5694 7.49998 18.7673 7.57984 18.927 7.73956C19.0867 7.89928 19.1666 8.0972 19.1666 8.33331C19.1666 8.56942 19.0867 8.76734 18.927 8.92706C18.7673 9.08678 18.5694 9.16665 18.3333 9.16665H16.6666V10.8333C16.6666 11.0694 16.5867 11.2673 16.427 11.4271C16.2673 11.5868 16.0694 11.6666 15.8333 11.6666C15.5971 11.6666 15.3992 11.5868 15.2395 11.4271C15.0798 11.2673 14.9999 11.0694 14.9999 10.8333V9.16665ZM7.49992 9.99998C6.58325 9.99998 5.79853 9.67359 5.14575 9.02081C4.49297 8.36803 4.16659 7.58331 4.16659 6.66665C4.16659 5.74998 4.49297 4.96526 5.14575 4.31248C5.79853 3.6597 6.58325 3.33331 7.49992 3.33331C8.41659 3.33331 9.20131 3.6597 9.85409 4.31248C10.5069 4.96526 10.8333 5.74998 10.8333 6.66665C10.8333 7.58331 10.5069 8.36803 9.85409 9.02081C9.20131 9.67359 8.41659 9.99998 7.49992 9.99998ZM0.833252 15V14.3333C0.833252 13.8611 0.95478 13.4271 1.19784 13.0312C1.44089 12.6354 1.76381 12.3333 2.16659 12.125C3.0277 11.6944 3.9027 11.3715 4.79159 11.1562C5.68047 10.941 6.58325 10.8333 7.49992 10.8333C8.41659 10.8333 9.31936 10.941 10.2083 11.1562C11.0971 11.3715 11.9721 11.6944 12.8333 12.125C13.236 12.3333 13.5589 12.6354 13.802 13.0312C14.0451 13.4271 14.1666 13.8611 14.1666 14.3333V15C14.1666 15.4583 14.0034 15.8507 13.677 16.1771C13.3506 16.5035 12.9583 16.6666 12.4999 16.6666H2.49992C2.04159 16.6666 1.64922 16.5035 1.32284 16.1771C0.996446 15.8507 0.833252 15.4583 0.833252 15ZM2.49992 15H12.4999V14.3333C12.4999 14.1805 12.4617 14.0416 12.3853 13.9166C12.3089 13.7916 12.2083 13.6944 12.0833 13.625C11.3333 13.25 10.5763 12.9687 9.81242 12.7812C9.04853 12.5937 8.2777 12.5 7.49992 12.5C6.72214 12.5 5.95131 12.5937 5.18742 12.7812C4.42353 12.9687 3.66659 13.25 2.91659 13.625C2.79159 13.6944 2.69089 13.7916 2.6145 13.9166C2.53811 14.0416 2.49992 14.1805 2.49992 14.3333V15ZM7.49992 8.33331C7.95825 8.33331 8.35061 8.17012 8.677 7.84373C9.00339 7.51734 9.16659 7.12498 9.16659 6.66665C9.16659 6.20831 9.00339 5.81595 8.677 5.48956C8.35061 5.16317 7.95825 4.99998 7.49992 4.99998C7.04159 4.99998 6.64922 5.16317 6.32284 5.48956C5.99645 5.81595 5.83325 6.20831 5.83325 6.66665C5.83325 7.12498 5.99645 7.51734 6.32284 7.84373C6.64922 8.17012 7.04159 8.33331 7.49992 8.33331Z",fill:n})}),nC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.87508 14.25C5.58341 13.7084 6.37508 13.2813 7.25008 12.9688C8.12508 12.6563 9.04175 12.5 10.0001 12.5C10.9584 12.5 11.8751 12.6563 12.7501 12.9688C13.6251 13.2813 14.4167 13.7084 15.1251 14.25C15.6112 13.6806 15.9897 13.0347 16.2605 12.3125C16.5313 11.5903 16.6667 10.8195 16.6667 10C16.6667 8.1528 16.0174 6.57988 14.7188 5.28127C13.4202 3.98266 11.8473 3.33335 10.0001 3.33335C8.15286 3.33335 6.57994 3.98266 5.28133 5.28127C3.98272 6.57988 3.33341 8.1528 3.33341 10C3.33341 10.8195 3.46883 11.5903 3.73966 12.3125C4.0105 13.0347 4.38897 13.6806 4.87508 14.25ZM10.0001 10.8334C9.18064 10.8334 8.48966 10.5521 7.92716 9.9896C7.36466 9.4271 7.08341 8.73613 7.08341 7.91669C7.08341 7.09724 7.36466 6.40627 7.92716 5.84377C8.48966 5.28127 9.18064 5.00002 10.0001 5.00002C10.8195 5.00002 11.5105 5.28127 12.073 5.84377C12.6355 6.40627 12.9167 7.09724 12.9167 7.91669C12.9167 8.73613 12.6355 9.4271 12.073 9.9896C11.5105 10.5521 10.8195 10.8334 10.0001 10.8334ZM10.0001 18.3334C8.8473 18.3334 7.76397 18.1146 6.75008 17.6771C5.73619 17.2396 4.85425 16.6459 4.10425 15.8959C3.35425 15.1459 2.7605 14.2639 2.323 13.25C1.8855 12.2361 1.66675 11.1528 1.66675 10C1.66675 8.84724 1.8855 7.76391 2.323 6.75002C2.7605 5.73613 3.35425 4.85419 4.10425 4.10419C4.85425 3.35419 5.73619 2.76044 6.75008 2.32294C7.76397 1.88544 8.8473 1.66669 10.0001 1.66669C11.1529 1.66669 12.2362 1.88544 13.2501 2.32294C14.264 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2397 5.73613 17.6772 6.75002C18.1147 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1147 12.2361 17.6772 13.25C17.2397 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.264 17.2396 13.2501 17.6771C12.2362 18.1146 11.1529 18.3334 10.0001 18.3334Z",fill:n})}),rC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.87508 14.25C5.58341 13.7084 6.37508 13.2813 7.25008 12.9688C8.12508 12.6563 9.04175 12.5 10.0001 12.5C10.9584 12.5 11.8751 12.6563 12.7501 12.9688C13.6251 13.2813 14.4167 13.7084 15.1251 14.25C15.6112 13.6806 15.9897 13.0347 16.2605 12.3125C16.5313 11.5903 16.6667 10.8195 16.6667 10C16.6667 8.1528 16.0174 6.57988 14.7188 5.28127C13.4202 3.98266 11.8473 3.33335 10.0001 3.33335C8.15286 3.33335 6.57994 3.98266 5.28133 5.28127C3.98272 6.57988 3.33341 8.1528 3.33341 10C3.33341 10.8195 3.46883 11.5903 3.73966 12.3125C4.0105 13.0347 4.38897 13.6806 4.87508 14.25ZM10.0001 10.8334C9.18064 10.8334 8.48966 10.5521 7.92716 9.9896C7.36466 9.4271 7.08341 8.73613 7.08341 7.91669C7.08341 7.09724 7.36466 6.40627 7.92716 5.84377C8.48966 5.28127 9.18064 5.00002 10.0001 5.00002C10.8195 5.00002 11.5105 5.28127 12.073 5.84377C12.6355 6.40627 12.9167 7.09724 12.9167 7.91669C12.9167 8.73613 12.6355 9.4271 12.073 9.9896C11.5105 10.5521 10.8195 10.8334 10.0001 10.8334ZM10.0001 18.3334C8.8473 18.3334 7.76397 18.1146 6.75008 17.6771C5.73619 17.2396 4.85425 16.6459 4.10425 15.8959C3.35425 15.1459 2.7605 14.2639 2.323 13.25C1.8855 12.2361 1.66675 11.1528 1.66675 10C1.66675 8.84724 1.8855 7.76391 2.323 6.75002C2.7605 5.73613 3.35425 4.85419 4.10425 4.10419C4.85425 3.35419 5.73619 2.76044 6.75008 2.32294C7.76397 1.88544 8.8473 1.66669 10.0001 1.66669C11.1529 1.66669 12.2362 1.88544 13.2501 2.32294C14.264 2.76044 15.1459 3.35419 15.8959 4.10419C16.6459 4.85419 17.2397 5.73613 17.6772 6.75002C18.1147 7.76391 18.3334 8.84724 18.3334 10C18.3334 11.1528 18.1147 12.2361 17.6772 13.25C17.2397 14.2639 16.6459 15.1459 15.8959 15.8959C15.1459 16.6459 14.264 17.2396 13.2501 17.6771C12.2362 18.1146 11.1529 18.3334 10.0001 18.3334ZM10.0001 16.6667C10.7362 16.6667 11.4306 16.559 12.0834 16.3438C12.7362 16.1285 13.3334 15.8195 13.8751 15.4167C13.3334 15.0139 12.7362 14.7049 12.0834 14.4896C11.4306 14.2743 10.7362 14.1667 10.0001 14.1667C9.26397 14.1667 8.56953 14.2743 7.91675 14.4896C7.26397 14.7049 6.66675 15.0139 6.12508 15.4167C6.66675 15.8195 7.26397 16.1285 7.91675 16.3438C8.56953 16.559 9.26397 16.6667 10.0001 16.6667ZM10.0001 9.16669C10.3612 9.16669 10.6598 9.04863 10.8959 8.81252C11.132 8.57641 11.2501 8.2778 11.2501 7.91669C11.2501 7.55558 11.132 7.25696 10.8959 7.02085C10.6598 6.78474 10.3612 6.66669 10.0001 6.66669C9.63897 6.66669 9.34036 6.78474 9.10425 7.02085C8.86814 7.25696 8.75008 7.55558 8.75008 7.91669C8.75008 8.2778 8.86814 8.57641 9.10425 8.81252C9.34036 9.04863 9.63897 9.16669 10.0001 9.16669Z",fill:n})}),oC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99992 9.99998C9.08325 9.99998 8.29853 9.67359 7.64575 9.02081C6.99297 8.36804 6.66659 7.58331 6.66659 6.66665C6.66659 5.74998 6.99297 4.96526 7.64575 4.31248C8.29853 3.6597 9.08325 3.33331 9.99992 3.33331C10.9166 3.33331 11.7013 3.6597 12.3541 4.31248C13.0069 4.96526 13.3333 5.74998 13.3333 6.66665C13.3333 7.58331 13.0069 8.36804 12.3541 9.02081C11.7013 9.67359 10.9166 9.99998 9.99992 9.99998ZM3.33325 15V14.3333C3.33325 13.8611 3.45478 13.4271 3.69784 13.0312C3.94089 12.6354 4.26381 12.3333 4.66659 12.125C5.5277 11.6944 6.4027 11.3715 7.29159 11.1562C8.18047 10.941 9.08325 10.8333 9.99992 10.8333C10.9166 10.8333 11.8194 10.941 12.7083 11.1562C13.5971 11.3715 14.4721 11.6944 15.3333 12.125C15.736 12.3333 16.0589 12.6354 16.302 13.0312C16.5451 13.4271 16.6666 13.8611 16.6666 14.3333V15C16.6666 15.4583 16.5034 15.8507 16.177 16.1771C15.8506 16.5035 15.4583 16.6666 14.9999 16.6666H4.99992C4.54159 16.6666 4.14922 16.5035 3.82284 16.1771C3.49645 15.8507 3.33325 15.4583 3.33325 15Z",fill:n})}),sC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99992 9.99998C9.08325 9.99998 8.29853 9.67359 7.64575 9.02081C6.99297 8.36804 6.66659 7.58331 6.66659 6.66665C6.66659 5.74998 6.99297 4.96526 7.64575 4.31248C8.29853 3.6597 9.08325 3.33331 9.99992 3.33331C10.9166 3.33331 11.7013 3.6597 12.3541 4.31248C13.0069 4.96526 13.3333 5.74998 13.3333 6.66665C13.3333 7.58331 13.0069 8.36804 12.3541 9.02081C11.7013 9.67359 10.9166 9.99998 9.99992 9.99998ZM3.33325 15V14.3333C3.33325 13.8611 3.45478 13.4271 3.69784 13.0312C3.94089 12.6354 4.26381 12.3333 4.66659 12.125C5.5277 11.6944 6.4027 11.3715 7.29159 11.1562C8.18047 10.941 9.08325 10.8333 9.99992 10.8333C10.9166 10.8333 11.8194 10.941 12.7083 11.1562C13.5971 11.3715 14.4721 11.6944 15.3333 12.125C15.736 12.3333 16.0589 12.6354 16.302 13.0312C16.5451 13.4271 16.6666 13.8611 16.6666 14.3333V15C16.6666 15.4583 16.5034 15.8507 16.177 16.1771C15.8506 16.5035 15.4583 16.6666 14.9999 16.6666H4.99992C4.54159 16.6666 4.14922 16.5035 3.82284 16.1771C3.49645 15.8507 3.33325 15.4583 3.33325 15ZM4.99992 15H14.9999V14.3333C14.9999 14.1805 14.9617 14.0416 14.8853 13.9166C14.8089 13.7916 14.7083 13.6944 14.5833 13.625C13.8333 13.25 13.0763 12.9687 12.3124 12.7812C11.5485 12.5937 10.7777 12.5 9.99992 12.5C9.22214 12.5 8.45131 12.5937 7.68742 12.7812C6.92353 12.9687 6.16659 13.25 5.41659 13.625C5.29159 13.6944 5.19089 13.7916 5.1145 13.9166C5.03811 14.0416 4.99992 14.1805 4.99992 14.3333V15ZM9.99992 8.33331C10.4583 8.33331 10.8506 8.17012 11.177 7.84373C11.5034 7.51734 11.6666 7.12498 11.6666 6.66665C11.6666 6.20831 11.5034 5.81595 11.177 5.48956C10.8506 5.16317 10.4583 4.99998 9.99992 4.99998C9.54159 4.99998 9.14922 5.16317 8.82284 5.48956C8.49645 5.81595 8.33325 6.20831 8.33325 6.66665C8.33325 7.12498 8.49645 7.51734 8.82284 7.84373C9.14922 8.17012 9.54159 8.33331 9.99992 8.33331Z",fill:n})}),lC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M1.66675 15V14.3333C1.66675 13.8611 1.7848 13.4271 2.02091 13.0312C2.25703 12.6354 2.58341 12.3333 3.00008 12.125C3.79175 11.7222 4.61466 11.4028 5.46883 11.1666C6.323 10.9305 7.19453 10.8125 8.08341 10.8125C8.27786 10.8125 8.43064 10.8993 8.54175 11.0729C8.65286 11.2465 8.67369 11.4305 8.60425 11.625C8.52091 11.9166 8.45841 12.2083 8.41675 12.5C8.37508 12.7916 8.35425 13.0903 8.35425 13.3958C8.35425 13.7986 8.39591 14.1875 8.47925 14.5625C8.56258 14.9375 8.68064 15.3055 8.83341 15.6666C8.94453 15.9028 8.93411 16.1285 8.80216 16.3437C8.67022 16.559 8.48619 16.6666 8.25008 16.6666H3.33341C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15ZM14.1667 15C14.6251 15 15.0174 14.8368 15.3438 14.5104C15.6702 14.184 15.8334 13.7916 15.8334 13.3333C15.8334 12.875 15.6702 12.4826 15.3438 12.1562C15.0174 11.8298 14.6251 11.6666 14.1667 11.6666C13.7084 11.6666 13.3161 11.8298 12.9897 12.1562C12.6633 12.4826 12.5001 12.875 12.5001 13.3333C12.5001 13.7916 12.6633 14.184 12.9897 14.5104C13.3161 14.8368 13.7084 15 14.1667 15ZM8.33341 9.99998C7.41675 9.99998 6.63203 9.67359 5.97925 9.02081C5.32647 8.36803 5.00008 7.58331 5.00008 6.66665C5.00008 5.74998 5.32647 4.96526 5.97925 4.31248C6.63203 3.6597 7.41675 3.33331 8.33341 3.33331C9.25008 3.33331 10.0348 3.6597 10.6876 4.31248C11.3404 4.96526 11.6667 5.74998 11.6667 6.66665C11.6667 7.58331 11.3404 8.36803 10.6876 9.02081C10.0348 9.67359 9.25008 9.99998 8.33341 9.99998ZM13.2084 16.8333L13.0834 16.25C12.9167 16.1805 12.7605 16.1076 12.6147 16.0312C12.4688 15.9548 12.3195 15.8611 12.1667 15.75L11.5626 15.9375C11.382 15.993 11.2049 15.9861 11.0313 15.9166C10.8577 15.8472 10.7223 15.7361 10.6251 15.5833L10.4584 15.2916C10.3612 15.125 10.3265 14.9444 10.3542 14.75C10.382 14.5555 10.4723 14.3958 10.6251 14.2708L11.0834 13.875C11.0556 13.6805 11.0417 13.5 11.0417 13.3333C11.0417 13.1666 11.0556 12.9861 11.0834 12.7916L10.6251 12.3958C10.4723 12.2708 10.382 12.1146 10.3542 11.9271C10.3265 11.7396 10.3612 11.5625 10.4584 11.3958L10.6459 11.0833C10.7431 10.9305 10.8751 10.8194 11.0417 10.75C11.2084 10.6805 11.382 10.6736 11.5626 10.7291L12.1667 10.9166C12.3195 10.8055 12.4688 10.7118 12.6147 10.6354C12.7605 10.559 12.9167 10.4861 13.0834 10.4166L13.2084 9.81248C13.2501 9.61803 13.3438 9.46178 13.4897 9.34373C13.6355 9.22567 13.8056 9.16665 14.0001 9.16665H14.3334C14.5279 9.16665 14.698 9.22915 14.8438 9.35415C14.9897 9.47915 15.0834 9.63887 15.1251 9.83331L15.2501 10.4166C15.4167 10.4861 15.573 10.5625 15.7188 10.6458C15.8647 10.7291 16.014 10.8333 16.1667 10.9583L16.7292 10.7708C16.9237 10.7014 17.1112 10.7014 17.2917 10.7708C17.4723 10.8403 17.6112 10.9583 17.7084 11.125L17.8751 11.4166C17.9723 11.5833 18.007 11.7639 17.9792 11.9583C17.9515 12.1528 17.8612 12.3125 17.7084 12.4375L17.2501 12.8333C17.2779 13 17.2917 13.1736 17.2917 13.3541C17.2917 13.5347 17.2779 13.7083 17.2501 13.875L17.7084 14.2708C17.8612 14.3958 17.9515 14.5521 17.9792 14.7396C18.007 14.9271 17.9723 15.1041 17.8751 15.2708L17.6876 15.5833C17.5904 15.7361 17.4584 15.8472 17.2917 15.9166C17.1251 15.9861 16.9515 15.993 16.7709 15.9375L16.1667 15.75C16.014 15.8611 15.8647 15.9548 15.7188 16.0312C15.573 16.1076 15.4167 16.1805 15.2501 16.25L15.1251 16.8541C15.0834 17.0486 14.9897 17.2048 14.8438 17.3229C14.698 17.441 14.5279 17.5 14.3334 17.5H14.0001C13.8056 17.5 13.6355 17.4375 13.4897 17.3125C13.3438 17.1875 13.2501 17.0278 13.2084 16.8333Z",fill:n})}),iC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M8.33341 9.99998C7.41675 9.99998 6.63203 9.67359 5.97925 9.02081C5.32647 8.36803 5.00008 7.58331 5.00008 6.66665C5.00008 5.74998 5.32647 4.96526 5.97925 4.31248C6.63203 3.6597 7.41675 3.33331 8.33341 3.33331C9.25008 3.33331 10.0348 3.6597 10.6876 4.31248C11.3404 4.96526 11.6667 5.74998 11.6667 6.66665C11.6667 7.58331 11.3404 8.36803 10.6876 9.02081C10.0348 9.67359 9.25008 9.99998 8.33341 9.99998ZM1.66675 15V14.3333C1.66675 13.875 1.7848 13.4444 2.02091 13.0416C2.25703 12.6389 2.58341 12.3333 3.00008 12.125C3.80564 11.7222 4.63897 11.4062 5.50008 11.1771C6.36119 10.9479 7.24314 10.8333 8.14591 10.8333C8.38203 10.8333 8.57994 10.9166 8.73966 11.0833C8.89939 11.25 8.97925 11.4514 8.97925 11.6875C8.97925 11.9236 8.89939 12.1215 8.73966 12.2812C8.57994 12.441 8.38203 12.5208 8.14591 12.5208C7.36814 12.5208 6.61466 12.618 5.8855 12.8125C5.15633 13.0069 4.44453 13.2778 3.75008 13.625C3.61119 13.6944 3.50703 13.7916 3.43758 13.9166C3.36814 14.0416 3.33341 14.1805 3.33341 14.3333V15H8.14591C8.38203 15 8.57994 15.0798 8.73966 15.2396C8.89939 15.3993 8.97925 15.5972 8.97925 15.8333C8.97925 16.0694 8.89939 16.2673 8.73966 16.4271C8.57994 16.5868 8.38203 16.6666 8.14591 16.6666H3.33341C2.87508 16.6666 2.48272 16.5035 2.15633 16.1771C1.82994 15.8507 1.66675 15.4583 1.66675 15ZM13.2084 16.8333L13.0834 16.25C12.9167 16.1805 12.7605 16.1076 12.6147 16.0312C12.4688 15.9548 12.3195 15.8611 12.1667 15.75L11.5626 15.9375C11.382 15.993 11.2049 15.9861 11.0313 15.9166C10.8577 15.8472 10.7223 15.7361 10.6251 15.5833L10.4584 15.2916C10.3612 15.125 10.3265 14.9444 10.3542 14.75C10.382 14.5555 10.4723 14.3958 10.6251 14.2708L11.0834 13.875C11.0556 13.6805 11.0417 13.5 11.0417 13.3333C11.0417 13.1666 11.0556 12.9861 11.0834 12.7916L10.6251 12.3958C10.4723 12.2708 10.382 12.1146 10.3542 11.9271C10.3265 11.7396 10.3612 11.5625 10.4584 11.3958L10.6459 11.0833C10.7431 10.9305 10.8751 10.8194 11.0417 10.75C11.2084 10.6805 11.382 10.6736 11.5626 10.7291L12.1667 10.9166C12.3195 10.8055 12.4688 10.7118 12.6147 10.6354C12.7605 10.559 12.9167 10.4861 13.0834 10.4166L13.2084 9.81248C13.2501 9.61803 13.3438 9.46178 13.4897 9.34373C13.6355 9.22567 13.8056 9.16665 14.0001 9.16665H14.3334C14.5279 9.16665 14.698 9.22915 14.8438 9.35415C14.9897 9.47915 15.0834 9.63887 15.1251 9.83331L15.2501 10.4166C15.4167 10.4861 15.573 10.5625 15.7188 10.6458C15.8647 10.7291 16.014 10.8333 16.1667 10.9583L16.7292 10.7708C16.9237 10.7014 17.1112 10.7014 17.2917 10.7708C17.4723 10.8403 17.6112 10.9583 17.7084 11.125L17.8751 11.4166C17.9723 11.5833 18.007 11.7639 17.9792 11.9583C17.9515 12.1528 17.8612 12.3125 17.7084 12.4375L17.2501 12.8333C17.2779 13 17.2917 13.1736 17.2917 13.3541C17.2917 13.5347 17.2779 13.7083 17.2501 13.875L17.7084 14.2708C17.8612 14.3958 17.9515 14.5521 17.9792 14.7396C18.007 14.9271 17.9723 15.1041 17.8751 15.2708L17.6876 15.5833C17.5904 15.7361 17.4584 15.8472 17.2917 15.9166C17.1251 15.9861 16.9515 15.993 16.7709 15.9375L16.1667 15.75C16.014 15.8611 15.8647 15.9548 15.7188 16.0312C15.573 16.1076 15.4167 16.1805 15.2501 16.25L15.1251 16.8541C15.0834 17.0486 14.9897 17.2048 14.8438 17.3229C14.698 17.441 14.5279 17.5 14.3334 17.5H14.0001C13.8056 17.5 13.6355 17.4375 13.4897 17.3125C13.3438 17.1875 13.2501 17.0278 13.2084 16.8333ZM14.1667 15C14.6251 15 15.0174 14.8368 15.3438 14.5104C15.6702 14.184 15.8334 13.7916 15.8334 13.3333C15.8334 12.875 15.6702 12.4826 15.3438 12.1562C15.0174 11.8298 14.6251 11.6666 14.1667 11.6666C13.7084 11.6666 13.3161 11.8298 12.9897 12.1562C12.6633 12.4826 12.5001 12.875 12.5001 13.3333C12.5001 13.7916 12.6633 14.184 12.9897 14.5104C13.3161 14.8368 13.7084 15 14.1667 15ZM8.33341 8.33331C8.79175 8.33331 9.18411 8.17012 9.5105 7.84373C9.83689 7.51734 10.0001 7.12498 10.0001 6.66665C10.0001 6.20831 9.83689 5.81595 9.5105 5.48956C9.18411 5.16317 8.79175 4.99998 8.33341 4.99998C7.87508 4.99998 7.48272 5.16317 7.15633 5.48956C6.82994 5.81595 6.66675 6.20831 6.66675 6.66665C6.66675 7.12498 6.82994 7.51734 7.15633 7.84373C7.48272 8.17012 7.87508 8.33331 8.33341 8.33331Z",fill:n})}),cC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.12502 10.5833L7.91669 9.39581C7.76391 9.24303 7.57294 9.16664 7.34377 9.16664C7.1146 9.16664 6.91669 9.24998 6.75002 9.41664C6.59724 9.56942 6.52085 9.76386 6.52085 9.99998C6.52085 10.2361 6.59724 10.4305 6.75002 10.5833L8.54169 12.375C8.70835 12.5416 8.9028 12.625 9.12502 12.625C9.34724 12.625 9.54169 12.5416 9.70835 12.375L13.25 8.83331C13.4167 8.66664 13.4965 8.4722 13.4896 8.24998C13.4827 8.02775 13.4028 7.83331 13.25 7.66664C13.0834 7.49998 12.8854 7.41317 12.6563 7.40623C12.4271 7.39928 12.2292 7.47914 12.0625 7.64581L9.12502 10.5833ZM6.79169 18.125L5.58335 16.0833L3.29169 15.5833C3.08335 15.5416 2.91669 15.434 2.79169 15.2604C2.66669 15.0868 2.61808 14.8958 2.64585 14.6875L2.87502 12.3333L1.31252 10.5416C1.17363 10.3889 1.10419 10.2083 1.10419 9.99998C1.10419 9.79164 1.17363 9.61109 1.31252 9.45831L2.87502 7.66664L2.64585 5.31248C2.61808 5.10414 2.66669 4.91317 2.79169 4.73956C2.91669 4.56595 3.08335 4.45831 3.29169 4.41664L5.58335 3.91664L6.79169 1.87498C6.9028 1.69442 7.05558 1.57289 7.25002 1.51039C7.44447 1.44789 7.63891 1.45831 7.83335 1.54164L10 2.45831L12.1667 1.54164C12.3611 1.45831 12.5556 1.44789 12.75 1.51039C12.9445 1.57289 13.0972 1.69442 13.2084 1.87498L14.4167 3.91664L16.7084 4.41664C16.9167 4.45831 17.0834 4.56595 17.2084 4.73956C17.3334 4.91317 17.382 5.10414 17.3542 5.31248L17.125 7.66664L18.6875 9.45831C18.8264 9.61109 18.8959 9.79164 18.8959 9.99998C18.8959 10.2083 18.8264 10.3889 18.6875 10.5416L17.125 12.3333L17.3542 14.6875C17.382 14.8958 17.3334 15.0868 17.2084 15.2604C17.0834 15.434 16.9167 15.5416 16.7084 15.5833L14.4167 16.0833L13.2084 18.125C13.0972 18.3055 12.9445 18.4271 12.75 18.4896C12.5556 18.5521 12.3611 18.5416 12.1667 18.4583L10 17.5416L7.83335 18.4583C7.63891 18.5416 7.44447 18.5521 7.25002 18.4896C7.05558 18.4271 6.9028 18.3055 6.79169 18.125Z",fill:n})}),aC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.12502 10.5833L7.91669 9.39581C7.76391 9.24303 7.57294 9.16664 7.34377 9.16664C7.1146 9.16664 6.91669 9.24998 6.75002 9.41664C6.59724 9.56942 6.52085 9.76386 6.52085 9.99998C6.52085 10.2361 6.59724 10.4305 6.75002 10.5833L8.54169 12.375C8.70835 12.5416 8.9028 12.625 9.12502 12.625C9.34724 12.625 9.54169 12.5416 9.70835 12.375L13.25 8.83331C13.4167 8.66664 13.4965 8.4722 13.4896 8.24998C13.4827 8.02775 13.4028 7.83331 13.25 7.66664C13.0834 7.49998 12.8854 7.41317 12.6563 7.40623C12.4271 7.39928 12.2292 7.47914 12.0625 7.64581L9.12502 10.5833ZM6.79169 18.125L5.58335 16.0833L3.29169 15.5833C3.08335 15.5416 2.91669 15.434 2.79169 15.2604C2.66669 15.0868 2.61808 14.8958 2.64585 14.6875L2.87502 12.3333L1.31252 10.5416C1.17363 10.3889 1.10419 10.2083 1.10419 9.99998C1.10419 9.79164 1.17363 9.61109 1.31252 9.45831L2.87502 7.66664L2.64585 5.31248C2.61808 5.10414 2.66669 4.91317 2.79169 4.73956C2.91669 4.56595 3.08335 4.45831 3.29169 4.41664L5.58335 3.91664L6.79169 1.87498C6.9028 1.69442 7.05558 1.57289 7.25002 1.51039C7.44447 1.44789 7.63891 1.45831 7.83335 1.54164L10 2.45831L12.1667 1.54164C12.3611 1.45831 12.5556 1.44789 12.75 1.51039C12.9445 1.57289 13.0972 1.69442 13.2084 1.87498L14.4167 3.91664L16.7084 4.41664C16.9167 4.45831 17.0834 4.56595 17.2084 4.73956C17.3334 4.91317 17.382 5.10414 17.3542 5.31248L17.125 7.66664L18.6875 9.45831C18.8264 9.61109 18.8959 9.79164 18.8959 9.99998C18.8959 10.2083 18.8264 10.3889 18.6875 10.5416L17.125 12.3333L17.3542 14.6875C17.382 14.8958 17.3334 15.0868 17.2084 15.2604C17.0834 15.434 16.9167 15.5416 16.7084 15.5833L14.4167 16.0833L13.2084 18.125C13.0972 18.3055 12.9445 18.4271 12.75 18.4896C12.5556 18.5521 12.3611 18.5416 12.1667 18.4583L10 17.5416L7.83335 18.4583C7.63891 18.5416 7.44447 18.5521 7.25002 18.4896C7.05558 18.4271 6.9028 18.3055 6.79169 18.125ZM7.87502 16.625L10 15.7083L12.1667 16.625L13.3334 14.625L15.625 14.0833L15.4167 11.75L16.9584 9.99998L15.4167 8.20831L15.625 5.87498L13.3334 5.37498L12.125 3.37498L10 4.29164L7.83335 3.37498L6.66669 5.37498L4.37502 5.87498L4.58335 8.20831L3.04169 9.99998L4.58335 11.75L4.37502 14.125L6.66669 14.625L7.87502 16.625Z",fill:n})}),dC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33329 16.6666C2.87496 16.6666 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4583 1.66663 15V4.99998C1.66663 4.54165 1.82982 4.14929 2.15621 3.8229C2.4826 3.49651 2.87496 3.33331 3.33329 3.33331H13.3333C13.7916 3.33331 14.184 3.49651 14.5104 3.8229C14.8368 4.14929 15 4.54165 15 4.99998V8.74998L17.625 6.12498C17.7638 5.98609 17.9166 5.95137 18.0833 6.02081C18.25 6.09026 18.3333 6.2222 18.3333 6.41665V13.5833C18.3333 13.7778 18.25 13.9097 18.0833 13.9791C17.9166 14.0486 17.7638 14.0139 17.625 13.875L15 11.25V15C15 15.4583 14.8368 15.8507 14.5104 16.1771C14.184 16.5035 13.7916 16.6666 13.3333 16.6666H3.33329Z",fill:n})}),wC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.9999 8.75L17.6249 6.125C17.7638 5.98611 17.9166 5.95139 18.0833 6.02083C18.2499 6.09028 18.3333 6.22222 18.3333 6.41667V13.5833C18.3333 13.7778 18.2499 13.9097 18.0833 13.9792C17.9166 14.0486 17.7638 14.0139 17.6249 13.875L14.8541 11.1042C14.7152 11.2986 14.5173 11.4167 14.2603 11.4583C14.0034 11.5 13.7777 11.4236 13.5833 11.2292L7.10409 4.75C6.9652 4.61111 6.88534 4.46528 6.8645 4.3125C6.84367 4.15972 6.86797 4.00694 6.93742 3.85417C7.00686 3.70139 7.10409 3.57639 7.22909 3.47917C7.35409 3.38194 7.51381 3.33333 7.70825 3.33333H13.3333C13.7916 3.33333 14.1839 3.49653 14.5103 3.82292C14.8367 4.14931 14.9999 4.54167 14.9999 5V8.75ZM16.5416 18.875L1.12492 3.45833C0.972141 3.30556 0.895752 3.11111 0.895752 2.875C0.895752 2.63889 0.972141 2.44444 1.12492 2.29167C1.2777 2.13889 1.47214 2.0625 1.70825 2.0625C1.94436 2.0625 2.13881 2.13889 2.29159 2.29167L17.7083 17.7083C17.861 17.8611 17.9374 18.0556 17.9374 18.2917C17.9374 18.5278 17.861 18.7222 17.7083 18.875C17.5555 19.0278 17.361 19.1042 17.1249 19.1042C16.8888 19.1042 16.6944 19.0278 16.5416 18.875ZM3.33325 3.33333L14.9999 15C14.9999 15.4583 14.8367 15.8507 14.5103 16.1771C14.1839 16.5035 13.7916 16.6667 13.3333 16.6667H3.33325C2.87492 16.6667 2.48256 16.5035 2.15617 16.1771C1.82978 15.8507 1.66659 15.4583 1.66659 15V5C1.66659 4.54167 1.82978 4.14931 2.15617 3.82292C2.48256 3.49653 2.87492 3.33333 3.33325 3.33333Z",fill:n})}),uC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15 8.75L17.625 6.125C17.7639 5.98611 17.9167 5.95139 18.0834 6.02083C18.25 6.09028 18.3334 6.22222 18.3334 6.41667V13.5833C18.3334 13.7778 18.25 13.9097 18.0834 13.9792C17.9167 14.0486 17.7639 14.0139 17.625 13.875L15 11.25C15 11.4861 14.9202 11.684 14.7605 11.8438C14.6007 12.0035 14.4028 12.0833 14.1667 12.0833C13.9306 12.0833 13.7327 12.0035 13.573 11.8438C13.4132 11.684 13.3334 11.4861 13.3334 11.25V5H7.50004C7.22226 5 7.01393 4.91319 6.87504 4.73958C6.73615 4.56597 6.66671 4.375 6.66671 4.16667C6.66671 3.95833 6.73615 3.76736 6.87504 3.59375C7.01393 3.42014 7.22226 3.33333 7.50004 3.33333H13.3334C13.7917 3.33333 14.1841 3.49653 14.5105 3.82292C14.8368 4.14931 15 4.54167 15 5V8.75ZM16.5417 18.875L1.12504 3.45833C0.972263 3.30556 0.895874 3.11111 0.895874 2.875C0.895874 2.63889 0.972263 2.44444 1.12504 2.29167C1.27782 2.13889 1.47226 2.0625 1.70837 2.0625C1.94449 2.0625 2.13893 2.13889 2.29171 2.29167L17.7084 17.7083C17.8612 17.8611 17.9375 18.0556 17.9375 18.2917C17.9375 18.5278 17.8612 18.7222 17.7084 18.875C17.5556 19.0278 17.3612 19.1042 17.125 19.1042C16.8889 19.1042 16.6945 19.0278 16.5417 18.875ZM3.33337 3.33333L5.00004 5H3.33337V15H13.3334V13.3333L15 15C15 15.4583 14.8368 15.8507 14.5105 16.1771C14.1841 16.5035 13.7917 16.6667 13.3334 16.6667H3.33337C2.87504 16.6667 2.48268 16.5035 2.15629 16.1771C1.8299 15.8507 1.66671 15.4583 1.66671 15V5C1.66671 4.54167 1.8299 4.14931 2.15629 3.82292C2.48268 3.49653 2.87504 3.33333 3.33337 3.33333Z",fill:n})}),gC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M3.33329 16.6666C2.87496 16.6666 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4583 1.66663 15V4.99998C1.66663 4.54165 1.82982 4.14929 2.15621 3.8229C2.4826 3.49651 2.87496 3.33331 3.33329 3.33331H13.3333C13.7916 3.33331 14.184 3.49651 14.5104 3.8229C14.8368 4.14929 15 4.54165 15 4.99998V8.74998L17.625 6.12498C17.7638 5.98609 17.9166 5.95137 18.0833 6.02081C18.25 6.09026 18.3333 6.2222 18.3333 6.41665V13.5833C18.3333 13.7778 18.25 13.9097 18.0833 13.9791C17.9166 14.0486 17.7638 14.0139 17.625 13.875L15 11.25V15C15 15.4583 14.8368 15.8507 14.5104 16.1771C14.184 16.5035 13.7916 16.6666 13.3333 16.6666H3.33329ZM3.33329 15H13.3333V4.99998H3.33329V15Z",fill:n})}),vC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.6041 8.85419C14.7986 8.72919 14.8958 8.55558 14.8958 8.33335C14.8958 8.11113 14.7986 7.93752 14.6041 7.81252L10.5416 5.20835C10.3333 5.06946 10.1215 5.05905 9.90621 5.1771C9.69093 5.29516 9.58329 5.47919 9.58329 5.72919V10.9375C9.58329 11.1875 9.69093 11.3715 9.90621 11.4896C10.1215 11.6077 10.3333 11.5972 10.5416 11.4584L14.6041 8.85419ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.83335C1.66663 5.59724 1.74649 5.39933 1.90621 5.2396C2.06593 5.07988 2.26385 5.00002 2.49996 5.00002C2.73607 5.00002 2.93399 5.07988 3.09371 5.2396C3.25343 5.39933 3.33329 5.59724 3.33329 5.83335V16.6667H14.1666C14.4027 16.6667 14.6007 16.7465 14.7604 16.9063C14.9201 17.066 15 17.2639 15 17.5C15 17.7361 14.9201 17.934 14.7604 18.0938C14.6007 18.2535 14.4027 18.3334 14.1666 18.3334H3.33329Z",fill:n})}),xC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.6041 8.85419C14.7986 8.72919 14.8958 8.55558 14.8958 8.33335C14.8958 8.11113 14.7986 7.93752 14.6041 7.81252L10.5416 5.20835C10.3333 5.06946 10.1215 5.05905 9.90621 5.1771C9.69093 5.29516 9.58329 5.47919 9.58329 5.72919V10.9375C9.58329 11.1875 9.69093 11.3715 9.90621 11.4896C10.1215 11.6077 10.3333 11.5972 10.5416 11.4584L14.6041 8.85419ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.83335C1.66663 5.59724 1.74649 5.39933 1.90621 5.2396C2.06593 5.07988 2.26385 5.00002 2.49996 5.00002C2.73607 5.00002 2.93399 5.07988 3.09371 5.2396C3.25343 5.39933 3.33329 5.59724 3.33329 5.83335V16.6667H14.1666C14.4027 16.6667 14.6007 16.7465 14.7604 16.9063C14.9201 17.066 15 17.2639 15 17.5C15 17.7361 14.9201 17.934 14.7604 18.0938C14.6007 18.2535 14.4027 18.3334 14.1666 18.3334H3.33329Z",fill:n})}),hC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),pC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H4.16667ZM4.16667 7.5H15.8333V4.16667H4.16667V7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V12.5H4.16667V15.8333Z",fill:n})}),HC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 15.8334C3.70833 15.8334 3.31597 15.6702 2.98958 15.3438C2.66319 15.0174 2.5 14.625 2.5 14.1667V5.83335C2.5 5.37502 2.66319 4.98266 2.98958 4.65627C3.31597 4.32988 3.70833 4.16669 4.16667 4.16669H5.27083C5.72917 4.16669 6.12153 4.32988 6.44792 4.65627C6.77431 4.98266 6.9375 5.37502 6.9375 5.83335V14.1667C6.9375 14.625 6.77431 15.0174 6.44792 15.3438C6.12153 15.6702 5.72917 15.8334 5.27083 15.8334H4.16667ZM9.4375 15.8334C8.97917 15.8334 8.58681 15.6702 8.26042 15.3438C7.93403 15.0174 7.77083 14.625 7.77083 14.1667V5.83335C7.77083 5.37502 7.93403 4.98266 8.26042 4.65627C8.58681 4.32988 8.97917 4.16669 9.4375 4.16669H10.5417C11 4.16669 11.3924 4.32988 11.7188 4.65627C12.0451 4.98266 12.2083 5.37502 12.2083 5.83335V14.1667C12.2083 14.625 12.0451 15.0174 11.7188 15.3438C11.3924 15.6702 11 15.8334 10.5417 15.8334H9.4375ZM14.7083 15.8334C14.25 15.8334 13.8576 15.6702 13.5312 15.3438C13.2049 15.0174 13.0417 14.625 13.0417 14.1667V5.83335C13.0417 5.37502 13.2049 4.98266 13.5312 4.65627C13.8576 4.32988 14.25 4.16669 14.7083 4.16669H15.8125C16.2708 4.16669 16.6632 4.32988 16.9896 4.65627C17.316 4.98266 17.4792 5.37502 17.4792 5.83335V14.1667C17.4792 14.625 17.316 15.0174 16.9896 15.3438C16.6632 15.6702 16.2708 15.8334 15.8125 15.8334H14.7083Z",fill:n})}),VC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.521 14.1667V5.83335C2.521 5.37502 2.68419 4.98266 3.01058 4.65627C3.33697 4.32988 3.72933 4.16669 4.18766 4.16669H15.8335C16.2918 4.16669 16.6842 4.32988 17.0106 4.65627C17.337 4.98266 17.5002 5.37502 17.5002 5.83335V14.1667C17.5002 14.625 17.337 15.0174 17.0106 15.3438C16.6842 15.6702 16.2918 15.8334 15.8335 15.8334H4.18766C3.72933 15.8334 3.33697 15.6702 3.01058 15.3438C2.68419 15.0174 2.521 14.625 2.521 14.1667ZM4.16683 14.1667H6.93766V5.83335H4.16683V14.1667ZM8.60433 14.1667H11.3752V5.83335H8.60433V14.1667ZM13.0418 14.1667H15.8127V5.83335H13.0418V14.1667Z",fill:n})}),LC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H7.5C7.95833 2.5 8.35069 2.66319 8.67708 2.98958C9.00347 3.31597 9.16667 3.70833 9.16667 4.16667V7.5C9.16667 7.95833 9.00347 8.35069 8.67708 8.67708C8.35069 9.00347 7.95833 9.16667 7.5 9.16667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H7.5C7.95833 10.8333 8.35069 10.9965 8.67708 11.3229C9.00347 11.6493 9.16667 12.0417 9.16667 12.5V15.8333C9.16667 16.2917 9.00347 16.684 8.67708 17.0104C8.35069 17.3368 7.95833 17.5 7.5 17.5H4.16667ZM12.5 9.16667C12.0417 9.16667 11.6493 9.00347 11.3229 8.67708C10.9965 8.35069 10.8333 7.95833 10.8333 7.5V4.16667C10.8333 3.70833 10.9965 3.31597 11.3229 2.98958C11.6493 2.66319 12.0417 2.5 12.5 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H12.5ZM12.5 17.5C12.0417 17.5 11.6493 17.3368 11.3229 17.0104C10.9965 16.684 10.8333 16.2917 10.8333 15.8333V12.5C10.8333 12.0417 10.9965 11.6493 11.3229 11.3229C11.6493 10.9965 12.0417 10.8333 12.5 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H12.5Z",fill:n})}),MC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 9.16667C3.70833 9.16667 3.31597 9.00347 2.98958 8.67708C2.66319 8.35069 2.5 7.95833 2.5 7.5V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H7.5C7.95833 2.5 8.35069 2.66319 8.67708 2.98958C9.00347 3.31597 9.16667 3.70833 9.16667 4.16667V7.5C9.16667 7.95833 9.00347 8.35069 8.67708 8.67708C8.35069 9.00347 7.95833 9.16667 7.5 9.16667H4.16667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V12.5C2.5 12.0417 2.66319 11.6493 2.98958 11.3229C3.31597 10.9965 3.70833 10.8333 4.16667 10.8333H7.5C7.95833 10.8333 8.35069 10.9965 8.67708 11.3229C9.00347 11.6493 9.16667 12.0417 9.16667 12.5V15.8333C9.16667 16.2917 9.00347 16.684 8.67708 17.0104C8.35069 17.3368 7.95833 17.5 7.5 17.5H4.16667ZM12.5 9.16667C12.0417 9.16667 11.6493 9.00347 11.3229 8.67708C10.9965 8.35069 10.8333 7.95833 10.8333 7.5V4.16667C10.8333 3.70833 10.9965 3.31597 11.3229 2.98958C11.6493 2.66319 12.0417 2.5 12.5 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V7.5C17.5 7.95833 17.3368 8.35069 17.0104 8.67708C16.684 9.00347 16.2917 9.16667 15.8333 9.16667H12.5ZM12.5 17.5C12.0417 17.5 11.6493 17.3368 11.3229 17.0104C10.9965 16.684 10.8333 16.2917 10.8333 15.8333V12.5C10.8333 12.0417 10.9965 11.6493 11.3229 11.3229C11.6493 10.9965 12.0417 10.8333 12.5 10.8333H15.8333C16.2917 10.8333 16.684 10.9965 17.0104 11.3229C17.3368 11.6493 17.5 12.0417 17.5 12.5V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H12.5ZM4.16667 7.5H7.5V4.16667H4.16667V7.5ZM12.5 7.5H15.8333V4.16667H12.5V7.5ZM12.5 15.8333H15.8333V12.5H12.5V15.8333ZM4.16667 15.8333H7.5V12.5H4.16667V15.8333Z",fill:n})}),fC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V11.6667C12.5 11.9028 12.5799 12.1007 12.7396 12.2604C12.8993 12.4201 13.0972 12.5 13.3333 12.5C13.5694 12.5 13.7674 12.4201 13.9271 12.2604C14.0868 12.1007 14.1667 11.9028 14.1667 11.6667V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333Z",fill:n})}),ZC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333ZM6.66667 5.83333C6.43056 5.83333 6.23264 5.91319 6.07292 6.07292C5.91319 6.23264 5.83333 6.43056 5.83333 6.66667V13.3333C5.83333 13.5694 5.91319 13.7674 6.07292 13.9271C6.23264 14.0868 6.43056 14.1667 6.66667 14.1667C6.90278 14.1667 7.10069 14.0868 7.26042 13.9271C7.42014 13.7674 7.5 13.5694 7.5 13.3333V6.66667C7.5 6.43056 7.42014 6.23264 7.26042 6.07292C7.10069 5.91319 6.90278 5.83333 6.66667 5.83333ZM13.3333 5.83333C13.0972 5.83333 12.8993 5.91319 12.7396 6.07292C12.5799 6.23264 12.5 6.43056 12.5 6.66667V11.6667C12.5 11.9028 12.5799 12.1007 12.7396 12.2604C12.8993 12.4201 13.0972 12.5 13.3333 12.5C13.5694 12.5 13.7674 12.4201 13.9271 12.2604C14.0868 12.1007 14.1667 11.9028 14.1667 11.6667V6.66667C14.1667 6.43056 14.0868 6.23264 13.9271 6.07292C13.7674 5.91319 13.5694 5.83333 13.3333 5.83333ZM10 5.83333C9.76389 5.83333 9.56597 5.91319 9.40625 6.07292C9.24653 6.23264 9.16667 6.43056 9.16667 6.66667V9.16667C9.16667 9.40278 9.24653 9.60069 9.40625 9.76042C9.56597 9.92014 9.76389 10 10 10C10.2361 10 10.434 9.92014 10.5938 9.76042C10.7535 9.60069 10.8333 9.40278 10.8333 9.16667V6.66667C10.8333 6.43056 10.7535 6.23264 10.5938 6.07292C10.434 5.91319 10.2361 5.83333 10 5.83333Z",fill:n})}),jC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M14.7293 9.58335C14.271 9.58335 13.8786 9.42016 13.5522 9.09377C13.2259 8.76738 13.0627 8.37502 13.0627 7.91669V5.83335C13.0627 5.37502 13.2259 4.98266 13.5522 4.65627C13.8786 4.32988 14.271 4.16669 14.7293 4.16669H15.8335C16.2918 4.16669 16.6842 4.32988 17.0106 4.65627C17.337 4.98266 17.5002 5.37502 17.5002 5.83335V7.91669C17.5002 8.37502 17.337 8.76738 17.0106 9.09377C16.6842 9.42016 16.2918 9.58335 15.8335 9.58335H14.7293ZM9.4585 9.58335C9.00016 9.58335 8.6078 9.42016 8.28141 9.09377C7.95502 8.76738 7.79183 8.37502 7.79183 7.91669V5.83335C7.79183 5.37502 7.95502 4.98266 8.28141 4.65627C8.6078 4.32988 9.00016 4.16669 9.4585 4.16669H10.5627C11.021 4.16669 11.4134 4.32988 11.7397 4.65627C12.0661 4.98266 12.2293 5.37502 12.2293 5.83335V7.91669C12.2293 8.37502 12.0661 8.76738 11.7397 9.09377C11.4134 9.42016 11.021 9.58335 10.5627 9.58335H9.4585ZM4.18766 9.58335C3.72933 9.58335 3.33697 9.42016 3.01058 9.09377C2.68419 8.76738 2.521 8.37502 2.521 7.91669V5.83335C2.521 5.37502 2.68419 4.98266 3.01058 4.65627C3.33697 4.32988 3.72933 4.16669 4.18766 4.16669H5.29183C5.75016 4.16669 6.14252 4.32988 6.46891 4.65627C6.7953 4.98266 6.9585 5.37502 6.9585 5.83335V7.91669C6.9585 8.37502 6.7953 8.76738 6.46891 9.09377C6.14252 9.42016 5.75016 9.58335 5.29183 9.58335H4.18766ZM4.18766 15.8334C3.72933 15.8334 3.33697 15.6702 3.01058 15.3438C2.68419 15.0174 2.521 14.625 2.521 14.1667V12.0834C2.521 11.625 2.68419 11.2327 3.01058 10.9063C3.33697 10.5799 3.72933 10.4167 4.18766 10.4167H5.29183C5.75016 10.4167 6.14252 10.5799 6.46891 10.9063C6.7953 11.2327 6.9585 11.625 6.9585 12.0834V14.1667C6.9585 14.625 6.7953 15.0174 6.46891 15.3438C6.14252 15.6702 5.75016 15.8334 5.29183 15.8334H4.18766ZM9.4585 15.8334C9.00016 15.8334 8.6078 15.6702 8.28141 15.3438C7.95502 15.0174 7.79183 14.625 7.79183 14.1667V12.0834C7.79183 11.625 7.95502 11.2327 8.28141 10.9063C8.6078 10.5799 9.00016 10.4167 9.4585 10.4167H10.5627C11.021 10.4167 11.4134 10.5799 11.7397 10.9063C12.0661 11.2327 12.2293 11.625 12.2293 12.0834V14.1667C12.2293 14.625 12.0661 15.0174 11.7397 15.3438C11.4134 15.6702 11.021 15.8334 10.5627 15.8334H9.4585ZM14.7293 15.8334C14.271 15.8334 13.8786 15.6702 13.5522 15.3438C13.2259 15.0174 13.0627 14.625 13.0627 14.1667V12.0834C13.0627 11.625 13.2259 11.2327 13.5522 10.9063C13.8786 10.5799 14.271 10.4167 14.7293 10.4167H15.8335C16.2918 10.4167 16.6842 10.5799 17.0106 10.9063C17.337 11.2327 17.5002 11.625 17.5002 12.0834V14.1667C17.5002 14.625 17.337 15.0174 17.0106 15.3438C16.6842 15.6702 16.2918 15.8334 15.8335 15.8334H14.7293Z",fill:n})}),mC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.0625 9.16669H15.8333V5.83335H13.0625V9.16669ZM8.60417 9.16669H11.375V5.83335H8.60417V9.16669ZM4.16667 9.16669H6.9375V5.83335H4.16667V9.16669ZM4.16667 14.1667H6.9375V10.8334H4.16667V14.1667ZM8.60417 14.1667H11.375V10.8334H8.60417V14.1667ZM13.0625 14.1667H15.8333V10.8334H13.0625V14.1667ZM2.5 14.1667V5.83335C2.5 5.37502 2.66319 4.98266 2.98958 4.65627C3.31597 4.32988 3.70833 4.16669 4.16667 4.16669H15.8333C16.2917 4.16669 16.684 4.32988 17.0104 4.65627C17.3368 4.98266 17.5 5.37502 17.5 5.83335V14.1667C17.5 14.625 17.3368 15.0174 17.0104 15.3438C16.684 15.6702 16.2917 15.8334 15.8333 15.8334H4.16667C3.70833 15.8334 3.31597 15.6702 2.98958 15.3438C2.66319 15.0174 2.5 14.625 2.5 14.1667Z",fill:n})}),BC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 14.1667H9.16667C9.40278 14.1667 9.60069 14.0868 9.76042 13.9271C9.92014 13.7674 10 13.5694 10 13.3333C10 13.0972 9.92014 12.8993 9.76042 12.7396C9.60069 12.5799 9.40278 12.5 9.16667 12.5H5.83333C5.59722 12.5 5.39931 12.5799 5.23958 12.7396C5.07986 12.8993 5 13.0972 5 13.3333C5 13.5694 5.07986 13.7674 5.23958 13.9271C5.39931 14.0868 5.59722 14.1667 5.83333 14.1667ZM8.33333 10.8333H11.6667C11.9028 10.8333 12.1007 10.7535 12.2604 10.5938C12.4201 10.434 12.5 10.2361 12.5 10C12.5 9.76389 12.4201 9.56597 12.2604 9.40625C12.1007 9.24653 11.9028 9.16667 11.6667 9.16667H8.33333C8.09722 9.16667 7.89931 9.24653 7.73958 9.40625C7.57986 9.56597 7.5 9.76389 7.5 10C7.5 10.2361 7.57986 10.434 7.73958 10.5938C7.89931 10.7535 8.09722 10.8333 8.33333 10.8333ZM10.8333 7.5H14.1667C14.4028 7.5 14.6007 7.42014 14.7604 7.26042C14.9201 7.10069 15 6.90278 15 6.66667C15 6.43056 14.9201 6.23264 14.7604 6.07292C14.6007 5.91319 14.4028 5.83333 14.1667 5.83333H10.8333C10.5972 5.83333 10.3993 5.91319 10.2396 6.07292C10.0799 6.23264 10 6.43056 10 6.66667C10 6.90278 10.0799 7.10069 10.2396 7.26042C10.3993 7.42014 10.5972 7.5 10.8333 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667Z",fill:n})}),SC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83333 14.1667H9.16667C9.40278 14.1667 9.60069 14.0868 9.76042 13.9271C9.92014 13.7674 10 13.5694 10 13.3333C10 13.0972 9.92014 12.8993 9.76042 12.7396C9.60069 12.5799 9.40278 12.5 9.16667 12.5H5.83333C5.59722 12.5 5.39931 12.5799 5.23958 12.7396C5.07986 12.8993 5 13.0972 5 13.3333C5 13.5694 5.07986 13.7674 5.23958 13.9271C5.39931 14.0868 5.59722 14.1667 5.83333 14.1667ZM8.33333 10.8333H11.6667C11.9028 10.8333 12.1007 10.7535 12.2604 10.5938C12.4201 10.434 12.5 10.2361 12.5 10C12.5 9.76389 12.4201 9.56597 12.2604 9.40625C12.1007 9.24653 11.9028 9.16667 11.6667 9.16667H8.33333C8.09722 9.16667 7.89931 9.24653 7.73958 9.40625C7.57986 9.56597 7.5 9.76389 7.5 10C7.5 10.2361 7.57986 10.434 7.73958 10.5938C7.89931 10.7535 8.09722 10.8333 8.33333 10.8333ZM10.8333 7.5H14.1667C14.4028 7.5 14.6007 7.42014 14.7604 7.26042C14.9201 7.10069 15 6.90278 15 6.66667C15 6.43056 14.9201 6.23264 14.7604 6.07292C14.6007 5.91319 14.4028 5.83333 14.1667 5.83333H10.8333C10.5972 5.83333 10.3993 5.91319 10.2396 6.07292C10.0799 6.23264 10 6.43056 10 6.66667C10 6.90278 10.0799 7.10069 10.2396 7.26042C10.3993 7.42014 10.5972 7.5 10.8333 7.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:n})}),bC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.9167 18.25L13 15.375C12.5139 15.5278 12.0208 15.6424 11.5208 15.7188C11.0208 15.7951 10.5139 15.8333 10 15.8333C8.13889 15.8333 6.4375 15.3333 4.89583 14.3333C3.35417 13.3333 2.14583 12.0139 1.27083 10.375C1.20139 10.25 1.14931 10.1215 1.11458 9.98958C1.07986 9.85764 1.0625 9.72222 1.0625 9.58333C1.0625 9.44444 1.07986 9.30903 1.11458 9.17708C1.14931 9.04514 1.20139 8.91667 1.27083 8.79167C1.57639 8.25 1.90278 7.72222 2.25 7.20833C2.59722 6.69444 3 6.23611 3.45833 5.83333L1.72917 4.08333C1.57639 3.93056 1.5 3.73958 1.5 3.51042C1.5 3.28125 1.58333 3.08333 1.75 2.91667C1.90278 2.76389 2.09722 2.6875 2.33333 2.6875C2.56944 2.6875 2.76389 2.76389 2.91667 2.91667L17.0833 17.0833C17.2361 17.2361 17.316 17.4271 17.3229 17.6562C17.3299 17.8854 17.25 18.0833 17.0833 18.25C16.9306 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0694 18.4028 15.9167 18.25ZM10 13.3333C10.1528 13.3333 10.2986 13.3264 10.4375 13.3125C10.5764 13.2986 10.7153 13.2708 10.8542 13.2292L6.35417 8.72917C6.3125 8.86806 6.28472 9.00694 6.27083 9.14583C6.25694 9.28472 6.25 9.43056 6.25 9.58333C6.25 10.625 6.61458 11.5104 7.34375 12.2396C8.07292 12.9688 8.95833 13.3333 10 13.3333ZM10 3.33333C11.8611 3.33333 13.566 3.83681 15.1146 4.84375C16.6632 5.85069 17.875 7.17361 18.75 8.8125C18.8194 8.92361 18.8715 9.04514 18.9062 9.17708C18.941 9.30903 18.9583 9.44444 18.9583 9.58333C18.9583 9.72222 18.9444 9.85764 18.9167 9.98958C18.8889 10.1215 18.8403 10.2431 18.7708 10.3542C18.5069 10.8681 18.2118 11.3542 17.8854 11.8125C17.559 12.2708 17.1944 12.7014 16.7917 13.1042C16.5972 13.2986 16.3681 13.3889 16.1042 13.375C15.8403 13.3611 15.6111 13.2569 15.4167 13.0625L13.75 11.3958C13.6528 11.2986 13.5903 11.184 13.5625 11.0521C13.5347 10.9201 13.5417 10.7847 13.5833 10.6458C13.6389 10.4653 13.6806 10.2917 13.7083 10.125C13.7361 9.95833 13.75 9.77778 13.75 9.58333C13.75 8.54167 13.3854 7.65625 12.6562 6.92708C11.9271 6.19792 11.0417 5.83333 10 5.83333C9.80556 5.83333 9.625 5.84722 9.45833 5.875C9.29167 5.90278 9.11806 5.94444 8.9375 6C8.79861 6.04167 8.65972 6.04861 8.52083 6.02083C8.38194 5.99306 8.26389 5.93056 8.16667 5.83333L7.47917 5.14583C7.21528 4.88194 7.12847 4.57639 7.21875 4.22917C7.30903 3.88194 7.52778 3.65972 7.875 3.5625C8.22222 3.49306 8.57292 3.4375 8.92708 3.39583C9.28125 3.35417 9.63889 3.33333 10 3.33333ZM11.6458 8.04167C11.7986 8.22222 11.9271 8.42014 12.0312 8.63542C12.1354 8.85069 12.2014 9.07639 12.2292 9.3125C12.2431 9.42361 12.2014 9.5 12.1042 9.54167C12.0069 9.58333 11.9167 9.5625 11.8333 9.47917L10.125 7.77083C10.0417 7.6875 10.0243 7.59722 10.0729 7.5C10.1215 7.40278 10.2014 7.35417 10.3125 7.35417C10.5764 7.38194 10.8194 7.45486 11.0417 7.57292C11.2639 7.69097 11.4653 7.84722 11.6458 8.04167Z",fill:n})}),_C=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M12.6459 6.9375C13.0486 7.34028 13.3438 7.79861 13.5313 8.3125C13.7188 8.82639 13.7847 9.35417 13.7292 9.89583C13.7292 10.1042 13.6528 10.2812 13.5 10.4271C13.3472 10.5729 13.1667 10.6458 12.9584 10.6458C12.75 10.6458 12.5729 10.5729 12.4271 10.4271C12.2813 10.2812 12.2084 10.1042 12.2084 9.89583C12.2778 9.53472 12.257 9.1875 12.1459 8.85417C12.0347 8.52083 11.8611 8.23611 11.625 8C11.3889 7.76389 11.1042 7.58333 10.7709 7.45833C10.4375 7.33333 10.0834 7.30556 9.70835 7.375C9.50002 7.375 9.32294 7.29861 9.1771 7.14583C9.03127 6.99306 8.95835 6.8125 8.95835 6.60417C8.95835 6.39583 9.03127 6.21875 9.1771 6.07292C9.32294 5.92708 9.50002 5.85417 9.70835 5.85417C10.2361 5.79861 10.757 5.86458 11.2709 6.05208C11.7847 6.23958 12.2431 6.53472 12.6459 6.9375ZM10 5C9.73613 5 9.47919 5.01042 9.22919 5.03125C8.97919 5.05208 8.72919 5.09028 8.47919 5.14583C8.24308 5.1875 8.03127 5.15278 7.84377 5.04167C7.65627 4.93056 7.5278 4.76389 7.45835 4.54167C7.38891 4.31944 7.41322 4.10417 7.53127 3.89583C7.64933 3.6875 7.81947 3.5625 8.04169 3.52083C8.36113 3.45139 8.68405 3.40278 9.01044 3.375C9.33683 3.34722 9.66669 3.33333 10 3.33333C11.9028 3.33333 13.6424 3.83333 15.2188 4.83333C16.7952 5.83333 18 7.18056 18.8334 8.875C18.8889 8.98611 18.9306 9.10069 18.9584 9.21875C18.9861 9.33681 19 9.45833 19 9.58333C19 9.70833 18.9896 9.82986 18.9688 9.94792C18.9479 10.066 18.9097 10.1806 18.8542 10.2917C18.6042 10.8472 18.2952 11.3681 17.9271 11.8542C17.559 12.3403 17.1528 12.7847 16.7084 13.1875C16.5417 13.3403 16.3472 13.4028 16.125 13.375C15.9028 13.3472 15.7222 13.2361 15.5834 13.0417C15.4445 12.8472 15.3854 12.6354 15.4063 12.4062C15.4271 12.1771 15.5209 11.9861 15.6875 11.8333C16.0209 11.5139 16.3264 11.1667 16.6042 10.7917C16.882 10.4167 17.125 10.0139 17.3334 9.58333C16.6389 8.18056 15.6354 7.06597 14.3229 6.23958C13.0104 5.41319 11.5695 5 10 5ZM10 15.8333C8.13891 15.8333 6.43752 15.3299 4.89585 14.3229C3.35419 13.316 2.13891 11.9931 1.25002 10.3542C1.18058 10.2431 1.12849 10.1215 1.09377 9.98958C1.05905 9.85764 1.04169 9.72222 1.04169 9.58333C1.04169 9.44444 1.05558 9.3125 1.08335 9.1875C1.11113 9.0625 1.15974 8.9375 1.22919 8.8125C1.50696 8.25694 1.82988 7.72569 2.19794 7.21875C2.56599 6.71181 2.98613 6.25 3.45835 5.83333L1.72919 4.08333C1.57641 3.91667 1.50349 3.71875 1.51044 3.48958C1.51738 3.26042 1.59724 3.06944 1.75002 2.91667C1.9028 2.76389 2.09724 2.6875 2.33335 2.6875C2.56946 2.6875 2.76391 2.76389 2.91669 2.91667L17.0834 17.0833C17.2361 17.2361 17.316 17.4271 17.3229 17.6562C17.3299 17.8854 17.25 18.0833 17.0834 18.25C16.9306 18.4028 16.7361 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L13 15.375C12.5139 15.5278 12.0209 15.6424 11.5209 15.7188C11.0209 15.7951 10.5139 15.8333 10 15.8333ZM4.62502 7C4.22224 7.36111 3.85419 7.75694 3.52085 8.1875C3.18752 8.61806 2.9028 9.08333 2.66669 9.58333C3.36113 10.9861 4.3646 12.1007 5.6771 12.9271C6.9896 13.7535 8.43058 14.1667 10 14.1667C10.2778 14.1667 10.5486 14.1493 10.8125 14.1146C11.0764 14.0799 11.3472 14.0417 11.625 14L10.875 13.2083C10.7222 13.25 10.5764 13.2812 10.4375 13.3021C10.2986 13.3229 10.1528 13.3333 10 13.3333C8.95835 13.3333 8.07294 12.9688 7.34377 12.2396C6.6146 11.5104 6.25002 10.625 6.25002 9.58333C6.25002 9.43056 6.26044 9.28472 6.28127 9.14583C6.3021 9.00694 6.33335 8.86111 6.37502 8.70833L4.62502 7Z",fill:n})}),yC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.3333C11.0417 13.3333 11.9271 12.9687 12.6562 12.2396C13.3854 11.5104 13.75 10.625 13.75 9.58331C13.75 8.54165 13.3854 7.65623 12.6562 6.92706C11.9271 6.1979 11.0417 5.83331 10 5.83331C8.95833 5.83331 8.07292 6.1979 7.34375 6.92706C6.61458 7.65623 6.25 8.54165 6.25 9.58331C6.25 10.625 6.61458 11.5104 7.34375 12.2396C8.07292 12.9687 8.95833 13.3333 10 13.3333ZM10 11.8333C9.375 11.8333 8.84375 11.6146 8.40625 11.1771C7.96875 10.7396 7.75 10.2083 7.75 9.58331C7.75 8.95831 7.96875 8.42706 8.40625 7.98956C8.84375 7.55206 9.375 7.33331 10 7.33331C10.625 7.33331 11.1562 7.55206 11.5938 7.98956C12.0312 8.42706 12.25 8.95831 12.25 9.58331C12.25 10.2083 12.0312 10.7396 11.5938 11.1771C11.1562 11.6146 10.625 11.8333 10 11.8333ZM10 15.8333C8.13889 15.8333 6.44097 15.3333 4.90625 14.3333C3.37153 13.3333 2.15972 12.0139 1.27083 10.375C1.20139 10.25 1.14931 10.1215 1.11458 9.98956C1.07986 9.85762 1.0625 9.7222 1.0625 9.58331C1.0625 9.44442 1.07986 9.30901 1.11458 9.17706C1.14931 9.04512 1.20139 8.91665 1.27083 8.79165C2.15972 7.15276 3.37153 5.83331 4.90625 4.83331C6.44097 3.83331 8.13889 3.33331 10 3.33331C11.8611 3.33331 13.559 3.83331 15.0938 4.83331C16.6285 5.83331 17.8403 7.15276 18.7292 8.79165C18.7986 8.91665 18.8507 9.04512 18.8854 9.17706C18.9201 9.30901 18.9375 9.44442 18.9375 9.58331C18.9375 9.7222 18.9201 9.85762 18.8854 9.98956C18.8507 10.1215 18.7986 10.25 18.7292 10.375C17.8403 12.0139 16.6285 13.3333 15.0938 14.3333C13.559 15.3333 11.8611 15.8333 10 15.8333Z",fill:n})}),OC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10 13.3333C11.0417 13.3333 11.9271 12.9687 12.6562 12.2396C13.3854 11.5104 13.75 10.625 13.75 9.58331C13.75 8.54165 13.3854 7.65623 12.6562 6.92706C11.9271 6.1979 11.0417 5.83331 10 5.83331C8.95833 5.83331 8.07292 6.1979 7.34375 6.92706C6.61458 7.65623 6.25 8.54165 6.25 9.58331C6.25 10.625 6.61458 11.5104 7.34375 12.2396C8.07292 12.9687 8.95833 13.3333 10 13.3333ZM10 11.8333C9.375 11.8333 8.84375 11.6146 8.40625 11.1771C7.96875 10.7396 7.75 10.2083 7.75 9.58331C7.75 8.95831 7.96875 8.42706 8.40625 7.98956C8.84375 7.55206 9.375 7.33331 10 7.33331C10.625 7.33331 11.1562 7.55206 11.5938 7.98956C12.0312 8.42706 12.25 8.95831 12.25 9.58331C12.25 10.2083 12.0312 10.7396 11.5938 11.1771C11.1562 11.6146 10.625 11.8333 10 11.8333ZM10 15.8333C8.13889 15.8333 6.44097 15.3333 4.90625 14.3333C3.37153 13.3333 2.15972 12.0139 1.27083 10.375C1.20139 10.25 1.14931 10.1215 1.11458 9.98956C1.07986 9.85762 1.0625 9.7222 1.0625 9.58331C1.0625 9.44442 1.07986 9.30901 1.11458 9.17706C1.14931 9.04512 1.20139 8.91665 1.27083 8.79165C2.15972 7.15276 3.37153 5.83331 4.90625 4.83331C6.44097 3.83331 8.13889 3.33331 10 3.33331C11.8611 3.33331 13.559 3.83331 15.0938 4.83331C16.6285 5.83331 17.8403 7.15276 18.7292 8.79165C18.7986 8.91665 18.8507 9.04512 18.8854 9.17706C18.9201 9.30901 18.9375 9.44442 18.9375 9.58331C18.9375 9.7222 18.9201 9.85762 18.8854 9.98956C18.8507 10.1215 18.7986 10.25 18.7292 10.375C17.8403 12.0139 16.6285 13.3333 15.0938 14.3333C13.559 15.3333 11.8611 15.8333 10 15.8333ZM10 14.1666C11.5694 14.1666 13.0104 13.7535 14.3229 12.9271C15.6354 12.1007 16.6389 10.9861 17.3333 9.58331C16.6389 8.18054 15.6354 7.06595 14.3229 6.23956C13.0104 5.41317 11.5694 4.99998 10 4.99998C8.43056 4.99998 6.98958 5.41317 5.67708 6.23956C4.36458 7.06595 3.36111 8.18054 2.66667 9.58331C3.36111 10.9861 4.36458 12.1007 5.67708 12.9271C6.98958 13.7535 8.43056 14.1666 10 14.1666Z",fill:n})}),NC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 12.5H4.99996C4.76385 12.5 4.56593 12.4201 4.40621 12.2604C4.24649 12.1007 4.16663 11.9028 4.16663 11.6667V8.33333C4.16663 8.09722 4.24649 7.89931 4.40621 7.73958C4.56593 7.57986 4.76385 7.5 4.99996 7.5H7.49996L10.25 4.75C10.5138 4.48611 10.8159 4.42708 11.1562 4.57292C11.4965 4.71875 11.6666 4.97917 11.6666 5.35417V14.6458C11.6666 15.0208 11.4965 15.2812 11.1562 15.4271C10.8159 15.5729 10.5138 15.5139 10.25 15.25L7.49996 12.5ZM15.4166 10C15.4166 10.5833 15.2847 11.1354 15.0208 11.6562C14.7569 12.1771 14.4097 12.6042 13.9791 12.9375C13.8402 13.0208 13.6979 13.0243 13.552 12.9479C13.4062 12.8715 13.3333 12.75 13.3333 12.5833V7.375C13.3333 7.20833 13.4062 7.08681 13.552 7.01042C13.6979 6.93403 13.8402 6.9375 13.9791 7.02083C14.4097 7.36806 14.7569 7.80556 15.0208 8.33333C15.2847 8.86111 15.4166 9.41667 15.4166 10Z",fill:n})}),FC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49996 12.5H4.99996C4.76385 12.5 4.56593 12.4201 4.40621 12.2604C4.24649 12.1007 4.16663 11.9028 4.16663 11.6667V8.33333C4.16663 8.09722 4.24649 7.89931 4.40621 7.73958C4.56593 7.57986 4.76385 7.5 4.99996 7.5H7.49996L10.25 4.75C10.5138 4.48611 10.8159 4.42708 11.1562 4.57292C11.4965 4.71875 11.6666 4.97917 11.6666 5.35417V14.6458C11.6666 15.0208 11.4965 15.2812 11.1562 15.4271C10.8159 15.5729 10.5138 15.5139 10.25 15.25L7.49996 12.5ZM15.4166 10C15.4166 10.5833 15.2847 11.1354 15.0208 11.6562C14.7569 12.1771 14.4097 12.6042 13.9791 12.9375C13.8402 13.0208 13.6979 13.0243 13.552 12.9479C13.4062 12.8715 13.3333 12.75 13.3333 12.5833V7.375C13.3333 7.20833 13.4062 7.08681 13.552 7.01042C13.6979 6.93403 13.8402 6.9375 13.9791 7.02083C14.4097 7.36806 14.7569 7.80556 15.0208 8.33333C15.2847 8.86111 15.4166 9.41667 15.4166 10ZM9.99996 7.375L8.20829 9.16667H5.83329V10.8333H8.20829L9.99996 12.625V7.375Z",fill:n})}),kC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16671 12.5H6.66671C6.4306 12.5 6.23268 12.4201 6.07296 12.2604C5.91324 12.1007 5.83337 11.9028 5.83337 11.6667V8.33333C5.83337 8.09722 5.91324 7.89931 6.07296 7.73958C6.23268 7.57986 6.4306 7.5 6.66671 7.5H9.16671L11.9167 4.75C12.1806 4.48611 12.4827 4.42708 12.823 4.57292C13.1632 4.71875 13.3334 4.97917 13.3334 5.35417V14.6458C13.3334 15.0208 13.1632 15.2812 12.823 15.4271C12.4827 15.5729 12.1806 15.5139 11.9167 15.25L9.16671 12.5Z",fill:n})}),IC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.16671 12.5H6.66671C6.4306 12.5 6.23268 12.4201 6.07296 12.2604C5.91324 12.1007 5.83337 11.9028 5.83337 11.6667V8.33333C5.83337 8.09722 5.91324 7.89931 6.07296 7.73958C6.23268 7.57986 6.4306 7.5 6.66671 7.5H9.16671L11.9167 4.75C12.1806 4.48611 12.4827 4.42708 12.823 4.57292C13.1632 4.71875 13.3334 4.97917 13.3334 5.35417V14.6458C13.3334 15.0208 13.1632 15.2812 12.823 15.4271C12.4827 15.5729 12.1806 15.5139 11.9167 15.25L9.16671 12.5ZM7.50004 10.8333H9.87504L11.6667 12.625V7.375L9.87504 9.16667H7.50004V10.8333Z",fill:n})}),AC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.9792 16.3125C13.8264 16.4097 13.6737 16.5 13.5209 16.5833C13.3681 16.6667 13.2084 16.7431 13.0417 16.8125C12.8334 16.9097 12.6216 16.9097 12.4063 16.8125C12.191 16.7153 12.0417 16.5556 11.9584 16.3333C11.875 16.125 11.8855 15.9201 11.9896 15.7188C12.0938 15.5174 12.25 15.3681 12.4584 15.2708C12.5139 15.2431 12.566 15.2153 12.6146 15.1875C12.6632 15.1597 12.7153 15.1319 12.7709 15.1042L10 12.3333V14.6458C10 15.0208 9.8299 15.2813 9.48962 15.4271C9.14935 15.5729 8.84726 15.5139 8.58337 15.25L5.83337 12.5H3.33337C3.09726 12.5 2.89935 12.4201 2.73962 12.2604C2.5799 12.1007 2.50004 11.9028 2.50004 11.6667V8.33333C2.50004 8.09722 2.5799 7.89931 2.73962 7.73958C2.89935 7.57986 3.09726 7.5 3.33337 7.5H5.16671L1.75004 4.08333C1.59726 3.93056 1.52087 3.73611 1.52087 3.5C1.52087 3.26389 1.59726 3.06944 1.75004 2.91667C1.90282 2.76389 2.09726 2.6875 2.33337 2.6875C2.56949 2.6875 2.76393 2.76389 2.91671 2.91667L17.0834 17.0833C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L13.9792 16.3125ZM15.8334 9.97917C15.8334 8.82639 15.5278 7.77431 14.9167 6.82292C14.3056 5.87153 13.4862 5.15972 12.4584 4.6875C12.25 4.59028 12.0973 4.44097 12 4.23958C11.9028 4.03819 11.8889 3.83333 11.9584 3.625C12.0417 3.40278 12.191 3.24306 12.4063 3.14583C12.6216 3.04861 12.8403 3.04861 13.0625 3.14583C14.4098 3.74306 15.4862 4.65278 16.2917 5.875C17.0973 7.09722 17.5 8.46528 17.5 9.97917C17.5 10.4375 17.4584 10.8924 17.375 11.3438C17.2917 11.7951 17.1737 12.2292 17.0209 12.6458C16.9098 12.9514 16.7396 13.1424 16.5105 13.2188C16.2813 13.2951 16.0695 13.2986 15.875 13.2292C15.6806 13.1597 15.5243 13.0347 15.4063 12.8542C15.2882 12.6736 15.2848 12.4653 15.3959 12.2292C15.5487 11.8681 15.6598 11.5035 15.7292 11.1354C15.7987 10.7674 15.8334 10.3819 15.8334 9.97917ZM12.3125 7.02083C12.7709 7.3125 13.125 7.75 13.375 8.33333C13.625 8.91667 13.75 9.47222 13.75 10V10.2083C13.75 10.2778 13.7431 10.3472 13.7292 10.4167C13.7014 10.5972 13.6042 10.7153 13.4375 10.7708C13.2709 10.8264 13.1181 10.7847 12.9792 10.6458L11.9167 9.58333C11.8334 9.5 11.7709 9.40625 11.7292 9.30208C11.6875 9.19792 11.6667 9.09028 11.6667 8.97917V7.375C11.6667 7.20833 11.7396 7.08681 11.8855 7.01042C12.0313 6.93403 12.1737 6.9375 12.3125 7.02083ZM8.12504 5.79167C8.04171 5.70833 8.00004 5.61111 8.00004 5.5C8.00004 5.38889 8.04171 5.29167 8.12504 5.20833L8.58337 4.75C8.84726 4.48611 9.14935 4.42708 9.48962 4.57292C9.8299 4.71875 10 4.97917 10 5.35417V6.66667C10 6.86111 9.91671 6.99306 9.75004 7.0625C9.58337 7.13195 9.4306 7.09722 9.29171 6.95833L8.12504 5.79167Z",fill:n})}),RC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M13.9792 16.3125C13.8264 16.4097 13.6737 16.5 13.5209 16.5833C13.3681 16.6667 13.2084 16.7431 13.0417 16.8125C12.8334 16.9097 12.6216 16.9097 12.4063 16.8125C12.191 16.7153 12.0417 16.5556 11.9584 16.3333C11.875 16.125 11.8855 15.9201 11.9896 15.7188C12.0938 15.5174 12.25 15.3681 12.4584 15.2708C12.5139 15.2431 12.566 15.2153 12.6146 15.1875C12.6632 15.1597 12.7153 15.1319 12.7709 15.1042L10 12.3333V14.6458C10 15.0208 9.8299 15.2813 9.48962 15.4271C9.14935 15.5729 8.84726 15.5139 8.58337 15.25L5.83337 12.5H3.33337C3.09726 12.5 2.89935 12.4201 2.73962 12.2604C2.5799 12.1007 2.50004 11.9028 2.50004 11.6667V8.33333C2.50004 8.09722 2.5799 7.89931 2.73962 7.73958C2.89935 7.57986 3.09726 7.5 3.33337 7.5H5.16671L1.75004 4.08333C1.59726 3.93056 1.52087 3.73611 1.52087 3.5C1.52087 3.26389 1.59726 3.06944 1.75004 2.91667C1.90282 2.76389 2.09726 2.6875 2.33337 2.6875C2.56949 2.6875 2.76393 2.76389 2.91671 2.91667L17.0834 17.0833C17.2362 17.2361 17.3125 17.4306 17.3125 17.6667C17.3125 17.9028 17.2362 18.0972 17.0834 18.25C16.9306 18.4028 16.7362 18.4792 16.5 18.4792C16.2639 18.4792 16.0695 18.4028 15.9167 18.25L13.9792 16.3125ZM15.8334 9.97917C15.8334 8.82639 15.5278 7.77431 14.9167 6.82292C14.3056 5.87153 13.4862 5.15972 12.4584 4.6875C12.25 4.59028 12.0973 4.44097 12 4.23958C11.9028 4.03819 11.8889 3.83333 11.9584 3.625C12.0417 3.40278 12.191 3.24306 12.4063 3.14583C12.6216 3.04861 12.8403 3.04861 13.0625 3.14583C14.4098 3.74306 15.4862 4.65278 16.2917 5.875C17.0973 7.09722 17.5 8.46528 17.5 9.97917C17.5 10.4375 17.4584 10.8924 17.375 11.3438C17.2917 11.7951 17.1737 12.2292 17.0209 12.6458C16.9098 12.9514 16.7396 13.1424 16.5105 13.2188C16.2813 13.2951 16.0695 13.2986 15.875 13.2292C15.6806 13.1597 15.5243 13.0347 15.4063 12.8542C15.2882 12.6736 15.2848 12.4653 15.3959 12.2292C15.5487 11.8681 15.6598 11.5035 15.7292 11.1354C15.7987 10.7674 15.8334 10.3819 15.8334 9.97917ZM12.3125 7.02083C12.7709 7.3125 13.125 7.75 13.375 8.33333C13.625 8.91667 13.75 9.47222 13.75 10V10.2083C13.75 10.2778 13.7431 10.3472 13.7292 10.4167C13.7014 10.5972 13.6042 10.7153 13.4375 10.7708C13.2709 10.8264 13.1181 10.7847 12.9792 10.6458L11.9167 9.58333C11.8334 9.5 11.7709 9.40625 11.7292 9.30208C11.6875 9.19792 11.6667 9.09028 11.6667 8.97917V7.375C11.6667 7.20833 11.7396 7.08681 11.8855 7.01042C12.0313 6.93403 12.1737 6.9375 12.3125 7.02083ZM8.12504 5.79167C8.04171 5.70833 8.00004 5.61111 8.00004 5.5C8.00004 5.38889 8.04171 5.29167 8.12504 5.20833L8.58337 4.75C8.84726 4.48611 9.14935 4.42708 9.48962 4.57292C9.8299 4.71875 10 4.97917 10 5.35417V6.66667C10 6.86111 9.91671 6.99306 9.75004 7.0625C9.58337 7.13195 9.4306 7.09722 9.29171 6.95833L8.12504 5.79167ZM8.33337 12.625V10.6667L6.83337 9.16667H4.16671V10.8333H6.54171L8.33337 12.625Z",fill:n})}),DC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 9.97919C15.8333 8.82641 15.5278 7.77433 14.9167 6.82294C14.3056 5.87155 13.4861 5.15974 12.4583 4.68752C12.25 4.5903 12.0972 4.44099 12 4.2396C11.9028 4.03821 11.8889 3.83335 11.9583 3.62502C12.0417 3.4028 12.191 3.24308 12.4062 3.14585C12.6215 3.04863 12.8403 3.04863 13.0625 3.14585C14.4097 3.74308 15.4861 4.65627 16.2917 5.88544C17.0972 7.1146 17.5 8.47919 17.5 9.97919C17.5 11.4792 17.0972 12.8438 16.2917 14.0729C15.4861 15.3021 14.4097 16.2153 13.0625 16.8125C12.8403 16.9097 12.6215 16.9097 12.4062 16.8125C12.191 16.7153 12.0417 16.5556 11.9583 16.3334C11.8889 16.125 11.9028 15.9202 12 15.7188C12.0972 15.5174 12.25 15.3681 12.4583 15.2709C13.4861 14.7986 14.3056 14.0868 14.9167 13.1354C15.5278 12.184 15.8333 11.132 15.8333 9.97919ZM5.83333 12.5H3.33333C3.09722 12.5 2.89931 12.4202 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667V8.33335C2.5 8.09724 2.57986 7.89933 2.73958 7.7396C2.89931 7.57988 3.09722 7.50002 3.33333 7.50002H5.83333L8.58333 4.75002C8.84722 4.48613 9.14931 4.4271 9.48958 4.57294C9.82986 4.71877 10 4.97919 10 5.35419V14.6459C10 15.0209 9.82986 15.2813 9.48958 15.4271C9.14931 15.5729 8.84722 15.5139 8.58333 15.25L5.83333 12.5ZM13.75 10C13.75 10.5834 13.6181 11.1354 13.3542 11.6563C13.0903 12.1771 12.7431 12.6042 12.3125 12.9375C12.1736 13.0209 12.0312 13.0243 11.8854 12.9479C11.7396 12.8715 11.6667 12.75 11.6667 12.5834V7.37502C11.6667 7.20835 11.7396 7.08683 11.8854 7.01044C12.0312 6.93405 12.1736 6.93752 12.3125 7.02085C12.7431 7.36808 13.0903 7.80558 13.3542 8.33335C13.6181 8.86113 13.75 9.41669 13.75 10Z",fill:n})}),TC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8333 9.97919C15.8333 8.82641 15.5278 7.77433 14.9167 6.82294C14.3056 5.87155 13.4861 5.15974 12.4583 4.68752C12.25 4.5903 12.0972 4.44099 12 4.2396C11.9028 4.03821 11.8889 3.83335 11.9583 3.62502C12.0417 3.4028 12.191 3.24308 12.4062 3.14585C12.6215 3.04863 12.8403 3.04863 13.0625 3.14585C14.4097 3.74308 15.4861 4.65627 16.2917 5.88544C17.0972 7.1146 17.5 8.47919 17.5 9.97919C17.5 11.4792 17.0972 12.8438 16.2917 14.0729C15.4861 15.3021 14.4097 16.2153 13.0625 16.8125C12.8403 16.9097 12.6215 16.9097 12.4062 16.8125C12.191 16.7153 12.0417 16.5556 11.9583 16.3334C11.8889 16.125 11.9028 15.9202 12 15.7188C12.0972 15.5174 12.25 15.3681 12.4583 15.2709C13.4861 14.7986 14.3056 14.0868 14.9167 13.1354C15.5278 12.184 15.8333 11.132 15.8333 9.97919ZM5.83333 12.5H3.33333C3.09722 12.5 2.89931 12.4202 2.73958 12.2604C2.57986 12.1007 2.5 11.9028 2.5 11.6667V8.33335C2.5 8.09724 2.57986 7.89933 2.73958 7.7396C2.89931 7.57988 3.09722 7.50002 3.33333 7.50002H5.83333L8.58333 4.75002C8.84722 4.48613 9.14931 4.4271 9.48958 4.57294C9.82986 4.71877 10 4.97919 10 5.35419V14.6459C10 15.0209 9.82986 15.2813 9.48958 15.4271C9.14931 15.5729 8.84722 15.5139 8.58333 15.25L5.83333 12.5ZM13.75 10C13.75 10.5834 13.6181 11.1354 13.3542 11.6563C13.0903 12.1771 12.7431 12.6042 12.3125 12.9375C12.1736 13.0209 12.0312 13.0243 11.8854 12.9479C11.7396 12.8715 11.6667 12.75 11.6667 12.5834V7.37502C11.6667 7.20835 11.7396 7.08683 11.8854 7.01044C12.0312 6.93405 12.1736 6.93752 12.3125 7.02085C12.7431 7.36808 13.0903 7.80558 13.3542 8.33335C13.6181 8.86113 13.75 9.41669 13.75 10ZM8.33333 7.37502L6.54167 9.16669H4.16667V10.8334H6.54167L8.33333 12.625V7.37502Z",fill:n})}),EC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.27083 17.5C2.11805 17.5 1.97916 17.4618 1.85416 17.3854C1.72916 17.309 1.63194 17.2083 1.5625 17.0833C1.49305 16.9583 1.45486 16.8229 1.44791 16.6771C1.44097 16.5312 1.47916 16.3889 1.5625 16.25L9.27083 2.91667C9.35416 2.77778 9.4618 2.67361 9.59375 2.60417C9.72569 2.53472 9.86111 2.5 10 2.5C10.1389 2.5 10.2743 2.53472 10.4062 2.60417C10.5382 2.67361 10.6458 2.77778 10.7292 2.91667L18.4375 16.25C18.5208 16.3889 18.559 16.5312 18.5521 16.6771C18.5451 16.8229 18.5069 16.9583 18.4375 17.0833C18.3681 17.2083 18.2708 17.309 18.1458 17.3854C18.0208 17.4618 17.8819 17.5 17.7292 17.5H2.27083ZM10 15C10.2361 15 10.434 14.9201 10.5937 14.7604C10.7535 14.6007 10.8333 14.4028 10.8333 14.1667C10.8333 13.9306 10.7535 13.7326 10.5937 13.5729C10.434 13.4132 10.2361 13.3333 10 13.3333C9.76389 13.3333 9.56597 13.4132 9.40625 13.5729C9.24652 13.7326 9.16666 13.9306 9.16666 14.1667C9.16666 14.4028 9.24652 14.6007 9.40625 14.7604C9.56597 14.9201 9.76389 15 10 15ZM10 12.5C10.2361 12.5 10.434 12.4201 10.5937 12.2604C10.7535 12.1007 10.8333 11.9028 10.8333 11.6667V9.16667C10.8333 8.93056 10.7535 8.73264 10.5937 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24652 8.73264 9.16666 8.93056 9.16666 9.16667V11.6667C9.16666 11.9028 9.24652 12.1007 9.40625 12.2604C9.56597 12.4201 9.76389 12.5 10 12.5Z",fill:n})}),PC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M2.27083 17.5C2.11805 17.5 1.97916 17.4618 1.85416 17.3854C1.72916 17.309 1.63194 17.2083 1.5625 17.0833C1.49305 16.9583 1.45486 16.8229 1.44791 16.6771C1.44097 16.5312 1.47916 16.3889 1.5625 16.25L9.27083 2.91667C9.35416 2.77778 9.4618 2.67361 9.59375 2.60417C9.72569 2.53472 9.86111 2.5 10 2.5C10.1389 2.5 10.2743 2.53472 10.4062 2.60417C10.5382 2.67361 10.6458 2.77778 10.7292 2.91667L18.4375 16.25C18.5208 16.3889 18.559 16.5312 18.5521 16.6771C18.5451 16.8229 18.5069 16.9583 18.4375 17.0833C18.3681 17.2083 18.2708 17.309 18.1458 17.3854C18.0208 17.4618 17.8819 17.5 17.7292 17.5H2.27083ZM3.70833 15.8333H16.2917L10 5L3.70833 15.8333ZM10 15C10.2361 15 10.434 14.9201 10.5937 14.7604C10.7535 14.6007 10.8333 14.4028 10.8333 14.1667C10.8333 13.9306 10.7535 13.7326 10.5937 13.5729C10.434 13.4132 10.2361 13.3333 10 13.3333C9.76389 13.3333 9.56597 13.4132 9.40625 13.5729C9.24652 13.7326 9.16666 13.9306 9.16666 14.1667C9.16666 14.4028 9.24652 14.6007 9.40625 14.7604C9.56597 14.9201 9.76389 15 10 15ZM10 12.5C10.2361 12.5 10.434 12.4201 10.5937 12.2604C10.7535 12.1007 10.8333 11.9028 10.8333 11.6667V9.16667C10.8333 8.93056 10.7535 8.73264 10.5937 8.57292C10.434 8.41319 10.2361 8.33333 10 8.33333C9.76389 8.33333 9.56597 8.41319 9.40625 8.57292C9.24652 8.73264 9.16666 8.93056 9.16666 9.16667V11.6667C9.16666 11.9028 9.24652 12.1007 9.40625 12.2604C9.56597 12.4201 9.76389 12.5 10 12.5Z",fill:n})}),zC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M4.43734 14.1666C4.03456 14.1666 3.74289 14.2535 3.56234 14.4271C3.38178 14.6007 3.13178 14.7222 2.81234 14.7916C2.49289 14.8611 2.22206 14.8298 1.99984 14.6979C1.77762 14.566 1.6665 14.368 1.6665 14.1041C1.6665 13.8958 1.75678 13.6944 1.93734 13.5C2.11789 13.3055 2.40262 13.1111 2.7915 12.9166C2.86095 12.875 3.04498 12.7951 3.34359 12.6771C3.6422 12.559 4.03456 12.5 4.52067 12.5C5.28456 12.5 5.79845 12.6389 6.06234 12.9166C6.32623 13.1944 6.71511 13.3333 7.229 13.3333C7.74289 13.3333 8.12831 13.1944 8.38525 12.9166C8.6422 12.6389 9.17345 12.5 9.979 12.5C10.7846 12.5 11.3297 12.6389 11.6144 12.9166C11.8991 13.1944 12.2984 13.3333 12.8123 13.3333C13.3262 13.3333 13.7012 13.1944 13.9373 12.9166C14.1734 12.6389 14.6873 12.5 15.479 12.5C15.7984 12.5 16.1075 12.5382 16.4061 12.6146C16.7047 12.691 17.0068 12.8055 17.3123 12.9583C17.6596 13.1389 17.9165 13.3264 18.0832 13.5208C18.2498 13.7153 18.3332 13.9097 18.3332 14.1041C18.3332 14.368 18.2221 14.566 17.9998 14.6979C17.7776 14.8298 17.5068 14.8611 17.1873 14.7916C16.8679 14.7222 16.6144 14.6007 16.4269 14.4271C16.2394 14.2535 15.9512 14.1666 15.5623 14.1666C15.0484 14.1666 14.663 14.3055 14.4061 14.5833C14.1491 14.8611 13.6179 15 12.8123 15C12.0068 15 11.4616 14.8611 11.1769 14.5833C10.8922 14.3055 10.4929 14.1666 9.979 14.1666C9.46511 14.1666 9.0797 14.3055 8.82275 14.5833C8.56581 14.8611 8.02761 15 7.20817 15C6.38873 15 5.854 14.8611 5.604 14.5833C5.354 14.3055 4.96511 14.1666 4.43734 14.1666ZM4.43734 10.8333C4.04845 10.8333 3.76025 10.9201 3.57275 11.0937C3.38525 11.2673 3.13178 11.3889 2.81234 11.4583C2.49289 11.5278 2.22206 11.4965 1.99984 11.3646C1.77762 11.2326 1.6665 11.0347 1.6665 10.7708C1.6665 10.5625 1.75678 10.3611 1.93734 10.1666C2.11789 9.9722 2.40262 9.77776 2.7915 9.58331C2.86095 9.54165 3.04498 9.46179 3.34359 9.34373C3.6422 9.22567 4.03456 9.16665 4.52067 9.16665C5.28456 9.16665 5.79845 9.30554 6.06234 9.58331C6.32623 9.86109 6.71511 9.99998 7.229 9.99998C7.74289 9.99998 8.12831 9.86109 8.38525 9.58331C8.6422 9.30554 9.17345 9.16665 9.979 9.16665C10.7846 9.16665 11.3297 9.30554 11.6144 9.58331C11.8991 9.86109 12.2915 9.99998 12.7915 9.99998C13.2915 9.99998 13.6665 9.86109 13.9165 9.58331C14.1665 9.30554 14.6804 9.16665 15.4582 9.16665C15.9443 9.16665 16.3366 9.22567 16.6353 9.34373C16.9339 9.46179 17.1179 9.54165 17.1873 9.58331C17.5901 9.79165 17.8818 9.98956 18.0623 10.1771C18.2429 10.3646 18.3332 10.5625 18.3332 10.7708C18.3332 11.0347 18.2186 11.2326 17.9894 11.3646C17.7603 11.4965 17.4859 11.5278 17.1665 11.4583C16.8471 11.3889 16.5971 11.2673 16.4165 11.0937C16.2359 10.9201 15.9512 10.8333 15.5623 10.8333C15.0484 10.8333 14.663 10.9722 14.4061 11.25C14.1491 11.5278 13.6179 11.6666 12.8123 11.6666C12.0068 11.6666 11.4616 11.5278 11.1769 11.25C10.8922 10.9722 10.4929 10.8333 9.979 10.8333C9.46511 10.8333 9.08664 10.9722 8.84359 11.25C8.60053 11.5278 8.06928 11.6666 7.24984 11.6666C6.43039 11.6666 5.88525 11.5278 5.61442 11.25C5.34359 10.9722 4.95123 10.8333 4.43734 10.8333ZM4.43734 7.49998C4.04845 7.49998 3.76025 7.58679 3.57275 7.7604C3.38525 7.93401 3.13178 8.05554 2.81234 8.12498C2.49289 8.19442 2.22206 8.16317 1.99984 8.03123C1.77762 7.89929 1.6665 7.70137 1.6665 7.43748C1.6665 7.22915 1.75678 7.02776 1.93734 6.83331C2.11789 6.63887 2.40262 6.44442 2.7915 6.24998C2.86095 6.20831 3.04498 6.12845 3.34359 6.0104C3.6422 5.89234 4.03456 5.83331 4.52067 5.83331C5.28456 5.83331 5.79845 5.9722 6.06234 6.24998C6.32623 6.52776 6.71511 6.66665 7.229 6.66665C7.74289 6.66665 8.12831 6.52776 8.38525 6.24998C8.6422 5.9722 9.17345 5.83331 9.979 5.83331C10.7846 5.83331 11.3297 5.9722 11.6144 6.24998C11.8991 6.52776 12.2915 6.66665 12.7915 6.66665C13.2915 6.66665 13.6665 6.52776 13.9165 6.24998C14.1665 5.9722 14.6804 5.83331 15.4582 5.83331C15.9443 5.83331 16.3366 5.89234 16.6353 6.0104C16.9339 6.12845 17.1179 6.20831 17.1873 6.24998C17.5901 6.45831 17.8818 6.65623 18.0623 6.84373C18.2429 7.03123 18.3332 7.22915 18.3332 7.43748C18.3332 7.70137 18.2186 7.89929 17.9894 8.03123C17.7603 8.16317 17.4859 8.19442 17.1665 8.12498C16.8471 8.05554 16.5971 7.93401 16.4165 7.7604C16.2359 7.58679 15.9512 7.49998 15.5623 7.49998C15.0484 7.49998 14.663 7.63887 14.4061 7.91665C14.1491 8.19442 13.6179 8.33331 12.8123 8.33331C12.0068 8.33331 11.4616 8.19442 11.1769 7.91665C10.8922 7.63887 10.4929 7.49998 9.979 7.49998C9.46511 7.49998 9.08664 7.63887 8.84359 7.91665C8.60053 8.19442 8.06928 8.33331 7.24984 8.33331C6.43039 8.33331 5.88525 8.19442 5.61442 7.91665C5.34359 7.63887 4.95123 7.49998 4.43734 7.49998Z",fill:n})}),$C=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M5.83317 15.7917C5.15261 15.7917 4.61095 15.9445 4.20817 16.25C3.80539 16.5556 3.24289 16.7709 2.52067 16.8959C2.28456 16.9375 2.08317 16.882 1.9165 16.7292C1.74984 16.5764 1.6665 16.382 1.6665 16.1459C1.6665 15.9097 1.74637 15.7118 1.90609 15.5521C2.06581 15.3924 2.26373 15.2778 2.49984 15.2084C2.99984 15.0556 3.47206 14.8438 3.9165 14.5729C4.36095 14.3021 4.99984 14.1667 5.83317 14.1667C6.36095 14.1667 6.79498 14.2257 7.13525 14.3438C7.47553 14.4618 7.7915 14.5938 8.08317 14.7396C8.37484 14.8854 8.6665 15.0209 8.95817 15.1459C9.24984 15.2709 9.59706 15.3334 9.99984 15.3334C10.4026 15.3334 10.7498 15.2709 11.0415 15.1459C11.3332 15.0209 11.6248 14.8854 11.9165 14.7396C12.2082 14.5938 12.5276 14.4618 12.8748 14.3438C13.2221 14.2257 13.6526 14.1667 14.1665 14.1667C14.9998 14.1667 15.6387 14.3021 16.0832 14.5729C16.5276 14.8438 16.9998 15.0556 17.4998 15.2084C17.7359 15.2778 17.9339 15.3924 18.0936 15.5521C18.2533 15.7118 18.3332 15.9097 18.3332 16.1459C18.3332 16.382 18.2498 16.5764 18.0832 16.7292C17.9165 16.882 17.7151 16.9375 17.479 16.8959C16.7568 16.7709 16.1943 16.5556 15.7915 16.25C15.3887 15.9445 14.8471 15.7917 14.1665 15.7917C13.7776 15.7917 13.4408 15.8507 13.1561 15.9688C12.8714 16.0868 12.5866 16.2188 12.3019 16.3646C12.0172 16.5104 11.6978 16.6459 11.3436 16.7709C10.9894 16.8959 10.5415 16.9584 9.99984 16.9584C9.45817 16.9584 9.01025 16.8959 8.65609 16.7709C8.30192 16.6459 7.98248 16.5104 7.69775 16.3646C7.41303 16.2188 7.13178 16.0868 6.854 15.9688C6.57623 15.8507 6.23595 15.7917 5.83317 15.7917ZM5.83317 12.0834C5.15261 12.0834 4.61095 12.2361 4.20817 12.5417C3.80539 12.8472 3.24289 13.0625 2.52067 13.1875C2.28456 13.2292 2.08317 13.1736 1.9165 13.0209C1.74984 12.8681 1.6665 12.6736 1.6665 12.4375C1.6665 12.2014 1.74637 12.0035 1.90609 11.8438C2.06581 11.684 2.26373 11.5695 2.49984 11.5C2.99984 11.3472 3.47206 11.1354 3.9165 10.8646C4.36095 10.5938 4.99984 10.4584 5.83317 10.4584C6.36095 10.4584 6.79498 10.5174 7.13525 10.6354C7.47553 10.7535 7.7915 10.8854 8.08317 11.0313C8.37484 11.1771 8.6665 11.3125 8.95817 11.4375C9.24984 11.5625 9.59706 11.625 9.99984 11.625C10.4026 11.625 10.7498 11.5625 11.0415 11.4375C11.3332 11.3125 11.6248 11.1771 11.9165 11.0313C12.2082 10.8854 12.5276 10.7535 12.8748 10.6354C13.2221 10.5174 13.6526 10.4584 14.1665 10.4584C14.9998 10.4584 15.6387 10.5938 16.0832 10.8646C16.5276 11.1354 16.9998 11.3472 17.4998 11.5C17.7359 11.5695 17.9339 11.684 18.0936 11.8438C18.2533 12.0035 18.3332 12.2014 18.3332 12.4375C18.3332 12.6736 18.2498 12.8681 18.0832 13.0209C17.9165 13.1736 17.7151 13.2292 17.479 13.1875C16.7568 13.0625 16.1943 12.8472 15.7915 12.5417C15.3887 12.2361 14.8471 12.0834 14.1665 12.0834C13.7637 12.0834 13.42 12.1424 13.1353 12.2604C12.8505 12.3785 12.5658 12.5104 12.2811 12.6563C11.9964 12.8021 11.6804 12.9375 11.3332 13.0625C10.9859 13.1875 10.5415 13.25 9.99984 13.25C9.45817 13.25 9.01025 13.1875 8.65609 13.0625C8.30192 12.9375 7.98248 12.8021 7.69775 12.6563C7.41303 12.5104 7.13178 12.3785 6.854 12.2604C6.57623 12.1424 6.23595 12.0834 5.83317 12.0834ZM5.83317 8.37502C5.15261 8.37502 4.61095 8.5278 4.20817 8.83335C3.80539 9.13891 3.24289 9.35419 2.52067 9.47919C2.28456 9.52085 2.08317 9.4653 1.9165 9.31252C1.74984 9.15974 1.6665 8.9653 1.6665 8.72919C1.6665 8.49308 1.74637 8.29516 1.90609 8.13544C2.06581 7.97572 2.26373 7.86113 2.49984 7.79169C2.99984 7.63891 3.47206 7.4271 3.9165 7.15627C4.36095 6.88544 4.99984 6.75002 5.83317 6.75002C6.36095 6.75002 6.79498 6.80905 7.13525 6.9271C7.47553 7.04516 7.7915 7.1771 8.08317 7.32294C8.37484 7.46877 8.6665 7.60419 8.95817 7.72919C9.24984 7.85419 9.59706 7.91669 9.99984 7.91669C10.4026 7.91669 10.7498 7.85419 11.0415 7.72919C11.3332 7.60419 11.6248 7.46877 11.9165 7.32294C12.2082 7.1771 12.5276 7.04516 12.8748 6.9271C13.2221 6.80905 13.6526 6.75002 14.1665 6.75002C14.9998 6.75002 15.6387 6.88544 16.0832 7.15627C16.5276 7.4271 16.9998 7.63891 17.4998 7.79169C17.7359 7.86113 17.9339 7.97572 18.0936 8.13544C18.2533 8.29516 18.3332 8.49308 18.3332 8.72919C18.3332 8.9653 18.2498 9.15974 18.0832 9.31252C17.9165 9.4653 17.7151 9.52085 17.479 9.47919C16.7568 9.35419 16.1943 9.13891 15.7915 8.83335C15.3887 8.5278 14.8471 8.37502 14.1665 8.37502C13.7776 8.37502 13.4408 8.43405 13.1561 8.5521C12.8714 8.67016 12.5866 8.8021 12.3019 8.94794C12.0172 9.09377 11.6978 9.22919 11.3436 9.35419C10.9894 9.47919 10.5415 9.54169 9.99984 9.54169C9.45817 9.54169 9.01025 9.47919 8.65609 9.35419C8.30192 9.22919 7.98248 9.09377 7.69775 8.94794C7.41303 8.8021 7.13178 8.67016 6.854 8.5521C6.57623 8.43405 6.23595 8.37502 5.83317 8.37502ZM5.83317 4.66669C5.15261 4.66669 4.61095 4.81947 4.20817 5.12502C3.80539 5.43058 3.24289 5.64585 2.52067 5.77085C2.28456 5.81252 2.08317 5.75697 1.9165 5.60419C1.74984 5.45141 1.6665 5.25697 1.6665 5.02085C1.6665 4.78474 1.74637 4.58683 1.90609 4.4271C2.06581 4.26738 2.26373 4.1528 2.49984 4.08335C2.99984 3.93058 3.47206 3.71877 3.9165 3.44794C4.36095 3.1771 4.99984 3.04169 5.83317 3.04169C6.36095 3.04169 6.79498 3.10071 7.13525 3.21877C7.47553 3.33683 7.7915 3.46877 8.08317 3.6146C8.37484 3.76044 8.6665 3.89585 8.95817 4.02085C9.24984 4.14585 9.59706 4.20835 9.99984 4.20835C10.4026 4.20835 10.7498 4.14585 11.0415 4.02085C11.3332 3.89585 11.6248 3.76044 11.9165 3.6146C12.2082 3.46877 12.5276 3.33683 12.8748 3.21877C13.2221 3.10071 13.6526 3.04169 14.1665 3.04169C14.9998 3.04169 15.6387 3.1771 16.0832 3.44794C16.5276 3.71877 16.9998 3.93058 17.4998 4.08335C17.7359 4.1528 17.9339 4.26738 18.0936 4.4271C18.2533 4.58683 18.3332 4.78474 18.3332 5.02085C18.3332 5.25697 18.2498 5.45141 18.0832 5.60419C17.9165 5.75697 17.7151 5.81252 17.479 5.77085C16.7568 5.64585 16.1943 5.43058 15.7915 5.12502C15.3887 4.81947 14.8471 4.66669 14.1665 4.66669C13.7776 4.66669 13.4408 4.72572 13.1561 4.84377C12.8714 4.96183 12.5866 5.09377 12.3019 5.2396C12.0172 5.38544 11.6978 5.52085 11.3436 5.64585C10.9894 5.77085 10.5415 5.83335 9.99984 5.83335C9.45817 5.83335 9.01025 5.77085 8.65609 5.64585C8.30192 5.52085 7.98248 5.38544 7.69775 5.2396C7.41303 5.09377 7.13178 4.96183 6.854 4.84377C6.57623 4.72572 6.23595 4.66669 5.83317 4.66669Z",fill:n})}),KC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3333C8.09738 18.3333 6.51058 17.6805 5.23975 16.375C3.96891 15.0694 3.3335 13.4444 3.3335 11.5C3.3335 10.6389 3.52794 9.77776 3.91683 8.91665C4.30572 8.05554 4.79183 7.22915 5.37516 6.43748C5.9585 5.64581 6.59044 4.90276 7.271 4.20831C7.95155 3.51387 8.5835 2.9097 9.16683 2.39581C9.27794 2.2847 9.40641 2.20484 9.55225 2.15623C9.69808 2.10762 9.84739 2.08331 10.0002 2.08331C10.1529 2.08331 10.3022 2.10762 10.4481 2.15623C10.5939 2.20484 10.7224 2.2847 10.8335 2.39581C11.4168 2.9097 12.0488 3.51387 12.7293 4.20831C13.4099 4.90276 14.0418 5.64581 14.6252 6.43748C15.2085 7.22915 15.6946 8.05554 16.0835 8.91665C16.4724 9.77776 16.6668 10.6389 16.6668 11.5C16.6668 13.4444 16.0314 15.0694 14.7606 16.375C13.4897 17.6805 11.9029 18.3333 10.0002 18.3333ZM10.2293 15.8333C10.396 15.8194 10.5384 15.7535 10.6564 15.6354C10.7745 15.5173 10.8335 15.375 10.8335 15.2083C10.8335 15.0139 10.771 14.8576 10.646 14.7396C10.521 14.6215 10.3613 14.5694 10.1668 14.5833C9.59738 14.625 8.99322 14.4687 8.35433 14.1146C7.71544 13.7604 7.31266 13.118 7.146 12.1875C7.11822 12.0347 7.0453 11.9097 6.92725 11.8125C6.80919 11.7153 6.67377 11.6666 6.521 11.6666C6.32655 11.6666 6.16683 11.7396 6.04183 11.8854C5.91683 12.0312 5.87516 12.2014 5.91683 12.3958C6.15294 13.6597 6.7085 14.5625 7.5835 15.1041C8.4585 15.6458 9.34044 15.8889 10.2293 15.8333Z",fill:n})}),UC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M10.0002 18.3333C8.09738 18.3333 6.51058 17.6805 5.23975 16.375C3.96891 15.0694 3.3335 13.4444 3.3335 11.5C3.3335 10.6389 3.52794 9.77776 3.91683 8.91665C4.30572 8.05554 4.79183 7.22915 5.37516 6.43748C5.9585 5.64581 6.59044 4.90276 7.271 4.20831C7.95155 3.51387 8.5835 2.9097 9.16683 2.39581C9.27794 2.2847 9.40641 2.20484 9.55225 2.15623C9.69808 2.10762 9.84739 2.08331 10.0002 2.08331C10.1529 2.08331 10.3022 2.10762 10.4481 2.15623C10.5939 2.20484 10.7224 2.2847 10.8335 2.39581C11.4168 2.9097 12.0488 3.51387 12.7293 4.20831C13.4099 4.90276 14.0418 5.64581 14.6252 6.43748C15.2085 7.22915 15.6946 8.05554 16.0835 8.91665C16.4724 9.77776 16.6668 10.6389 16.6668 11.5C16.6668 13.4444 16.0314 15.0694 14.7606 16.375C13.4897 17.6805 11.9029 18.3333 10.0002 18.3333ZM10.0002 16.6666C11.4446 16.6666 12.6391 16.1771 13.5835 15.1979C14.5279 14.2187 15.0002 12.9861 15.0002 11.5C15.0002 10.4861 14.58 9.34026 13.7397 8.06248C12.8995 6.7847 11.6529 5.38887 10.0002 3.87498C8.34738 5.38887 7.10086 6.7847 6.26058 8.06248C5.4203 9.34026 5.00016 10.4861 5.00016 11.5C5.00016 12.9861 5.47239 14.2187 6.41683 15.1979C7.36127 16.1771 8.55572 16.6666 10.0002 16.6666ZM10.2293 15.8333C10.396 15.8194 10.5384 15.7535 10.6564 15.6354C10.7745 15.5173 10.8335 15.375 10.8335 15.2083C10.8335 15.0139 10.771 14.8576 10.646 14.7396C10.521 14.6215 10.3613 14.5694 10.1668 14.5833C9.59738 14.625 8.99322 14.4687 8.35433 14.1146C7.71544 13.7604 7.31266 13.118 7.146 12.1875C7.11822 12.0347 7.0453 11.9097 6.92725 11.8125C6.80919 11.7153 6.67377 11.6666 6.521 11.6666C6.32655 11.6666 6.16683 11.7396 6.04183 11.8854C5.91683 12.0312 5.87516 12.2014 5.91683 12.3958C6.15294 13.6597 6.7085 14.5625 7.5835 15.1041C8.4585 15.6458 9.34044 15.8889 10.2293 15.8333Z",fill:n})}),GC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M9.99979 17.5C9.41646 17.5 8.92341 17.2986 8.52063 16.8958C8.11785 16.493 7.91646 16 7.91646 15.4166C7.91646 14.8333 8.11785 14.3403 8.52063 13.9375C8.92341 13.5347 9.41646 13.3333 9.99979 13.3333C10.5831 13.3333 11.0762 13.5347 11.479 13.9375C11.8817 14.3403 12.0831 14.8333 12.0831 15.4166C12.0831 16 11.8817 16.493 11.479 16.8958C11.0762 17.2986 10.5831 17.5 9.99979 17.5ZM9.99979 8.33331C11.0415 8.33331 12.031 8.49998 12.9685 8.83331C13.906 9.16665 14.7567 9.62498 15.5206 10.2083C15.7984 10.4166 15.9408 10.691 15.9477 11.0312C15.9547 11.3715 15.8331 11.6666 15.5831 11.9166C15.347 12.1528 15.0554 12.2743 14.7081 12.2812C14.3609 12.2882 14.0484 12.1944 13.7706 12C13.2429 11.6389 12.6595 11.3541 12.0206 11.1458C11.3817 10.9375 10.7081 10.8333 9.99979 10.8333C9.29146 10.8333 8.61785 10.9375 7.97896 11.1458C7.34007 11.3541 6.75674 11.6389 6.22896 12C5.95118 12.1944 5.63868 12.2847 5.29146 12.2708C4.94424 12.2569 4.65257 12.1319 4.41646 11.8958C4.18035 11.6458 4.06229 11.3507 4.06229 11.0104C4.06229 10.6701 4.20118 10.3958 4.47896 10.1875C5.24285 9.60415 6.09354 9.14928 7.03104 8.8229C7.96854 8.49651 8.95813 8.33331 9.99979 8.33331ZM9.99979 3.33331C11.7359 3.33331 13.3713 3.61804 14.906 4.18748C16.4408 4.75692 17.8192 5.56248 19.0415 6.60415C19.3192 6.84026 19.4651 7.13192 19.479 7.47915C19.4928 7.82637 19.3748 8.12498 19.1248 8.37498C18.8887 8.61109 18.597 8.73262 18.2498 8.73956C17.9026 8.74651 17.5901 8.63887 17.3123 8.41665C16.3123 7.5972 15.1908 6.96179 13.9477 6.5104C12.7047 6.05901 11.3887 5.83331 9.99979 5.83331C8.61091 5.83331 7.29493 6.05901 6.05188 6.5104C4.80882 6.96179 3.68729 7.5972 2.68729 8.41665C2.40952 8.63887 2.09702 8.74651 1.74979 8.73956C1.40257 8.73262 1.11091 8.61109 0.874794 8.37498C0.624794 8.12498 0.506739 7.82637 0.520628 7.47915C0.534517 7.13192 0.68035 6.84026 0.958128 6.60415C2.18035 5.56248 3.55882 4.75692 5.09354 4.18748C6.62827 3.61804 8.26368 3.33331 9.99979 3.33331Z",fill:n})}),WC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M15.8748 18.25L8.62479 10.9583C8.19424 11.0556 7.78104 11.1875 7.38521 11.3542C6.98938 11.5208 6.61785 11.7222 6.27063 11.9583C5.97896 12.1528 5.65604 12.2535 5.30188 12.2604C4.94771 12.2674 4.65257 12.1458 4.41646 11.8958C4.16646 11.6458 4.05188 11.3438 4.07271 10.9896C4.09354 10.6354 4.24285 10.3542 4.52063 10.1458C4.84007 9.90972 5.17688 9.69445 5.53104 9.5C5.88521 9.30556 6.24979 9.125 6.62479 8.95833L4.74979 7.08333C4.38868 7.27778 4.03799 7.48264 3.69771 7.69792C3.35743 7.9132 3.02757 8.14583 2.70813 8.39583C2.43035 8.61806 2.11438 8.72917 1.76021 8.72917C1.40604 8.72917 1.11091 8.60417 0.874794 8.35417C0.624794 8.10417 0.506739 7.80556 0.520628 7.45833C0.534517 7.11111 0.68035 6.82639 0.958128 6.60417C1.26368 6.35417 1.57618 6.11458 1.89563 5.88542C2.21507 5.65625 2.55535 5.44444 2.91646 5.25L1.74979 4.08333C1.59702 3.93056 1.52063 3.73611 1.52063 3.5C1.52063 3.26389 1.59702 3.06944 1.74979 2.91667C1.90257 2.76389 2.09702 2.6875 2.33313 2.6875C2.56924 2.6875 2.76368 2.76389 2.91646 2.91667L17.0623 17.0625C17.229 17.2292 17.3123 17.4271 17.3123 17.6563C17.3123 17.8854 17.229 18.0833 17.0623 18.25C16.8956 18.4028 16.6977 18.4826 16.4685 18.4896C16.2394 18.4965 16.0415 18.4167 15.8748 18.25ZM9.99979 17.5C9.41646 17.5 8.92341 17.2951 8.52063 16.8854C8.11785 16.4757 7.91646 15.9861 7.91646 15.4167C7.91646 14.8333 8.11785 14.3403 8.52063 13.9375C8.92341 13.5347 9.41646 13.3333 9.99979 13.3333C10.5831 13.3333 11.0762 13.5347 11.479 13.9375C11.8817 14.3403 12.0831 14.8333 12.0831 15.4167C12.0831 15.9861 11.8817 16.4757 11.479 16.8854C11.0762 17.2951 10.5831 17.5 9.99979 17.5ZM15.6873 11.7708C15.4651 11.9931 15.2047 12.1007 14.906 12.0938C14.6074 12.0868 14.347 11.9722 14.1248 11.75L13.9165 11.5417L13.7081 11.3333L11.7081 9.33333C11.5276 9.15278 11.4929 8.96528 11.604 8.77083C11.7151 8.57639 11.9095 8.51389 12.1873 8.58333C12.8123 8.73611 13.406 8.95139 13.9685 9.22917C14.531 9.50695 15.0554 9.83333 15.5415 10.2083C15.7915 10.4028 15.9338 10.6563 15.9685 10.9688C16.0033 11.2813 15.9095 11.5486 15.6873 11.7708ZM19.1248 8.35417C18.8887 8.60417 18.597 8.73264 18.2498 8.73958C17.9026 8.74653 17.5901 8.63889 17.3123 8.41667C16.3123 7.59722 15.1908 6.96181 13.9477 6.51042C12.7047 6.05903 11.3887 5.83333 9.99979 5.83333C9.70813 5.83333 9.42688 5.84375 9.15604 5.86458C8.88521 5.88542 8.61091 5.91667 8.33313 5.95833C7.98591 6.01389 7.67341 5.94097 7.39563 5.73958C7.11785 5.53819 6.95118 5.26389 6.89563 4.91667C6.84007 4.56944 6.91646 4.25694 7.12479 3.97917C7.33313 3.70139 7.61091 3.53472 7.95813 3.47917C8.29146 3.42361 8.62827 3.38542 8.96854 3.36458C9.30882 3.34375 9.65257 3.33333 9.99979 3.33333C11.7359 3.33333 13.3713 3.62153 14.906 4.19792C16.4408 4.77431 17.8192 5.56944 19.0415 6.58333C19.3192 6.81945 19.4651 7.11111 19.479 7.45833C19.4928 7.80556 19.3748 8.10417 19.1248 8.35417Z",fill:n})}),qC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.49984 18.3333V17.5C7.49984 17.0556 7.6665 16.684 7.99984 16.3854C8.33317 16.0868 8.72206 15.9028 9.1665 15.8333V9.87501C8.86095 9.7639 8.59359 9.60418 8.36442 9.39584C8.13525 9.18751 7.94428 8.94445 7.7915 8.66668L6.20817 9.08334C5.70817 9.19445 5.23248 9.15279 4.78109 8.95834C4.3297 8.7639 4.0415 8.43057 3.9165 7.95834L7.5415 7.04168C7.65261 6.47223 7.9165 6.00001 8.33317 5.62501C8.74984 5.25001 9.24984 5.04168 9.83317 5.00001L10.3332 3.12501C10.4721 2.6389 10.7394 2.25348 11.1353 1.96876C11.5311 1.68404 11.9721 1.59723 12.4582 1.70834L11.4165 5.45834C11.7637 5.68057 12.0311 5.97223 12.2186 6.33334C12.4061 6.69446 12.4998 7.08334 12.4998 7.50001C12.4998 7.68057 12.479 7.85765 12.4373 8.03126C12.3957 8.20487 12.3471 8.37501 12.2915 8.54168L13.4165 9.70834C13.7637 10.0695 13.9686 10.4931 14.0311 10.9792C14.0936 11.4653 13.9582 11.875 13.6248 12.2083L11.1248 9.70834C11.0832 9.75001 11.038 9.78126 10.9894 9.80209C10.9408 9.82293 10.8887 9.84723 10.8332 9.87501V15.8333C11.2776 15.9028 11.6665 16.0868 11.9998 16.3854C12.3332 16.684 12.4998 17.0556 12.4998 17.5V18.3333H7.49984ZM9.99984 8.75001C10.3471 8.75001 10.6422 8.62848 10.8853 8.38543C11.1283 8.14237 11.2498 7.84723 11.2498 7.50001C11.2498 7.15279 11.1283 6.85765 10.8853 6.61459C10.6422 6.37154 10.3471 6.25001 9.99984 6.25001C9.65261 6.25001 9.35748 6.37154 9.11442 6.61459C8.87136 6.85765 8.74984 7.15279 8.74984 7.50001C8.74984 7.84723 8.87136 8.14237 9.11442 8.38543C9.35748 8.62848 9.65261 8.75001 9.99984 8.75001Z",fill:n})}),YC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M7.08333 8.75H6.25C6.01389 8.75 5.81597 8.67014 5.65625 8.51042C5.49653 8.35069 5.41667 8.15278 5.41667 7.91667C5.41667 7.68056 5.49653 7.48264 5.65625 7.32292C5.81597 7.16319 6.01389 7.08333 6.25 7.08333H7.08333V6.25C7.08333 6.01389 7.16319 5.81597 7.32292 5.65625C7.48264 5.49653 7.68056 5.41667 7.91667 5.41667C8.15278 5.41667 8.35069 5.49653 8.51042 5.65625C8.67014 5.81597 8.75 6.01389 8.75 6.25V7.08333H9.58333C9.81944 7.08333 10.0174 7.16319 10.1771 7.32292C10.3368 7.48264 10.4167 7.68056 10.4167 7.91667C10.4167 8.15278 10.3368 8.35069 10.1771 8.51042C10.0174 8.67014 9.81944 8.75 9.58333 8.75H8.75V9.58333C8.75 9.81944 8.67014 10.0174 8.51042 10.1771C8.35069 10.3368 8.15278 10.4167 7.91667 10.4167C7.68056 10.4167 7.48264 10.3368 7.32292 10.1771C7.16319 10.0174 7.08333 9.81944 7.08333 9.58333V8.75ZM7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.0694 15.9028 17.1458 16.0972 17.1458 16.3333C17.1458 16.5694 17.0694 16.7639 16.9167 16.9167C16.7639 17.0694 16.5694 17.1458 16.3333 17.1458C16.0972 17.1458 15.9028 17.0694 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z",fill:n})}),QC=({width:C=20,height:t=20,fill:n="currentColor",...r})=>e.jsx("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:C,height:t,...r,children:e.jsx("path",{d:"M6.66667 8.75C6.43056 8.75 6.23264 8.67014 6.07292 8.51042C5.91319 8.35069 5.83333 8.15278 5.83333 7.91667C5.83333 7.68056 5.91319 7.48264 6.07292 7.32292C6.23264 7.16319 6.43056 7.08333 6.66667 7.08333H9.16667C9.40278 7.08333 9.60069 7.16319 9.76042 7.32292C9.92014 7.48264 10 7.68056 10 7.91667C10 8.15278 9.92014 8.35069 9.76042 8.51042C9.60069 8.67014 9.40278 8.75 9.16667 8.75H6.66667ZM7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.0694 15.9028 17.1458 16.0972 17.1458 16.3333C17.1458 16.5694 17.0694 16.7639 16.9167 16.9167C16.7639 17.0694 16.5694 17.1458 16.3333 17.1458C16.0972 17.1458 15.9028 17.0694 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z",fill:n})}),b3={add:d6,"alt-route":x6,apps:H6,"arrow-alt-down":M6,"arrow-alt-down-left":f6,"arrow-alt-down-right":Z6,"arrow-alt-left":j6,"arrow-alt-right":m6,"arrow-alt-up":B6,"arrow-alt-up-left":S6,"arrow-alt-up-right":b6,"arrow-angle-down-left":_6,"arrow-angle-down-right":y6,"arrow-angle-up-left":O6,"arrow-angle-up-right":N6,"arrow-chevron-down":F6,"arrow-chevron-left":k6,"arrow-chevron-right":I6,"arrow-chevron-up":A6,"arrow-double-down":C5,"arrow-double-left":e5,"arrow-double-right":t5,"arrow-double-up":n5,"arrow-down":r5,"arrow-down-left":o5,"arrow-down-right":s5,"arrow-drop-down":l5,"arrow-drop-up":i5,"arrow-left":c5,"arrow-right":a5,"arrow-up":d5,"arrow-up-left":w5,"arrow-up-right":u5,asterisk:V5,"attach-file":L5,"battery-alt-empty":Z5,"battery-alt-full":j5,"battery-charging":m5,"battery-empty":b5,"battery-full":_5,bluetooth:y5,"bluetooth-off":O5,"chart-bar":d7,"chart-bar-stacked":w7,check:j7,"check-indeterminate":S7,"check-small":b7,"checkbox-empty":_7,close:A7,compare:Y7,"copy-all":Q7,"crisis-alert":C9,cut:e9,download:g9,"download-done":v9,"drag-handle":p9,"drag-indicator":H9,exclamation:S9,"explore-travel":N9,"external-link":F9,filter:G9,"filter-off":X9,"first-page":e2,forward:M2,fullscreen:f2,"fullscreen-exit":Z2,history:A2,"hourglass-empty":T2,"info-i":X2,language:s4,"last-page":c4,link:M4,"link-off":f4,list:Z4,"location-disabled":B4,login:T4,logout:E4,menu:W4,"menu-open":q4,monitoring:r8,"more-down":o8,"more-horiz":s8,"more-up":l8,"more-vert":i8,ohm:h8,"open-in-full":p8,paste:L8,"play-pause":O8,"power-input":F8,"power-plug":R8,"power-settings":E8,"priority-high":X8,public:J8,publish:C0,"question-mark":e0,radar:t0,"radio-button-empty":n0,redo:r0,reload:o0,remove:s0,reply:l0,"reply-all":i0,route:u0,search:x0,"side-navigation":f0,sort:_0,"support-agent":E0,timeline:$0,"trending-down":G0,"trending-flat":W0,"trending-up":q0,tune:Y0,undo:J0,upload:CC,water:zC,"water-alt":$C,wifi:GC,"wifi-off":WC,windmill:qC,"zoom-in":YC,"zoom-out":QC},_3={"add-circle":[u6,w6],"admin-panel-settings":[v6,g6],analytics:[p6,h6],archive:[L6,V6],"arrow-circle-chevron-down":[D6,R6],"arrow-circle-chevron-left":[E6,T6],"arrow-circle-chevron-right":[z6,P6],"arrow-circle-chevron-up":[K6,$6],"arrow-circle-down":[G6,U6],"arrow-circle-left":[q6,W6],"arrow-circle-right":[Q6,Y6],"arrow-circle-up":[J6,X6],article:[v5,g5],"assignment-complete":[h5,x5],assignment:[H5,p5],"battery-alert":[f5,M5],"battery-charging-full":[S5,B5],"bolt-alt-circle":[F5,N5],"bolt-alt":[I5,k5],"bolt-circle":[R5,A5],bolt:[T5,D5],bookmark:[P5,E5],bookmarks:[$5,z5],build:[U5,K5],"calendar-available":[W5,G5],"calendar-busy":[Y5,q5],"calendar-month":[X5,Q5],"calendar-today":[C7,J5],call:[t7,e7],cancel:[r7,n7],category:[s7,o7],"chart-add":[i7,l7],"chart-area":[a7,c7],"chart-pie":[g7,u7],"chart-table":[x7,v7],"chat-alt":[p7,h7],"chat-alt-unread":[V7,H7],chat:[M7,L7],"chat-unread":[Z7,f7],"check-circle":[B7,m7],checkbox:[F7,y7],"checkbox-indeterminate":[N7,O7],clock:[I7,k7],"cloud-download":[D7,R7],cloud:[z7,T7],"cloud-off":[P7,E7],"cloud-upload":[K7,$7],"comment-add":[G7,U7],comment:[q7,W7],copy:[J7,X7],dangerous:[n9,t9],dashboard:[o9,r9],database:[l9,s9],delete:[c9,i9],desktop:[d9,a9],devices:[u9,w9],draft:[h9,x9],eco:[L9,V9],edit:[f9,M9],"electric-meter":[j9,Z9],error:[B9,m9],explore:[O9,b9],"explore-off":[y9,_9],"fast-forward":[I9,k9],"fast-rewind":[R9,A9],feedback:[T9,D9],"file-copy":[P9,E9],"file-download":[$9,z9],"file-upload":[U9,K9],"filter-alt":[Q9,W9],"filter-alt-off":[Y9,q9],fire:[C2,J9],"fit-screen":[n2,t2],flag:[o2,r2],flash:[c2,s2],"flash-off":[i2,l2],"folder-add":[d2,a2],folder:[h2,w2],"folder-move":[g2,u2],"folder-open":[x2,v2],"folder-shared":[H2,p2],forum:[L2,V2],"group-add":[m2,j2],group:[S2,B2],groups:[_2,b2],headphones:[O2,y2],heart:[F2,N2],help:[I2,k2],home:[D2,R2],hourglass:[P2,E2],"image-broken":[$2,z2],image:[W2,K2],"image-gallery":[G2,U2],inbox:[Y2,q2],info:[J2,Q2],keep:[n4,C4],"keep-off":[t4,e4],label:[o4,r4],laptop:[i4,l4],"left-panel-close":[d4,a4],"left-panel-open":[u4,w4],"light-off":[v4,g4],"lightbulb-alt":[h4,x4],"lightbulb-circle":[H4,p4],lightbulb:[L4,V4],"list-alt":[m4,j4],"location-me":[b4,S4],"location-off":[y4,_4],"location-on":[N4,O4],lock:[D4,F4],"lock-open":[I4,k4],"lock-open-right":[R4,A4],mail:[z4,P4],"mail-unread":[K4,$4],map:[G4,U4],mic:[J4,Y4],"mic-off":[X4,Q4],"mode-dark":[e8,C8],"mode-light":[n8,t8],notification:[g8,c8],"notification-important":[d8,a8],"notification-off":[u8,w8],"notification-unread":[x8,v8],palette:[V8,H8],"pause-circle":[f8,M8],pause:[j8,Z8],"photo-camera":[B8,m8],"play-circle":[b8,S8],play:[y8,_8],power:[A8,N8],"power-off":[I8,k8],"power-plug-connect":[T8,D8],"power-settings-circle":[z8,P8],"power-solar":[K8,$8],"power-switch":[G8,U8],"power-wind":[q8,W8],print:[Q8,Y8],"right-panel-close":[a0,c0],"right-panel-open":[w0,d0],save:[v0,g0],send:[p0,h0],settings:[V0,H0],share:[M0,L0],"skip-next":[j0,Z0],"skip-previous":[B0,m0],smartphone:[b0,S0],star:[O0,y0],"sticky-note":[F0,N0],"stop-circle":[I0,k0],stop:[R0,A0],subtitles:[T0,D0],"text-snippet":[z0,P0],"trash-restore":[U0,K0],unarchive:[X0,Q0],"user-add":[tC,eC],"user-circle":[rC,nC],user:[sC,oC],"user-settings":[iC,lC],verified:[aC,cC],"video-camera":[gC,dC],"video-camera-off":[uC,wC],"video-gallery":[xC,vC],"view-agenda":[pC,hC],"view-column":[VC,HC],"view-grid":[MC,LC],"view-kanban":[ZC,fC],"view-module":[mC,jC],"view-timeline":[SC,BC],"visibility-hide":[_C,bC],"visibility-show":[OC,yC],"volume-down":[FC,NC],"volume-mute":[IC,kC],"volume-off":[RC,AC],"volume-up":[TC,DC],warning:[PC,EC],waterdrop:[UC,KC]};function b1(C){return a6(C,b3,_3)}const k=({name:C,size:t,color:n,appearance:r,...s})=>{if(b1(C)){const o=_3[C];if(o){const[l,c]=o;return r==="filled"?e.jsx(c,{width:t,height:t,fill:n,...s}):e.jsx(l,{width:t,height:t,fill:n,...s})}else{const l=b3[C];return e.jsx(l,{width:t,height:t,fill:n,...s})}}else return console.warn(`Icon: Invalid icon name "${C}". Please use a valid icon key.`),null};function y3(C){var t,n,r="";if(typeof C=="string"||typeof C=="number")r+=C;else if(typeof C=="object")if(Array.isArray(C)){var s=C.length;for(t=0;t<s;t++)C[t]&&(n=y3(C[t]))&&(r&&(r+=" "),r+=n)}else for(n in C)C[n]&&(r&&(r+=" "),r+=n);return r}function XC(){for(var C,t,n=0,r="",s=arguments.length;n<s;n++)(C=arguments[n])&&(t=y3(C))&&(r&&(r+=" "),r+=t);return r}function R(...C){return XC(...C)}const JC="_badgeContainer_3v2tn_1",Ce="_badge_3v2tn_1",ee="_hidden_3v2tn_14",te="_countOverflow_3v2tn_63",Q={badgeContainer:JC,badge:Ce,hidden:ee,countOverflow:te},W=i.forwardRef(({badgeType:C="brand",size:t="m",content:n="number",count:r,icon:s="notification",children:o,...l},c)=>{var g;if(n=="icon"&&s&&!b1(s))return console.warn(`Badge: Invalid icon name "${s}". Please use a valid icon key.`),null;const a=i6(t),d=B3({size:t,content:n,iconSize:a}),w=S3({size:t,content:n,count:r}),v=c6({size:t,content:n,count:r,iconSize:a}),x=w&&((g=X1(r))==null?void 0:g.length)>2;return o?e.jsxs("div",{ref:c,className:Q.badgeContainer,...l,children:[e.jsxs("div",{"data-badge-type":C,"data-size":t,"data-testid":"badge",className:R(Q.badge,v?"":Q.hidden,x?Q.countOverflow:""),children:[d&&e.jsx(k,{name:s,className:Q.icon,size:a}),w&&e.jsx("span",{className:Q.count,children:X1(r)},r)]}),o]}):e.jsx("div",{ref:c,className:Q.badgeContainer,...l,children:e.jsxs("div",{"data-simple-badge":"true","data-badge-type":C,"data-size":t,"data-testid":"badge",className:R(Q.badge,v?"":Q.hidden,x?Q.countOverflow:""),children:[d&&e.jsx(k,{name:s,className:Q.icon,size:a}),w&&e.jsx("span",{className:Q.count,children:X1(r)},r)]})})}),y1=(C,t=300)=>{const[n,r]=i.useState(C),[s,o]=i.useState(C);return i.useEffect(()=>{if(C)n||(r(!0),o(!1),requestAnimationFrame(()=>{requestAnimationFrame(()=>o(!0))}));else{o(!1);const l=setTimeout(()=>{r(!1)},t);return()=>clearTimeout(l)}},[C,t,n]),{shouldRender:n,isAnimating:s}},u3={s:16,m:20,l:24},ne={s:"m",m:"m",l:"l"},re="_button_3bzxf_1",oe="_label_3bzxf_169",J1={button:re,label:oe},k1=i.forwardRef(({size:C="m",label:t,variant:n="primary",className:r="",onClick:s,type:o="button",badgeContent:l,badgeCount:c,badgeType:a,badgeIcon:d,icon:w,iconPosition:v="left",iconColor:x,iconAppearance:g,...h},M)=>{const V=c>0&&l==="number"||l==="icon"&&d,H=C==="s"?16:C==="m"?20:24,m=e.jsxs(e.Fragment,{children:[w&&v==="left"&&e.jsx(k,{name:w,size:H,color:x,appearance:g}),e.jsx("span",{"data-size":C,className:J1.label,children:t}),w&&v==="right"&&e.jsx(k,{name:w,size:H,color:x,appearance:g})]});return V?e.jsx(W,{badgeType:a,size:ne[C],content:C==="s"?"empty":l,count:c,icon:d,children:e.jsx("button",{ref:M,type:o,className:R(J1.button,r),"data-size":C,"data-variant":n,onClick:s,...h,children:m})}):e.jsx("button",{ref:M,type:o,className:R(J1.button,r),"data-size":C,"data-variant":n,onClick:s,...h,children:m})}),g3={"icon-button":"_icon-button_1w2tu_1"},r1=i.forwardRef(({size:C="m",variant:t="primary",className:n="",onClick:r,type:s="button",name:o,appearance:l,compactSpacing:c,badgeContent:a,badgeCount:d,badgeType:w,badgeIcon:v,...x},g)=>b1(o)?d>0&&a==="number"||a==="icon"&&v?e.jsx(W,{badgeType:w,size:C,content:C==="s"?"empty":a,count:d,icon:v,children:e.jsx("button",{ref:g,type:s,className:R(g3["icon-button"],n),"data-size":C,"data-variant":t,"data-compact-spacing":c,onClick:r,...x,children:e.jsx(k,{name:o,appearance:l,size:u3[C]})})}):e.jsx("button",{ref:g,type:s,className:R(g3["icon-button"],n),"data-size":C,"data-variant":t,"data-compact-spacing":c,onClick:r,...x,children:e.jsx(k,{name:o,appearance:l,size:u3[C]})}):(console.warn(`IconButton: Invalid icon name "${o}". Please use a valid icon key.`),null)),se="_banner_vvnzx_1",L1={banner:se,"banner-icon":"_banner-icon_vvnzx_44","banner-close-icon":"_banner-close-icon_vvnzx_52","banner-content":"_banner-content_vvnzx_55","banner-title":"_banner-title_vvnzx_65","banner-message":"_banner-message_vvnzx_77"},le=i.forwardRef(({title:C,message:t,type:n="alert",closable:r=!1,onClose:s,position:o="push",actionCallback:l,actionLabel:c,className:a="",isOpen:d=!0,...w},v)=>{const[x,g]=i.useState(d),h=n==="error"?"alert":"status",{shouldRender:M,isAnimating:V}=y1(x,200),H={info:"info",error:"dangerous",success:"check-circle",warning:"warning"};if(i.useEffect(()=>{g(d)},[d]),r===!1&&o==="overlay")return console.warn("Banner: 'closable' and 'onClose' props must be set when 'position' has 'overlay' value."),null;const m=()=>{g(!1),s==null||s()};return M&&e.jsxs("section",{role:h,className:R(L1.banner,a),ref:v,"data-type":n,"data-position":o,"data-open":V||void 0,...w,children:[e.jsx("div",{className:L1["banner-icon"],children:e.jsx(k,{name:H[n],size:32})}),e.jsxs("div",{className:L1["banner-content"],children:[C&&e.jsx("span",{className:L1["banner-title"],children:C}),t&&e.jsx("div",{className:L1["banner-message"],children:e.jsx("span",{children:t})})]}),l&&c&&e.jsx(k1,{label:c,onClick:l,variant:"text","aria-label":c,size:"s"}),r&&e.jsx("div",{className:L1["banner-close-icon"],children:e.jsx(r1,{variant:"neutral",name:"close",onClick:m,"aria-label":"close banner"})})]})}),ie="Fil d'Ariane",O3=3,ce=2;function ae(C,t=O3,n=ce){if(N3(C,t))return{root:C[0],truncated:C.slice(1,C.length-n),remaining:C.slice(C.length-n)};throw new Error(`Breadcrumbs: 'items' should have at least ${t} items.`)}function N3(C,t=O3){return C.length>t}const de=150;let M1={};const v1={};class t1{static generateId(){return`dropdown-${Math.random().toString(36).substring(2,9)}`}static isOpen(t){return M1[t]||!1}static open(t){M1[t]=!0,this.notifyListeners(t)}static close(t){delete M1[t],this.notifyListeners(t)}static closeAll(){M1={},Object.values(v1).flat().forEach(t=>t())}static getOpenedDropdowns(){return Object.keys(M1)}static getParentDropdownId(t){const n=t.split("-");return n.length<=2?null:(n.pop(),n.join("-"))}static closeSubMenus(t){Object.keys(M1).filter(s=>s.startsWith(t)&&s!==t).forEach(s=>t1.close(s))}static subscribe(t,n){return v1[t]||(v1[t]=[]),v1[t].push(n),()=>{v1[t]=v1[t].filter(r=>r!==n)}}static notifyListeners(t){var n;(n=v1[t])==null||n.forEach(r=>r())}}const F3=(C,t,n,r=0,s=!1)=>{let o;const l=C.getBoundingClientRect();if(s){const c=C.parentElement;if(!c)return n;const a=parseInt(getComputedStyle(t).getPropertyValue("max-width")),d=parseInt(getComputedStyle(t).getPropertyValue("max-height")),w=c.getBoundingClientRect();o={top:l.top-w.top>d+r,right:w.right-l.right>a+r,bottom:w.bottom-l.bottom>=d+r,left:l.left-w.left>a+r}}else{const c=t.getBoundingClientRect();o={top:c.height+r<l.top,right:c.width+r<window.innerWidth-l.right,bottom:c.height+r<window.innerHeight-l.bottom,left:c.width+r<l.left}}return o.top?"top":o.bottom?"bottom":o.left?"left":o.right?"right":n},v3=(C,t,n,r=0,s=!1)=>{const o=C.getBoundingClientRect(),l=t.getBoundingClientRect(),c={top:l.height+r<o.top,right:l.width+r<window.innerWidth-o.right,bottom:l.height+r<window.innerHeight-o.bottom,left:l.width+r<o.left};return s?we(c,n):ue(c,n)},we=(C,t)=>C.right?"right":C.left?"left":C.bottom?"bottom":C.top?"top":t,ue=(C,t)=>C.bottom?"bottom":C.right?"right":C.left?"left":C.top?"top":t,i3=(C,t,n)=>{const r="center";if(!C.parentElement)return r;const o=C.getBoundingClientRect(),l=t.getBoundingClientRect(),c={end:n==="top"||n==="bottom"?o.right>=l.width:window.innerHeight-o.bottom>=l.height,start:n==="top"||n==="bottom"?window.innerWidth-o.left>=l.width:window.innerHeight-o.top>=l.height};return c.start?"start":c.end?"end":r},W1=(C,t,n,r=0,s="center")=>{const o=t.getBoundingClientRect(),l=n.getBoundingClientRect();return C==="bottom"?ge(o,l,r,s):C==="left"?ve(o,l,r,s):C==="right"?xe(o,l,r,s):he(o,l,r,s)},ge=(C,t,n,r)=>{const s=C.bottom+n+window.scrollY;let o=0;return r==="start"?o=C.left+window.scrollX:r==="end"?o=C.right-t.width+window.scrollX:o=C.left+C.width/2-t.width/2+window.scrollX,{top:s,left:o}},ve=(C,t,n,r)=>{const s=C.left-t.width-n+window.scrollX;let o=0;return r==="start"?o=C.top+window.scrollY:r==="end"?o=C.bottom-t.height+window.scrollY:o=C.top+C.height/2-t.height/2+window.scrollY,{top:o,left:s}},xe=(C,t,n,r)=>{const s=C.right+n+window.scrollX;let o=0;return r==="start"?o=C.top+window.scrollY:r==="end"?o=C.bottom-t.height+window.scrollY:o=C.top+C.height/2-t.height/2+window.scrollY,{top:o,left:s}},he=(C,t,n,r)=>{const s=C.top-t.height-n+window.scrollY;let o=0;return r==="start"?o=C.left+window.scrollX:r==="end"?o=C.right-t.width+window.scrollX:o=C.left+C.width/2-t.width/2+window.scrollX,{top:s,left:o}},q=" ",P="Enter",_1="Tab",x3="Backspace",h3="Delete",U1="ArrowLeft",G1="ArrowRight",I1="ArrowUp",H1="ArrowDown",A1="Escape",z1=()=>{},V1=(C={},t={})=>{const{id:n,interactiveKeyCodes:r}=t,{onKeyDown:s=z1,onKeyUp:o=z1,onBlur:l=z1,onFocus:c=z1}=C,a=i.useRef(r??[q,P]);return{onKeyDown:g=>{var h;(h=a.current)!=null&&h.includes(g.key)&&(!n||g.target.id===n)&&(g.preventDefault(),s(g))},onKeyUp:g=>{var h;(h=a.current)!=null&&h.includes(g.key)&&(!n||g.target.id===n)&&o(g)},onBlur:()=>{l()},onFocus:()=>{c()}}},pe="_horizontal_1wa9l_1",He="_vertical_1wa9l_29",p3={horizontal:pe,vertical:He},n1=i.forwardRef(({orientation:C="horizontal",thickness:t="light",appearance:n="default",endPoint:r="round",...s},o)=>C==="horizontal"?e.jsx("hr",{ref:o,className:p3.horizontal,"data-thickness":t,"data-appearance":n,"data-end-point":r,...s}):e.jsx("div",{ref:o,role:"separator",className:p3.vertical,"data-thickness":t,"data-appearance":n,"data-end-point":r,...s})),E1=({children:C,freezeNavigation:t})=>{const[n,r]=i.useState(null);return i.useEffect(()=>{let s=document.getElementById("overlay-root");s||(s=document.createElement("div"),s.setAttribute("id","overlay-root"),document.body.appendChild(s),t&&(document.body.style.overflow="hidden",s.style.position="fixed",s.style.width="100%",s.style.height="100%",s.style.top="0",s.style.left="0",s.style.zIndex="999")),r(s);const{parentNode:o,children:l}=s;return()=>{if(o&&!l.length){t&&(document.body.style.overflow="unset");const c=o.querySelector("#overlay-root");c&&o.removeChild(c)}}},[t]),n?e.jsx(e.Fragment,{children:n6.createPortal(C,n)}):null},d3=i.createContext(void 0),Ve=({dropdownId:C,closeRoot:t,autoClose:n=!0,children:r})=>e.jsx(d3.Provider,{value:{dropdownId:C,closeRoot:t,autoClose:n},children:r}),Le="_trigger_19dwi_1",Me="_dropdown_19dwi_13",f1={trigger:Le,dropdown:Me,"dropdown-menu-header":"_dropdown-menu-header_19dwi_39","dropdown-menu-content":"_dropdown-menu-content_19dwi_39","dropdown-menu-footer":"_dropdown-menu-footer_19dwi_39","dropdown-items":"_dropdown-items_19dwi_42"},H3=C=>{var r;const t=I3(C),n=t.findIndex(s=>s===document.activeElement);n<t.length-1?t[n+1].focus():(r=t[0])==null||r.focus()},fe=C=>{var r;const t=I3(C),n=t.findIndex(s=>s===document.activeElement);n>0?t[n-1].focus():(r=t[t.length-1])==null||r.focus()},k3=C=>{var r;const t=C?CSS.escape(C):null;if(!t)return;const n=document.querySelector(`[data-dropdown-id='${t}']`);n&&((r=(n==null?void 0:n.querySelectorAll('li[role="menuitem"]'))[0])==null||r.focus())},Ze=C=>{var s;const t=t1.getParentDropdownId(C),n=t?CSS.escape(t):null;if(!n)return;const r=document.querySelector(`[data-dropdown-id='${n}']`);(s=r==null?void 0:r.querySelector("[data-active=true]"))==null||s.focus()},I3=C=>{const t=C==null?void 0:C.querySelectorAll('li[role="menuitem"]');return t?Array.from(t):[]},A3=C=>{const t=i.useRef(C||t1.generateId()),[n,r]=i.useState(!1);i.useEffect(()=>t1.subscribe(t.current,()=>{r(t1.isOpen(t.current))}),[]);const s=()=>{t1.open(t.current)},o=()=>{t1.close(t.current)},l=()=>{n?o():s()};return{dropdownId:t.current,isOpen:n,open:s,close:o,toggle:l}},P1=i.forwardRef(({trigger:C,className:t,style:n,dropdownId:r,hasParent:s,position:o="bottom",autoClose:l=!0,isOpen:c=!1,onClose:a=()=>{},children:d,offset:w=0,alignment:v="start",autofocus:x=!0,header:g,footer:h,...M},V)=>{const{dropdownId:H}=A3(r),[m,O]=i.useState(o),{closeRoot:B}=i.useContext(d3)||{},u=i.useRef(null),Z=i.useRef(null),[S,N]=i.useState(null),[b,_]=i.useState(null),[j,f]=i.useState({top:500,left:500}),{shouldRender:y,isAnimating:p}=y1(c,de),L=i.useCallback(I=>{Z.current=I,N(I),typeof V=="function"?V(I):V&&(V.current=I)},[V]),F=i.useCallback(I=>{u.current=I,_(I)},[]),D=i.useCallback(()=>{s&&B?B():a(),t1.closeAll()},[B,s,a]),T=I=>{if(I.key===H1||I.key===I1){if(I.stopPropagation(),I.preventDefault(),S===null)return;I.key===H1?H3(S):fe(S)}},$=I=>{I.key===A1&&D()},A=I=>{if(I.key===_1){if(S===null)return;I.preventDefault(),H3(S)}},{onKeyDown:U,onKeyUp:o1}=V1({onKeyUp:$,onKeyDown:T},{interactiveKeyCodes:[P,_1,H1,I1,A1]});i.useEffect(()=>{const I=J=>{var c1;const C1=J.target,g1=document.querySelectorAll("[data-dropdown-id]");Array.from(g1).some(Q1=>Q1.contains(C1))||((c1=u.current)==null?void 0:c1.contains(C1))||D()};return document.addEventListener("mousedown",I),()=>document.removeEventListener("mousedown",I)},[D]);const E=i.useCallback((I,J)=>{const C1=v3(I,J,"right",w,!0),g1=i3(I,J,C1),z=W1(C1,I,J,w,g1);O(C1),f(z)},[w]),u1=i.useCallback((I,J,C1,g1)=>{const z=C1==="auto"?v3(I,J,"bottom"):C1,c1=g1??i3(I,J,z),Q1=W1(z,I,J,w,c1);O(z),f(Q1)},[w]);return i.useEffect(()=>{!b||!S||(s?E(b,S):u1(b,S,o,v))},[s,S,b,o,v,E,u1]),i.useEffect(()=>{c&&S&&x&&k3(H)},[c,H,S,x]),e.jsxs(Ve,{dropdownId:H,closeRoot:D,autoClose:l,children:[e.jsx("div",{ref:F,className:f1.trigger,tabIndex:-1,onKeyDown:A,children:C}),y&&e.jsx(E1,{children:e.jsxs("div",{className:R(f1.dropdown,t),"data-dropdown-id":H,"data-position":m,"data-open":p||void 0,...M,style:{...n,top:j.top,left:j.left},ref:L,onKeyUp:o1,onKeyDown:U,children:[g&&e.jsxs("div",{className:R(f1["dropdown-menu-header"],"rte-dropdown-menu-header"),children:[g,e.jsx(n1,{})]}),e.jsx("div",{className:R(f1["dropdown-menu-content"],"rte-dropdown-menu-content"),children:e.jsx("ul",{className:f1["dropdown-items"],role:"menu",children:d})}),h&&e.jsxs("div",{className:R(f1["dropdown-menu-footer"],"rte-dropdown-menu-footer"),children:[e.jsx(n1,{}),h]})]})})]})}),x1={"dropdown-item":"_dropdown-item_1wyeh_1","dropdown-divider":"_dropdown-divider_1wyeh_38"},R1=({label:C,link:t,leftIcon:n,trailingText:r,disabled:s,hasSeparator:o,hasIndent:l,children:c,badgeCount:a,badgeContent:d,badgeIcon:w,badgeType:v,badgeSize:x,showBadge:g,isSelected:h,onClick:M,...V})=>{const{dropdownId:H,autoClose:m,closeRoot:O}=i.useContext(d3)||{},B=`${H}-${C&&C.replace(/\s+/g,"")}`,{isOpen:u,open:Z}=A3(B),S=()=>{H&&(t1.closeSubMenus(H),Z())},N=()=>{H&&t1.closeSubMenus(H)};l&&n&&console.warn(`DropdownItem: 'hasIndent' prop is ignored when 'leftIcon' is provided : displaying icon '${n}' for dropdownitem with label '${C}' without indentation.`);const b=L=>{s||(M&&M(L),m&&O&&O())},_=L=>{if([q,P].includes(L.key))if(t){const F=L.currentTarget.querySelector("a");F&&F.click()}else{if(s)return;M&&b(L),c&&Z()}},j=L=>{L.preventDefault(),L.key===_1&&(u&&k3(B),L.shiftKey&&H&&Ze(H))},{onKeyUp:f,onFocus:y,onKeyDown:p}=V1({onKeyUp:j,onFocus:N,onKeyDown:_},{interactiveKeyCodes:[q,P,_1,H1,I1,A1]});return c?e.jsx(P1,{hasParent:!0,dropdownId:B,isOpen:u,trigger:e.jsxs(e.Fragment,{children:[e.jsxs("li",{className:x1["dropdown-item"],"data-active":u,"data-disabled":s,role:"menuitem",onMouseOver:S,onKeyUp:f,onKeyDown:p,onFocus:y,tabIndex:0,children:[l&&e.jsx("span",{style:{width:"20px"}}),n&&e.jsx(k,{name:n,className:x1["dropdown-item-icon"],appearance:u?"filled":"outlined"}),t?e.jsx("a",{href:t,style:{flex:"2",textDecoration:"none",color:"inherit"},children:C}):e.jsx("span",{style:{flex:"2"},children:C}),e.jsx(k,{name:"arrow-chevron-right",className:x1["dropdown-item-icon"]})]}),o&&e.jsx("div",{className:x1["dropdown-divider"],children:e.jsx(n1,{})})]}),children:c}):e.jsxs(e.Fragment,{children:[e.jsxs("li",{className:x1["dropdown-item"],"data-disabled":s,"data-active":h,role:"menuitem",onClick:b,onMouseOver:S,onKeyUp:f,onKeyDown:p,onFocus:y,tabIndex:0,...V,children:[l&&!n&&e.jsx("span",{style:{width:"20px"}}),n&&e.jsx(k,{name:n,className:x1["dropdown-item-icon"]}),t?e.jsx("a",{href:t,style:{flex:"2",textDecoration:"none",color:"inherit"},children:C}):e.jsx("span",{style:{flex:"2"},children:C}),r&&e.jsx("div",{children:r}),T1({showBadge:!!g,badgeContent:d,badgeCount:a,badgeIcon:w})&&e.jsx(W,{count:a,content:d,icon:w,badgeType:v,size:x})]}),o&&e.jsx("div",{className:x1["dropdown-divider"],children:e.jsx(n1,{})})]})},je="_link_1yg2q_1",me="_label_1yg2q_118",C3={link:je,"external-link-icon":"_external-link-icon_1yg2q_114",label:me},q1=i.forwardRef(({label:C,href:t,subtle:n=!1,externalLink:r=!1,className:s="",reverse:o,...l},c)=>e.jsxs("a",{ref:c,href:t,role:"link","aria-label":C,className:R(C3.link,s),"data-subtle":n,target:r?"_blank":void 0,rel:r?"noopener noreferrer":void 0,"data-reverse":o,...l,children:[e.jsx("span",{className:C3.label,children:C}),r&&e.jsx(k,{name:"external-link",size:12,className:C3["external-link-icon"]})]})),R3=4,Be=5,Se=150;function be(C,t=R3){return C?Be+t:t}const _e="_tooltip_jx6mx_1",ye="_tooltipLabel_jx6mx_22",e3={"tooltip-trigger":"_tooltip-trigger_jx6mx_1",tooltip:_e,tooltipLabel:ye},Y1=i.forwardRef(({children:C,position:t="top",alignment:n="center",label:r,arrow:s=!0,className:o="",triggerStyles:l,shouldFocusTrigger:c=!0,gap:a=R3,...d},w)=>{const v=i.useRef(null),x=i.useRef(null),[g,h]=i.useState(null),[M,V]=i.useState(t),[H,m]=i.useState({top:0,left:0}),[O,B]=i.useState(!1),{shouldRender:u,isAnimating:Z}=y1(O,Se),S=i.useCallback(j=>{x.current=j,h(j),typeof w=="function"?w(j):w&&(w.current=j)},[w]),N=i.useCallback(()=>{if(O&&v.current&&g){const j=be(s,a),f=t==="auto"?F3(v.current,g,"top",j,!0):t,y=W1(f,v.current,g,j);V(f),m(y)}},[O,t,s,g,a]);i.useEffect(()=>(N(),window.addEventListener("scroll",N),()=>{window.removeEventListener("scroll",N)}),[N]);const b=()=>{B(!0)},_=()=>{B(!1)};return e.jsxs("div",{ref:v,className:e3["tooltip-trigger"],onMouseEnter:b,onMouseLeave:_,onFocus:b,onFocusCapture:c?void 0:b,onBlur:_,tabIndex:c?0:void 0,style:l,children:[C,u&&e.jsx(E1,{children:e.jsx("div",{ref:S,className:R(e3.tooltip,o),"data-position":M,"data-open":Z||void 0,"data-alignment":n,"data-arrow":s,style:{top:`${H.top}px`,left:`${H.left}px`},...d,children:r&&e.jsx("span",{role:"tooltip",className:e3.tooltipLabel,children:r})})})]})}),Oe="_breadcrumbItem_1ybl5_1",Ne={breadcrumbItem:Oe},t3=({item:C,isLast:t,breadcrumbItemMaxWidth:n})=>{const[r,s]=i.useState(!1),o=i.useRef(),l=i.useRef(null);i.useEffect(()=>{var h;l.current&&(o.current=(h=l.current.querySelector("a"))==null?void 0:h.scrollWidth)},[]),i.useEffect(()=>{(()=>{o.current&&n&&s(o.current>=n)})()},[n]);const{showBadge:c,badgeContent:a,badgeCount:d,badgeIcon:w,badgeType:v,badgeSize:x}=C,g=T1({showBadge:!!c,badgeContent:a,badgeCount:d,badgeIcon:w});return e.jsx("div",{className:Ne.breadcrumbItem,ref:l,children:t?e.jsx(e.Fragment,{children:r?e.jsxs(Y1,{label:C.label,position:"bottom",alignment:"center",triggerStyles:{maxWidth:`${n}px`,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:[e.jsx("a",{role:"link","aria-label":C.label,"aria-current":"page",tabIndex:-1,style:{maxWidth:`${n}px`},children:C.label}),g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v,size:x})]}):e.jsxs(e.Fragment,{children:[e.jsx("a",{role:"link","aria-label":C.label,"aria-current":"page",tabIndex:0,style:{maxWidth:`${n}px`},children:C.label}),g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v})]})}):e.jsx(e.Fragment,{children:r?e.jsxs(Y1,{label:C.label,position:"bottom",alignment:"center",triggerStyles:{maxWidth:`${n}px`,textOverflow:"ellipsis",whiteSpace:"nowrap"},shouldFocusTrigger:!1,children:[e.jsx(q1,{href:C.link,label:C.label,subtle:!0,style:{color:"var(--content-tertiary)",maxWidth:`${n}px`}})," ",g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v})]}):e.jsxs(e.Fragment,{children:[e.jsx(q1,{href:C.link,label:C.label,subtle:!0,style:{color:"var(--content-tertiary)",maxWidth:`${n}px`}}),g&&e.jsx(W,{count:d,content:a,icon:w,badgeType:v})]})})},C.link)},Fe="_breadcrumbsContainer_12g5q_1",ke="_breadcrumbItem_12g5q_7",Ie="_separator_12g5q_36",S1={breadcrumbsContainer:Fe,breadcrumbItem:ke,separator:Ie},n3=()=>e.jsx("span",{"aria-hidden":"true",className:S1.separator,children:"/"}),Ae=i.forwardRef(({items:C,ariaLabel:t=ie,breadcrumbItemMaxWidth:n,badgeContent:r,badgeCount:s,badgeIcon:o,badgeType:l,badgeSize:c,showBadge:a,...d},w)=>{const[v,x]=i.useState(!1);if(N3(C)){const{root:g,truncated:h,remaining:M}=ae(C);return e.jsxs("nav",{ref:w,className:R(S1.breadcrumbsContainer,h.length?S1.truncated:""),...d,role:"navigation","aria-label":t,children:[e.jsx(t3,{item:g,isLast:!1,breadcrumbItemMaxWidth:n}),e.jsx(n3,{}),e.jsx("span",{className:S1.breadcrumbItem,children:e.jsx(P1,{dropdownId:"breadcrumbs-truncated-list"+t,onClose:()=>{x(!1)},trigger:e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[e.jsx(r1,{name:"more-horiz","data-testid":"show-more",variant:"neutral",compactSpacing:!0,onClick:()=>x(!v)}),T1({showBadge:!!a,badgeContent:r,badgeCount:s,badgeIcon:o})&&e.jsx(W,{count:s,content:r,icon:o,badgeType:l,size:c})]}),isOpen:v,offset:6,children:h.map((V,H)=>e.jsx(R1,{label:V.label,link:V.link,badgeCount:V.badgeCount,badgeContent:V.badgeContent,badgeIcon:V.badgeIcon,badgeType:V.badgeType,showBadge:V.showBadge},V.label+H))})}),e.jsx("span",{"aria-hidden":"true",className:S1.separator,children:"/"}),M.map((V,H)=>e.jsxs(i.Fragment,{children:[e.jsx(t3,{item:V,isLast:H===M.length-1,breadcrumbItemMaxWidth:n}),H<M.length-1&&e.jsx(n3,{})]},V.label+H))]})}return e.jsx("nav",{ref:w,className:S1.breadcrumbsBadge,...d,role:"navigation","aria-label":"Fil d'Ariane",children:C.map((g,h)=>e.jsxs(i.Fragment,{children:[e.jsx(t3,{item:g,isLast:h===C.length-1,breadcrumbItemMaxWidth:n}),h<C.length-1&&e.jsx(n3,{})]},g.label+h))})}),Re={xs:240,s:360,m:480,l:600,xl:720},De="_card_1fr4q_1",Te={card:De},Ee=i.forwardRef(({size:C="m",cardType:t="default",clickable:n=!1,disabled:r=!1,children:s,onClick:o,style:l,...c},a)=>{const d=h=>{!r&&n&&(h.key===q||h.key===P)&&(h.preventDefault(),o==null||o())},w=()=>{!r&&n&&(o==null||o())},{onKeyDown:v,onKeyUp:x,onBlur:g}=V1({onKeyUp:d},{interactiveKeyCodes:[q,P]});return e.jsx("div",{ref:a,className:Te.card,style:{width:Re[C],...l},"data-card-type":t,"data-clickable":n,"data-disabled":r,tabIndex:n?0:-1,onClick:w,onKeyDown:v,onKeyUp:x,onBlur:g,...c,children:s})}),Pe="_container_sqob1_1",ze="_checkbox_sqob1_5",s1={container:Pe,checkbox:ze,"checkbox-text-container":"_checkbox-text-container_sqob1_52","checkbox-description":"_checkbox-description_sqob1_53","checkbox-icons":"_checkbox-icons_sqob1_68","checkbox-icon-selected":"_checkbox-icon-selected_sqob1_74","checkbox-icon-indeterminated":"_checkbox-icon-indeterminated_sqob1_95","checkbox-error":"_checkbox-error_sqob1_146"},D3=({id:C,label:t,showLabel:n,disabled:r,description:s,error:o,errorMessage:l,readOnly:c,indeterminate:a,...d})=>{const w=i.useRef(null);i.useEffect(()=>{w.current&&(w.current.indeterminate=!!a)},[a]);const v=x=>{x.code==="Space"&&c&&x.preventDefault()};return e.jsxs("div",{className:s1.container,children:[e.jsx("input",{type:"checkbox",id:C,className:s1.checkbox,disabled:r,ref:w,"data-read-only":c,"data-error":!!o,onKeyDown:v,...d}),e.jsx("div",{className:`${s1["checkbox-icon-selected"]} ${s1["checkbox-icons"]}`,children:e.jsx(k,{name:"check-small",size:16})}),e.jsx("div",{className:`${s1["checkbox-icon-indeterminated"]} ${s1["checkbox-icons"]}`,children:e.jsx(k,{name:"check-indeterminate",size:16})}),e.jsxs("div",{className:s1["checkbox-text-container"],"data-disabled":r,children:[n&&e.jsx("label",{htmlFor:C,children:t}),e.jsx("p",{className:s1["checkbox-description"],children:s}),o&&l&&e.jsx("p",{className:s1["checkbox-error"],children:l})]})]})},$e="_checkboxGroupContainer_1yuuw_1",Ke="_checkboxGroupHeader_1yuuw_9",Ue="_groupTitle_1yuuw_9",Ge="_groupHelpText_1yuuw_20",We="_errorMessage_1yuuw_32",qe="_checkboxGroup_1yuuw_1",Z1={checkboxGroupContainer:$e,checkboxGroupHeader:Ke,groupTitle:Ue,groupHelpText:Ge,errorMessage:We,checkboxGroup:qe},Ye=i.forwardRef(({items:C,direction:t="horizontal",showItemsLabel:n=!0,groupTitle:r="",showGroupTitle:s=!1,groupHelpText:o="",showHelpText:l=!1,errorMessage:c="",error:a=!1,disabled:d=!1,readOnly:w=!1,className:v="",...x},g)=>{if(!(d&&a))return e.jsxs("div",{ref:g,className:R(Z1.checkboxGroupContainer,v),...x,children:[e.jsxs("div",{className:Z1.checkboxGroupHeader,"data-error":a,"data-disabled":d,"data-read-only":w,children:[r&&s&&e.jsx("h3",{className:Z1.groupTitle,children:r}),o&&l&&e.jsx("p",{className:Z1.groupHelpText,children:o}),c&&a&&e.jsx("p",{className:Z1.errorMessage,children:c})]}),e.jsx("div",{className:Z1.checkboxGroup,"data-direction":t,children:C.map((h,M)=>e.jsx(D3,{id:`${h}-${M}`,label:h,showLabel:n,disabled:d,error:a,readOnly:w},`${h}-${M}`))})]})}),Qe={single:"radio",multi:"checkbox",input:"option"},Xe="_chip_7scg0_1",l1={chip:Xe,"chip-label":"_chip-label_7scg0_49","chip-icon-container":"_chip-icon-container_7scg0_70","chip-icon":"_chip-icon_7scg0_70","chip-icon--visible":"_chip-icon--visible_7scg0_90","chip-close-button":"_chip-close-button_7scg0_95","chip-close-button--icon":"_chip-close-button--icon_7scg0_124"},Je=i.forwardRef(({id:C,label:t,selected:n=!1,onClick:r,disabled:s=!1,type:o="single",className:l="",compactSpacing:c=!1,onClose:a,...d},w)=>{const v=i.useRef(null),x=H=>{if(H.key===q||H.key===P)H.preventDefault(),r==null||r(H);else if((H.key===x3||H.key===h3)&&a){if(o!=="input")return;H.preventDefault(),v.current&&v.current.click()}},{onBlur:g,onKeyDown:h,onKeyUp:M}=V1({onKeyUp:x},{id:C,interactiveKeyCodes:[q,P,x3,h3]}),V=o==="single"||o==="multi";return e.jsxs("span",{id:C,ref:w,role:Qe[o],className:R(l1.chip,l),"data-selected":V&&n,"data-disabled":s,"data-compact-spacing":c,"data-type":o,onClick:r,tabIndex:0,onKeyDown:h,onKeyUp:M,onBlur:g,"aria-checked":V&&n,"aria-disabled":s,...d,children:[o==="multi"&&e.jsxs("span",{className:l1["chip-icon-container"],children:[e.jsx("span",{className:R(l1["chip-icon"],n?l1["chip-icon--visible"]:""),"aria-hidden":!n,children:e.jsx(k,{name:"check-circle",appearance:"filled",size:16})}),e.jsx("span",{className:R(l1["chip-icon"],n?"":l1["chip-icon--visible"]),"aria-hidden":n,children:e.jsx(k,{name:"radio-button-empty",size:16})})]}),e.jsx("span",{className:l1["chip-label"],"data-type":o,children:t}),o==="input"&&e.jsx("button",{id:C+"-delete-button",type:"button",className:l1["chip-close-button"],onClick:a,disabled:s,"aria-label":`Supprimer ${t}`,value:t,ref:v,children:e.jsx(k,{className:l1["chip-close-button--icon"],name:"close"})})]})}),Ct=({children:C,className:t,xxs:n,xs:r,s,m:o,l,xl:c,...a})=>{const d=(v,x)=>x?`${v}-${x}`:"",w=R("col",d("col-xxs",n),d("col-xs",r),d("col-s",s),d("col-m",o),d("col-l",l),d("col-xl",c),t);return e.jsx("div",{className:w,...a,children:C})},T3=({gridType:C="fluid",className:t,children:n})=>{const r=R("grid",t);return e.jsx("div",{className:r,"data-gridtype":C,children:n})};T3.Col=Ct;const et=i.forwardRef(({selected:C,onClick:t,defaultSelected:n,...r},s)=>{const o=C!==void 0,[l,c]=i.useState(n??!1),a=o?C:l,d=w=>{w.preventDefault(),o||c(!a),t&&t(w)};return e.jsx(r1,{ref:s,appearance:a?"filled":"outlined",onClick:d,...r})}),E3=(C,...t)=>{i.useEffect(()=>{function n(r){if(t.length===0||t.some(o=>!o))return;t.some(o=>o.contains(r.target))||C()}return document.addEventListener("mousedown",n),()=>document.removeEventListener("mousedown",n)},[C,t])},tt=["button","a[href]","input","select","textarea","details",'[tabindex]:not([tabindex="-1"])'],P3=tt.map(C=>C+":not([disabled]):not([aria-hidden])").join(","),z3=(C,t)=>{i.useEffect(()=>{if(!t||!C)return;const n=C.querySelectorAll(P3);n.length>0&&n[0].focus();const r=s=>{if(s.key==="Tab"){const o=n[0],l=n[n.length-1];s.shiftKey&&document.activeElement===o?(s.preventDefault(),l.focus()):!s.shiftKey&&document.activeElement===l&&(s.preventDefault(),o.focus())}};return C.addEventListener("keydown",r),()=>C.removeEventListener("keydown",r)},[C,t])},$3=C=>{i.useEffect(()=>{const t=n=>{n.key==="Escape"&&(n.preventDefault(),C())};return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[C])},i1={"modal-backdrop":"_modal-backdrop_ffgyd_1","modal-container":"_modal-container_ffgyd_15","modal-header":"_modal-header_ffgyd_53","modal-header-text":"_modal-header-text_ffgyd_60","modal-title":"_modal-title_ffgyd_66","modal-content":"_modal-content_ffgyd_80","modal-content-description":"_modal-content-description_ffgyd_90","modal-footer":"_modal-footer_ffgyd_101"},nt=i.forwardRef(({id:C,isOpen:t,title:n,icon:r,iconAppearance:s,description:o,primaryButton:l,secondaryButton:c,size:a="m",closeOnOverlayClick:d=!0,onClose:w,className:v,children:x,...g},h)=>{const{shouldRender:M,isAnimating:V}=y1(t,150),[H,m]=i.useState(null),O=i.useCallback(B=>{m(B),typeof h=="function"?h(B):h&&(h.current=B)},[h]);return E3(d?w:()=>{},H),$3(w),z3(H,M),e.jsx(e.Fragment,{children:M&&e.jsxs(E1,{freezeNavigation:!0,children:[e.jsx("div",{className:i1["modal-backdrop"],"data-open":V}),e.jsxs("dialog",{ref:O,className:R(i1["modal-container"],v),"aria-modal":"true","aria-labelledby":`${C}-modal-title`,"aria-describedby":o?`${C}-modal-desc`:g["aria-describedby"],"data-size":a,"data-open":V,children:[e.jsxs("div",{className:i1["modal-header"],children:[e.jsxs("div",{className:i1["modal-header-text"],children:[r&&e.jsx(k,{name:r,size:w1.xl,appearance:s}),e.jsx("h2",{id:`${C}-modal-title`,className:i1["modal-title"],children:n}),e.jsx(r1,{"data-testid":"modal-close-button",name:"close",size:"l",className:i1["close-icon"],variant:"neutral",onClick:w,"aria-label":`Close modal ${C}`})]}),e.jsx(n1,{})]}),(o||x)&&e.jsxs("div",{className:i1["modal-content"],children:[e.jsx("p",{className:i1["modal-content-description"],id:`${C}-modal-desc`,children:o}),x]}),e.jsxs("div",{className:i1["modal-footer"],children:[c,l]})]})]})})}),V3=8,L3=20,rt=C=>{i.useEffect(()=>(window.addEventListener("scroll",C,!0),()=>{window.removeEventListener("scroll",C,!0)}),[C])},ot="_popoverTrigger_1oeje_1",st="_popover_1oeje_1",lt="_popoverInner_1oeje_25",it="_popoverContentContainer_1oeje_33",ct="_popoverTitle_1oeje_40",at="_popoverContent_1oeje_33",dt="_popoverButtonContainer_1oeje_64",h1={popoverTrigger:ot,popover:st,popoverInner:lt,popoverContentContainer:it,popoverTitle:ct,popoverContent:at,popoverButtonContainer:dt},wt=i.forwardRef(({children:C,position:t="auto",alignment:n,content:r,arrow:s=!0,title:o,primaryButtonLabel:l,secondaryButtonLabel:c,className:a="",triggerStyles:d,closeOnClickOutside:w=!0,closeOnEscape:v=!0,onClickPrimaryButton:x,onClickSecondaryButton:g,...h},M)=>{const V=i.useRef(null),[H,m]=i.useState(null),[O,B]=i.useState(t),[u,Z]=i.useState(n),[S,N]=i.useState({top:0,left:0}),[b,_]=i.useState(!1),{shouldRender:j,isAnimating:f}=y1(b,150),[y,p]=i.useState(!1),L=i.useCallback(()=>{if(!V.current||!H)return;const E=t==="auto"?F3(V.current,H,"top",s?L3:V3):t,u1=n||i3(V.current,H,E),I=W1(E,V.current,H,s?L3:V3,u1);Z(u1),N(I),B(E)},[t,s,H,n]),F=i.useCallback(()=>{w&&_(!1)},[w]),D=i.useCallback(()=>{v&&_(!1)},[v]);z3(H,j),E3(F,V.current,H),$3(D),rt(L);const T=i.useCallback(E=>{m(E),typeof M=="function"?M(E):M&&(M.current=E),E&&b&&requestAnimationFrame(()=>{requestAnimationFrame(()=>{L()})})},[M,b,L]);i.useEffect(()=>{b&&H?(L(),p(!0)):p(!1)},[b,H,L]);const $=E=>{E.key===P&&(E.preventDefault(),b||_(!0))},A=E=>{b||(E.preventDefault(),_(!0))},U=()=>{g&&g(),_(!1)},o1=()=>{x&&x(),_(!1)};return e.jsxs("div",{ref:V,className:R(h1.popoverTrigger),onClick:A,onKeyDown:$,style:d,children:[C,j&&e.jsx(E1,{children:e.jsx("div",{ref:T,className:R(h1.popover,a),role:"dialog","aria-modal":"true","data-arrow":s,"data-position":O,"data-alignment":u,"data-open":y&&f||void 0,style:{top:`${S.top}px`,left:`${S.left}px`},...h,children:e.jsxs("div",{className:h1.popoverInner,children:[e.jsxs("div",{className:h1.popoverContentContainer,children:[o&&e.jsx("div",{className:h1.popoverTitle,children:o}),e.jsx("div",{className:h1.popoverContent,children:r})]}),e.jsxs("div",{className:h1.popoverButtonContainer,children:[c&&e.jsx(k1,{className:"popoverButton",onClick:U,label:c,variant:"secondary"}),e.jsx(k1,{className:"popoverButton",onClick:o1,label:l,variant:"primary"})]})]})})})]})}),ut=16,gt="_radioButtonContainer_1tw24_1",vt="_radioButton_1tw24_1",xt="_radioButtonLabel_1tw24_100",r3={radioButtonContainer:gt,radioButton:vt,radioButtonLabel:xt},K3=i.forwardRef(({label:C,groupName:t,showLabel:n=!0,disabled:r=!1,error:s=!1,readOnly:o=!1,className:l="",...c},a)=>{if(!(r&&s))return e.jsxs("div",{className:r3.radioButtonContainer,children:[e.jsx("input",{ref:a,type:"radio",id:C,value:C,size:ut,name:t,className:R(r3.radioButton,l),disabled:r,"data-error":s,"data-read-only":o,...c}),n&&e.jsx("label",{htmlFor:C,className:R(r3.radioButtonLabel,l),"data-disabled":r,"data-error":s,"data-read-only":o,"data-show-label":n,children:C})]})}),ht="_radioButtonGroupContainer_hx6sc_1",pt="_radioButtonGroupHeader_hx6sc_9",Ht="_groupTitle_hx6sc_9",Vt="_groupHelpText_hx6sc_20",Lt="_errorMessage_hx6sc_32",Mt="_radioButtonGroup_hx6sc_1",j1={radioButtonGroupContainer:ht,radioButtonGroupHeader:pt,groupTitle:Ht,groupHelpText:Vt,errorMessage:Lt,radioButtonGroup:Mt},ft=i.forwardRef(({groupName:C,items:t,direction:n="horizontal",showItemsLabel:r=!0,groupTitle:s="",showGroupTitle:o=!1,groupHelpText:l="",showHelpText:c=!1,errorMessage:a="",error:d=!1,disabled:w=!1,readOnly:v=!1,className:x="",...g},h)=>{if(!(w&&d))return e.jsxs("div",{ref:h,className:R(j1.radioButtonGroupContainer,x),...g,children:[e.jsxs("div",{className:j1.radioButtonGroupHeader,"data-error":d,"data-disabled":w,"data-read-only":v,children:[s&&o&&e.jsx("h3",{className:j1.groupTitle,children:s}),l&&c&&e.jsx("p",{className:j1.groupHelpText,children:l}),a&&d&&e.jsx("p",{className:j1.errorMessage,children:a})]}),e.jsx("div",{className:j1.radioButtonGroup,"data-direction":n,children:t.map((M,V)=>e.jsx(K3,{label:M,groupName:C,showLabel:r,disabled:w,error:d,readOnly:v},V))})]})}),Zt="8px",jt="44px",mt="24px",N1="8px",Bt={primary:{showSearchButton:!0,showLeftIcon:!1},secondary:{showSearchButton:!1,showLeftIcon:!0}},St=12,bt=C=>{if(C==="error")return"error";if(C==="success")return"check-circle"},M3={"assistive-text":"_assistive-text_1gp40_1"},w3=({label:C,appearance:t,showIcon:n,href:r,width:s})=>{const o=bt(t);return e.jsxs("div",{className:M3["assistive-text"],"data-appearance":t,style:{width:`${s}px`},children:[n&&o&&e.jsx(k,{name:o,appearance:"outlined",className:M3[`assistive-icon-${t}`],size:St}),t==="link"?e.jsx(q1,{label:C,href:r,externalLink:!0}):e.jsx("span",{children:C})]})},o3={required:"(obligatoire)",requiredIcon:"*",optional:"(facultatif)"},_t={"requirement-indicator":"_requirement-indicator_1546d_1"},D1=({required:C,showLabelRequirement:t})=>{const n=C?t?o3.required:o3.requiredIcon:o3.optional;return e.jsx(e.Fragment,{children:(t||C)&&e.jsx("span",{className:_t["requirement-indicator"],"data-required":C,"data-show-label-requirement":t,"aria-hidden":"true",children:n})})},yt="_container_fb63b_1",Ot="_inputContainer_fb63b_10",Nt="_input_fb63b_10",Ft="_inputBar_fb63b_14",kt="_inputField_fb63b_14",It="_text_fb63b_21",At="_inputCounter_fb63b_25",Rt="_leftIcon_fb63b_28",Dt="_labelContainer_fb63b_40",Tt="_inputLabel_fb63b_44",Et="_withLeftIcon_fb63b_71",Pt="_withRightIcon_fb63b_74",zt="_rightIcon_fb63b_82",G={container:yt,inputContainer:Ot,input:Nt,inputBar:Ft,inputField:kt,text:It,inputCounter:At,leftIcon:Rt,labelContainer:Dt,inputLabel:Tt,withLeftIcon:Et,withRightIcon:Pt,rightIcon:zt},U3=i.forwardRef(({id:C,label:t,labelPosition:n="top",required:r=!1,showCounter:s,value:o,leftIcon:l,showRightIcon:c=!0,rightIconAction:a="clean",showLabelRequirement:d=!1,assistiveAppearance:w="description",showAssistiveIcon:v=!1,assistiveTextLabel:x="",error:g=!1,maxLength:h,disabled:M,readOnly:V,width:H,onChange:m,onRightIconClick:O,compactSpacing:B,placeholder:u,rightSlot:Z,highlighted:S,...N},b)=>{const _=i.useRef(null),j=z=>["visibilityOn","visibilityOff"].includes(z)?D?"visibility-show":"visibility-hide":z==="clean"?"cancel":"",f=z=>["visibilityOn","visibilityOff"].includes(z)?D?"show text":"hide text":z==="clean"?"clear":"",[y,p]=i.useState(o??""),[L,F]=i.useState(y.length),[D,T]=i.useState(!!c&&a==="visibilityOn");i.useEffect(()=>{o!==void 0&&(p(o),F(o.length))},[o]),i.useEffect(()=>{T(!!c&&a==="visibilityOn")},[c,a]);const $=z=>{const c1=z.target.value;p(c1),F(c1.length),m&&m(c1)},A=()=>{a==="clean"&&(p(""),F(0),m&&m("")),["visibilityOn","visibilityOff"].includes(a)&&o1()},U=()=>{O&&O(),A()},o1=()=>{T(!D)},E=g?"error":l,u1=R(G.inputBar,E?G.withLeftIcon:"",a?G.withRightIcon:""),I=s&&typeof h=="number",J=j(a),C1=f(a),g1=()=>V||M?!1:a==="clean"?!!(y!=null&&y.length)&&c:c&&!!a;return e.jsxs("div",{className:G.container,"data-label-position":n,"data-error":g,style:{width:H},"data-compact-spacing":B,children:[t&&e.jsxs("div",{className:G.text,children:[e.jsxs("div",{className:G.labelContainer,children:[e.jsxs("label",{className:G.inputLabel,id:`inputLabel-${C}`,htmlFor:C,children:[" ",t," "]}),e.jsx(D1,{required:r,showLabelRequirement:d})]}),I&&n==="top"&&e.jsxs("p",{className:G.inputCounter,"data-testid":"input-counter",children:[" ",L,"/",h]})]}),e.jsxs("div",{className:G.inputContainer,children:[e.jsxs("div",{className:G.input,"data-label-position":n,"data-disabled":M,"data-read-only":V,children:[e.jsxs("div",{className:u1,children:[E&&e.jsx(k,{name:E,appearance:"outlined",className:G.leftIcon,"aria-hidden":"true","data-testid":`left-icon ${E}`}),e.jsx("input",{id:C,ref:z=>{_.current=z,typeof b=="function"?b(z):b&&(b.current=z)},type:D?"password":"text","data-error":g,"data-highlighted":S,className:G.inputField,maxLength:h,onChange:$,disabled:M,readOnly:V,value:M?"":y,placeholder:u,...N}),g1()&&e.jsx(r1,{name:J,appearance:"outlined",variant:"neutral",size:"s",compactSpacing:!0,className:G.rightIcon,"aria-label":C1,onClick:U,"data-testid":"right-icon"})]}),Z&&e.jsx("div",{className:G.rightSlot,children:Z})]}),x&&e.jsx(w3,{label:x,appearance:w,showIcon:v})]}),I&&n=="side"&&e.jsxs("p",{className:G.inputCounter,"data-testid":"input-counter",children:[" ",L,"/",h," "]})]})}),$t="_searchbarContainer_pn0xj_1",Kt="_textInputWrapper_pn0xj_7",Ut="_searchButton_pn0xj_19",s3={searchbarContainer:$t,textInputWrapper:Kt,searchButton:Ut};function Gt(C,t){const n={};return C==="primary"?(n.borderRight="none",n.borderRadius=`${N1} 0 0 ${N1}`,t||(n.paddingLeft=Zt)):C==="secondary"&&(n.borderRadius=N1),n}function Wt(C){return{width:jt,borderRadius:`0 ${N1} ${N1} 0`,height:C?mt:void 0}}const qt=i.forwardRef(({onSearch:C,onChange:t,onClear:n,id:r,label:s="Rechercher",disabled:o=!1,showResetButton:l=!0,appearance:c="primary",compactSpacing:a,value:d,assistiveText:w,style:v,...x},g)=>{const h=Bt[c],[M,V]=i.useState(!1),H=i.useRef(null);i.useEffect(()=>{const _=H.current;if(!_)return;const j=()=>{V(!0)},f=y=>{const p=y.relatedTarget;p&&_.contains(p)||V(!1)};return _.addEventListener("focusin",j),_.addEventListener("focusout",f),()=>{_.removeEventListener("focusin",j),_.removeEventListener("focusout",f)}},[]);const m=i.useCallback(_=>{t==null||t(_)},[t]),O=i.useCallback(()=>{C==null||C(d)},[C,d]),B=i.useCallback(_=>{_.key===P&&(C==null||C(d))},[C,d]),u=i.useCallback(()=>{t==null||t(""),n==null||n()},[t,n]),Z=i.useMemo(()=>o?"Recherche indisponible":s,[o,s]),S=i.useMemo(()=>({disabled:o,value:d,onChange:m,onKeyUp:C?B:void 0,showRightIcon:l,rightIconAction:"clean",onRightIconClick:u,assistiveTextLabel:w,compactSpacing:a,placeholder:Z,leftIcon:h.showLeftIcon?"search":void 0,...x}),[o,d,m,C,B,l,u,w,a,Z,h.showLeftIcon,x]),N=i.useMemo(()=>({...Gt(c,h.showLeftIcon),...v??{}}),[c,h.showLeftIcon,v]),b=i.useMemo(()=>Wt(a),[a]);return e.jsx("div",{className:s3.searchbarContainer,role:"search","data-appearance":c,children:e.jsx("div",{ref:H,className:s3.textInputWrapper,"data-disabled":o,children:e.jsx(U3,{id:r??"",...S,style:N,highlighted:M,ref:g,rightSlot:h.showSearchButton&&e.jsx(r1,{name:"search",size:"m",variant:"primary",appearance:"filled",onClick:O,disabled:o,"aria-label":s,className:s3.searchButton,compactSpacing:a,style:b})})})})}),Yt=(C,t)=>t===2?C===0?"left":"right":C===0?"left":C===t-1?"right":"middle",Qt=(C,t,n)=>{var s;let r=C<t.length-2?C+1:0;for(;(s=t[r])!=null&&s.classList.contains(n);)r<t.length-1?r++:r=0;t[r].focus()},Xt=(C,t,n)=>{var s;let r=C>0?C-1:t.length-1;for(;(s=t[r])!=null&&s.classList.contains(n);)r>0?r--:r=t.length-1;t[r].focus()},Jt=(C,t)=>{const n=C<t.length-1?C+1:0;t[n].focus()},Cn=(C,t)=>{const n=C>0?C-1:t.length-1;t[n].focus()},en=C=>{if(C.length<=1||C.length>3)return console.warn("SegmentedControl: 'options' should have 2 or 3 items."),!1;const t=C.filter(n=>n.icon).length;return t>0&&t<C.length?(console.warn("SegmentedControl: All options must either have an icon or none."),!1):!0},G3=(C,t,n)=>{const[r,s]=i.useState({left:0,bottom:0,width:0}),o=i.useCallback(()=>{if(!C.current)return;const l=C.current.querySelector(`#${t}`);l&&(l==null?void 0:l.getAttribute("data-disabled"))!=="true"&&s(n==="bottom"?{left:l.offsetLeft,bottom:0,width:l.offsetWidth}:n==="left"?{left:0,top:l.offsetTop,height:l.offsetHeight,width:2}:{left:l.offsetLeft,top:l.offsetTop,width:l.offsetWidth})},[t,C,n]);return i.useEffect(()=>{const l=C.current;if(l)return o(),window.addEventListener("resize",o),l.addEventListener("scroll",o),()=>{window.removeEventListener("resize",o),l.removeEventListener("scroll",o)}},[t,C,o]),r},tn=()=>{const[C,t]=i.useState([]);return i.useEffect(()=>{const n=()=>{t(Array.from(document.querySelectorAll(P3)))};n();const r=new MutationObserver(n);return r.observe(document.body,{childList:!0,subtree:!0,attributes:!0}),()=>r.disconnect()},[]),C},nn="_segment_j2zz5_1",e1={"segmented-control":"_segmented-control_j2zz5_1","segment-selected-indicator":"_segment-selected-indicator_j2zz5_11","segment-container":"_segment-container_j2zz5_20",segment:nn,"segment-content":"_segment-content_j2zz5_72","segment-label":"_segment-label_j2zz5_79","selected-icon":"_selected-icon_j2zz5_92"},rn=C=>{i.useEffect(()=>{var o;const t=C.current;if(!t)return;let n="";const r=l=>{n=l.key};window.addEventListener("keydown",r);const s=()=>{var l,c;if(n==="Tab"){const a=(l=t.parentElement)==null?void 0:l.parentElement,d=a==null?void 0:a.querySelector("[data-selected='true']");d?d.focus():(c=Array.from((a==null?void 0:a.querySelectorAll("."+e1.segment))??[])[0])==null||c.focus()}};return(o=C.current)==null||o.addEventListener("focus",s),()=>{window.removeEventListener("keydown",r),t.removeEventListener("focus",s)}},[C])},on=({id:C,icon:t,label:n,position:r,isSelected:s,onClick:o,badgeCount:l,badgeContent:c,badgeIcon:a,badgeType:d,badgeSize:w,showBadge:v,...x})=>{const g=i.useRef(null),h=tn();rn(g);const M=u=>{var Z,S;if(u.key===q||u.key===P)B==null||B(u);else if(u.key===U1||u.key===G1){const N=(S=(Z=g.current)==null?void 0:Z.parentElement)==null?void 0:S.parentElement,b=Array.from((N==null?void 0:N.querySelectorAll("."+e1.segment))??[]),_=b.findIndex(j=>j===document.activeElement);u.key===G1?Jt(_,b):u.key===U1&&Cn(_,b)}},V=u=>{if(u.key===_1){const Z=document.activeElement,S=Array.from(h).indexOf(Z);u.shiftKey?Xt(S,h,e1.segment):Qt(S,h,e1.segment)}},{onBlur:H,onKeyDown:m,onKeyUp:O}=V1({onKeyUp:M,onKeyDown:V},{id:C,interactiveKeyCodes:[q,P,_1,U1,G1]}),B=u=>{u.preventDefault(),u.stopPropagation(),o==null||o(u)};return e.jsx("div",{className:e1["segment-container"],"data-position":r,...x,children:e.jsxs("div",{id:C,role:"radio","aria-checked":s,"aria-label":n,className:e1.segment,"data-segment-type":t?"icon":"label","data-selected":s,onKeyDown:m,onKeyUp:O,onBlur:H,onClick:B,tabIndex:0,ref:g,children:[s&&e.jsx(k,{name:"check-small",appearance:"filled",size:24,className:e1["selected-icon"]}),e.jsx("div",{className:e1["segment-content"],children:t?e.jsx(k,{name:t,appearance:s?"filled":"outlined",size:24}):e.jsx("span",{className:e1["segment-label"],children:n})}),T1({showBadge:!!v,badgeContent:c,badgeCount:l,badgeIcon:a})&&e.jsx(W,{count:l,content:c,icon:a,badgeType:d,size:w})]})})},sn=i.forwardRef(({options:C,onChange:t,selectedSegment:n,...r},s)=>{const o=i.useRef(null),l=G3(o,n),c=a=>{const w=a.currentTarget.getAttribute("id")||"";t(w)};return en(C)?e.jsxs("div",{ref:a=>{o.current=a,typeof s=="function"?s(a):s&&(s.current=a)},role:"radiogroup",className:e1["segmented-control"],...r,children:[e.jsx("span",{className:e1["segment-selected-indicator"],style:{left:l.left,top:l.top,width:l.width}}),C.map((a,d)=>e.jsx(on,{position:Yt(d,C.length),onClick:c,isSelected:n===a.id,...a},`${a.id}-${d}`))]}):null}),ln=100,cn=8,an=112,X={"select-container":"_select-container_16j69_1","select-header":"_select-header_16j69_16","select-label":"_select-label_16j69_20","select-wrapper":"_select-wrapper_16j69_41","trigger-icon":"_trigger-icon_16j69_54","select-content":"_select-content_16j69_86","select-value":"_select-value_16j69_86","error-icon":"_error-icon_16j69_132","select-right-icons":"_select-right-icons_16j69_157","icon-button":"_icon-button_16j69_162"},dn=i.forwardRef(({id:C,label:t,labelPosition:n="top",required:r=!1,value:s,showLabel:o=!0,isError:l,assistiveAppearance:c="description",showAssistiveIcon:a=!1,assistiveTextLink:d,showLabelRequirement:w=!1,assistiveTextLabel:v,onClear:x,onChange:g,options:h=[],disabled:M,readonly:V,showResetButton:H,width:m=an},O)=>{var T,$;const[B,u]=i.useState(s||""),[Z,S]=i.useState(!1),N=i.useRef(null),b=A=>{N.current=A,typeof O=="function"?O(A):O&&(O.current=A)},_=H&&!!B&&!V&&!M,j=(T=h.find(A=>A.value===B))==null?void 0:T.label,f=l&&!M&&!V,y=()=>{const A=N.current;if(A){const U=A.getBoundingClientRect();return window.innerHeight-U.bottom>=ln?"bottom":"top"}return"bottom"},p=()=>{if(N.current){if(M||V)return;N.current.focus(),S(!Z)}},L=A=>{document.activeElement===N.current&&(A.key===q||A.key===P)&&(A.preventDefault(),p())},F=A=>{var U;A.stopPropagation(),D(""),x==null||x(),(U=N.current)==null||U.focus()},D=A=>{u(A),g==null||g(A),S(!1)};return i.useEffect(()=>{u(s||"")},[s]),e.jsx(e.Fragment,{children:e.jsxs("div",{className:X["select-container"],"data-label-position":n,children:[o&&n==="side"&&e.jsxs("label",{htmlFor:C,id:t,className:X["select-label"],children:[t,e.jsx(D1,{required:r,showLabelRequirement:w})]}),e.jsxs("div",{className:X["select-header"],children:[o&&n==="top"&&e.jsxs("label",{htmlFor:C,id:t,className:X["select-label"],children:[t,e.jsx(D1,{required:r,showLabelRequirement:w})]}),e.jsxs(P1,{style:{width:($=N.current)==null?void 0:$.offsetWidth},dropdownId:C+"-dropdown",onClose:()=>{S(!1)},offset:cn,trigger:e.jsx("div",{ref:b,"aria-expanded":Z,"aria-labelledby":t,"data-error":l?"true":"false","data-active":Z?"true":"false","data-disabled":M?"true":"false","data-read-only":V?"true":"false",id:C,className:X["select-wrapper"],role:"combobox",tabIndex:M||V?-1:0,onClick:p,onKeyDown:L,style:{width:m},children:e.jsxs("div",{className:X["select-content"],children:[f&&e.jsx(k,{name:"error",className:X["error-icon"]}),e.jsx("div",{className:X["select-value"],children:e.jsx("span",{children:j})}),e.jsxs("div",{className:X["select-right-icons"],children:[_&&e.jsx(r1,{name:"cancel",variant:"neutral",className:R(X["icon-button"],X["clear-icon"]),onClick:F,disabled:M}),e.jsx(k,{name:Z?"arrow-chevron-up":"arrow-chevron-down","data-testid":"trigger-icon",className:X["trigger-icon"]})]})]})}),isOpen:Z,position:y(),children:[h.length===0&&e.jsx(R1,{label:"No options available",onClick:()=>{}}),h.map(({value:A,label:U},o1)=>e.jsx(R1,{label:U,isSelected:A===B,onClick:()=>{D(A)}},o1+A))]}),v&&e.jsx(w3,{label:v,appearance:l?"error":c,showIcon:a,href:d,width:m})]})]})})}),wn=64,un={s:224,m:320,l:504},c3={neutral:"default",brand:"brand-navigation"},gn="_sideNavContainer_1oarc_1",vn="_sideNavContent_1oarc_10",xn="_sideNav_1oarc_1",hn="_sideNavHeader_1oarc_34",pn="_sideNavBody_1oarc_41",Hn="_sideNavFooter_1oarc_49",m1={sideNavContainer:gn,sideNavContent:vn,sideNav:xn,sideNavHeader:hn,sideNavBody:pn,sideNavFooter:Hn};function Vn(C,t,n){i.useLayoutEffect(()=>{const r=C.current,s=t.current;if(!r||!s)return;const o=()=>{const c=s.offsetHeight;r.style.setProperty("--content-height",`${c}px`)};o();const l=new ResizeObserver(()=>o());return l.observe(s),window.addEventListener("resize",o),()=>{l.disconnect(),window.removeEventListener("resize",o)}},[n,C,t])}const W3=i.forwardRef(({size:C="m",header:t,body:n,footer:r,showHeader:s=!0,showFooter:o=!0,children:l,appearance:c="brand",collapsed:a,...d},w)=>{const v=i.useRef(null),x=i.useRef(null);return Vn(v,x,l),e.jsxs("div",{ref:v,className:m1.sideNavContainer,...d,children:[e.jsxs("nav",{ref:w,className:m1.sideNav,"data-collapsed":a,"data-appearance":c,style:{minWidth:a?wn:un[C]},children:[s&&t&&e.jsx("div",{className:m1.sideNavHeader,children:t}),n&&e.jsx("div",{className:m1.sideNavBody,children:n}),o&&r&&e.jsx("div",{className:m1.sideNavFooter,children:r})]}),l&&e.jsx("div",{ref:x,className:m1.sideNavContent,children:l})]})}),Ln="_navItemContainer_gvwe4_1",Mn="_navItem_gvwe4_1",fn="_navItemLeft_gvwe4_71",Zn="_navItemRight_gvwe4_76",F1={navItemContainer:Ln,navItem:Mn,navItemLeft:fn,navItemRight:Zn},jn="_navMenuContainer_wmg5k_1",mn="_navMenu_wmg5k_1",Bn="_menuContentLeft_wmg5k_45",Sn="_menuContentRight_wmg5k_50",bn="_menuIcon_wmg5k_91",_n="_nestedMenu_wmg5k_99",yn="_icon_wmg5k_114",p1={navMenuContainer:jn,navMenu:mn,menuContentLeft:Bn,menuContentRight:Sn,menuIcon:bn,nestedMenu:_n,icon:yn};function q3({link:C,label:t,tabIndex:n,onKeyDown:r,onFocus:s,onBlur:o,onClick:l,children:c,styleType:a="item"}){const d=a==="menu"?p1:F1,v={className:a==="menu"?d.navMenu:d.navItem,tabIndex:n,"aria-label":t,...s&&{onFocus:s},...o&&{onBlur:o},...l&&{onClick:l},...r&&{onKeyDown:r}};return C?e.jsx("a",{href:C,...v,children:c}):e.jsx("span",{...v,children:c})}function On(C=!1,t=!1){return C?w1.s:t?w1.l:w1.m}function Y3({icon:C,showIcon:t=!0,label:n,collapsed:r,isNested:s,styleType:o="item"}){const l=On(s,r),c=o==="menu"?p1:F1;return e.jsxs(e.Fragment,{children:[t&&C&&e.jsx(k,{name:C,className:c.icon,size:l}),r?null:e.jsx("span",{children:n})]})}function Q3({label:C,collapsed:t,children:n}){return t&&C?e.jsx(Y1,{label:C,position:"right",alignment:"center",arrow:!1,shouldFocusTrigger:!1,triggerStyles:{outline:"none"},gap:12,children:n}):n}function X3(C){return C===!1?-1:0}function J3({onEnterOrSpace:C,onEscape:t,includeArrowKeys:n=!1,includeEscape:r=!1}={}){const s=i.useCallback(c=>{[q,P].includes(c.key)&&(c.preventDefault(),C==null||C()),c.key===A1&&r&&(c.preventDefault(),t==null||t())},[C,t,r]),o=[q,P,...r?[A1]:[],...n?[H1,I1]:[]],{onKeyDown:l}=V1({onKeyDown:s},{interactiveKeyCodes:o});return{onKeyDown:l}}const a3=i.forwardRef(({id:C,icon:t,showIcon:n=!0,onClick:r,label:s,collapsed:o,link:l,isNested:c,parentMenuOpen:a,appearance:d="brand",active:w,badge:v,...x},g)=>{const h=i.useRef(null),{onKeyDown:M}=J3({onEnterOrSpace:r});function V(){var u;(u=h.current)==null||u.setAttribute("data-focused","true")}function H(){var u;(u=h.current)==null||u.removeAttribute("data-focused")}const m=X3(a),O=e.jsxs(e.Fragment,{children:[e.jsx("div",{className:F1.navItemLeft,children:e.jsx(Y3,{icon:t,showIcon:n,label:s,collapsed:o,isNested:c,styleType:"item"})}),e.jsx("div",{className:F1.navItemRight,children:!o&&v&&e.jsx(W,{badgeType:v.badgeType,size:v.size,content:v.content,count:v.count})})]}),B=e.jsx("div",{id:C,className:F1.navItemContainer,"data-collapsed":o,"data-appearance":d,"data-nested":c,"data-active":w,onClick:r,ref:u=>{h.current=u,typeof g=="function"?g(u):g&&"current"in g&&(g.current=u)},...x,children:e.jsx(q3,{link:l,label:s,tabIndex:m,onKeyDown:l?void 0:M,onFocus:V,onBlur:H,styleType:"item",children:O})});return e.jsx(Q3,{label:s,collapsed:o,children:B})}),C6=i.forwardRef(({icon:C,showIcon:t=!0,onClick:n,label:r,collapsed:s,link:o,items:l=[],open:c,showMenuIcon:a=!0,isNested:d,parentMenuOpen:w,appearance:v="brand",badge:x,showDivider:g,...h},M)=>{const[V,H]=i.useState(!1),m=c!==void 0?c:V,O=c!==void 0;function B(){O||H(!V),n&&n()}function u(){m&&!O&&H(!1)}const{onKeyDown:Z}=J3({onEnterOrSpace:B,onEscape:u,includeArrowKeys:!0,includeEscape:!0}),S=l.length,N=!s&&S,b=m,_=X3(w),j=N&&a?e.jsx(k,{name:"arrow-chevron-right",className:p1.menuIcon,"data-open":m}):null,f=e.jsxs(e.Fragment,{children:[e.jsx("div",{className:p1.menuContentLeft,children:e.jsx(Y3,{icon:C,showIcon:t,label:r,collapsed:s,isNested:d,styleType:"menu"})}),e.jsxs("div",{className:p1.menuContentRight,children:[!s&&x&&e.jsx(W,{badgeType:x.badgeType,size:x.size,content:x.content,count:x.count}),j]})]}),y=e.jsxs("li",{className:p1.navMenuContainer,"data-collapsed":s,"data-appearance":v,"data-nested":d,"data-open":m,ref:M,...h,children:[e.jsx(q3,{link:o,label:r,tabIndex:_,onClick:B,onKeyDown:Z,styleType:"menu",children:f}),N&&e.jsx("ul",{className:p1.nestedMenu,"data-open":m,children:l.map(L=>{var D;return(D=L.items)!=null&&D.length?e.jsx(C6,{label:L.label,icon:L.icon,showIcon:L.showIcon,collapsed:s,link:L.link,onClick:L.onClick,items:L.items||[],showMenuIcon:a,showDivider:L.showDivider,isNested:!0,parentMenuOpen:b,appearance:v,badge:L.badge},L.id||L.label):e.jsxs(i.Fragment,{children:[e.jsx("li",{children:e.jsx(a3,{label:L.label,icon:L.icon,showIcon:L.showIcon,collapsed:s,link:L.link,onClick:L.onClick,isNested:!0,parentMenuOpen:b,appearance:v,badge:L.badge})}),L.showDivider&&e.jsx(n1,{appearance:c3[v]})]},L.id||L.label)})})]}),p=e.jsx(Q3,{label:r,collapsed:s,children:y});return e.jsxs(e.Fragment,{children:[p,g&&e.jsx(n1,{appearance:c3[v]})]})}),Nn="_sideNavHeaderContainer_9bdkw_27",Fn="_sideNavHeader_9bdkw_27",kn="_sideNavHeaderTitleContainer_9bdkw_64",In="_sideNavHeaderTitle_9bdkw_64",An="_sideNavHeaderIdentifier_9bdkw_102",Rn="_sideNavHeaderVersion_9bdkw_143",Dn="_sideNavBody_9bdkw_172",Tn="_sideNavFooterContainer_9bdkw_195",En="_sideNavFooter_9bdkw_195",Pn="_sideNavFooterItems_9bdkw_208",zn="_collapsibleSection_9bdkw_225",Y={sideNavHeaderContainer:Nn,sideNavHeader:Fn,sideNavHeaderTitleContainer:kn,sideNavHeaderTitle:In,sideNavHeaderIdentifier:An,sideNavHeaderVersion:Rn,sideNavBody:Dn,sideNavFooterContainer:Tn,sideNavFooter:En,sideNavFooterItems:Pn,collapsibleSection:zn},$n=300,Kn=i.forwardRef(({size:C="m",collapsible:t,children:n,headerConfig:r,items:s,footerItems:o,collapsed:l,defaultCollapsed:c=!1,onCollapsedChange:a,appearance:d="brand",activeItem:w},v)=>{const[x,g]=i.useState(l??c),[h,M]=i.useState(!0);i.useEffect(()=>{l!==void 0&&g(l)},[l]),i.useEffect(()=>{if(x)M(!1);else{const j=setTimeout(()=>{M(!0)},$n);return()=>clearTimeout(j)}},[x]);const V=()=>{const j=!x;l===void 0&&g(j),a==null||a(j)},H=x?"arrow-double-right":"arrow-double-left",m=c3[d],O=j=>{[q,P].includes(j.key)&&(j.preventDefault(),r!=null&&r.onClick&&r.onClick())},{onKeyDown:B}=V1({onKeyDown:O},{interactiveKeyCodes:[q,P]}),u=e.jsxs("div",{className:Y.sideNavHeaderTitle,children:[e.jsx("div",{className:Y.sideNavHeaderIdentifier,children:r==null?void 0:r.identifier}),x?"":e.jsx("h1",{"data-hidden":!h,children:r==null?void 0:r.title})]}),Z=r==null?void 0:r.ariaLabel,S=e.jsx("a",{href:(r==null?void 0:r.link)??"",className:Y.sideNavHeaderTitleContainer,onClick:r==null?void 0:r.onClick,"aria-label":Z,children:u}),N=e.jsx("div",{className:Y.sideNavHeaderTitleContainer,tabIndex:0,onClick:r==null?void 0:r.onClick,onKeyDown:B,role:"button","aria-label":Z,children:u}),b=r!=null&&r.link?S:r!=null&&r.onClick?N:e.jsx("div",{className:Y.sideNavHeaderTitleContainer,children:u});function _(j){return j!=null&&j.length?e.jsx("ul",{children:j.map(f=>{var p;return((p=f.items)==null?void 0:p.length)?e.jsx(C6,{badge:f.badge,label:f.label,icon:f.icon,showIcon:f.showIcon,collapsed:x,link:f.link,onClick:f.onClick,items:f.items||[],appearance:d,showDivider:f.showDivider},f.id):e.jsxs(i.Fragment,{children:[e.jsx("li",{children:e.jsx(a3,{id:f.id,badge:f.badge,label:f.label,icon:f.icon,showIcon:f.showIcon,collapsed:x,link:f.link,onClick:f.onClick,appearance:d,active:f.id===w&&!!w})}),f.showDivider&&e.jsx(n1,{appearance:m})]},f.id)})}):null}return e.jsx(W3,{ref:v,size:C,collapsed:x,appearance:d,style:{minHeight:"100vh"},header:e.jsxs("div",{className:Y.sideNavHeaderContainer,children:[e.jsxs("div",{className:Y.sideNavHeader,"data-collapsed":x,"data-appearance":d,children:[b,e.jsx("div",{className:Y.sideNavHeaderVersion,"data-hidden":!h,children:e.jsx("span",{children:r==null?void 0:r.version})})]}),e.jsx(n1,{appearance:m})]}),body:e.jsx("div",{className:Y.sideNavBody,children:_(s)}),footer:((o==null?void 0:o.length)||t)&&e.jsxs("div",{className:Y.sideNavFooterContainer,children:[(o==null?void 0:o.length)&&e.jsx("div",{className:Y.sideNavFooterItems,children:_(o)}),e.jsx(n1,{appearance:m}),e.jsx("div",{className:Y.sideNavFooter,children:t&&e.jsx("div",{className:Y.collapsibleSection,children:e.jsx(a3,{id:"collapse-button",icon:H,showIcon:!0,collapsed:x,onClick:V,label:x?"Ouvrir le menu":"Réduire le menu",appearance:d,role:"button"})})})]}),children:n})}),Un={s:16,m:20,l:24},f3={s:20,m:24,l:28},Gn="_splitButtonContainer_906zy_1",Wn="_splitButtonLeft_906zy_26",qn="_splitButtonLabel_906zy_44",Yn="_splitButtonDivider_906zy_128",Qn="_splitButtonRight_906zy_139",Xn="_splitButtonRightIconContainer_906zy_232",a1={splitButtonContainer:Gn,splitButtonLeft:Wn,splitButtonLabel:qn,splitButtonDivider:Yn,splitButtonRight:Qn,splitButtonRightIconContainer:Xn},Jn=i.forwardRef(({appearance:C="primary",size:t="m",label:n,compactSpacing:r=!1,position:s="bottom-start",className:o,icon:l,onClick:c,disabled:a,ariaLabelRight:d,options:w,showBadge:v,badgeContent:x,badgeIcon:g,badgeType:h,badgeCount:M,badgeSize:V,...H},m)=>{const[O,B]=i.useState(!1),u=i.useRef(null),Z=i.useRef(null),S=i.useRef(null),[N,b]=s.split("-"),_=f=>{[P].includes(f.key)&&f.preventDefault()},j=f=>{[P,H1].includes(f.key)&&B(!0)};return e.jsxs("div",{className:R(a1.splitButtonContainer,o),"data-size":t,"data-compact-spacing":r,ref:m,children:[e.jsxs("button",{type:"button",className:a1.splitButtonLeft,"data-appearance":C,"data-size":t,onClick:c,disabled:a,"data-testid":"Main action button",...H,ref:Z,children:[l&&e.jsx(k,{name:l,size:Un[t]}),e.jsx("p",{"data-size":t,className:a1.splitButtonLabel,children:n})]}),e.jsx("div",{className:a1.splitButtonDivider,"data-appearance":C,"data-disabled":a}),e.jsx(P1,{ref:S,autoClose:!0,dropdownId:"tab-dropdown",onClose:()=>B(!1),offset:0,"data-testid":"Menu container",position:N,alignment:b,trigger:T1({showBadge:!!v,badgeContent:x,badgeCount:M,badgeIcon:g})?e.jsx(W,{count:M,content:x,badgeType:h,icon:g,size:V,children:e.jsx("button",{type:"button","aria-haspopup":"menu","aria-expanded":O,"aria-label":d,className:a1.splitButtonRight,"data-active":O,"data-compact-spacing":r,"data-appearance":C,"data-size":t,"data-testid":"Menu button",disabled:a,onClick:()=>B(!0),onKeyDown:_,onKeyUp:j,...H,ref:u,children:e.jsx("div",{className:a1.splitButtonRightIconContainer,children:e.jsx(k,{name:"arrow-chevron-down",size:f3[t]})})})}):e.jsx("button",{type:"button","aria-haspopup":"menu","aria-expanded":O,"aria-label":d,className:a1.splitButtonRight,"data-active":O,"data-compact-spacing":r,"data-appearance":C,"data-size":t,"data-testid":"Menu button",disabled:a,onClick:()=>B(!0),onKeyDown:_,onKeyUp:j,...H,ref:u,children:e.jsx("div",{className:a1.splitButtonRightIconContainer,children:e.jsx(k,{name:"arrow-chevron-down",size:f3[t]})})}),isOpen:O,children:w.map((f,y)=>e.jsx(R1,{id:f.id,label:f.label,onClick:f.onClick,disabled:f.disabled,leftIcon:f.icon,badgeContent:f.badgeContent,badgeIcon:f.badgeIcon,badgeType:f.badgeType,showBadge:f.showBadge,badgeCount:f.badgeCount},`${f.id}-dropdown-${y}`))})]})}),Cr=24,er=40,$1={"switch-container":"_switch-container_n4wlg_1","switch-icon-check":"_switch-icon-check_n4wlg_7",switch:"_switch_n4wlg_1","switch-label":"_switch-label_n4wlg_110"},tr=({label:C,appearance:t="brand",showLabel:n=!0,showIcon:r=!0,disabled:s=!1,readOnly:o=!1,checked:l=!1,onChange:c,...a})=>{const[d,w]=i.useState(l),v=g=>{w(g.target.checked),c==null||c(g)},x=g=>{if(o||s)g.stopPropagation();else{const h=g.currentTarget.querySelector('input[type="checkbox"]');h&&(h.checked=!d,v({target:h,currentTarget:h}))}};return e.jsxs("div",{className:$1["switch-container"],"data-appearance":t,"data-disabled":s,"data-read-only":o,"data-checked":d,onClick:x,children:[e.jsx("input",{"aria-label":C,type:"checkbox",role:"switch",name:C,className:$1.switch,disabled:s,defaultChecked:d,readOnly:o,style:{minHeight:Cr,minWidth:er},...a}),e.jsxs("div",{className:$1["switch-icon-check"],"data-checked":d,children:[r&&d&&e.jsx(k,{name:"check",size:16}),r&&!d&&e.jsx(k,{name:"close",size:16})]}),n&&C&&e.jsx("label",{htmlFor:C,className:R($1["switch-label"]),children:C})]})},nr=(C,t,n)=>{if(!rr(C,t,n))return;const r=t.getBoundingClientRect(),s=C.getBoundingClientRect();if(n==="horizontal"){const o=t.scrollLeft+or(s,r);t.scrollTo({left:o,behavior:"smooth"})}else{const o=t.scrollTop+sr(s,r);t.scrollTo({top:o,behavior:"smooth"})}},rr=(C,t,n)=>{if(t&&C){const r=t.getBoundingClientRect(),s=C.getBoundingClientRect(),o=s.left<r.left,l=s.right>r.right,c=s.top<r.top,a=s.bottom>r.bottom;return n==="horizontal"?o||l:c||a}return!1},or=(C,t)=>{const n=C.left<t.left,r=C.right>t.right;return n?C.left-t.left:r?C.right-t.right:0},sr=(C,t)=>{const n=C.top<t.top,r=C.bottom>t.bottom;return n?C.top-t.top:r?C.bottom-t.bottom:0},lr="_tab_1m1zv_1",B1={"tab-container":"_tab-container_1m1zv_1",tab:lr,"tab-selected-indicator":"_tab-selected-indicator_1m1zv_43","tab-border-horizontal":"_tab-border-horizontal_1m1zv_64","tab-border-vertical":"_tab-border-vertical_1m1zv_76","tab-dropdown-button":"_tab-dropdown-button_1m1zv_85"},ir="_tabitem_1cdnb_1",l3={tabitem:ir,"segment-hover-indicator":"_segment-hover-indicator_1cdnb_54"},cr=i.forwardRef(({id:C,panelId:t,label:n,isSelected:r,showBadge:s,badgeCount:o,badgeContent:l="empty",badgeIcon:c,onClick:a,icon:d,badgeType:w="indicator",compactSpacing:v,direction:x,disabled:g,inverted:h,...M},V)=>{const H={count:o,content:l,icon:c,badgeType:w},m=o&&o>0&&l==="number",B=!g&&(s||m||l==="icon"&&c),u=i.useRef(null),[Z,S]=i.useState(null),N=p=>{g?p.preventDefault():(a(p),S(L=>({...L,opacity:0})))},b=i.useCallback(p=>{u.current&&!r&&S(p==="mouseover"?L=>({...L,opacity:1}):L=>({...L,opacity:0}))},[r]),_=p=>{const L=x==="vertical",F=L&&p.key===H1,D=L&&p.key===I1,T=!L&&p.key===G1,$=!L&&p.key===U1,A=F||T;(A||(D||$))&&(p.preventDefault(),j(A?"next":"previous"))},j=p=>{var U;const L=(U=u.current)==null?void 0:U.parentElement;if(!L)return;const F=Array.from(L.querySelectorAll(`.${l3.tabitem}`)),D=F.findIndex(o1=>o1===document.activeElement);let T=f(D,F.length,p),$=0;const A=F.length;for(;F[T].getAttribute("data-disabled")==="true"&&$<A;)T=f(T,F.length,p),$++;F[T].focus(),F[T].click()},f=(p,L,F)=>F==="next"?(p+1)%L:(p-1+L)%L,y=i.useCallback(()=>{u.current&&!r&&S(x==="horizontal"?p=>{var L,F,D,T;return{...p,width:(L=u.current)==null?void 0:L.offsetWidth,left:((F=u.current)==null?void 0:F.offsetLeft)??0,top:(((D=u.current)==null?void 0:D.offsetTop)??0)+(((T=u.current)==null?void 0:T.offsetHeight)??0)}}:p=>{var L,F;return{...p,left:0,top:(L=u.current)==null?void 0:L.offsetTop,height:(F=u.current)==null?void 0:F.offsetHeight}})},[r,x]);return i.useEffect(()=>{var p;return y(),window.addEventListener("resize",y),(p=u.current)!=null&&p.parentElement&&u.current.parentElement.addEventListener("scroll",y),()=>{window.removeEventListener("resize",y),u.current&&u.current.parentElement&&u.current.parentElement.removeEventListener("scroll",y)}},[y]),i.useEffect(()=>{var p;u.current&&S(x==="horizontal"?{width:u.current.offsetWidth,left:u.current.offsetLeft-(((p=u.current.parentElement)==null?void 0:p.scrollLeft)??0),top:u.current.offsetTop+u.current.offsetHeight,opacity:0}:{left:0,top:u.current.offsetTop,height:u.current.offsetHeight,opacity:0})},[x]),e.jsxs(e.Fragment,{children:[e.jsxs("button",{id:C,className:l3.tabitem,role:"tab","aria-selected":r,"aria-controls":t,"aria-disabled":g,tabIndex:r?0:-1,"data-selected":r,"data-disabled":g,"data-direction":x,"data-inverted":h,onClick:N,"data-compact-spacing":v,ref:p=>{u.current=p,typeof V=="function"?V(p):V&&(V.current=p)},onKeyDown:_,onMouseEnter:()=>b("mouseover"),onMouseLeave:()=>b("mouseleave"),...r&&{"data-testid":"tabitem-selected"},...M,children:[d&&e.jsx(k,{name:d,appearance:r?"filled":"outlined"}),n&&e.jsx("span",{children:n}),B&&e.jsx(W,{...H})]}),e.jsx("span",{"data-disabled":g,className:l3["segment-hover-indicator"],style:{width:Z==null?void 0:Z.width,height:Z==null?void 0:Z.height,left:Z==null?void 0:Z.left,top:Z==null?void 0:Z.top,opacity:Z==null?void 0:Z.opacity}})]})}),ar=i.forwardRef(({options:C,onChange:t,direction:n="horizontal",alignment:r="start",selectedTabId:s,compactSpacing:o,overflowType:l="scrollable",inverted:c=!1},a)=>{const[d,w]=i.useState(!1),[v,x]=i.useState(!1),[g,h]=i.useState(!1),[M,V]=i.useState(!1),[H,m]=i.useState(!1),[O,B]=i.useState(!1),u=i.useRef(null),Z=G3(u,s,n==="horizontal"?"bottom":"left"),N=n==="horizontal"&&(d||v)&&l==="dropdown",b=i.useCallback(()=>{if(u.current){const p=u.current.offsetWidth<u.current.scrollWidth||u.current.offsetHeight<u.current.scrollHeight,L=u.current.scrollLeft>0,F=u.current.scrollWidth-u.current.clientWidth-u.current.scrollLeft>0,D=u.current.scrollTop>0,T=u.current.scrollHeight-u.current.clientHeight-u.current.scrollTop>0;w(L),x(F),V(D),h(T),m(p)}},[u]);i.useEffect(()=>{var p;return b(),window.addEventListener("resize",b),(p=u.current)==null||p.addEventListener("scroll",b),()=>{var L;window.removeEventListener("resize",b),(L=u.current)==null||L.removeEventListener("scroll",b)}},[b]),i.useEffect(()=>{!s&&C.length>0&&t(C[0].id)},[s,C,t]);const _=p=>{const L=p.currentTarget,F=L.getAttribute("id")||"";t(F),B(!1);const D=u.current;D&&nr(L,D,n)},j=()=>{if(u.current){const p=n==="horizontal"?{left:-300}:{top:-300};u.current.scrollBy({...p,behavior:"smooth"})}},f=()=>{if(u.current){const p=n==="horizontal"?{left:300}:{top:300};u.current.scrollBy({...p,behavior:"smooth"})}},y=C.find(p=>p.id===s);return e.jsxs("div",{className:B1["tab-container"],"data-direction":n,children:[e.jsx("div",{className:B1["tab-border-vertical"],"aria-hidden":"true",role:"presentation","data-direction":n,"data-compact-spacing":o,"data-scrollable":H&&l==="scrollable"?!0:void 0}),e.jsxs("div",{style:{position:"relative",display:"flex",alignItems:"center",flexDirection:n==="horizontal"?"row":"column"},children:[H&&!N&&e.jsx(r1,{name:n==="horizontal"?"arrow-chevron-left":"arrow-chevron-up","aria-label":"Previous tabs",variant:"transparent",style:{zIndex:11,opacity:d||M?1:0,pointerEvents:d||M?"auto":"none"},onClick:j}),e.jsxs("div",{ref:p=>{u.current=p,typeof a=="function"?a(p):a&&(a.current=p)},role:"tablist","aria-label":"Sample Tabs",className:B1.tab,"data-alignment":H?"start":r,"data-direction":n,"data-overflow-type":l,children:[e.jsx("div",{className:B1["tab-selected-indicator"],style:{left:N?0:Z.left,width:(Z.width??0)+(N?32:0),top:Z.top,height:Z.height}}),N&&y&&e.jsx(P1,{autoClose:!0,dropdownId:"tab-dropdown",onClose:()=>B(!1),offset:10,trigger:e.jsxs("button",{type:"button",className:B1["tab-dropdown-button"],onClick:()=>B(p=>!p),"aria-label":"Select tab","data-inverted":c,children:[y&&y.icon&&e.jsx(k,{name:y.icon,appearance:"filled"}),y&&e.jsx("div",{style:{flexShrink:0},children:y==null?void 0:y.label}),y.badgeCount&&y.badgeCount>0&&y.badgeContent==="number"&&e.jsx(W,{badgeType:y.badgeType,content:y.badgeContent,count:y.badgeCount}),e.jsx(k,{style:{flexShrink:0},name:"arrow-chevron-down"})]}),isOpen:O,children:C.filter(p=>p.id!==s).map((p,L)=>e.jsx(R1,{id:p.id,label:p.label,onClick:_,disabled:p.disabled,leftIcon:p.icon,badgeCount:p.badgeCount,badgeContent:p.badgeContent,badgeIcon:p.badgeIcon,badgeType:p.badgeType,showBadge:!0},`${p.id}-dropdown-${L}`))}),C.map((p,L)=>e.jsx(cr,{onClick:_,isSelected:s===p.id,compactSpacing:o,direction:n,"data-hidden":N,inverted:c,...p},`${p.id}-${L}`))]}),H&&!N&&e.jsx(r1,{name:n==="horizontal"?"arrow-chevron-right":"arrow-chevron-down","aria-label":"Next tabs",variant:"transparent",style:{zIndex:11,opacity:v||g?1:0,pointerEvents:v||g?"auto":"none"},onClick:f})]}),e.jsx("div",{className:B1["tab-border-horizontal"],"aria-hidden":"true",role:"presentation","data-direction":n,"data-compact-spacing":o,"data-scrollable":H&&l==="scrollable"?!0:void 0})]})}),dr="_tag_1p4f3_1",Z3={tag:dr,"tag-label":"_tag-label_1p4f3_15"},j3={success:"check-circle",information:"info",warning:"warning",alert:"dangerous"},wr=i.forwardRef(({tagType:C="status",status:t,color:n,compactSpacing:r,label:s,showLeftIcon:o=!1,iconName:l,...c},a)=>(C==="status"&&t&&j3[t]&&(l=j3[t]),l&&!b1(l)?(console.warn(`Tag: Invalid icon name "${l}". Please use a valid icon key.`),null):e.jsxs("div",{ref:a,className:Z3.tag,"data-tag-type":C,"data-status":t,"data-color":n,"data-compact-spacing":r,...c,children:[l&&b1(l)&&(C==="status"||o)&&e.jsx(k,{name:l,size:16}),s&&e.jsx("label",{className:Z3["tag-label"],"data-compact-spacing":r,children:s})]}))),ur="_container_16ne6_1",gr="_textarea_16ne6_44",vr="_label_16ne6_137",d1={container:ur,"top-position-container":"_top-position-container_16ne6_9","header-container":"_header-container_16ne6_30","textarea-container":"_textarea-container_16ne6_44",textarea:gr,"character-counter":"_character-counter_16ne6_126",label:vr},xr=i.forwardRef(({className:C="",id:t,name:n,required:r=!1,onChange:s,onBlur:o,label:l,labelId:c,labelPosition:a="top",assistiveTextLabel:d,assistiveTextAppearance:w="description",["aria-labelledby"]:v,assistiveTextLink:x,showLabelRequirement:g=!1,resizeable:h="true",maxLength:M,defaultValue:V,showCounter:H,value:m,...O},B)=>{const[u,Z]=i.useState((m==null?void 0:m.length)||(V==null?void 0:V.length)||0),S=i.useRef(null),N=H&&M,b=j=>{var f;o&&o(j),(f=S.current)==null||f.scrollTo({top:0})},_=j=>{s&&s(j),M&&Z(j.target.value.length)};return e.jsxs("div",{className:d1.container,"data-label-position":a,children:[l&&a==="side"&&e.jsxs("label",{id:c,className:d1.label,htmlFor:t,"data-label-position":a,children:[l,e.jsx(D1,{required:r,showLabelRequirement:g})]}),e.jsxs("div",{className:d1["top-position-container"],"data-label-position":a,children:[e.jsxs("div",{className:d1["header-container"],"data-label-position":a,children:[l&&a==="top"&&e.jsxs("label",{id:c,className:d1.label,htmlFor:t,"data-label-position":a,children:[l,e.jsx(D1,{required:r,showLabelRequirement:g})]}),N&&e.jsxs("span",{className:d1["character-counter"],children:[u,"/",M]})]}),e.jsxs("div",{className:d1["textarea-container"],"data-label-position":a,children:[e.jsx("textarea",{ref:j=>{S.current=j,typeof B=="function"?B(j):B&&(B.current=j)},id:t,name:n,className:R(d1.textarea,C),"data-resizeable":h,"data-assistive-text-appearance":w,onChange:_,"aria-labelledby":c||v,maxLength:M,onBlur:b,defaultValue:V,value:m,...O}),d&&e.jsx(w3,{label:d,appearance:w,showIcon:!0,href:x})]})]})]})});let K1;const hr=new Uint8Array(16);function pr(){if(!K1&&(K1=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!K1))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return K1(hr)}const K=[];for(let C=0;C<256;++C)K.push((C+256).toString(16).slice(1));function Hr(C,t=0){return K[C[t+0]]+K[C[t+1]]+K[C[t+2]]+K[C[t+3]]+"-"+K[C[t+4]]+K[C[t+5]]+"-"+K[C[t+6]]+K[C[t+7]]+"-"+K[C[t+8]]+K[C[t+9]]+"-"+K[C[t+10]]+K[C[t+11]]+K[C[t+12]]+K[C[t+13]]+K[C[t+14]]+K[C[t+15]]}const Vr=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),m3={randomUUID:Vr};function Lr(C,t,n){if(m3.randomUUID&&!C)return m3.randomUUID();C=C||{};const r=C.random||(C.rng||pr)();return r[6]=r[6]&15|64,r[8]=r[8]&63|128,Hr(r)}const e6=i.createContext(null),t6=()=>{const C=i.useContext(e6);if(!C)throw new Error("Toast component must be used within a ToastQueueProvider");return C},Mr=(C,t)=>{const[n,r]=i.useState(t),{isFirstInQueue:s,isInQueue:o,queue:l}=t6(),c=i.useCallback(()=>{r(!1)},[]),a=()=>{r(!0)};return i.useEffect(()=>{l.length>0&&(s(C)?a():o(C)&&c())},[l.length,s,o,c,C]),{isInternalOpen:n,hideToast:c,showToast:a}},fr=3e3,Zr=5e3,jr=8e3,mr={short:fr,medium:Zr,long:jr},Br=({shouldStartTimer:C,duration:t},n)=>{const r=i.useRef(null),s=i.useCallback(()=>{r.current=setTimeout(()=>{n()},mr[t])},[t,n]),o=i.useCallback(()=>{r.current&&(clearTimeout(r.current),r.current=null)},[]);return i.useEffect(()=>(C&&(o(),s()),()=>{o()}),[s,o,C]),{initializeTimer:s,removeTimer:o}},Sr="_toast_ara8a_1",O1={toast:Sr,"toast-message":"_toast-message_ara8a_53","toast-icon":"_toast-icon_ara8a_68","toast-content":"_toast-content_ara8a_71"},br=i.forwardRef(({id:C,message:t,type:n="error",closable:r=!1,placement:s="bottom-right",isOpen:o=!0,autoDismiss:l=!0,actionButtonLabel:c,onActionButtonClick:a,duration:d="medium",onClose:w,iconName:v,showLeftIcon:x=!0,showActionButton:g=!0,...h},M)=>{const V=!!c&&g,H=l&&!V,[m]=i.useState(C||Lr()),{isInternalOpen:O,hideToast:B}=Mr(m,o),{addToQueue:u,removeFromQueue:Z}=t6(),{shouldRender:S,isAnimating:N}=y1(O,300),{initializeTimer:b,removeTimer:_}=Br({shouldStartTimer:H&&O,duration:d},()=>{y()}),[j,f]=s.split("-"),y=i.useCallback(()=>{B(),_(),Z(m),w==null||w()},[B,_,Z,m,w]);i.useEffect(()=>{o?u({id:m,hasActionButton:V,type:n}):y()},[o,V,n,H,m,u,y]);const p=()=>{y()},L=$=>{$.stopPropagation(),H&&o&&_()},F=$=>{$.stopPropagation(),H&&b()},D=x&&n!=="neutral",T=x&&v&&b1(v);return S&&e.jsx(E1,{children:e.jsxs("div",{role:"status",className:R(O1.toast,h.className),"data-type":n,"data-position":j,"data-alignment":f,"data-open":N||void 0,ref:M,onMouseOver:L,onMouseOut:F,...h,children:[e.jsxs("div",{className:O1["toast-content"],children:[D?e.jsx(k,{name:r6[n],size:w1.xl,className:O1["toast-icon"],"aria-hidden":"true"}):T&&e.jsx(k,{name:v,size:w1.xl,className:O1["toast-icon"],"aria-hidden":"true"}),e.jsx("span",{className:O1["toast-message"],children:t})]}),V&&e.jsx(k1,{variant:n==="neutral"?"reverse":"transparent",onClick:a,label:c}),r&&e.jsx(r1,{"data-testid":"toast-close-button",name:"close",variant:n==="neutral"?"reverse":"neutral",onClick:p})]})})}),_r=C=>{const{hasActionButton:t,type:n}=C;if(t)switch(n){case"error":return 1;case"warning":return 3;case"success":return 5;case"info":return 6;default:return 7}else switch(n){case"error":return 2;case"warning":return 4;case"success":return 8;case"info":return 9;default:return 10}},yr=({children:C})=>{const[t,n]=i.useState([]),r=i.useCallback(c=>{const a=_r(c);n(d=>[...d,{id:c.id,priority:a,isOpen:!1}].sort((w,v)=>w.priority-v.priority))},[]),s=i.useCallback(c=>{n(a=>a.filter(d=>d.id!==c))},[]),o=c=>t.length>0&&t[0].id===c,l=c=>t.findIndex(a=>a.id===c)!==-1;return e.jsx(e6.Provider,{value:{addToQueue:r,removeFromQueue:s,isFirstInQueue:o,isInQueue:l,queue:t},children:C})};exports.Badge=W;exports.Banner=le;exports.BaseSideNav=W3;exports.Breadcrumbs=Ae;exports.Button=k1;exports.Card=Ee;exports.Checkbox=D3;exports.CheckboxGroup=Ye;exports.Chip=Je;exports.Divider=n1;exports.Grid=T3;exports.Icon=k;exports.IconButton=r1;exports.IconButtonToggle=et;exports.Link=q1;exports.Modal=nt;exports.Popover=wt;exports.RadioButton=K3;exports.RadioButtonGroup=ft;exports.Searchbar=qt;exports.SegmentedControl=sn;exports.Select=dn;exports.SideNav=Kn;exports.SplitButton=Jn;exports.Switch=tr;exports.Tab=ar;exports.Tag=wr;exports.TextInput=U3;exports.Textarea=xr;exports.Toast=br;exports.ToastQueueProvider=yr;exports.Tooltip=Y1;
|