@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,61 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Gear = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M16.0003 10.5001C14.9125 10.5001 13.8491 10.8226 12.9447 11.427C12.0402 12.0313 11.3352 12.8903 10.919 13.8953C10.5027 14.9003 10.3938 16.0062 10.606 17.0731C10.8182 18.14 11.342 19.12 12.1112 19.8891C12.8804 20.6583 13.8604 21.1822 14.9273 21.3944C15.9942 21.6066 17.1001 21.4977 18.1051 21.0814C19.1101 20.6651 19.969 19.9602 20.5734 19.0557C21.1777 18.1512 21.5003 17.0879 21.5003 16.0001C21.4986 14.5419 20.9187 13.1439 19.8876 12.1128C18.8565 11.0817 17.4585 10.5017 16.0003 10.5001ZM16.0003 20.5001C15.1103 20.5001 14.2403 20.2361 13.5002 19.7417C12.7602 19.2472 12.1834 18.5444 11.8428 17.7221C11.5023 16.8999 11.4131 15.9951 11.5868 15.1222C11.7604 14.2492 12.189 13.4474 12.8183 12.8181C13.4477 12.1887 14.2495 11.7602 15.1224 11.5865C15.9953 11.4129 16.9001 11.502 17.7224 11.8426C18.5446 12.1832 19.2474 12.76 19.7419 13.5C20.2364 14.24 20.5003 15.11 20.5003 16.0001C20.5003 17.1935 20.0262 18.3381 19.1823 19.182C18.3384 20.026 17.1938 20.5001 16.0003 20.5001ZM26.4916 16.4388C26.5024 16.1463 26.5024 15.8546 26.4916 15.5638L28.4703 13.0901C28.5194 13.029 28.5535 12.9573 28.5698 12.8806C28.5861 12.804 28.5841 12.7246 28.5641 12.6488C28.2679 11.5416 27.8261 10.4786 27.2503 9.48756C27.2117 9.41944 27.1577 9.36133 27.0926 9.31791C27.0274 9.27449 26.953 9.24697 26.8753 9.23756L23.7266 8.88756C23.5291 8.67381 23.3216 8.46631 23.1078 8.26881L22.7591 5.12506C22.7496 5.04735 22.7221 4.97293 22.6787 4.90779C22.6353 4.84266 22.5772 4.78863 22.5091 4.75006C21.5193 4.17554 20.4581 3.73423 19.3528 3.43756C19.2771 3.41735 19.1978 3.41519 19.1212 3.43125C19.0445 3.44732 18.9727 3.48116 18.9116 3.53006L16.4391 5.50881C16.1466 5.49714 15.8549 5.49714 15.5641 5.50881L13.0878 3.53006C13.0267 3.48095 12.955 3.44688 12.8784 3.43059C12.8017 3.41431 12.7223 3.41627 12.6466 3.43631C11.5402 3.73267 10.478 4.17443 9.4878 4.75006C9.41969 4.78863 9.36158 4.84266 9.31816 4.90779C9.27473 4.97293 9.24721 5.04735 9.2378 5.12506L8.8878 8.27381C8.67405 8.47131 8.46655 8.67881 8.26905 8.89256L5.1253 9.24131C5.04759 9.25072 4.97317 9.27824 4.90804 9.32166C4.8429 9.36508 4.78888 9.42319 4.7503 9.49131C4.17579 10.481 3.73447 11.5423 3.4378 12.6476C3.41759 12.7232 3.41543 12.8026 3.4315 12.8792C3.44756 12.9558 3.48141 13.0276 3.5303 13.0888L5.50905 15.5613C5.49739 15.8538 5.49739 16.1455 5.50905 16.4363L3.5303 18.9126C3.48119 18.9736 3.44712 19.0454 3.43084 19.122C3.41455 19.1987 3.41651 19.2781 3.43655 19.3538C3.73291 20.4602 4.17468 21.5223 4.7503 22.5126C4.78888 22.5807 4.8429 22.6388 4.90804 22.6822C4.97317 22.7256 5.04759 22.7532 5.1253 22.7626L8.27405 23.1126C8.47155 23.3263 8.67905 23.5338 8.8928 23.7313L9.2428 26.8813C9.25221 26.959 9.27973 27.0334 9.32315 27.0986C9.36658 27.1637 9.42469 27.2177 9.4928 27.2563C10.484 27.8294 11.5465 28.269 12.6528 28.5638C12.7285 28.584 12.8078 28.5862 12.8844 28.5701C12.9611 28.554 13.0329 28.5202 13.0941 28.4713L15.5666 26.4926C15.8591 26.5034 16.1507 26.5034 16.4416 26.4926L18.9153 28.4713C19.0039 28.5424 19.1142 28.5812 19.2278 28.5813C19.27 28.5812 19.312 28.5757 19.3528 28.5651C20.4597 28.2684 21.5223 27.8262 22.5128 27.2501C22.5809 27.2115 22.639 27.1575 22.6825 27.0923C22.7259 27.0272 22.7534 26.9528 22.7628 26.8751L23.1128 23.7263C23.3266 23.5288 23.5341 23.3213 23.7316 23.1076L26.8816 22.7576C26.9593 22.7482 27.0337 22.7206 27.0988 22.6772C27.164 22.6338 27.218 22.5757 27.2566 22.5076C27.8296 21.5164 28.2693 20.4539 28.5641 19.3476C28.5843 19.2719 28.5864 19.1926 28.5704 19.1159C28.5543 19.0393 28.5204 18.9675 28.4716 18.9063L26.4916 16.4388ZM26.5128 21.7926L23.4291 22.1351C23.306 22.1487 23.1925 22.2075 23.1103 22.3001C22.8568 22.5861 22.5863 22.8566 22.3003 23.1101C22.2077 23.1922 22.149 23.3058 22.1353 23.4288L21.7928 26.5113C21.015 26.9413 20.1915 27.283 19.3378 27.5301L16.9153 25.5913C16.8265 25.5206 16.7163 25.4823 16.6028 25.4826H16.5728C16.1915 25.5063 15.8091 25.5063 15.4278 25.4826C15.3041 25.4751 15.182 25.5139 15.0853 25.5913L12.6641 27.5288C11.81 27.2827 10.9861 26.9419 10.2078 26.5126L9.8653 23.4288C9.85165 23.3058 9.79286 23.1922 9.7003 23.1101C9.4143 22.8566 9.14381 22.5861 8.8903 22.3001C8.80814 22.2075 8.69456 22.1487 8.57155 22.1351L5.48905 21.7926C5.05909 21.0147 4.71739 20.1913 4.4703 19.3376L6.40905 16.9151C6.48649 16.8183 6.52525 16.6963 6.5178 16.5726C6.4953 16.1912 6.4953 15.8089 6.5178 15.4276C6.52525 15.3039 6.48649 15.1818 6.40905 15.0851L4.47155 12.6638C4.71764 11.8097 5.05851 10.9858 5.4878 10.2076L8.57155 9.86506C8.69456 9.8514 8.80814 9.79261 8.8903 9.70006C9.14381 9.41405 9.4143 9.14356 9.7003 8.89006C9.79286 8.80789 9.85165 8.69432 9.8653 8.57131L10.2078 5.48881C10.9856 5.05885 11.8091 4.71715 12.6628 4.47006L15.0853 6.40881C15.182 6.48625 15.3041 6.52501 15.4278 6.51756C15.8091 6.49381 16.1915 6.49381 16.5728 6.51756C16.6965 6.52501 16.8186 6.48625 16.9153 6.40881L19.3366 4.47131C20.1906 4.71739 21.0145 5.05826 21.7928 5.48756L22.1353 8.57131C22.149 8.69432 22.2077 8.80789 22.3003 8.89006C22.5863 9.14356 22.8568 9.41405 23.1103 9.70006C23.1925 9.79261 23.306 9.8514 23.4291 9.86506L26.5116 10.2076C26.9415 10.9854 27.2832 11.8088 27.5303 12.6626L25.5916 15.0851C25.5141 15.1818 25.4754 15.3039 25.4828 15.4276C25.5053 15.8089 25.5053 16.1912 25.4828 16.5726C25.4754 16.6963 25.5141 16.8183 25.5916 16.9151L27.5291 19.3363C27.283 20.1904 26.9421 21.0143 26.5128 21.7926Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M16.0001 10.0001C14.8134 10.0001 13.6533 10.352 12.6666 11.0112C11.6799 11.6705 10.9109 12.6076 10.4568 13.704C10.0027 14.8003 9.88384 16.0067 10.1153 17.1706C10.3469 18.3345 10.9183 19.4036 11.7574 20.2427C12.5965 21.0818 13.6656 21.6533 14.8295 21.8848C15.9934 22.1163 17.1998 21.9975 18.2962 21.5433C19.3925 21.0892 20.3296 20.3202 20.9889 19.3335C21.6482 18.3468 22.0001 17.1867 22.0001 16.0001C21.9984 14.4093 21.3657 12.8841 20.2409 11.7592C19.116 10.6344 17.5908 10.0017 16.0001 10.0001ZM16.0001 20.0001C15.2089 20.0001 14.4356 19.7655 13.7778 19.3259C13.12 18.8864 12.6073 18.2617 12.3045 17.5308C12.0018 16.7999 11.9226 15.9956 12.0769 15.2197C12.2313 14.4438 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4438 12.2313 15.2197 12.0769C15.9956 11.9226 16.7999 12.0018 17.5308 12.3045C18.2617 12.6073 18.8864 13.12 19.3259 13.7778C19.7655 14.4356 20.0001 15.2089 20.0001 16.0001C20.0001 17.0609 19.5786 18.0783 18.8285 18.8285C18.0783 19.5786 17.0609 20.0001 16.0001 20.0001ZM27.0001 16.2701C27.0051 16.0901 27.0051 15.9101 27.0001 15.7301L28.8651 13.4001C28.9629 13.2777 29.0305 13.1341 29.0627 12.9808C29.0948 12.8276 29.0905 12.6689 29.0501 12.5176C28.7443 11.3683 28.287 10.2649 27.6901 9.23631C27.6119 9.10171 27.5034 8.98721 27.3732 8.90192C27.243 8.81664 27.0947 8.76292 26.9401 8.74506L23.9751 8.41506C23.8517 8.28506 23.7267 8.16006 23.6001 8.04006L23.2501 5.06756C23.2321 4.91282 23.1782 4.76443 23.0926 4.63422C23.0071 4.50401 22.8924 4.39557 22.7576 4.31756C21.7286 3.72174 20.6253 3.26485 19.4763 2.95881C19.3249 2.91855 19.1662 2.91444 19.0129 2.94679C18.8596 2.97914 18.716 3.04705 18.5938 3.14506L16.2701 5.00006C16.0901 5.00006 15.9101 5.00006 15.7301 5.00006L13.4001 3.13881C13.2777 3.04102 13.1341 2.97333 12.9808 2.9412C12.8276 2.90906 12.6689 2.91338 12.5176 2.95381C11.3685 3.26009 10.2651 3.71741 9.23631 4.31381C9.10171 4.39196 8.98721 4.50046 8.90192 4.63067C8.81664 4.76087 8.76292 4.90919 8.74506 5.06381L8.41506 8.03381C8.28506 8.15797 8.16006 8.28297 8.04006 8.40881L5.06756 8.75006C4.91282 8.76806 4.76443 8.82196 4.63422 8.90747C4.50401 8.99298 4.39557 9.10772 4.31756 9.24256C3.72174 10.2715 3.26485 11.3749 2.95881 12.5238C2.91855 12.6752 2.91444 12.834 2.94679 12.9872C2.97914 13.1405 3.04705 13.2841 3.14506 13.4063L5.00006 15.7301C5.00006 15.9101 5.00006 16.0901 5.00006 16.2701L3.13881 18.6001C3.04102 18.7224 2.97333 18.866 2.9412 19.0193C2.90906 19.1726 2.91338 19.3312 2.95381 19.4826C3.25954 20.6318 3.71689 21.7352 4.31381 22.7638C4.39196 22.8984 4.50046 23.0129 4.63067 23.0982C4.76087 23.1835 4.90919 23.2372 5.06381 23.2551L8.02881 23.5851C8.15298 23.7151 8.27798 23.8401 8.40381 23.9601L8.75006 26.9326C8.76806 27.0873 8.82196 27.2357 8.90747 27.3659C8.99298 27.4961 9.10772 27.6045 9.24256 27.6826C10.2715 28.2784 11.3749 28.7353 12.5238 29.0413C12.6752 29.0816 12.834 29.0857 12.9872 29.0533C13.1405 29.021 13.2841 28.9531 13.4063 28.8551L15.7301 27.0001C15.9101 27.0051 16.0901 27.0051 16.2701 27.0001L18.6001 28.8651C18.7224 28.9629 18.866 29.0305 19.0193 29.0627C19.1726 29.0948 19.3312 29.0905 19.4826 29.0501C20.6318 28.7443 21.7352 28.287 22.7638 27.6901C22.8984 27.6119 23.0129 27.5034 23.0982 27.3732C23.1835 27.243 23.2372 27.0947 23.2551 26.9401L23.5851 23.9751C23.7151 23.8517 23.8401 23.7267 23.9601 23.6001L26.9326 23.2501C27.0873 23.2321 27.2357 23.1782 27.3659 23.0926C27.4961 23.0071 27.6045 22.8924 27.6826 22.7576C28.2784 21.7286 28.7353 20.6253 29.0413 19.4763C29.0816 19.3249 29.0857 19.1662 29.0533 19.0129C29.021 18.8596 28.9531 18.716 28.8551 18.5938L27.0001 16.2701ZM24.9876 15.4576C25.0088 15.8189 25.0088 16.1812 24.9876 16.5426C24.9727 16.79 25.0502 17.0341 25.2051 17.2276L26.9788 19.4438C26.7753 20.0906 26.5147 20.7181 26.2001 21.3188L23.3751 21.6388C23.129 21.6661 22.9019 21.7837 22.7376 21.9688C22.4969 22.2394 22.2407 22.4957 21.9701 22.7363C21.785 22.9006 21.6674 23.1278 21.6401 23.3738L21.3263 26.1963C20.7257 26.5111 20.0982 26.7717 19.4513 26.9751L17.2338 25.2013C17.0564 25.0595 16.8359 24.9824 16.6088 24.9826H16.5488C16.1875 25.0038 15.8252 25.0038 15.4638 24.9826C15.2164 24.9677 14.9723 25.0452 14.7788 25.2001L12.5563 26.9751C11.9095 26.7715 11.282 26.5109 10.6813 26.1963L10.3613 23.3751C10.334 23.129 10.2164 22.9019 10.0313 22.7376C9.76069 22.4969 9.50442 22.2407 9.26381 21.9701C9.09947 21.785 8.87233 21.6674 8.62631 21.6401L5.80381 21.3251C5.48905 20.7244 5.22843 20.097 5.02506 19.4501L6.79881 17.2326C6.95369 17.0391 7.0312 16.795 7.01631 16.5476C6.99506 16.1862 6.99506 15.8239 7.01631 15.4626C7.0312 15.2152 6.95369 14.971 6.79881 14.7776L5.02506 12.5563C5.22859 11.9095 5.4892 11.282 5.80381 10.6813L8.62506 10.3613C8.87108 10.334 9.09822 10.2164 9.26256 10.0313C9.50317 9.76069 9.75944 9.50442 10.0301 9.26381C10.2159 9.09937 10.334 8.8717 10.3613 8.62506L10.6751 5.80381C11.2757 5.48905 11.9032 5.22843 12.5501 5.02506L14.7676 6.79881C14.961 6.95369 15.2052 7.0312 15.4526 7.01631C15.8139 6.99506 16.1762 6.99506 16.5376 7.01631C16.785 7.0312 17.0291 6.95369 17.2226 6.79881L19.4438 5.02506C20.0906 5.22859 20.7181 5.4892 21.3188 5.80381L21.6388 8.62506C21.6661 8.87108 21.7837 9.09822 21.9688 9.26256C22.2394 9.50317 22.4957 9.75944 22.7363 10.0301C22.9006 10.2152 23.1278 10.3327 23.3738 10.3601L26.1963 10.6738C26.5111 11.2744 26.7717 11.9019 26.9751 12.5488L25.2013 14.7663C25.0449 14.9614 24.9673 15.2081 24.9838 15.4576H24.9876Z"
|
|
18
|
+
fill="currentColor"/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M15.9992 9.50002C14.7136 9.50002 13.4569 9.88123 12.388 10.5955C11.3191 11.3097 10.4859 12.3249 9.99397 13.5126C9.502 14.7003 9.37328 16.0072 9.62408 17.2681C9.87489 18.529 10.494 19.6872 11.403 20.5962C12.312 21.5053 13.4702 22.1243 14.7311 22.3751C15.992 22.6259 17.2989 22.4972 18.4866 22.0052C19.6743 21.5133 20.6895 20.6801 21.4037 19.6112C22.118 18.5423 22.4992 17.2856 22.4992 16C22.4972 14.2767 21.8117 12.6246 20.5932 11.406C19.3746 10.1875 17.7225 9.502 15.9992 9.50002ZM15.9992 19.5C15.307 19.5 14.6303 19.2947 14.0547 18.9102C13.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.0357 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.4741 18.4749C17.8177 19.1313 16.9274 19.5 15.9992 19.5ZM27.4992 16.0988V15.9013L29.2492 13.7125C29.3961 13.5291 29.4978 13.3138 29.5463 13.0838C29.5947 12.8539 29.5884 12.6158 29.5279 12.3888C29.2121 11.1976 28.7401 10.0536 28.1242 8.98627C28.0055 8.78274 27.8406 8.61003 27.6428 8.48211C27.4449 8.3542 27.2197 8.27469 26.9854 8.25002L24.2004 7.93752L24.0617 7.79877L23.7492 5.01252C23.7243 4.77844 23.6447 4.55351 23.5168 4.3559C23.3889 4.15829 23.2163 3.99355 23.0129 3.87502C21.9456 3.25713 20.801 2.78342 19.6092 2.46627C19.3819 2.40669 19.1439 2.40133 18.9141 2.45061C18.6844 2.4999 18.4695 2.60246 18.2867 2.75002L16.0979 4.50002H15.9004L13.7117 2.75002C13.5283 2.60312 13.313 2.50136 13.083 2.45294C12.8531 2.40452 12.615 2.4108 12.3879 2.47127C11.1965 2.78903 10.0524 3.26315 8.98544 3.88127C8.7827 3.99931 8.61049 4.16326 8.48262 4.35995C8.35475 4.55664 8.2748 4.78057 8.24919 5.01377L7.93669 7.79877L7.79794 7.93752L5.01169 8.25002C4.77761 8.27488 4.55268 8.35448 4.35507 8.48238C4.15746 8.61029 3.99272 8.7829 3.87419 8.98627C3.25803 10.0539 2.78601 11.1984 2.47044 12.39C2.41018 12.6169 2.40401 12.8547 2.45242 13.0844C2.50083 13.3141 2.60248 13.5293 2.74919 13.7125L4.49919 15.9013V16.0988L2.74919 18.2875C2.60229 18.4709 2.50053 18.6863 2.45211 18.9162C2.40369 19.1461 2.40997 19.3842 2.47044 19.6113C2.7886 20.8028 3.26314 21.9469 3.88169 23.0138C3.99961 23.2163 4.16337 23.3885 4.35982 23.5163C4.55628 23.6442 4.77996 23.7242 5.01294 23.75L7.79794 24.06L7.93669 24.1988L8.24919 26.9875C8.27405 27.2216 8.35365 27.4465 8.48155 27.6441C8.60946 27.8417 8.78207 28.0065 8.98544 28.125C10.0528 28.7429 11.1974 29.2166 12.3892 29.5338C12.6164 29.5933 12.8545 29.5987 13.0842 29.5494C13.3139 29.5001 13.5289 29.3976 13.7117 29.25L15.9004 27.5H16.0979L18.2867 29.25C18.4701 29.3969 18.6854 29.4987 18.9154 29.5471C19.1453 29.5955 19.3834 29.5892 19.6104 29.5288C20.8016 29.213 21.9457 28.741 23.0129 28.125C23.2161 28.0073 23.3888 27.8434 23.5172 27.6467C23.6455 27.45 23.7258 27.2259 23.7517 26.9925L24.0617 24.2075L24.2004 24.0688L26.9867 23.75C27.2201 23.7241 27.4442 23.6438 27.6409 23.5155C27.8376 23.3872 28.0014 23.2145 28.1192 23.0113C28.7371 21.9439 29.2108 20.7994 29.5279 19.6075C29.5878 19.381 29.5937 19.1436 29.5453 18.9144C29.4969 18.6852 29.3955 18.4705 29.2492 18.2875L27.4992 16.0988ZM24.4842 15.4875C24.5042 15.8289 24.5042 16.1711 24.4842 16.5125C24.4619 16.8836 24.5781 17.2498 24.8104 17.54L26.4154 19.5463C26.2639 19.9947 26.0831 20.4328 25.8742 20.8575L23.3204 21.1413C22.9507 21.1835 22.6099 21.3617 22.3642 21.6413C22.1371 21.8971 21.895 22.1392 21.6392 22.3663C21.3597 22.612 21.1815 22.9528 21.1392 23.3225L20.8567 25.875C20.432 26.0848 19.994 26.2664 19.5454 26.4188L17.5392 24.8125C17.2729 24.6001 16.9423 24.4846 16.6017 24.485C16.5717 24.485 16.5417 24.485 16.5117 24.485C16.1703 24.505 15.8281 24.505 15.4867 24.485C15.1158 24.463 14.7499 24.5788 14.4592 24.81L12.4529 26.4163C12.0045 26.2648 11.5664 26.084 11.1417 25.875L10.8579 23.3213C10.8157 22.9515 10.6375 22.6107 10.3579 22.365C10.1021 22.1379 9.86001 21.8958 9.63294 21.64C9.38725 21.3605 9.04642 21.1823 8.67669 21.14L6.12419 20.8575C5.9144 20.4328 5.73276 19.9948 5.58044 19.5463L7.18544 17.54C7.41776 17.2498 7.53402 16.8836 7.51169 16.5125C7.49169 16.1711 7.49169 15.8289 7.51169 15.4875C7.53402 15.1164 7.41776 14.7503 7.18544 14.46L5.58294 12.4538C5.73445 12.0053 5.91525 11.5673 6.12419 11.1425L8.67794 10.8588C9.04768 10.8165 9.3885 10.6383 9.63419 10.3588C9.86126 10.1029 10.1034 9.86084 10.3592 9.63377C10.6387 9.38808 10.8169 9.04725 10.8592 8.67752L11.1417 6.12502C11.5664 5.91523 12.0044 5.73359 12.4529 5.58127L14.4592 7.18752C14.7499 7.41875 15.1158 7.53449 15.4867 7.51252C15.8281 7.49252 16.1703 7.49252 16.5117 7.51252C16.8826 7.53521 17.2488 7.41939 17.5392 7.18752L19.5454 5.58127C19.994 5.73359 20.432 5.91523 20.8567 6.12502L21.1404 8.67877C21.1827 9.0485 21.3609 9.38933 21.6404 9.63502C21.8963 9.86209 22.1384 10.1042 22.3654 10.36C22.6111 10.6395 22.952 10.8177 23.3217 10.86L25.8742 11.1425C26.084 11.5672 26.2656 12.0052 26.4179 12.4538L24.8129 14.46C24.5797 14.7499 24.4626 15.1161 24.4842 15.4875Z"
|
|
27
|
+
fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M27.0001 16.2701C27.0051 16.0901 27.0051 15.9101 27.0001 15.7301L28.8651 13.4001C28.9629 13.2777 29.0305 13.1341 29.0627 12.9808C29.0948 12.8276 29.0905 12.6689 29.0501 12.5176C28.7438 11.3685 28.2865 10.2651 27.6901 9.23631C27.6119 9.10171 27.5034 8.98721 27.3732 8.90192C27.243 8.81664 27.0947 8.76292 26.9401 8.74506L23.9751 8.41506C23.8517 8.28506 23.7267 8.16006 23.6001 8.04006L23.2501 5.06756C23.2321 4.91282 23.1782 4.76443 23.0926 4.63422C23.0071 4.50401 22.8924 4.39557 22.7576 4.31756C21.7288 3.72162 20.6254 3.26512 19.4763 2.96006C19.325 2.91963 19.1663 2.91531 19.013 2.94745C18.8597 2.97958 18.7161 3.04727 18.5938 3.14506L16.2701 5.00006C16.0901 5.00006 15.9101 5.00006 15.7301 5.00006L13.4001 3.13881C13.2777 3.04102 13.1341 2.97333 12.9808 2.9412C12.8276 2.90906 12.6689 2.91338 12.5176 2.95381C11.3685 3.26009 10.2651 3.71741 9.23631 4.31381C9.10171 4.39196 8.98721 4.50046 8.90192 4.63067C8.81664 4.76087 8.76292 4.90919 8.74506 5.06381L8.41506 8.03381C8.28506 8.15797 8.16006 8.28297 8.04006 8.40881L5.06756 8.75006C4.91282 8.76806 4.76443 8.82196 4.63422 8.90747C4.50401 8.99298 4.39557 9.10772 4.31756 9.24256C3.72174 10.2715 3.26485 11.3749 2.95881 12.5238C2.91855 12.6752 2.91444 12.834 2.94679 12.9872C2.97914 13.1405 3.04705 13.2841 3.14506 13.4063L5.00006 15.7301C5.00006 15.9101 5.00006 16.0901 5.00006 16.2701L3.13881 18.6001C3.04102 18.7224 2.97333 18.866 2.9412 19.0193C2.90906 19.1726 2.91338 19.3312 2.95381 19.4826C3.26009 20.6316 3.71741 21.735 4.31381 22.7638C4.39196 22.8984 4.50046 23.0129 4.63067 23.0982C4.76087 23.1835 4.90919 23.2372 5.06381 23.2551L8.02881 23.5851C8.15298 23.7151 8.27798 23.8401 8.40381 23.9601L8.75006 26.9326C8.76806 27.0873 8.82196 27.2357 8.90747 27.3659C8.99298 27.4961 9.10772 27.6045 9.24256 27.6826C10.2715 28.2784 11.3749 28.7353 12.5238 29.0413C12.6752 29.0816 12.834 29.0857 12.9872 29.0533C13.1405 29.021 13.2841 28.9531 13.4063 28.8551L15.7301 27.0001C15.9101 27.0051 16.0901 27.0051 16.2701 27.0001L18.6001 28.8651C18.7224 28.9629 18.866 29.0305 19.0193 29.0627C19.1726 29.0948 19.3312 29.0905 19.4826 29.0501C20.6318 28.7443 21.7352 28.287 22.7638 27.6901C22.8984 27.6119 23.0129 27.5034 23.0982 27.3732C23.1835 27.243 23.2372 27.0947 23.2551 26.9401L23.5851 23.9751C23.7151 23.8517 23.8401 23.7267 23.9601 23.6001L26.9326 23.2501C27.0873 23.2321 27.2357 23.1782 27.3659 23.0926C27.4961 23.0071 27.6045 22.8924 27.6826 22.7576C28.2784 21.7286 28.7353 20.6253 29.0413 19.4763C29.0816 19.3249 29.0857 19.1662 29.0533 19.0129C29.021 18.8596 28.9531 18.716 28.8551 18.5938L27.0001 16.2701ZM16.0001 21.0001C15.0112 21.0001 14.0445 20.7068 13.2222 20.1574C12.4 19.608 11.7591 18.8271 11.3807 17.9135C11.0022 16.9998 10.9032 15.9945 11.0961 15.0246C11.2891 14.0547 11.7653 13.1638 12.4645 12.4645C13.1638 11.7653 14.0547 11.2891 15.0246 11.0961C15.9945 10.9032 16.9998 11.0022 17.9135 11.3807C18.8271 11.7591 19.608 12.4 20.1574 13.2222C20.7068 14.0445 21.0001 15.0112 21.0001 16.0001C21.0001 17.3261 20.4733 18.5979 19.5356 19.5356C18.5979 20.4733 17.3261 21.0001 16.0001 21.0001Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2"
|
|
44
|
+
d="M25.9819 15.3975L28.0794 12.7725C27.7965 11.7091 27.3732 10.688 26.8206 9.73629L23.4831 9.36129C23.2165 9.06091 22.9323 8.77666 22.6319 8.51004L22.2569 5.17129C21.3041 4.62208 20.2827 4.20175 19.2194 3.92129L16.5944 6.01754C16.1931 5.99379 15.7907 5.99379 15.3894 6.01754L12.7644 3.92004C11.7043 4.20379 10.6867 4.62707 9.73813 5.17879L9.36313 8.51629C9.06274 8.78291 8.77849 9.06716 8.51188 9.36754L5.17313 9.74254C4.62391 10.6953 4.20358 11.7167 3.92313 12.78L6.01938 15.405C5.99563 15.8064 5.99563 16.2087 6.01938 16.61L3.92188 19.235C4.20479 20.2985 4.62809 21.3196 5.18063 22.2713L8.51813 22.6463C8.78474 22.9467 9.06899 23.2309 9.36938 23.4975L9.74438 26.8363C10.6971 27.3855 11.7185 27.8058 12.7819 28.0863L15.4069 25.99C15.8082 26.0138 16.2106 26.0138 16.6119 25.99L19.2369 28.0875C20.3004 27.8046 21.3214 27.3813 22.2731 26.8288L22.6481 23.4913C22.9485 23.2247 23.2328 22.9404 23.4994 22.64L26.8381 22.265C27.3873 21.3123 27.8077 20.2909 28.0881 19.2275L25.9919 16.6025C26.0123 16.201 26.009 15.7987 25.9819 15.3975ZM15.9994 21C15.0105 21 14.0438 20.7068 13.2215 20.1574C12.3993 19.608 11.7584 18.8271 11.38 17.9135C11.0015 16.9998 10.9025 15.9945 11.0954 15.0246C11.2884 14.0547 11.7646 13.1638 12.4638 12.4645C13.1631 11.7652 14.054 11.289 15.0239 11.0961C15.9938 10.9032 16.9992 11.0022 17.9128 11.3806C18.8264 11.7591 19.6073 12.3999 20.1567 13.2222C20.7061 14.0444 20.9994 15.0111 20.9994 16C20.9994 17.3261 20.4726 18.5979 19.5349 19.5356C18.5972 20.4733 17.3255 21 15.9994 21Z"
|
|
45
|
+
fill="currentColor"/>
|
|
46
|
+
<path
|
|
47
|
+
d="M16.0001 10.0001C14.8134 10.0001 13.6533 10.352 12.6666 11.0112C11.6799 11.6705 10.9109 12.6076 10.4568 13.704C10.0027 14.8003 9.88384 16.0067 10.1153 17.1706C10.3469 18.3345 10.9183 19.4036 11.7574 20.2427C12.5965 21.0818 13.6656 21.6533 14.8295 21.8848C15.9934 22.1163 17.1998 21.9975 18.2962 21.5433C19.3925 21.0892 20.3296 20.3202 20.9889 19.3335C21.6482 18.3468 22.0001 17.1867 22.0001 16.0001C21.9984 14.4093 21.3657 12.8841 20.2409 11.7592C19.116 10.6344 17.5908 10.0017 16.0001 10.0001ZM16.0001 20.0001C15.2089 20.0001 14.4356 19.7655 13.7778 19.3259C13.12 18.8864 12.6073 18.2617 12.3045 17.5308C12.0018 16.7999 11.9226 15.9956 12.0769 15.2197C12.2313 14.4438 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4438 12.2313 15.2197 12.0769C15.9956 11.9226 16.7999 12.0018 17.5308 12.3045C18.2617 12.6073 18.8864 13.12 19.3259 13.7778C19.7655 14.4356 20.0001 15.2089 20.0001 16.0001C20.0001 17.0609 19.5786 18.0783 18.8285 18.8285C18.0783 19.5786 17.0609 20.0001 16.0001 20.0001ZM27.0001 16.2701C27.0051 16.0901 27.0051 15.9101 27.0001 15.7301L28.8651 13.4001C28.9629 13.2777 29.0305 13.1341 29.0627 12.9808C29.0948 12.8276 29.0905 12.6689 29.0501 12.5176C28.7438 11.3685 28.2865 10.2651 27.6901 9.23631C27.6119 9.10171 27.5034 8.98721 27.3732 8.90192C27.243 8.81664 27.0947 8.76292 26.9401 8.74506L23.9751 8.41506C23.8517 8.28506 23.7267 8.16006 23.6001 8.04006L23.2501 5.06756C23.2321 4.91282 23.1782 4.76443 23.0926 4.63422C23.0071 4.50401 22.8924 4.39557 22.7576 4.31756C21.7288 3.72162 20.6254 3.26512 19.4763 2.96006C19.325 2.91963 19.1663 2.91531 19.013 2.94745C18.8597 2.97958 18.7161 3.04727 18.5938 3.14506L16.2701 5.00006C16.0901 5.00006 15.9101 5.00006 15.7301 5.00006L13.4001 3.13881C13.2777 3.04102 13.1341 2.97333 12.9808 2.9412C12.8276 2.90906 12.6689 2.91338 12.5176 2.95381C11.3685 3.26009 10.2651 3.71741 9.23631 4.31381C9.10171 4.39196 8.98721 4.50046 8.90192 4.63067C8.81664 4.76087 8.76292 4.90919 8.74506 5.06381L8.41506 8.03381C8.28506 8.15797 8.16006 8.28297 8.04006 8.40881L5.06756 8.75006C4.91282 8.76806 4.76443 8.82196 4.63422 8.90747C4.50401 8.99298 4.39557 9.10772 4.31756 9.24256C3.72174 10.2715 3.26485 11.3749 2.95881 12.5238C2.91855 12.6752 2.91444 12.834 2.94679 12.9872C2.97914 13.1405 3.04705 13.2841 3.14506 13.4063L5.00006 15.7301C5.00006 15.9101 5.00006 16.0901 5.00006 16.2701L3.13881 18.6001C3.04102 18.7224 2.97333 18.866 2.9412 19.0193C2.90906 19.1726 2.91338 19.3312 2.95381 19.4826C3.26009 20.6316 3.71741 21.735 4.31381 22.7638C4.39196 22.8984 4.50046 23.0129 4.63067 23.0982C4.76087 23.1835 4.90919 23.2372 5.06381 23.2551L8.02881 23.5851C8.15298 23.7151 8.27798 23.8401 8.40381 23.9601L8.75006 26.9326C8.76806 27.0873 8.82196 27.2357 8.90747 27.3659C8.99298 27.4961 9.10772 27.6045 9.24256 27.6826C10.2715 28.2784 11.3749 28.7353 12.5238 29.0413C12.6752 29.0816 12.834 29.0857 12.9872 29.0533C13.1405 29.021 13.2841 28.9531 13.4063 28.8551L15.7301 27.0001C15.9101 27.0051 16.0901 27.0051 16.2701 27.0001L18.6001 28.8651C18.7224 28.9629 18.866 29.0305 19.0193 29.0627C19.1726 29.0948 19.3312 29.0905 19.4826 29.0501C20.6318 28.7443 21.7352 28.287 22.7638 27.6901C22.8984 27.6119 23.0129 27.5034 23.0982 27.3732C23.1835 27.243 23.2372 27.0947 23.2551 26.9401L23.5851 23.9751C23.7151 23.8517 23.8401 23.7267 23.9601 23.6001L26.9326 23.2501C27.0873 23.2321 27.2357 23.1782 27.3659 23.0926C27.4961 23.0071 27.6045 22.8924 27.6826 22.7576C28.2784 21.7286 28.7353 20.6253 29.0413 19.4763C29.0816 19.3249 29.0857 19.1662 29.0533 19.0129C29.021 18.8596 28.9531 18.716 28.8551 18.5938L27.0001 16.2701ZM24.9876 15.4576C25.0088 15.8189 25.0088 16.1812 24.9876 16.5426C24.9727 16.79 25.0502 17.0341 25.2051 17.2276L26.9788 19.4438C26.7753 20.0906 26.5147 20.7181 26.2001 21.3188L23.3751 21.6388C23.129 21.6661 22.9019 21.7837 22.7376 21.9688C22.4969 22.2394 22.2407 22.4957 21.9701 22.7363C21.785 22.9006 21.6674 23.1278 21.6401 23.3738L21.3263 26.1963C20.7257 26.5111 20.0982 26.7717 19.4513 26.9751L17.2338 25.2013C17.0564 25.0595 16.8359 24.9824 16.6088 24.9826H16.5488C16.1875 25.0038 15.8252 25.0038 15.4638 24.9826C15.2165 24.9684 14.9726 25.0458 14.7788 25.2001L12.5563 26.9751C11.9095 26.7715 11.282 26.5109 10.6813 26.1963L10.3613 23.3751C10.334 23.129 10.2164 22.9019 10.0313 22.7376C9.76069 22.4969 9.50442 22.2407 9.26381 21.9701C9.09947 21.785 8.87233 21.6674 8.62631 21.6401L5.80381 21.3251C5.48905 20.7244 5.22843 20.097 5.02506 19.4501L6.79881 17.2326C6.95369 17.0391 7.0312 16.795 7.01631 16.5476C6.99506 16.1862 6.99506 15.8239 7.01631 15.4626C7.0312 15.2152 6.95369 14.971 6.79881 14.7776L5.02506 12.5563C5.22859 11.9095 5.4892 11.282 5.80381 10.6813L8.62506 10.3613C8.87108 10.334 9.09822 10.2164 9.26256 10.0313C9.50317 9.76069 9.75944 9.50442 10.0301 9.26381C10.2159 9.09937 10.334 8.8717 10.3613 8.62506L10.6751 5.80381C11.2757 5.48905 11.9032 5.22843 12.5501 5.02506L14.7676 6.79881C14.961 6.95369 15.2052 7.0312 15.4526 7.01631C15.8139 6.99506 16.1762 6.99506 16.5376 7.01631C16.7849 7.03048 17.0287 6.95305 17.2226 6.79881L19.4438 5.02506C20.0906 5.22859 20.7181 5.4892 21.3188 5.80381L21.6388 8.62506C21.6661 8.87108 21.7837 9.09822 21.9688 9.26256C22.2394 9.50317 22.4957 9.75944 22.7363 10.0301C22.9006 10.2152 23.1278 10.3327 23.3738 10.3601L26.1963 10.6738C26.5111 11.2744 26.7717 11.9019 26.9751 12.5488L25.2013 14.7663C25.0449 14.9614 24.9673 15.2081 24.9838 15.4576H24.9876Z"
|
|
48
|
+
fill="currentColor"/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return (
|
|
53
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
54
|
+
<path
|
|
55
|
+
d="M16.0002 10.25C14.863 10.25 13.7513 10.5872 12.8057 11.219C11.8601 11.8508 11.1231 12.7488 10.6879 13.7995C10.2527 14.8502 10.1388 16.0063 10.3607 17.1217C10.5826 18.2371 11.1302 19.2617 11.9343 20.0658C12.7385 20.87 13.7631 21.4176 14.8784 21.6395C15.9938 21.8613 17.15 21.7475 18.2006 21.3123C19.2513 20.8771 20.1493 20.1401 20.7812 19.1945C21.413 18.2489 21.7502 17.1372 21.7502 16C21.7482 14.4756 21.1418 13.0142 20.0639 11.9363C18.986 10.8584 17.5246 10.2519 16.0002 10.25ZM16.0002 20.25C15.1596 20.25 14.3379 20.0007 13.639 19.5337C12.9401 19.0667 12.3954 18.4029 12.0737 17.6264C11.7521 16.8498 11.6679 15.9952 11.8319 15.1708C11.9959 14.3464 12.4006 13.5891 12.995 12.9947C13.5894 12.4004 14.3467 11.9956 15.1711 11.8316C15.9955 11.6676 16.85 11.7518 17.6266 12.0735C18.4032 12.3951 19.067 12.9399 19.534 13.6388C20.001 14.3377 20.2502 15.1594 20.2502 16C20.2502 17.1271 19.8024 18.2081 19.0054 19.0052C18.2084 19.8022 17.1274 20.25 16.0002 20.25ZM26.7502 16.355C26.7577 16.1187 26.7577 15.8812 26.7502 15.645L28.6665 13.25C28.7397 13.1583 28.7904 13.0507 28.8145 12.9358C28.8386 12.821 28.8354 12.7021 28.8052 12.5887C28.5054 11.4588 28.0565 10.3738 27.4702 9.36245C27.412 9.2598 27.3304 9.17235 27.232 9.10718C27.1336 9.04202 27.0212 9.001 26.904 8.98745L23.8477 8.6487C23.6869 8.4762 23.5202 8.30954 23.3477 8.1487L23.0077 5.0912C22.9942 4.97397 22.9531 4.86159 22.888 4.7632C22.8228 4.66481 22.7354 4.58318 22.6327 4.52495C21.6226 3.9404 20.5394 3.49233 19.4115 3.19245C19.2978 3.16275 19.1787 3.16017 19.0639 3.18492C18.949 3.20967 18.8416 3.26107 18.7502 3.33495L16.3502 5.2562C16.114 5.2487 15.8765 5.2487 15.6402 5.2562L13.2502 3.3337C13.1585 3.26046 13.0509 3.20975 12.9361 3.18565C12.8212 3.16155 12.7024 3.16474 12.589 3.19495C11.4591 3.49477 10.3741 3.94371 9.36271 4.52995C9.26006 4.58818 9.1726 4.66981 9.10744 4.7682C9.04228 4.86659 9.00126 4.97897 8.98771 5.0962L8.65396 8.15245C8.48146 8.31412 8.31479 8.48079 8.15396 8.65245L5.09521 8.99995C4.97798 9.0135 4.8656 9.05452 4.76721 9.11968C4.66881 9.18484 4.58719 9.2723 4.52896 9.37495C3.94441 10.3851 3.49634 11.4683 3.19646 12.5962C3.16747 12.7085 3.16492 12.826 3.18899 12.9394C3.21307 13.0528 3.26312 13.1591 3.33521 13.25L5.25646 15.65C5.24896 15.8862 5.24896 16.1237 5.25646 16.36L3.33396 18.7562C3.26072 18.8479 3.21 18.9555 3.18591 19.0703C3.16181 19.1852 3.165 19.3041 3.19521 19.4175C3.49555 20.5452 3.94448 21.628 4.53021 22.6375C4.58844 22.7401 4.67006 22.8276 4.76846 22.8927C4.86685 22.9579 4.97923 22.9989 5.09646 23.0125L8.15271 23.3512C8.31438 23.5237 8.48104 23.6904 8.65271 23.8512L9.00021 26.905C9.01376 27.0222 9.05478 27.1346 9.11994 27.233C9.1851 27.3314 9.27256 27.413 9.37521 27.4712C10.3854 28.0558 11.4685 28.5038 12.5965 28.8037C12.7099 28.8339 12.8287 28.8371 12.9436 28.813C13.0584 28.7889 13.166 28.7382 13.2577 28.665L15.6452 26.75C15.8815 26.7575 16.119 26.7575 16.3552 26.75L18.7565 28.6725C18.8896 28.7787 19.0549 28.8364 19.2252 28.8362C19.2902 28.836 19.3548 28.8276 19.4177 28.8112C20.5455 28.5109 21.6283 28.0619 22.6377 27.4762C22.7404 27.418 22.8278 27.3363 22.893 27.238C22.9581 27.1396 22.9992 27.0272 23.0127 26.91L23.3515 23.8537C23.524 23.6929 23.6906 23.5262 23.8515 23.3537L26.909 23.0137C27.0262 23.0002 27.1386 22.9591 27.237 22.894C27.3354 22.8288 27.417 22.7414 27.4752 22.6387C28.06 21.6287 28.5081 20.5454 28.8077 19.4175C28.8379 19.3041 28.8411 19.1852 28.817 19.0703C28.7929 18.9555 28.7422 18.8479 28.669 18.7562L26.7502 16.355ZM26.3627 21.5587L23.4077 21.8875C23.2231 21.9087 23.0529 21.9978 22.9302 22.1375C22.6832 22.4158 22.4198 22.6791 22.1415 22.9262C22.0018 23.0489 21.9127 23.2191 21.8915 23.4037L21.5627 26.3575C20.8709 26.7264 20.1439 27.0254 19.3927 27.25L17.0715 25.3925C16.9383 25.2862 16.773 25.2285 16.6027 25.2287H16.5577C16.1863 25.25 15.8141 25.25 15.4427 25.2287C15.2572 25.2174 15.0742 25.2753 14.929 25.3912L12.609 27.25C11.8584 27.0241 11.1323 26.7239 10.4415 26.3537L10.1127 23.4012C10.0914 23.2166 10.0023 23.0464 9.86271 22.9237C9.5844 22.6766 9.32102 22.4133 9.07396 22.135C8.95127 21.9953 8.78111 21.9062 8.59646 21.885L5.64271 21.5562C5.27415 20.8664 4.97517 20.1415 4.75021 19.3925L6.60771 17.0712C6.72365 16.926 6.78156 16.7429 6.77021 16.5575C6.74896 16.1861 6.74896 15.8138 6.77021 15.4425C6.78156 15.257 6.72365 15.0739 6.60771 14.9287L4.75021 12.6087C4.97602 11.8582 5.27626 11.132 5.64646 10.4412L8.59896 10.1125C8.78361 10.0912 8.95377 10.0021 9.07646 9.86245C9.32352 9.58414 9.5869 9.32076 9.86521 9.0737C10.0048 8.95101 10.0939 8.78085 10.1152 8.5962L10.444 5.64245C11.1338 5.27389 11.8586 4.97492 12.6077 4.74995L14.929 6.60745C15.0742 6.72339 15.2572 6.7813 15.4427 6.76995C15.8141 6.7487 16.1863 6.7487 16.5577 6.76995C16.7432 6.7813 16.9263 6.72339 17.0715 6.60745L19.3915 4.74995C20.142 4.97577 20.8681 5.27601 21.559 5.6462L21.8877 8.6012C21.909 8.78585 21.9981 8.95601 22.1377 9.0787C22.416 9.32576 22.6794 9.58914 22.9265 9.86745C23.0492 10.0071 23.2193 10.0962 23.404 10.1175L26.3577 10.4462C26.7261 11.1353 27.0251 11.8592 27.2502 12.6075L25.3927 14.9287C25.2768 15.0739 25.2189 15.257 25.2302 15.4425C25.2515 15.8138 25.2515 16.1861 25.2302 16.5575C25.2189 16.7429 25.2768 16.926 25.3927 17.0712L27.2502 19.3912C27.0252 20.1417 26.7258 20.8678 26.3565 21.5587H26.3627Z"
|
|
56
|
+
fill="currentColor"/>
|
|
57
|
+
</svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default Gear;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ListMagnifyingGlass = ({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="M4.5 8C4.5 7.86739 4.55268 7.74021 4.64645 7.64645C4.74021 7.55268 4.86739 7.5 5 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4473 7.74021 27.5 7.86739 27.5 8C27.5 8.13261 27.4473 8.25979 27.3536 8.35355C27.2598 8.44732 27.1326 8.5 27 8.5H5C4.86739 8.5 4.74021 8.44732 4.64645 8.35355C4.55268 8.25979 4.5 8.13261 4.5 8ZM5 16.5H14C14.1326 16.5 14.2598 16.4473 14.3536 16.3536C14.4473 16.2598 14.5 16.1326 14.5 16C14.5 15.8674 14.4473 15.7402 14.3536 15.6464C14.2598 15.5527 14.1326 15.5 14 15.5H5C4.86739 15.5 4.74021 15.5527 4.64645 15.6464C4.55268 15.7402 4.5 15.8674 4.5 16C4.5 16.1326 4.55268 16.2598 4.64645 16.3536C4.74021 16.4473 4.86739 16.5 5 16.5ZM16 23.5H5C4.86739 23.5 4.74021 23.5527 4.64645 23.6464C4.55268 23.7402 4.5 23.8674 4.5 24C4.5 24.1326 4.55268 24.2598 4.64645 24.3536C4.74021 24.4473 4.86739 24.5 5 24.5H16C16.1326 24.5 16.2598 24.4473 16.3536 24.3536C16.4473 24.2598 16.5 24.1326 16.5 24C16.5 23.8674 16.4473 23.7402 16.3536 23.6464C16.2598 23.5527 16.1326 23.5 16 23.5ZM29.3537 24.3538C29.3073 24.4002 29.2522 24.4371 29.1915 24.4623C29.1308 24.4874 29.0657 24.5004 29 24.5004C28.9343 24.5004 28.8692 24.4874 28.8085 24.4623C28.7478 24.4371 28.6927 24.4002 28.6462 24.3538L25.8062 21.5138C24.9062 22.233 23.7649 22.5802 22.6169 22.4842C21.4688 22.3882 20.401 21.8563 19.6329 20.9976C18.8648 20.1389 18.4546 19.0187 18.4866 17.8671C18.5187 16.7154 18.9905 15.6198 19.8051 14.8051C20.6198 13.9905 21.7154 13.5187 22.8671 13.4867C24.0187 13.4546 25.1389 13.8648 25.9976 14.6329C26.8563 15.401 27.3882 16.4688 27.4842 17.6169C27.5802 18.7649 27.233 19.9062 26.5137 20.8062L29.3537 23.6462C29.4002 23.6927 29.4371 23.7478 29.4623 23.8085C29.4874 23.8692 29.5004 23.9343 29.5004 24C29.5004 24.0657 29.4874 24.1308 29.4623 24.1915C29.4371 24.2522 29.4002 24.3073 29.3537 24.3538ZM23 21.5C23.6922 21.5 24.3689 21.2947 24.9445 20.9101C25.5201 20.5256 25.9687 19.9789 26.2336 19.3394C26.4985 18.6999 26.5678 17.9961 26.4327 17.3172C26.2977 16.6383 25.9644 16.0146 25.4749 15.5251C24.9854 15.0356 24.3617 14.7023 23.6828 14.5673C23.0039 14.4322 22.3001 14.5015 21.6606 14.7664C21.0211 15.0313 20.4744 15.4799 20.0899 16.0555C19.7053 16.6311 19.5 17.3078 19.5 18C19.5 18.9283 19.8687 19.8185 20.5251 20.4749C21.1815 21.1313 22.0717 21.5 23 21.5Z" 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="M4 8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H5C4.73478 9 4.48043 8.89464 4.29289 8.70711C4.10536 8.51957 4 8.26522 4 8ZM5 17H14C14.2652 17 14.5196 16.8946 14.7071 16.7071C14.8946 16.5196 15 16.2652 15 16C15 15.7348 14.8946 15.4804 14.7071 15.2929C14.5196 15.1054 14.2652 15 14 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17ZM16 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H16C16.2652 25 16.5196 24.8946 16.7071 24.7071C16.8946 24.5196 17 24.2652 17 24C17 23.7348 16.8946 23.4804 16.7071 23.2929C16.5196 23.1054 16.2652 23 16 23ZM29.7075 24.7075C29.6146 24.8005 29.5043 24.8742 29.3829 24.9246C29.2615 24.9749 29.1314 25.0008 29 25.0008C28.8686 25.0008 28.7385 24.9749 28.6171 24.9246C28.4957 24.8742 28.3854 24.8005 28.2925 24.7075L25.75 22.17C24.716 22.8522 23.4657 23.1262 22.2412 22.9391C21.0167 22.752 19.9052 22.117 19.1222 21.1572C18.3392 20.1973 17.9403 18.981 18.0029 17.7439C18.0655 16.5067 18.5851 15.3369 19.461 14.461C20.3369 13.5851 21.5067 13.0655 22.7439 13.0029C23.981 12.9403 25.1973 13.3392 26.1572 14.1222C27.117 14.9052 27.752 16.0167 27.9391 17.2412C28.1262 18.4657 27.8522 19.716 27.17 20.75L29.7075 23.2875C29.8012 23.3805 29.8756 23.4911 29.9264 23.6129C29.9772 23.7348 30.0033 23.8655 30.0033 23.9975C30.0033 24.1295 29.9772 24.2602 29.9264 24.3821C29.8756 24.5039 29.8012 24.6145 29.7075 24.7075ZM23 21C23.5933 21 24.1734 20.8241 24.6667 20.4944C25.1601 20.1648 25.5446 19.6962 25.7716 19.1481C25.9987 18.5999 26.0581 17.9967 25.9424 17.4147C25.8266 16.8328 25.5409 16.2982 25.1213 15.8787C24.7018 15.4591 24.1672 15.1734 23.5853 15.0576C23.0033 14.9419 22.4001 15.0013 21.8519 15.2284C21.3038 15.4554 20.8352 15.8399 20.5056 16.3333C20.1759 16.8266 20 17.4067 20 18C20 18.7956 20.3161 19.5587 20.8787 20.1213C21.4413 20.6839 22.2044 21 23 21Z" 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="M3.5 8C3.5 7.60218 3.65804 7.22064 3.93934 6.93934C4.22064 6.65804 4.60218 6.5 5 6.5H27C27.3978 6.5 27.7794 6.65804 28.0607 6.93934C28.342 7.22064 28.5 7.60218 28.5 8C28.5 8.39782 28.342 8.77936 28.0607 9.06066C27.7794 9.34196 27.3978 9.5 27 9.5H5C4.60218 9.5 4.22064 9.34196 3.93934 9.06066C3.65804 8.77936 3.5 8.39782 3.5 8ZM5 17.5H13C13.3978 17.5 13.7794 17.342 14.0607 17.0607C14.342 16.7794 14.5 16.3978 14.5 16C14.5 15.6022 14.342 15.2206 14.0607 14.9393C13.7794 14.658 13.3978 14.5 13 14.5H5C4.60218 14.5 4.22064 14.658 3.93934 14.9393C3.65804 15.2206 3.5 15.6022 3.5 16C3.5 16.3978 3.65804 16.7794 3.93934 17.0607C4.22064 17.342 4.60218 17.5 5 17.5ZM15 22.5H5C4.60218 22.5 4.22064 22.658 3.93934 22.9393C3.65804 23.2206 3.5 23.6022 3.5 24C3.5 24.3978 3.65804 24.7794 3.93934 25.0607C4.22064 25.342 4.60218 25.5 5 25.5H15C15.3978 25.5 15.7794 25.342 16.0607 25.0607C16.342 24.7794 16.5 24.3978 16.5 24C16.5 23.6022 16.342 23.2206 16.0607 22.9393C15.7794 22.658 15.3978 22.5 15 22.5ZM30.0613 25.0613C29.9219 25.2011 29.7563 25.312 29.574 25.3878C29.3917 25.4635 29.1962 25.5024 28.9988 25.5024C28.8013 25.5024 28.6059 25.4635 28.4235 25.3878C28.2412 25.312 28.0756 25.2011 27.9363 25.0613L25.6763 22.8013C24.517 23.4477 23.1631 23.6531 21.8643 23.3796C20.5655 23.1061 19.4094 22.3722 18.6093 21.3132C17.8092 20.2542 17.419 18.9415 17.5108 17.6174C17.6025 16.2933 18.17 15.0471 19.1085 14.1085C20.0471 13.17 21.2933 12.6025 22.6174 12.5108C23.9415 12.419 25.2542 12.8092 26.3132 13.6093C27.3722 14.4094 28.1061 15.5655 28.3796 16.8643C28.6531 18.1631 28.4477 19.517 27.8013 20.6763L30.0613 22.935C30.2013 23.0744 30.3124 23.24 30.3882 23.4225C30.464 23.6049 30.5031 23.8006 30.5031 23.9981C30.5031 24.1957 30.464 24.3913 30.3882 24.5738C30.3124 24.7562 30.2013 24.9219 30.0613 25.0613ZM23 20.5C23.4945 20.5 23.9778 20.3534 24.3889 20.0787C24.8 19.804 25.1205 19.4135 25.3097 18.9567C25.4989 18.4999 25.5484 17.9972 25.452 17.5123C25.3555 17.0273 25.1174 16.5819 24.7678 16.2322C24.4181 15.8826 23.9727 15.6445 23.4877 15.548C23.0028 15.4516 22.5001 15.5011 22.0433 15.6903C21.5865 15.8795 21.196 16.2 20.9213 16.6111C20.6466 17.0222 20.5 17.5055 20.5 18C20.5 18.3283 20.5647 18.6534 20.6903 18.9567C20.8159 19.26 21.0001 19.5356 21.2322 19.7678C21.4644 19.9999 21.74 20.1841 22.0433 20.3097C22.3466 20.4353 22.6717 20.5 23 20.5Z" 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="M4 8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H5C4.73478 9 4.48043 8.89464 4.29289 8.70711C4.10536 8.51957 4 8.26522 4 8ZM5 17H14C14.2652 17 14.5196 16.8946 14.7071 16.7071C14.8946 16.5196 15 16.2652 15 16C15 15.7348 14.8946 15.4804 14.7071 15.2929C14.5196 15.1054 14.2652 15 14 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17ZM16 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H16C16.2652 25 16.5196 24.8946 16.7071 24.7071C16.8946 24.5196 17 24.2652 17 24C17 23.7348 16.8946 23.4804 16.7071 23.2929C16.5196 23.1054 16.2652 23 16 23ZM29.7075 23.2925L27.17 20.75C27.8522 19.716 28.1262 18.4657 27.9391 17.2412C27.752 16.0167 27.117 14.9052 26.1571 14.1222C25.1973 13.3392 23.981 12.9403 22.7439 13.0029C21.5067 13.0655 20.3369 13.5851 19.461 14.461C18.5851 15.3369 18.0655 16.5067 18.0029 17.7439C17.9403 18.981 18.3392 20.1973 19.1222 21.1572C19.9052 22.117 21.0167 22.752 22.2412 22.9391C23.4657 23.1262 24.716 22.8522 25.75 22.17L28.2875 24.7075C28.4751 24.8951 28.7296 25.0006 28.995 25.0006C29.2604 25.0006 29.5149 24.8951 29.7025 24.7075C29.8901 24.5199 29.9956 24.2654 29.9956 24C29.9956 23.7346 29.8901 23.4801 29.7025 23.2925H29.7075Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M27 18C27 18.7911 26.7654 19.5645 26.3259 20.2223C25.8864 20.8801 25.2616 21.3928 24.5307 21.6955C23.7998 21.9983 22.9956 22.0775 22.2196 21.9231C21.4437 21.7688 20.731 21.3878 20.1716 20.8284C19.6122 20.269 19.2312 19.5563 19.0769 18.7804C18.9225 18.0044 19.0017 17.2002 19.3045 16.4693C19.6072 15.7384 20.1199 15.1136 20.7777 14.6741C21.4355 14.2346 22.2089 14 23 14C24.0609 14 25.0783 14.4214 25.8284 15.1716C26.5786 15.9217 27 16.9391 27 18Z" fill="currentColor"/>
|
|
36
|
+
<path d="M4 8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H5C4.73478 9 4.48043 8.89464 4.29289 8.70711C4.10536 8.51957 4 8.26522 4 8ZM5 17H14C14.2652 17 14.5196 16.8946 14.7071 16.7071C14.8946 16.5196 15 16.2652 15 16C15 15.7348 14.8946 15.4804 14.7071 15.2929C14.5196 15.1054 14.2652 15 14 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17ZM16 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H16C16.2652 25 16.5196 24.8946 16.7071 24.7071C16.8946 24.5196 17 24.2652 17 24C17 23.7348 16.8946 23.4804 16.7071 23.2929C16.5196 23.1054 16.2652 23 16 23ZM29.7075 24.7075C29.6146 24.8005 29.5043 24.8742 29.3829 24.9246C29.2615 24.9749 29.1314 25.0008 29 25.0008C28.8686 25.0008 28.7385 24.9749 28.6171 24.9246C28.4957 24.8742 28.3854 24.8005 28.2925 24.7075L25.75 22.17C24.716 22.8522 23.4657 23.1262 22.2412 22.9391C21.0167 22.752 19.9052 22.117 19.1222 21.1572C18.3392 20.1973 17.9403 18.981 18.0029 17.7439C18.0655 16.5067 18.5851 15.3369 19.461 14.461C20.3369 13.5851 21.5067 13.0655 22.7439 13.0029C23.981 12.9403 25.1973 13.3392 26.1572 14.1222C27.117 14.9052 27.752 16.0167 27.9391 17.2412C28.1262 18.4657 27.8522 19.716 27.17 20.75L29.7075 23.2875C29.8012 23.3805 29.8756 23.4911 29.9264 23.6129C29.9772 23.7348 30.0033 23.8655 30.0033 23.9975C30.0033 24.1295 29.9772 24.2602 29.9264 24.3821C29.8756 24.5039 29.8012 24.6145 29.7075 24.7075ZM23 21C23.5933 21 24.1734 20.8241 24.6667 20.4944C25.1601 20.1648 25.5446 19.6962 25.7716 19.1481C25.9987 18.5999 26.0581 17.9967 25.9424 17.4147C25.8266 16.8328 25.5409 16.2982 25.1213 15.8787C24.7018 15.4591 24.1672 15.1734 23.5853 15.0576C23.0033 14.9419 22.4001 15.0013 21.8519 15.2284C21.3038 15.4554 20.8352 15.8399 20.5056 16.3333C20.1759 16.8266 20 17.4067 20 18C20 18.7956 20.3161 19.5587 20.8787 20.1213C21.4413 20.6839 22.2044 21 23 21Z" 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="M4.25 8C4.25 7.80109 4.32902 7.61032 4.46967 7.46967C4.61032 7.32902 4.80109 7.25 5 7.25H27C27.1989 7.25 27.3897 7.32902 27.5303 7.46967C27.671 7.61032 27.75 7.80109 27.75 8C27.75 8.19891 27.671 8.38968 27.5303 8.53033C27.3897 8.67098 27.1989 8.75 27 8.75H5C4.80109 8.75 4.61032 8.67098 4.46967 8.53033C4.32902 8.38968 4.25 8.19891 4.25 8ZM5 16.75H14C14.1989 16.75 14.3897 16.671 14.5303 16.5303C14.671 16.3897 14.75 16.1989 14.75 16C14.75 15.8011 14.671 15.6103 14.5303 15.4697C14.3897 15.329 14.1989 15.25 14 15.25H5C4.80109 15.25 4.61032 15.329 4.46967 15.4697C4.32902 15.6103 4.25 15.8011 4.25 16C4.25 16.1989 4.32902 16.3897 4.46967 16.5303C4.61032 16.671 4.80109 16.75 5 16.75ZM16 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H16C16.1989 24.75 16.3897 24.671 16.5303 24.5303C16.671 24.3897 16.75 24.1989 16.75 24C16.75 23.8011 16.671 23.6103 16.5303 23.4697C16.3897 23.329 16.1989 23.25 16 23.25ZM29.53 24.53C29.3894 24.6705 29.1987 24.7493 29 24.7493C28.8012 24.7493 28.6106 24.6705 28.47 24.53L25.7837 21.845C24.8147 22.5471 23.6168 22.8582 22.4286 22.7164C21.2404 22.5746 20.1493 21.9902 19.3728 21.0798C18.5962 20.1694 18.1913 18.9998 18.2387 17.8041C18.286 16.6084 18.7822 15.4745 19.6284 14.6284C20.4745 13.7822 21.6084 13.286 22.8041 13.2387C23.9998 13.1913 25.1694 13.5962 26.0798 14.3728C26.9902 15.1493 27.5746 16.2404 27.7164 17.4286C27.8582 18.6168 27.5471 19.8147 26.845 20.7838L29.53 23.47C29.6705 23.6106 29.7493 23.8012 29.7493 24C29.7493 24.1988 29.6705 24.3894 29.53 24.53ZM23 21.25C23.6428 21.25 24.2711 21.0594 24.8056 20.7023C25.3401 20.3452 25.7566 19.8376 26.0026 19.2437C26.2486 18.6499 26.313 17.9964 26.1875 17.366C26.0621 16.7355 25.7526 16.1564 25.2981 15.7019C24.8436 15.2474 24.2645 14.9378 23.634 14.8124C23.0036 14.687 22.3501 14.7514 21.7563 14.9974C21.1624 15.2434 20.6548 15.6599 20.2977 16.1944C19.9406 16.7289 19.75 17.3572 19.75 18C19.75 18.862 20.0924 19.6886 20.7019 20.2981C21.3114 20.9076 22.138 21.25 23 21.25Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ListMagnifyingGlass;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const MagnifyingGlass = ({ type }: 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="M28.3534 27.6461L21.7659 21.0586C23.6122 19.0276 24.5909 16.3551 24.4929 13.6121C24.3949 10.8691 23.228 8.27317 21.2415 6.37908C19.2551 4.48498 16.6066 3.44293 13.862 3.4756C11.1174 3.50827 8.49449 4.61306 6.55365 6.55389C4.61281 8.49473 3.50802 11.1177 3.47535 13.8622C3.44269 16.6068 4.48474 19.2553 6.37883 21.2418C8.27292 23.2283 10.8688 24.3952 13.6118 24.4932C16.3548 24.5911 19.0274 23.6124 21.0584 21.7661L27.6459 28.3536C27.7397 28.4475 27.867 28.5002 27.9997 28.5002C28.1323 28.5002 28.2596 28.4475 28.3534 28.3536C28.4472 28.2598 28.4999 28.1326 28.4999 27.9999C28.4999 27.8672 28.4472 27.74 28.3534 27.6461ZM4.49965 13.9999C4.49965 12.121 5.05681 10.2842 6.10069 8.72198C7.14456 7.15971 8.62826 5.94207 10.3642 5.22304C12.1001 4.504 14.0102 4.31587 15.853 4.68243C17.6958 5.04899 19.3886 5.95378 20.7172 7.28238C22.0458 8.61098 22.9506 10.3037 23.3171 12.1465C23.6837 13.9894 23.4955 15.8995 22.7765 17.6354C22.0575 19.3713 20.8398 20.855 19.2776 21.8989C17.7153 22.9427 15.8786 23.4999 13.9996 23.4999C11.4809 23.4972 9.06608 22.4955 7.28506 20.7145C5.50404 18.9335 4.5023 16.5186 4.49965 13.9999Z"
|
|
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="M28.7078 27.2925L22.449 21.035C24.2631 18.8572 25.1677 16.0638 24.9746 13.236C24.7815 10.4081 23.5057 7.76361 21.4125 5.85251C19.3193 3.9414 16.5698 2.91086 13.7362 2.97526C10.9025 3.03966 8.20274 4.19404 6.19851 6.19827C4.19429 8.20249 3.0399 10.9023 2.9755 13.7359C2.9111 16.5696 3.94164 19.319 5.85275 21.4122C7.76386 23.5054 10.4084 24.7813 13.2362 24.9743C16.064 25.1674 18.8574 24.2628 21.0353 22.4488L27.2928 28.7075C27.3857 28.8005 27.496 28.8742 27.6174 28.9244C27.7388 28.9747 27.8689 29.0006 28.0003 29.0006C28.1317 29.0006 28.2618 28.9747 28.3832 28.9244C28.5046 28.8742 28.6149 28.8005 28.7078 28.7075C28.8007 28.6146 28.8744 28.5043 28.9247 28.3829C28.975 28.2615 29.0008 28.1314 29.0008 28C29.0008 27.8687 28.975 27.7385 28.9247 27.6171C28.8744 27.4958 28.8007 27.3855 28.7078 27.2925ZM5.00029 14C5.00029 12.22 5.52813 10.48 6.51706 8.99991C7.50599 7.51987 8.9116 6.36631 10.5561 5.68513C12.2007 5.00394 14.0103 4.82571 15.7561 5.17297C17.5019 5.52024 19.1056 6.37741 20.3642 7.63608C21.6229 8.89475 22.4801 10.4984 22.8274 12.2442C23.1746 13.9901 22.9964 15.7997 22.3152 17.4442C21.634 19.0887 20.4805 20.4943 19.0004 21.4833C17.5204 22.4722 15.7803 23 14.0003 23C11.6142 22.9974 9.3265 22.0483 7.63925 20.3611C5.95199 18.6738 5.00293 16.3862 5.00029 14Z"
|
|
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="M29.0611 26.9388L23.1248 21.0001C24.9047 18.6807 25.7357 15.7711 25.4492 12.8615C25.1627 9.95194 23.7802 7.26028 21.5821 5.33256C19.3841 3.40483 16.535 2.38539 13.613 2.48102C10.6909 2.57665 7.9146 3.7802 5.84728 5.84752C3.77996 7.91485 2.57641 10.6911 2.48078 13.6132C2.38514 16.5353 3.40459 19.3843 5.33231 21.5824C7.26004 23.7805 9.95169 25.163 12.8613 25.4494C15.7708 25.7359 18.6804 24.905 20.9998 23.1251L26.9411 29.0676C27.0806 29.2071 27.2463 29.3178 27.4286 29.3933C27.6109 29.4688 27.8063 29.5077 28.0036 29.5077C28.2009 29.5077 28.3963 29.4688 28.5786 29.3933C28.7609 29.3178 28.9265 29.2071 29.0661 29.0676C29.2056 28.928 29.3163 28.7624 29.3918 28.5801C29.4673 28.3978 29.5062 28.2024 29.5062 28.0051C29.5062 27.8077 29.4673 27.6124 29.3918 27.4301C29.3163 27.2477 29.2056 27.0821 29.0661 26.9426L29.0611 26.9388ZM5.49983 14.0001C5.49983 12.3189 5.99835 10.6755 6.93234 9.27773C7.86633 7.87991 9.19385 6.79044 10.747 6.1471C12.3002 5.50375 14.0093 5.33542 15.6581 5.6634C17.3069 5.99137 18.8215 6.80092 20.0102 7.98967C21.199 9.17841 22.0085 10.693 22.3365 12.3418C22.6645 13.9906 22.4961 15.6997 21.8528 17.2529C21.2095 18.8061 20.12 20.1336 18.7222 21.0676C17.3244 22.0016 15.681 22.5001 13.9998 22.5001C11.7462 22.4978 9.58554 21.6015 7.99198 20.0079C6.39842 18.4144 5.50215 16.2537 5.49983 14.0001Z"
|
|
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="M21 13.9999C21 15.3844 20.5895 16.7378 19.8203 17.8889C19.0512 19.0401 17.9579 19.9373 16.6788 20.4671C15.3997 20.9969 13.9923 21.1355 12.6344 20.8654C11.2765 20.5953 10.0293 19.9287 9.05029 18.9497C8.07132 17.9707 7.40464 16.7234 7.13454 15.3656C6.86444 14.0077 7.00307 12.6002 7.53288 11.3212C8.0627 10.0421 8.9599 8.94882 10.111 8.17965C11.2622 7.41048 12.6156 6.99994 14 6.99994C15.8566 6.99994 17.637 7.73744 18.9498 9.05019C20.2625 10.3629 21 12.1434 21 13.9999ZM28.7075 28.7074C28.6147 28.8004 28.5044 28.8742 28.383 28.9245C28.2616 28.9748 28.1315 29.0007 28 29.0007C27.8686 29.0007 27.7385 28.9748 27.6171 28.9245C27.4957 28.8742 27.3854 28.8004 27.2925 28.7074L21.035 22.4487C18.8589 24.2591 16.0687 25.1609 13.2446 24.9665C10.4206 24.7721 7.78018 23.4965 5.87265 21.405C3.96511 19.3135 2.93729 16.5672 3.00296 13.7372C3.06864 10.9073 4.22276 8.21156 6.22527 6.21082C8.22777 4.21009 10.9245 3.05835 13.7545 2.99517C16.5845 2.932 19.33 3.96225 21.4197 5.87164C23.5095 7.78102 24.7828 10.4225 24.9747 13.2467C25.1666 16.071 24.2623 18.8604 22.45 21.0349L28.7075 27.2924C28.8005 27.3853 28.8743 27.4956 28.9246 27.617C28.9749 27.7384 29.0008 27.8685 29.0008 27.9999C29.0008 28.1314 28.9749 28.2615 28.9246 28.3829C28.8743 28.5043 28.8005 28.6146 28.7075 28.7074ZM14 22.9999C15.7801 22.9999 17.5201 22.4721 19.0002 21.4832C20.4802 20.4942 21.6338 19.0886 22.315 17.4441C22.9961 15.7996 23.1744 13.99 22.8271 12.2441C22.4798 10.4983 21.6227 8.89465 20.364 7.63598C19.1053 6.37731 17.5017 5.52014 15.7559 5.17287C14.01 4.82561 12.2004 5.00384 10.5559 5.68503C8.91135 6.36621 7.50575 7.51977 6.51681 8.99981C5.52788 10.4799 5.00004 12.2199 5.00004 13.9999C5.00269 16.3861 5.95175 18.6737 7.639 20.361C9.32625 22.0482 11.6139 22.9973 14 22.9999Z"
|
|
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="M24 14C24 15.9778 23.4135 17.9112 22.3147 19.5557C21.2159 21.2002 19.6541 22.4819 17.8268 23.2388C15.9996 23.9957 13.9889 24.1937 12.0491 23.8079C10.1093 23.422 8.32746 22.4696 6.92894 21.0711C5.53041 19.6725 4.578 17.8907 4.19215 15.9509C3.8063 14.0111 4.00433 12.0004 4.76121 10.1732C5.51809 8.3459 6.79981 6.78412 8.4443 5.6853C10.0888 4.58649 12.0222 4 14 4C15.3132 4 16.6136 4.25866 17.8268 4.7612C19.0401 5.26375 20.1425 6.00035 21.0711 6.92893C21.9997 7.85752 22.7363 8.95991 23.2388 10.1732C23.7413 11.3864 24 12.6868 24 14Z"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M28.7075 27.2924L22.45 21.0349C24.2672 18.8554 25.1742 16.0593 24.9823 13.2281C24.7904 10.3969 23.5144 7.7487 21.4197 5.83439C19.3249 3.92009 16.5728 2.88707 13.7359 2.95025C10.8989 3.01342 8.19547 4.16793 6.18804 6.17358C4.18061 8.17924 3.02372 10.8816 2.95804 13.7185C2.89235 16.5555 3.92294 19.3085 5.83539 21.4049C7.74785 23.5013 10.3949 24.7797 13.2259 24.9741C16.0569 25.1685 18.8539 24.264 21.035 22.4487L27.2925 28.7074C27.3854 28.8003 27.4957 28.874 27.6171 28.9243C27.7385 28.9746 27.8686 29.0005 28 29.0005C28.1314 29.0005 28.2615 28.9746 28.3829 28.9243C28.5043 28.874 28.6146 28.8003 28.7075 28.7074C28.8004 28.6145 28.8741 28.5042 28.9244 28.3828C28.9747 28.2614 29.0006 28.1313 29.0006 27.9999C29.0006 27.8685 28.9747 27.7384 28.9244 27.617C28.8741 27.4956 28.8004 27.3853 28.7075 27.2924ZM5 13.9999C5 12.2199 5.52784 10.4798 6.51677 8.99978C7.5057 7.51974 8.91131 6.36619 10.5558 5.685C12.2004 5.00381 14.01 4.82558 15.7558 5.17285C17.5016 5.52012 19.1053 6.37728 20.364 7.63595C21.6226 8.89463 22.4798 10.4983 22.8271 12.2441C23.1743 13.9899 22.9961 15.7995 22.3149 17.4441C21.6337 19.0886 20.4802 20.4942 19.0001 21.4831C17.5201 22.4721 15.78 22.9999 14 22.9999C11.6139 22.9973 9.32621 22.0482 7.63896 20.361C5.95171 18.6737 5.00264 16.3861 5 13.9999Z"
|
|
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="M28.5303 27.4701L22.1078 21.0476C23.9393 18.9414 24.8815 16.2064 24.7357 13.4191C24.5899 10.6317 23.3677 8.0099 21.3265 6.1062C19.2854 4.2025 16.5848 3.16568 13.7941 3.21428C11.0034 3.26289 8.34061 4.39312 6.36699 6.36674C4.39337 8.34036 3.26313 11.0032 3.21453 13.7939C3.16592 16.5846 4.20275 19.2851 6.10644 21.3263C8.01014 23.3674 10.632 24.5897 13.4193 24.7355C16.2066 24.8812 18.9416 23.9391 21.0478 22.1076L27.4703 28.5301C27.6125 28.6626 27.8006 28.7347 27.9949 28.7313C28.1892 28.7278 28.3745 28.6491 28.512 28.5117C28.6494 28.3743 28.7281 28.1889 28.7315 27.9946C28.7349 27.8003 28.6628 27.6123 28.5303 27.4701ZM4.75033 14.0001C4.75033 12.1706 5.29283 10.3822 6.30924 8.86106C7.32564 7.33991 8.77029 6.15431 10.4605 5.4542C12.1507 4.75409 14.0106 4.57091 15.8049 4.92782C17.5992 5.28474 19.2474 6.16571 20.5411 7.45935C21.8347 8.75299 22.7157 10.4012 23.0726 12.1955C23.4295 13.9898 23.2463 15.8497 22.5462 17.5399C21.8461 19.2301 20.6605 20.6748 19.1394 21.6912C17.6182 22.7076 15.8298 23.2501 14.0003 23.2501C11.548 23.2471 9.19695 22.2716 7.46288 20.5375C5.72882 18.8035 4.75331 16.4524 4.75033 14.0001Z"
|
|
99
|
+
fill="currentColor"
|
|
100
|
+
/>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export default MagnifyingGlass;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const PlugsConnected = ({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="M29.354 2.64616C29.3076 2.59967 29.2524 2.56279 29.1917 2.53763C29.1311 2.51246 29.066 2.49951 29.0003 2.49951C28.9346 2.49951 28.8695 2.51246 28.8088 2.53763C28.7481 2.56279 28.693 2.59967 28.6465 2.64616L21.7428 9.54991L20.7178 8.5249C20.3928 8.19986 20.0069 7.94202 19.5823 7.76611C19.1576 7.59019 18.7024 7.49965 18.2428 7.49965C17.7831 7.49965 17.328 7.59019 16.9033 7.76611C16.4786 7.94202 16.0928 8.19986 15.7678 8.5249L12.5003 11.7924L11.354 10.6462C11.2602 10.5523 11.133 10.4996 11.0003 10.4996C10.8676 10.4996 10.7403 10.5523 10.6465 10.6462C10.5527 10.74 10.5 10.8672 10.5 10.9999C10.5 11.1326 10.5527 11.2598 10.6465 11.3537L11.7928 12.4999L8.52528 15.7674C8.20023 16.0924 7.9424 16.4783 7.76648 16.9029C7.59057 17.3276 7.50003 17.7827 7.50003 18.2424C7.50003 18.7021 7.59057 19.1572 7.76648 19.5819C7.9424 20.0065 8.20023 20.3924 8.52528 20.7174L9.55028 21.7424L2.64653 28.6462C2.55271 28.74 2.5 28.8672 2.5 28.9999C2.5 29.1326 2.55271 29.2598 2.64653 29.3537C2.74035 29.4475 2.8676 29.5002 3.00028 29.5002C3.13296 29.5002 3.26021 29.4475 3.35403 29.3537L10.2578 22.4499L11.2828 23.4749C11.6078 23.7999 11.9936 24.0578 12.4183 24.2337C12.843 24.4096 13.2981 24.5002 13.7578 24.5002C14.2174 24.5002 14.6726 24.4096 15.0973 24.2337C15.5219 24.0578 15.9078 23.7999 16.2328 23.4749L19.5003 20.2074L20.6465 21.3537C20.7403 21.4475 20.8676 21.5002 21.0003 21.5002C21.133 21.5002 21.2602 21.4475 21.354 21.3537C21.4478 21.2598 21.5006 21.1326 21.5006 20.9999C21.5006 20.8672 21.4478 20.74 21.354 20.6462L20.2078 19.4999L23.4753 16.2324C23.8003 15.9074 24.0582 15.5215 24.2341 15.0969C24.41 14.6722 24.5005 14.2171 24.5005 13.7574C24.5005 13.2977 24.41 12.8426 24.2341 12.4179C24.0582 11.9933 23.8003 11.6074 23.4753 11.2824L22.4503 10.2574L29.354 3.35366C29.4005 3.30722 29.4374 3.25207 29.4626 3.19138C29.4877 3.13068 29.5007 3.06561 29.5007 2.99991C29.5007 2.9342 29.4877 2.86913 29.4626 2.80843C29.4374 2.74774 29.4005 2.69259 29.354 2.64616ZM15.5253 22.7712C15.0565 23.2398 14.4207 23.5031 13.7578 23.5031C13.0949 23.5031 12.4591 23.2398 11.9903 22.7712L9.23278 20.0099C8.7641 19.5411 8.50081 18.9053 8.50081 18.2424C8.50081 17.5795 8.7641 16.9437 9.23278 16.4749L12.5003 13.2074L18.7928 19.4999L15.5253 22.7712ZM22.7678 15.5287L19.5003 18.7924L13.2078 12.4999L16.4753 9.23241C16.9441 8.76373 17.5799 8.50044 18.2428 8.50044C18.9057 8.50044 19.5415 8.76373 20.0103 9.23241L22.7678 11.9899C23.2365 12.4587 23.4997 13.0945 23.4997 13.7574C23.4997 14.4203 23.2365 15.0561 22.7678 15.5249V15.5287ZM11.5265 4.1574C11.5021 4.09432 11.4907 4.02693 11.4931 3.95933C11.4955 3.89172 11.5116 3.8253 11.5403 3.76408C11.5691 3.70287 11.6101 3.64813 11.6606 3.60318C11.7112 3.55824 11.7703 3.52402 11.8345 3.50261C11.8987 3.48119 11.9665 3.47301 12.0339 3.47858C12.1014 3.48415 12.1669 3.50333 12.2267 3.53498C12.2865 3.56663 12.3393 3.61009 12.3818 3.66271C12.4243 3.71534 12.4557 3.77605 12.474 3.84116L13.474 6.84116C13.4948 6.90345 13.5031 6.96923 13.4984 7.03473C13.4938 7.10023 13.4763 7.16417 13.4469 7.22291C13.4175 7.28164 13.3769 7.33402 13.3273 7.37704C13.2777 7.42006 13.2201 7.45289 13.1578 7.47366C13.1071 7.49096 13.0539 7.49983 13.0003 7.49991C12.8954 7.49974 12.7932 7.46657 12.7081 7.4051C12.6231 7.34364 12.5596 7.25698 12.5265 7.1574L11.5265 4.1574ZM3.52653 11.8412C3.56852 11.7171 3.65752 11.6144 3.7744 11.5553C3.89127 11.4962 4.02669 11.4852 4.15153 11.5249L7.15153 12.5249C7.26411 12.5619 7.35989 12.6377 7.4218 12.7387C7.48371 12.8397 7.50773 12.9595 7.48956 13.0766C7.4714 13.1937 7.41223 13.3005 7.32262 13.378C7.23301 13.4556 7.11877 13.4988 7.00028 13.4999C6.9467 13.4998 6.89349 13.491 6.84278 13.4737L3.84278 12.4737C3.78048 12.4529 3.72288 12.4201 3.67327 12.377C3.62366 12.334 3.58301 12.2816 3.55364 12.2229C3.52428 12.1642 3.50677 12.1002 3.50212 12.0347C3.49746 11.9692 3.50576 11.9035 3.52653 11.8412ZM28.474 20.1587C28.4408 20.258 28.3771 20.3444 28.2921 20.4056C28.2071 20.4668 28.105 20.4998 28.0003 20.4999C27.9467 20.4998 27.8935 20.491 27.8428 20.4737L24.8428 19.4737C24.7201 19.4294 24.6196 19.339 24.5626 19.2217C24.5056 19.1044 24.4967 18.9695 24.5378 18.8457C24.5789 18.722 24.6667 18.6192 24.7826 18.5592C24.8984 18.4993 25.033 18.487 25.1578 18.5249L28.1578 19.5249C28.2202 19.5457 28.278 19.5785 28.3277 19.6216C28.3774 19.6648 28.4181 19.7173 28.4475 19.7761C28.4768 19.835 28.4943 19.8991 28.4989 19.9647C28.5034 20.0304 28.495 20.0963 28.474 20.1587ZM20.474 27.8412C20.4948 27.9035 20.5031 27.9692 20.4984 28.0347C20.4938 28.1002 20.4763 28.1642 20.4469 28.2229C20.4175 28.2816 20.3769 28.334 20.3273 28.377C20.2777 28.4201 20.2201 28.4529 20.1578 28.4737C20.1071 28.491 20.0539 28.4998 20.0003 28.4999C19.8955 28.4998 19.7934 28.4668 19.7084 28.4056C19.6234 28.3444 19.5598 28.258 19.5265 28.1587L18.5265 25.1587C18.4901 25.0346 18.5032 24.9012 18.563 24.7865C18.6229 24.6719 18.7248 24.5849 18.8474 24.5438C18.9701 24.5027 19.1038 24.5107 19.2207 24.5662C19.3375 24.6216 19.4283 24.7202 19.474 24.8412L20.474 27.8412Z" 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="M29.7081 2.29255C29.6152 2.19958 29.5049 2.12582 29.3835 2.07549C29.2621 2.02517 29.132 1.99927 29.0006 1.99927C28.8691 1.99927 28.739 2.02517 28.6176 2.07549C28.4962 2.12582 28.3859 2.19958 28.2931 2.29255L21.7431 8.8438L21.0718 8.1713C20.3208 7.42249 19.3036 7.00199 18.2431 7.00199C17.1825 7.00199 16.1653 7.42249 15.4143 8.1713L12.5006 11.0863L11.7081 10.2926C11.5204 10.1049 11.2659 9.9995 11.0006 9.9995C10.7352 9.9995 10.4807 10.1049 10.2931 10.2926C10.1054 10.4802 10 10.7347 10 11.0001C10 11.2654 10.1054 11.5199 10.2931 11.7076L11.0868 12.5001L8.17181 15.4138C7.80028 15.7853 7.50556 16.2262 7.30448 16.7116C7.1034 17.197 6.99991 17.7172 6.99991 18.2426C6.99991 18.7679 7.1034 19.2881 7.30448 19.7735C7.50556 20.2589 7.80028 20.6999 8.17181 21.0713L8.84431 21.7426L2.29306 28.2926C2.20015 28.3855 2.12645 28.4958 2.07616 28.6172C2.02588 28.7386 2 28.8687 2 29.0001C2 29.1314 2.02588 29.2616 2.07616 29.3829C2.12645 29.5043 2.20015 29.6146 2.29306 29.7076C2.4807 29.8952 2.73519 30.0006 3.00056 30.0006C3.13195 30.0006 3.26206 29.9747 3.38345 29.9244C3.50485 29.8742 3.61515 29.8005 3.70806 29.7076L10.2581 23.1563L10.9293 23.8288C11.3008 24.2003 11.7417 24.4951 12.2271 24.6961C12.7125 24.8972 13.2327 25.0007 13.7581 25.0007C14.2834 25.0007 14.8036 24.8972 15.289 24.6961C15.7744 24.4951 16.2154 24.2003 16.5868 23.8288L19.5006 20.9138L20.2931 21.7076C20.386 21.8005 20.4963 21.8742 20.6177 21.9244C20.7391 21.9747 20.8692 22.0006 21.0006 22.0006C21.132 22.0006 21.2621 21.9747 21.3835 21.9244C21.5048 21.8742 21.6151 21.8005 21.7081 21.7076C21.801 21.6146 21.8747 21.5043 21.9249 21.3829C21.9752 21.2616 22.0011 21.1314 22.0011 21.0001C22.0011 20.8687 21.9752 20.7386 21.9249 20.6172C21.8747 20.4958 21.801 20.3855 21.7081 20.2926L20.9143 19.5001L23.8293 16.5863C24.2008 16.2149 24.4956 15.7739 24.6966 15.2885C24.8977 14.8031 25.0012 14.2829 25.0012 13.7576C25.0012 13.2322 24.8977 12.712 24.6966 12.2266C24.4956 11.7412 24.2008 11.3003 23.8293 10.9288L23.1568 10.2576L29.7081 3.70755C29.801 3.61468 29.8748 3.50439 29.9251 3.38299C29.9754 3.2616 30.0013 3.13147 30.0013 3.00005C30.0013 2.86864 29.9754 2.73851 29.9251 2.61711C29.8748 2.49572 29.801 2.38543 29.7081 2.29255ZM15.1718 22.4176C14.7968 22.7923 14.2883 23.0029 13.7581 23.0029C13.2278 23.0029 12.7193 22.7923 12.3443 22.4176L9.58681 19.6563C9.21202 19.2813 9.00148 18.7728 9.00148 18.2426C9.00148 17.7123 9.21202 17.2038 9.58681 16.8288L12.5006 13.9138L18.0868 19.5001L15.1718 22.4176ZM22.4143 15.1751L19.5006 18.0863L13.9143 12.5001L16.8293 9.5863C17.2043 9.21152 17.7129 9.00098 18.2431 9.00098C18.7733 9.00098 19.2818 9.21152 19.6568 9.5863L22.4143 12.3363C22.601 12.5221 22.7492 12.743 22.8503 12.9863C22.9513 13.2295 23.0034 13.4904 23.0034 13.7538C23.0034 14.0172 22.9513 14.2781 22.8503 14.5213C22.7492 14.7646 22.601 14.9855 22.4143 15.1713V15.1751ZM11.0518 4.3163C10.9679 4.06468 10.9874 3.79004 11.1061 3.55281C11.2247 3.31558 11.4327 3.13518 11.6843 3.0513C11.9359 2.96743 12.2106 2.98695 12.4478 3.10556C12.685 3.22418 12.8654 3.43218 12.9493 3.6838L13.9493 6.6838C13.9908 6.8084 14.0074 6.93995 13.9981 7.07095C13.9888 7.20195 13.9538 7.32983 13.895 7.4473C13.8363 7.56477 13.755 7.66951 13.6558 7.75556C13.5566 7.84161 13.4414 7.90727 13.3168 7.9488C13.0652 8.03268 12.7905 8.01316 12.5533 7.89454C12.4358 7.83581 12.3311 7.75452 12.245 7.6553C12.159 7.55609 12.0933 7.4409 12.0518 7.3163L11.0518 4.3163ZM3.05181 11.6838C3.09333 11.5592 3.15899 11.444 3.24503 11.3448C3.33108 11.2456 3.43583 11.1643 3.5533 11.1055C3.67077 11.0468 3.79865 11.0118 3.92966 11.0025C4.06066 10.9932 4.19221 11.0098 4.31681 11.0513L7.31681 12.0513C7.4414 12.0928 7.55659 12.1585 7.6558 12.2445C7.75502 12.3306 7.83631 12.4353 7.89505 12.5528C7.95378 12.6703 7.9888 12.7982 7.99811 12.9292C8.00742 13.0602 7.99084 13.1917 7.94931 13.3163C7.90778 13.4409 7.84211 13.5561 7.75606 13.6553C7.67001 13.7545 7.56527 13.8358 7.4478 13.8945C7.33034 13.9533 7.20245 13.9883 7.07145 13.9976C6.94045 14.0069 6.8089 13.9903 6.68431 13.9488L3.68431 12.9488C3.55971 12.9073 3.44451 12.8416 3.34529 12.7556C3.24607 12.6695 3.16477 12.5648 3.10604 12.4473C3.04731 12.3298 3.01229 12.202 3.00298 12.071C2.99368 11.9399 3.01027 11.8084 3.05181 11.6838ZM28.9493 20.3163C28.9078 20.4409 28.8421 20.5561 28.7561 20.6553C28.67 20.7545 28.5653 20.8358 28.4478 20.8946C28.3303 20.9533 28.2025 20.9883 28.0715 20.9976C27.9405 21.0069 27.8089 20.9903 27.6843 20.9488L24.6843 19.9488C24.4327 19.8649 24.2247 19.6845 24.1061 19.4473C23.9875 19.2101 23.9679 18.9354 24.0518 18.6838C24.1357 18.4322 24.3161 18.2242 24.5533 18.1056C24.7905 17.9869 25.0652 17.9674 25.3168 18.0513L28.3168 19.0513C28.4414 19.0928 28.5566 19.1585 28.6558 19.2445C28.755 19.3306 28.8363 19.4353 28.8951 19.5528C28.9538 19.6703 28.9888 19.7982 28.9981 19.9292C29.0074 20.0602 28.9908 20.1917 28.9493 20.3163ZM20.9493 27.6838C21.0332 27.9354 21.0137 28.2101 20.895 28.4473C20.7764 28.6845 20.5684 28.8649 20.3168 28.9488C20.0652 29.0327 19.7905 29.0132 19.5533 28.8945C19.3161 28.7759 19.1357 28.5679 19.0518 28.3163L18.0518 25.3163C17.9679 25.0647 17.9875 24.79 18.1061 24.5528C18.2247 24.3156 18.4327 24.1352 18.6843 24.0513C18.9359 23.9674 19.2106 23.9869 19.4478 24.1056C19.685 24.2242 19.8654 24.4322 19.9493 24.6838L20.9493 27.6838Z" 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="M30.0606 1.93874C29.9213 1.7989 29.7557 1.68795 29.5734 1.61224C29.3911 1.53653 29.1956 1.49756 28.9981 1.49756C28.8007 1.49756 28.6052 1.53653 28.4229 1.61224C28.2406 1.68795 28.075 1.7989 27.9356 1.93874L21.7419 8.13624L21.4244 7.81749C20.5797 6.97517 19.4354 6.50216 18.2425 6.50216C17.0496 6.50216 15.9054 6.97517 15.0606 7.81749L12.4994 10.375L12.0606 9.93499C11.9211 9.79546 11.7555 9.68478 11.5732 9.60927C11.3909 9.53376 11.1955 9.49489 10.9981 9.49489C10.5996 9.49489 10.2174 9.6532 9.93565 9.93499C9.79612 10.0745 9.68544 10.2402 9.60993 10.4225C9.53441 10.6048 9.49555 10.8002 9.49555 10.9975C9.49555 11.396 9.65386 11.7782 9.93565 12.06L10.3744 12.5L7.8169 15.0612C6.97305 15.9051 6.49898 17.0497 6.49898 18.2431C6.49898 19.4365 6.97305 20.5811 7.8169 21.425L8.13565 21.7425L1.93815 27.9387C1.65636 28.2205 1.49805 28.6027 1.49805 29.0012C1.49805 29.3998 1.65636 29.7819 1.93815 30.0637C2.21994 30.3455 2.60213 30.5038 3.00065 30.5038C3.39916 30.5038 3.78136 30.3455 4.06315 30.0637L10.2594 23.8662L10.5769 24.185C11.4218 25.027 12.566 25.4998 13.7588 25.4998C14.9516 25.4998 16.0958 25.027 16.9406 24.185L19.4994 21.625L19.9381 22.065C20.2199 22.3468 20.6021 22.5051 21.0006 22.5051C21.3992 22.5051 21.7814 22.3468 22.0631 22.065C22.3449 21.7832 22.5033 21.401 22.5033 21.0025C22.5033 20.604 22.3449 20.2218 22.0631 19.94L21.6244 19.5L24.1856 16.9387C25.0295 16.0948 25.5036 14.9503 25.5036 13.7569C25.5036 12.5634 25.0295 11.4189 24.1856 10.575L23.8669 10.2575L30.0644 4.06124C30.2036 3.92169 30.314 3.75606 30.3891 3.57383C30.4643 3.3916 30.5028 3.19634 30.5025 2.99921C30.5021 2.80209 30.4629 2.60697 30.3871 2.42501C30.3113 2.24304 30.2004 2.0778 30.0606 1.93874ZM14.8169 22.0637C14.6775 22.2036 14.512 22.3145 14.3296 22.3902C14.1473 22.466 13.9518 22.5049 13.7544 22.5049C13.557 22.5049 13.3615 22.466 13.1792 22.3902C12.9968 22.3145 12.8313 22.2036 12.6919 22.0637L9.93815 19.3037C9.79831 19.1644 9.68735 18.9988 9.61165 18.8165C9.53594 18.6341 9.49697 18.4387 9.49697 18.2412C9.49697 18.0438 9.53594 17.8483 9.61165 17.666C9.68735 17.4837 9.79831 17.3181 9.93815 17.1787L12.4994 14.625L17.3744 19.5L14.8169 22.0637ZM22.0669 14.82L19.4994 17.375L14.6244 12.5L17.1856 9.93874C17.325 9.7989 17.4906 9.68795 17.6729 9.61224C17.8552 9.53653 18.0507 9.49756 18.2481 9.49756C18.4456 9.49756 18.6411 9.53653 18.8234 9.61224C19.0057 9.68795 19.1713 9.7989 19.3106 9.93874L22.0681 12.6962C22.208 12.8356 22.3189 13.0012 22.3947 13.1835C22.4704 13.3658 22.5093 13.5613 22.5093 13.7587C22.5093 13.9562 22.4704 14.1516 22.3947 14.334C22.3189 14.5163 22.208 14.6819 22.0681 14.8212L22.0669 14.82ZM2.5769 11.5262C2.63918 11.3393 2.73767 11.1665 2.86674 11.0177C2.99581 10.8689 3.15293 10.7469 3.32914 10.6588C3.50534 10.5707 3.69717 10.5182 3.89368 10.5043C4.09018 10.4903 4.28751 10.5152 4.4744 10.5775L5.9744 11.0775C6.16587 11.136 6.3437 11.2322 6.49741 11.3604C6.65111 11.4887 6.77758 11.6465 6.86937 11.8244C6.96115 12.0023 7.01639 12.1968 7.03183 12.3964C7.04727 12.596 7.02259 12.7967 6.95926 12.9866C6.89593 13.1765 6.79521 13.3519 6.66306 13.5022C6.53091 13.6526 6.36999 13.775 6.18978 13.8623C6.00958 13.9495 5.81374 13.9997 5.61381 14.0101C5.41387 14.0204 5.21389 13.9906 5.02565 13.9225L3.52565 13.4225C3.14849 13.2967 2.8367 13.0263 2.6588 12.6707C2.4809 12.3152 2.45144 11.9035 2.5769 11.5262ZM10.5769 4.47499C10.5087 4.28675 10.479 4.08677 10.4893 3.88683C10.4997 3.6869 10.5499 3.49106 10.6371 3.31086C10.7244 3.13065 10.8468 2.96973 10.9971 2.83758C11.1475 2.70543 11.3229 2.60471 11.5128 2.54138C11.7027 2.47805 11.9034 2.45337 12.103 2.46881C12.3026 2.48425 12.4971 2.53949 12.675 2.63127C12.8529 2.72306 13.0107 2.84953 13.1389 3.00323C13.2672 3.15694 13.3634 3.33477 13.4219 3.52624L13.9219 5.02624C14.0362 5.40039 13.9997 5.80437 13.8204 6.15203C13.641 6.4997 13.3329 6.76355 12.9618 6.88731C12.5907 7.01106 12.1859 6.98494 11.8338 6.81451C11.4817 6.64408 11.2101 6.34283 11.0769 5.97499L10.5769 4.47499ZM29.4219 20.475C29.2959 20.8522 29.0252 21.1639 28.6693 21.3416C28.3135 21.5193 27.9017 21.5484 27.5244 21.4225L26.0244 20.9225C25.6566 20.7893 25.3553 20.5177 25.1849 20.1656C25.0144 19.8134 24.9883 19.4087 25.1121 19.0376C25.2358 18.6664 25.4997 18.3584 25.8474 18.179C26.195 17.9997 26.599 17.9632 26.9731 18.0775L28.4731 18.5775C28.66 18.6398 28.8328 18.7383 28.9817 18.8673C29.1305 18.9964 29.2524 19.1535 29.3405 19.3297C29.4286 19.5059 29.4812 19.6978 29.4951 19.8943C29.5091 20.0908 29.4842 20.2881 29.4219 20.475ZM21.4219 27.5262C21.4911 27.7147 21.5217 27.9152 21.512 28.1158C21.5022 28.3163 21.4523 28.5129 21.3652 28.6938C21.2781 28.8747 21.1555 29.0363 21.0048 29.169C20.854 29.3016 20.6782 29.4027 20.4877 29.4661C20.2972 29.5296 20.0959 29.5541 19.8957 29.5383C19.6955 29.5225 19.5006 29.4667 19.3224 29.3742C19.1442 29.2816 18.9864 29.1542 18.8583 28.9996C18.7303 28.8449 18.6346 28.6661 18.5769 28.4737L18.0769 26.9737C18.0077 26.7852 17.9771 26.5848 17.9868 26.3842C17.9966 26.1836 18.0465 25.9871 18.1336 25.8062C18.2207 25.6252 18.3433 25.4637 18.494 25.331C18.6448 25.1983 18.8206 25.0973 19.0111 25.0338C19.2016 24.9704 19.4029 24.9458 19.6031 24.9616C19.8033 24.9774 19.9982 25.0333 20.1764 25.1258C20.3546 25.2184 20.5124 25.3458 20.6405 25.5004C20.7685 25.6551 20.8642 25.8339 20.9219 26.0262L21.4219 27.5262Z" 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="M29.7081 2.29255C29.6152 2.19958 29.5049 2.12582 29.3835 2.07549C29.2621 2.02517 29.132 1.99927 29.0006 1.99927C28.8691 1.99927 28.739 2.02517 28.6176 2.07549C28.4962 2.12582 28.3859 2.19958 28.2931 2.29255L21.7431 8.8438L21.0718 8.1713C20.3208 7.42249 19.3036 7.00199 18.2431 7.00199C17.1825 7.00199 16.1653 7.42249 15.4143 8.1713L12.5006 11.0863L11.7081 10.2926C11.5204 10.1049 11.2659 9.9995 11.0006 9.9995C10.7352 9.9995 10.4807 10.1049 10.2931 10.2926C10.1054 10.4802 10 10.7347 10 11.0001C10 11.2654 10.1054 11.5199 10.2931 11.7076L11.0868 12.5001L8.17181 15.4138C7.80028 15.7853 7.50556 16.2262 7.30448 16.7116C7.1034 17.197 6.99991 17.7172 6.99991 18.2426C6.99991 18.7679 7.1034 19.2881 7.30448 19.7735C7.50556 20.2589 7.80028 20.6999 8.17181 21.0713L8.84431 21.7426L2.29306 28.2926C2.20015 28.3855 2.12645 28.4958 2.07616 28.6172C2.02588 28.7386 2 28.8687 2 29.0001C2 29.1314 2.02588 29.2616 2.07616 29.3829C2.12645 29.5043 2.20015 29.6146 2.29306 29.7076C2.4807 29.8952 2.73519 30.0006 3.00056 30.0006C3.13195 30.0006 3.26206 29.9747 3.38345 29.9244C3.50485 29.8742 3.61515 29.8005 3.70806 29.7076L10.2581 23.1563L10.9293 23.8288C11.6804 24.5773 12.6976 24.9976 13.7581 24.9976C14.8185 24.9976 15.8357 24.5773 16.5868 23.8288L19.5006 20.9138L20.2931 21.7076C20.386 21.8005 20.4963 21.8742 20.6177 21.9244C20.7391 21.9747 20.8692 22.0006 21.0006 22.0006C21.132 22.0006 21.2621 21.9747 21.3835 21.9244C21.5048 21.8742 21.6151 21.8005 21.7081 21.7076C21.801 21.6146 21.8747 21.5043 21.9249 21.3829C21.9752 21.2616 22.0011 21.1314 22.0011 21.0001C22.0011 20.8687 21.9752 20.7386 21.9249 20.6172C21.8747 20.4958 21.801 20.3855 21.7081 20.2926L20.9143 19.5001L23.8293 16.5863C24.2008 16.2149 24.4956 15.7739 24.6966 15.2885C24.8977 14.8031 25.0012 14.2829 25.0012 13.7576C25.0012 13.2322 24.8977 12.712 24.6966 12.2266C24.4956 11.7412 24.2008 11.3003 23.8293 10.9288L23.1568 10.2576L29.7081 3.70755C29.801 3.61468 29.8748 3.50439 29.9251 3.38299C29.9754 3.2616 30.0013 3.13147 30.0013 3.00005C30.0013 2.86864 29.9754 2.73851 29.9251 2.61711C29.8748 2.49572 29.801 2.38543 29.7081 2.29255ZM22.4143 15.1676L19.5006 18.0863L13.9143 12.5001L16.8293 9.5863C17.2043 9.21152 17.7129 9.00098 18.2431 9.00098C18.7733 9.00098 19.2818 9.21152 19.6568 9.5863L22.4143 12.3363C22.6001 12.522 22.7474 12.7425 22.848 12.9852C22.9485 13.2279 23.0003 13.488 23.0003 13.7507C23.0003 14.0134 22.9485 14.2735 22.848 14.5162C22.7474 14.7588 22.6001 14.9793 22.4143 15.1651V15.1676ZM11.0518 4.3163C10.9679 4.06468 10.9874 3.79004 11.1061 3.55281C11.2247 3.31558 11.4327 3.13518 11.6843 3.0513C11.9359 2.96743 12.2106 2.98695 12.4478 3.10556C12.685 3.22418 12.8654 3.43218 12.9493 3.6838L13.9493 6.6838C13.9908 6.8084 14.0074 6.93995 13.9981 7.07095C13.9888 7.20195 13.9538 7.32983 13.895 7.4473C13.8363 7.56477 13.755 7.66951 13.6558 7.75556C13.5566 7.84161 13.4414 7.90727 13.3168 7.9488C13.0652 8.03268 12.7905 8.01316 12.5533 7.89454C12.4358 7.83581 12.3311 7.75452 12.245 7.6553C12.159 7.55609 12.0933 7.4409 12.0518 7.3163L11.0518 4.3163ZM3.05181 11.6838C3.09333 11.5592 3.15899 11.444 3.24503 11.3448C3.33108 11.2456 3.43583 11.1643 3.5533 11.1055C3.67077 11.0468 3.79865 11.0118 3.92966 11.0025C4.06066 10.9932 4.19221 11.0098 4.31681 11.0513L7.31681 12.0513C7.4414 12.0928 7.55659 12.1585 7.6558 12.2445C7.75502 12.3306 7.83631 12.4353 7.89505 12.5528C7.95378 12.6703 7.9888 12.7982 7.99811 12.9292C8.00742 13.0602 7.99084 13.1917 7.94931 13.3163C7.90778 13.4409 7.84211 13.5561 7.75606 13.6553C7.67001 13.7545 7.56527 13.8358 7.4478 13.8945C7.33034 13.9533 7.20245 13.9883 7.07145 13.9976C6.94045 14.0069 6.8089 13.9903 6.68431 13.9488L3.68431 12.9488C3.55971 12.9073 3.44451 12.8416 3.34529 12.7556C3.24607 12.6695 3.16477 12.5648 3.10604 12.4473C3.04731 12.3298 3.01229 12.202 3.00298 12.071C2.99368 11.9399 3.01027 11.8084 3.05181 11.6838ZM28.9493 20.3163C28.9078 20.4409 28.8421 20.5561 28.7561 20.6553C28.67 20.7545 28.5653 20.8358 28.4478 20.8946C28.3303 20.9533 28.2025 20.9883 28.0715 20.9976C27.9405 21.0069 27.8089 20.9903 27.6843 20.9488L24.6843 19.9488C24.4327 19.8649 24.2247 19.6845 24.1061 19.4473C23.9875 19.2101 23.9679 18.9354 24.0518 18.6838C24.1357 18.4322 24.3161 18.2242 24.5533 18.1056C24.7905 17.9869 25.0652 17.9674 25.3168 18.0513L28.3168 19.0513C28.4414 19.0928 28.5566 19.1585 28.6558 19.2445C28.755 19.3306 28.8363 19.4353 28.8951 19.5528C28.9538 19.6703 28.9888 19.7982 28.9981 19.9292C29.0074 20.0602 28.9908 20.1917 28.9493 20.3163ZM20.9493 27.6838C21.0332 27.9354 21.0137 28.2101 20.895 28.4473C20.7764 28.6845 20.5684 28.8649 20.3168 28.9488C20.0652 29.0327 19.7905 29.0132 19.5533 28.8945C19.3161 28.7759 19.1357 28.5679 19.0518 28.3163L18.0518 25.3163C17.9679 25.0647 17.9875 24.79 18.1061 24.5528C18.2247 24.3156 18.4327 24.1352 18.6843 24.0513C18.9359 23.9674 19.2106 23.9869 19.4478 24.1056C19.685 24.2242 19.8654 24.4322 19.9493 24.6838L20.9493 27.6838Z" 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="M23.1248 15.8749L15.8748 23.1249C15.3122 23.6875 14.5491 24.0036 13.7535 24.0036C12.9579 24.0036 12.1949 23.6875 11.6323 23.1249L8.87478 20.3637C8.31336 19.8012 7.99805 19.039 7.99805 18.2443C7.99805 17.4496 8.31336 16.6874 8.87478 16.1249L16.1248 8.87495C16.6874 8.31238 17.4504 7.99634 18.246 7.99634C19.0416 7.99634 19.8047 8.31238 20.3673 8.87495L23.1248 11.6362C23.6862 12.1986 24.0015 12.9609 24.0015 13.7556C24.0015 14.5503 23.6862 15.3125 23.1248 15.8749Z" fill="currentColor"/>
|
|
36
|
+
<path d="M29.7081 2.29255C29.6152 2.19958 29.5049 2.12582 29.3835 2.07549C29.2621 2.02517 29.132 1.99927 29.0006 1.99927C28.8691 1.99927 28.739 2.02517 28.6176 2.07549C28.4962 2.12582 28.3859 2.19958 28.2931 2.29255L21.7431 8.8438L21.0718 8.1713C20.3208 7.42249 19.3036 7.00199 18.2431 7.00199C17.1825 7.00199 16.1653 7.42249 15.4143 8.1713L12.5006 11.0863L11.7081 10.2926C11.5204 10.1049 11.2659 9.9995 11.0006 9.9995C10.7352 9.9995 10.4807 10.1049 10.2931 10.2926C10.1054 10.4802 10 10.7347 10 11.0001C10 11.2654 10.1054 11.5199 10.2931 11.7076L11.0868 12.5001L8.17181 15.4138C7.80028 15.7853 7.50556 16.2262 7.30448 16.7116C7.1034 17.197 6.99991 17.7172 6.99991 18.2426C6.99991 18.7679 7.1034 19.2881 7.30448 19.7735C7.50556 20.2589 7.80028 20.6999 8.17181 21.0713L8.84431 21.7426L2.29306 28.2926C2.20015 28.3855 2.12645 28.4958 2.07616 28.6172C2.02588 28.7386 2 28.8687 2 29.0001C2 29.1314 2.02588 29.2616 2.07616 29.3829C2.12645 29.5043 2.20015 29.6146 2.29306 29.7076C2.4807 29.8952 2.73519 30.0006 3.00056 30.0006C3.13195 30.0006 3.26206 29.9747 3.38345 29.9244C3.50485 29.8742 3.61515 29.8005 3.70806 29.7076L10.2581 23.1563L10.9293 23.8288C11.6804 24.5773 12.6976 24.9976 13.7581 24.9976C14.8185 24.9976 15.8357 24.5773 16.5868 23.8288L19.5006 20.9138L20.2931 21.7076C20.386 21.8005 20.4963 21.8742 20.6177 21.9244C20.7391 21.9747 20.8692 22.0006 21.0006 22.0006C21.132 22.0006 21.2621 21.9747 21.3835 21.9244C21.5048 21.8742 21.6151 21.8005 21.7081 21.7076C21.801 21.6146 21.8747 21.5043 21.9249 21.3829C21.9752 21.2616 22.0011 21.1314 22.0011 21.0001C22.0011 20.8687 21.9752 20.7386 21.9249 20.6172C21.8747 20.4958 21.801 20.3855 21.7081 20.2926L20.9143 19.5001L23.8293 16.5863C24.2008 16.2149 24.4956 15.7739 24.6966 15.2885C24.8977 14.8031 25.0012 14.2829 25.0012 13.7576C25.0012 13.2322 24.8977 12.712 24.6966 12.2266C24.4956 11.7412 24.2008 11.3003 23.8293 10.9288L23.1568 10.2576L29.7081 3.70755C29.801 3.61468 29.8748 3.50439 29.9251 3.38299C29.9754 3.2616 30.0013 3.13147 30.0013 3.00005C30.0013 2.86864 29.9754 2.73851 29.9251 2.61711C29.8748 2.49572 29.801 2.38543 29.7081 2.29255ZM15.1718 22.4176C14.7968 22.7923 14.2883 23.0029 13.7581 23.0029C13.2278 23.0029 12.7193 22.7923 12.3443 22.4176L9.58681 19.6563C9.21202 19.2813 9.00148 18.7728 9.00148 18.2426C9.00148 17.7123 9.21202 17.2038 9.58681 16.8288L12.5006 13.9138L18.0868 19.5001L15.1718 22.4176ZM22.4143 15.1751L19.5006 18.0863L13.9143 12.5001L16.8293 9.5863C17.2043 9.21152 17.7129 9.00098 18.2431 9.00098C18.7733 9.00098 19.2818 9.21152 19.6568 9.5863L22.4143 12.3363C22.6001 12.522 22.7474 12.7425 22.848 12.9852C22.9485 13.2279 23.0003 13.488 23.0003 13.7507C23.0003 14.0134 22.9485 14.2735 22.848 14.5162C22.7474 14.7588 22.6001 14.9793 22.4143 15.1651V15.1751ZM11.0518 4.3163C10.9679 4.06468 10.9874 3.79004 11.1061 3.55281C11.2247 3.31558 11.4327 3.13518 11.6843 3.0513C11.9359 2.96743 12.2106 2.98695 12.4478 3.10556C12.685 3.22418 12.8654 3.43218 12.9493 3.6838L13.9493 6.6838C13.9908 6.8084 14.0074 6.93995 13.9981 7.07095C13.9888 7.20195 13.9538 7.32983 13.895 7.4473C13.8363 7.56477 13.755 7.66951 13.6558 7.75556C13.5566 7.84161 13.4414 7.90727 13.3168 7.9488C13.0652 8.03268 12.7905 8.01316 12.5533 7.89454C12.4358 7.83581 12.3311 7.75452 12.245 7.6553C12.159 7.55609 12.0933 7.4409 12.0518 7.3163L11.0518 4.3163ZM3.05181 11.6838C3.09333 11.5592 3.15899 11.444 3.24503 11.3448C3.33108 11.2456 3.43583 11.1643 3.5533 11.1055C3.67077 11.0468 3.79865 11.0118 3.92966 11.0025C4.06066 10.9932 4.19221 11.0098 4.31681 11.0513L7.31681 12.0513C7.4414 12.0928 7.55659 12.1585 7.6558 12.2445C7.75502 12.3306 7.83631 12.4353 7.89505 12.5528C7.95378 12.6703 7.9888 12.7982 7.99811 12.9292C8.00742 13.0602 7.99084 13.1917 7.94931 13.3163C7.90778 13.4409 7.84211 13.5561 7.75606 13.6553C7.67001 13.7545 7.56527 13.8358 7.4478 13.8945C7.33034 13.9533 7.20245 13.9883 7.07145 13.9976C6.94045 14.0069 6.8089 13.9903 6.68431 13.9488L3.68431 12.9488C3.55971 12.9073 3.44451 12.8416 3.34529 12.7556C3.24607 12.6695 3.16477 12.5648 3.10604 12.4473C3.04731 12.3298 3.01229 12.202 3.00298 12.071C2.99368 11.9399 3.01027 11.8084 3.05181 11.6838ZM28.9493 20.3163C28.9078 20.4409 28.8421 20.5561 28.7561 20.6553C28.67 20.7545 28.5653 20.8358 28.4478 20.8946C28.3303 20.9533 28.2025 20.9883 28.0715 20.9976C27.9405 21.0069 27.8089 20.9903 27.6843 20.9488L24.6843 19.9488C24.4327 19.8649 24.2247 19.6845 24.1061 19.4473C23.9875 19.2101 23.9679 18.9354 24.0518 18.6838C24.1357 18.4322 24.3161 18.2242 24.5533 18.1056C24.7905 17.9869 25.0652 17.9674 25.3168 18.0513L28.3168 19.0513C28.4414 19.0928 28.5566 19.1585 28.6558 19.2445C28.755 19.3306 28.8363 19.4353 28.8951 19.5528C28.9538 19.6703 28.9888 19.7982 28.9981 19.9292C29.0074 20.0602 28.9908 20.1917 28.9493 20.3163ZM20.9493 27.6838C21.0332 27.9354 21.0137 28.2101 20.895 28.4473C20.7764 28.6845 20.5684 28.8649 20.3168 28.9488C20.0652 29.0327 19.7905 29.0132 19.5533 28.8945C19.3161 28.7759 19.1357 28.5679 19.0518 28.3163L18.0518 25.3163C17.9679 25.0647 17.9875 24.79 18.1061 24.5528C18.2247 24.3156 18.4327 24.1352 18.6843 24.0513C18.9359 23.9674 19.2106 23.9869 19.4478 24.1056C19.685 24.2242 19.8654 24.4322 19.9493 24.6838L20.9493 27.6838Z" 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="M29.5292 2.47007C29.3886 2.32962 29.1979 2.25073 28.9992 2.25073C28.8004 2.25073 28.6098 2.32962 28.4692 2.47007L21.7417 9.19632L20.8929 8.34882C20.1897 7.64581 19.236 7.25087 18.2417 7.25087C17.2473 7.25087 16.2937 7.64581 15.5904 8.34882L12.4992 11.4388L11.5292 10.4701C11.387 10.3376 11.199 10.2655 11.0047 10.2689C10.8104 10.2723 10.625 10.351 10.4876 10.4885C10.3501 10.6259 10.2714 10.8112 10.268 11.0055C10.2646 11.1999 10.3367 11.3879 10.4692 11.5301L11.4379 12.5001L8.34793 15.5913C7.64491 16.2946 7.24998 17.2482 7.24998 18.2426C7.24998 19.2369 7.64491 20.1906 8.34793 20.8938L9.19543 21.7426L2.46918 28.4701C2.39549 28.5387 2.33639 28.6215 2.2954 28.7135C2.2544 28.8055 2.23236 28.9048 2.23059 29.0055C2.22881 29.1063 2.24733 29.2063 2.28505 29.2997C2.32278 29.3931 2.37892 29.4779 2.45014 29.5491C2.52136 29.6203 2.60619 29.6765 2.69958 29.7142C2.79297 29.7519 2.893 29.7704 2.9937 29.7687C3.0944 29.7669 3.19372 29.7448 3.28572 29.7039C3.37771 29.6629 3.46052 29.6038 3.52918 29.5301L10.2567 22.8038L11.1054 23.6513C11.8087 24.3543 12.7623 24.7493 13.7567 24.7493C14.751 24.7493 15.7047 24.3543 16.4079 23.6513L19.4992 20.5613L20.4692 21.5301C20.6114 21.6626 20.7994 21.7347 20.9937 21.7312C21.188 21.7278 21.3734 21.6491 21.5108 21.5117C21.6482 21.3743 21.7269 21.1889 21.7304 20.9946C21.7338 20.8003 21.6617 20.6122 21.5292 20.4701L20.5604 19.5001L23.6504 16.4088C24.3534 15.7056 24.7484 14.7519 24.7484 13.7576C24.7484 12.7632 24.3534 11.8096 23.6504 11.1063L22.8029 10.2576L29.5292 3.53007C29.6696 3.38945 29.7485 3.19882 29.7485 3.00007C29.7485 2.80132 29.6696 2.6107 29.5292 2.47007ZM15.3479 22.5951C15.139 22.8041 14.8909 22.9699 14.6179 23.083C14.3449 23.1961 14.0522 23.2543 13.7567 23.2543C13.4611 23.2543 13.1685 23.1961 12.8955 23.083C12.6224 22.9699 12.3744 22.8041 12.1654 22.5951L9.40793 19.8338C9.19892 19.6249 9.03312 19.3768 8.92 19.1038C8.80688 18.8307 8.74866 18.5381 8.74866 18.2426C8.74866 17.947 8.80688 17.6544 8.92 17.3814C9.03312 17.1083 9.19892 16.8603 9.40793 16.6513L12.4992 13.5613L18.4379 19.5001L15.3479 22.5951ZM22.5904 15.3526L19.4992 18.4388L13.5604 12.5001L16.6504 9.40882C16.8594 9.19981 17.1074 9.03401 17.3805 8.92089C17.6535 8.80778 17.9461 8.74955 18.2417 8.74955C18.5372 8.74955 18.8299 8.80778 19.1029 8.92089C19.3759 9.03401 19.624 9.19981 19.8329 9.40882L22.5904 12.1663C22.7994 12.3753 22.9652 12.6233 23.0784 12.8964C23.1915 13.1694 23.2497 13.462 23.2497 13.7576C23.2497 14.0531 23.1915 14.3457 23.0784 14.6188C22.9652 14.8918 22.7994 15.1399 22.5904 15.3488V15.3526ZM11.2879 4.23757C11.2545 4.14361 11.2401 4.04393 11.2457 3.94435C11.2512 3.84478 11.2766 3.74731 11.3203 3.65765C11.3639 3.56799 11.425 3.48794 11.5 3.42218C11.575 3.35643 11.6624 3.30629 11.757 3.27471C11.8516 3.24312 11.9515 3.23072 12.051 3.23822C12.1504 3.24573 12.2474 3.27299 12.3361 3.31842C12.4249 3.36385 12.5038 3.42653 12.568 3.50279C12.6323 3.57906 12.6807 3.66737 12.7104 3.76257L13.7104 6.76257C13.7439 6.85653 13.7582 6.95621 13.7527 7.05579C13.7471 7.15537 13.7218 7.25284 13.6781 7.3425C13.6344 7.43216 13.5733 7.51221 13.4983 7.57796C13.4233 7.64371 13.336 7.69385 13.2414 7.72544C13.1468 7.75703 13.0468 7.76943 12.9474 7.76192C12.8479 7.75442 12.751 7.72715 12.6622 7.68172C12.5734 7.63629 12.4946 7.57361 12.4303 7.49735C12.3661 7.42109 12.3176 7.33277 12.2879 7.23757L11.2879 4.23757ZM3.28793 11.7626C3.35095 11.574 3.4863 11.4181 3.66421 11.3293C3.84213 11.2404 4.04804 11.2259 4.23668 11.2888L7.23668 12.2888C7.33188 12.3185 7.42019 12.367 7.49646 12.4312C7.57272 12.4955 7.6354 12.5743 7.68083 12.6631C7.72626 12.7519 7.75352 12.8488 7.76103 12.9483C7.76853 13.0477 7.75613 13.1477 7.72454 13.2423C7.69296 13.3369 7.64282 13.4242 7.57706 13.4992C7.51131 13.5742 7.43126 13.6353 7.3416 13.679C7.25194 13.7227 7.15447 13.748 7.0549 13.7536C6.95532 13.7591 6.85564 13.7448 6.76168 13.7113L3.76168 12.7113C3.57307 12.6483 3.4172 12.513 3.32836 12.335C3.23952 12.1571 3.22498 11.9512 3.28793 11.7626ZM28.7104 20.2376C28.6474 20.4262 28.5121 20.582 28.3341 20.6709C28.1562 20.7597 27.9503 20.7743 27.7617 20.7113L24.7617 19.7113C24.5767 19.6455 24.4249 19.5097 24.3389 19.3332C24.2529 19.1567 24.2396 18.9534 24.3018 18.7672C24.364 18.5809 24.4967 18.4265 24.6715 18.3371C24.8463 18.2476 25.0492 18.2303 25.2367 18.2888L28.2367 19.2888C28.4253 19.3518 28.5812 19.4872 28.67 19.6651C28.7588 19.843 28.7734 20.0489 28.7104 20.2376ZM20.7104 27.7626C20.7439 27.8565 20.7582 27.9562 20.7527 28.0558C20.7471 28.1554 20.7218 28.2528 20.6781 28.3425C20.6344 28.4322 20.5733 28.5122 20.4983 28.578C20.4233 28.6437 20.336 28.6938 20.2414 28.7254C20.1468 28.757 20.0468 28.7694 19.9474 28.7619C19.8479 28.7544 19.751 28.7272 19.6622 28.6817C19.5734 28.6363 19.4946 28.5736 19.4303 28.4973C19.3661 28.4211 19.3176 28.3328 19.2879 28.2376L18.2879 25.2376C18.2545 25.1436 18.2401 25.0439 18.2457 24.9444C18.2512 24.8448 18.2766 24.7473 18.3203 24.6576C18.3639 24.568 18.425 24.4879 18.5 24.4222C18.575 24.3564 18.6624 24.3063 18.757 24.2747C18.8516 24.2431 18.9515 24.2307 19.051 24.2382C19.1504 24.2457 19.2474 24.273 19.3361 24.3184C19.4249 24.3638 19.5038 24.4265 19.568 24.5028C19.6323 24.5791 19.6807 24.6674 19.7104 24.7626L20.7104 27.7626Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default PlugsConnected;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const RadioButtonIcon = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM16 27.5C13.7255 27.5 11.5021 26.8255 9.61095 25.5619C7.71978 24.2983 6.2458 22.5022 5.37539 20.4009C4.50498 18.2995 4.27724 15.9872 4.72097 13.7565C5.1647 11.5257 6.25997 9.47658 7.86828 7.86827C9.47658 6.25997 11.5257 5.1647 13.7565 4.72097C15.9872 4.27724 18.2995 4.50498 20.4009 5.37539C22.5022 6.24579 24.2983 7.71978 25.5619 9.61094C26.8255 11.5021 27.5 13.7255 27.5 16C27.4967 19.049 26.284 21.9721 24.1281 24.1281C21.9721 26.284 19.049 27.4967 16 27.5ZM16 8.5C14.5166 8.5 13.0666 8.93987 11.8332 9.76398C10.5999 10.5881 9.63857 11.7594 9.07091 13.1299C8.50325 14.5003 8.35473 16.0083 8.64412 17.4632C8.93351 18.918 9.64781 20.2544 10.6967 21.3033C11.7456 22.3522 13.082 23.0665 14.5368 23.3559C15.9917 23.6453 17.4997 23.4968 18.8701 22.9291C20.2406 22.3614 21.4119 21.4001 22.236 20.1668C23.0601 18.9334 23.5 17.4834 23.5 16C23.4977 14.0116 22.7068 12.1053 21.3007 10.6993C19.8947 9.29324 17.9884 8.50232 16 8.5ZM16 22.5C14.7144 22.5 13.4577 22.1188 12.3888 21.4046C11.3199 20.6903 10.4868 19.6752 9.99479 18.4874C9.50282 17.2997 9.3741 15.9928 9.6249 14.7319C9.87571 13.471 10.4948 12.3128 11.4038 11.4038C12.3129 10.4948 13.471 9.8757 14.7319 9.6249C15.9928 9.37409 17.2997 9.50281 18.4874 9.99478C19.6752 10.4868 20.6903 11.3199 21.4046 12.3888C22.1188 13.4577 22.5 14.7144 22.5 16C22.498 17.7233 21.8126 19.3754 20.594 20.594C19.3755 21.8126 17.7233 22.498 16 22.5Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
if (type === "regular") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
17
|
+
<path
|
|
18
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM16 8C14.4178 8 12.871 8.46919 11.5554 9.34824C10.2399 10.2273 9.21447 11.4767 8.60897 12.9385C8.00347 14.4003 7.84504 16.0089 8.15372 17.5607C8.46241 19.1126 9.22433 20.538 10.3432 21.6569C11.462 22.7757 12.8874 23.5376 14.4393 23.8463C15.9911 24.155 17.5997 23.9965 19.0615 23.391C20.5233 22.7855 21.7727 21.7602 22.6518 20.4446C23.5308 19.129 24 17.5823 24 16C23.9977 13.879 23.1541 11.8455 21.6543 10.3457C20.1545 8.84591 18.121 8.00232 16 8ZM16 22C14.8133 22 13.6533 21.6481 12.6666 20.9888C11.6799 20.3295 10.9109 19.3925 10.4567 18.2961C10.0026 17.1997 9.88378 15.9933 10.1153 14.8295C10.3468 13.6656 10.9183 12.5965 11.7574 11.7574C12.5965 10.9182 13.6656 10.3468 14.8295 10.1153C15.9934 9.88378 17.1997 10.0026 18.2961 10.4567C19.3925 10.9108 20.3295 11.6799 20.9888 12.6666C21.6481 13.6533 22 14.8133 22 16C21.9984 17.5908 21.3657 19.116 20.2408 20.2408C19.116 21.3657 17.5908 21.9983 16 22Z"
|
|
19
|
+
fill="currentColor"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
if (type === "bold") {
|
|
24
|
+
return (
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path
|
|
27
|
+
d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM16 26.5C13.9233 26.5 11.8932 25.8842 10.1665 24.7304C8.4398 23.5767 7.09399 21.9368 6.29927 20.0182C5.50455 18.0996 5.29662 15.9884 5.70176 13.9516C6.10691 11.9148 7.10693 10.0438 8.57538 8.57538C10.0438 7.10693 11.9148 6.1069 13.9516 5.70175C15.9884 5.29661 18.0996 5.50454 20.0182 6.29926C21.9368 7.09399 23.5767 8.4398 24.7304 10.1665C25.8842 11.8932 26.5 13.9233 26.5 16C26.497 18.7839 25.3898 21.4528 23.4213 23.4213C21.4529 25.3898 18.7839 26.497 16 26.5ZM16 8C14.4178 8 12.871 8.46919 11.5554 9.34824C10.2399 10.2273 9.21447 11.4767 8.60897 12.9385C8.00347 14.4003 7.84504 16.0089 8.15372 17.5607C8.46241 19.1126 9.22433 20.538 10.3432 21.6569C11.462 22.7757 12.8874 23.5376 14.4393 23.8463C15.9911 24.155 17.5997 23.9965 19.0615 23.391C20.5233 22.7855 21.7727 21.7602 22.6518 20.4446C23.5308 19.129 24 17.5823 24 16C23.9977 13.879 23.1541 11.8455 21.6543 10.3457C20.1545 8.84591 18.121 8.00232 16 8ZM16 21C15.0111 21 14.0444 20.7068 13.2222 20.1573C12.3999 19.6079 11.759 18.827 11.3806 17.9134C11.0022 16.9998 10.9032 15.9945 11.0961 15.0245C11.289 14.0546 11.7652 13.1637 12.4645 12.4645C13.1637 11.7652 14.0546 11.289 15.0246 11.0961C15.9945 10.9031 16.9998 11.0022 17.9134 11.3806C18.8271 11.759 19.6079 12.3999 20.1574 13.2221C20.7068 14.0444 21 15.0111 21 16C21 17.3261 20.4732 18.5979 19.5355 19.5355C18.5979 20.4732 17.3261 21 16 21Z"
|
|
28
|
+
fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "fill") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path
|
|
36
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 17.5823 23.5308 19.129 22.6518 20.4446C21.7727 21.7602 20.5233 22.7855 19.0615 23.391C17.5997 23.9965 15.9911 24.155 14.4393 23.8463C12.8874 23.5376 11.462 22.7757 10.3432 21.6569C9.22433 20.538 8.46241 19.1126 8.15372 17.5607C7.84504 16.0089 8.00347 14.4003 8.60897 12.9385C9.21447 11.4767 10.2399 10.2273 11.5554 9.34824C12.871 8.46919 14.4178 8 16 8C18.121 8.00232 20.1545 8.84591 21.6543 10.3457C23.1541 11.8455 23.9977 13.879 24 16Z"
|
|
37
|
+
fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
if (type === "duotone") {
|
|
42
|
+
return (
|
|
43
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
44
|
+
<path opacity="0.2"
|
|
45
|
+
d="M23 16C23 17.3845 22.5895 18.7378 21.8203 19.889C21.0511 21.0401 19.9579 21.9373 18.6788 22.4672C17.3997 22.997 15.9922 23.1356 14.6344 22.8655C13.2765 22.5954 12.0292 21.9287 11.0503 20.9497C10.0713 19.9708 9.4046 18.7235 9.13451 17.3656C8.86441 16.0078 9.00303 14.6003 9.53285 13.3212C10.0627 12.0421 10.9599 10.9489 12.111 10.1797C13.2622 9.41054 14.6155 9 16 9C17.8565 9 19.637 9.7375 20.9497 11.0503C22.2625 12.363 23 14.1435 23 16Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
<path
|
|
48
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM16 8C14.4178 8 12.871 8.46919 11.5554 9.34824C10.2399 10.2273 9.21447 11.4767 8.60897 12.9385C8.00347 14.4003 7.84504 16.0089 8.15372 17.5607C8.46241 19.1126 9.22433 20.538 10.3432 21.6569C11.462 22.7757 12.8874 23.5376 14.4393 23.8463C15.9911 24.155 17.5997 23.9965 19.0615 23.391C20.5233 22.7855 21.7727 21.7602 22.6518 20.4446C23.5308 19.129 24 17.5823 24 16C23.9977 13.879 23.1541 11.8455 21.6543 10.3457C20.1545 8.84591 18.121 8.00232 16 8ZM16 22C14.8133 22 13.6533 21.6481 12.6666 20.9888C11.6799 20.3295 10.9109 19.3925 10.4567 18.2961C10.0026 17.1997 9.88378 15.9933 10.1153 14.8295C10.3468 13.6656 10.9183 12.5965 11.7574 11.7574C12.5965 10.9182 13.6656 10.3468 14.8295 10.1153C15.9934 9.88378 17.1997 10.0026 18.2961 10.4567C19.3925 10.9108 20.3295 11.6799 20.9888 12.6666C21.6481 13.6533 22 14.8133 22 16C21.9984 17.5908 21.3657 19.116 20.2408 20.2408C19.116 21.3657 17.5908 21.9983 16 22Z"
|
|
49
|
+
fill="currentColor"/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return (
|
|
55
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
56
|
+
<path
|
|
57
|
+
d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM16 27.25C13.775 27.25 11.5999 26.5902 9.74984 25.354C7.89979 24.1179 6.45785 22.3609 5.60636 20.3052C4.75488 18.2495 4.53209 15.9875 4.96617 13.8052C5.40025 11.6229 6.47171 9.61839 8.04505 8.04505C9.6184 6.47171 11.623 5.40025 13.8052 4.96617C15.9875 4.53208 18.2495 4.75487 20.3052 5.60636C22.3609 6.45784 24.1179 7.89978 25.354 9.74984C26.5902 11.5999 27.25 13.775 27.25 16C27.2467 18.9827 26.0604 21.8422 23.9513 23.9513C21.8422 26.0604 18.9827 27.2467 16 27.25ZM16 8.25C14.4672 8.25 12.9688 8.70453 11.6943 9.55611C10.4199 10.4077 9.42652 11.6181 8.83994 13.0342C8.25336 14.4503 8.09988 16.0086 8.39892 17.5119C8.69796 19.0153 9.43607 20.3962 10.5199 21.4801C11.6038 22.5639 12.9847 23.302 14.4881 23.6011C15.9914 23.9001 17.5497 23.7466 18.9658 23.1601C20.3819 22.5735 21.5923 21.5802 22.4439 20.3057C23.2955 19.0312 23.75 17.5328 23.75 16C23.7477 13.9453 22.9304 11.9754 21.4775 10.5225C20.0246 9.06957 18.0547 8.25232 16 8.25ZM16 22.25C14.7639 22.25 13.5555 21.8834 12.5277 21.1967C11.4999 20.5099 10.6988 19.5338 10.2258 18.3918C9.75271 17.2497 9.62894 15.9931 9.8701 14.7807C10.1113 13.5683 10.7065 12.4547 11.5806 11.5806C12.4547 10.7065 13.5683 10.1112 14.7807 9.87009C15.9931 9.62893 17.2497 9.75271 18.3918 10.2258C19.5338 10.6988 20.5099 11.4999 21.1967 12.5277C21.8834 13.5555 22.25 14.7639 22.25 16C22.248 17.657 21.5889 19.2456 20.4172 20.4172C19.2456 21.5889 17.657 22.248 16 22.25Z"
|
|
58
|
+
fill="currentColor"/>
|
|
59
|
+
</svg>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default RadioButtonIcon;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const SignIn = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M17.3538 16.3538L12.3538 21.3538C12.2599 21.4476 12.1327 21.5003 12 21.5003C11.8673 21.5003 11.7401 21.4476 11.6462 21.3538C11.5524 21.2599 11.4997 21.1327 11.4997 21C11.4997 20.8673 11.5524 20.7401 11.6462 20.6462L15.7925 16.5H3C2.86739 16.5 2.74021 16.4473 2.64645 16.3536C2.55268 16.2598 2.5 16.1326 2.5 16C2.5 15.8674 2.55268 15.7402 2.64645 15.6464C2.74021 15.5527 2.86739 15.5 3 15.5H15.7925L11.6462 11.3538C11.5524 11.2599 11.4997 11.1327 11.4997 11C11.4997 10.8673 11.5524 10.7401 11.6462 10.6462C11.7401 10.5524 11.8673 10.4997 12 10.4997C12.1327 10.4997 12.2599 10.5524 12.3538 10.6462L17.3538 15.6462C17.4002 15.6927 17.4371 15.7478 17.4623 15.8085C17.4874 15.8692 17.5004 15.9343 17.5004 16C17.5004 16.0657 17.4874 16.1308 17.4623 16.1915C17.4371 16.2522 17.4002 16.3073 17.3538 16.3538ZM24 4.5H17C16.8674 4.5 16.7402 4.55268 16.6464 4.64645C16.5527 4.74021 16.5 4.86739 16.5 5C16.5 5.13261 16.5527 5.25979 16.6464 5.35355C16.7402 5.44732 16.8674 5.5 17 5.5H24C24.1326 5.5 24.2598 5.55268 24.3536 5.64645C24.4473 5.74021 24.5 5.86739 24.5 6V26C24.5 26.1326 24.4473 26.2598 24.3536 26.3536C24.2598 26.4473 24.1326 26.5 24 26.5H17C16.8674 26.5 16.7402 26.5527 16.6464 26.6464C16.5527 26.7402 16.5 26.8674 16.5 27C16.5 27.1326 16.5527 27.2598 16.6464 27.3536C16.7402 27.4473 16.8674 27.5 17 27.5H24C24.3978 27.5 24.7794 27.342 25.0607 27.0607C25.342 26.7794 25.5 26.3978 25.5 26V6C25.5 5.60218 25.342 5.22064 25.0607 4.93934C24.7794 4.65804 24.3978 4.5 24 4.5Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
15
|
+
<path
|
|
16
|
+
d="M17.7075 16.7075L12.7075 21.7075C12.6146 21.8004 12.5043 21.8741 12.3829 21.9244C12.2615 21.9747 12.1314 22.0006 12 22.0006C11.8686 22.0006 11.7385 21.9747 11.6171 21.9244C11.4957 21.8741 11.3854 21.8004 11.2925 21.7075C11.1996 21.6146 11.1259 21.5043 11.0756 21.3829C11.0253 21.2615 10.9994 21.1314 10.9994 21C10.9994 20.8686 11.0253 20.7385 11.0756 20.6171C11.1259 20.4957 11.1996 20.3854 11.2925 20.2925L14.5863 17H3C2.73478 17 2.48043 16.8946 2.29289 16.7071C2.10536 16.5196 2 16.2652 2 16C2 15.7348 2.10536 15.4804 2.29289 15.2929C2.48043 15.1054 2.73478 15 3 15H14.5863L11.2925 11.7075C11.1049 11.5199 10.9994 11.2654 10.9994 11C10.9994 10.7346 11.1049 10.4801 11.2925 10.2925C11.4801 10.1049 11.7346 9.99944 12 9.99944C12.2654 9.99944 12.5199 10.1049 12.7075 10.2925L17.7075 15.2925C17.8005 15.3854 17.8742 15.4957 17.9246 15.6171C17.9749 15.7385 18.0008 15.8686 18.0008 16C18.0008 16.1314 17.9749 16.2615 17.9246 16.3829C17.8742 16.5043 17.8005 16.6146 17.7075 16.7075ZM24 4H17C16.7348 4 16.4804 4.10536 16.2929 4.29289C16.1054 4.48043 16 4.73478 16 5C16 5.26522 16.1054 5.51957 16.2929 5.70711C16.4804 5.89464 16.7348 6 17 6H24V26H17C16.7348 26 16.4804 26.1054 16.2929 26.2929C16.1054 26.4804 16 26.7348 16 27C16 27.2652 16.1054 27.5196 16.2929 27.7071C16.4804 27.8946 16.7348 28 17 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V6C26 5.46957 25.7893 4.96086 25.4142 4.58579C25.0391 4.21071 24.5304 4 24 4Z"
|
|
17
|
+
fill="currentColor"/>
|
|
18
|
+
</svg>
|
|
19
|
+
}
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path
|
|
23
|
+
d="M18.0613 17.0613L13.0612 22.0613C12.7795 22.343 12.3973 22.5014 11.9987 22.5014C11.6002 22.5014 11.218 22.343 10.9362 22.0613C10.6545 21.7795 10.4961 21.3973 10.4961 20.9988C10.4961 20.6002 10.6545 20.218 10.9362 19.9363L13.375 17.5H3C2.60218 17.5 2.22064 17.342 1.93934 17.0607C1.65804 16.7794 1.5 16.3978 1.5 16C1.5 15.6022 1.65804 15.2206 1.93934 14.9393C2.22064 14.658 2.60218 14.5 3 14.5H13.375L10.9388 12.0612C10.7992 11.9217 10.6885 11.7561 10.613 11.5738C10.5375 11.3915 10.4986 11.1961 10.4986 10.9987C10.4986 10.6002 10.657 10.218 10.9388 9.93625C11.2205 9.65446 11.6027 9.49615 12.0013 9.49615C12.3998 9.49615 12.782 9.65446 13.0638 9.93625L18.0637 14.9362C18.2034 15.0758 18.3142 15.2415 18.3897 15.4239C18.4652 15.6063 18.5039 15.8018 18.5037 15.9993C18.5035 16.1967 18.4642 16.3921 18.3883 16.5744C18.3124 16.7566 18.2013 16.9221 18.0613 17.0613ZM24 3.5H17C16.6022 3.5 16.2206 3.65804 15.9393 3.93934C15.658 4.22064 15.5 4.60218 15.5 5C15.5 5.39782 15.658 5.77936 15.9393 6.06066C16.2206 6.34196 16.6022 6.5 17 6.5H23.5V25.5H17C16.6022 25.5 16.2206 25.658 15.9393 25.9393C15.658 26.2206 15.5 26.6022 15.5 27C15.5 27.3978 15.658 27.7794 15.9393 28.0607C16.2206 28.342 16.6022 28.5 17 28.5H24C24.663 28.5 25.2989 28.2366 25.7678 27.7678C26.2366 27.2989 26.5 26.663 26.5 26V6C26.5 5.33696 26.2366 4.70107 25.7678 4.23223C25.2989 3.76339 24.663 3.5 24 3.5Z"
|
|
24
|
+
fill="currentColor"/>
|
|
25
|
+
</svg>
|
|
26
|
+
}
|
|
27
|
+
if (type === "fill") {
|
|
28
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
29
|
+
<path
|
|
30
|
+
d="M17.7075 16.7075L12.7075 21.7075C12.5676 21.8475 12.3894 21.9429 12.1953 21.9815C12.0012 22.0202 11.8 22.0004 11.6172 21.9246C11.4344 21.8489 11.2782 21.7206 11.1683 21.556C11.0584 21.3914 10.9998 21.1979 11 21V17H3C2.73478 17 2.48043 16.8946 2.29289 16.7071C2.10536 16.5196 2 16.2652 2 16C2 15.7348 2.10536 15.4804 2.29289 15.2929C2.48043 15.1054 2.73478 15 3 15H11V11C10.9998 10.8021 11.0584 10.6086 11.1683 10.444C11.2782 10.2794 11.4344 10.1511 11.6172 10.0754C11.8 9.99963 12.0012 9.97982 12.1953 10.0185C12.3894 10.0571 12.5676 10.1525 12.7075 10.2925L17.7075 15.2925C17.8005 15.3854 17.8742 15.4957 17.9246 15.6171C17.9749 15.7385 18.0008 15.8686 18.0008 16C18.0008 16.1314 17.9749 16.2615 17.9246 16.3829C17.8742 16.5043 17.8005 16.6146 17.7075 16.7075ZM24 4H17C16.7348 4 16.4804 4.10536 16.2929 4.29289C16.1054 4.48043 16 4.73478 16 5C16 5.26522 16.1054 5.51957 16.2929 5.70711C16.4804 5.89464 16.7348 6 17 6H24V26H17C16.7348 26 16.4804 26.1054 16.2929 26.2929C16.1054 26.4804 16 26.7348 16 27C16 27.2652 16.1054 27.5196 16.2929 27.7071C16.4804 27.8946 16.7348 28 17 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V6C26 5.46957 25.7893 4.96086 25.4142 4.58579C25.0391 4.21071 24.5304 4 24 4Z"
|
|
31
|
+
fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (type === "duotone") {
|
|
36
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
37
|
+
<path opacity="0.2" d="M17 16L12 21V11L17 16Z" fill="currentColor"/>
|
|
38
|
+
<path
|
|
39
|
+
d="M17.7075 15.2925L12.7075 10.2925C12.5676 10.1525 12.3894 10.0571 12.1953 10.0185C12.0012 9.97982 11.8 9.99963 11.6172 10.0754C11.4344 10.1511 11.2782 10.2794 11.1683 10.444C11.0584 10.6086 10.9998 10.8021 11 11V15H3C2.73478 15 2.48043 15.1054 2.29289 15.2929C2.10536 15.4804 2 15.7348 2 16C2 16.2652 2.10536 16.5196 2.29289 16.7071C2.48043 16.8946 2.73478 17 3 17H11V21C10.9998 21.1979 11.0584 21.3914 11.1683 21.556C11.2782 21.7206 11.4344 21.8489 11.6172 21.9246C11.8 22.0004 12.0012 22.0202 12.1953 21.9815C12.3894 21.9429 12.5676 21.8475 12.7075 21.7075L17.7075 16.7075C17.8005 16.6146 17.8742 16.5043 17.9246 16.3829C17.9749 16.2615 18.0008 16.1314 18.0008 16C18.0008 15.8686 17.9749 15.7385 17.9246 15.6171C17.8742 15.4957 17.8005 15.3854 17.7075 15.2925ZM13 18.5863V13.4137L15.5863 16L13 18.5863ZM26 6V26C26 26.5304 25.7893 27.0391 25.4142 27.4142C25.0391 27.7893 24.5304 28 24 28H17C16.7348 28 16.4804 27.8946 16.2929 27.7071C16.1054 27.5196 16 27.2652 16 27C16 26.7348 16.1054 26.4804 16.2929 26.2929C16.4804 26.1054 16.7348 26 17 26H24V6H17C16.7348 6 16.4804 5.89464 16.2929 5.70711C16.1054 5.51957 16 5.26522 16 5C16 4.73478 16.1054 4.48043 16.2929 4.29289C16.4804 4.10536 16.7348 4 17 4H24C24.5304 4 25.0391 4.21071 25.4142 4.58579C25.7893 4.96086 26 5.46957 26 6Z"
|
|
40
|
+
fill="currentColor"/>
|
|
41
|
+
</svg>
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
45
|
+
<path
|
|
46
|
+
d="M17.53 16.53L12.53 21.53C12.3878 21.6625 12.1998 21.7346 12.0055 21.7312C11.8112 21.7277 11.6258 21.649 11.4884 21.5116C11.351 21.3742 11.2723 21.1888 11.2688 20.9945C11.2654 20.8002 11.3375 20.6122 11.47 20.47L15.1888 16.75H3C2.80109 16.75 2.61032 16.671 2.46967 16.5303C2.32902 16.3897 2.25 16.1989 2.25 16C2.25 15.8011 2.32902 15.6103 2.46967 15.4697C2.61032 15.329 2.80109 15.25 3 15.25H15.1888L11.47 11.53C11.3375 11.3878 11.2654 11.1998 11.2688 11.0055C11.2723 10.8112 11.351 10.6258 11.4884 10.4884C11.6258 10.351 11.8112 10.2723 12.0055 10.2688C12.1998 10.2654 12.3878 10.3375 12.53 10.47L17.53 15.47C17.6705 15.6106 17.7493 15.8012 17.7493 16C17.7493 16.1988 17.6705 16.3894 17.53 16.53ZM24 4.25H17C16.8011 4.25 16.6103 4.32902 16.4697 4.46967C16.329 4.61032 16.25 4.80109 16.25 5C16.25 5.19891 16.329 5.38968 16.4697 5.53033C16.6103 5.67098 16.8011 5.75 17 5.75H24C24.0663 5.75 24.1299 5.77634 24.1768 5.82322C24.2237 5.87011 24.25 5.9337 24.25 6V26C24.25 26.0663 24.2237 26.1299 24.1768 26.1768C24.1299 26.2237 24.0663 26.25 24 26.25H17C16.8011 26.25 16.6103 26.329 16.4697 26.4697C16.329 26.6103 16.25 26.8011 16.25 27C16.25 27.1989 16.329 27.3897 16.4697 27.5303C16.6103 27.671 16.8011 27.75 17 27.75H24C24.4641 27.75 24.9092 27.5656 25.2374 27.2374C25.5656 26.9092 25.75 26.4641 25.75 26V6C25.75 5.53587 25.5656 5.09075 25.2374 4.76256C24.9092 4.43437 24.4641 4.25 24 4.25Z"
|
|
47
|
+
fill="currentColor"/>
|
|
48
|
+
</svg>
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export default SignIn;
|