@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-331
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/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
- package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
- package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
- package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
- package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
- package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
- package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
- package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
- package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
- package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
- package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
- package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
- package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
- package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
- package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
- package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
- package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
- package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
- package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
- package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
- package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
- package/dist/Components/DataDisplay/index.d.ts +6 -3
- package/dist/Components/Form/Button/Button.d.ts +2 -1
- package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
- package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
- package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
- package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
- package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
- package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
- package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
- package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
- package/dist/Components/Form/DateField/DateField.d.ts +2 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
- package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
- package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
- package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
- package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
- package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
- package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
- package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
- package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
- package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
- package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
- package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
- package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
- package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
- package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
- package/dist/Components/Form/InputProps.d.ts +7 -2
- package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
- package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
- package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
- package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
- package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
- package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
- package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
- package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
- package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
- package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
- package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
- package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
- package/dist/Components/Form/TextField/TextField.d.ts +2 -1
- package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
- package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
- package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
- package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
- package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
- package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
- package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
- package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
- package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
- package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
- package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
- package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
- package/dist/Components/Form/index.d.ts +15 -0
- package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
- package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
- package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
- package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
- package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
- package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
- package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
- package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
- package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
- package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
- package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
- package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
- package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
- package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
- package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
- package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
- package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
- package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
- package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
- package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
- package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
- package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
- package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
- package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
- package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
- package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
- package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
- package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
- package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
- package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
- package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
- package/dist/Components/Icons/Games/Strategy/Strategy.d.ts +4 -0
- package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
- package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
- package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
- package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
- package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
- package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
- package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
- package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
- package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
- package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
- package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
- package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
- package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
- package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
- package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
- package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
- package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
- package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
- package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
- package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
- package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
- package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
- package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
- package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
- package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
- package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
- package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
- package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
- package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
- package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
- package/dist/Components/Icons/People/User/User.d.ts +2 -1
- package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
- package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
- package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
- package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
- package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
- package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
- package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
- package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
- package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
- package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
- package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
- package/dist/Components/Icons/index.d.ts +188 -2
- package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
- package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
- package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
- package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
- package/dist/Components/Layout/Header/Header.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
- package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
- package/dist/betterui.css +1 -0
- package/dist/image/logo-small.svg +4 -4
- package/dist/image/logo.svg +26 -26
- package/dist/index.cjs.js +50 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12977 -2480
- package/dist/index.es.js.map +1 -1
- package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
- package/dist/lib/tinymce/langs/README.md +3 -0
- package/dist/lib/tinymce/license.md +6 -0
- package/dist/lib/tinymce/models/dom/model.min.js +4 -0
- package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
- package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
- package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
- package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
- package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/default/content.js +2 -0
- package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/document/content.js +2 -0
- package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
- package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
- package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
- package/dist/lib/tinymce/tinymce.d.ts +3250 -0
- package/dist/lib/tinymce/tinymce.min.js +4 -0
- package/dist/main.d.ts +1 -0
- package/package.json +30 -19
- package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
- package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
- package/src/Components/BetterUIProvider/index.ts +2 -0
- package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
- package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
- package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
- package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
- package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
- package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
- package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
- package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
- package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
- package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
- package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
- package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
- package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
- package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
- package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
- package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
- package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
- package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
- package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
- package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
- package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
- package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
- package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
- package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
- package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
- package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
- package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
- package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
- package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
- package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
- package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
- package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
- package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
- package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
- package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
- package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
- package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
- package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
- package/src/Components/DataDisplay/Media/Media.tsx +50 -0
- package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
- package/src/Components/DataDisplay/Media/media.module.scss +8 -0
- package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
- package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
- package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
- package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
- package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
- package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
- package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
- package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
- package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
- package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
- package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
- package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
- package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
- package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
- package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
- package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
- package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
- package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
- package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
- package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
- package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
- package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
- package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
- package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
- package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
- package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
- package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
- package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
- package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
- package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
- package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
- package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
- package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
- package/src/Components/DataDisplay/Table/Table.tsx +14 -0
- package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
- package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
- package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
- package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
- package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
- package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
- package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
- package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
- package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
- package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
- package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/table.module.scss +141 -0
- package/src/Components/DataDisplay/index.ts +89 -0
- package/src/Components/Form/Button/Button.mdx +15 -0
- package/src/Components/Form/Button/Button.stories.tsx +65 -0
- package/src/Components/Form/Button/Button.tsx +83 -0
- package/src/Components/Form/Button/ButtonProps.tsx +21 -0
- package/src/Components/Form/Button/button.module.scss +258 -0
- package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
- package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
- package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
- package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
- package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
- package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
- package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
- package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
- package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
- package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
- package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
- package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
- package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
- package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
- package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
- package/src/Components/Form/DateField/DateField.tsx +61 -0
- package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
- package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
- package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
- package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
- package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
- package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
- package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
- package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
- package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
- package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
- package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
- package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
- package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
- package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
- package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
- package/src/Components/Form/EmailField/EmailField.tsx +56 -0
- package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
- package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
- package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
- package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
- package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
- package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
- package/src/Components/Form/IconButton/IconButton.tsx +65 -0
- package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
- package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
- package/src/Components/Form/InputProps.tsx +30 -0
- package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
- package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
- package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
- package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
- package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
- package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
- package/src/Components/Form/NumberField/NumberField.tsx +137 -0
- package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
- package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
- package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
- package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
- package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
- package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
- package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
- package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
- package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
- package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
- package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
- package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
- package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
- package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
- package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
- package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
- package/src/Components/Form/TextField/TextField.stories.ts +22 -0
- package/src/Components/Form/TextField/TextField.tsx +62 -0
- package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
- package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
- package/src/Components/Form/Textarea/Textarea.tsx +74 -0
- package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
- package/src/Components/Form/Textarea/textarea.module.scss +49 -0
- package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
- package/src/Components/Form/TimeField/TimeField.tsx +58 -0
- package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
- package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
- package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
- package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
- package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
- package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
- package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
- package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
- package/src/Components/Form/index.ts +89 -0
- package/src/Components/Form/inputs.module.scss +170 -0
- package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
- package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
- package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
- package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
- package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
- package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
- package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
- package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
- package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
- package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
- package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
- package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
- package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
- package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
- package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
- package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
- package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
- package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
- package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
- package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
- package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
- package/src/Components/Icons/Communication/At/At.tsx +49 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
- package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
- package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
- package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
- package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
- package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
- package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
- package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
- package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
- package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
- package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
- package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
- package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
- package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
- package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
- package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
- package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
- package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
- package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
- package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
- package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
- package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
- package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
- package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
- package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
- package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
- package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
- package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
- package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
- package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
- package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
- package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
- package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
- package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
- package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
- package/src/Components/Icons/Games/Club/Club.tsx +47 -0
- package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
- package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
- package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
- package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
- package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
- package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
- package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
- package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
- package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
- package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
- package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
- package/src/Components/Icons/IconProps.tsx +5 -0
- package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
- package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
- package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
- package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
- package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
- package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
- package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
- package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
- package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
- package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
- package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
- package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
- package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
- package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
- package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
- package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
- package/src/Components/Icons/Media/Article/Article.tsx +47 -0
- package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
- package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
- package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
- package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
- package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
- package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
- package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
- package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
- package/src/Components/Icons/Media/Image/Image.tsx +48 -0
- package/src/Components/Icons/Media/Images/Images.tsx +48 -0
- package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
- package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
- package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
- package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
- package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
- package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
- package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
- package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
- package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
- package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
- package/src/Components/Icons/People/Person/Person.tsx +35 -0
- package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
- package/src/Components/Icons/People/User/User.tsx +61 -0
- package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
- package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
- package/src/Components/Icons/People/Users/Users.tsx +107 -0
- package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
- package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
- package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
- package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
- package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
- package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
- package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
- package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
- package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
- package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
- package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
- package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
- package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
- package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
- package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
- package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
- package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
- package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
- package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
- package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
- package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
- package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
- package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
- package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
- package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
- package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
- package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
- package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
- package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
- package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
- package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
- package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
- package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
- package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
- package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
- package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
- package/src/Components/Icons/index.ts +284 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
- package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
- package/src/Components/Layout/Header/Header.stories.tsx +56 -0
- package/src/Components/Layout/Header/Header.tsx +14 -0
- package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
- package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
- package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
- package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
- package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
- package/src/Components/Layout/Header/header.module.scss +100 -0
- package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
- package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
- package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
- package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
- package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
- package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
- package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
- package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
- package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
- package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
- package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
- package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
- package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
- package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
- package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
- package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
- package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
- package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
- package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
- package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
- package/src/Components/Layout/index.ts +50 -0
- package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
- package/dist/style.css +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const SignOut = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M13.5 27C13.5 27.1326 13.4473 27.2598 13.3536 27.3536C13.2598 27.4473 13.1326 27.5 13 27.5H6C5.60218 27.5 5.22064 27.342 4.93934 27.0607C4.65804 26.7794 4.5 26.3978 4.5 26V6C4.5 5.60218 4.65804 5.22064 4.93934 4.93934C5.22064 4.65804 5.60218 4.5 6 4.5H13C13.1326 4.5 13.2598 4.55268 13.3536 4.64645C13.4473 4.74021 13.5 4.86739 13.5 5C13.5 5.13261 13.4473 5.25979 13.3536 5.35355C13.2598 5.44732 13.1326 5.5 13 5.5H6C5.86739 5.5 5.74021 5.55268 5.64645 5.64645C5.55268 5.74021 5.5 5.86739 5.5 6V26C5.5 26.1326 5.55268 26.2598 5.64645 26.3536C5.74021 26.4473 5.86739 26.5 6 26.5H13C13.1326 26.5 13.2598 26.5527 13.3536 26.6464C13.4473 26.7402 13.5 26.8674 13.5 27ZM27.3537 15.6462L22.3537 10.6462C22.2599 10.5524 22.1327 10.4997 22 10.4997C21.8673 10.4997 21.7401 10.5524 21.6462 10.6462C21.5524 10.7401 21.4997 10.8673 21.4997 11C21.4997 11.1327 21.5524 11.2599 21.6462 11.3538L25.7925 15.5H13C12.8674 15.5 12.7402 15.5527 12.6464 15.6464C12.5527 15.7402 12.5 15.8674 12.5 16C12.5 16.1326 12.5527 16.2598 12.6464 16.3536C12.7402 16.4473 12.8674 16.5 13 16.5H25.7925L21.6462 20.6462C21.5524 20.7401 21.4997 20.8673 21.4997 21C21.4997 21.1327 21.5524 21.2599 21.6462 21.3538C21.7401 21.4476 21.8673 21.5003 22 21.5003C22.1327 21.5003 22.2599 21.4476 22.3537 21.3538L27.3537 16.3538C27.4002 16.3073 27.4371 16.2522 27.4623 16.1915C27.4874 16.1308 27.5004 16.0657 27.5004 16C27.5004 15.9343 27.4874 15.8692 27.4623 15.8085C27.4371 15.7478 27.4002 15.6927 27.3537 15.6462Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M14 27C14 27.2652 13.8946 27.5196 13.7071 27.7071C13.5196 27.8946 13.2652 28 13 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H13C13.2652 4 13.5196 4.10536 13.7071 4.29289C13.8946 4.48043 14 4.73478 14 5C14 5.26522 13.8946 5.51957 13.7071 5.70711C13.5196 5.89464 13.2652 6 13 6H6V26H13C13.2652 26 13.5196 26.1054 13.7071 26.2929C13.8946 26.4804 14 26.7348 14 27ZM27.7075 15.2925L22.7075 10.2925C22.5199 10.1049 22.2654 9.99944 22 9.99944C21.7346 9.99944 21.4801 10.1049 21.2925 10.2925C21.1049 10.4801 20.9994 10.7346 20.9994 11C20.9994 11.2654 21.1049 11.5199 21.2925 11.7075L24.5863 15H13C12.7348 15 12.4804 15.1054 12.2929 15.2929C12.1054 15.4804 12 15.7348 12 16C12 16.2652 12.1054 16.5196 12.2929 16.7071C12.4804 16.8946 12.7348 17 13 17H24.5863L21.2925 20.2925C21.1049 20.4801 20.9994 20.7346 20.9994 21C20.9994 21.2654 21.1049 21.5199 21.2925 21.7075C21.4801 21.8951 21.7346 22.0006 22 22.0006C22.2654 22.0006 22.5199 21.8951 22.7075 21.7075L27.7075 16.7075C27.8005 16.6146 27.8742 16.5043 27.9246 16.3829C27.9749 16.2615 28.0008 16.1314 28.0008 16C28.0008 15.8686 27.9749 15.7385 27.9246 15.6171C27.8742 15.4957 27.8005 15.3854 27.7075 15.2925Z"
|
|
15
|
+
fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M14.5 27C14.5 27.3978 14.342 27.7794 14.0607 28.0607C13.7794 28.342 13.3978 28.5 13 28.5H6C5.33696 28.5 4.70107 28.2366 4.23223 27.7678C3.76339 27.2989 3.5 26.663 3.5 26V6C3.5 5.33696 3.76339 4.70107 4.23223 4.23223C4.70107 3.76339 5.33696 3.5 6 3.5H13C13.3978 3.5 13.7794 3.65804 14.0607 3.93934C14.342 4.22064 14.5 4.60218 14.5 5C14.5 5.39782 14.342 5.77936 14.0607 6.06066C13.7794 6.34196 13.3978 6.5 13 6.5H6.5V25.5H13C13.3978 25.5 13.7794 25.658 14.0607 25.9393C14.342 26.2206 14.5 26.6022 14.5 27ZM28.0613 14.9388L23.0613 9.93875C22.7795 9.65696 22.3973 9.49865 21.9988 9.49865C21.6002 9.49865 21.218 9.65696 20.9363 9.93875C20.6545 10.2205 20.4961 10.6027 20.4961 11.0013C20.4961 11.3998 20.6545 11.782 20.9363 12.0638L23.375 14.5H13C12.6022 14.5 12.2206 14.658 11.9393 14.9393C11.658 15.2206 11.5 15.6022 11.5 16C11.5 16.3978 11.658 16.7794 11.9393 17.0607C12.2206 17.342 12.6022 17.5 13 17.5H23.375L20.935 19.9387C20.6532 20.2205 20.4949 20.6027 20.4949 21.0012C20.4949 21.3998 20.6532 21.782 20.935 22.0637C21.2168 22.3455 21.599 22.5039 21.9975 22.5039C22.396 22.5039 22.7782 22.3455 23.06 22.0637L28.06 17.0637C28.1999 16.9245 28.311 16.759 28.3868 16.5767C28.4626 16.3944 28.5017 16.1989 28.5018 16.0015C28.5019 15.8041 28.4631 15.6086 28.3875 15.4262C28.3119 15.2438 28.201 15.0782 28.0613 14.9388Z"
|
|
22
|
+
fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M14 27C14 27.2652 13.8946 27.5196 13.7071 27.7071C13.5196 27.8946 13.2652 28 13 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H13C13.2652 4 13.5196 4.10536 13.7071 4.29289C13.8946 4.48043 14 4.73478 14 5C14 5.26522 13.8946 5.51957 13.7071 5.70711C13.5196 5.89464 13.2652 6 13 6H6V26H13C13.2652 26 13.5196 26.1054 13.7071 26.2929C13.8946 26.4804 14 26.7348 14 27ZM27.7075 15.2925L22.7075 10.2925C22.5676 10.1525 22.3894 10.0571 22.1953 10.0185C22.0012 9.97982 21.8 9.99963 21.6172 10.0754C21.4344 10.1511 21.2782 10.2794 21.1683 10.444C21.0584 10.6086 20.9998 10.8021 21 11V15H13C12.7348 15 12.4804 15.1054 12.2929 15.2929C12.1054 15.4804 12 15.7348 12 16C12 16.2652 12.1054 16.5196 12.2929 16.7071C12.4804 16.8946 12.7348 17 13 17H21V21C20.9998 21.1979 21.0584 21.3914 21.1683 21.556C21.2782 21.7206 21.4344 21.8489 21.6172 21.9246C21.8 22.0004 22.0012 22.0202 22.1953 21.9815C22.3894 21.9429 22.5676 21.8475 22.7075 21.7075L27.7075 16.7075C27.8005 16.6146 27.8742 16.5043 27.9246 16.3829C27.9749 16.2615 28.0008 16.1314 28.0008 16C28.0008 15.8686 27.9749 15.7385 27.9246 15.6171C27.8742 15.4957 27.8005 15.3854 27.7075 15.2925Z"
|
|
29
|
+
fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M27 16L22 21V11L27 16Z" fill="currentColor"/>
|
|
36
|
+
<path
|
|
37
|
+
d="M14 27C14 27.2652 13.8946 27.5196 13.7071 27.7071C13.5196 27.8946 13.2652 28 13 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H13C13.2652 4 13.5196 4.10536 13.7071 4.29289C13.8946 4.48043 14 4.73478 14 5C14 5.26522 13.8946 5.51957 13.7071 5.70711C13.5196 5.89464 13.2652 6 13 6H6V26H13C13.2652 26 13.5196 26.1054 13.7071 26.2929C13.8946 26.4804 14 26.7348 14 27ZM27.7075 16.7075L22.7075 21.7075C22.5676 21.8475 22.3894 21.9429 22.1953 21.9815C22.0012 22.0202 21.8 22.0004 21.6172 21.9246C21.4344 21.8489 21.2782 21.7206 21.1683 21.556C21.0584 21.3914 20.9998 21.1979 21 21V17H13C12.7348 17 12.4804 16.8946 12.2929 16.7071C12.1054 16.5196 12 16.2652 12 16C12 15.7348 12.1054 15.4804 12.2929 15.2929C12.4804 15.1054 12.7348 15 13 15H21V11C20.9998 10.8021 21.0584 10.6086 21.1683 10.444C21.2782 10.2794 21.4344 10.1511 21.6172 10.0754C21.8 9.99963 22.0012 9.97982 22.1953 10.0185C22.3894 10.0571 22.5676 10.1525 22.7075 10.2925L27.7075 15.2925C27.8005 15.3854 27.8742 15.4957 27.9246 15.6171C27.9749 15.7385 28.0008 15.8686 28.0008 16C28.0008 16.1314 27.9749 16.2615 27.9246 16.3829C27.8742 16.5043 27.8005 16.6146 27.7075 16.7075ZM25.5825 16L23 13.4137V18.5863L25.5825 16Z"
|
|
38
|
+
fill="currentColor"/>
|
|
39
|
+
</svg>
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path
|
|
44
|
+
d="M13.75 27C13.75 27.1989 13.671 27.3897 13.5303 27.5303C13.3897 27.671 13.1989 27.75 13 27.75H6C5.53587 27.75 5.09075 27.5656 4.76256 27.2374C4.43437 26.9092 4.25 26.4641 4.25 26V6C4.25 5.53587 4.43437 5.09075 4.76256 4.76256C5.09075 4.43437 5.53587 4.25 6 4.25H13C13.1989 4.25 13.3897 4.32902 13.5303 4.46967C13.671 4.61032 13.75 4.80109 13.75 5C13.75 5.19891 13.671 5.38968 13.5303 5.53033C13.3897 5.67098 13.1989 5.75 13 5.75H6C5.9337 5.75 5.87011 5.77634 5.82322 5.82322C5.77634 5.87011 5.75 5.9337 5.75 6V26C5.75 26.0663 5.77634 26.1299 5.82322 26.1768C5.87011 26.2237 5.9337 26.25 6 26.25H13C13.1989 26.25 13.3897 26.329 13.5303 26.4697C13.671 26.6103 13.75 26.8011 13.75 27ZM27.53 15.47L22.53 10.47C22.3878 10.3375 22.1998 10.2654 22.0055 10.2688C21.8112 10.2723 21.6258 10.351 21.4884 10.4884C21.351 10.6258 21.2723 10.8112 21.2688 11.0055C21.2654 11.1998 21.3375 11.3878 21.47 11.53L25.1887 15.25H13C12.8011 15.25 12.6103 15.329 12.4697 15.4697C12.329 15.6103 12.25 15.8011 12.25 16C12.25 16.1989 12.329 16.3897 12.4697 16.5303C12.6103 16.671 12.8011 16.75 13 16.75H25.1887L21.47 20.47C21.3963 20.5387 21.3372 20.6215 21.2962 20.7135C21.2552 20.8055 21.2332 20.9048 21.2314 21.0055C21.2296 21.1062 21.2482 21.2062 21.2859 21.2996C21.3236 21.393 21.3797 21.4778 21.451 21.549C21.5222 21.6203 21.607 21.6764 21.7004 21.7141C21.7938 21.7518 21.8938 21.7704 21.9945 21.7686C22.0952 21.7668 22.1945 21.7448 22.2865 21.7038C22.3785 21.6628 22.4613 21.6037 22.53 21.53L27.53 16.53C27.6705 16.3894 27.7493 16.1988 27.7493 16C27.7493 15.8012 27.6705 15.6106 27.53 15.47Z"
|
|
45
|
+
fill="currentColor"/>
|
|
46
|
+
</svg>
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default SignOut;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ToggleLeft = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M22 7.5H10C7.74566 7.5 5.58365 8.39553 3.98959 9.98959C2.39553 11.5837 1.5 13.7457 1.5 16C1.5 18.2543 2.39553 20.4163 3.98959 22.0104C5.58365 23.6045 7.74566 24.5 10 24.5H22C24.2543 24.5 26.4163 23.6045 28.0104 22.0104C29.6045 20.4163 30.5 18.2543 30.5 16C30.5 13.7457 29.6045 11.5837 28.0104 9.98959C26.4163 8.39553 24.2543 7.5 22 7.5ZM22 23.5H10C8.01088 23.5 6.10322 22.7098 4.6967 21.3033C3.29018 19.8968 2.5 17.9891 2.5 16C2.5 14.0109 3.29018 12.1032 4.6967 10.6967C6.10322 9.29018 8.01088 8.5 10 8.5H22C23.9891 8.5 25.8968 9.29018 27.3033 10.6967C28.7098 12.1032 29.5 14.0109 29.5 16C29.5 17.9891 28.7098 19.8968 27.3033 21.3033C25.8968 22.7098 23.9891 23.5 22 23.5ZM10 11.5C9.10998 11.5 8.23995 11.7639 7.49993 12.2584C6.75991 12.7529 6.18314 13.4557 5.84254 14.2779C5.50195 15.1002 5.41283 16.005 5.58647 16.8779C5.7601 17.7508 6.18868 18.5526 6.81802 19.182C7.44736 19.8113 8.24918 20.2399 9.12209 20.4135C9.99501 20.5872 10.8998 20.4981 11.7221 20.1575C12.5443 19.8169 13.2471 19.2401 13.7416 18.5001C14.2361 17.76 14.5 16.89 14.5 16C14.5 14.8065 14.0259 13.6619 13.182 12.818C12.3381 11.9741 11.1935 11.5 10 11.5ZM10 19.5C9.30777 19.5 8.63108 19.2947 8.0555 18.9101C7.47993 18.5256 7.03133 17.9789 6.76642 17.3394C6.50151 16.6999 6.4322 15.9961 6.56725 15.3172C6.7023 14.6382 7.03564 14.0146 7.52513 13.5251C8.01461 13.0356 8.63825 12.7023 9.31718 12.5673C9.99612 12.4322 10.6999 12.5015 11.3394 12.7664C11.9789 13.0313 12.5256 13.4799 12.9101 14.0555C13.2947 14.6311 13.5 15.3078 13.5 16C13.5 16.9283 13.1313 17.8185 12.4749 18.4749C11.8185 19.1313 10.9283 19.5 10 19.5Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M22 7H10C7.61305 7 5.32387 7.94821 3.63604 9.63604C1.94821 11.3239 1 13.6131 1 16C1 18.3869 1.94821 20.6761 3.63604 22.364C5.32387 24.0518 7.61305 25 10 25H22C24.3869 25 26.6761 24.0518 28.364 22.364C30.0518 20.6761 31 18.3869 31 16C31 13.6131 30.0518 11.3239 28.364 9.63604C26.6761 7.94821 24.3869 7 22 7ZM22 23H10C8.14348 23 6.36301 22.2625 5.05025 20.9497C3.7375 19.637 3 17.8565 3 16C3 14.1435 3.7375 12.363 5.05025 11.0503C6.36301 9.7375 8.14348 9 10 9H22C23.8565 9 25.637 9.7375 26.9497 11.0503C28.2625 12.363 29 14.1435 29 16C29 17.8565 28.2625 19.637 26.9497 20.9497C25.637 22.2625 23.8565 23 22 23ZM10 11C9.01109 11 8.04439 11.2932 7.22215 11.8427C6.3999 12.3921 5.75904 13.173 5.3806 14.0866C5.00216 15.0002 4.90315 16.0055 5.09607 16.9755C5.289 17.9454 5.7652 18.8363 6.46447 19.5355C7.16373 20.2348 8.05464 20.711 9.02455 20.9039C9.99445 21.0969 10.9998 20.9978 11.9134 20.6194C12.827 20.241 13.6079 19.6001 14.1573 18.7779C14.7068 17.9556 15 16.9889 15 16C15 14.6739 14.4732 13.4021 13.5355 12.4645C12.5979 11.5268 11.3261 11 10 11ZM10 19C9.40666 19 8.82664 18.8241 8.33329 18.4944C7.83994 18.1648 7.45542 17.6962 7.22836 17.1481C7.0013 16.5999 6.94189 15.9967 7.05764 15.4147C7.1734 14.8328 7.45912 14.2982 7.87868 13.8787C8.29824 13.4591 8.83279 13.1734 9.41473 13.0576C9.99667 12.9419 10.5999 13.0013 11.1481 13.2284C11.6962 13.4554 12.1648 13.8399 12.4944 14.3333C12.8241 14.8266 13 15.4067 13 16C13 16.7956 12.6839 17.5587 12.1213 18.1213C11.5587 18.6839 10.7956 19 10 19Z"
|
|
15
|
+
fill="currentColor" />
|
|
16
|
+
</svg>
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M22 6.5H10C7.48044 6.5 5.06408 7.50089 3.28249 9.28249C1.50089 11.0641 0.5 13.4804 0.5 16C0.5 18.5196 1.50089 20.9359 3.28249 22.7175C5.06408 24.4991 7.48044 25.5 10 25.5H22C24.5196 25.5 26.9359 24.4991 28.7175 22.7175C30.4991 20.9359 31.5 18.5196 31.5 16C31.5 13.4804 30.4991 11.0641 28.7175 9.28249C26.9359 7.50089 24.5196 6.5 22 6.5ZM22 22.5H10C8.27609 22.5 6.62279 21.8152 5.40381 20.5962C4.18482 19.3772 3.5 17.7239 3.5 16C3.5 14.2761 4.18482 12.6228 5.40381 11.4038C6.62279 10.1848 8.27609 9.5 10 9.5H22C23.7239 9.5 25.3772 10.1848 26.5962 11.4038C27.8152 12.6228 28.5 14.2761 28.5 16C28.5 17.7239 27.8152 19.3772 26.5962 20.5962C25.3772 21.8152 23.7239 22.5 22 22.5ZM10 11.5C9.10998 11.5 8.23995 11.7639 7.49993 12.2584C6.75991 12.7529 6.18314 13.4557 5.84254 14.2779C5.50195 15.1002 5.41283 16.005 5.58647 16.8779C5.7601 17.7508 6.18868 18.5526 6.81802 19.182C7.44736 19.8113 8.24918 20.2399 9.12209 20.4135C9.99501 20.5872 10.8998 20.4981 11.7221 20.1575C12.5443 19.8169 13.2471 19.2401 13.7416 18.5001C14.2361 17.76 14.5 16.89 14.5 16C14.5 14.8065 14.0259 13.6619 13.182 12.818C12.3381 11.9741 11.1935 11.5 10 11.5ZM10 17.5C9.70333 17.5 9.41332 17.412 9.16665 17.2472C8.91997 17.0824 8.72771 16.8481 8.61418 16.574C8.50065 16.2999 8.47094 15.9983 8.52882 15.7074C8.5867 15.4164 8.72956 15.1491 8.93934 14.9393C9.14912 14.7296 9.41639 14.5867 9.70736 14.5288C9.99834 14.4709 10.2999 14.5006 10.574 14.6142C10.8481 14.7277 11.0824 14.92 11.2472 15.1666C11.412 15.4133 11.5 15.7033 11.5 16C11.5 16.3978 11.342 16.7794 11.0607 17.0607C10.7794 17.342 10.3978 17.5 10 17.5Z"
|
|
22
|
+
fill="currentColor" />
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M22 7H10C7.61305 7 5.32387 7.94821 3.63604 9.63604C1.94821 11.3239 1 13.6131 1 16C1 18.3869 1.94821 20.6761 3.63604 22.364C5.32387 24.0518 7.61305 25 10 25H22C24.3869 25 26.6761 24.0518 28.364 22.364C30.0518 20.6761 31 18.3869 31 16C31 13.6131 30.0518 11.3239 28.364 9.63604C26.6761 7.94821 24.3869 7 22 7ZM10 21C9.01109 21 8.04439 20.7068 7.22215 20.1573C6.3999 19.6079 5.75904 18.827 5.3806 17.9134C5.00216 16.9998 4.90315 15.9945 5.09607 15.0245C5.289 14.0546 5.7652 13.1637 6.46447 12.4645C7.16373 11.7652 8.05464 11.289 9.02455 11.0961C9.99445 10.9031 10.9998 11.0022 11.9134 11.3806C12.827 11.759 13.6079 12.3999 14.1573 13.2221C14.7068 14.0444 15 15.0111 15 16C15 17.3261 14.4732 18.5979 13.5355 19.5355C12.5979 20.4732 11.3261 21 10 21Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2"
|
|
36
|
+
d="M14 16C14 16.7911 13.7654 17.5645 13.3259 18.2223C12.8864 18.8801 12.2616 19.3928 11.5307 19.6955C10.7998 19.9983 9.99556 20.0775 9.21964 19.9231C8.44372 19.7688 7.73098 19.3878 7.17157 18.8284C6.61216 18.269 6.2312 17.5563 6.07686 16.7804C5.92252 16.0044 6.00173 15.2002 6.30448 14.4693C6.60723 13.7384 7.11992 13.1136 7.77772 12.6741C8.43552 12.2346 9.20888 12 10 12C11.0609 12 12.0783 12.4214 12.8284 13.1716C13.5786 13.9217 14 14.9391 14 16Z"
|
|
37
|
+
fill="currentColor" />
|
|
38
|
+
<path
|
|
39
|
+
d="M22 7H10C7.61305 7 5.32387 7.94821 3.63604 9.63604C1.94821 11.3239 1 13.6131 1 16C1 18.3869 1.94821 20.6761 3.63604 22.364C5.32387 24.0518 7.61305 25 10 25H22C24.3869 25 26.6761 24.0518 28.364 22.364C30.0518 20.6761 31 18.3869 31 16C31 13.6131 30.0518 11.3239 28.364 9.63604C26.6761 7.94821 24.3869 7 22 7ZM22 23H10C8.14348 23 6.36301 22.2625 5.05025 20.9497C3.7375 19.637 3 17.8565 3 16C3 14.1435 3.7375 12.363 5.05025 11.0503C6.36301 9.7375 8.14348 9 10 9H22C23.8565 9 25.637 9.7375 26.9497 11.0503C28.2625 12.363 29 14.1435 29 16C29 17.8565 28.2625 19.637 26.9497 20.9497C25.637 22.2625 23.8565 23 22 23ZM10 11C9.01109 11 8.04439 11.2932 7.22215 11.8427C6.3999 12.3921 5.75904 13.173 5.3806 14.0866C5.00216 15.0002 4.90315 16.0055 5.09607 16.9755C5.289 17.9454 5.7652 18.8363 6.46447 19.5355C7.16373 20.2348 8.05464 20.711 9.02455 20.9039C9.99445 21.0969 10.9998 20.9978 11.9134 20.6194C12.827 20.241 13.6079 19.6001 14.1573 18.7779C14.7068 17.9556 15 16.9889 15 16C15 14.6739 14.4732 13.4021 13.5355 12.4645C12.5979 11.5268 11.3261 11 10 11ZM10 19C9.40666 19 8.82664 18.8241 8.33329 18.4944C7.83994 18.1648 7.45542 17.6962 7.22836 17.1481C7.0013 16.5999 6.94189 15.9967 7.05764 15.4147C7.1734 14.8328 7.45912 14.2982 7.87868 13.8787C8.29824 13.4591 8.83279 13.1734 9.41473 13.0576C9.99667 12.9419 10.5999 13.0013 11.1481 13.2284C11.6962 13.4554 12.1648 13.8399 12.4944 14.3333C12.8241 14.8266 13 15.4067 13 16C13 16.7956 12.6839 17.5587 12.1213 18.1213C11.5587 18.6839 10.7956 19 10 19Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
</svg>
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
45
|
+
<path
|
|
46
|
+
d="M22 7.25H10C7.67936 7.25 5.45376 8.17187 3.81282 9.81282C2.17187 11.4538 1.25 13.6794 1.25 16C1.25 18.3206 2.17187 20.5462 3.81282 22.1872C5.45376 23.8281 7.67936 24.75 10 24.75H22C24.3206 24.75 26.5462 23.8281 28.1872 22.1872C29.8281 20.5462 30.75 18.3206 30.75 16C30.75 13.6794 29.8281 11.4538 28.1872 9.81282C26.5462 8.17187 24.3206 7.25 22 7.25ZM22 23.25H10C8.07718 23.25 6.23311 22.4862 4.87348 21.1265C3.51384 19.7669 2.75 17.9228 2.75 16C2.75 14.0772 3.51384 12.2331 4.87348 10.8735C6.23311 9.51384 8.07718 8.75 10 8.75H22C23.9228 8.75 25.7669 9.51384 27.1265 10.8735C28.4862 12.2331 29.25 14.0772 29.25 16C29.25 17.9228 28.4862 19.7669 27.1265 21.1265C25.7669 22.4862 23.9228 23.25 22 23.25ZM10 11.25C9.06054 11.25 8.14218 11.5286 7.36104 12.0505C6.57991 12.5725 5.97109 13.3143 5.61157 14.1823C5.25206 15.0502 5.15799 16.0053 5.34127 16.9267C5.52455 17.8481 5.97694 18.6945 6.64124 19.3588C7.30554 20.0231 8.15191 20.4754 9.07332 20.6587C9.99473 20.842 10.9498 20.7479 11.8177 20.3884C12.6857 20.0289 13.4275 19.4201 13.9495 18.639C14.4714 17.8578 14.75 16.9395 14.75 16C14.75 14.7402 14.2496 13.532 13.3588 12.6412C12.468 11.7504 11.2598 11.25 10 11.25ZM10 19.25C9.35721 19.25 8.72886 19.0594 8.1944 18.7023C7.65994 18.3452 7.24338 17.8376 6.99739 17.2437C6.75141 16.6499 6.68705 15.9964 6.81245 15.366C6.93785 14.7355 7.24738 14.1564 7.7019 13.7019C8.15642 13.2474 8.73552 12.9378 9.36596 12.8124C9.99639 12.687 10.6499 12.7514 11.2437 12.9974C11.8376 13.2434 12.3452 13.6599 12.7023 14.1944C13.0594 14.7289 13.25 15.3572 13.25 16C13.25 16.4268 13.1659 16.8494 13.0026 17.2437C12.8393 17.638 12.5999 17.9963 12.2981 18.2981C11.9963 18.5999 11.638 18.8393 11.2437 19.0026C10.8494 19.1659 10.4268 19.25 10 19.25Z"
|
|
47
|
+
fill="currentColor" />
|
|
48
|
+
</svg>
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export default ToggleLeft;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ToggleRight = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M22 7.5H10C7.74566 7.5 5.58365 8.39553 3.98959 9.98959C2.39553 11.5837 1.5 13.7457 1.5 16C1.5 18.2543 2.39553 20.4163 3.98959 22.0104C5.58365 23.6045 7.74566 24.5 10 24.5H22C24.2543 24.5 26.4163 23.6045 28.0104 22.0104C29.6045 20.4163 30.5 18.2543 30.5 16C30.5 13.7457 29.6045 11.5837 28.0104 9.98959C26.4163 8.39553 24.2543 7.5 22 7.5ZM22 23.5H10C8.01088 23.5 6.10322 22.7098 4.6967 21.3033C3.29018 19.8968 2.5 17.9891 2.5 16C2.5 14.0109 3.29018 12.1032 4.6967 10.6967C6.10322 9.29018 8.01088 8.5 10 8.5H22C23.9891 8.5 25.8968 9.29018 27.3033 10.6967C28.7098 12.1032 29.5 14.0109 29.5 16C29.5 17.9891 28.7098 19.8968 27.3033 21.3033C25.8968 22.7098 23.9891 23.5 22 23.5ZM22 11.5C21.11 11.5 20.24 11.7639 19.4999 12.2584C18.7599 12.7529 18.1831 13.4557 17.8425 14.2779C17.5019 15.1002 17.4128 16.005 17.5865 16.8779C17.7601 17.7508 18.1887 18.5526 18.818 19.182C19.4474 19.8113 20.2492 20.2399 21.1221 20.4135C21.995 20.5872 22.8998 20.4981 23.7221 20.1575C24.5443 19.8169 25.2471 19.2401 25.7416 18.5001C26.2361 17.76 26.5 16.89 26.5 16C26.5 14.8065 26.0259 13.6619 25.182 12.818C24.3381 11.9741 23.1935 11.5 22 11.5ZM22 19.5C21.3078 19.5 20.6311 19.2947 20.0555 18.9101C19.4799 18.5256 19.0313 17.9789 18.7664 17.3394C18.5015 16.6999 18.4322 15.9961 18.5673 15.3172C18.7023 14.6382 19.0356 14.0146 19.5251 13.5251C20.0146 13.0356 20.6383 12.7023 21.3172 12.5673C21.9961 12.4322 22.6999 12.5015 23.3394 12.7664C23.9789 13.0313 24.5256 13.4799 24.9101 14.0555C25.2947 14.6311 25.5 15.3078 25.5 16C25.5 16.9283 25.1313 17.8185 24.4749 18.4749C23.8185 19.1313 22.9283 19.5 22 19.5Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M22 7H10C7.61305 7 5.32387 7.94821 3.63604 9.63604C1.94821 11.3239 1 13.6131 1 16C1 18.3869 1.94821 20.6761 3.63604 22.364C5.32387 24.0518 7.61305 25 10 25H22C24.3869 25 26.6761 24.0518 28.364 22.364C30.0518 20.6761 31 18.3869 31 16C31 13.6131 30.0518 11.3239 28.364 9.63604C26.6761 7.94821 24.3869 7 22 7ZM22 23H10C8.14348 23 6.36301 22.2625 5.05025 20.9497C3.7375 19.637 3 17.8565 3 16C3 14.1435 3.7375 12.363 5.05025 11.0503C6.36301 9.7375 8.14348 9 10 9H22C23.8565 9 25.637 9.7375 26.9497 11.0503C28.2625 12.363 29 14.1435 29 16C29 17.8565 28.2625 19.637 26.9497 20.9497C25.637 22.2625 23.8565 23 22 23ZM22 11C21.0111 11 20.0444 11.2932 19.2221 11.8427C18.3999 12.3921 17.759 13.173 17.3806 14.0866C17.0022 15.0002 16.9031 16.0055 17.0961 16.9755C17.289 17.9454 17.7652 18.8363 18.4645 19.5355C19.1637 20.2348 20.0546 20.711 21.0245 20.9039C21.9945 21.0969 22.9998 20.9978 23.9134 20.6194C24.827 20.241 25.6079 19.6001 26.1573 18.7779C26.7068 17.9556 27 16.9889 27 16C27 14.6739 26.4732 13.4021 25.5355 12.4645C24.5979 11.5268 23.3261 11 22 11ZM22 19C21.4067 19 20.8266 18.8241 20.3333 18.4944C19.8399 18.1648 19.4554 17.6962 19.2284 17.1481C19.0013 16.5999 18.9419 15.9967 19.0576 15.4147C19.1734 14.8328 19.4591 14.2982 19.8787 13.8787C20.2982 13.4591 20.8328 13.1734 21.4147 13.0576C21.9967 12.9419 22.5999 13.0013 23.1481 13.2284C23.6962 13.4554 24.1648 13.8399 24.4944 14.3333C24.8241 14.8266 25 15.4067 25 16C25 16.7956 24.6839 17.5587 24.1213 18.1213C23.5587 18.6839 22.7956 19 22 19Z"
|
|
15
|
+
fill="currentColor" />
|
|
16
|
+
</svg>;
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M22 6.5H10C7.48044 6.5 5.06408 7.50089 3.28249 9.28249C1.50089 11.0641 0.5 13.4804 0.5 16C0.5 18.5196 1.50089 20.9359 3.28249 22.7175C5.06408 24.4991 7.48044 25.5 10 25.5H22C24.5196 25.5 26.9359 24.4991 28.7175 22.7175C30.4991 20.9359 31.5 18.5196 31.5 16C31.5 13.4804 30.4991 11.0641 28.7175 9.28249C26.9359 7.50089 24.5196 6.5 22 6.5ZM22 22.5H10C8.27609 22.5 6.62279 21.8152 5.40381 20.5962C4.18482 19.3772 3.5 17.7239 3.5 16C3.5 14.2761 4.18482 12.6228 5.40381 11.4038C6.62279 10.1848 8.27609 9.5 10 9.5H22C23.7239 9.5 25.3772 10.1848 26.5962 11.4038C27.8152 12.6228 28.5 14.2761 28.5 16C28.5 17.7239 27.8152 19.3772 26.5962 20.5962C25.3772 21.8152 23.7239 22.5 22 22.5ZM22 11.5C21.11 11.5 20.24 11.7639 19.4999 12.2584C18.7599 12.7529 18.1831 13.4557 17.8425 14.2779C17.5019 15.1002 17.4128 16.005 17.5865 16.8779C17.7601 17.7508 18.1887 18.5526 18.818 19.182C19.4474 19.8113 20.2492 20.2399 21.1221 20.4135C21.995 20.5872 22.8998 20.4981 23.7221 20.1575C24.5443 19.8169 25.2471 19.2401 25.7416 18.5001C26.2361 17.76 26.5 16.89 26.5 16C26.5 14.8065 26.0259 13.6619 25.182 12.818C24.3381 11.9741 23.1935 11.5 22 11.5ZM22 17.5C21.7033 17.5 21.4133 17.412 21.1666 17.2472C20.92 17.0824 20.7277 16.8481 20.6142 16.574C20.5007 16.2999 20.4709 15.9983 20.5288 15.7074C20.5867 15.4164 20.7296 15.1491 20.9393 14.9393C21.1491 14.7296 21.4164 14.5867 21.7074 14.5288C21.9983 14.4709 22.2999 14.5006 22.574 14.6142C22.8481 14.7277 23.0824 14.92 23.2472 15.1666C23.412 15.4133 23.5 15.7033 23.5 16C23.5 16.3978 23.342 16.7794 23.0607 17.0607C22.7794 17.342 22.3978 17.5 22 17.5Z"
|
|
22
|
+
fill="currentColor" />
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M22 7H10C7.61305 7 5.32387 7.94821 3.63604 9.63604C1.94821 11.3239 1 13.6131 1 16C1 18.3869 1.94821 20.6761 3.63604 22.364C5.32387 24.0518 7.61305 25 10 25H22C24.3869 25 26.6761 24.0518 28.364 22.364C30.0518 20.6761 31 18.3869 31 16C31 13.6131 30.0518 11.3239 28.364 9.63604C26.6761 7.94821 24.3869 7 22 7ZM22 21C21.0111 21 20.0444 20.7068 19.2221 20.1573C18.3999 19.6079 17.759 18.827 17.3806 17.9134C17.0022 16.9998 16.9031 15.9945 17.0961 15.0245C17.289 14.0546 17.7652 13.1637 18.4645 12.4645C19.1637 11.7652 20.0546 11.289 21.0245 11.0961C21.9945 10.9031 22.9998 11.0022 23.9134 11.3806C24.827 11.759 25.6079 12.3999 26.1573 13.2221C26.7068 14.0444 27 15.0111 27 16C27 17.3261 26.4732 18.5979 25.5355 19.5355C24.5979 20.4732 23.3261 21 22 21Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2"
|
|
36
|
+
d="M26 16C26 16.7911 25.7654 17.5645 25.3259 18.2223C24.8864 18.8801 24.2616 19.3928 23.5307 19.6955C22.7998 19.9983 21.9956 20.0775 21.2196 19.9231C20.4437 19.7688 19.731 19.3878 19.1716 18.8284C18.6122 18.269 18.2312 17.5563 18.0769 16.7804C17.9225 16.0044 18.0017 15.2002 18.3045 14.4693C18.6072 13.7384 19.1199 13.1136 19.7777 12.6741C20.4355 12.2346 21.2089 12 22 12C23.0609 12 24.0783 12.4214 24.8284 13.1716C25.5786 13.9217 26 14.9391 26 16Z"
|
|
37
|
+
fill="currentColor" />
|
|
38
|
+
<path
|
|
39
|
+
d="M22 7H10C7.61305 7 5.32387 7.94821 3.63604 9.63604C1.94821 11.3239 1 13.6131 1 16C1 18.3869 1.94821 20.6761 3.63604 22.364C5.32387 24.0518 7.61305 25 10 25H22C24.3869 25 26.6761 24.0518 28.364 22.364C30.0518 20.6761 31 18.3869 31 16C31 13.6131 30.0518 11.3239 28.364 9.63604C26.6761 7.94821 24.3869 7 22 7ZM22 23H10C8.14348 23 6.36301 22.2625 5.05025 20.9497C3.7375 19.637 3 17.8565 3 16C3 14.1435 3.7375 12.363 5.05025 11.0503C6.36301 9.7375 8.14348 9 10 9H22C23.8565 9 25.637 9.7375 26.9497 11.0503C28.2625 12.363 29 14.1435 29 16C29 17.8565 28.2625 19.637 26.9497 20.9497C25.637 22.2625 23.8565 23 22 23ZM22 11C21.0111 11 20.0444 11.2932 19.2221 11.8427C18.3999 12.3921 17.759 13.173 17.3806 14.0866C17.0022 15.0002 16.9031 16.0055 17.0961 16.9755C17.289 17.9454 17.7652 18.8363 18.4645 19.5355C19.1637 20.2348 20.0546 20.711 21.0245 20.9039C21.9945 21.0969 22.9998 20.9978 23.9134 20.6194C24.827 20.241 25.6079 19.6001 26.1573 18.7779C26.7068 17.9556 27 16.9889 27 16C27 14.6739 26.4732 13.4021 25.5355 12.4645C24.5979 11.5268 23.3261 11 22 11ZM22 19C21.4067 19 20.8266 18.8241 20.3333 18.4944C19.8399 18.1648 19.4554 17.6962 19.2284 17.1481C19.0013 16.5999 18.9419 15.9967 19.0576 15.4147C19.1734 14.8328 19.4591 14.2982 19.8787 13.8787C20.2982 13.4591 20.8328 13.1734 21.4147 13.0576C21.9967 12.9419 22.5999 13.0013 23.1481 13.2284C23.6962 13.4554 24.1648 13.8399 24.4944 14.3333C24.8241 14.8266 25 15.4067 25 16C25 16.7956 24.6839 17.5587 24.1213 18.1213C23.5587 18.6839 22.7956 19 22 19Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
</svg>
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
45
|
+
<path
|
|
46
|
+
d="M22 7.25H10C7.67936 7.25 5.45376 8.17187 3.81282 9.81282C2.17187 11.4538 1.25 13.6794 1.25 16C1.25 18.3206 2.17187 20.5462 3.81282 22.1872C5.45376 23.8281 7.67936 24.75 10 24.75H22C24.3206 24.75 26.5462 23.8281 28.1872 22.1872C29.8281 20.5462 30.75 18.3206 30.75 16C30.75 13.6794 29.8281 11.4538 28.1872 9.81282C26.5462 8.17187 24.3206 7.25 22 7.25ZM22 23.25H10C8.07718 23.25 6.23311 22.4862 4.87348 21.1265C3.51384 19.7669 2.75 17.9228 2.75 16C2.75 14.0772 3.51384 12.2331 4.87348 10.8735C6.23311 9.51384 8.07718 8.75 10 8.75H22C23.9228 8.75 25.7669 9.51384 27.1265 10.8735C28.4862 12.2331 29.25 14.0772 29.25 16C29.25 17.9228 28.4862 19.7669 27.1265 21.1265C25.7669 22.4862 23.9228 23.25 22 23.25ZM22 11.25C21.0605 11.25 20.1422 11.5286 19.361 12.0505C18.5799 12.5725 17.9711 13.3143 17.6116 14.1823C17.2521 15.0502 17.158 16.0053 17.3413 16.9267C17.5245 17.8481 17.9769 18.6945 18.6412 19.3588C19.3055 20.0231 20.1519 20.4754 21.0733 20.6587C21.9947 20.842 22.9498 20.7479 23.8177 20.3884C24.6857 20.0289 25.4275 19.4201 25.9495 18.639C26.4714 17.8578 26.75 16.9395 26.75 16C26.75 14.7402 26.2496 13.532 25.3588 12.6412C24.468 11.7504 23.2598 11.25 22 11.25ZM22 19.25C21.3572 19.25 20.7289 19.0594 20.1944 18.7023C19.6599 18.3452 19.2434 17.8376 18.9974 17.2437C18.7514 16.6499 18.687 15.9964 18.8124 15.366C18.9379 14.7355 19.2474 14.1564 19.7019 13.7019C20.1564 13.2474 20.7355 12.9378 21.366 12.8124C21.9964 12.687 22.6499 12.7514 23.2437 12.9974C23.8376 13.2434 24.3452 13.6599 24.7023 14.1944C25.0594 14.7289 25.25 15.3572 25.25 16C25.25 16.862 24.9076 17.6886 24.2981 18.2981C23.6886 18.9076 22.862 19.25 22 19.25Z"
|
|
47
|
+
fill="currentColor" />
|
|
48
|
+
</svg>
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export default ToggleRight;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Alarm = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M16.0003 4.50003C13.7258 4.50003 11.5024 5.1745 9.61122 6.43813C7.72005 7.70177 6.24607 9.49782 5.37566 11.5992C4.50526 13.7005 4.27752 16.0128 4.72125 18.2436C5.16498 20.4744 6.26025 22.5235 7.86855 24.1318C9.47685 25.7401 11.526 26.8353 13.7567 27.2791C15.9875 27.7228 18.2998 27.4951 20.4011 26.6246C22.5025 25.7542 24.2985 24.2803 25.5622 22.3891C26.8258 20.4979 27.5003 18.2745 27.5003 16C27.497 12.9511 26.2843 10.0279 24.1284 7.87196C21.9724 5.71601 19.0493 4.50334 16.0003 4.50003ZM16.0003 26.5C13.9236 26.5 11.8935 25.8842 10.1668 24.7305C8.44007 23.5767 7.09426 21.9368 6.29954 20.0182C5.50482 18.0996 5.29689 15.9884 5.70203 13.9516C6.10718 11.9148 7.1072 10.0439 8.57566 8.57541C10.0441 7.10696 11.915 6.10693 13.9518 5.70179C15.9886 5.29664 18.0998 5.50458 20.0185 6.2993C21.9371 7.09402 23.577 8.43983 24.7307 10.1665C25.8845 11.8933 26.5003 13.9233 26.5003 16C26.4973 18.7839 25.3901 21.4529 23.4216 23.4214C21.4531 25.3899 18.7841 26.4971 16.0003 26.5ZM7.35403 3.35378L3.35403 7.35378C3.26021 7.4476 3.13296 7.50031 3.00028 7.50031C2.8676 7.50031 2.74035 7.4476 2.64653 7.35378C2.55271 7.25996 2.5 7.13272 2.5 7.00003C2.5 6.86735 2.55271 6.7401 2.64653 6.64628L6.64653 2.64628C6.74035 2.55246 6.8676 2.49976 7.00028 2.49976C7.13296 2.49976 7.26021 2.55246 7.35403 2.64628C7.44785 2.7401 7.50056 2.86735 7.50056 3.00003C7.50056 3.13272 7.44785 3.25996 7.35403 3.35378ZM29.354 7.35378C29.3076 7.40027 29.2524 7.43715 29.1917 7.46231C29.1311 7.48748 29.066 7.50043 29.0003 7.50043C28.9346 7.50043 28.8695 7.48748 28.8088 7.46231C28.7481 7.43715 28.693 7.40027 28.6465 7.35378L24.6465 3.35378C24.5527 3.25996 24.5 3.13272 24.5 3.00003C24.5 2.86735 24.5527 2.7401 24.6465 2.64628C24.7403 2.55246 24.8676 2.49976 25.0003 2.49976C25.133 2.49976 25.2602 2.55246 25.354 2.64628L29.354 6.64628C29.4005 6.69272 29.4374 6.74786 29.4626 6.80856C29.4877 6.86926 29.5007 6.93433 29.5007 7.00003C29.5007 7.06574 29.4877 7.13081 29.4626 7.1915C29.4374 7.2522 29.4005 7.30735 29.354 7.35378ZM23.5003 16C23.5003 16.1326 23.4476 16.2598 23.3538 16.3536C23.2601 16.4474 23.1329 16.5 23.0003 16.5H16.0003C15.8677 16.5 15.7405 16.4474 15.6467 16.3536C15.553 16.2598 15.5003 16.1326 15.5003 16V9.00003C15.5003 8.86743 15.553 8.74025 15.6467 8.64648C15.7405 8.55271 15.8677 8.50003 16.0003 8.50003C16.1329 8.50003 16.2601 8.55271 16.3538 8.64648C16.4476 8.74025 16.5003 8.86743 16.5003 9.00003V15.5H23.0003C23.1329 15.5 23.2601 15.5527 23.3538 15.6465C23.4476 15.7402 23.5003 15.8674 23.5003 16Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M16.0006 4.00007C13.6272 4.00007 11.3071 4.70386 9.33371 6.02243C7.36032 7.34101 5.82225 9.21515 4.914 11.4079C4.00575 13.6006 3.76811 16.0134 4.23113 18.3412C4.69416 20.6689 5.83704 22.8071 7.51527 24.4853C9.1935 26.1636 11.3317 27.3065 13.6595 27.7695C15.9872 28.2325 18.4 27.9949 20.5928 27.0866C22.7855 26.1784 24.6596 24.6403 25.9782 22.6669C27.2968 20.6935 28.0006 18.3734 28.0006 16.0001C27.9969 12.8186 26.7315 9.76845 24.4818 7.51881C22.2322 5.26916 19.182 4.00371 16.0006 4.00007ZM16.0006 26.0001C14.0227 26.0001 12.0893 25.4136 10.4449 24.3148C8.80036 23.2159 7.51864 21.6542 6.76176 19.8269C6.00488 17.9996 5.80685 15.989 6.1927 14.0492C6.57856 12.1094 7.53096 10.3275 8.92949 8.929C10.328 7.53047 12.1098 6.57807 14.0497 6.19221C15.9895 5.80636 18.0001 6.0044 19.8274 6.76127C21.6547 7.51815 23.2164 8.79987 24.3153 10.4444C25.4141 12.0889 26.0006 14.0223 26.0006 16.0001C25.9976 18.6513 24.9431 21.1931 23.0683 23.0678C21.1936 24.9426 18.6518 25.9971 16.0006 26.0001ZM7.70806 3.70757L3.70806 7.70757C3.61515 7.80048 3.50485 7.87418 3.38345 7.92446C3.26206 7.97474 3.13195 8.00062 3.00056 8.00062C2.86916 8.00062 2.73905 7.97474 2.61766 7.92446C2.49627 7.87418 2.38597 7.80048 2.29306 7.70757C2.10542 7.51993 2 7.26543 2 7.00007C2 6.7347 2.10542 6.48021 2.29306 6.29257L6.29306 2.29257C6.38597 2.19966 6.49627 2.12596 6.61766 2.07567C6.73905 2.02539 6.86916 1.99951 7.00056 1.99951C7.13195 1.99951 7.26206 2.02539 7.38345 2.07567C7.50485 2.12596 7.61515 2.19966 7.70806 2.29257C7.80097 2.38548 7.87467 2.49578 7.92495 2.61717C7.97523 2.73856 8.00111 2.86867 8.00111 3.00007C8.00111 3.13146 7.97523 3.26157 7.92495 3.38296C7.87467 3.50436 7.80097 3.61466 7.70806 3.70757ZM29.7081 7.70757C29.6152 7.80054 29.5049 7.8743 29.3835 7.92463C29.2621 7.97495 29.132 8.00085 29.0006 8.00085C28.8691 8.00085 28.739 7.97495 28.6176 7.92463C28.4962 7.8743 28.3859 7.80054 28.2931 7.70757L24.2931 3.70757C24.1054 3.51993 24 3.26543 24 3.00007C24 2.7347 24.1054 2.48021 24.2931 2.29257C24.4807 2.10493 24.7352 1.99951 25.0006 1.99951C25.2659 1.99951 25.5204 2.10493 25.7081 2.29257L29.7081 6.29257C29.801 6.38544 29.8748 6.49573 29.9251 6.61713C29.9754 6.73853 30.0013 6.86865 30.0013 7.00007C30.0013 7.13148 29.9754 7.26161 29.9251 7.38301C29.8748 7.50441 29.801 7.61469 29.7081 7.70757ZM23.0006 15.0001C23.2658 15.0001 23.5201 15.1054 23.7077 15.293C23.8952 15.4805 24.0006 15.7348 24.0006 16.0001C24.0006 16.2653 23.8952 16.5196 23.7077 16.7072C23.5201 16.8947 23.2658 17.0001 23.0006 17.0001H16.0006C15.7353 17.0001 15.481 16.8947 15.2934 16.7072C15.1059 16.5196 15.0006 16.2653 15.0006 16.0001V9.00007C15.0006 8.73485 15.1059 8.4805 15.2934 8.29296C15.481 8.10542 15.7353 8.00007 16.0006 8.00007C16.2658 8.00007 16.5201 8.10542 16.7077 8.29296C16.8952 8.4805 17.0006 8.73485 17.0006 9.00007V15.0001H23.0006Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M15.9999 3.49995C13.5277 3.49995 11.1109 4.23306 9.05532 5.60658C6.9997 6.98009 5.39755 8.93233 4.45145 11.2164C3.50536 13.5005 3.25781 16.0138 3.74013 18.4386C4.22245 20.8633 5.41295 23.0906 7.16111 24.8388C8.90927 26.5869 11.1366 27.7774 13.5613 28.2598C15.9861 28.7421 18.4994 28.4945 20.7835 27.5484C23.0676 26.6023 25.0198 25.0002 26.3933 22.9446C27.7668 20.889 28.4999 18.4722 28.4999 15.9999C28.4963 12.6859 27.1782 9.50855 24.8348 7.16513C22.4913 4.82171 19.314 3.50359 15.9999 3.49995ZM15.9999 25.4999C14.121 25.4999 12.2843 24.9428 10.722 23.8989C9.15976 22.855 7.94212 21.3713 7.22309 19.6354C6.50406 17.8995 6.31593 15.9894 6.68249 14.1466C7.04905 12.3038 7.95383 10.611 9.28243 9.28243C10.611 7.95383 12.3038 7.04904 14.1466 6.68249C15.9894 6.31593 17.8995 6.50406 19.6354 7.22309C21.3713 7.94212 22.855 9.15976 23.8989 10.722C24.9428 12.2843 25.4999 14.121 25.4999 15.9999C25.4973 18.5187 24.4956 20.9335 22.7145 22.7145C20.9335 24.4956 18.5187 25.4973 15.9999 25.4999ZM4.0612 8.06119C3.92167 8.20072 3.75602 8.31141 3.57372 8.38692C3.39141 8.46243 3.19602 8.5013 2.9987 8.5013C2.80137 8.5013 2.60598 8.46243 2.42367 8.38692C2.24137 8.31141 2.07573 8.20072 1.9362 8.06119C1.79667 7.92167 1.68599 7.75602 1.61047 7.57372C1.53496 7.39141 1.49609 7.19602 1.49609 6.9987C1.49609 6.80137 1.53496 6.60598 1.61047 6.42367C1.68599 6.24137 1.79667 6.07573 1.9362 5.9362L5.9362 1.9362C6.21799 1.6544 6.60018 1.49609 6.9987 1.49609C7.39721 1.49609 7.7794 1.6544 8.0612 1.9362C8.34299 2.21799 8.5013 2.60018 8.5013 2.9987C8.5013 3.39721 8.34299 3.7794 8.0612 4.0612L4.0612 8.06119ZM30.0612 8.06119C29.9218 8.20104 29.7563 8.31199 29.5739 8.3877C29.3916 8.46341 29.1961 8.50238 28.9987 8.50238C28.8013 8.50238 28.6058 8.46341 28.4235 8.3877C28.2411 8.31199 28.0756 8.20104 27.9362 8.06119L23.9362 4.0612C23.6544 3.7794 23.4961 3.39721 23.4961 2.9987C23.4961 2.60018 23.6544 2.21799 23.9362 1.9362C24.218 1.6544 24.6002 1.49609 24.9987 1.49609C25.3972 1.49609 25.7794 1.6544 26.0612 1.9362L30.0612 5.9362C30.201 6.07555 30.312 6.24114 30.3877 6.42347C30.4634 6.60579 30.5024 6.80127 30.5024 6.9987C30.5024 7.19612 30.4634 7.3916 30.3877 7.57392C30.312 7.75625 30.201 7.92184 30.0612 8.06119ZM21.9999 14.4999C22.3978 14.4999 22.7793 14.658 23.0606 14.9393C23.3419 15.2206 23.4999 15.6021 23.4999 15.9999C23.4999 16.3978 23.3419 16.7793 23.0606 17.0606C22.7793 17.3419 22.3978 17.4999 21.9999 17.4999H15.9999C15.6021 17.4999 15.2206 17.3419 14.9393 17.0606C14.658 16.7793 14.4999 16.3978 14.4999 15.9999V9.99994C14.4999 9.60212 14.658 9.22059 14.9393 8.93928C15.2206 8.65798 15.6021 8.49995 15.9999 8.49995C16.3978 8.49995 16.7793 8.65798 17.0606 8.93928C17.3419 9.22059 17.4999 9.60212 17.4999 9.99994V14.4999H21.9999Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M7.70806 3.70757L3.70806 7.70757C3.61515 7.80048 3.50485 7.87418 3.38345 7.92446C3.26206 7.97474 3.13195 8.00062 3.00056 8.00062C2.86916 8.00062 2.73905 7.97474 2.61766 7.92446C2.49627 7.87418 2.38597 7.80048 2.29306 7.70757C2.10542 7.51993 2 7.26543 2 7.00007C2 6.7347 2.10542 6.48021 2.29306 6.29257L6.29306 2.29257C6.38597 2.19966 6.49627 2.12596 6.61766 2.07567C6.73905 2.02539 6.86916 1.99951 7.00056 1.99951C7.13195 1.99951 7.26206 2.02539 7.38345 2.07567C7.50485 2.12596 7.61515 2.19966 7.70806 2.29257C7.80097 2.38548 7.87467 2.49578 7.92495 2.61717C7.97523 2.73856 8.00111 2.86867 8.00111 3.00007C8.00111 3.13146 7.97523 3.26157 7.92495 3.38296C7.87467 3.50436 7.80097 3.61466 7.70806 3.70757ZM29.7081 6.29257L25.7081 2.29257C25.5204 2.10493 25.2659 1.99951 25.0006 1.99951C24.7352 1.99951 24.4807 2.10493 24.2931 2.29257C24.1054 2.48021 24 2.7347 24 3.00007C24 3.26543 24.1054 3.51993 24.2931 3.70757L28.2931 7.70757C28.386 7.80048 28.4963 7.87418 28.6177 7.92446C28.7391 7.97474 28.8692 8.00062 29.0006 8.00062C29.132 8.00062 29.2621 7.97474 29.3835 7.92446C29.5048 7.87418 29.6151 7.80048 29.7081 7.70757C29.801 7.61466 29.8747 7.50436 29.9249 7.38296C29.9752 7.26157 30.0011 7.13146 30.0011 7.00007C30.0011 6.86867 29.9752 6.73856 29.9249 6.61717C29.8747 6.49578 29.801 6.38548 29.7081 6.29257ZM28.0006 16.0001C28.0006 18.3734 27.2968 20.6935 25.9782 22.6669C24.6596 24.6403 22.7855 26.1784 20.5928 27.0866C18.4 27.9949 15.9872 28.2325 13.6595 27.7695C11.3317 27.3065 9.1935 26.1636 7.51527 24.4853C5.83704 22.8071 4.69416 20.6689 4.23113 18.3412C3.76811 16.0134 4.00575 13.6006 4.914 11.4079C5.82225 9.21515 7.36032 7.34101 9.33371 6.02243C11.3071 4.70386 13.6272 4.00007 16.0006 4.00007C19.182 4.00371 22.2322 5.26916 24.4818 7.51881C26.7315 9.76845 27.9969 12.8186 28.0006 16.0001ZM24.0006 16.0001C24.0006 15.7348 23.8952 15.4805 23.7077 15.293C23.5201 15.1054 23.2658 15.0001 23.0006 15.0001H17.0006V9.00007C17.0006 8.73485 16.8952 8.4805 16.7077 8.29296C16.5201 8.10542 16.2658 8.00007 16.0006 8.00007C15.7353 8.00007 15.481 8.10542 15.2934 8.29296C15.1059 8.4805 15.0006 8.73485 15.0006 9.00007V16.0001C15.0006 16.2653 15.1059 16.5196 15.2934 16.7072C15.481 16.8947 15.7353 17.0001 16.0006 17.0001H23.0006C23.2658 17.0001 23.5201 16.8947 23.7077 16.7072C23.8952 16.5196 24.0006 16.2653 24.0006 16.0001Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M27 16C27 18.1756 26.3549 20.3023 25.1462 22.1113C23.9375 23.9202 22.2195 25.3301 20.2095 26.1627C18.1995 26.9952 15.9878 27.2131 13.854 26.7886C11.7202 26.3642 9.76021 25.3166 8.22183 23.7782C6.68345 22.2398 5.6358 20.2798 5.21137 18.146C4.78693 16.0122 5.00477 13.8005 5.83733 11.7905C6.66989 9.7805 8.07979 8.06253 9.88873 6.85383C11.6977 5.64514 13.8244 5 16 5C18.9174 5 21.7153 6.15893 23.7782 8.22183C25.8411 10.2847 27 13.0826 27 16Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16.0006 4.00007C13.6272 4.00007 11.3071 4.70386 9.33371 6.02243C7.36032 7.34101 5.82225 9.21515 4.914 11.4079C4.00575 13.6006 3.76811 16.0134 4.23113 18.3412C4.69416 20.6689 5.83704 22.8071 7.51527 24.4853C9.1935 26.1636 11.3317 27.3065 13.6595 27.7695C15.9872 28.2325 18.4 27.9949 20.5928 27.0866C22.7855 26.1784 24.6596 24.6403 25.9782 22.6669C27.2968 20.6935 28.0006 18.3734 28.0006 16.0001C27.9969 12.8186 26.7315 9.76845 24.4818 7.51881C22.2322 5.26916 19.182 4.00371 16.0006 4.00007ZM16.0006 26.0001C14.0227 26.0001 12.0893 25.4136 10.4449 24.3148C8.80036 23.2159 7.51864 21.6542 6.76176 19.8269C6.00488 17.9996 5.80685 15.989 6.1927 14.0492C6.57856 12.1094 7.53096 10.3275 8.92949 8.929C10.328 7.53047 12.1098 6.57807 14.0497 6.19221C15.9895 5.80636 18.0001 6.0044 19.8274 6.76127C21.6547 7.51815 23.2164 8.79987 24.3153 10.4444C25.4141 12.0889 26.0006 14.0223 26.0006 16.0001C25.9976 18.6513 24.9431 21.1931 23.0683 23.0678C21.1936 24.9426 18.6518 25.9971 16.0006 26.0001ZM7.70806 3.70757L3.70806 7.70757C3.61515 7.80048 3.50485 7.87418 3.38345 7.92446C3.26206 7.97474 3.13195 8.00062 3.00056 8.00062C2.86916 8.00062 2.73905 7.97474 2.61766 7.92446C2.49627 7.87418 2.38597 7.80048 2.29306 7.70757C2.10542 7.51993 2 7.26543 2 7.00007C2 6.7347 2.10542 6.48021 2.29306 6.29257L6.29306 2.29257C6.38597 2.19966 6.49627 2.12596 6.61766 2.07567C6.73905 2.02539 6.86916 1.99951 7.00056 1.99951C7.13195 1.99951 7.26206 2.02539 7.38345 2.07567C7.50485 2.12596 7.61515 2.19966 7.70806 2.29257C7.80097 2.38548 7.87467 2.49578 7.92495 2.61717C7.97523 2.73856 8.00111 2.86867 8.00111 3.00007C8.00111 3.13146 7.97523 3.26157 7.92495 3.38296C7.87467 3.50436 7.80097 3.61466 7.70806 3.70757ZM29.7081 7.70757C29.6152 7.80054 29.5049 7.8743 29.3835 7.92463C29.2621 7.97495 29.132 8.00085 29.0006 8.00085C28.8691 8.00085 28.739 7.97495 28.6176 7.92463C28.4962 7.8743 28.3859 7.80054 28.2931 7.70757L24.2931 3.70757C24.1054 3.51993 24 3.26543 24 3.00007C24 2.7347 24.1054 2.48021 24.2931 2.29257C24.4807 2.10493 24.7352 1.99951 25.0006 1.99951C25.2659 1.99951 25.5204 2.10493 25.7081 2.29257L29.7081 6.29257C29.801 6.38544 29.8748 6.49573 29.9251 6.61713C29.9754 6.73853 30.0013 6.86865 30.0013 7.00007C30.0013 7.13148 29.9754 7.26161 29.9251 7.38301C29.8748 7.50441 29.801 7.61469 29.7081 7.70757ZM23.0006 15.0001C23.2658 15.0001 23.5201 15.1054 23.7077 15.293C23.8952 15.4805 24.0006 15.7348 24.0006 16.0001C24.0006 16.2653 23.8952 16.5196 23.7077 16.7072C23.5201 16.8947 23.2658 17.0001 23.0006 17.0001H16.0006C15.7353 17.0001 15.481 16.8947 15.2934 16.7072C15.1059 16.5196 15.0006 16.2653 15.0006 16.0001V9.00007C15.0006 8.73485 15.1059 8.4805 15.2934 8.29296C15.481 8.10542 15.7353 8.00007 16.0006 8.00007C16.2658 8.00007 16.5201 8.10542 16.7077 8.29296C16.8952 8.4805 17.0006 8.73485 17.0006 9.00007V15.0001H23.0006Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M16.0008 4.25009C13.6769 4.25009 11.4051 4.93922 9.47287 6.23032C7.5406 7.52143 6.03457 9.35653 5.14524 11.5036C4.25591 13.6506 4.02322 16.0131 4.4766 18.2924C4.92997 20.5717 6.04905 22.6653 7.69232 24.3086C9.33559 25.9519 11.4292 27.0709 13.7085 27.5243C15.9878 27.9777 18.3503 27.745 20.4974 26.8557C22.6444 25.9664 24.4795 24.4603 25.7706 22.528C27.0617 20.5958 27.7508 18.324 27.7508 16.0001C27.7472 12.8849 26.5081 9.89837 24.3053 7.69561C22.1025 5.49284 19.116 4.25373 16.0008 4.25009ZM16.0008 26.2501C13.9736 26.2501 11.9918 25.6489 10.3062 24.5227C8.62062 23.3964 7.30686 21.7955 6.53106 19.9226C5.75526 18.0497 5.55228 15.9887 5.94777 14.0004C6.34327 12.0121 7.31949 10.1857 8.75298 8.75225C10.1865 7.31876 12.0128 6.34254 14.0011 5.94704C15.9895 5.55154 18.0504 5.75453 19.9233 6.53033C21.7963 7.30612 23.3971 8.61989 24.5234 10.3055C25.6497 11.9911 26.2508 13.9728 26.2508 16.0001C26.2475 18.7175 25.1665 21.3228 23.245 23.2443C21.3235 25.1658 18.7183 26.2468 16.0008 26.2501ZM7.53082 3.53009L3.53082 7.53009C3.38865 7.66257 3.2006 7.73469 3.0063 7.73127C2.812 7.72784 2.62661 7.64913 2.4892 7.51171C2.35179 7.3743 2.27308 7.18891 2.26965 6.99461C2.26622 6.80031 2.33834 6.61227 2.47082 6.47009L6.47082 2.47009C6.613 2.33761 6.80104 2.26549 6.99535 2.26892C7.18965 2.27234 7.37503 2.35106 7.51244 2.48847C7.64986 2.62588 7.72857 2.81127 7.732 3.00557C7.73543 3.19987 7.6633 3.38792 7.53082 3.53009ZM29.5308 7.53009C29.3902 7.67054 29.1996 7.74943 29.0008 7.74943C28.8021 7.74943 28.6114 7.67054 28.4708 7.53009L24.4708 3.53009C24.3383 3.38792 24.2662 3.19987 24.2696 3.00557C24.2731 2.81127 24.3518 2.62588 24.4892 2.48847C24.6266 2.35106 24.812 2.27234 25.0063 2.26892C25.2006 2.26549 25.3886 2.33761 25.5308 2.47009L29.5308 6.47009C29.6713 6.61072 29.7502 6.80134 29.7502 7.00009C29.7502 7.19884 29.6713 7.38947 29.5308 7.53009ZM23.0008 15.2501C23.1997 15.2501 23.3905 15.3291 23.5312 15.4698C23.6718 15.6104 23.7508 15.8012 23.7508 16.0001C23.7508 16.199 23.6718 16.3898 23.5312 16.5304C23.3905 16.6711 23.1997 16.7501 23.0008 16.7501H16.0008C15.8019 16.7501 15.6111 16.6711 15.4705 16.5304C15.3298 16.3898 15.2508 16.199 15.2508 16.0001V9.00009C15.2508 8.80118 15.3298 8.61041 15.4705 8.46976C15.6111 8.32911 15.8019 8.25009 16.0008 8.25009C16.1997 8.25009 16.3905 8.32911 16.5312 8.46976C16.6718 8.61041 16.7508 8.80118 16.7508 9.00009V15.2501H23.0008Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Alarm;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Calendar = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M26 4.5H22.5V3C22.5 2.86739 22.4473 2.74021 22.3536 2.64645C22.2598 2.55268 22.1326 2.5 22 2.5C21.8674 2.5 21.7402 2.55268 21.6464 2.64645C21.5527 2.74021 21.5 2.86739 21.5 3V4.5H10.5V3C10.5 2.86739 10.4473 2.74021 10.3536 2.64645C10.2598 2.55268 10.1326 2.5 10 2.5C9.86739 2.5 9.74021 2.55268 9.64645 2.64645C9.55268 2.74021 9.5 2.86739 9.5 3V4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM6 5.5H9.5V7C9.5 7.13261 9.55268 7.25979 9.64645 7.35355C9.74021 7.44732 9.86739 7.5 10 7.5C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5.5H21.5V7C21.5 7.13261 21.5527 7.25979 21.6464 7.35355C21.7402 7.44732 21.8674 7.5 22 7.5C22.1326 7.5 22.2598 7.44732 22.3536 7.35355C22.4473 7.25979 22.5 7.13261 22.5 7V5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V10.5H5.5V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5ZM26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V11.5H26.5V26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5ZM13.5 15V23C13.5 23.1326 13.4473 23.2598 13.3536 23.3536C13.2598 23.4473 13.1326 23.5 13 23.5C12.8674 23.5 12.7402 23.4473 12.6464 23.3536C12.5527 23.2598 12.5 23.1326 12.5 23V15.8088L11.2238 16.4475C11.1051 16.5068 10.9677 16.5166 10.8418 16.4746C10.7159 16.4327 10.6118 16.3424 10.5525 16.2237C10.4932 16.1051 10.4834 15.9677 10.5254 15.8418C10.5673 15.7159 10.6576 15.6118 10.7762 15.5525L12.7762 14.5525C12.8525 14.5143 12.9373 14.4963 13.0224 14.5001C13.1076 14.504 13.1904 14.5295 13.2629 14.5744C13.3355 14.6192 13.3953 14.6819 13.4368 14.7564C13.4783 14.8309 13.5001 14.9147 13.5 15ZM21 18.5L18 22.5H21C21.1326 22.5 21.2598 22.5527 21.3536 22.6464C21.4473 22.7402 21.5 22.8674 21.5 23C21.5 23.1326 21.4473 23.2598 21.3536 23.3536C21.2598 23.4473 21.1326 23.5 21 23.5H17C16.9071 23.5 16.8161 23.4741 16.7371 23.4253C16.6581 23.3765 16.5943 23.3067 16.5528 23.2236C16.5113 23.1406 16.4937 23.0476 16.502 22.9551C16.5104 22.8626 16.5443 22.7743 16.6 22.7L20.1975 17.9037C20.3949 17.6439 20.5012 17.3263 20.5 17C20.5004 16.6695 20.3916 16.3481 20.1905 16.0858C19.9894 15.8235 19.7074 15.6349 19.3881 15.5494C19.0689 15.4639 18.7303 15.4862 18.425 15.6129C18.1198 15.7396 17.8649 15.9636 17.7 16.25C17.6308 16.3588 17.5223 16.4367 17.397 16.4674C17.2717 16.4981 17.1395 16.4792 17.0278 16.4146C16.9162 16.3501 16.8338 16.2449 16.7978 16.1211C16.7619 15.9972 16.7752 15.8643 16.835 15.75C17.1102 15.2734 17.5349 14.901 18.0434 14.6904C18.5518 14.4798 19.1155 14.4429 19.6471 14.5853C20.1786 14.7277 20.6483 15.0416 20.9834 15.4782C21.3184 15.9148 21.5 16.4497 21.5 17C21.5019 17.5412 21.3263 18.0682 21 18.5Z"
|
|
9
|
+
fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM14 15V23C14 23.2652 13.8946 23.5196 13.7071 23.7071C13.5196 23.8946 13.2652 24 13 24C12.7348 24 12.4804 23.8946 12.2929 23.7071C12.1054 23.5196 12 23.2652 12 23V16.6175L11.4475 16.895C11.2101 17.0137 10.9353 17.0332 10.6836 16.9493C10.4318 16.8654 10.2237 16.6849 10.105 16.4475C9.98632 16.2101 9.96679 15.9353 10.0507 15.6836C10.1346 15.4318 10.3151 15.2237 10.5525 15.105L12.5525 14.105C12.705 14.0287 12.8745 13.9926 13.0449 14.0003C13.2153 14.0079 13.3808 14.059 13.5259 14.1487C13.671 14.2384 13.7907 14.3637 13.8736 14.5127C13.9566 14.6617 14.0001 14.8295 14 15ZM21.395 18.8062L19 22H21C21.2652 22 21.5196 22.1054 21.7071 22.2929C21.8946 22.4804 22 22.7348 22 23C22 23.2652 21.8946 23.5196 21.7071 23.7071C21.5196 23.8946 21.2652 24 21 24H17C16.8143 24 16.6322 23.9483 16.4743 23.8507C16.3163 23.753 16.1886 23.6133 16.1056 23.4472C16.0225 23.2811 15.9874 23.0952 16.004 22.9102C16.0207 22.7252 16.0886 22.5486 16.2 22.4L19.7975 17.6038C19.8793 17.4948 19.938 17.3703 19.97 17.2379C20.002 17.1054 20.0066 16.9678 19.9835 16.8336C19.9604 16.6993 19.9101 16.5712 19.8357 16.457C19.7612 16.3429 19.6643 16.2452 19.5508 16.1699C19.4372 16.0945 19.3095 16.0432 19.1754 16.019C19.0413 15.9949 18.9037 15.9983 18.771 16.0292C18.6383 16.0602 18.5134 16.1179 18.4038 16.1988C18.2942 16.2798 18.2023 16.3823 18.1338 16.5C18.07 16.6174 17.9834 16.7208 17.8791 16.8041C17.7748 16.8875 17.6548 16.9491 17.5263 16.9853C17.3977 17.0215 17.2633 17.0316 17.1308 17.0151C16.9983 16.9985 16.8704 16.9555 16.7548 16.8887C16.6391 16.8219 16.5381 16.7327 16.4575 16.6262C16.3769 16.5197 16.3185 16.3981 16.2857 16.2687C16.2528 16.1392 16.2462 16.0045 16.2663 15.8725C16.2864 15.7405 16.3327 15.6138 16.4025 15.5C16.7328 14.9284 17.2425 14.4817 17.8525 14.2291C18.4625 13.9766 19.1388 13.9323 19.7765 14.1032C20.4142 14.2741 20.9778 14.6506 21.3798 15.1743C21.7818 15.6981 21.9998 16.3398 22 17C22.0021 17.6522 21.7895 18.2869 21.395 18.8062Z"
|
|
18
|
+
fill="currentColor" />
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M26 3.5H23.5V3C23.5 2.60218 23.342 2.22064 23.0607 1.93934C22.7794 1.65804 22.3978 1.5 22 1.5C21.6022 1.5 21.2206 1.65804 20.9393 1.93934C20.658 2.22064 20.5 2.60218 20.5 3V3.5H11.5V3C11.5 2.60218 11.342 2.22064 11.0607 1.93934C10.7794 1.65804 10.3978 1.5 10 1.5C9.60218 1.5 9.22064 1.65804 8.93934 1.93934C8.65804 2.22064 8.5 2.60218 8.5 3V3.5H6C5.33696 3.5 4.70107 3.76339 4.23223 4.23223C3.76339 4.70107 3.5 5.33696 3.5 6V26C3.5 26.663 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.2989 28.5 26.663 28.5 26V6C28.5 5.33696 28.2366 4.70107 27.7678 4.23223C27.2989 3.76339 26.663 3.5 26 3.5ZM8.5 6.5C8.5 6.89782 8.65804 7.27936 8.93934 7.56066C9.22064 7.84196 9.60218 8 10 8C10.3978 8 10.7794 7.84196 11.0607 7.56066C11.342 7.27936 11.5 6.89782 11.5 6.5H20.5C20.5 6.89782 20.658 7.27936 20.9393 7.56066C21.2206 7.84196 21.6022 8 22 8C22.3978 8 22.7794 7.84196 23.0607 7.56066C23.342 7.27936 23.5 6.89782 23.5 6.5H25.5V9.5H6.5V6.5H8.5ZM6.5 25.5V12.5H25.5V25.5H6.5ZM14 15.5V22.5C14 22.8978 13.842 23.2794 13.5607 23.5607C13.2794 23.842 12.8978 24 12.5 24C12.1022 24 11.7206 23.842 11.4393 23.5607C11.158 23.2794 11 22.8978 11 22.5V17.915C10.6431 18.0321 10.2552 18.0111 9.91307 17.856C9.57092 17.701 9.29941 17.4232 9.15222 17.0776C9.00502 16.732 8.99286 16.3437 9.11813 15.9896C9.2434 15.6354 9.49698 15.3412 9.82875 15.165L11.8287 14.165C12.057 14.0508 12.3105 13.9967 12.5655 14.0078C12.8204 14.019 13.0683 14.095 13.2857 14.2286C13.503 14.3623 13.6827 14.5492 13.8077 14.7717C13.9327 14.9941 13.9989 15.2448 14 15.5ZM21.6863 19.735L20.4875 21H21C21.3978 21 21.7794 21.158 22.0607 21.4393C22.342 21.7206 22.5 22.1022 22.5 22.5C22.5 22.8978 22.342 23.2794 22.0607 23.5607C21.7794 23.842 21.3978 24 21 24H17C16.7069 23.9999 16.4202 23.9139 16.1754 23.7527C15.9306 23.5914 15.7384 23.362 15.6226 23.0927C15.5068 22.8234 15.4724 22.5261 15.5237 22.2375C15.575 21.9489 15.7097 21.6816 15.9113 21.4688L19.4312 17.75C19.4757 17.6742 19.4995 17.5879 19.5 17.5C19.5003 17.3897 19.4641 17.2824 19.397 17.1948C19.33 17.1072 19.2359 17.0443 19.1293 17.0157C19.0228 16.9872 18.9098 16.9947 18.8079 17.0371C18.7061 17.0795 18.6211 17.1543 18.5662 17.25C18.3635 17.5868 18.0367 17.8305 17.656 17.9287C17.2754 18.0269 16.8715 17.9718 16.5311 17.7753C16.1907 17.5787 15.941 17.2564 15.8359 16.8776C15.7307 16.4988 15.7784 16.0939 15.9688 15.75C16.3539 15.0827 16.9486 14.5611 17.6604 14.2662C18.3723 13.9713 19.1616 13.9196 19.9058 14.119C20.6501 14.3184 21.3078 14.7578 21.7768 15.3692C22.2459 15.9805 22.5001 16.7295 22.5 17.5C22.5023 18.2608 22.2546 19.0012 21.795 19.6075C21.7615 19.6522 21.7251 19.6948 21.6863 19.735Z"
|
|
27
|
+
fill="currentColor" />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM14 23C14 23.2652 13.8946 23.5196 13.7071 23.7071C13.5196 23.8946 13.2652 24 13 24C12.7348 24 12.4804 23.8946 12.2929 23.7071C12.1054 23.5196 12 23.2652 12 23V16.6175L11.4475 16.895C11.2101 17.0137 10.9353 17.0332 10.6836 16.9493C10.4318 16.8654 10.2237 16.6849 10.105 16.4475C9.98632 16.2101 9.96679 15.9353 10.0507 15.6836C10.1346 15.4318 10.3151 15.2237 10.5525 15.105L12.5525 14.105C12.705 14.0287 12.8745 13.9926 13.0449 14.0003C13.2153 14.0079 13.3808 14.059 13.5259 14.1487C13.671 14.2384 13.7907 14.3637 13.8736 14.5127C13.9566 14.6617 14.0001 14.8295 14 15V23ZM21 22C21.2652 22 21.5196 22.1054 21.7071 22.2929C21.8946 22.4804 22 22.7348 22 23C22 23.2652 21.8946 23.5196 21.7071 23.7071C21.5196 23.8946 21.2652 24 21 24H17C16.8143 24 16.6322 23.9483 16.4743 23.8507C16.3163 23.753 16.1886 23.6133 16.1056 23.4472C16.0225 23.2811 15.9874 23.0952 16.004 22.9102C16.0207 22.7252 16.0886 22.5486 16.2 22.4L19.7975 17.6038C19.8793 17.4948 19.938 17.3703 19.97 17.2379C20.002 17.1054 20.0066 16.9678 19.9835 16.8336C19.9604 16.6993 19.9101 16.5712 19.8357 16.457C19.7612 16.3429 19.6643 16.2452 19.5508 16.1699C19.4372 16.0945 19.3095 16.0432 19.1754 16.019C19.0413 15.9949 18.9037 15.9983 18.771 16.0292C18.6383 16.0602 18.5134 16.1179 18.4038 16.1988C18.2942 16.2798 18.2023 16.3823 18.1338 16.5C18.07 16.6174 17.9834 16.7208 17.8791 16.8041C17.7748 16.8875 17.6548 16.9491 17.5263 16.9853C17.3977 17.0215 17.2633 17.0316 17.1308 17.0151C16.9983 16.9985 16.8704 16.9555 16.7548 16.8887C16.6391 16.8219 16.5381 16.7327 16.4575 16.6262C16.3769 16.5197 16.3185 16.3981 16.2857 16.2687C16.2528 16.1392 16.2462 16.0045 16.2663 15.8725C16.2864 15.7405 16.3327 15.6138 16.4025 15.5C16.7328 14.9284 17.2425 14.4817 17.8525 14.2291C18.4625 13.9766 19.1388 13.9323 19.7765 14.1032C20.4142 14.2741 20.9778 14.6506 21.3798 15.1743C21.7818 15.6981 21.9998 16.3398 22 17C22.0021 17.6522 21.7895 18.2869 21.395 18.8062L19 22H21ZM6 10V6H9V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2"
|
|
44
|
+
d="M27 6V11H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z"
|
|
45
|
+
fill="currentColor" />
|
|
46
|
+
<path
|
|
47
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM14 15V23C14 23.2652 13.8946 23.5196 13.7071 23.7071C13.5196 23.8946 13.2652 24 13 24C12.7348 24 12.4804 23.8946 12.2929 23.7071C12.1054 23.5196 12 23.2652 12 23V16.6175L11.4475 16.895C11.2101 17.0137 10.9353 17.0332 10.6836 16.9493C10.4318 16.8654 10.2237 16.6849 10.105 16.4475C9.98632 16.2101 9.96679 15.9353 10.0507 15.6836C10.1346 15.4318 10.3151 15.2237 10.5525 15.105L12.5525 14.105C12.705 14.0287 12.8745 13.9926 13.0449 14.0003C13.2153 14.0079 13.3808 14.059 13.5259 14.1487C13.671 14.2384 13.7907 14.3637 13.8736 14.5127C13.9566 14.6617 14.0001 14.8295 14 15ZM21.395 18.8062L19 22H21C21.2652 22 21.5196 22.1054 21.7071 22.2929C21.8946 22.4804 22 22.7348 22 23C22 23.2652 21.8946 23.5196 21.7071 23.7071C21.5196 23.8946 21.2652 24 21 24H17C16.8143 24 16.6322 23.9483 16.4743 23.8507C16.3163 23.753 16.1886 23.6133 16.1056 23.4472C16.0225 23.2811 15.9874 23.0952 16.004 22.9102C16.0207 22.7252 16.0886 22.5486 16.2 22.4L19.7975 17.6038C19.8793 17.4948 19.938 17.3703 19.97 17.2379C20.002 17.1054 20.0066 16.9678 19.9835 16.8336C19.9604 16.6993 19.9101 16.5712 19.8357 16.457C19.7612 16.3429 19.6643 16.2452 19.5508 16.1699C19.4372 16.0945 19.3095 16.0432 19.1754 16.019C19.0413 15.9949 18.9037 15.9983 18.771 16.0292C18.6383 16.0602 18.5134 16.1179 18.4038 16.1988C18.2942 16.2798 18.2023 16.3823 18.1338 16.5C18.07 16.6174 17.9834 16.7208 17.8791 16.8041C17.7748 16.8875 17.6548 16.9491 17.5263 16.9853C17.3977 17.0215 17.2633 17.0316 17.1308 17.0151C16.9983 16.9985 16.8704 16.9555 16.7548 16.8887C16.6391 16.8219 16.5381 16.7327 16.4575 16.6262C16.3769 16.5197 16.3185 16.3981 16.2857 16.2687C16.2528 16.1392 16.2462 16.0045 16.2663 15.8725C16.2864 15.7405 16.3327 15.6138 16.4025 15.5C16.7328 14.9284 17.2425 14.4817 17.8525 14.2291C18.4625 13.9766 19.1388 13.9323 19.7765 14.1032C20.4142 14.2741 20.9778 14.6506 21.3798 15.1743C21.7818 15.6981 21.9998 16.3398 22 17C22.0021 17.6522 21.7895 18.2869 21.395 18.8062Z"
|
|
48
|
+
fill="currentColor" />
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return (
|
|
53
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
54
|
+
<path
|
|
55
|
+
d="M26 4.25H22.75V3C22.75 2.80109 22.671 2.61032 22.5303 2.46967C22.3897 2.32902 22.1989 2.25 22 2.25C21.8011 2.25 21.6103 2.32902 21.4697 2.46967C21.329 2.61032 21.25 2.80109 21.25 3V4.25H10.75V3C10.75 2.80109 10.671 2.61032 10.5303 2.46967C10.3897 2.32902 10.1989 2.25 10 2.25C9.80109 2.25 9.61032 2.32902 9.46967 2.46967C9.32902 2.61032 9.25 2.80109 9.25 3V4.25H6C5.53587 4.25 5.09075 4.43437 4.76256 4.76256C4.43437 5.09075 4.25 5.53587 4.25 6V26C4.25 26.4641 4.43437 26.9092 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9092 27.5656 27.2374 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V6C27.75 5.53587 27.5656 5.09075 27.2374 4.76256C26.9092 4.43437 26.4641 4.25 26 4.25ZM6 5.75H9.25V7C9.25 7.19891 9.32902 7.38968 9.46967 7.53033C9.61032 7.67098 9.80109 7.75 10 7.75C10.1989 7.75 10.3897 7.67098 10.5303 7.53033C10.671 7.38968 10.75 7.19891 10.75 7V5.75H21.25V7C21.25 7.19891 21.329 7.38968 21.4697 7.53033C21.6103 7.67098 21.8011 7.75 22 7.75C22.1989 7.75 22.3897 7.67098 22.5303 7.53033C22.671 7.38968 22.75 7.19891 22.75 7V5.75H26C26.0663 5.75 26.1299 5.77634 26.1768 5.82322C26.2237 5.87011 26.25 5.9337 26.25 6V10.25H5.75V6C5.75 5.9337 5.77634 5.87011 5.82322 5.82322C5.87011 5.77634 5.9337 5.75 6 5.75ZM26 26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V11.75H26.25V26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25Z"
|
|
56
|
+
fill="currentColor" />
|
|
57
|
+
</svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default Calendar;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const CalendarBlank = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M26 4.5H22.5V3C22.5 2.86739 22.4473 2.74021 22.3536 2.64645C22.2598 2.55268 22.1326 2.5 22 2.5C21.8674 2.5 21.7402 2.55268 21.6464 2.64645C21.5527 2.74021 21.5 2.86739 21.5 3V4.5H10.5V3C10.5 2.86739 10.4473 2.74021 10.3536 2.64645C10.2598 2.55268 10.1326 2.5 10 2.5C9.86739 2.5 9.74021 2.55268 9.64645 2.64645C9.55268 2.74021 9.5 2.86739 9.5 3V4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM6 5.5H9.5V7C9.5 7.13261 9.55268 7.25979 9.64645 7.35355C9.74021 7.44732 9.86739 7.5 10 7.5C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5.5H21.5V7C21.5 7.13261 21.5527 7.25979 21.6464 7.35355C21.7402 7.44732 21.8674 7.5 22 7.5C22.1326 7.5 22.2598 7.44732 22.3536 7.35355C22.4473 7.25979 22.5 7.13261 22.5 7V5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V10.5H5.5V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5ZM26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V11.5H26.5V26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "regular") {
|
|
21
|
+
return (
|
|
22
|
+
<svg
|
|
23
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
24
|
+
width="32"
|
|
25
|
+
height="32"
|
|
26
|
+
viewBox="0 0 32 32"
|
|
27
|
+
fill="none"
|
|
28
|
+
>
|
|
29
|
+
<path
|
|
30
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26Z"
|
|
31
|
+
fill="currentColor"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "bold") {
|
|
37
|
+
return (
|
|
38
|
+
<svg
|
|
39
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
40
|
+
width="32"
|
|
41
|
+
height="32"
|
|
42
|
+
viewBox="0 0 32 32"
|
|
43
|
+
fill="none"
|
|
44
|
+
>
|
|
45
|
+
<path
|
|
46
|
+
d="M26 3.5H23.5V3C23.5 2.60218 23.342 2.22064 23.0607 1.93934C22.7794 1.65804 22.3978 1.5 22 1.5C21.6022 1.5 21.2206 1.65804 20.9393 1.93934C20.658 2.22064 20.5 2.60218 20.5 3V3.5H11.5V3C11.5 2.60218 11.342 2.22064 11.0607 1.93934C10.7794 1.65804 10.3978 1.5 10 1.5C9.60218 1.5 9.22064 1.65804 8.93934 1.93934C8.65804 2.22064 8.5 2.60218 8.5 3V3.5H6C5.33696 3.5 4.70107 3.76339 4.23223 4.23223C3.76339 4.70107 3.5 5.33696 3.5 6V26C3.5 26.663 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.2989 28.5 26.663 28.5 26V6C28.5 5.33696 28.2366 4.70107 27.7678 4.23223C27.2989 3.76339 26.663 3.5 26 3.5ZM8.5 6.5C8.5 6.89782 8.65804 7.27936 8.93934 7.56066C9.22064 7.84196 9.60218 8 10 8C10.3978 8 10.7794 7.84196 11.0607 7.56066C11.342 7.27936 11.5 6.89782 11.5 6.5H20.5C20.5 6.89782 20.658 7.27936 20.9393 7.56066C21.2206 7.84196 21.6022 8 22 8C22.3978 8 22.7794 7.84196 23.0607 7.56066C23.342 7.27936 23.5 6.89782 23.5 6.5H25.5V9.5H6.5V6.5H8.5ZM6.5 25.5V12.5H25.5V25.5H6.5Z"
|
|
47
|
+
fill="currentColor"
|
|
48
|
+
/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
if (type === "fill") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
56
|
+
width="32"
|
|
57
|
+
height="32"
|
|
58
|
+
viewBox="0 0 32 32"
|
|
59
|
+
fill="none"
|
|
60
|
+
>
|
|
61
|
+
<path
|
|
62
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM26 10H6V6H9V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10Z"
|
|
63
|
+
fill="currentColor"
|
|
64
|
+
/>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
if (type === "duotone") {
|
|
69
|
+
return (
|
|
70
|
+
<svg
|
|
71
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
72
|
+
width="32"
|
|
73
|
+
height="32"
|
|
74
|
+
viewBox="0 0 32 32"
|
|
75
|
+
fill="none"
|
|
76
|
+
>
|
|
77
|
+
<path
|
|
78
|
+
opacity="0.2"
|
|
79
|
+
d="M27 6V11H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26Z"
|
|
84
|
+
fill="currentColor"
|
|
85
|
+
/>
|
|
86
|
+
</svg>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
return (
|
|
90
|
+
<svg
|
|
91
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
92
|
+
width="32"
|
|
93
|
+
height="32"
|
|
94
|
+
viewBox="0 0 32 32"
|
|
95
|
+
fill="none"
|
|
96
|
+
>
|
|
97
|
+
<path
|
|
98
|
+
d="M26 4.25H22.75V3C22.75 2.80109 22.671 2.61032 22.5303 2.46967C22.3897 2.32902 22.1989 2.25 22 2.25C21.8011 2.25 21.6103 2.32902 21.4697 2.46967C21.329 2.61032 21.25 2.80109 21.25 3V4.25H10.75V3C10.75 2.80109 10.671 2.61032 10.5303 2.46967C10.3897 2.32902 10.1989 2.25 10 2.25C9.80109 2.25 9.61032 2.32902 9.46967 2.46967C9.32902 2.61032 9.25 2.80109 9.25 3V4.25H6C5.53587 4.25 5.09075 4.43437 4.76256 4.76256C4.43437 5.09075 4.25 5.53587 4.25 6V26C4.25 26.4641 4.43437 26.9092 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9092 27.5656 27.2374 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V6C27.75 5.53587 27.5656 5.09075 27.2374 4.76256C26.9092 4.43437 26.4641 4.25 26 4.25ZM6 5.75H9.25V7C9.25 7.19891 9.32902 7.38968 9.46967 7.53033C9.61032 7.67098 9.80109 7.75 10 7.75C10.1989 7.75 10.3897 7.67098 10.5303 7.53033C10.671 7.38968 10.75 7.19891 10.75 7V5.75H21.25V7C21.25 7.19891 21.329 7.38968 21.4697 7.53033C21.6103 7.67098 21.8011 7.75 22 7.75C22.1989 7.75 22.3897 7.67098 22.5303 7.53033C22.671 7.38968 22.75 7.19891 22.75 7V5.75H26C26.0663 5.75 26.1299 5.77634 26.1768 5.82322C26.2237 5.87011 26.25 5.9337 26.25 6V10.25H5.75V6C5.75 5.9337 5.77634 5.87011 5.82322 5.82322C5.87011 5.77634 5.9337 5.75 6 5.75ZM26 26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V11.75H26.25V26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25Z"
|
|
99
|
+
fill="currentColor"
|
|
100
|
+
/>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export default CalendarBlank;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const CalendarCheck = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M26 4.5H22.5V3C22.5 2.86739 22.4473 2.74021 22.3536 2.64645C22.2598 2.55268 22.1326 2.5 22 2.5C21.8674 2.5 21.7402 2.55268 21.6464 2.64645C21.5527 2.74021 21.5 2.86739 21.5 3V4.5H10.5V3C10.5 2.86739 10.4473 2.74021 10.3536 2.64645C10.2598 2.55268 10.1326 2.5 10 2.5C9.86739 2.5 9.74021 2.55268 9.64645 2.64645C9.55268 2.74021 9.5 2.86739 9.5 3V4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM6 5.5H9.5V7C9.5 7.13261 9.55268 7.25979 9.64645 7.35355C9.74021 7.44732 9.86739 7.5 10 7.5C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5.5H21.5V7C21.5 7.13261 21.5527 7.25979 21.6464 7.35355C21.7402 7.44732 21.8674 7.5 22 7.5C22.1326 7.5 22.2598 7.44732 22.3536 7.35355C22.4473 7.25979 22.5 7.13261 22.5 7V5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V10.5H5.5V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5ZM26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V11.5H26.5V26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5ZM20.8538 15.6462C20.9002 15.6927 20.9371 15.7478 20.9623 15.8085C20.9874 15.8692 21.0004 15.9343 21.0004 16C21.0004 16.0657 20.9874 16.1308 20.9623 16.1915C20.9371 16.2522 20.9002 16.3073 20.8538 16.3538L14.8538 22.3538C14.8073 22.4002 14.7522 22.4371 14.6915 22.4623C14.6308 22.4874 14.5657 22.5004 14.5 22.5004C14.4343 22.5004 14.3692 22.4874 14.3085 22.4623C14.2478 22.4371 14.1927 22.4002 14.1462 22.3538L11.1462 19.3538C11.0524 19.2599 10.9997 19.1327 10.9997 19C10.9997 18.8673 11.0524 18.7401 11.1462 18.6462C11.2401 18.5524 11.3673 18.4997 11.5 18.4997C11.6327 18.4997 11.7599 18.5524 11.8538 18.6462L14.5 21.2925L20.1462 15.6462C20.1927 15.5998 20.2478 15.5629 20.3085 15.5377C20.3692 15.5126 20.4343 15.4996 20.5 15.4996C20.5657 15.4996 20.6308 15.5126 20.6915 15.5377C20.7522 15.5629 20.8073 15.5998 20.8538 15.6462Z"
|
|
9
|
+
fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM21.2075 15.2925C21.3005 15.3854 21.3742 15.4957 21.4246 15.6171C21.4749 15.7385 21.5008 15.8686 21.5008 16C21.5008 16.1314 21.4749 16.2615 21.4246 16.3829C21.3742 16.5043 21.3005 16.6146 21.2075 16.7075L15.2075 22.7075C15.1146 22.8005 15.0043 22.8742 14.8829 22.9246C14.7615 22.9749 14.6314 23.0008 14.5 23.0008C14.3686 23.0008 14.2385 22.9749 14.1171 22.9246C13.9957 22.8742 13.8854 22.8005 13.7925 22.7075L10.7925 19.7075C10.6049 19.5199 10.4994 19.2654 10.4994 19C10.4994 18.7346 10.6049 18.4801 10.7925 18.2925C10.9801 18.1049 11.2346 17.9994 11.5 17.9994C11.7654 17.9994 12.0199 18.1049 12.2075 18.2925L14.5 20.5863L19.7925 15.2925C19.8854 15.1995 19.9957 15.1258 20.1171 15.0754C20.2385 15.0251 20.3686 14.9992 20.5 14.9992C20.6314 14.9992 20.7615 15.0251 20.8829 15.0754C21.0043 15.1258 21.1146 15.1995 21.2075 15.2925Z"
|
|
18
|
+
fill="currentColor" />
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M26 3.5H23.5V3C23.5 2.60218 23.342 2.22064 23.0607 1.93934C22.7794 1.65804 22.3978 1.5 22 1.5C21.6022 1.5 21.2206 1.65804 20.9393 1.93934C20.658 2.22064 20.5 2.60218 20.5 3V3.5H11.5V3C11.5 2.60218 11.342 2.22064 11.0607 1.93934C10.7794 1.65804 10.3978 1.5 10 1.5C9.60218 1.5 9.22064 1.65804 8.93934 1.93934C8.65804 2.22064 8.5 2.60218 8.5 3V3.5H6C5.33696 3.5 4.70107 3.76339 4.23223 4.23223C3.76339 4.70107 3.5 5.33696 3.5 6V26C3.5 26.663 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.2989 28.5 26.663 28.5 26V6C28.5 5.33696 28.2366 4.70107 27.7678 4.23223C27.2989 3.76339 26.663 3.5 26 3.5ZM8.5 6.5C8.5 6.89782 8.65804 7.27936 8.93934 7.56066C9.22064 7.84196 9.60218 8 10 8C10.3978 8 10.7794 7.84196 11.0607 7.56066C11.342 7.27936 11.5 6.89782 11.5 6.5H20.5C20.5 6.89782 20.658 7.27936 20.9393 7.56066C21.2206 7.84196 21.6022 8 22 8C22.3978 8 22.7794 7.84196 23.0607 7.56066C23.342 7.27936 23.5 6.89782 23.5 6.5H25.5V9.5H6.5V6.5H8.5ZM6.5 25.5V12.5H25.5V25.5H6.5ZM21.5613 14.9388C21.7011 15.0781 21.812 15.2437 21.8878 15.426C21.9635 15.6083 22.0024 15.8038 22.0024 16.0012C22.0024 16.1987 21.9635 16.3941 21.8878 16.5765C21.812 16.7588 21.7011 16.9244 21.5613 17.0637L15.5612 23.0637C15.4219 23.2036 15.2563 23.3145 15.074 23.3903C14.8917 23.466 14.6962 23.5049 14.4987 23.5049C14.3013 23.5049 14.1058 23.466 13.9235 23.3903C13.7412 23.3145 13.5756 23.2036 13.4362 23.0637L10.4362 20.0637C10.1545 19.782 9.99615 19.3998 9.99615 19.0012C9.99615 18.6027 10.1545 18.2205 10.4362 17.9387C10.718 17.657 11.1002 17.4986 11.4987 17.4986C11.8973 17.4986 12.2795 17.657 12.5612 17.9387L14.5 19.875L19.4387 14.935C19.5783 14.7958 19.7439 14.6854 19.9262 14.6103C20.1084 14.5351 20.3037 14.4966 20.5008 14.4969C20.6979 14.4973 20.893 14.5365 21.075 14.6123C21.2569 14.6881 21.4222 14.799 21.5613 14.9388Z"
|
|
27
|
+
fill="currentColor" />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM21.2075 16.7075L15.2075 22.7075C15.1146 22.8005 15.0043 22.8742 14.8829 22.9246C14.7615 22.9749 14.6314 23.0008 14.5 23.0008C14.3686 23.0008 14.2385 22.9749 14.1171 22.9246C13.9957 22.8742 13.8854 22.8005 13.7925 22.7075L10.7925 19.7075C10.6049 19.5199 10.4994 19.2654 10.4994 19C10.4994 18.7346 10.6049 18.4801 10.7925 18.2925C10.9801 18.1049 11.2346 17.9994 11.5 17.9994C11.7654 17.9994 12.0199 18.1049 12.2075 18.2925L14.5 20.5863L19.7925 15.2925C19.8854 15.1996 19.9957 15.1259 20.1171 15.0756C20.2385 15.0253 20.3686 14.9994 20.5 14.9994C20.6314 14.9994 20.7615 15.0253 20.8829 15.0756C21.0043 15.1259 21.1146 15.1996 21.2075 15.2925C21.3004 15.3854 21.3741 15.4957 21.4244 15.6171C21.4747 15.7385 21.5006 15.8686 21.5006 16C21.5006 16.1314 21.4747 16.2615 21.4244 16.3829C21.3741 16.5043 21.3004 16.6146 21.2075 16.7075ZM6 10V6H9V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2"
|
|
44
|
+
d="M27 6V11H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z"
|
|
45
|
+
fill="currentColor" />
|
|
46
|
+
<path
|
|
47
|
+
d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM21.2075 15.2925C21.3005 15.3854 21.3742 15.4957 21.4246 15.6171C21.4749 15.7385 21.5008 15.8686 21.5008 16C21.5008 16.1314 21.4749 16.2615 21.4246 16.3829C21.3742 16.5043 21.3005 16.6146 21.2075 16.7075L15.2075 22.7075C15.1146 22.8005 15.0043 22.8742 14.8829 22.9246C14.7615 22.9749 14.6314 23.0008 14.5 23.0008C14.3686 23.0008 14.2385 22.9749 14.1171 22.9246C13.9957 22.8742 13.8854 22.8005 13.7925 22.7075L10.7925 19.7075C10.6049 19.5199 10.4994 19.2654 10.4994 19C10.4994 18.7346 10.6049 18.4801 10.7925 18.2925C10.9801 18.1049 11.2346 17.9994 11.5 17.9994C11.7654 17.9994 12.0199 18.1049 12.2075 18.2925L14.5 20.5863L19.7925 15.2925C19.8854 15.1995 19.9957 15.1258 20.1171 15.0754C20.2385 15.0251 20.3686 14.9992 20.5 14.9992C20.6314 14.9992 20.7615 15.0251 20.8829 15.0754C21.0043 15.1258 21.1146 15.1995 21.2075 15.2925Z"
|
|
48
|
+
fill="currentColor" />
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return (
|
|
53
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
54
|
+
<path
|
|
55
|
+
d="M26 4.25H22.75V3C22.75 2.80109 22.671 2.61032 22.5303 2.46967C22.3897 2.32902 22.1989 2.25 22 2.25C21.8011 2.25 21.6103 2.32902 21.4697 2.46967C21.329 2.61032 21.25 2.80109 21.25 3V4.25H10.75V3C10.75 2.80109 10.671 2.61032 10.5303 2.46967C10.3897 2.32902 10.1989 2.25 10 2.25C9.80109 2.25 9.61032 2.32902 9.46967 2.46967C9.32902 2.61032 9.25 2.80109 9.25 3V4.25H6C5.53587 4.25 5.09075 4.43437 4.76256 4.76256C4.43437 5.09075 4.25 5.53587 4.25 6V26C4.25 26.4641 4.43437 26.9092 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9092 27.5656 27.2374 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V6C27.75 5.53587 27.5656 5.09075 27.2374 4.76256C26.9092 4.43437 26.4641 4.25 26 4.25ZM6 5.75H9.25V7C9.25 7.19891 9.32902 7.38968 9.46967 7.53033C9.61032 7.67098 9.80109 7.75 10 7.75C10.1989 7.75 10.3897 7.67098 10.5303 7.53033C10.671 7.38968 10.75 7.19891 10.75 7V5.75H21.25V7C21.25 7.19891 21.329 7.38968 21.4697 7.53033C21.6103 7.67098 21.8011 7.75 22 7.75C22.1989 7.75 22.3897 7.67098 22.5303 7.53033C22.671 7.38968 22.75 7.19891 22.75 7V5.75H26C26.0663 5.75 26.1299 5.77634 26.1768 5.82322C26.2237 5.87011 26.25 5.9337 26.25 6V10.25H5.75V6C5.75 5.9337 5.77634 5.87011 5.82322 5.82322C5.87011 5.77634 5.9337 5.75 6 5.75ZM26 26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V11.75H26.25V26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25ZM21.03 15.47C21.1705 15.6106 21.2493 15.8012 21.2493 16C21.2493 16.1988 21.1705 16.3894 21.03 16.53L15.03 22.53C14.8894 22.6705 14.6988 22.7493 14.5 22.7493C14.3012 22.7493 14.1106 22.6705 13.97 22.53L10.97 19.53C10.8375 19.3878 10.7654 19.1998 10.7688 19.0055C10.7723 18.8112 10.851 18.6258 10.9884 18.4884C11.1258 18.351 11.3112 18.2723 11.5055 18.2688C11.6998 18.2654 11.8878 18.3375 12.03 18.47L14.5 20.9387L19.97 15.47C20.1106 15.3295 20.3012 15.2507 20.5 15.2507C20.6988 15.2507 20.8894 15.3295 21.03 15.47Z"
|
|
56
|
+
fill="currentColor" />
|
|
57
|
+
</svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default CalendarCheck;
|