@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 CloudSun = ({ 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="M19.5004 9.49995C18.5609 9.49929 17.627 9.64608 16.7329 9.93495C16.3311 9.18339 15.7848 8.51859 15.1254 7.9787L16.5704 5.91495C16.6465 5.80621 16.6763 5.6717 16.6532 5.54101C16.6301 5.41032 16.5561 5.29416 16.4473 5.21807C16.3386 5.14199 16.2041 5.11222 16.0734 5.13531C15.9427 5.1584 15.8265 5.23246 15.7504 5.3412L14.3067 7.40495C13.3054 6.81288 12.1637 6.50034 11.0004 6.49995C10.7867 6.49995 10.5754 6.5112 10.3679 6.5312L9.93044 4.04995C9.91903 3.98527 9.895 3.92348 9.85971 3.86809C9.82442 3.8127 9.77856 3.76481 9.72476 3.72714C9.67096 3.68948 9.61027 3.66278 9.54615 3.64857C9.48203 3.63436 9.41574 3.63291 9.35107 3.64432C9.28639 3.65573 9.2246 3.67977 9.16921 3.71506C9.11382 3.75035 9.06593 3.7962 9.02826 3.85C8.9906 3.9038 8.9639 3.96449 8.94969 4.02861C8.93548 4.09273 8.93403 4.15902 8.94544 4.2237L9.38294 6.7037C8.04822 7.04981 6.85749 7.80994 5.98169 8.87495L3.91544 7.42745C3.80637 7.35136 3.67155 7.32172 3.54062 7.34505C3.4097 7.36837 3.2934 7.44275 3.21732 7.55182C3.14123 7.66089 3.11159 7.79572 3.13492 7.92664C3.15824 8.05757 3.23262 8.17386 3.34169 8.24995L5.40794 9.69245C4.81266 10.6929 4.49909 11.8358 4.50044 12.9999C4.50044 13.2112 4.51169 13.4212 4.53169 13.6249L2.05044 14.0624C1.92721 14.084 1.81655 14.151 1.7403 14.2502C1.66405 14.3494 1.62777 14.4736 1.6386 14.5982C1.64943 14.7229 1.70659 14.8389 1.79881 14.9235C1.89102 15.008 2.01158 15.0549 2.13669 15.0549C2.16602 15.0549 2.19528 15.0524 2.22419 15.0474L4.70544 14.6099C4.91047 15.4078 5.26508 16.1594 5.75044 16.8249C4.78352 17.6028 4.08157 18.6613 3.7413 19.8548C3.40102 21.0482 3.43916 22.3177 3.85046 23.4886C4.26176 24.6594 5.02598 25.6739 6.03785 26.3923C7.04973 27.1107 8.25947 27.4977 9.50044 27.4999H19.5004C21.8874 27.4999 24.1766 26.5517 25.8644 24.8639C27.5522 23.1761 28.5004 20.8869 28.5004 18.4999C28.5004 16.113 27.5522 13.8238 25.8644 12.136C24.1766 10.4482 21.8874 9.49995 19.5004 9.49995ZM5.50044 12.9999C5.50033 11.7843 5.90296 10.6029 6.64541 9.64031C7.38786 8.67773 8.42829 7.98825 9.6041 7.67963C10.7799 7.371 12.0248 7.46062 13.1443 7.93447C14.2638 8.40832 15.1948 9.23971 15.7917 10.2987C14.6557 10.8112 13.6381 11.5534 12.803 12.4784C11.9678 13.4035 11.3333 14.4914 10.9392 15.6737C10.4683 15.5582 9.98526 15.4999 9.50044 15.4999C8.47606 15.4994 7.46877 15.7624 6.57544 16.2637C5.87773 15.3185 5.50101 14.1748 5.50044 12.9999ZM19.5004 26.4999H9.50044C8.79406 26.4994 8.09581 26.3492 7.4517 26.0592C6.80759 25.7692 6.23223 25.3461 5.76353 24.8176C5.29482 24.2891 4.94342 23.6673 4.73247 22.9932C4.52151 22.319 4.4558 21.6078 4.53965 20.9064C4.6235 20.205 4.85501 19.5294 5.21893 18.924C5.58286 18.3186 6.07093 17.7971 6.651 17.394C7.23107 16.9909 7.88997 16.7153 8.58429 16.5853C9.27861 16.4553 9.99259 16.474 10.6792 16.6399C10.5864 17.0786 10.5266 17.5236 10.5004 17.9712C10.4928 18.1038 10.5382 18.234 10.6266 18.3332C10.7149 18.4323 10.8391 18.4923 10.9717 18.4999C11.1043 18.5076 11.2345 18.4622 11.3337 18.3738C11.4328 18.2855 11.4928 18.1613 11.5004 18.0287C11.5308 17.4938 11.6145 16.9632 11.7504 16.4449C11.7504 16.4299 11.7592 16.4149 11.7617 16.3999C12.1519 14.9585 12.9374 13.655 14.0295 12.6365C15.1215 11.618 16.4766 10.9252 17.9417 10.6363C19.4068 10.3473 20.9234 10.4739 22.3204 11.0015C23.7173 11.5292 24.9389 12.4369 25.8471 13.6223C26.7554 14.8076 27.314 16.2233 27.4601 17.7094C27.6061 19.1955 27.3337 20.6929 26.6735 22.0323C26.0134 23.3718 24.9918 24.5 23.7243 25.2894C22.4568 26.0789 20.9937 26.4982 19.5004 26.4999Z"
|
|
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="M19.5004 9.00001C18.6448 8.9995 17.7929 9.11428 16.9679 9.34126C16.6423 8.80989 16.2466 8.32471 15.7917 7.89876L16.9804 6.20251C17.0558 6.09491 17.1092 5.97352 17.1376 5.84528C17.166 5.71703 17.1689 5.58444 17.1461 5.45508C17.1233 5.32572 17.0753 5.20211 17.0047 5.09132C16.9341 4.98054 16.8424 4.88473 16.7348 4.80939C16.6272 4.73404 16.5058 4.68063 16.3776 4.65219C16.2493 4.62376 16.1167 4.62087 15.9874 4.64368C15.858 4.66648 15.7344 4.71455 15.6236 4.78513C15.5128 4.8557 15.417 4.94741 15.3417 5.05501L14.1529 6.75001C13.1754 6.25644 12.0955 5.99953 11.0004 6.00001C10.9279 6.00001 10.8554 6.00001 10.7829 6.00001L10.4217 3.96376C10.4027 3.83108 10.3573 3.70357 10.2881 3.5888C10.2188 3.47402 10.1273 3.37434 10.0188 3.29566C9.91025 3.21698 9.78703 3.16092 9.65643 3.1308C9.52583 3.10068 9.39051 3.09712 9.25851 3.12034C9.12651 3.14356 9.00052 3.19307 8.88803 3.26594C8.77554 3.33881 8.67885 3.43355 8.6037 3.54453C8.52855 3.65551 8.47648 3.78046 8.45058 3.91196C8.42467 4.04346 8.42547 4.17883 8.45292 4.31001L8.81292 6.35251C7.70386 6.71933 6.70401 7.3574 5.90417 8.20876L4.20167 7.01751C4.09415 6.94032 3.97238 6.88523 3.84341 6.85545C3.71444 6.82567 3.58085 6.82179 3.45037 6.84404C3.31989 6.86628 3.19513 6.91421 3.08331 6.98503C2.9715 7.05586 2.87486 7.14818 2.79899 7.25665C2.72313 7.36511 2.66955 7.48755 2.64136 7.61687C2.61318 7.7462 2.61095 7.87983 2.6348 8.01003C2.65865 8.14022 2.70811 8.26438 2.78032 8.37531C2.85252 8.48625 2.94603 8.58174 3.05542 8.65626L4.75042 9.84626C4.25509 10.8236 3.99809 11.9043 4.00042 13C4.00042 13.0713 4.00042 13.1438 4.00042 13.215L1.96417 13.575C1.7177 13.6182 1.49638 13.7522 1.34388 13.9506C1.19139 14.149 1.11881 14.3973 1.14048 14.6466C1.16214 14.8959 1.27647 15.128 1.4609 15.2971C1.64532 15.4662 1.88645 15.56 2.13667 15.56C2.1949 15.5599 2.25303 15.5549 2.31042 15.545L4.35042 15.185C4.52966 15.7307 4.77569 16.2522 5.08292 16.7375C4.12641 17.626 3.45958 18.7819 3.16929 20.0546C2.879 21.3274 2.97869 22.6581 3.45538 23.8735C3.93207 25.0888 4.76367 26.1324 5.84188 26.8685C6.92009 27.6045 8.19494 27.9988 9.50042 28H19.5004C22.02 28 24.4363 26.9991 26.2179 25.2175C27.9995 23.4359 29.0004 21.0196 29.0004 18.5C29.0004 15.9805 27.9995 13.5641 26.2179 11.7825C24.4363 10.0009 22.02 9.00001 19.5004 9.00001ZM6.00042 13C6.00101 11.9411 6.33779 10.9097 6.96222 10.0545C7.58665 9.19922 8.46648 8.56431 9.47492 8.24123C10.4834 7.91816 11.5683 7.92358 12.5735 8.25674C13.5787 8.5899 14.4521 9.23357 15.0679 10.095C13.028 11.1685 11.4462 12.9448 10.6154 15.095C9.30085 14.8681 7.9483 15.05 6.74042 15.6163C6.25682 14.8293 6.00069 13.9237 6.00042 13ZM19.5004 26H9.50042C8.88495 25.9989 8.27625 25.8715 7.71197 25.6258C7.14769 25.38 6.63981 25.0211 6.21975 24.5713C5.79968 24.1215 5.47636 23.5903 5.26977 23.0105C5.06318 22.4307 4.97772 21.8148 5.01867 21.2006C5.05961 20.5865 5.2261 19.9874 5.50783 19.4402C5.78956 18.893 6.18054 18.4094 6.65661 18.0193C7.13268 17.6292 7.6837 17.3409 8.27562 17.1723C8.86753 17.0036 9.48775 16.9582 10.0979 17.0388C10.0517 17.335 10.0192 17.6375 10.0017 17.9425C9.99412 18.0738 10.0125 18.2054 10.0558 18.3296C10.0991 18.4538 10.1664 18.5683 10.2539 18.6665C10.3414 18.7647 10.4474 18.8447 10.5659 18.9019C10.6843 18.9591 10.8128 18.9925 10.9442 19C11.0755 19.0076 11.207 18.9892 11.3312 18.9459C11.4554 18.9026 11.5699 18.8353 11.6681 18.7478C11.7663 18.6603 11.8463 18.5543 11.9035 18.4358C11.9608 18.3174 11.9941 18.1888 12.0017 18.0575C12.0297 17.5587 12.1085 17.0641 12.2367 16.5813C12.2367 16.5613 12.2479 16.5413 12.2517 16.5213C12.6192 15.1706 13.3571 13.9495 14.3819 12.996C15.4068 12.0425 16.6778 11.3946 18.0514 11.1253C19.4251 10.856 20.8467 10.9761 22.1557 11.472C23.4647 11.968 24.609 12.82 25.4593 13.932C26.3096 15.0439 26.8322 16.3714 26.9679 17.7646C27.1036 19.1579 26.8471 20.5613 26.2273 21.8164C25.6076 23.0715 24.6493 24.1284 23.4606 24.8677C22.2719 25.6069 20.9002 25.9991 19.5004 26Z"
|
|
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="M19.5009 8.50012C18.724 8.5002 17.9496 8.59038 17.1934 8.76887C16.9685 8.44024 16.7177 8.13009 16.4434 7.84137L17.3897 6.48887C17.6179 6.16299 17.7074 5.75978 17.6383 5.36794C17.5693 4.97611 17.3474 4.62775 17.0216 4.3995C16.6957 4.17125 16.2925 4.0818 15.9006 4.15084C15.5088 4.21987 15.1604 4.44174 14.9322 4.76762L13.9847 6.12512C13.1058 5.7403 12.1612 5.52811 11.2022 5.50012L10.9147 3.87512C10.8387 3.48996 10.6147 3.14995 10.2908 2.92807C9.96696 2.7062 9.569 2.62013 9.18239 2.68836C8.79578 2.75658 8.45132 2.97366 8.22296 3.29299C7.99459 3.61233 7.90052 4.00846 7.96094 4.39637L8.24844 6.02137C7.35707 6.37561 6.54192 6.89754 5.84719 7.55887L4.48969 6.60762C4.1638 6.37937 3.76059 6.28992 3.36876 6.35896C2.97692 6.428 2.62856 6.64986 2.40031 6.97575C2.17206 7.30163 2.08261 7.70484 2.15165 8.09668C2.22069 8.48851 2.44255 8.83687 2.76844 9.06512L4.12594 10.0139C3.74008 10.8919 3.52784 11.8364 3.50094 12.7951L1.87594 13.0826C1.50624 13.1474 1.17425 13.3484 0.945512 13.646C0.716774 13.9435 0.607906 14.3161 0.640401 14.69C0.672895 15.0639 0.84439 15.4121 1.12103 15.6657C1.39767 15.9194 1.75936 16.0601 2.13469 16.0601C2.22266 16.06 2.31047 16.0524 2.39719 16.0376L4.02219 15.7501C4.14489 16.0616 4.28855 16.3643 4.45219 16.6564C3.50321 17.6465 2.86596 18.8935 2.61959 20.2426C2.37322 21.5917 2.52857 22.9835 3.06636 24.2451C3.60415 25.5067 4.50068 26.5825 5.64462 27.339C6.78856 28.0954 8.12951 28.4992 9.50094 28.5001H19.5009C22.1531 28.5001 24.6966 27.4466 26.572 25.5712C28.4474 23.6958 29.5009 21.1523 29.5009 18.5001C29.5009 15.848 28.4474 13.3044 26.572 11.4291C24.6966 9.55369 22.1531 8.50012 19.5009 8.50012ZM11.0009 8.50012C11.6224 8.50062 12.237 8.62983 12.806 8.8796C13.375 9.12937 13.8862 9.49429 14.3072 9.95137C12.5278 11.0306 11.1275 12.6358 10.2997 14.5451C10.0345 14.515 9.76782 14.5 9.50094 14.5001C8.63143 14.5 7.76956 14.6624 6.95969 14.9789C6.62381 14.2928 6.46809 13.5326 6.50719 12.7698C6.54629 12.0069 6.77893 11.2666 7.18319 10.6185C7.58745 9.97041 8.15003 9.43589 8.81794 9.06528C9.48584 8.69467 10.2371 8.50018 11.0009 8.50012ZM19.5009 25.5001H9.50094C8.44007 25.5001 7.42266 25.0787 6.67251 24.3285C5.92236 23.5784 5.50094 22.561 5.50094 21.5001C5.50094 20.4393 5.92236 19.4218 6.67251 18.6717C7.42266 17.9215 8.44007 17.5001 9.50094 17.5001H9.53594C9.52219 17.6376 9.51094 17.7751 9.50344 17.9126C9.48023 18.3104 9.61601 18.7012 9.88091 18.9989C10.1458 19.2966 10.5181 19.4769 10.9159 19.5001C11.3138 19.5233 11.7045 19.3875 12.0022 19.1227C12.2999 18.8578 12.4802 18.4854 12.5034 18.0876C12.5299 17.6232 12.6028 17.1626 12.7209 16.7126L12.7397 16.6439C13.0843 15.3839 13.7743 14.2453 14.7317 13.3566C15.6891 12.4679 16.8759 11.8646 18.1581 11.6146C19.4402 11.3646 20.7667 11.4781 21.9878 11.942C23.209 12.406 24.2761 13.2021 25.0688 14.2404C25.8614 15.2786 26.3481 16.5178 26.4739 17.8181C26.5996 19.1183 26.3594 20.4278 25.7804 21.5987C25.2014 22.7697 24.3066 23.7555 23.197 24.4449C22.0874 25.1342 20.8072 25.4997 19.5009 25.5001Z"
|
|
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="M19.5004 9.00001C18.6448 8.9995 17.7929 9.11428 16.9679 9.34126C16.6423 8.80989 16.2466 8.32471 15.7917 7.89876L16.9804 6.20251C17.0558 6.09491 17.1092 5.97352 17.1376 5.84528C17.166 5.71703 17.1689 5.58444 17.1461 5.45508C17.1233 5.32572 17.0753 5.20211 17.0047 5.09132C16.9341 4.98054 16.8424 4.88473 16.7348 4.80939C16.6272 4.73404 16.5058 4.68063 16.3776 4.65219C16.2493 4.62376 16.1167 4.62087 15.9874 4.64368C15.858 4.66648 15.7344 4.71455 15.6236 4.78513C15.5128 4.8557 15.417 4.94741 15.3417 5.05501L14.1529 6.75001C13.1754 6.25644 12.0955 5.99953 11.0004 6.00001C10.9267 6.00001 10.8554 6.00001 10.7829 6.00001L10.4217 3.96376C10.4027 3.83108 10.3573 3.70357 10.2881 3.5888C10.2188 3.47402 10.1273 3.37434 10.0188 3.29566C9.91025 3.21698 9.78703 3.16092 9.65643 3.1308C9.52583 3.10068 9.39051 3.09712 9.25851 3.12034C9.12651 3.14356 9.00052 3.19307 8.88803 3.26594C8.77554 3.33881 8.67885 3.43355 8.6037 3.54453C8.52855 3.65551 8.47648 3.78046 8.45058 3.91196C8.42467 4.04346 8.42547 4.17883 8.45292 4.31001L8.81292 6.35251C7.70386 6.71933 6.70401 7.3574 5.90417 8.20876L4.20167 7.01751C4.09415 6.94032 3.97238 6.88523 3.84341 6.85545C3.71444 6.82567 3.58085 6.82179 3.45037 6.84404C3.31989 6.86628 3.19513 6.91421 3.08331 6.98503C2.9715 7.05586 2.87486 7.14818 2.79899 7.25665C2.72313 7.36511 2.66955 7.48755 2.64136 7.61687C2.61318 7.7462 2.61095 7.87983 2.6348 8.01003C2.65865 8.14022 2.70811 8.26438 2.78032 8.37531C2.85252 8.48625 2.94603 8.58174 3.05542 8.65626L4.75042 9.84626C4.25509 10.8236 3.99809 11.9043 4.00042 13C4.00042 13.0713 4.00042 13.1438 4.00042 13.215L1.96417 13.575C1.7177 13.6182 1.49638 13.7522 1.34388 13.9506C1.19139 14.149 1.11881 14.3973 1.14048 14.6466C1.16214 14.8959 1.27647 15.128 1.4609 15.2971C1.64532 15.4662 1.88645 15.56 2.13667 15.56C2.1949 15.5599 2.25303 15.5549 2.31042 15.545L4.35042 15.185C4.52966 15.7307 4.77569 16.2522 5.08292 16.7375C4.12641 17.626 3.45958 18.7819 3.16929 20.0546C2.879 21.3274 2.97869 22.6581 3.45538 23.8735C3.93207 25.0888 4.76367 26.1324 5.84188 26.8685C6.92009 27.6045 8.19494 27.9988 9.50042 28H19.5004C22.02 28 24.4363 26.9991 26.2179 25.2175C27.9995 23.4359 29.0004 21.0196 29.0004 18.5C29.0004 15.9805 27.9995 13.5641 26.2179 11.7825C24.4363 10.0009 22.02 9.00001 19.5004 9.00001ZM10.6154 15.095C9.30085 14.8681 7.9483 15.05 6.74042 15.6163C6.07203 14.5123 5.8564 13.1926 6.13861 11.9333C6.42083 10.674 7.17904 9.5726 8.25464 8.85946C9.33025 8.14631 10.6399 7.87668 11.9098 8.10696C13.1796 8.33724 14.3112 9.04959 15.0679 10.095C13.028 11.1685 11.4462 12.9448 10.6154 15.095Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path opacity="0.2"
|
|
35
|
+
d="M16.4805 10.5512C15.2199 11.0298 14.0908 11.8005 13.1858 12.8C12.2807 13.7995 11.6256 14.9994 11.2743 16.3012V16.2875C10.4769 16.0166 9.62803 15.9321 8.7929 16.0404C7.95778 16.1488 7.15859 16.4471 6.45675 16.9125C5.89543 16.2598 5.48113 15.4939 5.242 14.667C5.00286 13.84 4.94449 12.9712 5.07083 12.1197C5.19718 11.2681 5.50529 10.4537 5.97424 9.73179C6.44319 9.00986 7.062 8.3973 7.78865 7.9357C8.5153 7.4741 9.33278 7.17428 10.1856 7.05658C11.0383 6.93889 11.9065 7.00608 12.731 7.2536C13.5555 7.50112 14.3171 7.92317 14.9641 8.49109C15.611 9.059 16.1282 9.75949 16.4805 10.545V10.5512Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
<path
|
|
38
|
+
d="M19.5004 9.00001C18.6448 8.9995 17.7929 9.11428 16.9679 9.34126C16.6423 8.80989 16.2466 8.32471 15.7917 7.89876L16.9804 6.20251C17.0558 6.09491 17.1092 5.97352 17.1376 5.84528C17.166 5.71703 17.1689 5.58444 17.1461 5.45508C17.1233 5.32572 17.0753 5.20211 17.0047 5.09132C16.9341 4.98054 16.8424 4.88473 16.7348 4.80939C16.6272 4.73404 16.5058 4.68063 16.3776 4.65219C16.2493 4.62376 16.1167 4.62087 15.9874 4.64368C15.858 4.66648 15.7344 4.71455 15.6236 4.78513C15.5128 4.8557 15.417 4.94741 15.3417 5.05501L14.1529 6.75001C13.1754 6.25644 12.0955 5.99953 11.0004 6.00001C10.9279 6.00001 10.8554 6.00001 10.7829 6.00001L10.4217 3.96376C10.4027 3.83108 10.3573 3.70357 10.2881 3.5888C10.2188 3.47402 10.1273 3.37434 10.0188 3.29566C9.91025 3.21698 9.78703 3.16092 9.65643 3.1308C9.52583 3.10068 9.39051 3.09712 9.25851 3.12034C9.12651 3.14356 9.00052 3.19307 8.88803 3.26594C8.77554 3.33881 8.67885 3.43355 8.6037 3.54453C8.52855 3.65551 8.47648 3.78046 8.45058 3.91196C8.42467 4.04346 8.42547 4.17883 8.45292 4.31001L8.81292 6.35251C7.70386 6.71933 6.70401 7.3574 5.90417 8.20876L4.20167 7.01751C4.09415 6.94032 3.97238 6.88523 3.84341 6.85545C3.71444 6.82567 3.58085 6.82179 3.45037 6.84404C3.31989 6.86628 3.19513 6.91421 3.08331 6.98503C2.9715 7.05586 2.87486 7.14818 2.79899 7.25665C2.72313 7.36511 2.66955 7.48755 2.64136 7.61687C2.61318 7.7462 2.61095 7.87983 2.6348 8.01003C2.65865 8.14022 2.70811 8.26438 2.78032 8.37531C2.85252 8.48625 2.94603 8.58174 3.05542 8.65626L4.75042 9.84626C4.25509 10.8236 3.99809 11.9043 4.00042 13C4.00042 13.0713 4.00042 13.1438 4.00042 13.215L1.96417 13.575C1.7177 13.6182 1.49638 13.7522 1.34388 13.9506C1.19139 14.149 1.11881 14.3973 1.14048 14.6466C1.16214 14.8959 1.27647 15.128 1.4609 15.2971C1.64532 15.4662 1.88645 15.56 2.13667 15.56C2.1949 15.5599 2.25303 15.5549 2.31042 15.545L4.35042 15.185C4.52966 15.7307 4.77569 16.2522 5.08292 16.7375C4.12641 17.626 3.45958 18.7819 3.16929 20.0546C2.879 21.3274 2.97869 22.6581 3.45538 23.8735C3.93207 25.0888 4.76367 26.1324 5.84188 26.8685C6.92009 27.6045 8.19494 27.9988 9.50042 28H19.5004C22.02 28 24.4363 26.9991 26.2179 25.2175C27.9995 23.4359 29.0004 21.0196 29.0004 18.5C29.0004 15.9805 27.9995 13.5641 26.2179 11.7825C24.4363 10.0009 22.02 9.00001 19.5004 9.00001ZM6.00042 13C6.00101 11.9411 6.33779 10.9097 6.96222 10.0545C7.58665 9.19922 8.46648 8.56431 9.47492 8.24123C10.4834 7.91816 11.5683 7.92358 12.5735 8.25674C13.5787 8.5899 14.4521 9.23357 15.0679 10.095C13.028 11.1685 11.4462 12.9448 10.6154 15.095C9.30085 14.8681 7.9483 15.05 6.74042 15.6163C6.25682 14.8293 6.00069 13.9237 6.00042 13ZM19.5004 26H9.50042C8.88495 25.9989 8.27625 25.8715 7.71197 25.6258C7.14769 25.38 6.63981 25.0211 6.21975 24.5713C5.79968 24.1215 5.47636 23.5903 5.26977 23.0105C5.06318 22.4307 4.97772 21.8148 5.01867 21.2006C5.05961 20.5865 5.2261 19.9874 5.50783 19.4402C5.78956 18.893 6.18054 18.4094 6.65661 18.0193C7.13268 17.6292 7.6837 17.3409 8.27562 17.1723C8.86753 17.0036 9.48775 16.9582 10.0979 17.0388C10.0517 17.335 10.0192 17.6375 10.0017 17.9425C9.99412 18.0738 10.0125 18.2054 10.0558 18.3296C10.0991 18.4538 10.1664 18.5683 10.2539 18.6665C10.3414 18.7647 10.4474 18.8447 10.5659 18.9019C10.6843 18.9591 10.8128 18.9925 10.9442 19C11.0755 19.0076 11.207 18.9892 11.3312 18.9459C11.4554 18.9026 11.5699 18.8353 11.6681 18.7478C11.7663 18.6603 11.8463 18.5543 11.9035 18.4358C11.9608 18.3174 11.9941 18.1888 12.0017 18.0575C12.0297 17.5587 12.1085 17.0641 12.2367 16.5813C12.2367 16.5613 12.2479 16.5413 12.2517 16.5213C12.6192 15.1706 13.3571 13.9495 14.3819 12.996C15.4068 12.0425 16.6778 11.3946 18.0514 11.1253C19.4251 10.856 20.8467 10.9761 22.1557 11.472C23.4647 11.968 24.609 12.82 25.4593 13.932C26.3096 15.0439 26.8322 16.3714 26.9679 17.7646C27.1036 19.1579 26.8471 20.5613 26.2273 21.8164C25.6076 23.0715 24.6493 24.1284 23.4606 24.8677C22.2719 25.6069 20.9002 25.9991 19.5004 26Z"
|
|
39
|
+
fill="currentColor" />
|
|
40
|
+
</svg>
|
|
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="M19.4992 9.24997C18.6026 9.25 17.7108 9.3801 16.8517 9.63622C16.4834 8.99695 16.0131 8.42227 15.4592 7.93497L16.7742 6.05997C16.8307 5.97928 16.8708 5.88826 16.8922 5.79208C16.9136 5.69589 16.9158 5.59645 16.8987 5.49941C16.8817 5.40237 16.8457 5.30965 16.7928 5.22653C16.7399 5.1434 16.6711 5.07152 16.5904 5.01497C16.5097 4.95842 16.4187 4.91831 16.3225 4.89694C16.2264 4.87557 16.1269 4.87335 16.0299 4.89041C15.9328 4.90748 15.8401 4.94349 15.757 4.99638C15.6739 5.04928 15.602 5.11803 15.5454 5.19872L14.2304 7.07372C13.2394 6.53272 12.1283 6.24946 10.9992 6.24997C10.8554 6.24997 10.7142 6.24997 10.5729 6.26497L10.1742 4.00622C10.1599 3.90666 10.1258 3.811 10.0738 3.7249C10.0218 3.63881 9.95306 3.56405 9.8716 3.50507C9.79014 3.44609 9.69766 3.40409 9.59964 3.38158C9.50163 3.35907 9.40008 3.3565 9.30105 3.37402C9.20202 3.39155 9.10753 3.42881 9.02319 3.48359C8.93886 3.53838 8.8664 3.60956 8.81013 3.69292C8.75386 3.77627 8.71493 3.87009 8.69566 3.96879C8.67638 4.06749 8.67715 4.16907 8.69792 4.26747L9.09542 6.52497C7.87436 6.88552 6.78017 7.58407 5.93917 8.53997L4.05792 7.22247C3.89498 7.10826 3.69334 7.06345 3.49737 7.09791C3.30139 7.13237 3.12713 7.24327 3.01292 7.40622C2.89871 7.56916 2.85391 7.7708 2.88837 7.96677C2.92283 8.16275 3.03373 8.33701 3.19667 8.45122L5.07167 9.76622C4.5297 10.7577 4.24679 11.87 4.24917 13C4.24917 13.1412 4.24917 13.2825 4.26417 13.4237L2.00542 13.8212C1.82093 13.8535 1.6552 13.9537 1.54083 14.102C1.42646 14.2503 1.37173 14.4361 1.3874 14.6227C1.40307 14.8094 1.48801 14.9834 1.62551 15.1106C1.76301 15.2378 1.94313 15.3089 2.13042 15.31C2.17441 15.3098 2.21831 15.3061 2.26167 15.2987L4.52417 14.9C4.71992 15.5672 5.01851 16.1998 5.40917 16.775C4.44582 17.6091 3.76044 18.7177 3.4449 19.9523C3.12935 21.1869 3.19872 22.4884 3.6437 23.6825C4.08869 24.8766 4.88802 25.9061 5.93458 26.633C6.98113 27.36 8.2249 27.7497 9.49917 27.75H19.4992C21.9524 27.75 24.3052 26.7754 26.0399 25.0407C27.7746 23.306 28.7492 20.9532 28.7492 18.5C28.7492 16.0467 27.7746 13.6939 26.0399 11.9592C24.3052 10.2245 21.9524 9.24997 19.4992 9.24997ZM5.74917 13C5.74879 11.8626 6.1178 10.7558 6.80068 9.84621C7.48355 8.93661 8.44336 8.27339 9.53567 7.95632C10.628 7.63926 11.7937 7.6855 12.8575 8.08811C13.9213 8.49071 14.8255 9.22788 15.4342 10.1887C13.2662 11.2466 11.5949 13.1066 10.7742 15.375C10.3545 15.29 9.92732 15.2482 9.49917 15.25C8.50812 15.2492 7.53129 15.4858 6.65042 15.94C6.0633 15.0719 5.74942 14.048 5.74917 13ZM19.4992 26.25H9.49917C8.83822 26.2495 8.18465 26.111 7.58026 25.8435C6.97586 25.576 6.43395 25.1853 5.98917 24.6964C5.54439 24.2075 5.20654 23.6312 4.99722 23.0042C4.78791 22.3773 4.71173 21.7136 4.77357 21.0555C4.83541 20.3975 5.0339 19.7596 5.35635 19.1826C5.6788 18.6057 6.11811 18.1024 6.64619 17.7049C7.17426 17.3074 7.77948 17.0245 8.42313 16.8743C9.06678 16.7241 9.7347 16.7098 10.3842 16.8325C10.3172 17.2045 10.2725 17.5801 10.2504 17.9575C10.2388 18.1564 10.3067 18.3518 10.4392 18.5006C10.5716 18.6495 10.7578 18.7396 10.9567 18.7512C11.1556 18.7628 11.351 18.6949 11.4998 18.5625C11.6487 18.43 11.7388 18.2439 11.7504 18.045C11.782 17.5278 11.8658 17.0152 12.0004 16.515C12.0004 16.4962 12.0104 16.4787 12.0142 16.4612C12.393 15.0647 13.1549 13.8021 14.2138 12.8159C15.2726 11.8297 16.5861 11.1593 18.0059 10.8804C19.4258 10.6015 20.8953 10.7253 22.2485 11.2378C23.6016 11.7502 24.7845 12.6309 25.6634 13.7804C26.5423 14.9298 27.0822 16.3021 27.2222 17.7423C27.3621 19.1825 27.0964 20.6331 26.4552 21.9302C25.814 23.2273 24.8228 24.3193 23.5936 25.0826C22.3643 25.846 20.9461 26.2503 19.4992 26.25Z"
|
|
45
|
+
fill="currentColor" />
|
|
46
|
+
</svg>
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default CloudSun;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Flower = ({ 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="M26.0429 16.6025C25.5474 16.3328 25.0181 16.1302 24.4692 16C25.0181 15.8698 25.5474 15.6672 26.0429 15.3975C26.5548 15.102 27.0034 14.7086 27.3632 14.2398C27.723 13.7709 27.9869 13.2358 28.1399 12.665C28.2928 12.0941 28.3319 11.4987 28.2548 10.9128C28.1777 10.3268 27.9859 9.76183 27.6904 9.25C27.3949 8.73817 27.0016 8.28956 26.5327 7.92976C26.0639 7.56997 25.5287 7.30605 24.9579 7.15306C24.387 7.00008 23.7916 6.96103 23.2057 7.03814C22.6198 7.11526 22.0548 7.30703 21.5429 7.6025C21.062 7.89782 20.622 8.25504 20.2342 8.665C20.3954 8.12409 20.4845 7.56425 20.4992 7C20.4992 5.80653 20.0251 4.66193 19.1812 3.81802C18.3372 2.97411 17.1926 2.5 15.9992 2.5C14.8057 2.5 13.6611 2.97411 12.8172 3.81802C11.9733 4.66193 11.4992 5.80653 11.4992 7C11.5138 7.56425 11.6029 8.12409 11.7642 8.665C11.3763 8.25504 10.9363 7.89782 10.4554 7.6025C9.42174 7.00576 8.19334 6.84409 7.04046 7.15306C5.88759 7.46203 4.90466 8.21632 4.30792 9.25C3.71119 10.2837 3.54952 11.5121 3.85848 12.665C4.16745 13.8178 4.92174 14.8008 5.95542 15.3975C6.45099 15.6672 6.98021 15.8698 7.52917 16C6.98021 16.1302 6.45099 16.3328 5.95542 16.6025C4.92174 17.1992 4.16745 18.1822 3.85848 19.335C3.54952 20.4879 3.71119 21.7163 4.30792 22.75C4.90466 23.7837 5.88759 24.538 7.04046 24.8469C8.19334 25.1559 9.42174 24.9942 10.4554 24.3975C10.9363 24.1022 11.3763 23.745 11.7642 23.335C11.6029 23.8759 11.5138 24.4358 11.4992 25C11.4992 26.1935 11.9733 27.3381 12.8172 28.182C13.6611 29.0259 14.8057 29.5 15.9992 29.5C17.1926 29.5 18.3372 29.0259 19.1812 28.182C20.0251 27.3381 20.4992 26.1935 20.4992 25C20.4845 24.4358 20.3954 23.8759 20.2342 23.335C20.622 23.745 21.062 24.1022 21.5429 24.3975C22.2265 24.794 23.0027 25.0027 23.7929 25.0025C24.1885 25.0018 24.5823 24.9492 24.9642 24.8463C25.8256 24.617 26.5994 24.137 27.1877 23.4673C27.7759 22.7976 28.152 21.9682 28.2682 21.0844C28.3845 20.2007 28.2356 19.3023 27.8405 18.5032C27.4455 17.7042 26.822 17.0405 26.0492 16.5963L26.0429 16.6025ZM22.0429 8.46875C22.8469 8.00462 23.8022 7.87886 24.6989 8.11915C25.5956 8.35943 26.36 8.94606 26.8242 9.75C27.2883 10.5539 27.4141 11.5093 27.1738 12.406C26.9335 13.3026 26.3469 14.0671 25.5429 14.5312C24.6742 15.0312 23.0654 15.3637 20.8629 15.4987L20.4679 15.4775C20.3965 14.869 20.2015 14.2815 19.895 13.7511C19.5885 13.2206 19.1769 12.7583 18.6854 12.3925C18.7467 12.2675 18.8104 12.155 18.8654 12.0375C20.0829 10.1988 21.1742 8.97125 22.0429 8.46875ZM15.9992 19.5C15.3069 19.5 14.6302 19.2947 14.0547 18.9101C13.4791 18.5256 13.0305 17.9789 12.7656 17.3394C12.5007 16.6999 12.4314 15.9961 12.5664 15.3172C12.7015 14.6383 13.0348 14.0146 13.5243 13.5251C14.0138 13.0356 14.6374 12.7023 15.3164 12.5673C15.9953 12.4322 16.699 12.5015 17.3386 12.7664C17.9781 13.0313 18.5247 13.4799 18.9093 14.0555C19.2939 14.6311 19.4992 15.3078 19.4992 16C19.4992 16.9283 19.1304 17.8185 18.474 18.4749C17.8177 19.1313 16.9274 19.5 15.9992 19.5ZM15.9992 3.5C16.9274 3.5 17.8177 3.86875 18.474 4.52513C19.1304 5.1815 19.4992 6.07174 19.4992 7C19.4992 8 18.9817 9.5625 17.9992 11.5375C17.9267 11.6463 17.8554 11.7562 17.7829 11.8687C17.2201 11.6255 16.6135 11.5 16.0004 11.5C15.3873 11.5 14.7807 11.6255 14.2179 11.8687C14.1454 11.7562 14.0742 11.6463 14.0017 11.5375C13.0167 9.5625 12.4992 8 12.4992 7C12.4992 6.07174 12.8679 5.1815 13.5243 4.52513C14.1807 3.86875 15.0709 3.5 15.9992 3.5ZM6.45542 14.5312C6.05735 14.3014 5.70845 13.9955 5.42862 13.6308C5.1488 13.2662 4.94354 12.85 4.82457 12.406C4.58429 11.5093 4.71004 10.5539 5.17417 9.75C5.6383 8.94606 6.40278 8.35943 7.29944 8.11915C8.1961 7.87886 9.15149 8.00462 9.95542 8.46875C10.8242 8.96875 11.9154 10.1988 13.1329 12.0375C13.1917 12.155 13.2579 12.2725 13.3129 12.3925C12.8215 12.7583 12.4099 13.2206 12.1033 13.7511C11.7968 14.2815 11.6019 14.869 11.5304 15.4775L11.1354 15.4987C8.93292 15.3637 7.32417 15.0325 6.45542 14.5312ZM9.95542 23.5312C9.55735 23.7611 9.11792 23.9102 8.6622 23.9702C8.20649 24.0302 7.74342 23.9998 7.29944 23.8809C6.85546 23.7619 6.43926 23.5566 6.07461 23.2768C5.70995 22.997 5.40399 22.6481 5.17417 22.25C4.94436 21.8519 4.7952 21.4125 4.73522 20.9568C4.67523 20.5011 4.70559 20.038 4.82457 19.594C4.94354 19.15 5.1488 18.7338 5.42862 18.3692C5.70845 18.0045 6.05735 17.6986 6.45542 17.4688C7.33042 16.9688 8.93292 16.6362 11.1354 16.5012L11.5304 16.5225C11.6019 17.131 11.7968 17.7185 12.1033 18.2489C12.4099 18.7794 12.8215 19.2417 13.3129 19.6075C13.2517 19.7325 13.1879 19.845 13.1329 19.9625C11.9154 21.8013 10.8242 23.0287 9.95542 23.5312ZM15.9992 28.5C15.0709 28.5 14.1807 28.1313 13.5243 27.4749C12.8679 26.8185 12.4992 25.9283 12.4992 25C12.4992 24 13.0167 22.4375 13.9992 20.4625C14.0717 20.3538 14.1429 20.2437 14.2154 20.1313C14.7782 20.3745 15.3848 20.5 15.9979 20.5C16.611 20.5 17.2176 20.3745 17.7804 20.1313C17.8529 20.2437 17.9242 20.3538 17.9967 20.4625C18.9804 22.4375 19.4967 23.9963 19.4967 25C19.4967 25.9278 19.1283 26.8177 18.4724 27.474C17.8166 28.1303 16.927 28.4993 15.9992 28.5ZM26.8242 22.25C26.5944 22.6481 26.2884 22.997 25.9238 23.2768C25.5591 23.5567 25.1429 23.7619 24.6989 23.8809C24.2549 23.9999 23.7919 24.0302 23.3361 23.9702C22.8804 23.9103 22.441 23.7611 22.0429 23.5312C21.1742 23.0312 20.0829 21.8013 18.8654 19.9625C18.8067 19.845 18.7404 19.7275 18.6854 19.6075C19.1769 19.2417 19.5885 18.7794 19.895 18.2489C20.2015 17.7185 20.3965 17.131 20.4679 16.5225L20.8629 16.5012C23.0654 16.6362 24.6742 16.9675 25.5429 17.4688C25.941 17.6986 26.2899 18.0045 26.5698 18.3692C26.8496 18.7338 27.0549 19.15 27.1738 19.594C27.2928 20.038 27.3232 20.5011 27.2632 20.9568C27.2032 21.4125 27.054 21.8519 26.8242 22.25Z" 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="M26.294 16.1699C26.1927 16.1112 26.0815 16.0549 25.9665 15.9999C26.0815 15.9449 26.1927 15.8887 26.294 15.8299C26.8672 15.504 27.3703 15.0679 27.7743 14.5468C28.1783 14.0256 28.4752 13.4297 28.648 12.7934C28.8208 12.157 28.866 11.4927 28.781 10.8388C28.696 10.1849 28.4825 9.55432 28.1528 8.98326C27.8231 8.41221 27.3837 7.91201 26.8599 7.51147C26.336 7.11093 25.7382 6.81795 25.1007 6.64941C24.4632 6.48086 23.7987 6.44008 23.1453 6.52941C22.492 6.61874 21.8628 6.83641 21.294 7.1699C21.1927 7.22865 21.0877 7.2949 20.984 7.36865C20.994 7.24365 21.0002 7.11865 21.0002 6.99365C21.0002 5.66757 20.4734 4.3958 19.5357 3.45812C18.5981 2.52044 17.3263 1.99365 16.0002 1.99365C14.6741 1.99365 13.4024 2.52044 12.4647 3.45812C11.527 4.3958 11.0002 5.66757 11.0002 6.99365C11.0002 7.11115 11.0002 7.23615 11.0165 7.36865C10.9127 7.2974 10.8077 7.22865 10.7065 7.1699C10.1376 6.83641 9.5084 6.61874 8.85508 6.52941C8.20176 6.44008 7.53722 6.48086 6.89973 6.64941C6.26223 6.81795 5.66437 7.11093 5.14056 7.51147C4.61675 7.91201 4.17735 8.41221 3.84764 8.98326C3.51793 9.55432 3.30444 10.1849 3.21944 10.8388C3.13445 11.4927 3.17964 12.157 3.35241 12.7934C3.52518 13.4297 3.82211 14.0256 4.22612 14.5468C4.63013 15.0679 5.13323 15.504 5.70646 15.8299C5.80771 15.8887 5.91896 15.9449 6.03396 15.9999C5.91896 16.0549 5.80771 16.1112 5.70646 16.1699C5.13323 16.4958 4.63013 16.9319 4.22612 17.453C3.82211 17.9742 3.52518 18.5701 3.35241 19.2064C3.17964 19.8428 3.13445 20.5071 3.21944 21.161C3.30444 21.8149 3.51793 22.4455 3.84764 23.0165C4.17735 23.5876 4.61675 24.0878 5.14056 24.4883C5.66437 24.8889 6.26223 25.1819 6.89973 25.3504C7.53722 25.5189 8.20176 25.5597 8.85508 25.4704C9.5084 25.3811 10.1376 25.1634 10.7065 24.8299C10.8077 24.7712 10.9127 24.7049 11.0165 24.6312C11.0065 24.7562 11.0002 24.8812 11.0002 24.9999C11.0002 26.326 11.527 27.5978 12.4647 28.5354C13.4024 29.4731 14.6741 29.9999 16.0002 29.9999C17.3263 29.9999 18.5981 29.4731 19.5357 28.5354C20.4734 27.5978 21.0002 26.326 21.0002 24.9999C21.0002 24.8824 20.994 24.7574 20.984 24.6312C21.0877 24.7024 21.1927 24.7712 21.294 24.8299C22.0514 25.2687 22.9111 25.4998 23.7865 25.4999C24.2263 25.4993 24.6641 25.4413 25.089 25.3274C26.0442 25.0714 26.902 24.5378 27.554 23.7943C28.206 23.0507 28.6228 22.1305 28.7518 21.15C28.8808 20.1695 28.7161 19.1728 28.2786 18.2859C27.8411 17.399 27.1505 16.6618 26.294 16.1674V16.1699ZM13.0002 15.9999C13.0002 15.4066 13.1762 14.8265 13.5058 14.3332C13.8354 13.8398 14.304 13.4553 14.8522 13.2283C15.4003 13.0012 16.0035 12.9418 16.5855 13.0575C17.1674 13.1733 17.702 13.459 18.1215 13.8786C18.5411 14.2981 18.8268 14.8327 18.9426 15.4146C19.0583 15.9966 18.9989 16.5998 18.7718 17.148C18.5448 17.6961 18.1603 18.1647 17.6669 18.4943C17.1736 18.824 16.5936 18.9999 16.0002 18.9999C15.2046 18.9999 14.4415 18.6838 13.8789 18.1212C13.3163 17.5586 13.0002 16.7956 13.0002 15.9999ZM22.294 8.90115C22.6351 8.70417 23.0118 8.57632 23.4024 8.5249C23.793 8.47348 24.1899 8.4995 24.5704 8.60147C24.951 8.70344 25.3077 8.87936 25.6203 9.1192C25.9328 9.35904 26.1951 9.65809 26.3921 9.99928C26.5891 10.3405 26.7169 10.7171 26.7683 11.1077C26.8198 11.4983 26.7937 11.8952 26.6918 12.2758C26.5898 12.6563 26.4139 13.0131 26.174 13.3256C25.9342 13.6382 25.6351 13.9004 25.294 14.0974C24.5102 14.5512 22.9677 14.8637 20.899 14.9962C20.6807 13.9378 20.1255 12.9787 19.3165 12.2624C20.4665 10.5349 21.5102 9.3549 22.294 8.90115ZM16.0002 3.9999C16.7959 3.9999 17.5589 4.31597 18.1215 4.87858C18.6841 5.44119 19.0002 6.20425 19.0002 6.9999C19.0002 7.9049 18.5002 9.39865 17.5802 11.2574C16.5548 10.9141 15.4456 10.9141 14.4202 11.2574C13.5002 9.39865 13.0002 7.9049 13.0002 6.9999C13.0002 6.20425 13.3163 5.44119 13.8789 4.87858C14.4415 4.31597 15.2046 3.9999 16.0002 3.9999ZM5.60771 9.9999C5.80463 9.65857 6.06688 9.35938 6.37946 9.11943C6.69204 8.87947 7.04884 8.70345 7.42946 8.60142C7.81009 8.49938 8.20708 8.47333 8.59778 8.52476C8.98847 8.57619 9.3652 8.70409 9.70646 8.90115C10.4902 9.3549 11.534 10.5349 12.684 12.2624C11.8742 12.9797 11.3189 13.9402 11.1015 14.9999C9.03271 14.8674 7.49021 14.5549 6.70646 14.1024C6.36463 13.9055 6.065 13.6431 5.82472 13.3302C5.58444 13.0173 5.40822 12.6601 5.30617 12.279C5.20411 11.898 5.17821 11.5005 5.22995 11.1094C5.28169 10.7184 5.41006 10.3413 5.60771 9.9999ZM9.70646 23.0987C9.01739 23.4965 8.19851 23.6043 7.42997 23.3983C6.66142 23.1924 6.00616 22.6896 5.60833 22.0005C5.21051 21.3115 5.10271 20.4926 5.30865 19.724C5.51458 18.9555 6.01739 18.3002 6.70646 17.9024C7.49021 17.4487 9.03271 17.1362 11.1015 17.0037C11.3197 18.062 11.8749 19.0211 12.684 19.7374C11.534 21.4649 10.4902 22.6449 9.70646 23.0987ZM16.0002 27.9999C15.2046 27.9999 14.4415 27.6838 13.8789 27.1212C13.3163 26.5586 13.0002 25.7956 13.0002 24.9999C13.0002 24.0949 13.5002 22.6012 14.4202 20.7424C15.4456 21.0857 16.5548 21.0857 17.5802 20.7424C18.5002 22.6012 19.0002 24.0949 19.0002 24.9999C19.0002 25.7956 18.6841 26.5586 18.1215 27.1212C17.5589 27.6838 16.7959 27.9999 16.0002 27.9999ZM26.3927 21.9999C26.1958 22.3412 25.9335 22.6404 25.621 22.8804C25.3084 23.1203 24.9516 23.2964 24.571 23.3984C24.1903 23.5004 23.7933 23.5265 23.4026 23.475C23.0119 23.4236 22.6352 23.2957 22.294 23.0987C21.5102 22.6449 20.4665 21.4649 19.3165 19.7374C20.1262 19.0201 20.6815 18.0596 20.899 16.9999C22.9677 17.1324 24.5102 17.4449 25.294 17.8974C25.6358 18.0943 25.9354 18.3567 26.1757 18.6696C26.416 18.9825 26.5922 19.3397 26.6942 19.7208C26.7963 20.1018 26.8222 20.4993 26.7705 20.8904C26.7187 21.2814 26.5904 21.6585 26.3927 21.9999Z" 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="M26.9545 16C28.0767 15.2092 28.8625 14.0273 29.1576 12.6866C29.4527 11.3459 29.2357 9.94326 28.5493 8.75436C27.863 7.56546 26.7568 6.67624 25.4481 6.26142C24.1395 5.8466 22.723 5.93617 21.477 6.51254C21.353 5.1455 20.7223 3.87425 19.7088 2.94852C18.6952 2.0228 17.3722 1.50952 15.9995 1.50952C14.6269 1.50952 13.3038 2.0228 12.2903 2.94852C11.2768 3.87425 10.6461 5.1455 10.522 6.51254C9.27608 5.93617 7.85962 5.8466 6.55098 6.26142C5.24234 6.67624 4.13614 7.56546 3.44974 8.75436C2.76334 9.94326 2.54638 11.3459 2.84148 12.6866C3.13657 14.0273 3.9224 15.2092 5.04454 16C3.92414 16.7916 3.13997 17.9732 2.8459 19.3131C2.55183 20.653 2.76908 22.0544 3.45503 23.2424C4.14098 24.4303 5.24611 25.3191 6.55356 25.7342C7.86102 26.1494 9.27643 26.0609 10.522 25.4863C10.6461 26.8533 11.2768 28.1246 12.2903 29.0503C13.3038 29.976 14.6269 30.4893 15.9995 30.4893C17.3722 30.4893 18.6952 29.976 19.7088 29.0503C20.7223 28.1246 21.353 26.8533 21.477 25.4863C22.7227 26.0609 24.1381 26.1494 25.4455 25.7342C26.753 25.3191 27.8581 24.4303 28.5441 23.2424C29.23 22.0544 29.4473 20.653 29.1532 19.3131C28.8591 17.9732 28.0749 16.7916 26.9545 16ZM13.4995 16C13.4995 15.5056 13.6462 15.0222 13.9209 14.6111C14.1956 14.2 14.586 13.8796 15.0428 13.6903C15.4997 13.5011 16.0023 13.4516 16.4873 13.5481C16.9722 13.6445 17.4177 13.8826 17.7673 14.2323C18.1169 14.5819 18.355 15.0274 18.4515 15.5123C18.548 15.9973 18.4985 16.4999 18.3092 16.9567C18.12 17.4136 17.7996 17.804 17.3885 18.0787C16.9773 18.3534 16.494 18.5 15.9995 18.5C15.3365 18.5 14.7006 18.2366 14.2318 17.7678C13.7629 17.299 13.4995 16.6631 13.4995 16ZM22.5433 9.33504C22.8277 9.16829 23.1423 9.05946 23.469 9.01479C23.7956 8.97013 24.1279 8.99052 24.4467 9.07479C24.7654 9.15906 25.0643 9.30555 25.3262 9.50582C25.5881 9.70609 25.8078 9.95619 25.9727 10.2417C26.1376 10.5272 26.2443 10.8426 26.2868 11.1695C26.3293 11.4965 26.3067 11.8286 26.2203 12.1468C26.1339 12.4649 25.9855 12.7629 25.7835 13.0235C25.5815 13.284 25.3299 13.5021 25.0433 13.665C24.712 13.8563 23.7283 14.275 21.2808 14.4675C21.032 13.6151 20.5808 12.8355 19.9658 12.195C21.357 10.17 22.212 9.52629 22.5433 9.33504ZM15.9995 4.50004C16.6626 4.50004 17.2985 4.76343 17.7673 5.23227C18.2362 5.70111 18.4995 6.337 18.4995 7.00004C18.4995 7.38254 18.3745 8.44379 17.3133 10.66C16.4512 10.4471 15.5503 10.4471 14.6883 10.66C13.6245 8.44379 13.4995 7.38254 13.4995 7.00004C13.4995 6.337 13.7629 5.70111 14.2318 5.23227C14.7006 4.76343 15.3365 4.50004 15.9995 4.50004ZM6.04079 10.25C6.37232 9.67585 6.91836 9.25688 7.5588 9.08529C8.19923 8.91369 8.8816 9.00353 9.45579 9.33504C9.78704 9.52629 10.642 10.17 12.0333 12.195C11.4183 12.8355 10.9671 13.6151 10.7183 14.4675C8.27079 14.275 7.28704 13.8563 6.95579 13.665C6.38161 13.3335 5.96264 12.7875 5.79105 12.147C5.61945 11.5066 5.70929 10.8242 6.04079 10.25ZM9.45579 22.665C9.17137 22.8318 8.85677 22.9406 8.53011 22.9853C8.20344 23.0299 7.87118 23.0096 7.55243 22.9253C7.23368 22.841 6.93475 22.6945 6.67284 22.4943C6.41094 22.294 6.19124 22.0439 6.02638 21.7584C5.86153 21.4728 5.75478 21.1575 5.71229 20.8306C5.66979 20.5036 5.69238 20.1715 5.77877 19.8533C5.86515 19.5351 6.01362 19.2372 6.21562 18.9766C6.41763 18.716 6.66918 18.498 6.95579 18.335C7.28704 18.1438 8.27079 17.725 10.7183 17.5325C10.9671 18.3849 11.4183 19.1646 12.0333 19.805C10.642 21.83 9.78704 22.4738 9.45579 22.665ZM15.9995 27.5C15.3365 27.5 14.7006 27.2366 14.2318 26.7678C13.7629 26.299 13.4995 25.6631 13.4995 25C13.4995 24.6175 13.6245 23.5563 14.6858 21.34C15.5478 21.5529 16.4487 21.5529 17.3108 21.34C18.3745 23.5563 18.4995 24.6175 18.4995 25C18.4995 25.6631 18.2362 26.299 17.7673 26.7678C17.2985 27.2366 16.6626 27.5 15.9995 27.5ZM25.9583 21.75C25.6268 22.3242 25.0807 22.7432 24.4403 22.9148C23.7999 23.0864 23.1175 22.9965 22.5433 22.665C22.212 22.4738 21.357 21.83 19.9658 19.805C20.5808 19.1646 21.032 18.3849 21.2808 17.5325C23.7283 17.725 24.712 18.1438 25.0433 18.335C25.6175 18.6666 26.0364 19.2126 26.208 19.853C26.3796 20.4935 26.2898 21.1758 25.9583 21.75Z" 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="M26.294 16.1699C26.1927 16.1112 26.0815 16.0549 25.9665 15.9999C26.0815 15.9449 26.1927 15.8887 26.294 15.8299C26.8672 15.504 27.3703 15.0679 27.7743 14.5468C28.1783 14.0256 28.4752 13.4297 28.648 12.7934C28.8208 12.157 28.866 11.4927 28.781 10.8388C28.696 10.1849 28.4825 9.55432 28.1528 8.98326C27.8231 8.41221 27.3837 7.91201 26.8599 7.51147C26.336 7.11093 25.7382 6.81795 25.1007 6.64941C24.4632 6.48086 23.7987 6.44008 23.1453 6.52941C22.492 6.61874 21.8628 6.83641 21.294 7.1699C21.1927 7.22865 21.0877 7.2949 20.984 7.36865C20.994 7.24365 21.0002 7.11865 21.0002 6.99365C21.0002 5.66757 20.4734 4.3958 19.5357 3.45812C18.5981 2.52044 17.3263 1.99365 16.0002 1.99365C14.6741 1.99365 13.4024 2.52044 12.4647 3.45812C11.527 4.3958 11.0002 5.66757 11.0002 6.99365C11.0002 7.11115 11.0002 7.23615 11.0165 7.36865C10.9127 7.2974 10.8077 7.22865 10.7065 7.1699C10.1376 6.83641 9.5084 6.61874 8.85508 6.52941C8.20176 6.44008 7.53722 6.48086 6.89973 6.64941C6.26223 6.81795 5.66437 7.11093 5.14056 7.51147C4.61675 7.91201 4.17735 8.41221 3.84764 8.98326C3.51793 9.55432 3.30444 10.1849 3.21944 10.8388C3.13445 11.4927 3.17964 12.157 3.35241 12.7934C3.52518 13.4297 3.82211 14.0256 4.22612 14.5468C4.63013 15.0679 5.13323 15.504 5.70646 15.8299C5.80771 15.8887 5.91896 15.9449 6.03396 15.9999C5.91896 16.0549 5.80771 16.1112 5.70646 16.1699C5.13323 16.4958 4.63013 16.9319 4.22612 17.453C3.82211 17.9742 3.52518 18.5701 3.35241 19.2064C3.17964 19.8428 3.13445 20.5071 3.21944 21.161C3.30444 21.8149 3.51793 22.4455 3.84764 23.0165C4.17735 23.5876 4.61675 24.0878 5.14056 24.4883C5.66437 24.8889 6.26223 25.1819 6.89973 25.3504C7.53722 25.5189 8.20176 25.5597 8.85508 25.4704C9.5084 25.3811 10.1376 25.1634 10.7065 24.8299C10.8077 24.7712 10.9127 24.7049 11.0165 24.6312C11.0065 24.7562 11.0002 24.8812 11.0002 24.9999C11.0002 26.326 11.527 27.5978 12.4647 28.5354C13.4024 29.4731 14.6741 29.9999 16.0002 29.9999C17.3263 29.9999 18.5981 29.4731 19.5357 28.5354C20.4734 27.5978 21.0002 26.326 21.0002 24.9999C21.0002 24.8824 20.994 24.7574 20.984 24.6312C21.0877 24.7024 21.1927 24.7712 21.294 24.8299C22.0514 25.2687 22.9111 25.4998 23.7865 25.4999C24.2263 25.4993 24.6641 25.4413 25.089 25.3274C26.0442 25.0714 26.902 24.5378 27.554 23.7943C28.206 23.0507 28.6228 22.1305 28.7518 21.15C28.8808 20.1695 28.7161 19.1728 28.2786 18.2859C27.8411 17.399 27.1505 16.6618 26.294 16.1674V16.1699ZM16.0002 19.4999C15.308 19.4999 14.6313 19.2946 14.0557 18.91C13.4801 18.5255 13.0315 17.9788 12.7666 17.3393C12.5017 16.6998 12.4324 15.996 12.5675 15.3171C12.7025 14.6382 13.0358 14.0145 13.5253 13.525C14.0148 13.0355 14.6385 12.7022 15.3174 12.5672C15.9963 12.4321 16.7001 12.5014 17.3396 12.7663C17.9791 13.0312 18.5258 13.4798 18.9103 14.0554C19.2949 14.631 19.5002 15.3077 19.5002 15.9999C19.5002 16.9282 19.1315 17.8184 18.4751 18.4748C17.8187 19.1312 16.9285 19.4999 16.0002 19.4999Z" 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="M25.7943 17.0362C24.6856 16.395 22.7368 16.1138 20.8693 16C22.7368 15.8862 24.6856 15.605 25.7943 14.9637C26.256 14.7047 26.6617 14.3565 26.9879 13.9395C27.3141 13.5224 27.5542 13.0448 27.6943 12.5342C27.8345 12.0237 27.8719 11.4904 27.8044 10.9653C27.7369 10.4402 27.5658 9.93367 27.3011 9.47517C27.0363 9.01667 26.6832 8.61529 26.2622 8.2943C25.8411 7.97332 25.3605 7.73911 24.8483 7.60526C24.3361 7.47141 23.8023 7.44058 23.2781 7.51457C22.7538 7.58855 22.2495 7.76587 21.7943 8.03625C20.6856 8.67625 19.4681 10.2213 18.4356 11.7863C19.2718 10.1088 20.0006 8.28125 20.0006 7C20.0006 5.93913 19.5791 4.92172 18.829 4.17157C18.0788 3.42143 17.0614 3 16.0006 3C14.9397 3 13.9223 3.42143 13.1721 4.17157C12.422 4.92172 12.0006 5.93913 12.0006 7C12.0006 8.28125 12.7293 10.1088 13.5656 11.7825C12.5331 10.2213 11.3156 8.67625 10.2068 8.0325C9.75161 7.76212 9.24727 7.5848 8.72302 7.51082C8.19877 7.43683 7.66506 7.46766 7.15281 7.60151C6.64057 7.73536 6.16 7.96957 5.73896 8.29055C5.31792 8.61154 4.96479 9.01292 4.70005 9.47142C4.43531 9.92992 4.26422 10.4364 4.19671 10.9615C4.1292 11.4866 4.16661 12.0199 4.30677 12.5305C4.44693 13.041 4.68705 13.5187 5.01321 13.9357C5.33937 14.3528 5.74508 14.7009 6.2068 14.96C7.31555 15.6012 9.26431 15.8825 11.1318 15.9963C9.26431 16.11 7.31555 16.3912 6.2068 17.0325C5.74508 17.2916 5.33937 17.6397 5.01321 18.0568C4.68705 18.4738 4.44693 18.9515 4.30677 19.462C4.16661 19.9726 4.1292 20.5059 4.19671 21.031C4.26422 21.5561 4.43531 22.0626 4.70005 22.5211C4.96479 22.9796 5.31792 23.381 5.73896 23.7019C6.16 24.0229 6.64057 24.2571 7.15281 24.391C7.66506 24.5248 8.19877 24.5557 8.72302 24.4817C9.24727 24.4077 9.75161 24.2304 10.2068 23.96C11.3156 23.32 12.5331 21.775 13.5656 20.21C12.7293 21.8912 12.0006 23.7188 12.0006 25C12.0006 26.0609 12.422 27.0783 13.1721 27.8284C13.9223 28.5786 14.9397 29 16.0006 29C17.0614 29 18.0788 28.5786 18.829 27.8284C19.5791 27.0783 20.0006 26.0609 20.0006 25C20.0006 23.7188 19.2718 21.8913 18.4356 20.2175C19.4681 21.7788 20.6856 23.3238 21.7943 23.9675C22.2495 24.2379 22.7538 24.4152 23.2781 24.4892C23.8023 24.5632 24.3361 24.5323 24.8483 24.3985C25.3605 24.2646 25.8411 24.0304 26.2622 23.7094C26.6832 23.3885 27.0363 22.9871 27.3011 22.5286C27.5658 22.0701 27.7369 21.5636 27.8044 21.0385C27.8719 20.5134 27.8345 19.9801 27.6943 19.4695C27.5542 18.959 27.3141 18.4813 26.9879 18.0643C26.6617 17.6472 26.256 17.2991 25.7943 17.04V17.0362ZM19.4643 18C18.9789 18.8403 18.2046 19.4756 17.2857 19.7873C16.3667 20.0991 15.3657 20.0662 14.4692 19.6946C13.5727 19.3231 12.8418 18.6384 12.4128 17.7679C11.9837 16.8975 11.8857 15.9008 12.137 14.9635C12.3883 14.0262 12.9718 13.2122 13.7788 12.6732C14.5858 12.1341 15.5612 11.9069 16.5233 12.0337C17.4854 12.1605 18.3686 12.6328 19.0083 13.3625C19.6481 14.0922 20.0007 15.0296 20.0006 16C20.002 16.7024 19.8169 17.3926 19.4643 18Z" fill="currentColor"/>
|
|
36
|
+
<path d="M26.294 16.1699C26.1927 16.1112 26.0815 16.0549 25.9665 15.9999C26.0815 15.9449 26.1927 15.8887 26.294 15.8299C26.8672 15.504 27.3703 15.0679 27.7743 14.5468C28.1783 14.0256 28.4752 13.4297 28.648 12.7934C28.8208 12.157 28.866 11.4927 28.781 10.8388C28.696 10.1849 28.4825 9.55432 28.1528 8.98326C27.8231 8.41221 27.3837 7.91201 26.8599 7.51147C26.336 7.11093 25.7382 6.81795 25.1007 6.64941C24.4632 6.48086 23.7987 6.44008 23.1453 6.52941C22.492 6.61874 21.8628 6.83641 21.294 7.1699C21.1927 7.22865 21.0877 7.2949 20.984 7.36865C20.994 7.24365 21.0002 7.11865 21.0002 6.99365C21.0002 5.66757 20.4734 4.3958 19.5357 3.45812C18.5981 2.52044 17.3263 1.99365 16.0002 1.99365C14.6741 1.99365 13.4024 2.52044 12.4647 3.45812C11.527 4.3958 11.0002 5.66757 11.0002 6.99365C11.0002 7.11115 11.0002 7.23615 11.0165 7.36865C10.9127 7.2974 10.8077 7.22865 10.7065 7.1699C10.1376 6.83641 9.5084 6.61874 8.85508 6.52941C8.20176 6.44008 7.53722 6.48086 6.89973 6.64941C6.26223 6.81795 5.66437 7.11093 5.14056 7.51147C4.61675 7.91201 4.17735 8.41221 3.84764 8.98326C3.51793 9.55432 3.30444 10.1849 3.21944 10.8388C3.13445 11.4927 3.17964 12.157 3.35241 12.7934C3.52518 13.4297 3.82211 14.0256 4.22612 14.5468C4.63013 15.0679 5.13323 15.504 5.70646 15.8299C5.80771 15.8887 5.91896 15.9449 6.03396 15.9999C5.91896 16.0549 5.80771 16.1112 5.70646 16.1699C5.13323 16.4958 4.63013 16.9319 4.22612 17.453C3.82211 17.9742 3.52518 18.5701 3.35241 19.2064C3.17964 19.8428 3.13445 20.5071 3.21944 21.161C3.30444 21.8149 3.51793 22.4455 3.84764 23.0165C4.17735 23.5876 4.61675 24.0878 5.14056 24.4883C5.66437 24.8889 6.26223 25.1819 6.89973 25.3504C7.53722 25.5189 8.20176 25.5597 8.85508 25.4704C9.5084 25.3811 10.1376 25.1634 10.7065 24.8299C10.8077 24.7712 10.9127 24.7049 11.0165 24.6312C11.0065 24.7562 11.0002 24.8812 11.0002 24.9999C11.0002 26.326 11.527 27.5978 12.4647 28.5354C13.4024 29.4731 14.6741 29.9999 16.0002 29.9999C17.3263 29.9999 18.5981 29.4731 19.5357 28.5354C20.4734 27.5978 21.0002 26.326 21.0002 24.9999C21.0002 24.8824 20.994 24.7574 20.984 24.6312C21.0877 24.7024 21.1927 24.7712 21.294 24.8299C22.0514 25.2687 22.9111 25.4998 23.7865 25.4999C24.2263 25.4993 24.6641 25.4413 25.089 25.3274C26.0442 25.0714 26.902 24.5378 27.554 23.7943C28.206 23.0507 28.6228 22.1305 28.7518 21.15C28.8808 20.1695 28.7161 19.1728 28.2786 18.2859C27.8411 17.399 27.1505 16.6618 26.294 16.1674V16.1699ZM13.0002 15.9999C13.0002 15.4066 13.1762 14.8265 13.5058 14.3332C13.8354 13.8398 14.304 13.4553 14.8522 13.2283C15.4003 13.0012 16.0035 12.9418 16.5855 13.0575C17.1674 13.1733 17.702 13.459 18.1215 13.8786C18.5411 14.2981 18.8268 14.8327 18.9426 15.4146C19.0583 15.9966 18.9989 16.5998 18.7718 17.148C18.5448 17.6961 18.1603 18.1647 17.6669 18.4943C17.1736 18.824 16.5936 18.9999 16.0002 18.9999C15.2046 18.9999 14.4415 18.6838 13.8789 18.1212C13.3163 17.5586 13.0002 16.7956 13.0002 15.9999ZM22.294 8.90115C22.6351 8.70417 23.0118 8.57632 23.4024 8.5249C23.793 8.47348 24.1899 8.4995 24.5704 8.60147C24.951 8.70344 25.3077 8.87936 25.6203 9.1192C25.9328 9.35904 26.1951 9.65809 26.3921 9.99928C26.5891 10.3405 26.7169 10.7171 26.7683 11.1077C26.8198 11.4983 26.7937 11.8952 26.6918 12.2758C26.5898 12.6563 26.4139 13.0131 26.174 13.3256C25.9342 13.6382 25.6351 13.9004 25.294 14.0974C24.5102 14.5512 22.9677 14.8637 20.899 14.9962C20.6807 13.9378 20.1255 12.9787 19.3165 12.2624C20.4665 10.5349 21.5102 9.3549 22.294 8.90115ZM16.0002 3.9999C16.7959 3.9999 17.5589 4.31597 18.1215 4.87858C18.6841 5.44119 19.0002 6.20425 19.0002 6.9999C19.0002 7.9049 18.5002 9.39865 17.5802 11.2574C16.5548 10.9141 15.4456 10.9141 14.4202 11.2574C13.5002 9.39865 13.0002 7.9049 13.0002 6.9999C13.0002 6.20425 13.3163 5.44119 13.8789 4.87858C14.4415 4.31597 15.2046 3.9999 16.0002 3.9999ZM5.60771 9.9999C5.80463 9.65857 6.06688 9.35938 6.37946 9.11943C6.69204 8.87947 7.04884 8.70345 7.42946 8.60142C7.81009 8.49938 8.20708 8.47333 8.59778 8.52476C8.98847 8.57619 9.3652 8.70409 9.70646 8.90115C10.4902 9.3549 11.534 10.5349 12.684 12.2624C11.8742 12.9797 11.3189 13.9402 11.1015 14.9999C9.03271 14.8674 7.49021 14.5549 6.70646 14.1024C6.36463 13.9055 6.065 13.6431 5.82472 13.3302C5.58444 13.0173 5.40822 12.6601 5.30617 12.279C5.20411 11.898 5.17821 11.5005 5.22995 11.1094C5.28169 10.7184 5.41006 10.3413 5.60771 9.9999ZM9.70646 23.0987C9.01739 23.4965 8.19851 23.6043 7.42997 23.3983C6.66142 23.1924 6.00616 22.6896 5.60833 22.0005C5.21051 21.3115 5.10271 20.4926 5.30865 19.724C5.51458 18.9555 6.01739 18.3002 6.70646 17.9024C7.49021 17.4487 9.03271 17.1362 11.1015 17.0037C11.3197 18.062 11.8749 19.0211 12.684 19.7374C11.534 21.4649 10.4902 22.6449 9.70646 23.0987ZM16.0002 27.9999C15.2046 27.9999 14.4415 27.6838 13.8789 27.1212C13.3163 26.5586 13.0002 25.7956 13.0002 24.9999C13.0002 24.0949 13.5002 22.6012 14.4202 20.7424C15.4456 21.0857 16.5548 21.0857 17.5802 20.7424C18.5002 22.6012 19.0002 24.0949 19.0002 24.9999C19.0002 25.7956 18.6841 26.5586 18.1215 27.1212C17.5589 27.6838 16.7959 27.9999 16.0002 27.9999ZM26.3927 21.9999C26.1958 22.3412 25.9335 22.6404 25.621 22.8804C25.3084 23.1203 24.9516 23.2964 24.571 23.3984C24.1903 23.5004 23.7933 23.5265 23.4026 23.475C23.0119 23.4236 22.6352 23.2957 22.294 23.0987C21.5102 22.6449 20.4665 21.4649 19.3165 19.7374C20.1262 19.0201 20.6815 18.0596 20.899 16.9999C22.9677 17.1324 24.5102 17.4449 25.294 17.8974C25.6358 18.0943 25.9354 18.3567 26.1757 18.6696C26.416 18.9825 26.5922 19.3397 26.6942 19.7208C26.7963 20.1018 26.8222 20.4993 26.7705 20.8904C26.7187 21.2814 26.5904 21.6585 26.3927 21.9999Z" 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="M26.1686 16.3862C25.8965 16.2325 25.6112 16.1033 25.3161 16C25.6112 15.8967 25.8965 15.7675 26.1686 15.6138C26.7089 15.3019 27.1824 14.8866 27.5621 14.3917C27.9419 13.8969 28.2204 13.332 28.3819 12.7295C28.5433 12.1269 28.5845 11.4985 28.5031 10.88C28.4217 10.2616 28.2193 9.66523 27.9074 9.125C27.5955 8.58477 27.1803 8.11127 26.6854 7.73152C26.1905 7.35177 25.6257 7.07322 25.0231 6.91176C24.4206 6.7503 23.7921 6.7091 23.1737 6.79052C22.5552 6.87193 21.9589 7.07436 21.4186 7.38625C21.1501 7.54566 20.8958 7.72801 20.6586 7.93125C20.7161 7.62408 20.7466 7.31248 20.7499 7C20.7499 5.74022 20.2494 4.53204 19.3586 3.64124C18.4678 2.75044 17.2597 2.25 15.9999 2.25C14.7401 2.25 13.5319 2.75044 12.6411 3.64124C11.7503 4.53204 11.2499 5.74022 11.2499 7C11.2531 7.31248 11.2837 7.62408 11.3411 7.93125C11.104 7.72801 10.8497 7.54566 10.5811 7.38625C9.49011 6.75636 8.19354 6.58568 6.97666 6.91176C5.75978 7.23784 4.72228 8.03397 4.09239 9.125C3.4625 10.216 3.29182 11.5126 3.6179 12.7295C3.94398 13.9464 4.74011 14.9839 5.83114 15.6138C6.10331 15.7675 6.3886 15.8967 6.68364 16C6.3886 16.1033 6.10331 16.2325 5.83114 16.3862C5.0173 16.8558 4.36101 17.5563 3.94529 18.3989C3.52957 19.2415 3.3731 20.1885 3.49567 21.1201C3.61824 22.0517 4.01434 22.926 4.63387 23.6324C5.2534 24.3388 6.06853 24.8457 6.97614 25.0888C7.37979 25.1968 7.79578 25.2518 8.21364 25.2525C9.04525 25.2515 9.86189 25.0312 10.5811 24.6138C10.8497 24.4543 11.104 24.272 11.3411 24.0688C11.2837 24.3759 11.2531 24.6875 11.2499 25C11.2499 26.2598 11.7503 27.468 12.6411 28.3588C13.5319 29.2496 14.7401 29.75 15.9999 29.75C17.2597 29.75 18.4678 29.2496 19.3586 28.3588C20.2494 27.468 20.7499 26.2598 20.7499 25C20.7466 24.6875 20.7161 24.3759 20.6586 24.0688C20.8958 24.272 21.1501 24.4543 21.4186 24.6138C22.1381 25.0303 22.9548 25.2498 23.7861 25.25C24.204 25.2493 24.62 25.1943 25.0236 25.0863C25.9313 24.8432 26.7464 24.3363 27.3659 23.6299C27.9854 22.9235 28.3815 22.0492 28.5041 21.1176C28.6267 20.186 28.4702 19.239 28.0545 18.3964C27.6388 17.5538 26.9825 16.8533 26.1686 16.3838V16.3862ZM22.1686 8.685C22.5386 8.45447 22.9512 8.30073 23.3818 8.23291C23.8124 8.1651 24.2522 8.1846 24.6751 8.29026C25.098 8.39591 25.4954 8.58557 25.8435 8.84793C26.1916 9.11029 26.4834 9.44 26.7014 9.81744C26.9195 10.1949 27.0594 10.6123 27.1129 11.045C27.1663 11.4776 27.1322 11.9165 27.0125 12.3357C26.8928 12.7548 26.69 13.1456 26.4162 13.4848C26.1424 13.824 25.8031 14.1046 25.4186 14.31C24.8224 14.6538 23.5536 15.0787 20.8686 15.2437L20.6886 15.2338C20.4999 14.0897 19.8993 13.0543 18.9999 12.3225L19.0824 12.1587C20.5699 9.91625 21.5724 9.03 22.1686 8.685ZM15.9999 19.25C15.3571 19.25 14.7287 19.0594 14.1943 18.7023C13.6598 18.3452 13.2433 17.8376 12.9973 17.2437C12.7513 16.6499 12.6869 15.9964 12.8123 15.366C12.9377 14.7355 13.2473 14.1564 13.7018 13.7019C14.1563 13.2474 14.7354 12.9378 15.3658 12.8124C15.9963 12.687 16.6498 12.7514 17.2436 12.9974C17.8375 13.2434 18.3451 13.6599 18.7022 14.1944C19.0593 14.7289 19.2499 15.3572 19.2499 16C19.2499 16.862 18.9075 17.6886 18.298 18.2981C17.6885 18.9076 16.8618 19.25 15.9999 19.25ZM15.9999 3.75C16.8618 3.75 17.6885 4.09241 18.298 4.7019C18.9075 5.3114 19.2499 6.13805 19.2499 7C19.2499 7.68875 18.9836 9 17.7836 11.4087C17.7511 11.4587 17.7174 11.5087 17.6849 11.56C16.5981 11.1455 15.3967 11.1455 14.3099 11.56L14.2111 11.4075C13.0161 9 12.7499 7.68875 12.7499 7C12.7499 6.13805 13.0923 5.3114 13.7018 4.7019C14.3113 4.09241 15.1379 3.75 15.9999 3.75ZM6.58114 14.315C5.86549 13.8691 5.35117 13.1625 5.14679 12.3444C4.94241 11.5263 5.06397 10.6609 5.48581 9.93075C5.90765 9.20065 6.59674 8.66307 7.40754 8.43156C8.21834 8.20004 9.08739 8.29271 9.83114 8.69C10.4274 9.035 11.4299 9.92125 12.9149 12.1637L12.9974 12.3275C12.0979 13.0609 11.4981 14.0983 11.3111 15.2437L11.1311 15.2537C8.44614 15.0837 7.17739 14.6587 6.58114 14.315ZM9.83114 23.315C9.08739 23.7123 8.21834 23.805 7.40754 23.5734C6.59674 23.3419 5.90765 22.8044 5.48581 22.0742C5.06397 21.3441 4.94241 20.4787 5.14679 19.6606C5.35117 18.8425 5.86549 18.1359 6.58114 17.69C7.17739 17.3463 8.44614 16.9213 11.1311 16.7563L11.3111 16.7663C11.4999 17.9103 12.1005 18.9457 12.9999 19.6775L12.9174 19.8412C11.4299 22.0837 10.4274 22.97 9.83114 23.315ZM15.9999 28.25C15.5731 28.25 15.1505 28.1659 14.7562 28.0026C14.3619 27.8393 14.0036 27.5999 13.7018 27.2981C13.4 26.9963 13.1606 26.638 12.9973 26.2437C12.834 25.8494 12.7499 25.4268 12.7499 25C12.7499 24.3113 13.0161 23 14.2161 20.5912C14.2486 20.5413 14.2824 20.4913 14.3149 20.44C15.4017 20.8545 16.6031 20.8545 17.6899 20.44L17.7886 20.5925C18.9836 23 19.2499 24.3113 19.2499 25C19.2499 25.4268 19.1658 25.8494 19.0025 26.2437C18.8392 26.638 18.5998 26.9963 18.298 27.2981C17.9962 27.5999 17.6379 27.8393 17.2436 28.0026C16.8493 28.1659 16.4267 28.25 15.9999 28.25ZM26.6086 22.125C26.3953 22.4947 26.1112 22.8188 25.7726 23.0787C25.4339 23.3386 25.0474 23.5292 24.6351 23.6397C24.2228 23.7502 23.7928 23.7784 23.3696 23.7227C22.9464 23.667 22.5383 23.5284 22.1686 23.315C21.5724 22.97 20.5699 22.0837 19.0849 19.8412L19.0024 19.6775C19.9019 18.9441 20.5017 17.9067 20.6886 16.7612L20.8749 16.75C23.5599 16.915 24.8286 17.34 25.4249 17.6838C25.7942 17.8976 26.1178 18.1822 26.3772 18.5211C26.6366 18.8601 26.8267 19.2468 26.9366 19.6592C27.0465 20.0716 27.0741 20.5016 27.0179 20.9247C26.9616 21.3478 26.8225 21.7557 26.6086 22.125Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Flower;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Moon = ({ 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 d="M28.8398 18.1325C28.7756 18.0682 28.6952 18.0226 28.6071 18.0006C28.519 17.9786 28.4266 17.981 28.3398 18.0075C26.3464 18.61 24.2269 18.6604 22.2072 18.1533C20.1874 17.6463 18.343 16.6007 16.8706 15.1282C15.3982 13.6556 14.3528 11.8112 13.8459 9.79135C13.339 7.77154 13.3896 5.65206 13.9923 3.65874C14.019 3.57186 14.0216 3.47934 13.9997 3.39112C13.9778 3.3029 13.9323 3.22232 13.868 3.15804C13.8037 3.09377 13.7231 3.04823 13.6349 3.02633C13.5467 3.00443 13.4542 3.00699 13.3673 3.03374C10.8325 3.81148 8.60771 5.36917 7.00978 7.48499C5.20442 9.89214 4.32793 12.8697 4.54123 15.8711C4.75453 18.8725 6.04331 21.6962 8.17095 23.8238C10.2986 25.9515 13.1223 27.2402 16.1237 27.4535C19.125 27.6668 22.1026 26.7903 24.5098 24.985C26.6249 23.3864 28.1817 21.1612 28.9585 18.6262C28.9846 18.5408 28.9874 18.45 28.9665 18.3632C28.9456 18.2763 28.9019 18.1967 28.8398 18.1325ZM23.9123 24.1912C21.6978 25.8578 18.956 26.6685 16.1914 26.4743C13.4267 26.2801 10.8252 25.094 8.86548 23.1343C6.90575 21.1746 5.71967 18.573 5.52547 15.8084C5.33127 13.0437 6.14202 10.3019 7.80853 8.08749C9.09175 6.39058 10.816 5.07835 12.7935 4.29374C12.3409 6.34584 12.4124 8.47891 13.0015 10.4961C13.5906 12.5132 14.6784 14.3495 16.1643 15.8355C17.6502 17.3214 19.4865 18.4091 21.5037 18.9982C23.5209 19.5874 25.6539 19.6589 27.706 19.2062C26.9214 21.1837 25.6092 22.908 23.9123 24.1912Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
11
|
+
<path d="M29.193 17.7788C29.0647 17.6503 28.9039 17.5591 28.7277 17.515C28.5515 17.471 28.3667 17.4757 28.193 17.5288C26.2862 18.1053 24.2588 18.1536 22.3267 17.6686C20.3946 17.1837 18.6303 16.1837 17.2217 14.7751C15.8131 13.3665 14.8131 11.6022 14.3282 9.67013C13.8432 7.73804 13.8916 5.71059 14.468 3.8038C14.5215 3.63006 14.5266 3.44501 14.4828 3.26857C14.439 3.09213 14.348 2.93097 14.2194 2.80241C14.0909 2.67386 13.9297 2.58279 13.7532 2.53898C13.5768 2.49518 13.3918 2.5003 13.218 2.5538C10.5818 3.36136 8.26744 4.97979 6.60426 7.1788C5.14978 9.10987 4.26258 11.4083 4.04234 13.8158C3.82211 16.2233 4.27756 18.6445 5.35752 20.8074C6.43749 22.9703 8.09919 24.7893 10.1559 26.0598C12.2127 27.3304 14.583 28.0023 17.0005 28.0001C19.8209 28.0087 22.5663 27.0919 24.8155 25.3901C27.0145 23.7269 28.633 21.4125 29.4405 18.7763C29.4934 18.6032 29.4983 18.419 29.4547 18.2433C29.4111 18.0677 29.3207 17.9071 29.193 17.7788ZM23.613 23.7926C21.4949 25.3879 18.8719 26.1644 16.2267 25.9792C13.5815 25.794 11.0923 24.6595 9.21719 22.7845C7.34211 20.9096 6.20741 18.4205 6.02198 15.7753C5.83654 13.1301 6.61286 10.507 8.20801 8.3888C9.24727 7.01638 10.5908 5.90386 12.133 5.1388C12.0452 5.75533 12.0009 6.37729 12.0005 7.00005C12.0042 10.4467 13.375 13.7512 15.8121 16.1884C18.2493 18.6256 21.5538 19.9964 25.0005 20.0001C25.6245 19.9999 26.2477 19.9556 26.8655 19.8676C26.0997 21.41 24.9863 22.7536 23.613 23.7926Z" fill="currentColor"/>
|
|
12
|
+
</svg>
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path d="M29.5472 17.425C29.3548 17.2322 29.1135 17.0954 28.8493 17.0293C28.585 16.9633 28.3077 16.9704 28.0472 17.05C26.2274 17.5994 24.2926 17.6449 22.4489 17.1815C20.6053 16.7182 18.9218 15.7635 17.5779 14.4191C16.234 13.0746 15.2799 11.3908 14.8173 9.54699C14.3547 7.70316 14.4009 5.76839 14.951 3.94875C15.0312 3.68812 15.0389 3.41056 14.9732 3.14589C14.9075 2.88123 14.7709 2.63949 14.578 2.44666C14.3852 2.25384 14.1435 2.11723 13.8788 2.05152C13.6142 1.98581 13.3366 1.9935 13.076 2.07375C10.339 2.91499 7.93707 4.59819 6.21221 6.88375C4.70384 8.88861 3.784 11.2741 3.55591 13.7727C3.32782 16.2712 3.8005 18.7839 4.92091 21.0287C6.04132 23.2736 7.76514 25.1618 9.89892 26.4815C12.0327 27.8012 14.492 28.5002 17.001 28.5C19.9302 28.5086 22.7813 27.5562 25.1172 25.7887C27.4016 24.0622 29.083 21.659 29.9222 18.9212C30.0011 18.6613 30.0078 18.3847 29.9418 18.1212C29.8757 17.8577 29.7394 17.6171 29.5472 17.425ZM23.3122 23.3925C21.2903 24.9146 18.7868 25.6552 16.2622 25.4781C13.7377 25.3009 11.362 24.218 9.57251 22.4285C7.78299 20.6389 6.70001 18.2633 6.52288 15.7388C6.34574 13.2142 7.08637 10.7106 8.60846 8.68875C9.40938 7.62933 10.402 6.72959 11.5347 6.03625C11.5122 6.35625 11.501 6.6775 11.501 7C11.5049 10.5792 12.9285 14.0107 15.4594 16.5416C17.9903 19.0724 21.4218 20.496 25.001 20.5C25.3235 20.5 25.6447 20.4887 25.9647 20.4662C25.2717 21.5992 24.3719 22.5919 23.3122 23.3925Z" fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M29.4426 18.7763C28.635 21.4125 27.0166 23.7269 24.8176 25.39C22.8869 26.8431 20.5895 27.7293 18.1831 27.9492C15.7767 28.1691 13.3567 27.714 11.1947 26.6349C9.03261 25.5558 7.2141 23.8955 5.94324 21.8403C4.67238 19.7851 3.99948 17.4164 4.00006 15C3.99137 12.1796 4.90826 9.4342 6.61006 7.18503C8.27323 4.98602 10.5876 3.36758 13.2238 2.56003C13.3976 2.50653 13.5826 2.50141 13.759 2.54521C13.9355 2.58901 14.0966 2.68009 14.2252 2.80864C14.3538 2.93719 14.4448 3.09835 14.4886 3.27479C14.5324 3.45124 14.5273 3.63628 14.4738 3.81003C13.8974 5.71681 13.849 7.74427 14.334 9.67636C14.8189 11.6084 15.8189 13.3728 17.2275 14.7813C18.6361 16.1899 20.4004 17.1899 22.3325 17.6749C24.2646 18.1598 26.292 18.1115 28.1988 17.535C28.3726 17.4815 28.5576 17.4764 28.734 17.5202C28.9105 17.564 29.0717 17.6551 29.2002 17.7836C29.3288 17.9122 29.4198 18.0734 29.4636 18.2498C29.5074 18.4262 29.5023 18.6113 29.4488 18.785L29.4426 18.7763Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path opacity="0.2" d="M28.4866 18.4863C27.8836 20.469 26.7773 22.2618 25.2756 23.69C23.7739 25.1182 21.9279 26.1332 19.9174 26.636C17.9069 27.1388 15.8005 27.1124 13.8032 26.5593C11.806 26.0062 9.986 24.9452 8.52058 23.4798C7.05516 22.0144 5.99423 20.1944 5.44113 18.1972C4.88802 16.2 4.8616 14.0935 5.36443 12.083C5.86726 10.0725 6.88219 8.22651 8.31039 6.72479C9.73859 5.22307 11.5314 4.11682 13.5141 3.51379C12.8855 5.59388 12.8329 7.80554 13.3619 9.91315C13.891 12.0208 14.982 13.9454 16.5185 15.4819C18.055 17.0185 19.9796 18.1094 22.0873 18.6385C24.1949 19.1675 26.4065 19.1149 28.4866 18.4863Z" fill="currentColor"/>
|
|
27
|
+
<path d="M29.193 17.7788C29.0647 17.6503 28.9039 17.5591 28.7277 17.515C28.5515 17.471 28.3667 17.4757 28.193 17.5288C26.2862 18.1053 24.2588 18.1536 22.3267 17.6686C20.3946 17.1837 18.6303 16.1837 17.2217 14.7751C15.8131 13.3665 14.8131 11.6022 14.3282 9.67013C13.8432 7.73804 13.8916 5.71059 14.468 3.8038C14.5215 3.63006 14.5266 3.44501 14.4828 3.26857C14.439 3.09213 14.348 2.93097 14.2194 2.80241C14.0909 2.67386 13.9297 2.58279 13.7532 2.53898C13.5768 2.49518 13.3918 2.5003 13.218 2.5538C10.5818 3.36136 8.26744 4.97979 6.60426 7.1788C5.14978 9.10987 4.26258 11.4083 4.04234 13.8158C3.82211 16.2233 4.27756 18.6445 5.35752 20.8074C6.43749 22.9703 8.09919 24.7893 10.1559 26.0598C12.2127 27.3304 14.583 28.0023 17.0005 28.0001C19.8209 28.0087 22.5663 27.0919 24.8155 25.3901C27.0145 23.7269 28.633 21.4125 29.4405 18.7763C29.4934 18.6032 29.4983 18.419 29.4547 18.2433C29.4111 18.0677 29.3207 17.9071 29.193 17.7788ZM23.613 23.7926C21.4949 25.3879 18.8719 26.1644 16.2267 25.9792C13.5815 25.794 11.0923 24.6595 9.21719 22.7845C7.34211 20.9096 6.20741 18.4205 6.02198 15.7753C5.83654 13.1301 6.61286 10.507 8.20801 8.3888C9.24727 7.01638 10.5908 5.90386 12.133 5.1388C12.0452 5.75533 12.0009 6.37729 12.0005 7.00005C12.0042 10.4467 13.375 13.7512 15.8121 16.1884C18.2493 18.6256 21.5538 19.9964 25.0005 20.0001C25.6245 19.9999 26.2477 19.9556 26.8655 19.8676C26.0997 21.41 24.9863 22.7536 23.613 23.7926Z" fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
}
|
|
30
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M29.0155 17.955C28.9192 17.8588 28.7985 17.7906 28.6664 17.7578C28.5342 17.725 28.3957 17.7288 28.2655 17.7687C26.3155 18.3581 24.2421 18.4074 22.2663 17.9112C20.2904 17.4151 18.4862 16.3922 17.046 14.9515C15.6057 13.5109 14.5832 11.7064 14.0876 9.73043C13.5921 7.75447 13.6419 5.68108 14.2318 3.7312C14.2712 3.60117 14.2745 3.46288 14.2415 3.3311C14.2084 3.19932 14.1401 3.079 14.044 2.98299C13.9479 2.88698 13.8274 2.81889 13.6956 2.78599C13.5638 2.75309 13.4255 2.75662 13.2955 2.7962C10.71 3.58944 8.44032 5.17763 6.80928 7.33495C4.96036 9.79007 4.0605 12.8304 4.27535 15.8964C4.49019 18.9623 5.80529 21.8474 7.97855 24.0207C10.1518 26.1939 13.0369 27.509 16.1029 27.7239C19.1688 27.9387 22.2092 27.0389 24.6643 25.19C26.8216 23.5589 28.4098 21.2893 29.203 18.7037C29.2426 18.5736 29.246 18.4352 29.213 18.3034C29.18 18.1715 29.1117 18.051 29.0155 17.955ZM23.7655 23.9912C21.5991 25.616 18.9193 26.4049 16.218 26.2129C13.5168 26.0209 10.9755 24.861 9.06058 22.9462C7.1457 21.0313 5.98581 18.4899 5.79383 15.7887C5.60186 13.0875 6.3907 10.4076 8.01553 8.2412C9.17284 6.70673 10.7005 5.4909 12.4555 4.70745C12.086 6.73698 12.2142 8.82584 12.8291 10.795C13.4439 12.7641 14.5271 14.5547 15.9858 16.0134C17.4445 17.4721 19.2351 18.5553 21.2043 19.1702C23.1734 19.785 25.2623 19.9132 27.2918 19.5437C26.5105 21.3011 25.2959 22.8313 23.7618 23.9912H23.7655Z" fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default Moon;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Mountains = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path
|
|
7
|
+
d="M20.5002 9.5C21.0935 9.5 21.6736 9.32405 22.1669 8.99441C22.6602 8.66477 23.0448 8.19623 23.2718 7.64805C23.4989 7.09987 23.5583 6.49667 23.4425 5.91473C23.3268 5.33279 23.0411 4.79824 22.6215 4.37868C22.202 3.95912 21.6674 3.6734 21.0855 3.55765C20.5035 3.44189 19.9003 3.5013 19.3521 3.72836C18.804 3.95543 18.3354 4.33994 18.0058 4.83329C17.6761 5.32664 17.5002 5.90666 17.5002 6.5C17.5002 7.29565 17.8163 8.05871 18.3789 8.62132C18.9415 9.18393 19.7045 9.5 20.5002 9.5ZM20.5002 4.5C20.8958 4.5 21.2824 4.6173 21.6113 4.83706C21.9402 5.05683 22.1966 5.36918 22.348 5.73463C22.4993 6.10009 22.5389 6.50222 22.4618 6.89018C22.3846 7.27814 22.1941 7.63451 21.9144 7.91422C21.6347 8.19392 21.2783 8.3844 20.8904 8.46157C20.5024 8.53874 20.1003 8.49914 19.7348 8.34776C19.3694 8.19639 19.057 7.94004 18.8373 7.61114C18.6175 7.28224 18.5002 6.89556 18.5002 6.5C18.5002 5.96957 18.7109 5.46086 19.086 5.08579C19.4611 4.71072 19.9698 4.5 20.5002 4.5ZM31.4302 24.75L24.6102 13.24C24.4788 13.0142 24.2903 12.827 24.0637 12.6971C23.837 12.5672 23.5802 12.4992 23.3189 12.5C23.0584 12.4987 22.802 12.5659 22.5756 12.6949C22.3492 12.8239 22.1607 13.0102 22.0289 13.235L18.3277 19.485L12.2927 9.23875C12.1602 9.01377 11.9713 8.82727 11.7446 8.69769C11.5179 8.56812 11.2613 8.49996 11.0002 8.49996C10.7391 8.49996 10.4825 8.56812 10.2558 8.69769C10.0291 8.82727 9.8402 9.01377 9.70769 9.23875L0.568942 24.75C0.525132 24.8259 0.502031 24.9119 0.501953 24.9996C0.501876 25.0872 0.524824 25.1733 0.5685 25.2492C0.612176 25.3252 0.675045 25.3883 0.75081 25.4324C0.826574 25.4764 0.912573 25.4997 1.00019 25.5H31.0002C31.0877 25.4995 31.1735 25.476 31.2491 25.4319C31.3247 25.3878 31.3874 25.3246 31.431 25.2487C31.4745 25.1728 31.4973 25.0868 31.4972 24.9993C31.4971 24.9117 31.474 24.8258 31.4302 24.75ZM10.5689 9.75C10.6131 9.67481 10.6761 9.61247 10.7517 9.56914C10.8274 9.52582 10.913 9.50303 11.0002 9.50303C11.0874 9.50303 11.173 9.52582 11.2487 9.56914C11.3243 9.61247 11.3873 9.67481 11.4314 9.75L14.8214 15.5H7.17894L10.5689 9.75ZM1.87519 24.5L6.58894 16.5H15.4114L20.1252 24.5H1.87519ZM21.2864 24.5L18.9114 20.4638L22.8889 13.75C22.9332 13.6754 22.9961 13.6136 23.0715 13.5707C23.1469 13.5277 23.2322 13.5051 23.3189 13.5051C23.4057 13.5051 23.491 13.5277 23.5664 13.5707C23.6417 13.6136 23.7047 13.6754 23.7489 13.75L30.1239 24.5H21.2864Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>;
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
|
+
<path
|
|
14
|
+
d="M20.5001 10C21.1923 10 21.869 9.79473 22.4446 9.41015C23.0202 9.02556 23.4688 8.47894 23.7337 7.83939C23.9986 7.19985 24.0679 6.49612 23.9328 5.81719C23.7978 5.13825 23.4644 4.51461 22.975 4.02513C22.4855 3.53564 21.8618 3.2023 21.1829 3.06725C20.504 2.9322 19.8002 3.00152 19.1607 3.26642C18.5212 3.53133 17.9745 3.97993 17.5899 4.55551C17.2054 5.13108 17.0001 5.80777 17.0001 6.5C17.0001 7.42826 17.3688 8.3185 18.0252 8.97487C18.6816 9.63125 19.5718 10 20.5001 10ZM20.5001 5C20.7968 5 21.0868 5.08798 21.3334 5.2528C21.5801 5.41762 21.7724 5.65189 21.8859 5.92598C21.9994 6.20007 22.0291 6.50167 21.9713 6.79264C21.9134 7.08361 21.7705 7.35088 21.5607 7.56066C21.351 7.77044 21.0837 7.9133 20.7927 7.97118C20.5018 8.02906 20.2002 7.99935 19.9261 7.88582C19.652 7.77229 19.4177 7.58003 19.2529 7.33336C19.0881 7.08668 19.0001 6.79667 19.0001 6.5C19.0001 6.10218 19.1581 5.72065 19.4394 5.43934C19.7207 5.15804 20.1023 5 20.5001 5ZM31.8601 24.49L25.0401 12.98C24.8642 12.6802 24.6126 12.4318 24.3105 12.2598C24.0084 12.0878 23.6665 11.9982 23.3188 12C22.9714 11.9982 22.6296 12.0878 22.3277 12.2598C22.0258 12.4318 21.7744 12.6802 21.5988 12.98L18.3288 18.5L12.7238 8.9875C12.5472 8.68733 12.2953 8.43848 11.9929 8.26559C11.6906 8.09269 11.3484 8.00174 11.0001 8.00174C10.6518 8.00174 10.3096 8.09269 10.0072 8.26559C9.7049 8.43848 9.45296 8.68733 9.27634 8.9875L0.138837 24.4925C0.0493954 24.6444 0.00167544 24.8172 0.000510147 24.9934C-0.000655151 25.1696 0.0447756 25.343 0.132201 25.4961C0.219626 25.6491 0.34594 25.7763 0.498349 25.8648C0.650758 25.9533 0.823848 25.9999 1.00009 26H31.0001C31.1766 26 31.3499 25.9532 31.5025 25.8645C31.6551 25.7758 31.7815 25.6483 31.8689 25.4949C31.9562 25.3415 32.0014 25.1678 31.9999 24.9913C31.9983 24.8148 31.9501 24.6418 31.8601 24.49ZM11.0001 10L13.9463 15H8.05384L11.0001 10ZM2.75009 24L6.87509 17H15.1251L17.4676 20.975L19.2501 24H2.75009ZM21.5713 24L19.4888 20.465L23.3188 14L29.2501 24H21.5713Z"
|
|
15
|
+
fill="currentColor" />
|
|
16
|
+
</svg>;
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
20
|
+
<path
|
|
21
|
+
d="M20.5 10.5C21.2911 10.5 22.0645 10.2654 22.7223 9.82588C23.3801 9.38635 23.8928 8.76164 24.1955 8.03074C24.4983 7.29983 24.5775 6.49556 24.4232 5.71964C24.2688 4.94372 23.8879 4.23098 23.3284 3.67157C22.769 3.11216 22.0563 2.7312 21.2804 2.57686C20.5045 2.42252 19.7002 2.50173 18.9693 2.80448C18.2384 3.10723 17.6137 3.61992 17.1741 4.27772C16.7346 4.93552 16.5 5.70888 16.5 6.5C16.5 7.56087 16.9215 8.57828 17.6716 9.32843C18.4217 10.0786 19.4392 10.5 20.5 10.5ZM20.5 5.5C20.6978 5.5 20.8911 5.55865 21.0556 5.66853C21.22 5.77841 21.3482 5.93459 21.4239 6.11732C21.4996 6.30004 21.5194 6.50111 21.4808 6.69509C21.4422 6.88907 21.347 7.06726 21.2071 7.20711C21.0673 7.34696 20.8891 7.4422 20.6951 7.48079C20.5011 7.51937 20.3001 7.49957 20.1173 7.42388C19.9346 7.34819 19.7784 7.22002 19.6686 7.05557C19.5587 6.89112 19.5 6.69778 19.5 6.5C19.5 6.23479 19.6054 5.98043 19.7929 5.7929C19.9805 5.60536 20.2348 5.5 20.5 5.5ZM31.79 24.235L24.97 12.725C24.7501 12.3504 24.4356 12.04 24.0581 11.825C23.6806 11.6101 23.2532 11.498 22.8188 11.5C22.3845 11.498 21.9573 11.61 21.58 11.825C21.2027 12.04 20.8884 12.3504 20.6688 12.725L18.3313 16.6688L13.6538 8.73125C13.4329 8.35647 13.118 8.04581 12.7403 7.82999C12.3626 7.61417 11.9351 7.50065 11.5 7.50065C11.065 7.50065 10.6375 7.61417 10.2598 7.82999C9.88203 8.04581 9.56716 8.35647 9.34627 8.73125L0.207522 24.2388C0.0733338 24.4666 0.00175251 24.7258 3.17728e-05 24.9902C-0.00168897 25.2546 0.0665119 25.5148 0.197724 25.7444C0.328936 25.9739 0.518496 26.1647 0.747197 26.2974C0.975897 26.4301 1.23561 26.5 1.50002 26.5H30.5C30.7648 26.5 31.0248 26.4298 31.2537 26.2968C31.4826 26.1637 31.6722 25.9724 31.8032 25.7423C31.9342 25.5123 32.002 25.2516 31.9997 24.9869C31.9974 24.7222 31.925 24.4627 31.79 24.235ZM11.5 10.9838L13.5713 14.5H9.42877L11.5 10.9838ZM4.12502 23.5L7.66002 17.5H15.34L17.0375 20.3825V20.3913L18.875 23.5H4.12502ZM22.3575 23.5L20.07 19.625L22.82 14.9875L27.8675 23.5H22.3575Z"
|
|
22
|
+
fill="currentColor" />
|
|
23
|
+
</svg>;
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
27
|
+
<path
|
|
28
|
+
d="M17.0001 6.5C17.0001 5.80777 17.2054 5.13108 17.5899 4.55551C17.9745 3.97993 18.5212 3.53133 19.1607 3.26642C19.8002 3.00152 20.504 2.9322 21.1829 3.06725C21.8618 3.2023 22.4855 3.53564 22.975 4.02513C23.4644 4.51461 23.7978 5.13825 23.9328 5.81719C24.0679 6.49612 23.9986 7.19985 23.7337 7.83939C23.4688 8.47894 23.0202 9.02556 22.4446 9.41015C21.869 9.79473 21.1923 10 20.5001 10C19.5718 10 18.6816 9.63125 18.0252 8.97487C17.3688 8.3185 17.0001 7.42826 17.0001 6.5ZM31.8751 25.5C31.7871 25.6524 31.6604 25.7789 31.5079 25.8667C31.3553 25.9545 31.1823 26.0005 31.0063 26H1.00009C0.823848 25.9999 0.650758 25.9533 0.498349 25.8648C0.34594 25.7763 0.219626 25.6491 0.132201 25.4961C0.0447756 25.343 -0.000655151 25.1696 0.000510147 24.9934C0.00167544 24.8172 0.0493954 24.6444 0.138837 24.4925L9.27634 8.985C9.45296 8.68483 9.7049 8.43598 10.0072 8.26309C10.3096 8.09019 10.6518 7.99924 11.0001 7.99924C11.3484 7.99924 11.6906 8.09019 11.9929 8.26309C12.2953 8.43598 12.5472 8.68483 12.7238 8.985L18.3288 18.5L21.5988 12.9825C21.7741 12.6822 22.0253 12.4333 22.3272 12.2609C22.6292 12.0884 22.9711 11.9984 23.3188 12C23.6665 11.9982 24.0084 12.0878 24.3105 12.2598C24.6126 12.4318 24.8642 12.6802 25.0401 12.98L31.8601 24.49C31.952 24.6419 32.0019 24.8155 32.0045 24.993C32.0071 25.1705 31.9625 25.3455 31.8751 25.5ZM8.05384 15H13.9463L11.0001 10L8.05384 15Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>;
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
34
|
+
<path opacity="0.2"
|
|
35
|
+
d="M11.8627 9.4925L15.7064 16H6.29395L10.1377 9.4925C10.2259 9.34213 10.3519 9.21743 10.5032 9.13079C10.6545 9.04414 10.8258 8.99856 11.0002 8.99856C11.1745 8.99856 11.3459 9.04414 11.4972 9.13079C11.6485 9.21743 11.7745 9.34213 11.8627 9.4925ZM20.5002 9C20.9946 9 21.478 8.85338 21.8891 8.57868C22.3002 8.30397 22.6207 7.91353 22.8099 7.45671C22.9991 6.99989 23.0486 6.49723 22.9522 6.01228C22.8557 5.52732 22.6176 5.08187 22.268 4.73223C21.9183 4.3826 21.4729 4.1445 20.9879 4.04804C20.503 3.95157 20.0003 4.00108 19.5435 4.1903C19.0867 4.37952 18.6962 4.69995 18.4215 5.11108C18.1468 5.5222 18.0002 6.00555 18.0002 6.5C18.0002 7.16304 18.2636 7.79893 18.7324 8.26777C19.2013 8.73661 19.8372 9 20.5002 9ZM24.1802 13.49C24.0917 13.3405 23.9658 13.2166 23.8149 13.1306C23.664 13.0445 23.4933 12.9992 23.3196 12.9992C23.1458 12.9992 22.9751 13.0445 22.8242 13.1306C22.6733 13.2166 22.5474 13.3405 22.4589 13.49L18.3264 20.4638L21.0002 25H31.0002L24.1802 13.49Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
<path
|
|
38
|
+
d="M20.5001 10C21.1923 10 21.869 9.79473 22.4446 9.41015C23.0202 9.02556 23.4688 8.47894 23.7337 7.83939C23.9986 7.19985 24.0679 6.49612 23.9328 5.81719C23.7978 5.13825 23.4644 4.51461 22.975 4.02513C22.4855 3.53564 21.8618 3.2023 21.1829 3.06725C20.504 2.9322 19.8002 3.00152 19.1607 3.26642C18.5212 3.53133 17.9745 3.97993 17.5899 4.55551C17.2054 5.13108 17.0001 5.80777 17.0001 6.5C17.0001 7.42826 17.3688 8.3185 18.0252 8.97487C18.6816 9.63125 19.5718 10 20.5001 10ZM20.5001 5C20.7968 5 21.0868 5.08798 21.3334 5.2528C21.5801 5.41762 21.7724 5.65189 21.8859 5.92598C21.9994 6.20007 22.0291 6.50167 21.9713 6.79264C21.9134 7.08361 21.7705 7.35088 21.5607 7.56066C21.351 7.77044 21.0837 7.9133 20.7927 7.97118C20.5018 8.02906 20.2002 7.99935 19.9261 7.88582C19.652 7.77229 19.4177 7.58003 19.2529 7.33336C19.0881 7.08668 19.0001 6.79667 19.0001 6.5C19.0001 6.10218 19.1581 5.72065 19.4394 5.43934C19.7207 5.15804 20.1023 5 20.5001 5ZM31.8601 24.49L25.0401 12.98C24.8642 12.6802 24.6126 12.4318 24.3105 12.2598C24.0084 12.0878 23.6665 11.9982 23.3188 12C22.9714 11.9982 22.6296 12.0878 22.3277 12.2598C22.0258 12.4318 21.7744 12.6802 21.5988 12.98L18.3288 18.5L12.7238 8.9875C12.5472 8.68733 12.2953 8.43848 11.9929 8.26559C11.6906 8.09269 11.3484 8.00174 11.0001 8.00174C10.6518 8.00174 10.3096 8.09269 10.0072 8.26559C9.7049 8.43848 9.45296 8.68733 9.27634 8.9875L0.138837 24.4925C0.0493954 24.6444 0.00167544 24.8172 0.000510147 24.9934C-0.000655151 25.1696 0.0447756 25.343 0.132201 25.4961C0.219626 25.6491 0.34594 25.7763 0.498349 25.8648C0.650758 25.9533 0.823848 25.9999 1.00009 26H31.0001C31.1766 26 31.3499 25.9532 31.5025 25.8645C31.6551 25.7758 31.7815 25.6483 31.8689 25.4949C31.9562 25.3415 32.0014 25.1678 31.9999 24.9913C31.9983 24.8148 31.9501 24.6418 31.8601 24.49ZM11.0001 10L13.9463 15H8.05384L11.0001 10ZM2.75009 24L6.87509 17H15.1251L17.4676 20.975L19.2501 24H2.75009ZM21.5713 24L19.4888 20.465L23.3188 14L29.2501 24H21.5713Z"
|
|
39
|
+
fill="currentColor" />
|
|
40
|
+
</svg>;
|
|
41
|
+
}
|
|
42
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
43
|
+
<path
|
|
44
|
+
d="M20.5002 9.75C21.1429 9.75 21.7713 9.55939 22.3058 9.20228C22.8402 8.84516 23.2568 8.33758 23.5028 7.74372C23.7487 7.14986 23.8131 6.4964 23.6877 5.86596C23.5623 5.23552 23.2528 4.65642 22.7983 4.2019C22.3437 3.74738 21.7646 3.43785 21.1342 3.31245C20.5038 3.18705 19.8503 3.25141 19.2564 3.49739C18.6626 3.74338 18.155 4.15994 17.7979 4.6944C17.4408 5.22886 17.2502 5.85721 17.2502 6.5C17.2502 7.36196 17.5926 8.1886 18.2021 8.7981C18.8115 9.40759 19.6382 9.75 20.5002 9.75ZM20.5002 4.75C20.8463 4.75 21.1846 4.85264 21.4724 5.04493C21.7602 5.23722 21.9845 5.51053 22.1169 5.83031C22.2494 6.15008 22.284 6.50194 22.2165 6.84141C22.149 7.18088 21.9823 7.4927 21.7376 7.73744C21.4928 7.98218 21.181 8.14885 20.8416 8.21638C20.5021 8.2839 20.1502 8.24924 19.8305 8.11679C19.5107 7.98434 19.2374 7.76004 19.0451 7.47225C18.8528 7.18446 18.7502 6.84612 18.7502 6.5C18.7502 6.03587 18.9345 5.59075 19.2627 5.26256C19.5909 4.93438 20.036 4.75 20.5002 4.75ZM31.6452 24.6175L24.8252 13.1075C24.6716 12.8462 24.4524 12.6295 24.1893 12.4791C23.9262 12.3287 23.6283 12.2497 23.3252 12.25C23.022 12.2494 22.724 12.3283 22.4608 12.4788C22.1976 12.6292 21.9785 12.846 21.8252 13.1075L18.3402 18.9888L12.5202 9.11375C12.3656 8.85117 12.1452 8.6335 11.8806 8.48226C11.6161 8.33103 11.3167 8.25148 11.012 8.25148C10.7073 8.25148 10.4079 8.33103 10.1434 8.48226C9.87891 8.6335 9.65846 8.85117 9.5039 9.11375L0.353903 24.625C0.288214 24.7388 0.253562 24.8678 0.253418 24.9992C0.253274 25.1306 0.287642 25.2597 0.353082 25.3736C0.418522 25.4875 0.512737 25.5822 0.626298 25.6483C0.739858 25.7144 0.868778 25.7494 1.00015 25.75H31.0002C31.1325 25.75 31.2625 25.7149 31.377 25.6484C31.4914 25.5818 31.5862 25.4862 31.6517 25.3712C31.7172 25.2561 31.7511 25.1258 31.75 24.9935C31.7488 24.8611 31.7127 24.7314 31.6452 24.6175ZM10.7839 9.875C10.8059 9.83712 10.8374 9.80567 10.8754 9.78381C10.9133 9.76195 10.9564 9.75044 11.0002 9.75044C11.044 9.75044 11.087 9.76195 11.1249 9.78381C11.1629 9.80567 11.1944 9.83712 11.2164 9.875L14.3839 15.25H7.6164L10.7839 9.875ZM2.31265 24.25L6.73265 16.75H15.2689L17.6814 20.8463L19.6814 24.2463L2.31265 24.25ZM21.4289 24.25L19.1977 20.4638L23.1039 13.875C23.1257 13.8372 23.157 13.8058 23.1948 13.7839C23.2325 13.7619 23.2753 13.7503 23.3189 13.75C23.3627 13.7493 23.4059 13.7606 23.4438 13.7827C23.4816 13.8047 23.5128 13.8366 23.5339 13.875L29.6839 24.25H21.4289Z"
|
|
45
|
+
fill="currentColor" />
|
|
46
|
+
</svg>;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default Mountains;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Plant = ({ 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="M30.454 5.015C30.4465 4.8929 30.3946 4.77776 30.308 4.69138C30.2214 4.60499 30.1061 4.55336 29.984 4.54625C23.7027 4.17125 18.679 6.05875 16.544 9.5825C15.089 11.985 15.1477 14.8225 16.699 17.6087C15.6043 18.8113 14.8814 20.3053 14.6177 21.91L11.6815 18.9737C12.7602 16.9737 12.7827 14.9325 11.734 13.2C10.1815 10.6362 6.54398 9.26625 2.00024 9.5325C1.87876 9.54017 1.76426 9.59188 1.67819 9.67795C1.59212 9.76402 1.54041 9.87852 1.53274 10C1.26649 14.5412 2.63648 18.1787 5.20023 19.7312C6.02307 20.2364 6.96972 20.5038 7.93524 20.5037C9.00098 20.4856 10.0454 20.2021 10.974 19.6787L14.5002 23.2087C14.5002 23.2437 14.5002 23.2787 14.5002 23.3137V27C14.5002 27.1326 14.5529 27.2598 14.6467 27.3535C14.7404 27.4473 14.8676 27.5 15.0002 27.5C15.1328 27.5 15.26 27.4473 15.3538 27.3535C15.4476 27.2598 15.5002 27.1326 15.5002 27V23.3137C15.4955 21.4678 16.1767 19.6859 17.4115 18.3137C18.8477 19.1087 20.2952 19.5087 21.6915 19.5087C23.0068 19.509 24.2965 19.1451 25.4177 18.4575C28.9402 16.3212 30.824 11.2975 30.454 5.015ZM5.71774 18.875C3.55899 17.57 2.37524 14.4612 2.51024 10.51C6.46149 10.375 9.57024 11.5587 10.8752 13.7175C11.6852 15.0562 11.699 16.6387 10.9327 18.2287L7.35274 14.6462C7.25762 14.5601 7.13301 14.5138 7.0047 14.5169C6.87639 14.5201 6.75421 14.5725 6.66346 14.6632C6.5727 14.754 6.52032 14.8762 6.51716 15.0045C6.514 15.1328 6.56031 15.2574 6.64648 15.3525L10.2302 18.9362C8.63898 19.7025 7.05649 19.6887 5.71774 18.875ZM24.899 17.6C22.8927 18.815 20.5127 18.7987 18.139 17.5687L25.354 10.3525C25.4439 10.258 25.4933 10.1322 25.4918 10.0018C25.4902 9.87145 25.4378 9.74683 25.3457 9.65454C25.2535 9.56226 25.129 9.50962 24.9986 9.50783C24.8683 9.50605 24.7423 9.55527 24.6477 9.645L17.4315 16.8612C16.2015 14.4862 16.1815 12.1112 17.4002 10.1012C19.289 6.97625 23.7852 5.285 29.479 5.52125C29.7165 11.215 28.019 15.7112 24.899 17.6Z"
|
|
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="M30.9546 4.9862C30.9403 4.74156 30.8367 4.51068 30.6634 4.3374C30.4901 4.16411 30.2592 4.06049 30.0146 4.0462C23.5446 3.6712 18.3496 5.6387 16.1171 9.3237C14.6421 11.76 14.6446 14.7187 16.0971 17.5412C15.2704 18.5254 14.6661 19.6767 14.3259 20.9162L12.2921 18.875C13.2696 16.8337 13.2321 14.7062 12.1671 12.9387C10.5171 10.215 6.70835 8.75495 1.9796 9.03245C1.73496 9.04674 1.50408 9.15036 1.33079 9.32365C1.15751 9.49693 1.05389 9.72781 1.0396 9.97245C0.760851 14.7012 2.2221 18.51 4.94585 20.16C5.84468 20.7091 6.87754 20.9998 7.93085 21C8.95323 20.9874 9.95969 20.7451 10.8759 20.2912L14.0009 23.4162V27C14.0009 27.2652 14.1062 27.5195 14.2937 27.7071C14.4813 27.8946 14.7356 28 15.0009 28C15.2661 28 15.5204 27.8946 15.708 27.7071C15.8955 27.5195 16.0009 27.2652 16.0009 27V23.3137C15.9964 21.7228 16.5378 20.1786 17.5346 18.9387C18.8208 19.6109 20.2472 19.9706 21.6984 19.9887C23.1013 19.9932 24.4782 19.61 25.6771 18.8812C29.3621 16.6512 31.3346 11.4562 30.9546 4.9862ZM5.9771 18.45C4.0596 17.2887 2.9746 14.54 3.00085 11C6.54085 10.97 9.2896 12.0587 10.4509 13.9762C11.0571 14.9762 11.1559 16.1425 10.7584 17.3437L7.7071 14.2925C7.51804 14.1128 7.26629 14.0142 7.00553 14.0175C6.74477 14.0209 6.49563 14.1259 6.31122 14.3103C6.12682 14.4947 6.02175 14.7439 6.01841 15.0046C6.01507 15.2654 6.11373 15.5171 6.29335 15.7062L9.3446 18.7575C8.14335 19.155 6.97835 19.0562 5.9771 18.45ZM24.6409 17.1725C22.9659 18.1862 20.9971 18.2637 18.9971 17.4225L25.7084 10.71C25.888 10.5209 25.9866 10.2691 25.9833 10.0084C25.98 9.74762 25.8749 9.49848 25.6905 9.31408C25.5061 9.12967 25.2569 9.0246 24.9962 9.02127C24.7354 9.01793 24.4837 9.11658 24.2946 9.2962L17.5821 16C16.7371 14 16.8134 12.03 17.8321 10.3562C19.5746 7.4812 23.7071 5.8787 28.9984 6.00245C29.1184 11.2925 27.5184 15.43 24.6409 17.1725Z"
|
|
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="M31.453 4.95626C31.4313 4.58972 31.2759 4.24387 31.0163 3.98423C30.7566 3.72459 30.4108 3.56921 30.0442 3.54751C23.3842 3.15501 18.0192 5.21876 15.6892 9.06501C14.1717 11.565 14.1192 14.5863 15.5067 17.4775C14.9133 18.2341 14.4395 19.0772 14.1017 19.9775L12.8892 18.765C13.788 16.6688 13.693 14.5013 12.5892 12.6788C10.8417 9.79501 6.86173 8.25001 1.94423 8.53501C1.57769 8.55671 1.23183 8.71209 0.972196 8.97173C0.712558 9.23137 0.557172 9.57722 0.535477 9.94376C0.250477 14.8613 1.79548 18.8413 4.68173 20.5888C5.66062 21.1854 6.78535 21.4999 7.93173 21.4975C8.9091 21.4895 9.87458 21.2824 10.7692 20.8888L13.5005 23.625V27C13.5005 27.3978 13.6585 27.7794 13.9398 28.0607C14.2211 28.342 14.6027 28.5 15.0005 28.5C15.3983 28.5 15.7798 28.342 16.0611 28.0607C16.3424 27.7794 16.5005 27.3978 16.5005 27V23.3138C16.4974 21.9729 16.912 20.6644 17.6867 19.57C18.9408 20.1665 20.3094 20.4837 21.698 20.5C23.1924 20.5035 24.6588 20.0943 25.9355 19.3175C29.7817 16.9813 31.8455 11.615 31.453 4.95626ZM6.23548 18.0225C4.58673 17.0225 3.58798 14.59 3.50673 11.5063C6.59048 11.5875 9.02423 12.5875 10.023 14.235C10.4136 14.8703 10.5738 15.6206 10.4767 16.36L9.06048 14.9388C8.77868 14.657 8.39649 14.4987 7.99798 14.4987C7.59946 14.4987 7.21727 14.657 6.93548 14.9388C6.65368 15.2206 6.49537 15.6027 6.49537 16.0013C6.49537 16.3998 6.65368 16.782 6.93548 17.0638L8.35298 18.4813C7.61557 18.5723 6.86908 18.4106 6.23548 18.0225ZM24.3817 16.75C23.0492 17.5563 21.5067 17.7088 19.9055 17.22L24.5617 12.565C24.8435 12.2832 25.0018 11.901 25.0018 11.5025C25.0018 11.104 24.8435 10.7218 24.5617 10.44C24.2799 10.1582 23.8977 9.99991 23.4992 9.99991C23.1007 9.99991 22.7185 10.1582 22.4367 10.44L17.7805 15.095C17.2967 13.5 17.4492 11.9513 18.2505 10.625C19.8467 7.98876 23.6255 6.49126 28.5005 6.50001C28.518 11.375 27.018 15.1475 24.3817 16.75Z"
|
|
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="M25.6753 18.8838C24.4765 19.6125 23.0995 19.9958 21.6966 19.9913C20.5212 19.982 19.3592 19.7416 18.2766 19.2838C17.4422 20.4617 16.9957 21.8703 16.9991 23.3138V27C16.9994 27.1371 16.9715 27.2728 16.9171 27.3987C16.8628 27.5245 16.7831 27.6379 16.6832 27.7316C16.5832 27.8254 16.465 27.8976 16.3359 27.9438C16.2068 27.99 16.0696 28.0091 15.9328 28C15.6758 27.9777 15.4367 27.8589 15.2635 27.6677C15.0904 27.4764 14.9959 27.2268 14.9991 26.9688V25.4138L10.1716 20.5863C9.45394 20.854 8.69499 20.994 7.92907 21C6.87466 21.0026 5.83999 20.7141 4.93907 20.1663C2.21532 18.5113 0.74907 14.7025 1.03282 9.97379C1.04711 9.72914 1.15073 9.49826 1.32401 9.32498C1.4973 9.1517 1.72818 9.04807 1.97282 9.03379C6.70157 8.75504 10.5103 10.2163 12.1603 12.94C12.8086 14.0076 13.0916 15.2573 12.9666 16.5C12.9588 16.5963 12.9233 16.6883 12.8644 16.7648C12.8054 16.8414 12.7256 16.8992 12.6345 16.9313C12.5434 16.9635 12.4449 16.9685 12.351 16.9459C12.2571 16.9232 12.1718 16.8739 12.1053 16.8038L9.70532 14.2913C9.51626 14.1117 9.26451 14.013 9.00375 14.0163C8.74298 14.0197 8.49384 14.1248 8.30944 14.3092C8.12504 14.4936 8.01997 14.7427 8.01663 15.0035C8.01329 15.2642 8.11195 15.516 8.29157 15.705L15.0266 22.6113C15.0341 22.5138 15.0428 22.4163 15.0528 22.32C15.2715 20.466 16.0896 18.734 17.3828 17.3875L23.7066 10.705C23.8942 10.5176 23.9997 10.2632 23.9998 9.99798C23.9999 9.73273 23.8947 9.4783 23.7072 9.29066C23.5197 9.10302 23.2654 8.99754 23.0001 8.99742C22.7349 8.9973 22.4805 9.10256 22.2928 9.29004L16.1678 15.7675C16.1065 15.8325 16.0289 15.8798 15.9431 15.9046C15.8573 15.9294 15.7665 15.9308 15.68 15.9086C15.5935 15.8864 15.5145 15.8414 15.4512 15.7784C15.388 15.7153 15.3428 15.6365 15.3203 15.55C14.7278 13.365 14.9891 11.19 16.1203 9.32254C18.3528 5.63754 23.5478 3.66504 30.0178 4.04504C30.2625 4.05932 30.4933 4.16295 30.6666 4.33623C30.8399 4.50951 30.9435 4.74039 30.9578 4.98504C31.3328 11.4563 29.3603 16.6513 25.6753 18.8838Z"
|
|
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="M17.3179 17.6825C13.3279 11.0313 18.6479 4.3813 29.9541 5.0463C30.6254 16.3525 23.9691 21.6738 17.3179 17.6825ZM2.03289 10.0325C1.55789 18.1088 6.30914 21.9075 11.0591 19.0588C13.9091 14.3088 10.1091 9.55755 2.03289 10.0325Z"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M30.9537 4.9862C30.9395 4.74156 30.8358 4.51068 30.6625 4.3374C30.4893 4.16411 30.2584 4.06049 30.0137 4.0462C23.5437 3.6712 18.3487 5.6387 16.1162 9.3237C14.6412 11.7587 14.6437 14.7187 16.0962 17.5412C15.2704 18.5236 14.6662 19.6727 14.325 20.91L12.2912 18.875C13.2687 16.8337 13.2312 14.705 12.1662 12.9387C10.5112 10.2162 6.70249 8.74995 1.97374 9.0337C1.7291 9.04799 1.49822 9.15161 1.32493 9.3249C1.15165 9.49818 1.04803 9.72906 1.03374 9.9737C0.754992 14.7025 2.21624 18.5112 4.93999 20.1612C5.8404 20.7108 6.8751 21.0011 7.92999 21C8.95236 20.9874 9.95883 20.7451 10.875 20.2912L14 23.4162V27C14 27.2652 14.1053 27.5195 14.2929 27.7071C14.4804 27.8946 14.7348 28 15 28C15.2652 28 15.5196 27.8946 15.7071 27.7071C15.8946 27.5195 16 27.2652 16 27V23.3137C15.9955 21.7228 16.5369 20.1786 17.5337 18.9387C18.8199 19.6109 20.2464 19.9706 21.6975 19.9887C23.1005 19.9932 24.4774 19.61 25.6762 18.8812C29.3612 16.6512 31.3337 11.4562 30.9537 4.9862ZM10.7575 17.3425L7.70624 14.2925C7.51718 14.1128 7.26543 14.0142 7.00467 14.0175C6.74391 14.0209 6.49476 14.1259 6.31036 14.3103C6.12596 14.4947 6.02089 14.7439 6.01755 15.0046C6.01421 15.2654 6.11287 15.5171 6.29249 15.7062L9.34374 18.7575C8.14249 19.155 6.97749 19.0562 5.97624 18.45C4.05874 17.2887 2.97374 14.54 2.99999 11C6.53874 10.9687 9.28874 12.0587 10.45 13.9762C11.0562 14.9775 11.155 16.1425 10.7575 17.3425ZM24.64 17.1725C22.965 18.1862 20.9962 18.2637 18.9962 17.4225L25.7075 10.71C25.8951 10.5225 26.0006 10.2681 26.0007 10.0029C26.0008 9.73765 25.8956 9.48322 25.7081 9.29558C25.5206 9.10794 25.2663 9.00246 25.0011 9.00234C24.7358 9.00222 24.4814 9.10748 24.2937 9.29495L17.5812 16C16.7362 14 16.8125 12.03 17.8312 10.3562C19.5737 7.4812 23.7062 5.8812 28.9975 6.00245C29.1175 11.2925 27.5175 15.43 24.64 17.1725Z"
|
|
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="M30.7032 5.00002C30.6923 4.81696 30.6146 4.64427 30.4849 4.5146C30.3552 4.38492 30.1826 4.30725 29.9995 4.29627C23.6245 3.92127 18.5145 5.84877 16.3307 9.45377C14.877 11.855 14.9082 14.7888 16.397 17.5788C15.4425 18.6715 14.7772 19.9862 14.462 21.4025L11.987 18.9263C13.0057 16.9138 12.9995 14.8075 11.947 13.07C10.3457 10.4263 6.6245 9.00877 1.987 9.28377C1.80374 9.29478 1.63088 9.37263 1.50118 9.50256C1.37147 9.6325 1.29393 9.80549 1.28325 9.98877C1.01075 14.625 2.42575 18.3463 5.0695 19.9475C5.93053 20.4738 6.92038 20.7515 7.9295 20.75C8.97456 20.7394 10.0024 20.4824 10.9295 20L14.2495 23.31V27C14.2495 27.1989 14.3285 27.3897 14.4692 27.5304C14.6098 27.671 14.8006 27.75 14.9995 27.75C15.1984 27.75 15.3892 27.671 15.5298 27.5304C15.6705 27.3897 15.7495 27.1989 15.7495 27V23.3138C15.7445 21.5956 16.3546 19.9324 17.4695 18.625C18.8707 19.3663 20.3095 19.7388 21.697 19.7388C23.0541 19.7432 24.3861 19.3725 25.5457 18.6675C29.1507 16.4863 31.0782 11.375 30.7032 5.00002ZM5.847 18.6638C3.80825 17.43 2.67325 14.5 2.7495 10.75C6.4995 10.6688 9.42575 11.805 10.6595 13.8438C11.3695 15.015 11.4295 16.3913 10.852 17.7925L7.5295 14.4688C7.38877 14.328 7.1979 14.249 6.99887 14.249C6.79985 14.249 6.60898 14.328 6.46825 14.4688C6.32752 14.6095 6.24846 14.8004 6.24846 14.9994C6.24846 15.1984 6.32752 15.3893 6.46825 15.53L9.79575 18.8563C8.3945 19.4338 7.01825 19.375 5.847 18.6638ZM24.7695 17.3863C22.927 18.5013 20.752 18.5338 18.5607 17.4988L25.5307 10.53C25.6004 10.4603 25.6557 10.3776 25.6934 10.2866C25.7311 10.1955 25.7505 10.0979 25.7505 9.9994C25.7505 9.90085 25.7311 9.80327 25.6934 9.71222C25.6557 9.62118 25.6004 9.53845 25.5307 9.46877C25.4611 9.39909 25.3783 9.34381 25.2873 9.3061C25.1963 9.26839 25.0987 9.24898 25.0001 9.24898C24.9016 9.24898 24.804 9.26839 24.713 9.3061C24.6219 9.34381 24.5392 9.39909 24.4695 9.46877L17.4995 16.4388C16.4645 14.2475 16.4995 12.0725 17.612 10.2313C19.427 7.23127 23.7445 5.58377 29.237 5.76252C29.4157 11.25 27.767 15.57 24.7695 17.3863Z"
|
|
99
|
+
fill="currentColor"
|
|
100
|
+
/>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export default Plant;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Snowflake = ({ 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="M27.4846 18.8813C27.5159 19.0099 27.4949 19.1457 27.4263 19.2589C27.3576 19.372 27.2469 19.4534 27.1183 19.485L23.5433 20.36L24.4821 23.875C24.4991 23.9385 24.5034 24.0047 24.4949 24.0698C24.4863 24.1349 24.465 24.1977 24.4321 24.2546C24.3993 24.3115 24.3555 24.3613 24.3034 24.4013C24.2513 24.4413 24.1918 24.4706 24.1283 24.4875C24.0877 24.4991 24.0456 24.505 24.0033 24.505C23.8928 24.5047 23.7854 24.4677 23.6981 24.3998C23.6108 24.332 23.5485 24.2371 23.5208 24.13L22.4996 20.33L16.4996 16.8663V23.7925L19.3533 26.6463C19.3998 26.6927 19.4366 26.7479 19.4618 26.8086C19.4869 26.8693 19.4999 26.9343 19.4999 27C19.4999 27.0657 19.4869 27.1308 19.4618 27.1915C19.4366 27.2522 19.3998 27.3073 19.3533 27.3538C19.3069 27.4002 19.2517 27.4371 19.191 27.4622C19.1303 27.4874 19.0653 27.5003 18.9996 27.5003C18.9339 27.5003 18.8688 27.4874 18.8081 27.4622C18.7474 27.4371 18.6923 27.4002 18.6458 27.3538L15.9996 24.7075L13.3533 27.3538C13.2595 27.4476 13.1323 27.5003 12.9996 27.5003C12.8669 27.5003 12.7397 27.4476 12.6458 27.3538C12.552 27.26 12.4993 27.1327 12.4993 27C12.4993 26.8674 12.552 26.7401 12.6458 26.6463L15.4996 23.7925V16.8663L9.49959 20.33L8.48209 24.125C8.45445 24.2321 8.3921 24.327 8.3048 24.3948C8.21749 24.4627 8.11016 24.4997 7.99959 24.5C7.95732 24.5 7.91525 24.4941 7.87459 24.4825C7.81114 24.4656 7.75165 24.4363 7.69952 24.3963C7.6474 24.3563 7.60366 24.3065 7.57081 24.2496C7.53796 24.1927 7.51664 24.1299 7.50806 24.0648C7.49949 23.9997 7.50383 23.9335 7.52084 23.87L8.45959 20.3638L4.88459 19.4888C4.82065 19.473 4.76045 19.4448 4.70741 19.4058C4.65437 19.3668 4.60953 19.3177 4.57547 19.2613C4.5414 19.205 4.51876 19.1425 4.50886 19.0774C4.49895 19.0123 4.50196 18.9458 4.51772 18.8819C4.53348 18.818 4.56167 18.7578 4.6007 18.7047C4.63973 18.6517 4.68882 18.6069 4.74517 18.5728C4.80153 18.5387 4.86404 18.5161 4.92914 18.5062C4.99424 18.4963 5.06065 18.4993 5.12459 18.515L8.99959 19.4663L14.9996 16L8.99959 12.5338L5.12459 13.485C5.08371 13.4952 5.04172 13.5002 4.99959 13.5C4.87729 13.5009 4.75891 13.4569 4.66686 13.3763C4.57481 13.2958 4.51547 13.1843 4.50007 13.063C4.48468 12.9417 4.51429 12.8189 4.5833 12.7179C4.65232 12.6169 4.75595 12.5448 4.87459 12.515L8.44959 11.64L7.51709 8.12503C7.4953 8.00118 7.52097 7.87367 7.58899 7.76791C7.65702 7.66214 7.7624 7.58589 7.88413 7.55435C8.00586 7.52282 8.13501 7.53831 8.24583 7.59774C8.35665 7.65717 8.44101 7.75618 8.48209 7.87503L9.49959 11.67L15.4996 15.1338V8.20753L12.6458 5.35378C12.552 5.25996 12.4993 5.13272 12.4993 5.00003C12.4993 4.86735 12.552 4.7401 12.6458 4.64628C12.7397 4.55246 12.8669 4.49976 12.9996 4.49976C13.1323 4.49976 13.2595 4.55246 13.3533 4.64628L15.9996 7.29253L18.6458 4.64628C18.6923 4.59983 18.7474 4.56298 18.8081 4.53784C18.8688 4.5127 18.9339 4.49976 18.9996 4.49976C19.0653 4.49976 19.1303 4.5127 19.191 4.53784C19.2517 4.56298 19.3069 4.59983 19.3533 4.64628C19.3998 4.69274 19.4366 4.74789 19.4618 4.80859C19.4869 4.86928 19.4999 4.93434 19.4999 5.00003C19.4999 5.06573 19.4869 5.13079 19.4618 5.19148C19.4366 5.25218 19.3998 5.30733 19.3533 5.35378L16.4996 8.20753V15.1338L22.4996 11.67L23.5171 7.87503C23.5582 7.75618 23.6425 7.65717 23.7534 7.59774C23.8642 7.53831 23.9933 7.52282 24.1151 7.55435C24.2368 7.58589 24.3422 7.66214 24.4102 7.76791C24.4782 7.87367 24.5039 8.00118 24.4821 8.12503L23.5433 11.6313L27.1183 12.5063C27.2501 12.522 27.3702 12.5895 27.4523 12.6938C27.5343 12.7981 27.5716 12.9308 27.5558 13.0625C27.5401 13.1943 27.4726 13.3144 27.3683 13.3965C27.264 13.4785 27.1314 13.5158 26.9996 13.5C26.9575 13.5002 26.9155 13.4952 26.8746 13.485L22.9996 12.5338L16.9996 16L22.9996 19.4663L26.8746 18.515C26.9387 18.4986 27.0054 18.4951 27.0709 18.5046C27.1364 18.5142 27.1994 18.5366 27.2561 18.5707C27.3129 18.6048 27.3623 18.6498 27.4015 18.7031C27.4407 18.7564 27.469 18.817 27.4846 18.8813Z"
|
|
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="M27.9707 18.7612C28.0021 18.8887 28.008 19.0212 27.9882 19.1511C27.9684 19.2809 27.9231 19.4056 27.8551 19.5179C27.7871 19.6303 27.6976 19.7282 27.5918 19.8059C27.4859 19.8837 27.3658 19.9399 27.2382 19.9712L24.1582 20.7212L24.9657 23.7349C24.9997 23.8618 25.0084 23.9942 24.9913 24.1244C24.9741 24.2547 24.9315 24.3803 24.8658 24.494C24.8001 24.6078 24.7126 24.7075 24.6084 24.7874C24.5041 24.8674 24.3851 24.926 24.2582 24.9599C24.174 24.9842 24.0871 24.9977 23.9995 24.9999C23.7795 24.9997 23.5657 24.927 23.3912 24.793C23.2168 24.659 23.0914 24.4712 23.0345 24.2587L22.0695 20.6587L16.9995 17.7324V23.5862L19.707 26.2924C19.7999 26.3854 19.8736 26.4957 19.9239 26.6171C19.9741 26.7384 20 26.8686 20 26.9999C20 27.1313 19.9741 27.2614 19.9239 27.3828C19.8736 27.5042 19.7999 27.6145 19.707 27.7074C19.6141 27.8004 19.5038 27.8741 19.3824 27.9243C19.261 27.9746 19.1309 28.0005 18.9995 28.0005C18.8681 28.0005 18.738 27.9746 18.6166 27.9243C18.4952 27.8741 18.3849 27.8004 18.292 27.7074L15.9995 25.4137L13.707 27.7074C13.6141 27.8004 13.5038 27.8741 13.3824 27.9243C13.261 27.9746 13.1309 28.0005 12.9995 28.0005C12.8681 28.0005 12.738 27.9746 12.6166 27.9243C12.4952 27.8741 12.3849 27.8004 12.292 27.7074C12.1991 27.6145 12.1254 27.5042 12.0751 27.3828C12.0248 27.2614 11.9989 27.1313 11.9989 26.9999C11.9989 26.8686 12.0248 26.7384 12.0751 26.6171C12.1254 26.4957 12.1991 26.3854 12.292 26.2924L14.9995 23.5862V17.7324L9.93071 20.6587L8.96571 24.2587C8.90874 24.4714 8.78315 24.6593 8.60844 24.7934C8.43373 24.9274 8.21966 25 7.99946 24.9999C7.91171 24.9998 7.82434 24.9885 7.73946 24.9662C7.61255 24.9322 7.49358 24.8736 7.38933 24.7937C7.28508 24.7137 7.19761 24.614 7.1319 24.5003C7.0662 24.3865 7.02356 24.2609 7.00641 24.1307C6.98926 24.0004 6.99794 23.8681 7.03196 23.7412L7.83946 20.7274L4.75946 19.9774C4.50187 19.9141 4.27999 19.7511 4.14261 19.5242C4.00524 19.2972 3.96364 19.025 4.02696 18.7674C4.09028 18.5099 4.25334 18.288 4.48026 18.1506C4.70718 18.0132 4.97937 17.9716 5.23696 18.0349L8.91821 18.9387L13.9995 15.9999L8.91946 13.0674L5.23821 13.9712C5.16011 13.9905 5.07992 14.0002 4.99946 13.9999C4.75495 14.0001 4.51885 13.9107 4.3358 13.7486C4.15275 13.5865 4.03543 13.3629 4.00603 13.1202C3.97663 12.8774 4.03718 12.6323 4.17624 12.4312C4.3153 12.2301 4.52323 12.0869 4.76071 12.0287L7.84071 11.2787L7.03321 8.2587C6.96459 8.00243 7.00058 7.7294 7.13326 7.49967C7.26594 7.26994 7.48445 7.10232 7.74071 7.0337C7.99698 6.96507 8.27001 7.00106 8.49974 7.13374C8.72947 7.26642 8.89709 7.48493 8.96571 7.7412L9.93071 11.3412L14.9995 14.2674V8.4137L12.292 5.70745C12.1043 5.5198 11.9989 5.26531 11.9989 4.99995C11.9989 4.86855 12.0248 4.73844 12.0751 4.61705C12.1254 4.49566 12.1991 4.38536 12.292 4.29245C12.3849 4.19954 12.4952 4.12584 12.6166 4.07555C12.738 4.02527 12.8681 3.99939 12.9995 3.99939C13.2648 3.99939 13.5193 4.1048 13.707 4.29245L15.9995 6.5862L18.292 4.29245C18.4796 4.10481 18.7341 3.99939 18.9995 3.99939C19.2648 3.99939 19.5193 4.1048 19.707 4.29245C19.8946 4.48009 20 4.73458 20 4.99995C20 5.26531 19.8946 5.5198 19.707 5.70745L16.9995 8.4137V14.2674L22.0682 11.3412L23.0332 7.7412C23.1018 7.48493 23.2695 7.26642 23.4992 7.13374C23.7289 7.00106 24.0019 6.96507 24.2582 7.0337C24.5145 7.10232 24.733 7.26994 24.8657 7.49967C24.9984 7.7294 25.0343 8.00243 24.9657 8.2587L24.1582 11.2724L27.2382 12.0224C27.4823 12.0746 27.6981 12.2161 27.8432 12.4193C27.9882 12.6224 28.0521 12.8724 28.0222 13.1203C27.9922 13.3681 27.8707 13.5957 27.6815 13.7585C27.4922 13.9213 27.249 14.0074 26.9995 13.9999C26.919 14.0002 26.8388 13.9905 26.7607 13.9712L23.0795 13.0674L17.9995 15.9999L23.0795 18.9324L26.7607 18.0287C26.8883 17.9973 27.0207 17.9914 27.1506 18.0112C27.2804 18.031 27.4051 18.0763 27.5175 18.1443C27.6298 18.2123 27.7277 18.3018 27.8055 18.4077C27.8832 18.5135 27.9394 18.6336 27.9707 18.7612Z"
|
|
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="M28.4571 18.6425C28.5518 19.0287 28.4892 19.4367 28.2832 19.7768C28.0772 20.1169 27.7445 20.3613 27.3584 20.4562L24.7746 21.0912L25.4496 23.6112C25.5527 23.9955 25.499 24.4049 25.3002 24.7495C25.1014 25.0941 24.7739 25.3456 24.3896 25.4487C24.0054 25.5518 23.5959 25.4981 23.2513 25.2993C22.9067 25.1005 22.6552 24.773 22.5521 24.3887L21.6409 20.9887L17.5009 18.5975V23.375L20.0609 25.935C20.2004 26.0745 20.3111 26.2401 20.3866 26.4225C20.4621 26.6048 20.501 26.8001 20.501 26.9975C20.501 27.1948 20.4621 27.3902 20.3866 27.5725C20.3111 27.7548 20.2004 27.9204 20.0609 28.06C19.9213 28.1995 19.7557 28.3102 19.5734 28.3857C19.3911 28.4612 19.1957 28.5001 18.9984 28.5001C18.801 28.5001 18.6057 28.4612 18.4234 28.3857C18.241 28.3102 18.0754 28.1995 17.9359 28.06L16.0009 26.125L14.0621 28.065C13.9226 28.2045 13.7569 28.3152 13.5746 28.3907C13.3923 28.4662 13.1969 28.5051 12.9996 28.5051C12.8023 28.5051 12.6069 28.4662 12.4246 28.3907C12.2423 28.3152 12.0767 28.2045 11.9371 28.065C11.7976 27.9254 11.6869 27.7598 11.6114 27.5775C11.5359 27.3952 11.497 27.1998 11.497 27.0025C11.497 26.8051 11.5359 26.6098 11.6114 26.4275C11.6869 26.2451 11.7976 26.0795 11.9371 25.94L14.5009 23.375V18.5975L10.3609 20.9887L9.44962 24.3887C9.34652 24.773 9.09501 25.1005 8.75041 25.2993C8.40581 25.4981 7.99636 25.5518 7.61212 25.4487C7.22789 25.3456 6.90035 25.0941 6.70157 24.7495C6.50278 24.4049 6.44902 23.9955 6.55212 23.6112L7.22712 21.0912L4.64337 20.4562C4.4477 20.4136 4.26254 20.3321 4.09883 20.2168C3.93512 20.1014 3.79617 19.9544 3.69018 19.7845C3.58419 19.6146 3.5133 19.4251 3.48169 19.2274C3.45008 19.0296 3.4584 18.8275 3.50615 18.633C3.55389 18.4385 3.64011 18.2556 3.7597 18.0949C3.8793 17.9343 4.02985 17.7992 4.20249 17.6977C4.37512 17.5961 4.56634 17.5302 4.76486 17.5038C4.96338 17.4773 5.16519 17.4909 5.35837 17.5437L8.84462 18.4L13.0009 16L8.84462 13.6L5.35837 14.4562C5.24144 14.4854 5.12138 14.5 5.00087 14.5C4.63471 14.4992 4.28149 14.3644 4.00779 14.1212C3.7341 13.8779 3.55882 13.543 3.51502 13.1794C3.47121 12.8159 3.56189 12.4489 3.76996 12.1476C3.97804 11.8463 4.28914 11.6315 4.64462 11.5437L7.22837 10.9087L6.55337 8.38872C6.45027 8.00449 6.50403 7.59504 6.70282 7.25044C6.9016 6.90584 7.22914 6.65433 7.61337 6.55122C7.99761 6.44812 8.40706 6.50188 8.75166 6.70067C9.09626 6.89945 9.34777 7.22699 9.45087 7.61122L10.3621 11.0112L14.5009 13.4012V8.62497L11.9409 6.05997C11.8013 5.92045 11.6907 5.7548 11.6152 5.5725C11.5396 5.39019 11.5008 5.1948 11.5008 4.99747C11.5008 4.59896 11.6591 4.21677 11.9409 3.93497C12.2227 3.65318 12.6049 3.49487 13.0034 3.49487C13.2007 3.49487 13.3961 3.53374 13.5784 3.60925C13.7607 3.68476 13.9263 3.79545 14.0659 3.93497L16.0009 5.87497L17.9396 3.93497C18.0792 3.79545 18.2448 3.68476 18.4271 3.60925C18.6094 3.53374 18.8048 3.49487 19.0021 3.49487C19.1994 3.49487 19.3948 3.53374 19.5771 3.60925C19.7594 3.68476 19.9251 3.79545 20.0646 3.93497C20.2042 4.0745 20.3148 4.24015 20.3903 4.42245C20.4659 4.60476 20.5047 4.80015 20.5047 4.99747C20.5047 5.1948 20.4659 5.39019 20.3903 5.5725C20.3148 5.7548 20.2042 5.92045 20.0646 6.05997L17.5009 8.62497V13.405L21.6409 11.015L22.5521 7.61497C22.6552 7.23074 22.9067 6.9032 23.2513 6.70442C23.5959 6.50563 24.0054 6.45187 24.3896 6.55497C24.7739 6.65808 25.1014 6.90959 25.3002 7.25419C25.499 7.59879 25.5527 8.00824 25.4496 8.39247L24.7746 10.9125L27.3584 11.5475C27.7106 11.6382 28.0179 11.8538 28.223 12.1542C28.4281 12.4546 28.5171 12.8193 28.4734 13.1804C28.4296 13.5415 28.2562 13.8744 27.9853 14.1171C27.7144 14.3599 27.3646 14.4959 27.0009 14.5C26.8799 14.5002 26.7595 14.4855 26.6421 14.4562L23.1559 13.6L19.0009 16L23.1571 18.4L26.6434 17.5437C27.0296 17.4491 27.4376 17.5116 27.7777 17.7176C28.1178 17.9237 28.3622 18.2563 28.4571 18.6425Z"
|
|
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="M27.9707 18.7612C28.0021 18.8887 28.008 19.0212 27.9882 19.1511C27.9684 19.2809 27.9231 19.4056 27.8551 19.5179C27.7871 19.6303 27.6976 19.7282 27.5918 19.8059C27.4859 19.8837 27.3658 19.9399 27.2382 19.9712L24.1582 20.7212L24.9657 23.7349C24.9997 23.8618 25.0084 23.9942 24.9913 24.1244C24.9741 24.2547 24.9315 24.3803 24.8658 24.494C24.8001 24.6078 24.7126 24.7075 24.6084 24.7874C24.5041 24.8674 24.3851 24.926 24.2582 24.9599C24.174 24.9842 24.0871 24.9977 23.9995 24.9999C23.7795 24.9997 23.5657 24.927 23.3912 24.793C23.2168 24.659 23.0914 24.4712 23.0345 24.2587L22.0695 20.6587L16.9995 17.7324V23.5862L19.707 26.2924C19.7999 26.3854 19.8736 26.4957 19.9239 26.6171C19.9741 26.7384 20 26.8686 20 26.9999C20 27.1313 19.9741 27.2614 19.9239 27.3828C19.8736 27.5042 19.7999 27.6145 19.707 27.7074C19.6141 27.8004 19.5038 27.8741 19.3824 27.9243C19.261 27.9746 19.1309 28.0005 18.9995 28.0005C18.8681 28.0005 18.738 27.9746 18.6166 27.9243C18.4952 27.8741 18.3849 27.8004 18.292 27.7074L15.9995 25.4137L13.707 27.7074C13.6141 27.8004 13.5038 27.8741 13.3824 27.9243C13.261 27.9746 13.1309 28.0005 12.9995 28.0005C12.8681 28.0005 12.738 27.9746 12.6166 27.9243C12.4952 27.8741 12.3849 27.8004 12.292 27.7074C12.1991 27.6145 12.1254 27.5042 12.0751 27.3828C12.0248 27.2614 11.9989 27.1313 11.9989 26.9999C11.9989 26.8686 12.0248 26.7384 12.0751 26.6171C12.1254 26.4957 12.1991 26.3854 12.292 26.2924L14.9995 23.5862V17.7324L9.93071 20.6587L8.96571 24.2587C8.90874 24.4714 8.78315 24.6593 8.60844 24.7934C8.43373 24.9274 8.21966 25 7.99946 24.9999C7.91171 24.9998 7.82434 24.9885 7.73946 24.9662C7.61255 24.9322 7.49358 24.8736 7.38933 24.7937C7.28508 24.7137 7.19761 24.614 7.1319 24.5003C7.0662 24.3865 7.02356 24.2609 7.00641 24.1307C6.98926 24.0004 6.99794 23.8681 7.03196 23.7412L7.83946 20.7274L4.75946 19.9774C4.50187 19.9141 4.27999 19.7511 4.14261 19.5242C4.00524 19.2972 3.96364 19.025 4.02696 18.7674C4.09028 18.5099 4.25334 18.288 4.48026 18.1506C4.70718 18.0132 4.97937 17.9716 5.23696 18.0349L8.91821 18.9387L13.9995 15.9999L8.91946 13.0674L5.23821 13.9712C5.16011 13.9905 5.07992 14.0002 4.99946 13.9999C4.75495 14.0001 4.51885 13.9107 4.3358 13.7486C4.15275 13.5865 4.03543 13.3629 4.00603 13.1202C3.97663 12.8774 4.03718 12.6323 4.17624 12.4312C4.3153 12.2301 4.52323 12.0869 4.76071 12.0287L7.84071 11.2787L7.03321 8.2587C6.96459 8.00243 7.00058 7.7294 7.13326 7.49967C7.26594 7.26994 7.48445 7.10232 7.74071 7.0337C7.99698 6.96507 8.27001 7.00106 8.49974 7.13374C8.72947 7.26642 8.89709 7.48493 8.96571 7.7412L9.93071 11.3412L14.9995 14.2674V8.4137L12.292 5.70745C12.1043 5.5198 11.9989 5.26531 11.9989 4.99995C11.9989 4.86855 12.0248 4.73844 12.0751 4.61705C12.1254 4.49566 12.1991 4.38536 12.292 4.29245C12.3849 4.19954 12.4952 4.12584 12.6166 4.07555C12.738 4.02527 12.8681 3.99939 12.9995 3.99939C13.2648 3.99939 13.5193 4.1048 13.707 4.29245L15.9995 6.5862L18.292 4.29245C18.4796 4.10481 18.7341 3.99939 18.9995 3.99939C19.2648 3.99939 19.5193 4.1048 19.707 4.29245C19.8946 4.48009 20 4.73458 20 4.99995C20 5.26531 19.8946 5.5198 19.707 5.70745L16.9995 8.4137V14.2674L22.0682 11.3412L23.0332 7.7412C23.1018 7.48493 23.2695 7.26642 23.4992 7.13374C23.7289 7.00106 24.0019 6.96507 24.2582 7.0337C24.5145 7.10232 24.733 7.26994 24.8657 7.49967C24.9984 7.7294 25.0343 8.00243 24.9657 8.2587L24.1582 11.2724L27.2382 12.0224C27.4823 12.0746 27.6981 12.2161 27.8432 12.4193C27.9882 12.6224 28.0521 12.8724 28.0222 13.1203C27.9922 13.3681 27.8707 13.5957 27.6815 13.7585C27.4922 13.9213 27.249 14.0074 26.9995 13.9999C26.919 14.0002 26.8388 13.9905 26.7607 13.9712L23.0795 13.0674L17.9995 15.9999L23.0795 18.9324L26.7607 18.0287C26.8883 17.9973 27.0207 17.9914 27.1506 18.0112C27.2804 18.031 27.4051 18.0763 27.5175 18.1443C27.6298 18.2123 27.7277 18.3018 27.8055 18.4077C27.8832 18.5135 27.9394 18.6336 27.9707 18.7612Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M27.9707 18.7612C28.0021 18.8887 28.008 19.0212 27.9882 19.1511C27.9684 19.2809 27.9231 19.4056 27.8551 19.5179C27.7871 19.6303 27.6976 19.7282 27.5918 19.8059C27.4859 19.8837 27.3658 19.9399 27.2382 19.9712L24.1582 20.7212L24.9657 23.7349C24.9997 23.8618 25.0084 23.9942 24.9913 24.1244C24.9741 24.2547 24.9315 24.3803 24.8658 24.494C24.8001 24.6078 24.7126 24.7075 24.6084 24.7874C24.5041 24.8674 24.3851 24.926 24.2582 24.9599C24.174 24.9842 24.0871 24.9977 23.9995 24.9999C23.7795 24.9997 23.5657 24.927 23.3912 24.793C23.2168 24.659 23.0914 24.4712 23.0345 24.2587L22.0695 20.6587L16.9995 17.7324V23.5862L19.707 26.2924C19.7999 26.3854 19.8736 26.4957 19.9239 26.6171C19.9741 26.7384 20 26.8686 20 26.9999C20 27.1313 19.9741 27.2614 19.9239 27.3828C19.8736 27.5042 19.7999 27.6145 19.707 27.7074C19.6141 27.8004 19.5038 27.8741 19.3824 27.9243C19.261 27.9746 19.1309 28.0005 18.9995 28.0005C18.8681 28.0005 18.738 27.9746 18.6166 27.9243C18.4952 27.8741 18.3849 27.8004 18.292 27.7074L15.9995 25.4137L13.707 27.7074C13.6141 27.8004 13.5038 27.8741 13.3824 27.9243C13.261 27.9746 13.1309 28.0005 12.9995 28.0005C12.8681 28.0005 12.738 27.9746 12.6166 27.9243C12.4952 27.8741 12.3849 27.8004 12.292 27.7074C12.1991 27.6145 12.1254 27.5042 12.0751 27.3828C12.0248 27.2614 11.9989 27.1313 11.9989 26.9999C11.9989 26.8686 12.0248 26.7384 12.0751 26.6171C12.1254 26.4957 12.1991 26.3854 12.292 26.2924L14.9995 23.5862V17.7324L9.93071 20.6587L8.96571 24.2587C8.90874 24.4714 8.78315 24.6593 8.60844 24.7934C8.43373 24.9274 8.21966 25 7.99946 24.9999C7.91171 24.9998 7.82434 24.9885 7.73946 24.9662C7.61255 24.9322 7.49358 24.8736 7.38933 24.7937C7.28508 24.7137 7.19761 24.614 7.1319 24.5003C7.0662 24.3865 7.02356 24.2609 7.00641 24.1307C6.98926 24.0004 6.99794 23.8681 7.03196 23.7412L7.83946 20.7274L4.75946 19.9774C4.50187 19.9141 4.27999 19.7511 4.14261 19.5242C4.00524 19.2972 3.96364 19.025 4.02696 18.7674C4.09028 18.5099 4.25334 18.288 4.48026 18.1506C4.70718 18.0132 4.97937 17.9716 5.23696 18.0349L8.91821 18.9387L13.9995 15.9999L8.91946 13.0674L5.23821 13.9712C5.16011 13.9905 5.07992 14.0002 4.99946 13.9999C4.75495 14.0001 4.51885 13.9107 4.3358 13.7486C4.15275 13.5865 4.03543 13.3629 4.00603 13.1202C3.97663 12.8774 4.03718 12.6323 4.17624 12.4312C4.3153 12.2301 4.52323 12.0869 4.76071 12.0287L7.84071 11.2787L7.03321 8.2587C6.96459 8.00243 7.00058 7.7294 7.13326 7.49967C7.26594 7.26994 7.48445 7.10232 7.74071 7.0337C7.99698 6.96507 8.27001 7.00106 8.49974 7.13374C8.72947 7.26642 8.89709 7.48493 8.96571 7.7412L9.93071 11.3412L14.9995 14.2674V8.4137L12.292 5.70745C12.1043 5.5198 11.9989 5.26531 11.9989 4.99995C11.9989 4.86855 12.0248 4.73844 12.0751 4.61705C12.1254 4.49566 12.1991 4.38536 12.292 4.29245C12.3849 4.19954 12.4952 4.12584 12.6166 4.07555C12.738 4.02527 12.8681 3.99939 12.9995 3.99939C13.2648 3.99939 13.5193 4.1048 13.707 4.29245L15.9995 6.5862L18.292 4.29245C18.4796 4.10481 18.7341 3.99939 18.9995 3.99939C19.2648 3.99939 19.5193 4.1048 19.707 4.29245C19.8946 4.48009 20 4.73458 20 4.99995C20 5.26531 19.8946 5.5198 19.707 5.70745L16.9995 8.4137V14.2674L22.0682 11.3412L23.0332 7.7412C23.1018 7.48493 23.2695 7.26642 23.4992 7.13374C23.7289 7.00106 24.0019 6.96507 24.2582 7.0337C24.5145 7.10232 24.733 7.26994 24.8657 7.49967C24.9984 7.7294 25.0343 8.00243 24.9657 8.2587L24.1582 11.2724L27.2382 12.0224C27.4823 12.0746 27.6981 12.2161 27.8432 12.4193C27.9882 12.6224 28.0521 12.8724 28.0222 13.1203C27.9922 13.3681 27.8707 13.5957 27.6815 13.7585C27.4922 13.9213 27.249 14.0074 26.9995 13.9999C26.919 14.0002 26.8388 13.9905 26.7607 13.9712L23.0795 13.0674L17.9995 15.9999L23.0795 18.9324L26.7607 18.0287C26.8883 17.9973 27.0207 17.9914 27.1506 18.0112C27.2804 18.031 27.4051 18.0763 27.5175 18.1443C27.6298 18.2123 27.7277 18.3018 27.8055 18.4077C27.8832 18.5135 27.9394 18.6336 27.9707 18.7612Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
}
|
|
39
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
40
|
+
<path
|
|
41
|
+
d="M27.7283 18.8212C27.7518 18.9169 27.7562 19.0163 27.7413 19.1137C27.7264 19.2112 27.6924 19.3047 27.6414 19.389C27.5903 19.4732 27.5231 19.5466 27.4436 19.6049C27.3642 19.6632 27.274 19.7053 27.1783 19.7287L23.8508 20.5462L24.7258 23.8062C24.7513 23.9013 24.7579 24.0006 24.745 24.0982C24.7322 24.1959 24.7003 24.29 24.6511 24.3754C24.6019 24.4607 24.5363 24.5355 24.4582 24.5954C24.3801 24.6554 24.2909 24.6994 24.1958 24.725C24.1325 24.7412 24.0674 24.7496 24.002 24.75C23.8368 24.7501 23.6761 24.6956 23.545 24.595C23.4139 24.4944 23.3197 24.3534 23.277 24.1937L22.2833 20.5L16.7495 17.2987V23.69L19.5295 26.47C19.6032 26.5386 19.6623 26.6214 19.7033 26.7134C19.7443 26.8054 19.7664 26.9047 19.7681 27.0054C19.7699 27.1061 19.7514 27.2062 19.7137 27.2996C19.6759 27.393 19.6198 27.4778 19.5486 27.549C19.4774 27.6202 19.3925 27.6764 19.2991 27.7141C19.2057 27.7518 19.1057 27.7703 19.005 27.7686C18.9043 27.7668 18.805 27.7447 18.713 27.7038C18.621 27.6628 18.5382 27.6037 18.4695 27.53L15.9995 25.0612L13.5295 27.53C13.3874 27.6625 13.1993 27.7346 13.005 27.7311C12.8107 27.7277 12.6253 27.649 12.4879 27.5116C12.3505 27.3742 12.2718 27.1888 12.2684 26.9945C12.2649 26.8002 12.3371 26.6121 12.4695 26.47L15.2495 23.69V17.2987L9.71579 20.5L8.72454 24.2C8.68069 24.3584 8.58598 24.4981 8.45499 24.5975C8.32399 24.6969 8.16396 24.7504 7.99954 24.75C7.93418 24.7496 7.86911 24.7412 7.80579 24.725C7.71066 24.6994 7.62149 24.6554 7.54338 24.5954C7.46526 24.5355 7.39972 24.4607 7.35051 24.3754C7.30129 24.29 7.26936 24.1959 7.25654 24.0982C7.24372 24.0006 7.25026 23.9013 7.27579 23.8062L8.15079 20.5462L4.82329 19.7287C4.63001 19.6813 4.46348 19.5591 4.36034 19.3889C4.25719 19.2187 4.22588 19.0145 4.27329 18.8212C4.3207 18.6279 4.44294 18.4614 4.61313 18.3583C4.78332 18.2551 4.98751 18.2238 5.18079 18.2712L8.95954 19.2L14.4995 16L8.95704 12.8L5.17829 13.7287C5.1198 13.7431 5.05977 13.7502 4.99954 13.75C4.81596 13.7503 4.63862 13.6834 4.50111 13.5617C4.36361 13.4401 4.2755 13.2722 4.25347 13.09C4.23144 12.9077 4.27702 12.7237 4.38158 12.5728C4.48613 12.4219 4.64241 12.3146 4.82079 12.2712L8.14829 11.4537L7.27329 8.19372C7.24551 8.09786 7.23714 7.99743 7.24867 7.89829C7.2602 7.79916 7.2914 7.70333 7.34044 7.61641C7.38948 7.52949 7.45537 7.45323 7.53426 7.3921C7.61315 7.33097 7.70344 7.2862 7.79985 7.26042C7.89626 7.23463 7.99685 7.22834 8.09572 7.24193C8.1946 7.25551 8.28976 7.28869 8.37565 7.33952C8.46153 7.39035 8.53641 7.45781 8.59589 7.53795C8.65537 7.61809 8.69826 7.70929 8.72204 7.80622L9.71329 11.5062L15.2495 14.7012V8.30997L12.4695 5.52997C12.3371 5.38779 12.2649 5.19975 12.2684 5.00545C12.2718 4.81114 12.3505 4.62576 12.4879 4.48835C12.6253 4.35093 12.8107 4.27222 13.005 4.26879C13.1993 4.26537 13.3874 4.33749 13.5295 4.46997L15.9995 6.93872L18.4695 4.46997C18.6117 4.33749 18.7998 4.26537 18.9941 4.26879C19.1884 4.27222 19.3737 4.35093 19.5112 4.48835C19.6486 4.62576 19.7273 4.81114 19.7307 5.00545C19.7341 5.19975 19.662 5.38779 19.5295 5.52997L16.7495 8.30997V14.7012L22.2833 11.5062L23.2745 7.80622C23.2983 7.70929 23.3412 7.61809 23.4007 7.53795C23.4602 7.45781 23.535 7.39035 23.6209 7.33952C23.7068 7.28869 23.802 7.25551 23.9009 7.24193C23.9997 7.22834 24.1003 7.23463 24.1967 7.26042C24.2931 7.2862 24.3834 7.33097 24.4623 7.3921C24.5412 7.45323 24.6071 7.52949 24.6561 7.61641C24.7052 7.70333 24.7364 7.79916 24.7479 7.89829C24.7594 7.99743 24.7511 8.09786 24.7233 8.19372L23.8483 11.4537L27.1758 12.2712C27.354 12.3146 27.5101 12.4217 27.6146 12.5723C27.7192 12.7229 27.765 12.9067 27.7433 13.0887C27.7216 13.2708 27.6339 13.4386 27.4969 13.5605C27.3598 13.6823 27.1829 13.7497 26.9995 13.75C26.9393 13.7502 26.8793 13.7431 26.8208 13.7287L23.042 12.8L17.4995 16L23.042 19.2L26.8208 18.2712C26.9165 18.2477 27.0159 18.2433 27.1133 18.2582C27.2107 18.2731 27.3042 18.3071 27.3885 18.3581C27.4728 18.4092 27.5462 18.4764 27.6045 18.5559C27.6628 18.6353 27.7049 18.7255 27.7283 18.8212Z"
|
|
42
|
+
fill="currentColor" />
|
|
43
|
+
</svg>
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default Snowflake;
|