@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,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const DiceFive = ({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="M24 4.5H8C7.07174 4.5 6.1815 4.86875 5.52513 5.52513C4.86875 6.1815 4.5 7.07174 4.5 8V24C4.5 24.9283 4.86875 25.8185 5.52513 26.4749C6.1815 27.1313 7.07174 27.5 8 27.5H24C24.9283 27.5 25.8185 27.1313 26.4749 26.4749C27.1313 25.8185 27.5 24.9283 27.5 24V8C27.5 7.07174 27.1313 6.1815 26.4749 5.52513C25.8185 4.86875 24.9283 4.5 24 4.5ZM26.5 24C26.5 24.663 26.2366 25.2989 25.7678 25.7678C25.2989 26.2366 24.663 26.5 24 26.5H8C7.33696 26.5 6.70107 26.2366 6.23223 25.7678C5.76339 25.2989 5.5 24.663 5.5 24V8C5.5 7.33696 5.76339 6.70107 6.23223 6.23223C6.70107 5.76339 7.33696 5.5 8 5.5H24C24.663 5.5 25.2989 5.76339 25.7678 6.23223C26.2366 6.70107 26.5 7.33696 26.5 8V24ZM12.5 11.5C12.5 11.6978 12.4414 11.8911 12.3315 12.0556C12.2216 12.22 12.0654 12.3482 11.8827 12.4239C11.7 12.4996 11.4989 12.5194 11.3049 12.4808C11.1109 12.4422 10.9327 12.347 10.7929 12.2071C10.653 12.0673 10.5578 11.8891 10.5192 11.6951C10.4806 11.5011 10.5004 11.3 10.5761 11.1173C10.6518 10.9346 10.78 10.7784 10.9444 10.6685C11.1089 10.5586 11.3022 10.5 11.5 10.5C11.7652 10.5 12.0196 10.6054 12.2071 10.7929C12.3946 10.9804 12.5 11.2348 12.5 11.5ZM17 16C17 16.1978 16.9414 16.3911 16.8315 16.5556C16.7216 16.72 16.5654 16.8482 16.3827 16.9239C16.2 16.9996 15.9989 17.0194 15.8049 16.9808C15.6109 16.9422 15.4327 16.847 15.2929 16.7071C15.153 16.5673 15.0578 16.3891 15.0192 16.1951C14.9806 16.0011 15.0004 15.8 15.0761 15.6173C15.1518 15.4346 15.28 15.2784 15.4444 15.1685C15.6089 15.0586 15.8022 15 16 15C16.2652 15 16.5196 15.1054 16.7071 15.2929C16.8946 15.4804 17 15.7348 17 16ZM21.5 11.5C21.5 11.6978 21.4414 11.8911 21.3315 12.0556C21.2216 12.22 21.0654 12.3482 20.8827 12.4239C20.7 12.4996 20.4989 12.5194 20.3049 12.4808C20.1109 12.4422 19.9327 12.347 19.7929 12.2071C19.653 12.0673 19.5578 11.8891 19.5192 11.6951C19.4806 11.5011 19.5004 11.3 19.5761 11.1173C19.6518 10.9346 19.78 10.7784 19.9444 10.6685C20.1089 10.5586 20.3022 10.5 20.5 10.5C20.7652 10.5 21.0196 10.6054 21.2071 10.7929C21.3946 10.9804 21.5 11.2348 21.5 11.5ZM12.5 20.5C12.5 20.6978 12.4414 20.8911 12.3315 21.0556C12.2216 21.22 12.0654 21.3482 11.8827 21.4239C11.7 21.4996 11.4989 21.5194 11.3049 21.4808C11.1109 21.4422 10.9327 21.347 10.7929 21.2071C10.653 21.0673 10.5578 20.8891 10.5192 20.6951C10.4806 20.5011 10.5004 20.3 10.5761 20.1173C10.6518 19.9346 10.78 19.7784 10.9444 19.6685C11.1089 19.5586 11.3022 19.5 11.5 19.5C11.7652 19.5 12.0196 19.6054 12.2071 19.7929C12.3946 19.9804 12.5 20.2348 12.5 20.5ZM21.5 20.5C21.5 20.6978 21.4414 20.8911 21.3315 21.0556C21.2216 21.22 21.0654 21.3482 20.8827 21.4239C20.7 21.4996 20.4989 21.5194 20.3049 21.4808C20.1109 21.4422 19.9327 21.347 19.7929 21.2071C19.653 21.0673 19.5578 20.8891 19.5192 20.6951C19.4806 20.5011 19.5004 20.3 19.5761 20.1173C19.6518 19.9346 19.78 19.7784 19.9444 19.6685C20.1089 19.5586 20.3022 19.5 20.5 19.5C20.7652 19.5 21.0196 19.6054 21.2071 19.7929C21.3946 19.9804 21.5 20.2348 21.5 20.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="M24 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V8C28 6.93913 27.5786 5.92172 26.8284 5.17157C26.0783 4.42143 25.0609 4 24 4ZM26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26H8C7.46957 26 6.96086 25.7893 6.58579 25.4142C6.21071 25.0391 6 24.5304 6 24V8C6 7.46957 6.21071 6.96086 6.58579 6.58579C6.96086 6.21071 7.46957 6 8 6H24C24.5304 6 25.0391 6.21071 25.4142 6.58579C25.7893 6.96086 26 7.46957 26 8V24ZM13 11.5C13 11.7967 12.912 12.0867 12.7472 12.3334C12.5824 12.58 12.3481 12.7723 12.074 12.8858C11.7999 12.9994 11.4983 13.0291 11.2074 12.9712C10.9164 12.9133 10.6491 12.7704 10.4393 12.5607C10.2296 12.3509 10.0867 12.0836 10.0288 11.7926C9.97094 11.5017 10.0006 11.2001 10.1142 10.926C10.2277 10.6519 10.42 10.4176 10.6666 10.2528C10.9133 10.088 11.2033 10 11.5 10C11.8978 10 12.2794 10.158 12.5607 10.4393C12.842 10.7206 13 11.1022 13 11.5ZM22 11.5C22 11.7967 21.912 12.0867 21.7472 12.3334C21.5824 12.58 21.3481 12.7723 21.074 12.8858C20.7999 12.9994 20.4983 13.0291 20.2074 12.9712C19.9164 12.9133 19.6491 12.7704 19.4393 12.5607C19.2296 12.3509 19.0867 12.0836 19.0288 11.7926C18.9709 11.5017 19.0007 11.2001 19.1142 10.926C19.2277 10.6519 19.42 10.4176 19.6666 10.2528C19.9133 10.088 20.2033 10 20.5 10C20.8978 10 21.2794 10.158 21.5607 10.4393C21.842 10.7206 22 11.1022 22 11.5ZM13 20.5C13 20.7967 12.912 21.0867 12.7472 21.3334C12.5824 21.58 12.3481 21.7723 12.074 21.8858C11.7999 21.9993 11.4983 22.0291 11.2074 21.9712C10.9164 21.9133 10.6491 21.7704 10.4393 21.5607C10.2296 21.3509 10.0867 21.0836 10.0288 20.7926C9.97094 20.5017 10.0006 20.2001 10.1142 19.926C10.2277 19.6519 10.42 19.4176 10.6666 19.2528C10.9133 19.088 11.2033 19 11.5 19C11.8978 19 12.2794 19.158 12.5607 19.4393C12.842 19.7206 13 20.1022 13 20.5ZM17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.08 16.8481 17.2723 16.574 17.3858C16.2999 17.4993 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2704 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2926C14.4709 16.0017 14.5006 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9176 15.1666 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16ZM22 20.5C22 20.7967 21.912 21.0867 21.7472 21.3334C21.5824 21.58 21.3481 21.7723 21.074 21.8858C20.7999 21.9993 20.4983 22.0291 20.2074 21.9712C19.9164 21.9133 19.6491 21.7704 19.4393 21.5607C19.2296 21.3509 19.0867 21.0836 19.0288 20.7926C18.9709 20.5017 19.0007 20.2001 19.1142 19.926C19.2277 19.6519 19.42 19.4176 19.6666 19.2528C19.9133 19.088 20.2033 19 20.5 19C20.8978 19 21.2794 19.158 21.5607 19.4393C21.842 19.7206 22 20.1022 22 20.5Z" 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="M24 3.5H8C6.80653 3.5 5.66193 3.97411 4.81802 4.81802C3.97411 5.66193 3.5 6.80653 3.5 8V24C3.5 25.1935 3.97411 26.3381 4.81802 27.182C5.66193 28.0259 6.80653 28.5 8 28.5H24C25.1935 28.5 26.3381 28.0259 27.182 27.182C28.0259 26.3381 28.5 25.1935 28.5 24V8C28.5 6.80653 28.0259 5.66193 27.182 4.81802C26.3381 3.97411 25.1935 3.5 24 3.5ZM25.5 24C25.5 24.3978 25.342 24.7794 25.0607 25.0607C24.7794 25.342 24.3978 25.5 24 25.5H8C7.60218 25.5 7.22064 25.342 6.93934 25.0607C6.65804 24.7794 6.5 24.3978 6.5 24V8C6.5 7.60218 6.65804 7.22064 6.93934 6.93934C7.22064 6.65804 7.60218 6.5 8 6.5H24C24.3978 6.5 24.7794 6.65804 25.0607 6.93934C25.342 7.22064 25.5 7.60218 25.5 8V24ZM13 11C13 11.3956 12.8827 11.7822 12.6629 12.1111C12.4432 12.44 12.1308 12.6964 11.7654 12.8478C11.3999 12.9991 10.9978 13.0387 10.6098 12.9616C10.2219 12.8844 9.86549 12.6939 9.58579 12.4142C9.30608 12.1345 9.1156 11.7781 9.03843 11.3902C8.96126 11.0022 9.00087 10.6001 9.15224 10.2346C9.30362 9.86918 9.55996 9.55682 9.88886 9.33706C10.2178 9.1173 10.6044 9 11 9C11.5304 9 12.0391 9.21071 12.4142 9.58579C12.7893 9.96086 13 10.4696 13 11ZM18 16C18 16.3956 17.8827 16.7822 17.6629 17.1111C17.4432 17.44 17.1308 17.6964 16.7654 17.8478C16.3999 17.9991 15.9978 18.0387 15.6098 17.9616C15.2219 17.8844 14.8655 17.6939 14.5858 17.4142C14.3061 17.1345 14.1156 16.7781 14.0384 16.3902C13.9613 16.0022 14.0009 15.6001 14.1522 15.2346C14.3036 14.8692 14.56 14.5568 14.8889 14.3371C15.2178 14.1173 15.6044 14 16 14C16.5304 14 17.0391 14.2107 17.4142 14.5858C17.7893 14.9609 18 15.4696 18 16ZM23 11C23 11.3956 22.8827 11.7822 22.6629 12.1111C22.4432 12.44 22.1308 12.6964 21.7654 12.8478C21.3999 12.9991 20.9978 13.0387 20.6098 12.9616C20.2219 12.8844 19.8655 12.6939 19.5858 12.4142C19.3061 12.1345 19.1156 11.7781 19.0384 11.3902C18.9613 11.0022 19.0009 10.6001 19.1522 10.2346C19.3036 9.86918 19.56 9.55682 19.8889 9.33706C20.2178 9.1173 20.6044 9 21 9C21.5304 9 22.0391 9.21071 22.4142 9.58579C22.7893 9.96086 23 10.4696 23 11ZM13 21C13 21.3956 12.8827 21.7822 12.6629 22.1111C12.4432 22.44 12.1308 22.6964 11.7654 22.8478C11.3999 22.9991 10.9978 23.0387 10.6098 22.9616C10.2219 22.8844 9.86549 22.6939 9.58579 22.4142C9.30608 22.1345 9.1156 21.7781 9.03843 21.3902C8.96126 21.0022 9.00087 20.6001 9.15224 20.2346C9.30362 19.8692 9.55996 19.5568 9.88886 19.3371C10.2178 19.1173 10.6044 19 11 19C11.5304 19 12.0391 19.2107 12.4142 19.5858C12.7893 19.9609 13 20.4696 13 21ZM23 21C23 21.3956 22.8827 21.7822 22.6629 22.1111C22.4432 22.44 22.1308 22.6964 21.7654 22.8478C21.3999 22.9991 20.9978 23.0387 20.6098 22.9616C20.2219 22.8844 19.8655 22.6939 19.5858 22.4142C19.3061 22.1345 19.1156 21.7781 19.0384 21.3902C18.9613 21.0022 19.0009 20.6001 19.1522 20.2346C19.3036 19.8692 19.56 19.5568 19.8889 19.3371C20.2178 19.1173 20.6044 19 21 19C21.5304 19 22.0391 19.2107 22.4142 19.5858C22.7893 19.9609 23 20.4696 23 21Z" 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="M24 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V8C28 6.93913 27.5786 5.92172 26.8284 5.17157C26.0783 4.42143 25.0609 4 24 4ZM11.5 22C11.2033 22 10.9133 21.912 10.6666 21.7472C10.42 21.5824 10.2277 21.3481 10.1142 21.074C10.0006 20.7999 9.97094 20.4983 10.0288 20.2074C10.0867 19.9164 10.2296 19.6491 10.4393 19.4393C10.6491 19.2296 10.9164 19.0867 11.2074 19.0288C11.4983 18.9709 11.7999 19.0007 12.074 19.1142C12.3481 19.2277 12.5824 19.42 12.7472 19.6666C12.912 19.9133 13 20.2033 13 20.5C13 20.8978 12.842 21.2794 12.5607 21.5607C12.2794 21.842 11.8978 22 11.5 22ZM11.5 13C11.2033 13 10.9133 12.912 10.6666 12.7472C10.42 12.5824 10.2277 12.3481 10.1142 12.074C10.0006 11.7999 9.97094 11.4983 10.0288 11.2074C10.0867 10.9164 10.2296 10.6491 10.4393 10.4393C10.6491 10.2296 10.9164 10.0867 11.2074 10.0288C11.4983 9.97094 11.7999 10.0006 12.074 10.1142C12.3481 10.2277 12.5824 10.42 12.7472 10.6666C12.912 10.9133 13 11.2033 13 11.5C13 11.8978 12.842 12.2794 12.5607 12.5607C12.2794 12.842 11.8978 13 11.5 13ZM16 17.5C15.7033 17.5 15.4133 17.412 15.1666 17.2472C14.92 17.0824 14.7277 16.8481 14.6142 16.574C14.5006 16.2999 14.4709 15.9983 14.5288 15.7074C14.5867 15.4164 14.7296 15.1491 14.9393 14.9393C15.1491 14.7296 15.4164 14.5867 15.7074 14.5288C15.9983 14.4709 16.2999 14.5006 16.574 14.6142C16.8481 14.7277 17.0824 14.92 17.2472 15.1666C17.412 15.4133 17.5 15.7033 17.5 16C17.5 16.3978 17.342 16.7794 17.0607 17.0607C16.7794 17.342 16.3978 17.5 16 17.5ZM20.5 22C20.2033 22 19.9133 21.912 19.6666 21.7472C19.42 21.5824 19.2277 21.3481 19.1142 21.074C19.0007 20.7999 18.9709 20.4983 19.0288 20.2074C19.0867 19.9164 19.2296 19.6491 19.4393 19.4393C19.6491 19.2296 19.9164 19.0867 20.2074 19.0288C20.4983 18.9709 20.7999 19.0007 21.074 19.1142C21.3481 19.2277 21.5824 19.42 21.7472 19.6666C21.912 19.9133 22 20.2033 22 20.5C22 20.8978 21.842 21.2794 21.5607 21.5607C21.2794 21.842 20.8978 22 20.5 22ZM20.5 13C20.2033 13 19.9133 12.912 19.6666 12.7472C19.42 12.5824 19.2277 12.3481 19.1142 12.074C19.0007 11.7999 18.9709 11.4983 19.0288 11.2074C19.0867 10.9164 19.2296 10.6491 19.4393 10.4393C19.6491 10.2296 19.9164 10.0867 20.2074 10.0288C20.4983 9.97094 20.7999 10.0006 21.074 10.1142C21.3481 10.2277 21.5824 10.42 21.7472 10.6666C21.912 10.9133 22 11.2033 22 11.5C22 11.8978 21.842 12.2794 21.5607 12.5607C21.2794 12.842 20.8978 13 20.5 13Z" 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 8V24C27 24.7956 26.6839 25.5587 26.1213 26.1213C25.5587 26.6839 24.7956 27 24 27H8C7.20435 27 6.44129 26.6839 5.87868 26.1213C5.31607 25.5587 5 24.7956 5 24V8C5 7.20435 5.31607 6.44129 5.87868 5.87868C6.44129 5.31607 7.20435 5 8 5H24C24.7956 5 25.5587 5.31607 26.1213 5.87868C26.6839 6.44129 27 7.20435 27 8Z" fill="currentColor"/>
|
|
36
|
+
<path d="M24 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V8C28 6.93913 27.5786 5.92172 26.8284 5.17157C26.0783 4.42143 25.0609 4 24 4ZM26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26H8C7.46957 26 6.96086 25.7893 6.58579 25.4142C6.21071 25.0391 6 24.5304 6 24V8C6 7.46957 6.21071 6.96086 6.58579 6.58579C6.96086 6.21071 7.46957 6 8 6H24C24.5304 6 25.0391 6.21071 25.4142 6.58579C25.7893 6.96086 26 7.46957 26 8V24ZM13 11.5C13 11.7967 12.912 12.0867 12.7472 12.3334C12.5824 12.58 12.3481 12.7723 12.074 12.8858C11.7999 12.9994 11.4983 13.0291 11.2074 12.9712C10.9164 12.9133 10.6491 12.7704 10.4393 12.5607C10.2296 12.3509 10.0867 12.0836 10.0288 11.7926C9.97094 11.5017 10.0006 11.2001 10.1142 10.926C10.2277 10.6519 10.42 10.4176 10.6666 10.2528C10.9133 10.088 11.2033 10 11.5 10C11.8978 10 12.2794 10.158 12.5607 10.4393C12.842 10.7206 13 11.1022 13 11.5ZM22 11.5C22 11.7967 21.912 12.0867 21.7472 12.3334C21.5824 12.58 21.3481 12.7723 21.074 12.8858C20.7999 12.9994 20.4983 13.0291 20.2074 12.9712C19.9164 12.9133 19.6491 12.7704 19.4393 12.5607C19.2296 12.3509 19.0867 12.0836 19.0288 11.7926C18.9709 11.5017 19.0007 11.2001 19.1142 10.926C19.2277 10.6519 19.42 10.4176 19.6666 10.2528C19.9133 10.088 20.2033 10 20.5 10C20.8978 10 21.2794 10.158 21.5607 10.4393C21.842 10.7206 22 11.1022 22 11.5ZM13 20.5C13 20.7967 12.912 21.0867 12.7472 21.3334C12.5824 21.58 12.3481 21.7723 12.074 21.8858C11.7999 21.9993 11.4983 22.0291 11.2074 21.9712C10.9164 21.9133 10.6491 21.7704 10.4393 21.5607C10.2296 21.3509 10.0867 21.0836 10.0288 20.7926C9.97094 20.5017 10.0006 20.2001 10.1142 19.926C10.2277 19.6519 10.42 19.4176 10.6666 19.2528C10.9133 19.088 11.2033 19 11.5 19C11.8978 19 12.2794 19.158 12.5607 19.4393C12.842 19.7206 13 20.1022 13 20.5ZM17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.08 16.8481 17.2723 16.574 17.3858C16.2999 17.4993 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2704 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2926C14.4709 16.0017 14.5006 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9176 15.1666 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16ZM22 20.5C22 20.7967 21.912 21.0867 21.7472 21.3334C21.5824 21.58 21.3481 21.7723 21.074 21.8858C20.7999 21.9993 20.4983 22.0291 20.2074 21.9712C19.9164 21.9133 19.6491 21.7704 19.4393 21.5607C19.2296 21.3509 19.0867 21.0836 19.0288 20.7926C18.9709 20.5017 19.0007 20.2001 19.1142 19.926C19.2277 19.6519 19.42 19.4176 19.6666 19.2528C19.9133 19.088 20.2033 19 20.5 19C20.8978 19 21.2794 19.158 21.5607 19.4393C21.842 19.7206 22 20.1022 22 20.5Z" 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="M24 4.25H8C7.00544 4.25 6.05161 4.64509 5.34835 5.34835C4.64509 6.05161 4.25 7.00544 4.25 8V24C4.25 24.9946 4.64509 25.9484 5.34835 26.6517C6.05161 27.3549 7.00544 27.75 8 27.75H24C24.9946 27.75 25.9484 27.3549 26.6517 26.6517C27.3549 25.9484 27.75 24.9946 27.75 24V8C27.75 7.00544 27.3549 6.05161 26.6517 5.34835C25.9484 4.64509 24.9946 4.25 24 4.25ZM26.25 24C26.25 24.5967 26.0129 25.169 25.591 25.591C25.169 26.0129 24.5967 26.25 24 26.25H8C7.40326 26.25 6.83097 26.0129 6.40901 25.591C5.98705 25.169 5.75 24.5967 5.75 24V8C5.75 7.40326 5.98705 6.83097 6.40901 6.40901C6.83097 5.98705 7.40326 5.75 8 5.75H24C24.5967 5.75 25.169 5.98705 25.591 6.40901C26.0129 6.83097 26.25 7.40326 26.25 8V24ZM12.75 11.5C12.75 11.7472 12.6767 11.9889 12.5393 12.1945C12.402 12.4 12.2068 12.5602 11.9784 12.6548C11.7499 12.7495 11.4986 12.7742 11.2561 12.726C11.0137 12.6778 10.7909 12.5587 10.6161 12.3839C10.4413 12.2091 10.3222 11.9863 10.274 11.7439C10.2258 11.5014 10.2505 11.2501 10.3452 11.0216C10.4398 10.7932 10.6 10.598 10.8055 10.4607C11.0111 10.3233 11.2528 10.25 11.5 10.25C11.8315 10.25 12.1495 10.3817 12.3839 10.6161C12.6183 10.8505 12.75 11.1685 12.75 11.5ZM17.25 16C17.25 16.2472 17.1767 16.4889 17.0393 16.6945C16.902 16.9 16.7068 17.0602 16.4784 17.1549C16.2499 17.2495 15.9986 17.2742 15.7561 17.226C15.5137 17.1777 15.2909 17.0587 15.1161 16.8839C14.9413 16.7091 14.8222 16.4863 14.774 16.2439C14.7258 16.0014 14.7505 15.7501 14.8452 15.5216C14.9398 15.2932 15.1 15.098 15.3055 14.9607C15.5111 14.8233 15.7528 14.75 16 14.75C16.3315 14.75 16.6495 14.8817 16.8839 15.1161C17.1183 15.3505 17.25 15.6685 17.25 16ZM21.75 11.5C21.75 11.7472 21.6767 11.9889 21.5393 12.1945C21.402 12.4 21.2068 12.5602 20.9784 12.6548C20.7499 12.7495 20.4986 12.7742 20.2561 12.726C20.0137 12.6778 19.7909 12.5587 19.6161 12.3839C19.4413 12.2091 19.3223 11.9863 19.274 11.7439C19.2258 11.5014 19.2505 11.2501 19.3451 11.0216C19.4398 10.7932 19.6 10.598 19.8055 10.4607C20.0111 10.3233 20.2528 10.25 20.5 10.25C20.8315 10.25 21.1495 10.3817 21.3839 10.6161C21.6183 10.8505 21.75 11.1685 21.75 11.5ZM12.75 20.5C12.75 20.7472 12.6767 20.9889 12.5393 21.1945C12.402 21.4 12.2068 21.5602 11.9784 21.6549C11.7499 21.7495 11.4986 21.7742 11.2561 21.726C11.0137 21.6777 10.7909 21.5587 10.6161 21.3839C10.4413 21.2091 10.3222 20.9863 10.274 20.7439C10.2258 20.5014 10.2505 20.2501 10.3452 20.0216C10.4398 19.7932 10.6 19.598 10.8055 19.4607C11.0111 19.3233 11.2528 19.25 11.5 19.25C11.8315 19.25 12.1495 19.3817 12.3839 19.6161C12.6183 19.8505 12.75 20.1685 12.75 20.5ZM21.75 20.5C21.75 20.7472 21.6767 20.9889 21.5393 21.1945C21.402 21.4 21.2068 21.5602 20.9784 21.6549C20.7499 21.7495 20.4986 21.7742 20.2561 21.726C20.0137 21.6777 19.7909 21.5587 19.6161 21.3839C19.4413 21.2091 19.3223 20.9863 19.274 20.7439C19.2258 20.5014 19.2505 20.2501 19.3451 20.0216C19.4398 19.7932 19.6 19.598 19.8055 19.4607C20.0111 19.3233 20.2528 19.25 20.5 19.25C20.8315 19.25 21.1495 19.3817 21.3839 19.6161C21.6183 19.8505 21.75 20.1685 21.75 20.5Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default DiceFive;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const DiceFour = ({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="M24 4.5H8C7.07174 4.5 6.1815 4.86875 5.52513 5.52513C4.86875 6.1815 4.5 7.07174 4.5 8V24C4.5 24.9283 4.86875 25.8185 5.52513 26.4749C6.1815 27.1313 7.07174 27.5 8 27.5H24C24.9283 27.5 25.8185 27.1313 26.4749 26.4749C27.1313 25.8185 27.5 24.9283 27.5 24V8C27.5 7.07174 27.1313 6.1815 26.4749 5.52513C25.8185 4.86875 24.9283 4.5 24 4.5ZM26.5 24C26.5 24.663 26.2366 25.2989 25.7678 25.7678C25.2989 26.2366 24.663 26.5 24 26.5H8C7.33696 26.5 6.70107 26.2366 6.23223 25.7678C5.76339 25.2989 5.5 24.663 5.5 24V8C5.5 7.33696 5.76339 6.70107 6.23223 6.23223C6.70107 5.76339 7.33696 5.5 8 5.5H24C24.663 5.5 25.2989 5.76339 25.7678 6.23223C26.2366 6.70107 26.5 7.33696 26.5 8V24ZM13.5 12.5C13.5 12.6978 13.4414 12.8911 13.3315 13.0556C13.2216 13.22 13.0654 13.3482 12.8827 13.4239C12.7 13.4996 12.4989 13.5194 12.3049 13.4808C12.1109 13.4422 11.9327 13.347 11.7929 13.2071C11.653 13.0673 11.5578 12.8891 11.5192 12.6951C11.4806 12.5011 11.5004 12.3 11.5761 12.1173C11.6518 11.9346 11.78 11.7784 11.9444 11.6685C12.1089 11.5586 12.3022 11.5 12.5 11.5C12.7652 11.5 13.0196 11.6054 13.2071 11.7929C13.3946 11.9804 13.5 12.2348 13.5 12.5ZM20.5 12.5C20.5 12.6978 20.4414 12.8911 20.3315 13.0556C20.2216 13.22 20.0654 13.3482 19.8827 13.4239C19.7 13.4996 19.4989 13.5194 19.3049 13.4808C19.1109 13.4422 18.9327 13.347 18.7929 13.2071C18.653 13.0673 18.5578 12.8891 18.5192 12.6951C18.4806 12.5011 18.5004 12.3 18.5761 12.1173C18.6518 11.9346 18.78 11.7784 18.9444 11.6685C19.1089 11.5586 19.3022 11.5 19.5 11.5C19.7652 11.5 20.0196 11.6054 20.2071 11.7929C20.3946 11.9804 20.5 12.2348 20.5 12.5ZM13.5 19.5C13.5 19.6978 13.4414 19.8911 13.3315 20.0556C13.2216 20.22 13.0654 20.3482 12.8827 20.4239C12.7 20.4996 12.4989 20.5194 12.3049 20.4808C12.1109 20.4422 11.9327 20.347 11.7929 20.2071C11.653 20.0673 11.5578 19.8891 11.5192 19.6951C11.4806 19.5011 11.5004 19.3 11.5761 19.1173C11.6518 18.9346 11.78 18.7784 11.9444 18.6685C12.1089 18.5586 12.3022 18.5 12.5 18.5C12.7652 18.5 13.0196 18.6054 13.2071 18.7929C13.3946 18.9804 13.5 19.2348 13.5 19.5ZM20.5 19.5C20.5 19.6978 20.4414 19.8911 20.3315 20.0556C20.2216 20.22 20.0654 20.3482 19.8827 20.4239C19.7 20.4996 19.4989 20.5194 19.3049 20.4808C19.1109 20.4422 18.9327 20.347 18.7929 20.2071C18.653 20.0673 18.5578 19.8891 18.5192 19.6951C18.4806 19.5011 18.5004 19.3 18.5761 19.1173C18.6518 18.9346 18.78 18.7784 18.9444 18.6685C19.1089 18.5586 19.3022 18.5 19.5 18.5C19.7652 18.5 20.0196 18.6054 20.2071 18.7929C20.3946 18.9804 20.5 19.2348 20.5 19.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="M24 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V8C28 6.93913 27.5786 5.92172 26.8284 5.17157C26.0783 4.42143 25.0609 4 24 4ZM26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26H8C7.46957 26 6.96086 25.7893 6.58579 25.4142C6.21071 25.0391 6 24.5304 6 24V8C6 7.46957 6.21071 6.96086 6.58579 6.58579C6.96086 6.21071 7.46957 6 8 6H24C24.5304 6 25.0391 6.21071 25.4142 6.58579C25.7893 6.96086 26 7.46957 26 8V24ZM14 12.5C14 12.7967 13.912 13.0867 13.7472 13.3334C13.5824 13.58 13.3481 13.7723 13.074 13.8858C12.7999 13.9994 12.4983 14.0291 12.2074 13.9712C11.9164 13.9133 11.6491 13.7704 11.4393 13.5607C11.2296 13.3509 11.0867 13.0836 11.0288 12.7926C10.9709 12.5017 11.0006 12.2001 11.1142 11.926C11.2277 11.6519 11.42 11.4176 11.6666 11.2528C11.9133 11.088 12.2033 11 12.5 11C12.8978 11 13.2794 11.158 13.5607 11.4393C13.842 11.7206 14 12.1022 14 12.5ZM21 12.5C21 12.7967 20.912 13.0867 20.7472 13.3334C20.5824 13.58 20.3481 13.7723 20.074 13.8858C19.7999 13.9994 19.4983 14.0291 19.2074 13.9712C18.9164 13.9133 18.6491 13.7704 18.4393 13.5607C18.2296 13.3509 18.0867 13.0836 18.0288 12.7926C17.9709 12.5017 18.0007 12.2001 18.1142 11.926C18.2277 11.6519 18.42 11.4176 18.6666 11.2528C18.9133 11.088 19.2033 11 19.5 11C19.8978 11 20.2794 11.158 20.5607 11.4393C20.842 11.7206 21 12.1022 21 12.5ZM14 19.5C14 19.7967 13.912 20.0867 13.7472 20.3334C13.5824 20.58 13.3481 20.7723 13.074 20.8858C12.7999 20.9993 12.4983 21.0291 12.2074 20.9712C11.9164 20.9133 11.6491 20.7704 11.4393 20.5607C11.2296 20.3509 11.0867 20.0836 11.0288 19.7926C10.9709 19.5017 11.0006 19.2001 11.1142 18.926C11.2277 18.6519 11.42 18.4176 11.6666 18.2528C11.9133 18.088 12.2033 18 12.5 18C12.8978 18 13.2794 18.158 13.5607 18.4393C13.842 18.7206 14 19.1022 14 19.5ZM21 19.5C21 19.7967 20.912 20.0867 20.7472 20.3334C20.5824 20.58 20.3481 20.7723 20.074 20.8858C19.7999 20.9993 19.4983 21.0291 19.2074 20.9712C18.9164 20.9133 18.6491 20.7704 18.4393 20.5607C18.2296 20.3509 18.0867 20.0836 18.0288 19.7926C17.9709 19.5017 18.0007 19.2001 18.1142 18.926C18.2277 18.6519 18.42 18.4176 18.6666 18.2528C18.9133 18.088 19.2033 18 19.5 18C19.8978 18 20.2794 18.158 20.5607 18.4393C20.842 18.7206 21 19.1022 21 19.5Z" 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="M24 3.5H8C6.80653 3.5 5.66193 3.97411 4.81802 4.81802C3.97411 5.66193 3.5 6.80653 3.5 8V24C3.5 25.1935 3.97411 26.3381 4.81802 27.182C5.66193 28.0259 6.80653 28.5 8 28.5H24C25.1935 28.5 26.3381 28.0259 27.182 27.182C28.0259 26.3381 28.5 25.1935 28.5 24V8C28.5 6.80653 28.0259 5.66193 27.182 4.81802C26.3381 3.97411 25.1935 3.5 24 3.5ZM25.5 24C25.5 24.3978 25.342 24.7794 25.0607 25.0607C24.7794 25.342 24.3978 25.5 24 25.5H8C7.60218 25.5 7.22064 25.342 6.93934 25.0607C6.65804 24.7794 6.5 24.3978 6.5 24V8C6.5 7.60218 6.65804 7.22064 6.93934 6.93934C7.22064 6.65804 7.60218 6.5 8 6.5H24C24.3978 6.5 24.7794 6.65804 25.0607 6.93934C25.342 7.22064 25.5 7.60218 25.5 8V24ZM14 12C14 12.3956 13.8827 12.7822 13.6629 13.1111C13.4432 13.44 13.1308 13.6964 12.7654 13.8478C12.3999 13.9991 11.9978 14.0387 11.6098 13.9616C11.2219 13.8844 10.8655 13.6939 10.5858 13.4142C10.3061 13.1345 10.1156 12.7781 10.0384 12.3902C9.96126 12.0022 10.0009 11.6001 10.1522 11.2346C10.3036 10.8692 10.56 10.5568 10.8889 10.3371C11.2178 10.1173 11.6044 10 12 10C12.5304 10 13.0391 10.2107 13.4142 10.5858C13.7893 10.9609 14 11.4696 14 12ZM22 12C22 12.3956 21.8827 12.7822 21.6629 13.1111C21.4432 13.44 21.1308 13.6964 20.7654 13.8478C20.3999 13.9991 19.9978 14.0387 19.6098 13.9616C19.2219 13.8844 18.8655 13.6939 18.5858 13.4142C18.3061 13.1345 18.1156 12.7781 18.0384 12.3902C17.9613 12.0022 18.0009 11.6001 18.1522 11.2346C18.3036 10.8692 18.56 10.5568 18.8889 10.3371C19.2178 10.1173 19.6044 10 20 10C20.5304 10 21.0391 10.2107 21.4142 10.5858C21.7893 10.9609 22 11.4696 22 12ZM14 20C14 20.3956 13.8827 20.7822 13.6629 21.1111C13.4432 21.44 13.1308 21.6964 12.7654 21.8478C12.3999 21.9991 11.9978 22.0387 11.6098 21.9616C11.2219 21.8844 10.8655 21.6939 10.5858 21.4142C10.3061 21.1345 10.1156 20.7781 10.0384 20.3902C9.96126 20.0022 10.0009 19.6001 10.1522 19.2346C10.3036 18.8692 10.56 18.5568 10.8889 18.3371C11.2178 18.1173 11.6044 18 12 18C12.5304 18 13.0391 18.2107 13.4142 18.5858C13.7893 18.9609 14 19.4696 14 20ZM22 20C22 20.3956 21.8827 20.7822 21.6629 21.1111C21.4432 21.44 21.1308 21.6964 20.7654 21.8478C20.3999 21.9991 19.9978 22.0387 19.6098 21.9616C19.2219 21.8844 18.8655 21.6939 18.5858 21.4142C18.3061 21.1345 18.1156 20.7781 18.0384 20.3902C17.9613 20.0022 18.0009 19.6001 18.1522 19.2346C18.3036 18.8692 18.56 18.5568 18.8889 18.3371C19.2178 18.1173 19.6044 18 20 18C20.5304 18 21.0391 18.2107 21.4142 18.5858C21.7893 18.9609 22 19.4696 22 20Z" 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="M24 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V8C28 6.93913 27.5786 5.92172 26.8284 5.17157C26.0783 4.42143 25.0609 4 24 4ZM12.5 21C12.2033 21 11.9133 20.912 11.6666 20.7472C11.42 20.5824 11.2277 20.3481 11.1142 20.074C11.0006 19.7999 10.9709 19.4983 11.0288 19.2074C11.0867 18.9164 11.2296 18.6491 11.4393 18.4393C11.6491 18.2296 11.9164 18.0867 12.2074 18.0288C12.4983 17.9709 12.7999 18.0007 13.074 18.1142C13.3481 18.2277 13.5824 18.42 13.7472 18.6666C13.912 18.9133 14 19.2033 14 19.5C14 19.8978 13.842 20.2794 13.5607 20.5607C13.2794 20.842 12.8978 21 12.5 21ZM12.5 14C12.2033 14 11.9133 13.912 11.6666 13.7472C11.42 13.5824 11.2277 13.3481 11.1142 13.074C11.0006 12.7999 10.9709 12.4983 11.0288 12.2074C11.0867 11.9164 11.2296 11.6491 11.4393 11.4393C11.6491 11.2296 11.9164 11.0867 12.2074 11.0288C12.4983 10.9709 12.7999 11.0006 13.074 11.1142C13.3481 11.2277 13.5824 11.42 13.7472 11.6666C13.912 11.9133 14 12.2033 14 12.5C14 12.8978 13.842 13.2794 13.5607 13.5607C13.2794 13.842 12.8978 14 12.5 14ZM19.5 21C19.2033 21 18.9133 20.912 18.6666 20.7472C18.42 20.5824 18.2277 20.3481 18.1142 20.074C18.0007 19.7999 17.9709 19.4983 18.0288 19.2074C18.0867 18.9164 18.2296 18.6491 18.4393 18.4393C18.6491 18.2296 18.9164 18.0867 19.2074 18.0288C19.4983 17.9709 19.7999 18.0007 20.074 18.1142C20.3481 18.2277 20.5824 18.42 20.7472 18.6666C20.912 18.9133 21 19.2033 21 19.5C21 19.8978 20.842 20.2794 20.5607 20.5607C20.2794 20.842 19.8978 21 19.5 21ZM19.5 14C19.2033 14 18.9133 13.912 18.6666 13.7472C18.42 13.5824 18.2277 13.3481 18.1142 13.074C18.0007 12.7999 17.9709 12.4983 18.0288 12.2074C18.0867 11.9164 18.2296 11.6491 18.4393 11.4393C18.6491 11.2296 18.9164 11.0867 19.2074 11.0288C19.4983 10.9709 19.7999 11.0006 20.074 11.1142C20.3481 11.2277 20.5824 11.42 20.7472 11.6666C20.912 11.9133 21 12.2033 21 12.5C21 12.8978 20.842 13.2794 20.5607 13.5607C20.2794 13.842 19.8978 14 19.5 14Z" 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 8V24C27 24.7956 26.6839 25.5587 26.1213 26.1213C25.5587 26.6839 24.7956 27 24 27H8C7.20435 27 6.44129 26.6839 5.87868 26.1213C5.31607 25.5587 5 24.7956 5 24V8C5 7.20435 5.31607 6.44129 5.87868 5.87868C6.44129 5.31607 7.20435 5 8 5H24C24.7956 5 25.5587 5.31607 26.1213 5.87868C26.6839 6.44129 27 7.20435 27 8Z" fill="currentColor"/>
|
|
36
|
+
<path d="M24 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V8C28 6.93913 27.5786 5.92172 26.8284 5.17157C26.0783 4.42143 25.0609 4 24 4ZM26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26H8C7.46957 26 6.96086 25.7893 6.58579 25.4142C6.21071 25.0391 6 24.5304 6 24V8C6 7.46957 6.21071 6.96086 6.58579 6.58579C6.96086 6.21071 7.46957 6 8 6H24C24.5304 6 25.0391 6.21071 25.4142 6.58579C25.7893 6.96086 26 7.46957 26 8V24ZM14 12.5C14 12.7967 13.912 13.0867 13.7472 13.3334C13.5824 13.58 13.3481 13.7723 13.074 13.8858C12.7999 13.9994 12.4983 14.0291 12.2074 13.9712C11.9164 13.9133 11.6491 13.7704 11.4393 13.5607C11.2296 13.3509 11.0867 13.0836 11.0288 12.7926C10.9709 12.5017 11.0006 12.2001 11.1142 11.926C11.2277 11.6519 11.42 11.4176 11.6666 11.2528C11.9133 11.088 12.2033 11 12.5 11C12.8978 11 13.2794 11.158 13.5607 11.4393C13.842 11.7206 14 12.1022 14 12.5ZM21 12.5C21 12.7967 20.912 13.0867 20.7472 13.3334C20.5824 13.58 20.3481 13.7723 20.074 13.8858C19.7999 13.9994 19.4983 14.0291 19.2074 13.9712C18.9164 13.9133 18.6491 13.7704 18.4393 13.5607C18.2296 13.3509 18.0867 13.0836 18.0288 12.7926C17.9709 12.5017 18.0007 12.2001 18.1142 11.926C18.2277 11.6519 18.42 11.4176 18.6666 11.2528C18.9133 11.088 19.2033 11 19.5 11C19.8978 11 20.2794 11.158 20.5607 11.4393C20.842 11.7206 21 12.1022 21 12.5ZM14 19.5C14 19.7967 13.912 20.0867 13.7472 20.3334C13.5824 20.58 13.3481 20.7723 13.074 20.8858C12.7999 20.9993 12.4983 21.0291 12.2074 20.9712C11.9164 20.9133 11.6491 20.7704 11.4393 20.5607C11.2296 20.3509 11.0867 20.0836 11.0288 19.7926C10.9709 19.5017 11.0006 19.2001 11.1142 18.926C11.2277 18.6519 11.42 18.4176 11.6666 18.2528C11.9133 18.088 12.2033 18 12.5 18C12.8978 18 13.2794 18.158 13.5607 18.4393C13.842 18.7206 14 19.1022 14 19.5ZM21 19.5C21 19.7967 20.912 20.0867 20.7472 20.3334C20.5824 20.58 20.3481 20.7723 20.074 20.8858C19.7999 20.9993 19.4983 21.0291 19.2074 20.9712C18.9164 20.9133 18.6491 20.7704 18.4393 20.5607C18.2296 20.3509 18.0867 20.0836 18.0288 19.7926C17.9709 19.5017 18.0007 19.2001 18.1142 18.926C18.2277 18.6519 18.42 18.4176 18.6666 18.2528C18.9133 18.088 19.2033 18 19.5 18C19.8978 18 20.2794 18.158 20.5607 18.4393C20.842 18.7206 21 19.1022 21 19.5Z" 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="M24 4.25H8C7.00544 4.25 6.05161 4.64509 5.34835 5.34835C4.64509 6.05161 4.25 7.00544 4.25 8V24C4.25 24.9946 4.64509 25.9484 5.34835 26.6517C6.05161 27.3549 7.00544 27.75 8 27.75H24C24.9946 27.75 25.9484 27.3549 26.6517 26.6517C27.3549 25.9484 27.75 24.9946 27.75 24V8C27.75 7.00544 27.3549 6.05161 26.6517 5.34835C25.9484 4.64509 24.9946 4.25 24 4.25ZM26.25 24C26.25 24.5967 26.0129 25.169 25.591 25.591C25.169 26.0129 24.5967 26.25 24 26.25H8C7.40326 26.25 6.83097 26.0129 6.40901 25.591C5.98705 25.169 5.75 24.5967 5.75 24V8C5.75 7.40326 5.98705 6.83097 6.40901 6.40901C6.83097 5.98705 7.40326 5.75 8 5.75H24C24.5967 5.75 25.169 5.98705 25.591 6.40901C26.0129 6.83097 26.25 7.40326 26.25 8V24ZM13.75 12.5C13.75 12.7472 13.6767 12.9889 13.5393 13.1945C13.402 13.4 13.2068 13.5602 12.9784 13.6548C12.7499 13.7495 12.4986 13.7742 12.2561 13.726C12.0137 13.6778 11.7909 13.5587 11.6161 13.3839C11.4413 13.2091 11.3222 12.9863 11.274 12.7439C11.2258 12.5014 11.2505 12.2501 11.3452 12.0216C11.4398 11.7932 11.6 11.598 11.8055 11.4607C12.0111 11.3233 12.2528 11.25 12.5 11.25C12.8315 11.25 13.1495 11.3817 13.3839 11.6161C13.6183 11.8505 13.75 12.1685 13.75 12.5ZM20.75 12.5C20.75 12.7472 20.6767 12.9889 20.5393 13.1945C20.402 13.4 20.2068 13.5602 19.9784 13.6548C19.7499 13.7495 19.4986 13.7742 19.2561 13.726C19.0137 13.6778 18.7909 13.5587 18.6161 13.3839C18.4413 13.2091 18.3223 12.9863 18.274 12.7439C18.2258 12.5014 18.2505 12.2501 18.3451 12.0216C18.4398 11.7932 18.6 11.598 18.8055 11.4607C19.0111 11.3233 19.2528 11.25 19.5 11.25C19.8315 11.25 20.1495 11.3817 20.3839 11.6161C20.6183 11.8505 20.75 12.1685 20.75 12.5ZM13.75 19.5C13.75 19.7472 13.6767 19.9889 13.5393 20.1945C13.402 20.4 13.2068 20.5602 12.9784 20.6549C12.7499 20.7495 12.4986 20.7742 12.2561 20.726C12.0137 20.6777 11.7909 20.5587 11.6161 20.3839C11.4413 20.2091 11.3222 19.9863 11.274 19.7439C11.2258 19.5014 11.2505 19.2501 11.3452 19.0216C11.4398 18.7932 11.6 18.598 11.8055 18.4607C12.0111 18.3233 12.2528 18.25 12.5 18.25C12.8315 18.25 13.1495 18.3817 13.3839 18.6161C13.6183 18.8505 13.75 19.1685 13.75 19.5ZM20.75 19.5C20.75 19.7472 20.6767 19.9889 20.5393 20.1945C20.402 20.4 20.2068 20.5602 19.9784 20.6549C19.7499 20.7495 19.4986 20.7742 19.2561 20.726C19.0137 20.6777 18.7909 20.5587 18.6161 20.3839C18.4413 20.2091 18.3223 19.9863 18.274 19.7439C18.2258 19.5014 18.2505 19.2501 18.3451 19.0216C18.4398 18.7932 18.6 18.598 18.8055 18.4607C19.0111 18.3233 19.2528 18.25 19.5 18.25C19.8315 18.25 20.1495 18.3817 20.3839 18.6161C20.6183 18.8505 20.75 19.1685 20.75 19.5Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default DiceFour;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
|
|
2
|
+
import IconProps from "../../IconProps";
|
|
3
|
+
|
|
4
|
+
const MaskHappy = ({type = "light"}: IconProps) => {
|
|
5
|
+
if (type === "thin") {
|
|
6
|
+
return (
|
|
7
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
8
|
+
<path d="M23.375 15.6662C23.4187 15.7154 23.4524 15.7728 23.4739 15.8351C23.4955 15.8973 23.5046 15.9632 23.5007 16.0289C23.4968 16.0947 23.48 16.159 23.4513 16.2183C23.4225 16.2776 23.3824 16.3306 23.3331 16.3743C23.2839 16.4181 23.2265 16.4517 23.1643 16.4733C23.102 16.4948 23.0361 16.5039 22.9704 16.5C22.9046 16.4962 22.8403 16.4794 22.781 16.4506C22.7218 16.4218 22.6687 16.3817 22.625 16.3325C22.2 15.8575 21.285 15.5 20.5 15.5C19.715 15.5 18.7975 15.8575 18.375 16.3325C18.3279 16.3853 18.2701 16.4276 18.2055 16.4565C18.1408 16.4854 18.0708 16.5002 18 16.5C17.9032 16.5005 17.8083 16.4729 17.7269 16.4205C17.6455 16.3682 17.581 16.2933 17.5413 16.2051C17.5016 16.1168 17.4884 16.0189 17.5032 15.9232C17.5181 15.8276 17.5604 15.7383 17.625 15.6662C18.24 14.9787 19.4213 14.5 20.5 14.5C21.5788 14.5 22.7575 14.9787 23.375 15.6662ZM13.625 16.3325C13.6687 16.3817 13.7218 16.4218 13.781 16.4506C13.8403 16.4794 13.9046 16.4962 13.9704 16.5C14.0361 16.5039 14.102 16.4948 14.1643 16.4733C14.2265 16.4517 14.2839 16.4181 14.3331 16.3743C14.3824 16.3306 14.4225 16.2776 14.4513 16.2183C14.48 16.159 14.4968 16.0947 14.5007 16.0289C14.5046 15.9632 14.4955 15.8973 14.4739 15.8351C14.4524 15.7728 14.4187 15.7154 14.375 15.6662C13.76 14.9787 12.5788 14.5 11.5 14.5C10.4213 14.5 9.2425 14.9787 8.625 15.6662C8.56039 15.7383 8.51808 15.8276 8.50322 15.9232C8.48837 16.0189 8.50159 16.1168 8.5413 16.2051C8.58101 16.2933 8.64549 16.3682 8.72691 16.4205C8.80833 16.4729 8.9032 16.5005 9 16.5C9.0708 16.5002 9.14085 16.4854 9.20549 16.4565C9.27014 16.4276 9.32792 16.3853 9.375 16.3325C9.8 15.8575 10.715 15.5 11.5 15.5C12.285 15.5 13.2025 15.8575 13.625 16.3325ZM19.9125 20.675C19.4327 21.2465 18.8336 21.7062 18.1573 22.0215C17.4809 22.3368 16.7437 22.5002 15.9975 22.5002C15.2513 22.5002 14.5141 22.3368 13.8377 22.0215C13.1614 21.7062 12.5623 21.2465 12.0825 20.675C11.9963 20.574 11.8735 20.5114 11.7412 20.501C11.6089 20.4906 11.4778 20.5331 11.3769 20.6193C11.2759 20.7055 11.2134 20.8283 11.2029 20.9606C11.1925 21.0929 11.2351 21.224 11.3213 21.325C11.8953 22.0062 12.6112 22.5538 13.4189 22.9294C14.2266 23.305 15.1067 23.4997 15.9975 23.4997C16.8883 23.4997 17.7684 23.305 18.5761 22.9294C19.3838 22.5538 20.0997 22.0062 20.6737 21.325C20.7164 21.275 20.7488 21.2171 20.7691 21.1546C20.7894 21.092 20.7972 21.0261 20.7921 20.9606C20.7869 20.8951 20.7689 20.8312 20.739 20.7727C20.7092 20.7141 20.6681 20.662 20.6181 20.6193C20.5681 20.5766 20.5102 20.5442 20.4477 20.5239C20.3852 20.5036 20.3193 20.4958 20.2538 20.501C20.1883 20.5062 20.1244 20.5242 20.0658 20.554C20.0073 20.5839 19.9552 20.625 19.9125 20.675ZM27.5 5.99995V12.9725C27.5 17.3475 26.325 21.4725 24.19 24.5875C22.0163 27.7562 19.1075 29.5 16 29.5C12.8925 29.5 9.98375 27.7562 7.81 24.5887C5.675 21.4787 4.5 17.3537 4.5 12.9737V5.99995C4.49975 5.75602 4.55899 5.5157 4.6726 5.29984C4.7862 5.08397 4.95074 4.89907 5.15194 4.76116C5.35315 4.62325 5.58495 4.53648 5.82726 4.50839C6.06957 4.4803 6.31508 4.51173 6.5425 4.59995C8.3325 5.29745 11.9413 6.46245 16 6.46245C20.0588 6.46245 23.6675 5.29745 25.4575 4.60245C25.6847 4.51431 25.93 4.48286 26.1721 4.51082C26.4142 4.53879 26.6459 4.62533 26.847 4.76295C27.0482 4.90058 27.2128 5.08514 27.3265 5.30068C27.4403 5.51622 27.4998 5.75623 27.5 5.99995ZM26.5 5.99995C26.5002 5.91867 26.4805 5.83858 26.4428 5.76661C26.405 5.69464 26.3502 5.63295 26.2833 5.58691C26.2163 5.54086 26.1391 5.51184 26.0584 5.50235C25.9776 5.49286 25.8958 5.50319 25.82 5.53245C23.965 6.24995 20.2213 7.46245 16 7.46245C11.7788 7.46245 8.035 6.24995 6.18 5.5337C6.12248 5.51184 6.06153 5.50041 6 5.49995C5.90029 5.49969 5.80293 5.53025 5.72125 5.58745C5.65351 5.63294 5.59794 5.69431 5.55937 5.76621C5.52081 5.83811 5.50042 5.91836 5.5 5.99995V12.9712C5.5 21.535 10.21 28.5 16 28.5C21.79 28.5 26.5 21.535 26.5 12.9737V5.99995Z" fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
15
|
+
<path d="M27.125 4.34998C26.8571 4.16595 26.5482 4.05027 26.2253 4.01301C25.9024 3.97575 25.5753 4.01806 25.2725 4.13623C23.5187 4.81873 19.9775 5.96373 16 5.96373C12.0225 5.96373 8.48 4.81873 6.72375 4.13623C6.42073 4.0186 6.09361 3.9766 5.7707 4.01387C5.44779 4.05114 5.13884 4.16655 4.87058 4.35011C4.60232 4.53367 4.38284 4.77984 4.23115 5.06733C4.07945 5.35481 4.00011 5.67493 4 5.99998V12.9712C4 17.4512 5.20625 21.6775 7.3975 24.8687C9.6675 28.1762 12.7225 29.9937 16 29.9937C19.2775 29.9937 22.3325 28.1725 24.6025 24.8687C26.7938 21.68 28 17.4537 28 12.9737V5.99998C27.9994 5.67451 27.9194 5.35411 27.7669 5.06657C27.6144 4.77904 27.3941 4.53305 27.125 4.34998ZM26 12.975C26 17.055 24.9175 20.8787 22.9538 23.7412C21.0675 26.4875 18.5988 28 16 28C13.4012 28 10.9325 26.4875 9.04625 23.74C7.0825 20.875 6 17.0537 6 12.9737V5.99998C7.88875 6.73373 11.6975 7.96373 16 7.96373C20.3025 7.96373 24.1125 6.73373 26 5.99998V12.9762V12.975ZM23.75 15.3337C23.9267 15.5326 24.0171 15.7936 24.0014 16.0592C23.9857 16.3248 23.8652 16.5733 23.6663 16.75C23.4673 16.9267 23.2064 17.0171 22.9408 17.0014C22.6752 16.9857 22.4267 16.8651 22.25 16.6662C21.915 16.2912 21.1437 16 20.5 16C19.8562 16 19.08 16.2925 18.75 16.6662C18.5731 16.8651 18.3245 16.9856 18.0588 17.0012C17.7931 17.0168 17.532 16.9262 17.3331 16.7494C17.1342 16.5725 17.0137 16.3238 16.9981 16.0581C16.9825 15.7924 17.0731 15.5314 17.25 15.3325C17.9637 14.535 19.2675 14 20.5 14C21.7325 14 23.0312 14.535 23.75 15.3325V15.3337ZM11.5 16C10.8513 16 10.08 16.2925 9.75 16.6662C9.57313 16.8651 9.32449 16.9856 9.05878 17.0012C8.79306 17.0168 8.53204 16.9262 8.33313 16.7494C8.13421 16.5725 8.01371 16.3238 7.99812 16.0581C7.98253 15.7924 8.07313 15.5314 8.25 15.3325C8.96875 14.535 10.2725 14 11.5 14C12.7275 14 14.0312 14.535 14.75 15.3325C14.9269 15.5314 15.0175 15.7924 15.0019 16.0581C14.9863 16.3238 14.8658 16.5725 14.6669 16.7494C14.5684 16.8369 14.4536 16.9043 14.3291 16.9475C14.2046 16.9907 14.0728 17.009 13.9412 17.0012C13.6755 16.9856 13.4269 16.8651 13.25 16.6662C12.92 16.2925 12.1488 16 11.5 16ZM21.0562 21.6487C20.4355 22.3852 19.6614 22.9772 18.7881 23.3833C17.9147 23.7894 16.9632 23.9998 16 23.9998C15.0368 23.9998 14.0853 23.7894 13.2119 23.3833C12.3386 22.9772 11.5645 22.3852 10.9438 21.6487C10.8585 21.5488 10.7937 21.4331 10.7531 21.3082C10.7126 21.1833 10.697 21.0516 10.7074 20.9207C10.7177 20.7898 10.7537 20.6621 10.8134 20.5451C10.873 20.4281 10.9551 20.324 11.055 20.2387C11.1549 20.1535 11.2706 20.0887 11.3955 20.0481C11.5204 20.0076 11.6521 19.992 11.783 20.0023C11.914 20.0127 12.0416 20.0487 12.1586 20.1083C12.2756 20.168 12.3797 20.2501 12.465 20.35C12.8978 20.8667 13.4386 21.2822 14.0494 21.5674C14.6601 21.8525 15.326 22.0003 16 22.0003C16.674 22.0003 17.3399 21.8525 17.9506 21.5674C18.5614 21.2822 19.1022 20.8667 19.535 20.35C19.6203 20.2501 19.7244 20.168 19.8414 20.1083C19.9584 20.0487 20.086 20.0127 20.217 20.0023C20.3479 19.992 20.4796 20.0076 20.6045 20.0481C20.7294 20.0887 20.8451 20.1535 20.945 20.2387C21.0449 20.324 21.127 20.4281 21.1866 20.5451C21.2463 20.6621 21.2823 20.7898 21.2926 20.9207C21.303 21.0516 21.2874 21.1833 21.2469 21.3082C21.2063 21.4331 21.1415 21.5488 21.0562 21.6487Z" fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "bold") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path d="M27.4112 3.93755C27.0761 3.70832 26.6902 3.56416 26.2868 3.51756C25.8835 3.47095 25.4748 3.52329 25.0963 3.67005C23.375 4.34005 19.8962 5.46255 16 5.46255C12.1038 5.46255 8.625 4.33755 6.90375 3.67005C6.525 3.5232 6.11617 3.47085 5.71264 3.51755C5.30911 3.56424 4.92304 3.70856 4.58783 3.93802C4.25262 4.16749 3.97838 4.47518 3.78883 4.83447C3.59929 5.19376 3.50015 5.59382 3.5 6.00005V12.9713C3.5 17.5513 4.7375 21.8775 6.985 25.1525C9.35125 28.6013 12.5525 30.5 16 30.5C19.4475 30.5 22.6488 28.6013 25.015 25.155C27.2625 21.875 28.5 17.5538 28.5 12.9738V6.00005C28.4998 5.59366 28.4006 5.19344 28.2109 4.83406C28.0212 4.47467 27.7467 4.16695 27.4112 3.93755ZM25.5 12.9738C25.5 16.9538 24.4487 20.6775 22.5413 23.4575C20.75 26.0638 18.4288 27.5 16 27.5C13.5712 27.5 11.25 26.0638 9.45875 23.4575C7.55125 20.6775 6.5 16.9538 6.5 12.9738V6.7238C8.57375 7.46755 12.0837 8.4663 16 8.4663C19.9163 8.4663 23.4263 7.4663 25.5 6.7238V12.9738ZM17.2362 16.395C17.0213 16.0604 16.9481 15.654 17.0327 15.2654C17.1173 14.8767 17.3529 14.5376 17.6875 14.3225C18.5275 13.7861 19.5033 13.501 20.5 13.501C21.4967 13.501 22.4725 13.7861 23.3125 14.3225C23.6473 14.538 23.8829 14.8777 23.9672 15.2668C24.0516 15.656 23.978 16.0627 23.7625 16.3975C23.547 16.7324 23.2073 16.9679 22.8182 17.0523C22.4291 17.1367 22.0223 17.063 21.6875 16.8475C21.3312 16.6218 20.918 16.502 20.4963 16.502C20.0745 16.502 19.6613 16.6218 19.305 16.8475C19.1392 16.9542 18.9541 17.0271 18.7601 17.0621C18.5662 17.0971 18.3672 17.0936 18.1746 17.0517C17.982 17.0098 17.7996 16.9303 17.6377 16.8179C17.4758 16.7054 17.3377 16.5622 17.2313 16.3963L17.2362 16.395ZM11.5 16.5C11.0794 16.5087 10.6685 16.6281 10.3088 16.8463C9.97408 17.0618 9.56751 17.1355 9.17849 17.0512C8.78947 16.967 8.44986 16.7316 8.23438 16.3969C8.01889 16.0623 7.94517 15.6557 8.02945 15.2667C8.11372 14.8776 8.34908 14.538 8.68375 14.3225C9.5236 13.7858 10.4995 13.5005 11.4963 13.5005C12.493 13.5005 13.4689 13.7858 14.3088 14.3225C14.6434 14.538 14.8788 14.8776 14.9631 15.2667C15.0473 15.6557 14.9736 16.0623 14.7581 16.3969C14.5426 16.7316 14.203 16.967 13.814 17.0512C13.425 17.1355 13.0184 17.0618 12.6838 16.8463C12.326 16.6298 11.918 16.5104 11.5 16.5ZM20.6663 20.8338C20.9161 21.1432 21.0329 21.5391 20.9909 21.9345C20.9489 22.3299 20.7517 22.6925 20.4425 22.9425C19.1813 23.9507 17.6146 24.4999 16 24.4999C14.3854 24.4999 12.8187 23.9507 11.5575 22.9425C11.251 22.6916 11.0562 22.3297 11.0155 21.9356C10.9749 21.5416 11.0918 21.1475 11.3407 20.8393C11.5896 20.5312 11.9503 20.334 12.3441 20.2908C12.7379 20.2476 13.1327 20.3619 13.4425 20.6088C14.17 21.186 15.0714 21.5001 16 21.5001C16.9286 21.5001 17.83 21.186 18.5575 20.6088C18.867 20.3591 19.263 20.2425 19.6585 20.2847C20.0539 20.3269 20.4164 20.5244 20.6663 20.8338Z" fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
if (type === "fill") {
|
|
27
|
+
return (
|
|
28
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
29
|
+
<path d="M27.125 4.34998C26.8571 4.16595 26.5482 4.05027 26.2253 4.01301C25.9024 3.97575 25.5753 4.01806 25.2725 4.13623C23.5187 4.81873 19.9775 5.96373 16 5.96373C12.0225 5.96373 8.48 4.81873 6.72375 4.13623C6.42073 4.0186 6.09361 3.9766 5.7707 4.01387C5.44779 4.05114 5.13884 4.16655 4.87058 4.35011C4.60232 4.53367 4.38284 4.77984 4.23115 5.06733C4.07945 5.35481 4.00011 5.67493 4 5.99998V12.9712C4 17.4512 5.20625 21.6775 7.3975 24.8687C9.6675 28.1762 12.7225 29.9937 16 29.9937C19.2775 29.9937 22.3325 28.1725 24.6025 24.8687C26.7938 21.68 28 17.4537 28 12.9737V5.99998C27.9994 5.67451 27.9194 5.35411 27.7669 5.06657C27.6144 4.77904 27.3941 4.53305 27.125 4.34998ZM9.75 16.6662C9.57313 16.8651 9.32449 16.9856 9.05878 17.0012C8.79306 17.0168 8.53204 16.9262 8.33313 16.7494C8.13421 16.5725 8.01371 16.3238 7.99812 16.0581C7.98253 15.7924 8.07313 15.5314 8.25 15.3325C8.96875 14.535 10.2725 14 11.5 14C12.7275 14 14.0312 14.535 14.75 15.3325C14.9269 15.5314 15.0175 15.7924 15.0019 16.0581C14.9863 16.3238 14.8658 16.5725 14.6669 16.7494C14.5684 16.8369 14.4536 16.9043 14.3291 16.9475C14.2046 16.9907 14.0728 17.009 13.9412 17.0012C13.6755 16.9856 13.4269 16.8651 13.25 16.6662C12.915 16.2912 12.1438 16 11.5 16C10.8562 16 10.08 16.2925 9.75 16.6662ZM21.0613 22.6487C20.4405 23.3852 19.6664 23.9772 18.7931 24.3833C17.9197 24.7894 16.9682 24.9998 16.005 24.9998C15.0418 24.9998 14.0903 24.7894 13.2169 24.3833C12.3436 23.9772 11.5695 23.3852 10.9487 22.6487C10.854 22.5507 10.7804 22.4342 10.7323 22.3067C10.6842 22.1791 10.6627 22.043 10.6692 21.9068C10.6756 21.7706 10.7099 21.6372 10.7698 21.5147C10.8297 21.3922 10.914 21.2833 11.0175 21.1946C11.1211 21.1059 11.2417 21.0393 11.3719 20.9989C11.5021 20.9585 11.6393 20.9452 11.7748 20.9598C11.9104 20.9743 12.0415 21.0164 12.1602 21.0835C12.2789 21.1507 12.3826 21.2413 12.465 21.35C12.8978 21.8667 13.4386 22.2822 14.0494 22.5674C14.6601 22.8525 15.326 23.0003 16 23.0003C16.674 23.0003 17.3399 22.8525 17.9506 22.5674C18.5614 22.2822 19.1022 21.8667 19.535 21.35C19.7072 21.1483 19.9525 21.0232 20.217 21.0023C20.4814 20.9815 20.7433 21.0665 20.945 21.2387C21.1467 21.411 21.2718 21.6563 21.2926 21.9207C21.3135 22.1851 21.2285 22.447 21.0562 22.6487H21.0613ZM23.6675 16.75C23.5696 16.8376 23.4554 16.9051 23.3314 16.9485C23.2074 16.992 23.0761 17.0106 22.9449 17.0033C22.8138 16.996 22.6853 16.9629 22.5669 16.9059C22.4485 16.8489 22.3426 16.7692 22.255 16.6712C21.92 16.2962 21.1487 16.005 20.505 16.005C19.8612 16.005 19.085 16.2975 18.755 16.6712C18.6671 16.7701 18.5606 16.8506 18.4416 16.9082C18.3225 16.9659 18.1933 16.9996 18.0613 17.0073C17.9292 17.015 17.797 16.9966 17.672 16.9532C17.5471 16.9098 17.4319 16.8423 17.3331 16.7544C17.2343 16.6665 17.1538 16.5599 17.0961 16.4409C17.0385 16.3219 17.0048 16.1927 16.9971 16.0606C16.9894 15.9286 17.0077 15.7963 17.0511 15.6714C17.0945 15.5465 17.1621 15.4313 17.25 15.3325C17.9637 14.535 19.2675 14 20.5 14C21.7325 14 23.0312 14.535 23.75 15.3325C23.8382 15.4307 23.906 15.5455 23.9496 15.6701C23.9932 15.7946 24.0117 15.9266 24.004 16.0584C23.9963 16.1902 23.9626 16.3191 23.9049 16.4378C23.8471 16.5565 23.7665 16.6626 23.6675 16.75Z" fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return (
|
|
35
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
36
|
+
<path opacity="0.2" d="M27 6.00006V12.9713C27 21.8251 22.075 29.0001 16 29.0001C9.925 29.0001 5 21.8251 5 12.9738V6.00006C4.99979 5.83745 5.03924 5.67725 5.11492 5.53333C5.19061 5.38941 5.30025 5.26612 5.43434 5.17414C5.56843 5.08216 5.72293 5.02427 5.88445 5.00548C6.04596 4.98669 6.20963 5.00757 6.36125 5.06631C8.25 5.80131 11.8888 6.96381 16 6.96381C20.1113 6.96381 23.75 5.80131 25.6388 5.06881C25.7902 5.01015 25.9536 4.98924 26.1149 5.00791C26.2763 5.02657 26.4306 5.08424 26.5646 5.17594C26.6987 5.26763 26.8083 5.39058 26.8842 5.53417C26.9601 5.67776 26.9998 5.83767 27 6.00006Z" fill="currentColor"/>
|
|
37
|
+
<path d="M27.125 4.34998C26.8571 4.16595 26.5482 4.05027 26.2253 4.01301C25.9024 3.97575 25.5753 4.01806 25.2725 4.13623C23.5187 4.81873 19.9775 5.96373 16 5.96373C12.0225 5.96373 8.48 4.81873 6.72375 4.13623C6.42073 4.0186 6.09361 3.9766 5.7707 4.01387C5.44779 4.05114 5.13884 4.16655 4.87058 4.35011C4.60232 4.53367 4.38284 4.77984 4.23115 5.06733C4.07945 5.35481 4.00011 5.67493 4 5.99998V12.9712C4 17.4512 5.20625 21.6775 7.3975 24.8687C9.6675 28.1762 12.7225 29.9937 16 29.9937C19.2775 29.9937 22.3325 28.1725 24.6025 24.8687C26.7938 21.68 28 17.4537 28 12.9737V5.99998C27.9994 5.67451 27.9194 5.35411 27.7669 5.06657C27.6144 4.77904 27.3941 4.53305 27.125 4.34998ZM26 12.975C26 17.055 24.9175 20.8787 22.9538 23.7412C21.0675 26.4875 18.5988 28 16 28C13.4012 28 10.9325 26.4875 9.04625 23.74C7.0825 20.875 6 17.0537 6 12.9737V5.99998C7.88875 6.73373 11.6975 7.96373 16 7.96373C20.3025 7.96373 24.1125 6.73373 26 5.99998V12.9762V12.975ZM23.75 15.3337C23.9267 15.5326 24.0171 15.7936 24.0014 16.0592C23.9857 16.3248 23.8652 16.5733 23.6663 16.75C23.4673 16.9267 23.2064 17.0171 22.9408 17.0014C22.6752 16.9857 22.4267 16.8651 22.25 16.6662C21.915 16.2912 21.1437 16 20.5 16C19.8562 16 19.08 16.2925 18.75 16.6662C18.5731 16.8651 18.3245 16.9856 18.0588 17.0012C17.7931 17.0168 17.532 16.9262 17.3331 16.7494C17.1342 16.5725 17.0137 16.3238 16.9981 16.0581C16.9825 15.7924 17.0731 15.5314 17.25 15.3325C17.9637 14.535 19.2675 14 20.5 14C21.7325 14 23.0312 14.535 23.75 15.3325V15.3337ZM11.5 16C10.8513 16 10.08 16.2925 9.75 16.6662C9.57313 16.8651 9.32449 16.9856 9.05878 17.0012C8.79306 17.0168 8.53204 16.9262 8.33313 16.7494C8.13421 16.5725 8.01371 16.3238 7.99812 16.0581C7.98253 15.7924 8.07313 15.5314 8.25 15.3325C8.96875 14.535 10.2725 14 11.5 14C12.7275 14 14.0312 14.535 14.75 15.3325C14.9269 15.5314 15.0175 15.7924 15.0019 16.0581C14.9863 16.3238 14.8658 16.5725 14.6669 16.7494C14.5684 16.8369 14.4536 16.9043 14.3291 16.9475C14.2046 16.9907 14.0728 17.009 13.9412 17.0012C13.6755 16.9856 13.4269 16.8651 13.25 16.6662C12.92 16.2925 12.1488 16 11.5 16ZM21.0562 21.6487C20.4355 22.3852 19.6614 22.9772 18.7881 23.3833C17.9147 23.7894 16.9632 23.9998 16 23.9998C15.0368 23.9998 14.0853 23.7894 13.2119 23.3833C12.3386 22.9772 11.5645 22.3852 10.9438 21.6487C10.8585 21.5488 10.7937 21.4331 10.7531 21.3082C10.7126 21.1833 10.697 21.0516 10.7074 20.9207C10.7177 20.7898 10.7537 20.6621 10.8134 20.5451C10.873 20.4281 10.9551 20.324 11.055 20.2387C11.1549 20.1535 11.2706 20.0887 11.3955 20.0481C11.5204 20.0076 11.6521 19.992 11.783 20.0023C11.914 20.0127 12.0416 20.0487 12.1586 20.1083C12.2756 20.168 12.3797 20.2501 12.465 20.35C12.8978 20.8667 13.4386 21.2822 14.0494 21.5674C14.6601 21.8525 15.326 22.0003 16 22.0003C16.674 22.0003 17.3399 21.8525 17.9506 21.5674C18.5614 21.2822 19.1022 20.8667 19.535 20.35C19.6203 20.2501 19.7244 20.168 19.8414 20.1083C19.9584 20.0487 20.086 20.0127 20.217 20.0023C20.3479 19.992 20.4796 20.0076 20.6045 20.0481C20.7294 20.0887 20.8451 20.1535 20.945 20.2387C21.0449 20.324 21.127 20.4281 21.1866 20.5451C21.2463 20.6621 21.2823 20.7898 21.2926 20.9207C21.303 21.0516 21.2874 21.1833 21.2469 21.3082C21.2063 21.4331 21.1415 21.5488 21.0562 21.6487Z" fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path d="M23.5588 15.5C23.6271 15.5729 23.6802 15.6588 23.7149 15.7525C23.7496 15.8463 23.7652 15.946 23.7608 16.0458C23.7564 16.1457 23.7321 16.2436 23.6893 16.334C23.6465 16.4243 23.5861 16.5051 23.5117 16.5718C23.4372 16.6384 23.3501 16.6895 23.2556 16.7221C23.1611 16.7546 23.0611 16.7679 22.9613 16.7612C22.8616 16.7545 22.7642 16.728 22.6749 16.6831C22.5856 16.6383 22.5062 16.576 22.4412 16.5C22.0588 16.0725 21.2237 15.75 20.5 15.75C19.7762 15.75 18.9412 16.0725 18.5588 16.5C18.4248 16.643 18.2402 16.7278 18.0444 16.7364C17.8487 16.745 17.6574 16.6767 17.5114 16.546C17.3654 16.4154 17.2763 16.2328 17.2632 16.0373C17.2501 15.8418 17.314 15.649 17.4412 15.5C18.11 14.75 19.34 14.25 20.5 14.25C21.66 14.25 22.89 14.75 23.5588 15.5ZM13.4412 16.5C13.5062 16.576 13.5856 16.6383 13.6749 16.6831C13.7642 16.728 13.8616 16.7545 13.9613 16.7612C14.0611 16.7679 14.1611 16.7546 14.2556 16.7221C14.3501 16.6895 14.4372 16.6384 14.5117 16.5718C14.5861 16.5051 14.6465 16.4243 14.6893 16.334C14.7321 16.2436 14.7564 16.1457 14.7608 16.0458C14.7652 15.946 14.7496 15.8463 14.7149 15.7525C14.6802 15.6588 14.6271 15.5729 14.5588 15.5C13.89 14.75 12.66 14.25 11.5 14.25C10.34 14.25 9.11 14.75 8.44125 15.5C8.3729 15.5729 8.31982 15.6588 8.28513 15.7525C8.25043 15.8463 8.23482 15.946 8.2392 16.0458C8.24359 16.1457 8.26789 16.2436 8.31068 16.334C8.35346 16.4243 8.41387 16.5051 8.48835 16.5718C8.56283 16.6384 8.64988 16.6895 8.74438 16.7221C8.83888 16.7546 8.93893 16.7679 9.03866 16.7612C9.13838 16.7545 9.23576 16.728 9.32507 16.6831C9.41439 16.6383 9.49384 16.576 9.55875 16.5C9.94125 16.0725 10.7762 15.75 11.5 15.75C12.2238 15.75 13.0588 16.0725 13.4412 16.5ZM20.7825 20.4288C20.7076 20.3648 20.6208 20.3163 20.5271 20.2859C20.4334 20.2555 20.3346 20.2438 20.2364 20.2516C20.1382 20.2594 20.0425 20.2864 19.9547 20.3312C19.867 20.376 19.7889 20.4376 19.725 20.5125C19.2687 21.0567 18.6988 21.4943 18.0552 21.7945C17.4117 22.0947 16.7101 22.2503 16 22.2503C15.2899 22.2503 14.5883 22.0947 13.9448 21.7945C13.3012 21.4943 12.7313 21.0567 12.275 20.5125C12.2111 20.4376 12.133 20.376 12.0452 20.3312C11.9575 20.2864 11.8618 20.2594 11.7636 20.2516C11.6654 20.2439 11.5666 20.2555 11.4729 20.2859C11.3792 20.3163 11.2924 20.3648 11.2175 20.4288C11.1426 20.4927 11.081 20.5708 11.0362 20.6585C10.9914 20.7463 10.9644 20.842 10.9566 20.9402C10.9488 21.0384 10.9605 21.1371 10.9909 21.2308C11.0213 21.3245 11.0698 21.4113 11.1337 21.4863C11.731 22.1953 12.476 22.7653 13.3165 23.1563C14.1571 23.5473 15.0729 23.7499 16 23.7499C16.9271 23.7499 17.8429 23.5473 18.6835 23.1563C19.524 22.7653 20.269 22.1953 20.8662 21.4863C20.9302 21.4113 20.9788 21.3245 21.0092 21.2308C21.0396 21.1371 21.0512 21.0384 21.0434 20.9402C21.0357 20.842 21.0086 20.7463 20.9638 20.6585C20.9191 20.5708 20.8574 20.4927 20.7825 20.4288ZM27.75 6.00002V12.9713C27.75 17.4025 26.5588 21.5788 24.3962 24.7288C22.175 27.9675 19.1925 29.75 16 29.75C12.8075 29.75 9.825 27.9675 7.60375 24.73C5.44125 21.58 4.25 17.4038 4.25 12.9725V6.00002C4.25109 5.71619 4.32119 5.43688 4.45428 5.18618C4.58736 4.93548 4.77943 4.72091 5.01391 4.56098C5.2484 4.40104 5.51827 4.30055 5.80025 4.26815C6.08223 4.23575 6.36785 4.27243 6.6325 4.37502C8.40625 5.05752 11.9825 6.21252 16 6.21252C20.0175 6.21252 23.5938 5.05752 25.3675 4.37502C25.6321 4.27243 25.9178 4.23575 26.1998 4.26815C26.4817 4.30055 26.7516 4.40104 26.9861 4.56098C27.2206 4.72091 27.4126 4.93548 27.5457 5.18618C27.6788 5.43688 27.7489 5.71619 27.75 6.00002ZM26.25 6.00002C26.2502 5.95918 26.2404 5.91892 26.2214 5.88274C26.2025 5.84657 26.1749 5.81559 26.1413 5.79252C26.108 5.769 26.0694 5.75425 26.029 5.74966C25.9886 5.74508 25.9476 5.75079 25.91 5.76627C24.0387 6.50002 20.2625 7.71252 16 7.71252C11.7375 7.71252 7.96125 6.50002 6.09 5.76752C6.05222 5.75281 6.01142 5.74752 5.97113 5.75209C5.93085 5.75667 5.89228 5.77097 5.85875 5.79377C5.82523 5.81672 5.79781 5.8475 5.77886 5.88344C5.75991 5.91938 5.75 5.95939 5.75 6.00002V12.97C5.75 21.3963 10.3488 28.25 16 28.25C21.6512 28.25 26.25 21.3963 26.25 12.9725V6.00002Z" fill="currentColor"/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export default MaskHappy;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
|
|
2
|
+
import IconProps from "../../IconProps";
|
|
3
|
+
|
|
4
|
+
const Strategy = ({type = "light"}: IconProps) => {
|
|
5
|
+
if (type === "thin") {
|
|
6
|
+
return (
|
|
7
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
8
|
+
<path d="M8.50003 19.5C7.70891 19.5 6.93555 19.7346 6.27775 20.1741C5.61996 20.6136 5.10727 21.2384 4.80452 21.9693C4.50177 22.7002 4.42255 23.5044 4.57689 24.2804C4.73123 25.0563 5.1122 25.769 5.67161 26.3284C6.23102 26.8878 6.94375 27.2688 7.71967 27.4231C8.4956 27.5775 9.29986 27.4983 10.0308 27.1955C10.7617 26.8928 11.3864 26.3801 11.8259 25.7223C12.2654 25.0645 12.5 24.2911 12.5 23.5C12.5 22.4391 12.0786 21.4217 11.3285 20.6716C10.5783 19.9214 9.5609 19.5 8.50003 19.5ZM8.50003 26.5C7.90669 26.5 7.32667 26.3241 6.83332 25.9944C6.33998 25.6648 5.95546 25.1962 5.7284 24.6481C5.50133 24.0999 5.44192 23.4967 5.55768 22.9147C5.67343 22.3328 5.95916 21.7982 6.37871 21.3787C6.79827 20.9591 7.33282 20.6734 7.91476 20.5576C8.49671 20.4419 9.09991 20.5013 9.64808 20.7284C10.1963 20.9554 10.6648 21.3399 10.9944 21.8333C11.3241 22.3266 11.5 22.9067 11.5 23.5C11.5 24.2956 11.184 25.0587 10.6214 25.6213C10.0587 26.1839 9.29568 26.5 8.50003 26.5ZM4.64628 13.6462L6.79253 11.5L4.64628 9.35375C4.55246 9.25993 4.49976 9.13268 4.49976 9C4.49976 8.86732 4.55246 8.74007 4.64628 8.64625C4.7401 8.55243 4.86735 8.49972 5.00003 8.49972C5.13272 8.49972 5.25996 8.55243 5.35378 8.64625L7.50003 10.7925L9.64628 8.64625C9.7401 8.55243 9.86735 8.49972 10 8.49972C10.1327 8.49972 10.26 8.55243 10.3538 8.64625C10.4476 8.74007 10.5003 8.86732 10.5003 9C10.5003 9.13268 10.4476 9.25993 10.3538 9.35375L8.20753 11.5L10.3538 13.6462C10.4002 13.6927 10.4371 13.7479 10.4622 13.8086C10.4874 13.8692 10.5003 13.9343 10.5003 14C10.5003 14.0657 10.4874 14.1308 10.4622 14.1914C10.4371 14.2521 10.4002 14.3073 10.3538 14.3538C10.3073 14.4002 10.2522 14.4371 10.1915 14.4622C10.1308 14.4873 10.0657 14.5003 10 14.5003C9.93434 14.5003 9.86928 14.4873 9.80859 14.4622C9.74789 14.4371 9.69274 14.4002 9.64628 14.3538L7.50003 12.2075L5.35378 14.3538C5.25996 14.4476 5.13272 14.5003 5.00003 14.5003C4.86735 14.5003 4.7401 14.4476 4.64628 14.3538C4.55246 14.2599 4.49976 14.1327 4.49976 14C4.49976 13.8673 4.55246 13.7401 4.64628 13.6462ZM27.3538 25.6462C27.4476 25.7401 27.5003 25.8673 27.5003 26C27.5003 26.1327 27.4476 26.2599 27.3538 26.3538C27.26 26.4476 27.1327 26.5003 27 26.5003C26.8674 26.5003 26.7401 26.4476 26.6463 26.3538L24.5 24.2075L22.3538 26.3538C22.26 26.4476 22.1327 26.5003 22 26.5003C21.8674 26.5003 21.7401 26.4476 21.6463 26.3538C21.5525 26.2599 21.4998 26.1327 21.4998 26C21.4998 25.8673 21.5525 25.7401 21.6463 25.6462L23.7925 23.5L21.6463 21.3538C21.5525 21.2599 21.4998 21.1327 21.4998 21C21.4998 20.8673 21.5525 20.7401 21.6463 20.6462C21.7401 20.5524 21.8674 20.4997 22 20.4997C22.1327 20.4997 22.26 20.5524 22.3538 20.6462L24.5 22.7925L26.6463 20.6462C26.6927 20.5998 26.7479 20.5629 26.8086 20.5378C26.8693 20.5127 26.9343 20.4997 27 20.4997C27.0657 20.4997 27.1308 20.5127 27.1915 20.5378C27.2522 20.5629 27.3073 20.5998 27.3538 20.6462C27.4002 20.6927 27.4371 20.7479 27.4622 20.8086C27.4874 20.8692 27.5003 20.9343 27.5003 21C27.5003 21.0657 27.4874 21.1308 27.4622 21.1914C27.4371 21.2521 27.4002 21.3073 27.3538 21.3538L25.2075 23.5L27.3538 25.6462ZM21.5775 13.97C20.85 16.595 18.6063 18.8638 16.1213 19.485C16.0804 19.4951 16.0384 19.5002 15.9963 19.5C15.874 19.5009 15.7556 19.4569 15.6636 19.3763C15.5715 19.2958 15.5122 19.1843 15.4968 19.063C15.4814 18.9416 15.511 18.8189 15.58 18.7179C15.649 18.6169 15.7526 18.5447 15.8713 18.515C17.9888 17.985 19.98 15.9625 20.6063 13.7037C21.04 12.1375 21.05 9.765 18.6388 7.35375L17.5 6.2075V10C17.5 10.1326 17.4474 10.2598 17.3536 10.3536C17.2598 10.4473 17.1326 10.5 17 10.5C16.8674 10.5 16.7402 10.4473 16.6465 10.3536C16.5527 10.2598 16.5 10.1326 16.5 10V5C16.5 4.86739 16.5527 4.74021 16.6465 4.64645C16.7402 4.55268 16.8674 4.5 17 4.5H22C22.1326 4.5 22.2598 4.55268 22.3536 4.64645C22.4474 4.74021 22.5 4.86739 22.5 5C22.5 5.13261 22.4474 5.25979 22.3536 5.35355C22.2598 5.44732 22.1326 5.5 22 5.5H18.2075L19.3538 6.64625C21.5 8.79375 22.2913 11.395 21.5775 13.97Z" fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
15
|
+
<path d="M8.49995 19C7.60993 19 6.7399 19.2639 5.99988 19.7584C5.25986 20.2529 4.68308 20.9557 4.34249 21.7779C4.00189 22.6002 3.91278 23.505 4.08641 24.3779C4.26005 25.2508 4.68863 26.0526 5.31797 26.682C5.9473 27.3113 6.74912 27.7399 7.62204 27.9135C8.49495 28.0872 9.39975 27.9981 10.222 27.6575C11.0443 27.3169 11.7471 26.7401 12.2416 26.0001C12.736 25.26 12.9999 24.39 12.9999 23.5C12.9999 22.3065 12.5258 21.1619 11.6819 20.318C10.838 19.4741 9.69342 19 8.49995 19ZM8.49995 26C8.00549 26 7.52214 25.8534 7.11102 25.5787C6.6999 25.304 6.37947 24.9135 6.19025 24.4567C6.00103 23.9999 5.95152 23.4972 6.04798 23.0123C6.14445 22.5273 6.38255 22.0819 6.73218 21.7322C7.08181 21.3826 7.52727 21.1445 8.01222 21.048C8.49717 20.9516 8.99984 21.0011 9.45665 21.1903C9.91347 21.3795 10.3039 21.7 10.5786 22.1111C10.8533 22.5222 10.9999 23.0055 10.9999 23.5C10.9999 24.163 10.7366 24.7989 10.2677 25.2678C9.79887 25.7366 9.16299 26 8.49995 26ZM4.29245 13.2925L6.0862 11.5L4.29245 9.7075C4.10481 9.51986 3.99939 9.26536 3.99939 9C3.99939 8.73464 4.1048 8.48014 4.29245 8.2925C4.48009 8.10486 4.73458 7.99944 4.99995 7.99944C5.26531 7.99944 5.5198 8.10486 5.70745 8.2925L7.49995 10.0863L9.29245 8.2925C9.48009 8.10486 9.73458 7.99944 9.99995 7.99944C10.2653 7.99944 10.5198 8.10486 10.7074 8.2925C10.8951 8.48014 11.0005 8.73464 11.0005 9C11.0005 9.26536 10.8951 9.51986 10.7074 9.7075L8.9137 11.5L10.7074 13.2925C10.8951 13.4801 11.0005 13.7346 11.0005 14C11.0005 14.2654 10.8951 14.5199 10.7074 14.7075C10.5198 14.8951 10.2653 15.0006 9.99995 15.0006C9.73458 15.0006 9.48009 14.8951 9.29245 14.7075L7.49995 12.9137L5.70745 14.7075C5.5198 14.8951 5.26531 15.0006 4.99995 15.0006C4.73458 15.0006 4.48009 14.8951 4.29245 14.7075C4.1048 14.5199 3.99939 14.2654 3.99939 14C3.99939 13.7346 4.10481 13.4801 4.29245 13.2925ZM27.7074 25.2925C27.8004 25.3854 27.8741 25.4957 27.9243 25.6171C27.9746 25.7385 28.0005 25.8686 28.0005 26C28.0005 26.1314 27.9746 26.2615 27.9243 26.3829C27.8741 26.5043 27.8004 26.6146 27.7074 26.7075C27.6145 26.8004 27.5042 26.8741 27.3828 26.9244C27.2614 26.9747 27.1313 27.0006 26.9999 27.0006C26.8686 27.0006 26.7384 26.9747 26.6171 26.9244C26.4957 26.8741 26.3854 26.8004 26.2924 26.7075L24.4999 24.9137L22.7074 26.7075C22.5198 26.8951 22.2653 27.0006 21.9999 27.0006C21.7346 27.0006 21.4801 26.8951 21.2924 26.7075C21.1048 26.5199 20.9994 26.2654 20.9994 26C20.9994 25.7346 21.1048 25.4801 21.2924 25.2925L23.0862 23.5L21.2924 21.7075C21.1048 21.5199 20.9994 21.2654 20.9994 21C20.9994 20.7346 21.1048 20.4801 21.2924 20.2925C21.4801 20.1049 21.7346 19.9994 21.9999 19.9994C22.2653 19.9994 22.5198 20.1049 22.7074 20.2925L24.4999 22.0863L26.2924 20.2925C26.4801 20.1049 26.7346 19.9994 26.9999 19.9994C27.2653 19.9994 27.5198 20.1049 27.7074 20.2925C27.8951 20.4801 28.0005 20.7346 28.0005 21C28.0005 21.2654 27.8951 21.5199 27.7074 21.7075L25.9137 23.5L27.7074 25.2925ZM22.0587 14.1038C21.2862 16.895 18.8937 19.3075 16.2424 19.97C16.1607 19.9903 16.0767 20.0004 15.9924 20C15.7486 19.9995 15.5133 19.91 15.3309 19.7482C15.1484 19.5865 15.0313 19.3636 15.0017 19.1216C14.9721 18.8795 15.0319 18.635 15.1699 18.434C15.3079 18.2329 15.5147 18.0893 15.7512 18.03C17.7049 17.5413 19.5449 15.6663 20.1262 13.57C20.5249 12.1325 20.5287 9.945 18.2874 7.7075L17.9999 7.41375V10C17.9999 10.2652 17.8946 10.5196 17.7071 10.7071C17.5195 10.8946 17.2652 11 16.9999 11C16.7347 11 16.4804 10.8946 16.2928 10.7071C16.1053 10.5196 15.9999 10.2652 15.9999 10V5C15.9999 4.73478 16.1053 4.48043 16.2928 4.29289C16.4804 4.10536 16.7347 4 16.9999 4H21.9999C22.2652 4 22.5195 4.10536 22.7071 4.29289C22.8946 4.48043 22.9999 4.73478 22.9999 5C22.9999 5.26522 22.8946 5.51957 22.7071 5.70711C22.5195 5.89464 22.2652 6 21.9999 6H19.4137L19.7074 6.2925C21.9874 8.57375 22.8224 11.3475 22.0587 14.1038Z" fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "bold") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path d="M9.00001 18C8.0111 18 7.0444 18.2932 6.22216 18.8427C5.39991 19.3921 4.75905 20.173 4.38061 21.0866C4.00217 22.0002 3.90316 23.0055 4.09608 23.9755C4.28901 24.9454 4.76521 25.8363 5.46448 26.5355C6.16374 27.2348 7.05465 27.711 8.02456 27.9039C8.99446 28.0969 9.9998 27.9978 10.9134 27.6194C11.8271 27.241 12.6079 26.6001 13.1574 25.7779C13.7068 24.9556 14 23.9889 14 23C14 22.3434 13.8707 21.6932 13.6194 21.0866C13.3681 20.48 12.9998 19.9288 12.5355 19.4645C12.0713 19.0002 11.5201 18.6319 10.9134 18.3806C10.3068 18.1293 9.65662 18 9.00001 18ZM9.00001 25C8.60445 25 8.21777 24.8827 7.88887 24.6629C7.55997 24.4432 7.30363 24.1308 7.15225 23.7654C7.00087 23.3999 6.96127 22.9978 7.03844 22.6098C7.11561 22.2219 7.30609 21.8655 7.5858 21.5858C7.8655 21.3061 8.22187 21.1156 8.60983 21.0384C8.99779 20.9613 9.39992 21.0009 9.76538 21.1522C10.1308 21.3036 10.4432 21.56 10.6629 21.8889C10.8827 22.2178 11 22.6044 11 23C11 23.5304 10.7893 24.0391 10.4142 24.4142C10.0391 24.7893 9.53044 25 9.00001 25ZM5.00001 16C4.70317 16.0002 4.41293 15.9124 4.16604 15.7476C3.91915 15.5828 3.7267 15.3484 3.61308 15.0742C3.49945 14.8 3.46974 14.4982 3.52772 14.207C3.58569 13.9159 3.72874 13.6485 3.93876 13.4388L5.37501 12L3.93876 10.5612C3.65697 10.2795 3.49866 9.89726 3.49866 9.49875C3.49866 9.30143 3.53752 9.10603 3.61304 8.92373C3.68855 8.74143 3.79923 8.57578 3.93876 8.43625C4.07829 8.29672 4.24393 8.18604 4.42624 8.11053C4.60854 8.03501 4.80393 7.99615 5.00126 7.99615C5.39977 7.99615 5.78197 8.15446 6.06376 8.43625L7.50001 9.875L8.93876 8.43875C9.22055 8.15696 9.60274 7.99865 10.0013 7.99865C10.3998 7.99865 10.782 8.15696 11.0638 8.43875C11.3456 8.72054 11.5039 9.10274 11.5039 9.50125C11.5039 9.89977 11.3456 10.282 11.0638 10.5638L9.62501 12L11.065 13.4388C11.3468 13.7205 11.5051 14.1027 11.5051 14.5013C11.5051 14.8998 11.3468 15.282 11.065 15.5638C10.7832 15.8455 10.401 16.0039 10.0025 16.0039C9.60399 16.0039 9.2218 15.8455 8.94001 15.5638L7.50001 14.125L6.06126 15.5612C5.92185 15.7005 5.75638 15.8109 5.57428 15.8862C5.39219 15.9615 5.19705 16.0002 5.00001 16ZM28.0613 25.4387C28.3431 25.7205 28.5014 26.1027 28.5014 26.5012C28.5014 26.8998 28.3431 27.282 28.0613 27.5637C27.7795 27.8455 27.3973 28.0039 26.9988 28.0039C26.6002 28.0039 26.2181 27.8455 25.9363 27.5637L24.5 26.125L23.0613 27.565C22.7795 27.8468 22.3973 28.0051 21.9988 28.0051C21.6002 28.0051 21.2181 27.8468 20.9363 27.565C20.6545 27.2832 20.4962 26.901 20.4962 26.5025C20.4962 26.104 20.6545 25.7218 20.9363 25.44L22.375 24L20.935 22.5613C20.6532 22.2795 20.4949 21.8973 20.4949 21.4988C20.4949 21.1002 20.6532 20.718 20.935 20.4363C21.2168 20.1545 21.599 19.9961 21.9975 19.9961C22.396 19.9961 22.7782 20.1545 23.06 20.4363L24.5 21.875L25.9388 20.435C26.2206 20.1532 26.6027 19.9949 27.0013 19.9949C27.3998 19.9949 27.782 20.1532 28.0638 20.435C28.3456 20.7168 28.5039 21.099 28.5039 21.4975C28.5039 21.896 28.3456 22.2782 28.0638 22.56L26.625 24L28.0613 25.4387ZM22.6363 13.8612C21.985 16.7362 19.72 19.3025 17 20.2638C16.6249 20.3964 16.2125 20.3745 15.8534 20.203C15.4944 20.0316 15.2182 19.7245 15.0856 19.3494C14.953 18.9743 14.9749 18.5618 15.1463 18.2028C15.3178 17.8438 15.6249 17.5676 16 17.435C17.7588 16.81 19.2838 15.0712 19.7088 13.1975C20.005 11.89 19.7588 10.5925 18.9988 9.38V10.505C18.9988 10.9028 18.8407 11.2844 18.5594 11.5657C18.2781 11.847 17.8966 12.005 17.4988 12.005C17.1009 12.005 16.7194 11.847 16.4381 11.5657C16.1568 11.2844 15.9988 10.9028 15.9988 10.505V5.5C15.9988 5.10218 16.1568 4.72064 16.4381 4.43934C16.7194 4.15804 17.1009 4 17.4988 4H22.4988C22.8966 4 23.2781 4.15804 23.5594 4.43934C23.8407 4.72064 23.9988 5.10218 23.9988 5.5C23.9988 5.89782 23.8407 6.27936 23.5594 6.56066C23.2781 6.84196 22.8966 7 22.4988 7H21C22.5963 9.07625 23.1775 11.47 22.6363 13.8612Z" fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
if (type === "fill") {
|
|
27
|
+
return (
|
|
28
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
29
|
+
<path d="M13.0001 23.5C13.0001 24.39 12.7361 25.26 12.2417 26.0001C11.7472 26.7401 11.0444 27.3169 10.2221 27.6575C9.39986 27.9981 8.49506 28.0872 7.62215 27.9135C6.74923 27.7399 5.94741 27.3113 5.31807 26.682C4.68874 26.0526 4.26015 25.2508 4.08652 24.3779C3.91289 23.505 4.002 22.6002 4.3426 21.7779C4.68319 20.9557 5.25997 20.2529 5.99999 19.7584C6.74001 19.2639 7.61004 19 8.50005 19C9.69353 19 10.8381 19.4741 11.682 20.318C12.5259 21.1619 13.0001 22.3065 13.0001 23.5ZM4.29255 14.7075C4.38543 14.8005 4.49572 14.8742 4.61711 14.9246C4.73851 14.9749 4.86864 15.0008 5.00005 15.0008C5.13147 15.0008 5.2616 14.9749 5.38299 14.9246C5.50439 14.8742 5.61468 14.8005 5.70755 14.7075L7.50005 12.9137L9.29255 14.7075C9.48019 14.8951 9.73469 15.0006 10.0001 15.0006C10.2654 15.0006 10.5199 14.8951 10.7076 14.7075C10.8952 14.5199 11.0006 14.2654 11.0006 14C11.0006 13.7346 10.8952 13.4801 10.7076 13.2925L8.9138 11.5L10.7076 9.7075C10.8952 9.51986 11.0006 9.26536 11.0006 9C11.0006 8.73464 10.8952 8.48014 10.7076 8.2925C10.5199 8.10486 10.2654 7.99944 10.0001 7.99944C9.73469 7.99944 9.48019 8.10486 9.29255 8.2925L7.50005 10.0863L5.70755 8.2925C5.51991 8.10486 5.26542 7.99944 5.00005 7.99944C4.73469 7.99944 4.48019 8.10486 4.29255 8.2925C4.10491 8.48014 3.9995 8.73464 3.9995 9C3.9995 9.26536 4.10491 9.51986 4.29255 9.7075L6.0863 11.5L4.29255 13.2925C4.19958 13.3854 4.12582 13.4957 4.07549 13.6171C4.02517 13.7385 3.99927 13.8686 3.99927 14C3.99927 14.1314 4.02517 14.2615 4.07549 14.3829C4.12582 14.5043 4.19958 14.6146 4.29255 14.7075ZM25.9176 23.5L27.7113 21.7075C27.8989 21.5199 28.0044 21.2654 28.0044 21C28.0044 20.7346 27.8989 20.4801 27.7113 20.2925C27.5237 20.1049 27.2692 19.9994 27.0038 19.9994C26.7384 19.9994 26.4839 20.1049 26.2963 20.2925L24.5001 22.0863L22.7076 20.2925C22.5199 20.1049 22.2654 19.9994 22.0001 19.9994C21.7347 19.9994 21.4802 20.1049 21.2926 20.2925C21.1049 20.4801 20.9995 20.7346 20.9995 21C20.9995 21.2654 21.1049 21.5199 21.2926 21.7075L23.0863 23.5L21.2926 25.2925C21.1049 25.4801 20.9995 25.7346 20.9995 26C20.9995 26.2654 21.1049 26.5199 21.2926 26.7075C21.4802 26.8951 21.7347 27.0006 22.0001 27.0006C22.2654 27.0006 22.5199 26.8951 22.7076 26.7075L24.5001 24.9137L26.2926 26.7075C26.3855 26.8004 26.4958 26.8741 26.6172 26.9244C26.7385 26.9747 26.8687 27.0006 27.0001 27.0006C27.1314 27.0006 27.2616 26.9747 27.3829 26.9244C27.5043 26.8741 27.6146 26.8004 27.7076 26.7075C27.8005 26.6146 27.8742 26.5043 27.9244 26.3829C27.9747 26.2615 28.0006 26.1314 28.0006 26C28.0006 25.8686 27.9747 25.7385 27.9244 25.6171C27.8742 25.4957 27.8005 25.3854 27.7076 25.2925L25.9176 23.5ZM19.7076 6.2925L19.4138 6H22.0001C22.2653 6 22.5196 5.89464 22.7072 5.70711C22.8947 5.51957 23.0001 5.26522 23.0001 5C23.0001 4.73478 22.8947 4.48043 22.7072 4.29289C22.5196 4.10536 22.2653 4 22.0001 4H17.0001C16.7348 4 16.4805 4.10536 16.2929 4.29289C16.1054 4.48043 16.0001 4.73478 16.0001 5V10C16.0001 10.2652 16.1054 10.5196 16.2929 10.7071C16.4805 10.8946 16.7348 11 17.0001 11C17.2653 11 17.5196 10.8946 17.7072 10.7071C17.8947 10.5196 18.0001 10.2652 18.0001 10V7.41375L18.2926 7.7075C20.5338 9.94875 20.5301 12.1325 20.1313 13.57C19.5513 15.6663 17.7113 17.5413 15.7563 18.03C15.5196 18.0893 15.3127 18.2332 15.1747 18.4345C15.0367 18.6358 14.977 18.8806 15.007 19.1228C15.0369 19.365 15.1545 19.5879 15.3374 19.7495C15.5203 19.9111 15.756 20.0002 16.0001 20C16.0843 20.0004 16.1683 19.9903 16.2501 19.97C18.9013 19.3075 21.2938 16.895 22.0663 14.1038C22.8226 11.3475 21.9876 8.57375 19.7076 6.2925Z" fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return (
|
|
35
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
36
|
+
<path opacity="0.2" d="M12 23.5C12 24.1922 11.7947 24.8689 11.4101 25.4445C11.0256 26.0201 10.4789 26.4687 9.83939 26.7336C9.19985 26.9985 8.49612 27.0678 7.81719 26.9327C7.13825 26.7977 6.51461 26.4644 6.02513 25.9749C5.53564 25.4854 5.2023 24.8617 5.06725 24.1828C4.9322 23.5039 5.00152 22.8001 5.26642 22.1606C5.53133 21.5211 5.97993 20.9744 6.55551 20.5899C7.13108 20.2053 7.80777 20 8.5 20C9.42826 20 10.3185 20.3687 10.9749 21.0251C11.6313 21.6815 12 22.5717 12 23.5Z" fill="currentColor"/>
|
|
37
|
+
<path d="M8.49995 19C7.60993 19 6.7399 19.2639 5.99988 19.7584C5.25986 20.2529 4.68308 20.9557 4.34249 21.7779C4.00189 22.6002 3.91278 23.505 4.08641 24.3779C4.26005 25.2508 4.68863 26.0526 5.31797 26.682C5.9473 27.3113 6.74912 27.7399 7.62204 27.9135C8.49495 28.0872 9.39975 27.9981 10.222 27.6575C11.0443 27.3169 11.7471 26.7401 12.2416 26.0001C12.736 25.26 12.9999 24.39 12.9999 23.5C12.9999 22.3065 12.5258 21.1619 11.6819 20.318C10.838 19.4741 9.69342 19 8.49995 19ZM8.49995 26C8.00549 26 7.52214 25.8534 7.11102 25.5787C6.6999 25.304 6.37947 24.9135 6.19025 24.4567C6.00103 23.9999 5.95152 23.4972 6.04798 23.0123C6.14445 22.5273 6.38255 22.0819 6.73218 21.7322C7.08181 21.3826 7.52727 21.1445 8.01222 21.048C8.49717 20.9516 8.99984 21.0011 9.45665 21.1903C9.91347 21.3795 10.3039 21.7 10.5786 22.1111C10.8533 22.5222 10.9999 23.0055 10.9999 23.5C10.9999 24.163 10.7366 24.7989 10.2677 25.2678C9.79887 25.7366 9.16299 26 8.49995 26ZM4.29245 13.2925L6.0862 11.5L4.29245 9.7075C4.10481 9.51986 3.99939 9.26536 3.99939 9C3.99939 8.73464 4.1048 8.48014 4.29245 8.2925C4.48009 8.10486 4.73458 7.99944 4.99995 7.99944C5.26531 7.99944 5.5198 8.10486 5.70745 8.2925L7.49995 10.0863L9.29245 8.2925C9.48009 8.10486 9.73458 7.99944 9.99995 7.99944C10.2653 7.99944 10.5198 8.10486 10.7074 8.2925C10.8951 8.48014 11.0005 8.73464 11.0005 9C11.0005 9.26536 10.8951 9.51986 10.7074 9.7075L8.9137 11.5L10.7074 13.2925C10.8951 13.4801 11.0005 13.7346 11.0005 14C11.0005 14.2654 10.8951 14.5199 10.7074 14.7075C10.5198 14.8951 10.2653 15.0006 9.99995 15.0006C9.73458 15.0006 9.48009 14.8951 9.29245 14.7075L7.49995 12.9137L5.70745 14.7075C5.5198 14.8951 5.26531 15.0006 4.99995 15.0006C4.73458 15.0006 4.48009 14.8951 4.29245 14.7075C4.1048 14.5199 3.99939 14.2654 3.99939 14C3.99939 13.7346 4.10481 13.4801 4.29245 13.2925ZM27.7074 25.2925C27.8004 25.3854 27.8741 25.4957 27.9243 25.6171C27.9746 25.7385 28.0005 25.8686 28.0005 26C28.0005 26.1314 27.9746 26.2615 27.9243 26.3829C27.8741 26.5043 27.8004 26.6146 27.7074 26.7075C27.6145 26.8004 27.5042 26.8741 27.3828 26.9244C27.2614 26.9747 27.1313 27.0006 26.9999 27.0006C26.8686 27.0006 26.7384 26.9747 26.6171 26.9244C26.4957 26.8741 26.3854 26.8004 26.2924 26.7075L24.4999 24.9137L22.7074 26.7075C22.5198 26.8951 22.2653 27.0006 21.9999 27.0006C21.7346 27.0006 21.4801 26.8951 21.2924 26.7075C21.1048 26.5199 20.9994 26.2654 20.9994 26C20.9994 25.7346 21.1048 25.4801 21.2924 25.2925L23.0862 23.5L21.2924 21.7075C21.1048 21.5199 20.9994 21.2654 20.9994 21C20.9994 20.7346 21.1048 20.4801 21.2924 20.2925C21.4801 20.1049 21.7346 19.9994 21.9999 19.9994C22.2653 19.9994 22.5198 20.1049 22.7074 20.2925L24.4999 22.0863L26.2924 20.2925C26.4801 20.1049 26.7346 19.9994 26.9999 19.9994C27.2653 19.9994 27.5198 20.1049 27.7074 20.2925C27.8951 20.4801 28.0005 20.7346 28.0005 21C28.0005 21.2654 27.8951 21.5199 27.7074 21.7075L25.9137 23.5L27.7074 25.2925ZM22.0587 14.1038C21.2862 16.895 18.8937 19.3075 16.2424 19.97C16.1607 19.9903 16.0767 20.0004 15.9924 20C15.7486 19.9995 15.5133 19.91 15.3309 19.7482C15.1484 19.5865 15.0313 19.3636 15.0017 19.1216C14.9721 18.8795 15.0319 18.635 15.1699 18.434C15.3079 18.2329 15.5147 18.0893 15.7512 18.03C17.7049 17.5413 19.5449 15.6663 20.1262 13.57C20.5249 12.1325 20.5287 9.945 18.2874 7.7075L17.9999 7.41375V10C17.9999 10.2652 17.8946 10.5196 17.7071 10.7071C17.5195 10.8946 17.2652 11 16.9999 11C16.7347 11 16.4804 10.8946 16.2928 10.7071C16.1053 10.5196 15.9999 10.2652 15.9999 10V5C15.9999 4.73478 16.1053 4.48043 16.2928 4.29289C16.4804 4.10536 16.7347 4 16.9999 4H21.9999C22.2652 4 22.5195 4.10536 22.7071 4.29289C22.8946 4.48043 22.9999 4.73478 22.9999 5C22.9999 5.26522 22.8946 5.51957 22.7071 5.70711C22.5195 5.89464 22.2652 6 21.9999 6H19.4137L19.7074 6.2925C21.9874 8.57375 22.8224 11.3475 22.0587 14.1038Z" fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path d="M8.5 19.25C7.65943 19.25 6.83774 19.4993 6.13883 19.9663C5.43992 20.4332 4.89519 21.097 4.57351 21.8736C4.25184 22.6502 4.16768 23.5047 4.33166 24.3291C4.49565 25.1536 4.90042 25.9108 5.4948 26.5052C6.08917 27.0996 6.84645 27.5043 7.67087 27.6683C8.49529 27.8323 9.34982 27.7482 10.1264 27.4265C10.903 27.1048 11.5668 26.5601 12.0337 25.8612C12.5007 25.1623 12.75 24.3406 12.75 23.5C12.75 22.3728 12.3022 21.2918 11.5052 20.4948C10.7082 19.6978 9.62717 19.25 8.5 19.25ZM8.5 26.25C7.9561 26.25 7.42442 26.0887 6.97218 25.7865C6.51995 25.4844 6.16747 25.0549 5.95933 24.5524C5.75119 24.0499 5.69673 23.4969 5.80284 22.9635C5.90895 22.4301 6.17086 21.9401 6.55546 21.5555C6.94005 21.1709 7.43006 20.909 7.9635 20.8028C8.49695 20.6967 9.04988 20.7512 9.55238 20.9593C10.0549 21.1675 10.4844 21.5199 10.7865 21.9722C11.0887 22.4244 11.25 22.9561 11.25 23.5C11.25 24.2293 10.9603 24.9288 10.4445 25.4445C9.92882 25.9603 9.22935 26.25 8.5 26.25ZM4.47 13.47L6.44 11.5L4.47 9.53C4.33752 9.38783 4.2654 9.19978 4.26883 9.00548C4.27226 8.81118 4.35097 8.62579 4.48838 8.48838C4.62579 8.35097 4.81118 8.27225 5.00548 8.26882C5.19978 8.2654 5.38783 8.33752 5.53 8.47L7.5 10.44L9.47 8.47C9.61218 8.33752 9.80022 8.2654 9.99452 8.26882C10.1888 8.27225 10.3742 8.35097 10.5116 8.48838C10.649 8.62579 10.7277 8.81118 10.7312 9.00548C10.7346 9.19978 10.6625 9.38783 10.53 9.53L8.56 11.5L10.53 13.47C10.6037 13.5387 10.6628 13.6215 10.7038 13.7135C10.7448 13.8055 10.7668 13.9048 10.7686 14.0055C10.7704 14.1062 10.7518 14.2062 10.7141 14.2996C10.6764 14.393 10.6203 14.4778 10.549 14.549C10.4778 14.6203 10.393 14.6764 10.2996 14.7141C10.2062 14.7518 10.1062 14.7704 10.0055 14.7686C9.90478 14.7668 9.80546 14.7448 9.71346 14.7038C9.62146 14.6628 9.53866 14.6037 9.47 14.53L7.5 12.56L5.53 14.53C5.38783 14.6625 5.19978 14.7346 5.00548 14.7312C4.81118 14.7277 4.62579 14.649 4.48838 14.5116C4.35097 14.3742 4.27226 14.1888 4.26883 13.9945C4.2654 13.8002 4.33752 13.6122 4.47 13.47ZM27.53 25.47C27.6037 25.5387 27.6628 25.6215 27.7038 25.7135C27.7448 25.8055 27.7668 25.9048 27.7686 26.0055C27.7704 26.1062 27.7518 26.2062 27.7141 26.2996C27.6764 26.393 27.6203 26.4778 27.549 26.549C27.4778 26.6203 27.393 26.6764 27.2996 26.7141C27.2062 26.7518 27.1062 26.7704 27.0055 26.7686C26.9048 26.7668 26.8055 26.7448 26.7135 26.7038C26.6215 26.6628 26.5387 26.6037 26.47 26.53L24.5 24.56L22.53 26.53C22.3878 26.6625 22.1998 26.7346 22.0055 26.7312C21.8112 26.7277 21.6258 26.649 21.4884 26.5116C21.351 26.3742 21.2723 26.1888 21.2688 25.9945C21.2654 25.8002 21.3375 25.6122 21.47 25.47L23.44 23.5L21.47 21.53C21.3375 21.3878 21.2654 21.1998 21.2688 21.0055C21.2723 20.8112 21.351 20.6258 21.4884 20.4884C21.6258 20.351 21.8112 20.2723 22.0055 20.2688C22.1998 20.2654 22.3878 20.3375 22.53 20.47L24.5 22.44L26.47 20.47C26.6122 20.3375 26.8002 20.2654 26.9945 20.2688C27.1888 20.2723 27.3742 20.351 27.5116 20.4884C27.649 20.6258 27.7277 20.8112 27.7312 21.0055C27.7346 21.1998 27.6625 21.3878 27.53 21.53L25.56 23.5L27.53 25.47ZM21.8188 14.0375C21.0688 16.745 18.75 19.085 16.1825 19.7275C16.1228 19.7423 16.0615 19.7498 16 19.75C15.817 19.75 15.6403 19.6832 15.5031 19.562C15.366 19.4407 15.2779 19.2736 15.2555 19.0919C15.2331 18.9103 15.2778 18.7267 15.3813 18.5758C15.4848 18.4249 15.64 18.317 15.8175 18.2725C17.8538 17.7637 19.77 15.8137 20.3725 13.6362C20.7888 12.1362 20.7963 9.85625 18.47 7.53L17.75 6.81V10C17.75 10.1989 17.671 10.3897 17.5303 10.5303C17.3897 10.671 17.1989 10.75 17 10.75C16.8011 10.75 16.6103 10.671 16.4697 10.5303C16.329 10.3897 16.25 10.1989 16.25 10V5C16.25 4.80109 16.329 4.61032 16.4697 4.46967C16.6103 4.32902 16.8011 4.25 17 4.25H22C22.1989 4.25 22.3897 4.32902 22.5303 4.46967C22.671 4.61032 22.75 4.80109 22.75 5C22.75 5.19891 22.671 5.38968 22.5303 5.53033C22.3897 5.67098 22.1989 5.75 22 5.75H18.81L19.53 6.47C21.75 8.68375 22.5563 11.375 21.8188 14.0375Z" fill="currentColor"/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export default Strategy;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Barbell = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M31 15.5H29.5V11C29.5 10.6022 29.342 10.2206 29.0607 9.93934C28.7794 9.65804 28.3978 9.5 28 9.5H25.5V8C25.5 7.60218 25.342 7.22064 25.0607 6.93934C24.7794 6.65804 24.3978 6.5 24 6.5H21C20.6022 6.5 20.2206 6.65804 19.9393 6.93934C19.658 7.22064 19.5 7.60218 19.5 8V15.5H12.5V8C12.5 7.60218 12.342 7.22064 12.0607 6.93934C11.7794 6.65804 11.3978 6.5 11 6.5H8C7.60218 6.5 7.22064 6.65804 6.93934 6.93934C6.65804 7.22064 6.5 7.60218 6.5 8V9.5H4C3.60218 9.5 3.22064 9.65804 2.93934 9.93934C2.65804 10.2206 2.5 10.6022 2.5 11V15.5H1C0.867392 15.5 0.740215 15.5527 0.646447 15.6464C0.552678 15.7402 0.5 15.8674 0.5 16C0.5 16.1326 0.552678 16.2598 0.646447 16.3536C0.740215 16.4473 0.867392 16.5 1 16.5H2.5V21C2.5 21.3978 2.65804 21.7794 2.93934 22.0607C3.22064 22.342 3.60218 22.5 4 22.5H6.5V24C6.5 24.3978 6.65804 24.7794 6.93934 25.0607C7.22064 25.342 7.60218 25.5 8 25.5H11C11.3978 25.5 11.7794 25.342 12.0607 25.0607C12.342 24.7794 12.5 24.3978 12.5 24V16.5H19.5V24C19.5 24.3978 19.658 24.7794 19.9393 25.0607C20.2206 25.342 20.6022 25.5 21 25.5H24C24.3978 25.5 24.7794 25.342 25.0607 25.0607C25.342 24.7794 25.5 24.3978 25.5 24V22.5H28C28.3978 22.5 28.7794 22.342 29.0607 22.0607C29.342 21.7794 29.5 21.3978 29.5 21V16.5H31C31.1326 16.5 31.2598 16.4473 31.3536 16.3536C31.4473 16.2598 31.5 16.1326 31.5 16C31.5 15.8674 31.4473 15.7402 31.3536 15.6464C31.2598 15.5527 31.1326 15.5 31 15.5ZM4 21.5C3.86739 21.5 3.74021 21.4473 3.64645 21.3536C3.55268 21.2598 3.5 21.1326 3.5 21V11C3.5 10.8674 3.55268 10.7402 3.64645 10.6464C3.74021 10.5527 3.86739 10.5 4 10.5H6.5V21.5H4ZM11.5 24C11.5 24.1326 11.4473 24.2598 11.3536 24.3536C11.2598 24.4473 11.1326 24.5 11 24.5H8C7.86739 24.5 7.74021 24.4473 7.64645 24.3536C7.55268 24.2598 7.5 24.1326 7.5 24V8C7.5 7.86739 7.55268 7.74021 7.64645 7.64645C7.74021 7.55268 7.86739 7.5 8 7.5H11C11.1326 7.5 11.2598 7.55268 11.3536 7.64645C11.4473 7.74021 11.5 7.86739 11.5 8V24ZM24.5 24C24.5 24.1326 24.4473 24.2598 24.3536 24.3536C24.2598 24.4473 24.1326 24.5 24 24.5H21C20.8674 24.5 20.7402 24.4473 20.6464 24.3536C20.5527 24.2598 20.5 24.1326 20.5 24V8C20.5 7.86739 20.5527 7.74021 20.6464 7.64645C20.7402 7.55268 20.8674 7.5 21 7.5H24C24.1326 7.5 24.2598 7.55268 24.3536 7.64645C24.4473 7.74021 24.5 7.86739 24.5 8V24ZM28.5 21C28.5 21.1326 28.4473 21.2598 28.3536 21.3536C28.2598 21.4473 28.1326 21.5 28 21.5H25.5V10.5H28C28.1326 10.5 28.2598 10.5527 28.3536 10.6464C28.4473 10.7402 28.5 10.8674 28.5 11V21Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11
|
+
<path d="M31 15H30V11C30 10.4696 29.7893 9.96086 29.4142 9.58579C29.0391 9.21071 28.5304 9 28 9H26V8C26 7.46957 25.7893 6.96086 25.4142 6.58579C25.0391 6.21071 24.5304 6 24 6H21C20.4696 6 19.9609 6.21071 19.5858 6.58579C19.2107 6.96086 19 7.46957 19 8V15H13V8C13 7.46957 12.7893 6.96086 12.4142 6.58579C12.0391 6.21071 11.5304 6 11 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V9H4C3.46957 9 2.96086 9.21071 2.58579 9.58579C2.21071 9.96086 2 10.4696 2 11V15H1C0.734784 15 0.48043 15.1054 0.292893 15.2929C0.105357 15.4804 0 15.7348 0 16C0 16.2652 0.105357 16.5196 0.292893 16.7071C0.48043 16.8946 0.734784 17 1 17H2V21C2 21.5304 2.21071 22.0391 2.58579 22.4142C2.96086 22.7893 3.46957 23 4 23H6V24C6 24.5304 6.21071 25.0391 6.58579 25.4142C6.96086 25.7893 7.46957 26 8 26H11C11.5304 26 12.0391 25.7893 12.4142 25.4142C12.7893 25.0391 13 24.5304 13 24V17H19V24C19 24.5304 19.2107 25.0391 19.5858 25.4142C19.9609 25.7893 20.4696 26 21 26H24C24.5304 26 25.0391 25.7893 25.4142 25.4142C25.7893 25.0391 26 24.5304 26 24V23H28C28.5304 23 29.0391 22.7893 29.4142 22.4142C29.7893 22.0391 30 21.5304 30 21V17H31C31.2652 17 31.5196 16.8946 31.7071 16.7071C31.8946 16.5196 32 16.2652 32 16C32 15.7348 31.8946 15.4804 31.7071 15.2929C31.5196 15.1054 31.2652 15 31 15ZM4 21V11H6V21H4ZM11 24H8V8H11V24ZM24 24H21V8H24V21.9775C24 21.985 24 21.9925 24 22C24 22.0075 24 22.015 24 22.0225V24ZM28 21H26V11H28V21Z" fill="currentColor"/>
|
|
12
|
+
</svg>
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
16
|
+
<path d="M30.5 14.5V11C30.5 10.337 30.2366 9.70107 29.7678 9.23223C29.2989 8.76339 28.663 8.5 28 8.5H26V8C26 7.33696 25.7366 6.70107 25.2678 6.23223C24.7989 5.76339 24.163 5.5 23.5 5.5H20.5C19.837 5.5 19.2011 5.76339 18.7322 6.23223C18.2634 6.70107 18 7.33696 18 8V14.5H14V8C14 7.33696 13.7366 6.70107 13.2678 6.23223C12.7989 5.76339 12.163 5.5 11.5 5.5H8.5C7.83696 5.5 7.20107 5.76339 6.73223 6.23223C6.26339 6.70107 6 7.33696 6 8V8.5H4C3.33696 8.5 2.70107 8.76339 2.23223 9.23223C1.76339 9.70107 1.5 10.337 1.5 11V14.5C1.10218 14.5 0.720644 14.658 0.43934 14.9393C0.158035 15.2206 0 15.6022 0 16C0 16.3978 0.158035 16.7794 0.43934 17.0607C0.720644 17.342 1.10218 17.5 1.5 17.5V21C1.5 21.663 1.76339 22.2989 2.23223 22.7678C2.70107 23.2366 3.33696 23.5 4 23.5H6V24C6 24.663 6.26339 25.2989 6.73223 25.7678C7.20107 26.2366 7.83696 26.5 8.5 26.5H11.5C12.163 26.5 12.7989 26.2366 13.2678 25.7678C13.7366 25.2989 14 24.663 14 24V17.5H18V24C18 24.663 18.2634 25.2989 18.7322 25.7678C19.2011 26.2366 19.837 26.5 20.5 26.5H23.5C24.163 26.5 24.7989 26.2366 25.2678 25.7678C25.7366 25.2989 26 24.663 26 24V23.5H28C28.663 23.5 29.2989 23.2366 29.7678 22.7678C30.2366 22.2989 30.5 21.663 30.5 21V17.5C30.8978 17.5 31.2794 17.342 31.5607 17.0607C31.842 16.7794 32 16.3978 32 16C32 15.6022 31.842 15.2206 31.5607 14.9393C31.2794 14.658 30.8978 14.5 30.5 14.5ZM4.5 20.5V11.5H6V20.5H4.5ZM11 23.5H9V8.5H11V23.5ZM23 23.5H21V8.5H23V23.5ZM27.5 20.5H26V11.5H27.5V20.5Z" fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
21
|
+
<path d="M25.0002 8V24C25.0002 24.5304 24.7895 25.0391 24.4145 25.4142C24.0394 25.7893 23.5307 26 23.0002 26H21.0002C20.4698 26 19.9611 25.7893 19.586 25.4142C19.211 25.0391 19.0002 24.5304 19.0002 24V17H13.0002V24C13.0002 24.5304 12.7895 25.0391 12.4145 25.4142C12.0394 25.7893 11.5307 26 11.0002 26H9.00024C8.46981 26 7.9611 25.7893 7.58603 25.4142C7.21096 25.0391 7.00024 24.5304 7.00024 24V8C7.00024 7.46957 7.21096 6.96086 7.58603 6.58579C7.9611 6.21071 8.46981 6 9.00024 6H11.0002C11.5307 6 12.0394 6.21071 12.4145 6.58579C12.7895 6.96086 13.0002 7.46957 13.0002 8V15H19.0002V8C19.0002 7.46957 19.211 6.96086 19.586 6.58579C19.9611 6.21071 20.4698 6 21.0002 6H23.0002C23.5307 6 24.0394 6.21071 24.4145 6.58579C24.7895 6.96086 25.0002 7.46957 25.0002 8ZM4.50024 9H4.00024C3.46981 9 2.9611 9.21071 2.58603 9.58579C2.21096 9.96086 2.00024 10.4696 2.00024 11V15H1.03399C0.775577 14.9962 0.5253 15.0904 0.333511 15.2636C0.141721 15.4368 0.0226482 15.6763 0.000244057 15.9338C-0.00883835 16.0705 0.0103009 16.2077 0.0564729 16.3368C0.102645 16.4659 0.174864 16.5841 0.268643 16.6841C0.362423 16.7841 0.47576 16.8637 0.601616 16.9181C0.727471 16.9724 0.863156 17.0003 1.00024 17H2.00024V21C2.00024 21.5304 2.21096 22.0391 2.58603 22.4142C2.9611 22.7893 3.46981 23 4.00024 23H4.50024C4.63285 23 4.76003 22.9473 4.8538 22.8536C4.94757 22.7598 5.00024 22.6326 5.00024 22.5V9.5C5.00024 9.36739 4.94757 9.24021 4.8538 9.14645C4.76003 9.05268 4.63285 9 4.50024 9ZM32.0002 15.9338C31.9779 15.6767 31.8592 15.4376 31.6679 15.2645C31.4766 15.0913 31.227 14.9968 30.969 15H30.0002V11C30.0002 10.4696 29.7895 9.96086 29.4145 9.58579C29.0394 9.21071 28.5307 9 28.0002 9H27.5002C27.3676 9 27.2405 9.05268 27.1467 9.14645C27.0529 9.24021 27.0002 9.36739 27.0002 9.5V22.5C27.0002 22.6326 27.0529 22.7598 27.1467 22.8536C27.2405 22.9473 27.3676 23 27.5002 23H28.0002C28.5307 23 29.0394 22.7893 29.4145 22.4142C29.7895 22.0391 30.0002 21.5304 30.0002 21V17H31.0002C31.1373 17.0003 31.273 16.9724 31.3989 16.9181C31.5247 16.8637 31.6381 16.7841 31.7318 16.6841C31.8256 16.5841 31.8978 16.4659 31.944 16.3368C31.9902 16.2077 32.0093 16.0705 32.0002 15.9338Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
26
|
+
<path opacity="0.2" d="M12 8V24C12 24.2652 11.8946 24.5196 11.7071 24.7071C11.5196 24.8946 11.2652 25 11 25H8C7.73478 25 7.48043 24.8946 7.29289 24.7071C7.10536 24.5196 7 24.2652 7 24V8C7 7.73478 7.10536 7.48043 7.29289 7.29289C7.48043 7.10536 7.73478 7 8 7H11C11.2652 7 11.5196 7.10536 11.7071 7.29289C11.8946 7.48043 12 7.73478 12 8ZM24 7H21C20.7348 7 20.4804 7.10536 20.2929 7.29289C20.1054 7.48043 20 7.73478 20 8V24C20 24.2652 20.1054 24.5196 20.2929 24.7071C20.4804 24.8946 20.7348 25 21 25H24C24.2652 25 24.5196 24.8946 24.7071 24.7071C24.8946 24.5196 25 24.2652 25 24V8C25 7.73478 24.8946 7.48043 24.7071 7.29289C24.5196 7.10536 24.2652 7 24 7Z" fill="currentColor"/>
|
|
27
|
+
<path d="M31 15H30V11C30 10.4696 29.7893 9.96086 29.4142 9.58579C29.0391 9.21071 28.5304 9 28 9H26V8C26 7.46957 25.7893 6.96086 25.4142 6.58579C25.0391 6.21071 24.5304 6 24 6H21C20.4696 6 19.9609 6.21071 19.5858 6.58579C19.2107 6.96086 19 7.46957 19 8V15H13V8C13 7.46957 12.7893 6.96086 12.4142 6.58579C12.0391 6.21071 11.5304 6 11 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V9H4C3.46957 9 2.96086 9.21071 2.58579 9.58579C2.21071 9.96086 2 10.4696 2 11V15H1C0.734784 15 0.48043 15.1054 0.292893 15.2929C0.105357 15.4804 0 15.7348 0 16C0 16.2652 0.105357 16.5196 0.292893 16.7071C0.48043 16.8946 0.734784 17 1 17H2V21C2 21.5304 2.21071 22.0391 2.58579 22.4142C2.96086 22.7893 3.46957 23 4 23H6V24C6 24.5304 6.21071 25.0391 6.58579 25.4142C6.96086 25.7893 7.46957 26 8 26H11C11.5304 26 12.0391 25.7893 12.4142 25.4142C12.7893 25.0391 13 24.5304 13 24V17H19V24C19 24.5304 19.2107 25.0391 19.5858 25.4142C19.9609 25.7893 20.4696 26 21 26H24C24.5304 26 25.0391 25.7893 25.4142 25.4142C25.7893 25.0391 26 24.5304 26 24V23H28C28.5304 23 29.0391 22.7893 29.4142 22.4142C29.7893 22.0391 30 21.5304 30 21V17H31C31.2652 17 31.5196 16.8946 31.7071 16.7071C31.8946 16.5196 32 16.2652 32 16C32 15.7348 31.8946 15.4804 31.7071 15.2929C31.5196 15.1054 31.2652 15 31 15ZM4 21V11H6V21H4ZM11 24H8V8H11V24ZM24 24H21V8H24V21.9788C24 21.9862 24 21.9925 24 22C24 22.0075 24 22.015 24 22.0212V24ZM28 21H26V11H28V21Z" fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
}
|
|
30
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
31
|
+
<path d="M31 15.25H29.75V11C29.75 10.5359 29.5656 10.0908 29.2374 9.76256C28.9092 9.43437 28.4641 9.25 28 9.25H25.75V8C25.75 7.53587 25.5656 7.09075 25.2374 6.76256C24.9092 6.43437 24.4641 6.25 24 6.25H21C20.5359 6.25 20.0908 6.43437 19.7626 6.76256C19.4344 7.09075 19.25 7.53587 19.25 8V15.25H12.75V8C12.75 7.53587 12.5656 7.09075 12.2374 6.76256C11.9092 6.43437 11.4641 6.25 11 6.25H8C7.53587 6.25 7.09075 6.43437 6.76256 6.76256C6.43437 7.09075 6.25 7.53587 6.25 8V9.25H4C3.53587 9.25 3.09075 9.43437 2.76256 9.76256C2.43437 10.0908 2.25 10.5359 2.25 11V15.25H1C0.801088 15.25 0.610322 15.329 0.46967 15.4697C0.329018 15.6103 0.25 15.8011 0.25 16C0.25 16.1989 0.329018 16.3897 0.46967 16.5303C0.610322 16.671 0.801088 16.75 1 16.75H2.25V21C2.25 21.4641 2.43437 21.9092 2.76256 22.2374C3.09075 22.5656 3.53587 22.75 4 22.75H6.25V24C6.25 24.4641 6.43437 24.9092 6.76256 25.2374C7.09075 25.5656 7.53587 25.75 8 25.75H11C11.4641 25.75 11.9092 25.5656 12.2374 25.2374C12.5656 24.9092 12.75 24.4641 12.75 24V16.75H19.25V24C19.25 24.4641 19.4344 24.9092 19.7626 25.2374C20.0908 25.5656 20.5359 25.75 21 25.75H24C24.4641 25.75 24.9092 25.5656 25.2374 25.2374C25.5656 24.9092 25.75 24.4641 25.75 24V22.75H28C28.4641 22.75 28.9092 22.5656 29.2374 22.2374C29.5656 21.9092 29.75 21.4641 29.75 21V16.75H31C31.1989 16.75 31.3897 16.671 31.5303 16.5303C31.671 16.3897 31.75 16.1989 31.75 16C31.75 15.8011 31.671 15.6103 31.5303 15.4697C31.3897 15.329 31.1989 15.25 31 15.25ZM4 21.25C3.9337 21.25 3.87011 21.2237 3.82322 21.1768C3.77634 21.1299 3.75 21.0663 3.75 21V11C3.75 10.9337 3.77634 10.8701 3.82322 10.8232C3.87011 10.7763 3.9337 10.75 4 10.75H6.25V21.25H4ZM11.25 24C11.25 24.0663 11.2237 24.1299 11.1768 24.1768C11.1299 24.2237 11.0663 24.25 11 24.25H8C7.9337 24.25 7.87011 24.2237 7.82322 24.1768C7.77634 24.1299 7.75 24.0663 7.75 24V8C7.75 7.9337 7.77634 7.87011 7.82322 7.82322C7.87011 7.77634 7.9337 7.75 8 7.75H11C11.0663 7.75 11.1299 7.77634 11.1768 7.82322C11.2237 7.87011 11.25 7.9337 11.25 8V24ZM24.25 24C24.25 24.0663 24.2237 24.1299 24.1768 24.1768C24.1299 24.2237 24.0663 24.25 24 24.25H21C20.9337 24.25 20.8701 24.2237 20.8232 24.1768C20.7763 24.1299 20.75 24.0663 20.75 24V8C20.75 7.9337 20.7763 7.87011 20.8232 7.82322C20.8701 7.77634 20.9337 7.75 21 7.75H24C24.0663 7.75 24.1299 7.77634 24.1768 7.82322C24.2237 7.87011 24.25 7.9337 24.25 8V24ZM28.25 21C28.25 21.0663 28.2237 21.1299 28.1768 21.1768C28.1299 21.2237 28.0663 21.25 28 21.25H25.75V10.75H28C28.0663 10.75 28.1299 10.7763 28.1768 10.8232C28.2237 10.8701 28.25 10.9337 28.25 11V21Z" fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default Barbell;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
|
|
2
|
+
import IconProps from "../../IconProps";
|
|
3
|
+
|
|
4
|
+
const Brain = ({type = "light"}: IconProps) => {
|
|
5
|
+
if (type === "thin") {
|
|
6
|
+
return (
|
|
7
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
8
|
+
<path d="M30.5 15.4999C30.4984 14.217 30.1179 12.9632 29.4062 11.8957C28.6946 10.8283 27.6836 9.99482 26.5 9.49988V8.99988C26.4991 7.74522 26.0693 6.52856 25.2819 5.55177C24.4944 4.57499 23.3967 3.89679 22.1708 3.62972C20.9448 3.36265 19.6645 3.52274 18.5421 4.08345C17.4197 4.64416 16.5227 5.57178 16 6.71238C15.4773 5.57178 14.5803 4.64416 13.4579 4.08345C12.3355 3.52274 11.0552 3.36265 9.82925 3.62972C8.60333 3.89679 7.50558 4.57499 6.71813 5.55177C5.93068 6.52856 5.50086 7.74522 5.5 8.99988V9.49988C4.31545 9.99345 3.3035 10.8266 2.59167 11.8943C1.87985 12.9621 1.5 14.2166 1.5 15.4999C1.5 16.7831 1.87985 18.0377 2.59167 19.1054C3.3035 20.1732 4.31545 21.0063 5.5 21.4999V21.9999C5.50086 23.2545 5.93068 24.4712 6.71813 25.448C7.50558 26.4248 8.60333 27.103 9.82925 27.37C11.0552 27.6371 12.3355 27.477 13.4579 26.9163C14.5803 26.3556 15.4773 25.428 16 24.2874C16.5227 25.428 17.4197 26.3556 18.5421 26.9163C19.6645 27.477 20.9448 27.6371 22.1708 27.37C23.3967 27.103 24.4944 26.4248 25.2819 25.448C26.0693 24.4712 26.4991 23.2545 26.5 21.9999V21.4999C27.6839 21.0054 28.6952 20.172 29.4069 19.1045C30.1185 18.0369 30.4988 16.7829 30.5 15.4999ZM11 26.4999C9.80653 26.4999 8.66193 26.0258 7.81802 25.1819C6.97411 24.3379 6.5 23.1934 6.5 21.9999V21.8236C6.99148 21.9403 7.49486 21.9995 8 21.9999H9C9.13261 21.9999 9.25979 21.9472 9.35355 21.8534C9.44732 21.7597 9.5 21.6325 9.5 21.4999C9.5 21.3673 9.44732 21.2401 9.35355 21.1463C9.25979 21.0526 9.13261 20.9999 9 20.9999H8C6.70151 21.0014 5.44437 20.5434 4.45112 19.707C3.45787 18.8706 2.79256 17.7098 2.57298 16.43C2.35339 15.1502 2.59369 13.834 3.25133 12.7143C3.90897 11.5947 4.94153 10.7438 6.16625 10.3124C6.26379 10.278 6.34826 10.2142 6.40803 10.1298C6.46781 10.0454 6.49994 9.94455 6.5 9.84113V8.99988C6.5 7.80641 6.97411 6.66182 7.81802 5.8179C8.66193 4.97399 9.80653 4.49988 11 4.49988C12.1935 4.49988 13.3381 4.97399 14.182 5.8179C15.0259 6.66182 15.5 7.80641 15.5 8.99988V18.8436C14.9932 18.1204 14.3197 17.5298 13.5364 17.1219C12.7531 16.7139 11.8831 16.5006 11 16.4999C10.8674 16.4999 10.7402 16.5526 10.6464 16.6463C10.5527 16.7401 10.5 16.8673 10.5 16.9999C10.5 17.1325 10.5527 17.2597 10.6464 17.3534C10.7402 17.4472 10.8674 17.4999 11 17.4999C12.1935 17.4999 13.3381 17.974 14.182 18.8179C15.0259 19.6618 15.5 20.8064 15.5 21.9999C15.5 23.1934 15.0259 24.3379 14.182 25.1819C13.3381 26.0258 12.1935 26.4999 11 26.4999ZM24 20.9999H23C22.8674 20.9999 22.7402 21.0526 22.6464 21.1463C22.5527 21.2401 22.5 21.3673 22.5 21.4999C22.5 21.6325 22.5527 21.7597 22.6464 21.8534C22.7402 21.9472 22.8674 21.9999 23 21.9999H24C24.5051 21.9995 25.0085 21.9403 25.5 21.8236V21.9999C25.5 22.8899 25.2361 23.7599 24.7416 24.4999C24.2471 25.24 23.5443 25.8167 22.7221 26.1573C21.8998 26.4979 20.995 26.587 20.1221 26.4134C19.2492 26.2398 18.4474 25.8112 17.818 25.1819C17.1887 24.5525 16.7601 23.7507 16.5865 22.8778C16.4128 22.0049 16.5019 21.1001 16.8425 20.2778C17.1831 19.4555 17.7599 18.7527 18.4999 18.2583C19.24 17.7638 20.11 17.4999 21 17.4999C21.1326 17.4999 21.2598 17.4472 21.3536 17.3534C21.4473 17.2597 21.5 17.1325 21.5 16.9999C21.5 16.8673 21.4473 16.7401 21.3536 16.6463C21.2598 16.5526 21.1326 16.4999 21 16.4999C20.1169 16.5006 19.2469 16.7139 18.4636 17.1219C17.6803 17.5298 17.0068 18.1204 16.5 18.8436V8.99988C16.5 7.80641 16.9741 6.66182 17.818 5.8179C18.6619 4.97399 19.8065 4.49988 21 4.49988C22.1935 4.49988 23.3381 4.97399 24.182 5.8179C25.0259 6.66182 25.5 7.80641 25.5 8.99988V9.84113C25.5001 9.94455 25.5322 10.0454 25.592 10.1298C25.6517 10.2142 25.7362 10.278 25.8337 10.3124C27.0585 10.7438 28.091 11.5947 28.7487 12.7143C29.4063 13.834 29.6466 15.1502 29.427 16.43C29.2074 17.7098 28.5421 18.8706 27.5489 19.707C26.5556 20.5434 25.2985 21.0014 24 20.9999ZM25.5 13.9999C25.5 14.1325 25.4473 14.2597 25.3536 14.3534C25.2598 14.4472 25.1326 14.4999 25 14.4999H24.5C23.4391 14.4999 22.4217 14.0785 21.6716 13.3283C20.9214 12.5782 20.5 11.5607 20.5 10.4999V9.99988C20.5 9.86728 20.5527 9.7401 20.6464 9.64633C20.7402 9.55256 20.8674 9.49988 21 9.49988C21.1326 9.49988 21.2598 9.55256 21.3536 9.64633C21.4473 9.7401 21.5 9.86728 21.5 9.99988V10.4999C21.5 11.2955 21.8161 12.0586 22.3787 12.6212C22.9413 13.1838 23.7044 13.4999 24.5 13.4999H25C25.1326 13.4999 25.2598 13.5526 25.3536 13.6463C25.4473 13.7401 25.5 13.8673 25.5 13.9999ZM11.5 10.4999C11.5 11.5607 11.0786 12.5782 10.3284 13.3283C9.57828 14.0785 8.56087 14.4999 7.5 14.4999H7C6.86739 14.4999 6.74021 14.4472 6.64645 14.3534C6.55268 14.2597 6.5 14.1325 6.5 13.9999C6.5 13.8673 6.55268 13.7401 6.64645 13.6463C6.74021 13.5526 6.86739 13.4999 7 13.4999H7.5C8.29565 13.4999 9.05871 13.1838 9.62132 12.6212C10.1839 12.0586 10.5 11.2955 10.5 10.4999V9.99988C10.5 9.86728 10.5527 9.7401 10.6464 9.64633C10.7402 9.55256 10.8674 9.49988 11 9.49988C11.1326 9.49988 11.2598 9.55256 11.3536 9.64633C11.4473 9.7401 11.5 9.86728 11.5 9.99988V10.4999Z" fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
15
|
+
<path d="M31.0009 15.5C30.9996 14.1754 30.6232 12.8783 29.9153 11.7587C29.2075 10.6391 28.197 9.74291 27.0009 9.17375V9C26.9998 7.71152 26.5839 6.45764 25.8148 5.42389C25.0457 4.39014 23.9642 3.63143 22.7304 3.26003C21.4966 2.88863 20.1761 2.92427 18.9641 3.36168C17.7521 3.79909 16.7132 4.61502 16.0009 5.68875C15.2887 4.61502 14.2497 3.79909 13.0378 3.36168C11.8258 2.92427 10.5052 2.88863 9.27146 3.26003C8.03767 3.63143 6.95621 4.39014 6.1871 5.42389C5.41799 6.45764 5.00209 7.71152 5.00094 9V9.17375C3.80386 9.74136 2.79243 10.637 2.0842 11.7567C1.37596 12.8763 1 14.1739 1 15.4987C1 16.8236 1.37596 18.1212 2.0842 19.2408C2.79243 20.3605 3.80386 21.2561 5.00094 21.8237V22C5.00209 23.2885 5.41799 24.5424 6.1871 25.5761C6.95621 26.6099 8.03767 27.3686 9.27146 27.74C10.5052 28.1114 11.8258 28.0757 13.0378 27.6383C14.2497 27.2009 15.2887 26.385 16.0009 25.3113C16.7132 26.385 17.7521 27.2009 18.9641 27.6383C20.1761 28.0757 21.4966 28.1114 22.7304 27.74C23.9642 27.3686 25.0457 26.6099 25.8148 25.5761C26.5839 24.5424 26.9998 23.2885 27.0009 22V21.8237C28.1968 21.255 29.2072 20.3592 29.9151 19.2401C30.623 18.121 30.9994 16.8242 31.0009 15.5ZM11.0009 26C10.0146 25.9999 9.06313 25.6353 8.32922 24.9764C7.5953 24.3175 7.13072 23.4106 7.02469 22.43C7.34807 22.4761 7.67428 22.4995 8.00094 22.5H9.00094C9.26615 22.5 9.52051 22.3946 9.70804 22.2071C9.89558 22.0196 10.0009 21.7652 10.0009 21.5C10.0009 21.2348 9.89558 20.9804 9.70804 20.7929C9.52051 20.6054 9.26615 20.5 9.00094 20.5H8.00094C6.82039 20.5014 5.67743 20.085 4.77441 19.3246C3.87139 18.5641 3.26658 17.5087 3.06704 16.3451C2.86749 15.1816 3.0861 13.9849 3.68416 12.9671C4.28221 11.9492 5.22113 11.1758 6.33469 10.7838C6.52953 10.7148 6.6982 10.5871 6.81751 10.4183C6.93682 10.2495 7.0009 10.0479 7.00094 9.84125V9C7.00094 7.93913 7.42236 6.92172 8.17251 6.17157C8.92266 5.42143 9.94007 5 11.0009 5C12.0618 5 13.0792 5.42143 13.8294 6.17157C14.5795 6.92172 15.0009 7.93913 15.0009 9V17.5325C13.9028 16.5449 12.4778 15.9989 11.0009 16C10.7357 16 10.4814 16.1054 10.2938 16.2929C10.1063 16.4804 10.0009 16.7348 10.0009 17C10.0009 17.2652 10.1063 17.5196 10.2938 17.7071C10.4814 17.8946 10.7357 18 11.0009 18C12.0618 18 13.0792 18.4214 13.8294 19.1716C14.5795 19.9217 15.0009 20.9391 15.0009 22C15.0009 23.0609 14.5795 24.0783 13.8294 24.8284C13.0792 25.5786 12.0618 26 11.0009 26ZM24.0009 20.5H23.0009C22.7357 20.5 22.4814 20.6054 22.2938 20.7929C22.1063 20.9804 22.0009 21.2348 22.0009 21.5C22.0009 21.7652 22.1063 22.0196 22.2938 22.2071C22.4814 22.3946 22.7357 22.5 23.0009 22.5H24.0009C24.3276 22.4995 24.6538 22.4761 24.9772 22.43C24.8941 23.1983 24.5902 23.9262 24.1023 24.5255C23.6144 25.1248 22.9633 25.5699 22.2278 25.807C21.4922 26.0442 20.7038 26.0632 19.9577 25.8617C19.2116 25.6603 18.5398 25.247 18.0236 24.6719C17.5074 24.0967 17.1688 23.3844 17.0489 22.621C16.9289 21.8575 17.0326 21.0757 17.3476 20.3699C17.6625 19.6642 18.1751 19.0648 18.8235 18.6442C19.4718 18.2237 20.2281 17.9999 21.0009 18C21.2662 18 21.5205 17.8946 21.708 17.7071C21.8956 17.5196 22.0009 17.2652 22.0009 17C22.0009 16.7348 21.8956 16.4804 21.708 16.2929C21.5205 16.1054 21.2662 16 21.0009 16C19.524 15.9989 18.099 16.5449 17.0009 17.5325V9C17.0009 7.93913 17.4224 6.92172 18.1725 6.17157C18.9227 5.42143 19.9401 5 21.0009 5C22.0618 5 23.0792 5.42143 23.8294 6.17157C24.5795 6.92172 25.0009 7.93913 25.0009 9V9.84125C25.001 10.0479 25.0651 10.2495 25.1844 10.4183C25.3037 10.5871 25.4723 10.7148 25.6672 10.7838C26.7807 11.1758 27.7197 11.9492 28.3177 12.9671C28.9158 13.9849 29.1344 15.1816 28.9348 16.3451C28.7353 17.5087 28.1305 18.5641 27.2275 19.3246C26.3244 20.085 25.1815 20.5014 24.0009 20.5ZM26.0009 14C26.0009 14.2652 25.8956 14.5196 25.708 14.7071C25.5205 14.8946 25.2662 15 25.0009 15H24.5009C23.3075 15 22.1629 14.5259 21.319 13.682C20.475 12.8381 20.0009 11.6935 20.0009 10.5V10C20.0009 9.73478 20.1063 9.48043 20.2938 9.29289C20.4814 9.10536 20.7357 9 21.0009 9C21.2662 9 21.5205 9.10536 21.708 9.29289C21.8956 9.48043 22.0009 9.73478 22.0009 10V10.5C22.0009 11.163 22.2643 11.7989 22.7332 12.2678C23.202 12.7366 23.8379 13 24.5009 13H25.0009C25.2662 13 25.5205 13.1054 25.708 13.2929C25.8956 13.4804 26.0009 13.7348 26.0009 14ZM7.50094 15H7.00094C6.73572 15 6.48137 14.8946 6.29383 14.7071C6.10629 14.5196 6.00094 14.2652 6.00094 14C6.00094 13.7348 6.10629 13.4804 6.29383 13.2929C6.48137 13.1054 6.73572 13 7.00094 13H7.50094C8.16398 13 8.79986 12.7366 9.2687 12.2678C9.73755 11.7989 10.0009 11.163 10.0009 10.5V10C10.0009 9.73478 10.1063 9.48043 10.2938 9.29289C10.4814 9.10536 10.7357 9 11.0009 9C11.2662 9 11.5205 9.10536 11.708 9.29289C11.8956 9.48043 12.0009 9.73478 12.0009 10V10.5C12.0009 11.6935 11.5268 12.8381 10.6829 13.682C9.839 14.5259 8.69441 15 7.50094 15Z" fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "bold") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path d="M31.5009 15.4999C31.4994 14.135 31.1262 12.7963 30.4215 11.6274C29.7168 10.4585 28.7072 9.50352 27.5009 8.86488C27.4729 7.54006 27.0405 6.25546 26.2619 5.18324C25.4832 4.11102 24.3954 3.3024 23.1443 2.86574C21.8932 2.42907 20.5385 2.38523 19.2618 2.74007C17.9851 3.09492 16.8473 3.83151 16.0009 4.85113C15.1546 3.83151 14.0168 3.09492 12.7401 2.74007C11.4634 2.38523 10.1087 2.42907 8.85756 2.86574C7.60645 3.3024 6.51868 4.11102 5.74003 5.18324C4.96138 6.25546 4.52904 7.54006 4.50095 8.86488C3.29346 9.50179 2.28271 10.4562 1.57766 11.6252C0.87261 12.7942 0.5 14.1335 0.5 15.4986C0.5 16.8638 0.87261 18.2031 1.57766 19.3721C2.28271 20.5411 3.29346 21.4955 4.50095 22.1324C4.52855 23.4574 4.96053 24.7424 5.739 25.815C6.51746 26.8876 7.60521 27.6966 8.85642 28.1336C10.1076 28.5705 11.4625 28.6146 12.7395 28.2598C14.0165 27.905 15.1545 27.1684 16.0009 26.1486C16.8474 27.1684 17.9854 27.905 19.2624 28.2598C20.5394 28.6146 21.8943 28.5705 23.1455 28.1336C24.3967 27.6966 25.4844 26.8876 26.2629 25.815C27.0414 24.7424 27.4733 23.4574 27.5009 22.1324C28.7076 21.4949 29.7177 20.5405 30.4225 19.3719C31.1273 18.2033 31.5001 16.8646 31.5009 15.4999ZM11.0009 25.4999C10.2457 25.4998 9.51081 25.2554 8.90591 24.8033C8.30101 24.3511 7.85859 23.7154 7.6447 22.9911C7.7697 22.9911 7.88095 22.9999 8.00095 22.9999H9.00095C9.39877 22.9999 9.7803 22.8418 10.0616 22.5605C10.3429 22.2792 10.5009 21.8977 10.5009 21.4999C10.5009 21.1021 10.3429 20.7205 10.0616 20.4392C9.7803 20.1579 9.39877 19.9999 9.00095 19.9999H8.00095C6.93886 20.0006 5.91074 19.6257 5.09848 18.9414C4.28622 18.2571 3.74217 17.3075 3.56259 16.2607C3.38302 15.214 3.57948 14.1374 4.11722 13.2215C4.65497 12.3056 5.49934 11.6094 6.50095 11.2561C6.79353 11.1527 7.04682 10.9611 7.22592 10.7076C7.40502 10.4542 7.50111 10.1515 7.50095 9.84113V8.99988C7.50095 8.07163 7.8697 7.18139 8.52608 6.52501C9.18245 5.86863 10.0727 5.49988 11.0009 5.49988C11.9292 5.49988 12.8194 5.86863 13.4758 6.52501C14.1322 7.18139 14.5009 8.07163 14.5009 8.99988V16.5186C14.018 16.2116 13.4969 15.9691 12.9509 15.7974C12.5714 15.678 12.1599 15.7144 11.8071 15.8984C11.4543 16.0824 11.189 16.399 11.0697 16.7786C10.9504 17.1582 10.9867 17.5697 11.1707 17.9225C11.3547 18.2753 11.6714 18.5405 12.0509 18.6599C12.8496 18.91 13.5322 19.4381 13.9749 20.1482C14.4177 20.8584 14.5913 21.7037 14.4643 22.5309C14.3373 23.3581 13.9181 24.1125 13.2827 24.6572C12.6474 25.2018 11.8378 25.5008 11.0009 25.4999ZM24.0009 19.9999H23.0009C22.6031 19.9999 22.2216 20.1579 21.9403 20.4392C21.659 20.7205 21.5009 21.1021 21.5009 21.4999C21.5009 21.8977 21.659 22.2792 21.9403 22.5605C22.2216 22.8418 22.6031 22.9999 23.0009 22.9999H24.0009C24.1259 22.9999 24.2384 22.9999 24.3572 22.9911C24.1858 23.5709 23.8671 24.0965 23.4322 24.5165C22.9973 24.9365 22.4611 25.2367 21.8756 25.3879C21.2902 25.539 20.6756 25.5359 20.0918 25.3789C19.5079 25.2218 18.9747 24.9162 18.544 24.4918C18.1134 24.0674 17.8 23.5387 17.6345 22.9572C17.469 22.3757 17.4569 21.7612 17.5995 21.1737C17.742 20.5861 18.0344 20.0455 18.448 19.6045C18.8616 19.1635 19.3825 18.8372 19.9597 18.6574C20.3396 18.5392 20.657 18.2749 20.8421 17.9227C21.0272 17.5705 21.0648 17.1592 20.9466 16.7793C20.8284 16.3993 20.5641 16.0819 20.2119 15.8968C19.8597 15.7118 19.4484 15.6742 19.0684 15.7924C18.516 15.9636 17.9888 16.2079 17.5009 16.5186V8.99988C17.5009 8.07163 17.8697 7.18139 18.5261 6.52501C19.1825 5.86863 20.0727 5.49988 21.0009 5.49988C21.9292 5.49988 22.8194 5.86863 23.4758 6.52501C24.1322 7.18139 24.5009 8.07163 24.5009 8.99988V9.84113C24.5008 10.1515 24.5969 10.4542 24.776 10.7076C24.9551 10.9611 25.2084 11.1527 25.5009 11.2561C26.507 11.6062 27.3563 12.3019 27.8977 13.2193C28.439 14.1368 28.6374 15.2166 28.4574 16.2665C28.2774 17.3165 27.7307 18.2685 26.9147 18.9533C26.0987 19.6381 25.0662 20.0111 24.0009 20.0061V19.9999ZM26.0009 14.4999C26.0009 14.8977 25.8429 15.2792 25.5616 15.5605C25.2803 15.8418 24.8988 15.9999 24.5009 15.9999C23.1749 15.9999 21.9031 15.4731 20.9654 14.5354C20.0277 13.5977 19.5009 12.326 19.5009 10.9999V10.4999C19.5009 10.1021 19.659 9.72053 19.9403 9.43922C20.2216 9.15792 20.6031 8.99988 21.0009 8.99988C21.3988 8.99988 21.7803 9.15792 22.0616 9.43922C22.3429 9.72053 22.5009 10.1021 22.5009 10.4999V10.9999C22.5009 11.5303 22.7117 12.039 23.0867 12.4141C23.4618 12.7892 23.9705 12.9999 24.5009 12.9999C24.8988 12.9999 25.2803 13.1579 25.5616 13.4392C25.8429 13.7205 26.0009 14.1021 26.0009 14.4999ZM7.50095 15.9999C7.10312 15.9999 6.72159 15.8418 6.44029 15.5605C6.15898 15.2792 6.00095 14.8977 6.00095 14.4999C6.00095 14.1021 6.15898 13.7205 6.44029 13.4392C6.72159 13.1579 7.10312 12.9999 7.50095 12.9999C8.03138 12.9999 8.54009 12.7892 8.91516 12.4141C9.29023 12.039 9.50095 11.5303 9.50095 10.9999V10.4999C9.50095 10.1021 9.65898 9.72053 9.94029 9.43922C10.2216 9.15792 10.6031 8.99988 11.0009 8.99988C11.3988 8.99988 11.7803 9.15792 12.0616 9.43922C12.3429 9.72053 12.5009 10.1021 12.5009 10.4999V10.9999C12.5009 12.326 11.9742 13.5977 11.0365 14.5354C10.0988 15.4731 8.82703 15.9999 7.50095 15.9999Z" fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
if (type === "fill") {
|
|
27
|
+
return (
|
|
28
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
29
|
+
<path d="M26.5006 9.5V9C26.4993 7.91656 26.178 6.85764 25.5771 5.95612C24.9761 5.0546 24.1223 4.35065 23.1228 3.9326C22.1233 3.51454 21.0225 3.40101 19.9587 3.60625C18.8949 3.81149 17.9154 4.32636 17.1431 5.08625C17.0974 5.13229 17.0613 5.18693 17.0368 5.247C17.0124 5.30707 17.0001 5.37139 17.0006 5.43625V16.5263C17.0008 16.6164 17.0254 16.7048 17.0718 16.7821C17.1182 16.8594 17.1846 16.9227 17.264 16.9654C17.3434 17.0081 17.4329 17.0285 17.5229 17.0244C17.613 17.0204 17.7003 16.9921 17.7756 16.9425C18.7265 16.3328 19.831 16.0059 20.9606 16C21.2221 15.9951 21.4754 16.0907 21.6687 16.2669C21.8619 16.4431 21.9802 16.6867 21.9993 16.9475C22.0065 17.0832 21.9859 17.2189 21.9388 17.3463C21.8918 17.4738 21.8193 17.5903 21.7257 17.6888C21.6321 17.7873 21.5194 17.8657 21.3945 17.9192C21.2697 17.9727 21.1352 18.0002 20.9993 18C19.9385 18 18.9211 18.4214 18.1709 19.1716C17.4208 19.9217 16.9993 20.9391 16.9993 22V26.235C16.9992 26.3098 17.0159 26.3837 17.0481 26.4512C17.0804 26.5187 17.1273 26.5781 17.1856 26.625C17.8952 27.2123 18.7307 27.628 19.6271 27.8398C20.5235 28.0516 21.4567 28.0539 22.3541 27.8464C23.2516 27.6388 24.089 27.2272 24.8015 26.6433C25.5139 26.0595 26.0821 25.3192 26.4618 24.48C26.5001 24.3956 26.5141 24.3023 26.5024 24.2104C26.4906 24.1185 26.4536 24.0316 26.3954 23.9595C26.3372 23.8875 26.2601 23.833 26.1727 23.8022C26.0854 23.7713 25.9911 23.7654 25.9006 23.785C25.2773 23.9278 24.64 24 24.0006 24H23.0343C22.7763 24.0032 22.5267 23.9087 22.3354 23.7355C22.1442 23.5624 22.0255 23.3233 22.0031 23.0662C21.994 22.9295 22.0131 22.7923 22.0593 22.6632C22.1055 22.5341 22.1777 22.4159 22.2715 22.3159C22.3653 22.2159 22.4786 22.1363 22.6045 22.0819C22.7303 22.0276 22.866 21.9997 23.0031 22H24.0031C25.0479 22.0016 26.0774 21.7494 27.0031 21.265C28.0994 20.694 29.0101 19.8223 29.6285 18.7521C30.247 17.6819 30.5474 16.4576 30.4947 15.2226C30.4419 13.9877 30.0382 12.7934 29.3308 11.7798C28.6233 10.7663 27.6416 9.9754 26.5006 9.5ZM25.0006 14H24.5006C23.3071 14 22.1625 13.5259 21.3186 12.682C20.4747 11.8381 20.0006 10.6935 20.0006 9.5V9C20.0006 8.73478 20.1059 8.48043 20.2935 8.29289C20.481 8.10536 20.7354 8 21.0006 8C21.2658 8 21.5202 8.10536 21.7077 8.29289C21.8952 8.48043 22.0006 8.73478 22.0006 9V9.5C22.0006 9.82831 22.0653 10.1534 22.1909 10.4567C22.3165 10.76 22.5007 11.0356 22.7328 11.2678C23.2017 11.7366 23.8375 12 24.5006 12H25.0006C25.2658 12 25.5202 12.1054 25.7077 12.2929C25.8952 12.4804 26.0006 12.7348 26.0006 13C26.0006 13.2652 25.8952 13.5196 25.7077 13.7071C25.5202 13.8946 25.2658 14 25.0006 14ZM11.0006 3.5C9.5424 3.50165 8.14442 4.08165 7.11333 5.11274C6.08224 6.14383 5.50224 7.54182 5.50059 9V9.5C4.35975 9.97565 3.37818 10.7667 2.67099 11.7805C1.9638 12.7942 1.5603 13.9885 1.50782 15.2234C1.45533 16.4583 1.75604 17.6826 2.37467 18.7527C2.99331 19.8228 3.90422 20.6943 5.00059 21.265C5.9263 21.7494 6.95582 22.0016 8.00059 22H8.96684C9.22526 21.9962 9.47553 22.0904 9.66732 22.2636C9.85911 22.4368 9.97818 22.6763 10.0006 22.9338C10.0097 23.0705 9.99053 23.2077 9.94436 23.3368C9.89819 23.4659 9.82597 23.5841 9.73219 23.6841C9.63841 23.7841 9.52507 23.8637 9.39922 23.9181C9.27336 23.9724 9.13767 24.0003 9.00059 24H8.00059C7.36069 24.0003 6.72283 23.9277 6.09934 23.7838C6.00885 23.764 5.91467 23.7698 5.82727 23.8004C5.73988 23.8311 5.66272 23.8854 5.6044 23.9574C5.54607 24.0293 5.50887 24.116 5.49694 24.2079C5.48501 24.2997 5.49882 24.3931 5.53684 24.4775C5.9165 25.3169 6.48463 26.0574 7.19706 26.6415C7.90949 27.2256 8.74703 27.6376 9.64456 27.8453C10.5421 28.0531 11.4755 28.0511 12.3721 27.8394C13.2687 27.6278 14.1045 27.2122 14.8143 26.625C14.8726 26.5781 14.9195 26.5187 14.9518 26.4512C14.984 26.3837 15.0007 26.3098 15.0006 26.235V22C15.0006 20.9391 14.5792 19.9217 13.829 19.1716C13.0789 18.4214 12.0615 18 11.0006 18C10.8647 18.0002 10.7303 17.9727 10.6054 17.9192C10.4805 17.8657 10.3678 17.7873 10.2743 17.6888C10.1807 17.5903 10.1081 17.4738 10.0611 17.3463C10.014 17.2189 9.99345 17.0832 10.0006 16.9475C10.0197 16.6865 10.1382 16.4427 10.3317 16.2665C10.5252 16.0902 10.7789 15.9948 11.0406 16C12.1701 16.0059 13.2747 16.3328 14.2256 16.9425C14.3009 16.9921 14.3882 17.0204 14.4782 17.0244C14.5683 17.0285 14.6578 17.0081 14.7372 16.9654C14.8166 16.9227 14.883 16.8594 14.9294 16.7821C14.9757 16.7048 15.0003 16.6164 15.0006 16.5263V5.43625C15.001 5.305 14.9498 5.17884 14.8581 5.085C13.8313 4.06903 12.445 3.49942 11.0006 3.5ZM12.0006 9.5C12.0006 10.6935 11.5265 11.8381 10.6826 12.682C9.83865 13.5259 8.69406 14 7.50059 14H7.00059C6.73537 14 6.48102 13.8946 6.29348 13.7071C6.10594 13.5196 6.00059 13.2652 6.00059 13C6.00059 12.7348 6.10594 12.4804 6.29348 12.2929C6.48102 12.1054 6.73537 12 7.00059 12H7.50059C7.82889 12 8.15398 11.9353 8.4573 11.8097C8.76061 11.6841 9.03621 11.4999 9.26835 11.2678C9.5005 11.0356 9.68465 10.76 9.81029 10.4567C9.93592 10.1534 10.0006 9.82831 10.0006 9.5V9C10.0006 8.73478 10.1059 8.48043 10.2935 8.29289C10.481 8.10536 10.7354 8 11.0006 8C11.2658 8 11.5202 8.10536 11.7077 8.29289C11.8952 8.48043 12.0006 8.73478 12.0006 9V9.5Z" fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return (
|
|
35
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
36
|
+
<path opacity="0.2" d="M29.9995 15.5C29.9999 16.7411 29.6154 17.9518 28.899 18.9652C28.1827 19.9787 27.1696 20.7451 25.9995 21.1588V22C25.9995 23.3261 25.4727 24.5979 24.535 25.5355C23.5974 26.4732 22.3256 27 20.9995 27C19.6734 27 18.4017 26.4732 17.464 25.5355C16.5263 24.5979 15.9995 23.3261 15.9995 22C15.9995 23.3261 15.4727 24.5979 14.535 25.5355C13.5974 26.4732 12.3256 27 10.9995 27C9.67343 27 8.40166 26.4732 7.46398 25.5355C6.52629 24.5979 5.99951 23.3261 5.99951 22V21.1588C4.8284 20.7459 3.81421 19.98 3.09681 18.9664C2.37941 17.9529 1.99414 16.7417 1.99414 15.5C1.99414 14.2583 2.37941 13.0471 3.09681 12.0336C3.81421 11.02 4.8284 10.2541 5.99951 9.84125V9C5.99951 7.67392 6.52629 6.40215 7.46398 5.46447C8.40166 4.52678 9.67343 4 10.9995 4C12.3256 4 13.5974 4.52678 14.535 5.46447C15.4727 6.40215 15.9995 7.67392 15.9995 9C15.9995 7.67392 16.5263 6.40215 17.464 5.46447C18.4017 4.52678 19.6734 4 20.9995 4C22.3256 4 23.5974 4.52678 24.535 5.46447C25.4727 6.40215 25.9995 7.67392 25.9995 9V9.84125C27.1696 10.2549 28.1827 11.0213 28.899 12.0348C29.6154 13.0482 29.9999 14.2589 29.9995 15.5Z" fill="currentColor"/>
|
|
37
|
+
<path d="M31.0009 15.5C30.9996 14.1754 30.6232 12.8783 29.9153 11.7587C29.2075 10.6391 28.197 9.74291 27.0009 9.17375V9C26.9998 7.71152 26.5839 6.45764 25.8148 5.42389C25.0457 4.39014 23.9642 3.63143 22.7304 3.26003C21.4966 2.88863 20.1761 2.92427 18.9641 3.36168C17.7521 3.79909 16.7132 4.61502 16.0009 5.68875C15.2887 4.61502 14.2497 3.79909 13.0378 3.36168C11.8258 2.92427 10.5052 2.88863 9.27146 3.26003C8.03767 3.63143 6.95621 4.39014 6.1871 5.42389C5.41799 6.45764 5.00209 7.71152 5.00094 9V9.17375C3.80386 9.74136 2.79243 10.637 2.0842 11.7567C1.37596 12.8763 1 14.1739 1 15.4987C1 16.8236 1.37596 18.1212 2.0842 19.2408C2.79243 20.3605 3.80386 21.2561 5.00094 21.8237V22C5.00209 23.2885 5.41799 24.5424 6.1871 25.5761C6.95621 26.6099 8.03767 27.3686 9.27146 27.74C10.5052 28.1114 11.8258 28.0757 13.0378 27.6383C14.2497 27.2009 15.2887 26.385 16.0009 25.3113C16.7132 26.385 17.7521 27.2009 18.9641 27.6383C20.1761 28.0757 21.4966 28.1114 22.7304 27.74C23.9642 27.3686 25.0457 26.6099 25.8148 25.5761C26.5839 24.5424 26.9998 23.2885 27.0009 22V21.8237C28.1968 21.255 29.2072 20.3592 29.9151 19.2401C30.623 18.121 30.9994 16.8242 31.0009 15.5ZM11.0009 26C10.0146 25.9999 9.06313 25.6353 8.32922 24.9764C7.5953 24.3175 7.13072 23.4106 7.02469 22.43C7.34807 22.4761 7.67428 22.4995 8.00094 22.5H9.00094C9.26615 22.5 9.52051 22.3946 9.70804 22.2071C9.89558 22.0196 10.0009 21.7652 10.0009 21.5C10.0009 21.2348 9.89558 20.9804 9.70804 20.7929C9.52051 20.6054 9.26615 20.5 9.00094 20.5H8.00094C6.82039 20.5014 5.67743 20.085 4.77441 19.3246C3.87139 18.5641 3.26658 17.5087 3.06704 16.3451C2.86749 15.1816 3.0861 13.9849 3.68416 12.9671C4.28221 11.9492 5.22113 11.1758 6.33469 10.7838C6.52953 10.7148 6.6982 10.5871 6.81751 10.4183C6.93682 10.2495 7.0009 10.0479 7.00094 9.84125V9C7.00094 7.93913 7.42236 6.92172 8.17251 6.17157C8.92266 5.42143 9.94007 5 11.0009 5C12.0618 5 13.0792 5.42143 13.8294 6.17157C14.5795 6.92172 15.0009 7.93913 15.0009 9V17.5325C13.9028 16.5449 12.4778 15.9989 11.0009 16C10.7357 16 10.4814 16.1054 10.2938 16.2929C10.1063 16.4804 10.0009 16.7348 10.0009 17C10.0009 17.2652 10.1063 17.5196 10.2938 17.7071C10.4814 17.8946 10.7357 18 11.0009 18C12.0618 18 13.0792 18.4214 13.8294 19.1716C14.5795 19.9217 15.0009 20.9391 15.0009 22C15.0009 23.0609 14.5795 24.0783 13.8294 24.8284C13.0792 25.5786 12.0618 26 11.0009 26ZM24.0009 20.5H23.0009C22.7357 20.5 22.4814 20.6054 22.2938 20.7929C22.1063 20.9804 22.0009 21.2348 22.0009 21.5C22.0009 21.7652 22.1063 22.0196 22.2938 22.2071C22.4814 22.3946 22.7357 22.5 23.0009 22.5H24.0009C24.3276 22.4995 24.6538 22.4761 24.9772 22.43C24.8941 23.1983 24.5902 23.9262 24.1023 24.5255C23.6144 25.1248 22.9633 25.5699 22.2278 25.807C21.4922 26.0442 20.7038 26.0632 19.9577 25.8617C19.2116 25.6603 18.5398 25.247 18.0236 24.6719C17.5074 24.0967 17.1688 23.3844 17.0489 22.621C16.9289 21.8575 17.0326 21.0757 17.3476 20.3699C17.6625 19.6642 18.1751 19.0648 18.8235 18.6442C19.4718 18.2237 20.2281 17.9999 21.0009 18C21.2662 18 21.5205 17.8946 21.708 17.7071C21.8956 17.5196 22.0009 17.2652 22.0009 17C22.0009 16.7348 21.8956 16.4804 21.708 16.2929C21.5205 16.1054 21.2662 16 21.0009 16C19.524 15.9989 18.099 16.5449 17.0009 17.5325V9C17.0009 7.93913 17.4224 6.92172 18.1725 6.17157C18.9227 5.42143 19.9401 5 21.0009 5C22.0618 5 23.0792 5.42143 23.8294 6.17157C24.5795 6.92172 25.0009 7.93913 25.0009 9V9.84125C25.001 10.0479 25.0651 10.2495 25.1844 10.4183C25.3037 10.5871 25.4723 10.7148 25.6672 10.7838C26.7807 11.1758 27.7197 11.9492 28.3177 12.9671C28.9158 13.9849 29.1344 15.1816 28.9348 16.3451C28.7353 17.5087 28.1305 18.5641 27.2275 19.3246C26.3244 20.085 25.1815 20.5014 24.0009 20.5ZM26.0009 14C26.0009 14.2652 25.8956 14.5196 25.708 14.7071C25.5205 14.8946 25.2662 15 25.0009 15H24.5009C23.3075 15 22.1629 14.5259 21.319 13.682C20.475 12.8381 20.0009 11.6935 20.0009 10.5V10C20.0009 9.73478 20.1063 9.48043 20.2938 9.29289C20.4814 9.10536 20.7357 9 21.0009 9C21.2662 9 21.5205 9.10536 21.708 9.29289C21.8956 9.48043 22.0009 9.73478 22.0009 10V10.5C22.0009 11.163 22.2643 11.7989 22.7332 12.2678C23.202 12.7366 23.8379 13 24.5009 13H25.0009C25.2662 13 25.5205 13.1054 25.708 13.2929C25.8956 13.4804 26.0009 13.7348 26.0009 14ZM7.50094 15H7.00094C6.73572 15 6.48137 14.8946 6.29383 14.7071C6.10629 14.5196 6.00094 14.2652 6.00094 14C6.00094 13.7348 6.10629 13.4804 6.29383 13.2929C6.48137 13.1054 6.73572 13 7.00094 13H7.50094C8.16398 13 8.79986 12.7366 9.2687 12.2678C9.73755 11.7989 10.0009 11.163 10.0009 10.5V10C10.0009 9.73478 10.1063 9.48043 10.2938 9.29289C10.4814 9.10536 10.7357 9 11.0009 9C11.2662 9 11.5205 9.10536 11.708 9.29289C11.8956 9.48043 12.0009 9.73478 12.0009 10V10.5C12.0009 11.6935 11.5268 12.8381 10.6829 13.682C9.839 14.5259 8.69441 15 7.50094 15Z" fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path d="M30.7499 15.4999C30.7482 14.196 30.3698 12.9203 29.6602 11.8263C28.9505 10.7324 27.9399 9.86677 26.7499 9.33367V8.99992C26.7487 7.73113 26.3278 6.49838 25.5528 5.49373C24.7779 4.48909 23.6925 3.76896 22.4656 3.44555C21.2387 3.12214 19.9393 3.2136 18.7698 3.7057C17.6003 4.19779 16.6265 5.06287 15.9999 6.16617C15.3734 5.06287 14.3995 4.19779 13.23 3.7057C12.0605 3.2136 10.7611 3.12214 9.53425 3.44555C8.30737 3.76896 7.22191 4.48909 6.44698 5.49373C5.67205 6.49838 5.25117 7.73113 5.24991 8.99992V9.33367C4.05898 9.86498 3.04744 10.7299 2.3376 11.8238C1.62776 12.9178 1.25 14.194 1.25 15.498C1.25 16.8021 1.62776 18.0783 2.3376 19.1722C3.04744 20.2662 4.05898 21.1311 5.24991 21.6624V21.9999C5.25117 23.2687 5.67205 24.5015 6.44698 25.5061C7.22191 26.5108 8.30737 27.2309 9.53425 27.5543C10.7611 27.8777 12.0605 27.7862 13.23 27.2941C14.3995 26.8021 15.3734 25.937 15.9999 24.8337C16.6265 25.937 17.6003 26.8021 18.7698 27.2941C19.9393 27.7862 21.2387 27.8777 22.4656 27.5543C23.6925 27.2309 24.7779 26.5108 25.5528 25.5061C26.3278 24.5015 26.7487 23.2687 26.7499 21.9999V21.6624C27.9399 21.1304 28.9507 20.2655 29.6604 19.1721C30.3701 18.0787 30.7485 16.8034 30.7499 15.4999ZM10.9999 26.2499C9.89533 26.2505 8.83393 25.8209 8.0406 25.0523C7.24727 24.2837 6.78435 23.2365 6.74991 22.1324C7.16199 22.2106 7.58049 22.2499 7.99991 22.2499H8.99991C9.19883 22.2499 9.38959 22.1709 9.53024 22.0303C9.6709 21.8896 9.74991 21.6988 9.74991 21.4999C9.74991 21.301 9.6709 21.1102 9.53024 20.9696C9.38959 20.8289 9.19883 20.7499 8.99991 20.7499H7.99991C6.76071 20.7509 5.56109 20.3136 4.61333 19.5152C3.66557 18.7168 3.03076 17.6089 2.82124 16.3876C2.61172 15.1662 2.84098 13.9101 3.46847 12.8415C4.09596 11.7729 5.08122 10.9607 6.24991 10.5487C6.3962 10.4969 6.52285 10.4011 6.6124 10.2744C6.70195 10.1477 6.74999 9.99633 6.74991 9.84117V8.99992C6.74991 7.87275 7.19768 6.79174 7.99471 5.99471C8.79174 5.19769 9.87274 4.74992 10.9999 4.74992C12.1271 4.74992 13.2081 5.19769 14.0051 5.99471C14.8021 6.79174 15.2499 7.87275 15.2499 8.99992V18.1312C14.712 17.5384 14.0559 17.0648 13.324 16.7408C12.592 16.4168 11.8004 16.2496 10.9999 16.2499C10.801 16.2499 10.6102 16.3289 10.4696 16.4696C10.3289 16.6102 10.2499 16.801 10.2499 16.9999C10.2499 17.1988 10.3289 17.3896 10.4696 17.5303C10.6102 17.6709 10.801 17.7499 10.9999 17.7499C12.1271 17.7499 13.2081 18.1977 14.0051 18.9947C14.8021 19.7917 15.2499 20.8727 15.2499 21.9999C15.2499 23.1271 14.8021 24.2081 14.0051 25.0051C13.2081 25.8022 12.1271 26.2499 10.9999 26.2499ZM23.9999 20.7499H22.9999C22.801 20.7499 22.6102 20.8289 22.4696 20.9696C22.3289 21.1102 22.2499 21.301 22.2499 21.4999C22.2499 21.6988 22.3289 21.8896 22.4696 22.0303C22.6102 22.1709 22.801 22.2499 22.9999 22.2499H23.9999C24.4193 22.2499 24.8378 22.2106 25.2499 22.1324C25.2239 22.9669 24.9527 23.7751 24.4701 24.4564C23.9876 25.1377 23.3151 25.6617 22.5366 25.9632C21.7581 26.2646 20.908 26.3301 20.0925 26.1515C19.277 25.9728 18.5322 25.558 17.951 24.9586C17.3698 24.3593 16.978 23.6021 16.8245 22.7815C16.6709 21.9609 16.7625 21.1133 17.0877 20.3444C17.4129 19.5755 17.9573 18.9194 18.6531 18.458C19.3488 17.9966 20.1651 17.7503 20.9999 17.7499C21.1988 17.7499 21.3896 17.6709 21.5302 17.5303C21.6709 17.3896 21.7499 17.1988 21.7499 16.9999C21.7499 16.801 21.6709 16.6102 21.5302 16.4696C21.3896 16.3289 21.1988 16.2499 20.9999 16.2499C20.1995 16.2496 19.4078 16.4168 18.6758 16.7408C17.9439 17.0648 17.2879 17.5384 16.7499 18.1312V8.99992C16.7499 7.87275 17.1977 6.79174 17.9947 5.99471C18.7917 5.19769 19.8727 4.74992 20.9999 4.74992C22.1271 4.74992 23.2081 5.19769 24.0051 5.99471C24.8021 6.79174 25.2499 7.87275 25.2499 8.99992V9.84117C25.2498 9.99633 25.2979 10.1477 25.3874 10.2744C25.477 10.4011 25.6036 10.4969 25.7499 10.5487C26.9186 10.9607 27.9039 11.7729 28.5314 12.8415C29.1588 13.9101 29.3881 15.1662 29.1786 16.3876C28.9691 17.6089 28.3343 18.7168 27.3865 19.5152C26.4387 20.3136 25.2391 20.7509 23.9999 20.7499ZM25.7499 13.9999C25.7499 14.1988 25.6709 14.3896 25.5302 14.5302C25.3896 14.6709 25.1988 14.7499 24.9999 14.7499H24.4999C23.3727 14.7499 22.2917 14.3022 21.4947 13.5051C20.6977 12.7081 20.2499 11.6271 20.2499 10.4999V9.99992C20.2499 9.80101 20.3289 9.61024 20.4696 9.46959C20.6102 9.32894 20.801 9.24992 20.9999 9.24992C21.1988 9.24992 21.3896 9.32894 21.5302 9.46959C21.6709 9.61024 21.7499 9.80101 21.7499 9.99992V10.4999C21.7499 11.2293 22.0396 11.9287 22.5554 12.4445C23.0711 12.9602 23.7706 13.2499 24.4999 13.2499H24.9999C25.1988 13.2499 25.3896 13.3289 25.5302 13.4696C25.6709 13.6102 25.7499 13.801 25.7499 13.9999ZM7.49991 14.7499H6.99991C6.801 14.7499 6.61024 14.6709 6.46958 14.5302C6.32893 14.3896 6.24991 14.1988 6.24991 13.9999C6.24991 13.801 6.32893 13.6102 6.46958 13.4696C6.61024 13.3289 6.801 13.2499 6.99991 13.2499H7.49991C8.22926 13.2499 8.92873 12.9602 9.44446 12.4445C9.96018 11.9287 10.2499 11.2293 10.2499 10.4999V9.99992C10.2499 9.80101 10.3289 9.61024 10.4696 9.46959C10.6102 9.32894 10.801 9.24992 10.9999 9.24992C11.1988 9.24992 11.3896 9.32894 11.5302 9.46959C11.6709 9.61024 11.7499 9.80101 11.7499 9.99992V10.4999C11.7499 11.6271 11.3021 12.7081 10.5051 13.5051C9.70809 14.3022 8.62708 14.7499 7.49991 14.7499Z" fill="currentColor"/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export default Brain;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const AirTrafficControl = ({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="M28.229 8.13875C28.0906 7.94138 27.9067 7.78028 27.6928 7.66909C27.4789 7.5579 27.2413 7.4999 27.0003 7.5H16.5003V2.5H19.0003C19.1329 2.5 19.2601 2.44732 19.3538 2.35355C19.4476 2.25979 19.5003 2.13261 19.5003 2C19.5003 1.86739 19.4476 1.74021 19.3538 1.64645C19.2601 1.55268 19.1329 1.5 19.0003 1.5H13.0003C12.8677 1.5 12.7405 1.55268 12.6467 1.64645C12.5529 1.74021 12.5003 1.86739 12.5003 2C12.5003 2.13261 12.5529 2.25979 12.6467 2.35355C12.7405 2.44732 12.8677 2.5 13.0003 2.5H15.5003V7.5H5.00027C4.75915 7.49996 4.52158 7.55804 4.30768 7.66933C4.09378 7.78061 3.90986 7.94182 3.77151 8.13929C3.63316 8.33677 3.54445 8.56468 3.5129 8.80372C3.48135 9.04277 3.50789 9.28589 3.59027 9.5125L6.86402 18.5125C6.96917 18.8017 7.16074 19.0516 7.41275 19.2283C7.66476 19.4049 7.96501 19.4998 8.27277 19.5H12.5003V28C12.5003 28.1326 12.5529 28.2598 12.6467 28.3536C12.7405 28.4473 12.8677 28.5 13.0003 28.5C13.1329 28.5 13.2601 28.4473 13.3538 28.3536C13.4476 28.2598 13.5003 28.1326 13.5003 28V19.5H18.5003V28C18.5003 28.1326 18.5529 28.2598 18.6467 28.3536C18.7405 28.4473 18.8677 28.5 19.0003 28.5C19.1329 28.5 19.2601 28.4473 19.3538 28.3536C19.4476 28.2598 19.5003 28.1326 19.5003 28V19.5H23.7278C24.0355 19.4998 24.3358 19.4049 24.5878 19.2283C24.8398 19.0516 25.0314 18.8017 25.1365 18.5125L28.4103 9.5125C28.4927 9.28582 28.5193 9.04259 28.4878 8.80344C28.4562 8.5643 28.3675 8.33629 28.229 8.13875ZM13.4178 18.5L11.599 8.5H20.4015L18.5828 18.5H13.4178ZM7.80277 18.1712L4.53027 9.17125C4.50272 9.09569 4.49381 9.0146 4.50429 8.93487C4.51476 8.85513 4.54432 8.7791 4.59045 8.71322C4.63657 8.64734 4.69791 8.59356 4.76926 8.55644C4.8406 8.51932 4.91985 8.49996 5.00027 8.5H10.5828L12.4003 18.5H8.27527C8.17223 18.5006 8.07154 18.4693 7.98697 18.4104C7.90239 18.3516 7.83806 18.2681 7.80277 18.1712ZM27.4703 9.17125L24.1978 18.1712C24.1626 18.2677 24.0987 18.3509 24.0146 18.4097C23.9305 18.4685 23.8304 18.5 23.7278 18.5H19.6028L21.4215 8.5H27.0003C27.0807 8.49996 27.1599 8.51932 27.2313 8.55644C27.3026 8.59356 27.364 8.64734 27.4101 8.71322C27.4562 8.7791 27.4858 8.85513 27.4963 8.93487C27.5067 9.0146 27.4978 9.09569 27.4703 9.17125Z" 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="M28.6382 7.8525C28.4537 7.58913 28.2084 7.37413 27.9231 7.22572C27.6378 7.07732 27.321 6.99989 26.9994 7H16.9994V3H18.9994C19.2646 3 19.519 2.89464 19.7065 2.70711C19.8941 2.51957 19.9994 2.26522 19.9994 2C19.9994 1.73478 19.8941 1.48043 19.7065 1.29289C19.519 1.10536 19.2646 1 18.9994 1H12.9994C12.7342 1 12.4798 1.10536 12.2923 1.29289C12.1048 1.48043 11.9994 1.73478 11.9994 2C11.9994 2.26522 12.1048 2.51957 12.2923 2.70711C12.4798 2.89464 12.7342 3 12.9994 3H14.9994V7H4.99942C4.6783 7.00072 4.36208 7.07875 4.07749 7.2275C3.7929 7.37624 3.54831 7.59132 3.3644 7.85456C3.18049 8.11779 3.06267 8.42144 3.0209 8.73983C2.97913 9.05822 3.01464 9.38198 3.12442 9.68375L6.39817 18.6838C6.53824 19.0688 6.79319 19.4015 7.12854 19.6369C7.46389 19.8723 7.86344 19.9991 8.27317 20H11.9994V28C11.9994 28.2652 12.1048 28.5196 12.2923 28.7071C12.4798 28.8946 12.7342 29 12.9994 29C13.2646 29 13.519 28.8946 13.7065 28.7071C13.8941 28.5196 13.9994 28.2652 13.9994 28V20H17.9994V28C17.9994 28.2652 18.1048 28.5196 18.2923 28.7071C18.4798 28.8946 18.7342 29 18.9994 29C19.2646 29 19.519 28.8946 19.7065 28.7071C19.8941 28.5196 19.9994 28.2652 19.9994 28V20H23.7269C24.1366 19.9991 24.5362 19.8723 24.8715 19.6369C25.2069 19.4015 25.4618 19.0688 25.6019 18.6838L28.8757 9.68375C28.9862 9.38189 29.0223 9.05785 28.9809 8.73907C28.9396 8.4203 28.822 8.11619 28.6382 7.8525ZM13.8344 18L12.1969 9H19.8019L18.1644 18H13.8344ZM4.99942 9H10.1644L11.8007 18H8.27192L4.99942 9ZM23.7269 18H20.1982L21.8344 9H26.9994L23.7269 18Z" 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="M29.0478 7.565C28.8172 7.23603 28.5107 6.96748 28.1543 6.78209C27.7979 6.5967 27.402 6.49994 27.0003 6.5H17.5003V3.5H19.0003C19.3981 3.5 19.7796 3.34196 20.061 3.06066C20.3423 2.77936 20.5003 2.39782 20.5003 2C20.5003 1.60218 20.3423 1.22064 20.061 0.93934C19.7796 0.658035 19.3981 0.5 19.0003 0.5H13.0003C12.6025 0.5 12.2209 0.658035 11.9396 0.93934C11.6583 1.22064 11.5003 1.60218 11.5003 2C11.5003 2.39782 11.6583 2.77936 11.9396 3.06066C12.2209 3.34196 12.6025 3.5 13.0003 3.5H14.5003V6.5H5.0003C4.59849 6.49995 4.20258 6.59676 3.84613 6.78221C3.48968 6.96767 3.18318 7.2363 2.9526 7.56537C2.72202 7.89444 2.57416 8.27423 2.52153 8.67258C2.46891 9.07093 2.51308 9.4761 2.6503 9.85375L5.92405 18.8538C6.1002 19.3354 6.41982 19.7515 6.8398 20.0459C7.25978 20.3402 7.75993 20.4987 8.2728 20.5H11.5003V28C11.5003 28.3978 11.6583 28.7794 11.9396 29.0607C12.2209 29.342 12.6025 29.5 13.0003 29.5C13.3981 29.5 13.7797 29.342 14.061 29.0607C14.3423 28.7794 14.5003 28.3978 14.5003 28V20.5H17.5003V28C17.5003 28.3978 17.6583 28.7794 17.9396 29.0607C18.2209 29.342 18.6025 29.5 19.0003 29.5C19.3981 29.5 19.7796 29.342 20.061 29.0607C20.3423 28.7794 20.5003 28.3978 20.5003 28V20.5H23.7278C24.2407 20.4987 24.7408 20.3402 25.1608 20.0459C25.5808 19.7515 25.9004 19.3354 26.0765 18.8538L29.3503 9.85375C29.4875 9.47603 29.5317 9.07079 29.4791 8.67237C29.4264 8.27395 29.2785 7.89409 29.0478 7.565ZM14.2503 17.5L12.7978 9.5H19.2028L17.7503 17.5H14.2503ZM5.71405 9.5H9.7503L11.2053 17.5H8.6253L5.71405 9.5ZM23.3753 17.5H20.7978L22.2503 9.5H26.284L23.3753 17.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="M28.6382 7.8525C28.4537 7.58913 28.2084 7.37413 27.9231 7.22572C27.6378 7.07732 27.321 6.99989 26.9994 7H16.9994V3H18.9994C19.2646 3 19.519 2.89464 19.7065 2.70711C19.8941 2.51957 19.9994 2.26522 19.9994 2C19.9994 1.73478 19.8941 1.48043 19.7065 1.29289C19.519 1.10536 19.2646 1 18.9994 1H12.9994C12.7342 1 12.4798 1.10536 12.2923 1.29289C12.1048 1.48043 11.9994 1.73478 11.9994 2C11.9994 2.26522 12.1048 2.51957 12.2923 2.70711C12.4798 2.89464 12.7342 3 12.9994 3H14.9994V7H4.99942C4.6783 7.00072 4.36208 7.07875 4.07749 7.2275C3.7929 7.37624 3.54831 7.59132 3.3644 7.85456C3.18049 8.11779 3.06267 8.42144 3.0209 8.73983C2.97913 9.05822 3.01464 9.38198 3.12442 9.68375L6.39817 18.6838C6.53824 19.0688 6.79319 19.4015 7.12854 19.6369C7.46389 19.8723 7.86344 19.9991 8.27317 20H23.7269C24.1366 19.9991 24.5362 19.8723 24.8715 19.6369C25.2069 19.4015 25.4618 19.0688 25.6019 18.6838L28.8757 9.68375C28.9862 9.38189 29.0223 9.05785 28.9809 8.73907C28.9396 8.4203 28.822 8.11619 28.6382 7.8525ZM12.8144 17.9837C12.755 17.9947 12.6948 18.0001 12.6344 18C12.4004 17.9997 12.174 17.9173 11.9945 17.7673C11.815 17.6172 11.6937 17.409 11.6519 17.1787L10.3744 10.1788C10.3509 10.0495 10.3532 9.91685 10.3809 9.78844C10.4087 9.66003 10.4615 9.53834 10.5363 9.43034C10.6874 9.21221 10.919 9.06303 11.18 9.01562C11.4411 8.96822 11.7103 9.02646 11.9285 9.17755C12.0365 9.25236 12.1287 9.34771 12.1998 9.45815C12.271 9.5686 12.3197 9.69198 12.3432 9.82125L13.6157 16.8213C13.6631 17.0816 13.6054 17.3502 13.4552 17.5681C13.3051 17.786 13.0746 17.9354 12.8144 17.9837ZM21.6244 10.1788L20.3507 17.1787C20.3088 17.409 20.1876 17.6172 20.0081 17.7673C19.8286 17.9173 19.6021 17.9997 19.3682 18C19.3078 18.0001 19.2475 17.9947 19.1882 17.9837C18.9273 17.9363 18.6959 17.7872 18.545 17.5692C18.394 17.3512 18.3358 17.0822 18.3832 16.8213L19.6557 9.82125C19.7031 9.56018 19.8523 9.32863 20.0704 9.17755C20.2885 9.02646 20.5577 8.96822 20.8188 9.01562C21.0799 9.06303 21.3114 9.21221 21.4625 9.43034C21.6136 9.64847 21.6718 9.91768 21.6244 10.1788ZM19.9994 22.5V28C19.9994 28.2652 19.8941 28.5196 19.7065 28.7071C19.519 28.8946 19.2646 29 18.9994 29H12.9994C12.7342 29 12.4798 28.8946 12.2923 28.7071C12.1048 28.5196 11.9994 28.2652 11.9994 28V22.5C11.9994 22.3674 12.0521 22.2402 12.1459 22.1464C12.2396 22.0527 12.3668 22 12.4994 22H19.4994C19.632 22 19.7592 22.0527 19.853 22.1464C19.9467 22.2402 19.9994 22.3674 19.9994 22.5Z" 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.9395 9.34125L24.667 18.3412C24.5969 18.5343 24.4691 18.7011 24.3009 18.8189C24.1327 18.9368 23.9323 19 23.727 19H8.27448C8.06912 19 7.86873 18.9368 7.70055 18.8189C7.53238 18.7011 7.40456 18.5343 7.33448 18.3412L4.06198 9.34125C4.00718 9.1903 3.98954 9.02838 4.01055 8.86917C4.03156 8.70996 4.0906 8.55815 4.18269 8.42659C4.27477 8.29502 4.39718 8.18757 4.53957 8.11332C4.68196 8.03906 4.84014 8.0002 5.00073 8H27.0007C27.1613 8.0002 27.3195 8.03906 27.4619 8.11332C27.6043 8.18757 27.7267 8.29502 27.8188 8.42659C27.9109 8.55815 27.9699 8.70996 27.9909 8.86917C28.0119 9.02838 27.9943 9.1903 27.9395 9.34125Z" fill="currentColor"/>
|
|
36
|
+
<path d="M28.6382 7.8525C28.4537 7.58913 28.2084 7.37413 27.9231 7.22572C27.6378 7.07732 27.321 6.99989 26.9994 7H16.9994V3H18.9994C19.2646 3 19.519 2.89464 19.7065 2.70711C19.8941 2.51957 19.9994 2.26522 19.9994 2C19.9994 1.73478 19.8941 1.48043 19.7065 1.29289C19.519 1.10536 19.2646 1 18.9994 1H12.9994C12.7342 1 12.4798 1.10536 12.2923 1.29289C12.1048 1.48043 11.9994 1.73478 11.9994 2C11.9994 2.26522 12.1048 2.51957 12.2923 2.70711C12.4798 2.89464 12.7342 3 12.9994 3H14.9994V7H4.99942C4.6783 7.00072 4.36208 7.07875 4.07749 7.2275C3.7929 7.37624 3.54831 7.59132 3.3644 7.85456C3.18049 8.11779 3.06267 8.42144 3.0209 8.73983C2.97913 9.05822 3.01464 9.38198 3.12442 9.68375L6.39817 18.6838C6.53824 19.0688 6.79319 19.4015 7.12854 19.6369C7.46389 19.8723 7.86344 19.9991 8.27317 20H11.9994V28C11.9994 28.2652 12.1048 28.5196 12.2923 28.7071C12.4798 28.8946 12.7342 29 12.9994 29C13.2646 29 13.519 28.8946 13.7065 28.7071C13.8941 28.5196 13.9994 28.2652 13.9994 28V20H17.9994V28C17.9994 28.2652 18.1048 28.5196 18.2923 28.7071C18.4798 28.8946 18.7342 29 18.9994 29C19.2646 29 19.519 28.8946 19.7065 28.7071C19.8941 28.5196 19.9994 28.2652 19.9994 28V20H23.7269C24.1366 19.9991 24.5362 19.8723 24.8715 19.6369C25.2069 19.4015 25.4618 19.0688 25.6019 18.6838L28.8757 9.68375C28.9862 9.38189 29.0223 9.05785 28.9809 8.73907C28.9396 8.4203 28.822 8.11619 28.6382 7.8525ZM13.8344 18L12.1969 9H19.8019L18.1644 18H13.8344ZM4.99942 9H10.1644L11.8007 18H8.27192L4.99942 9ZM23.7269 18H20.1982L21.8344 9H26.9994L23.7269 18Z" 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="M28.4339 8C28.2729 7.76882 28.0585 7.57992 27.8089 7.44934C27.5593 7.31877 27.2819 7.25038 27.0002 7.25H16.7502V2.75H19.0002C19.1991 2.75 19.3898 2.67098 19.5305 2.53033C19.6711 2.38968 19.7502 2.19891 19.7502 2C19.7502 1.80109 19.6711 1.61032 19.5305 1.46967C19.3898 1.32902 19.1991 1.25 19.0002 1.25H13.0002C12.8013 1.25 12.6105 1.32902 12.4698 1.46967C12.3292 1.61032 12.2502 1.80109 12.2502 2C12.2502 2.19891 12.3292 2.38968 12.4698 2.53033C12.6105 2.67098 12.8013 2.75 13.0002 2.75H15.2502V7.25H5.00016C4.71891 7.24997 4.44179 7.31774 4.19229 7.44755C3.94279 7.57736 3.72825 7.76539 3.56685 7.99572C3.40544 8.22605 3.30193 8.49189 3.26509 8.77072C3.22824 9.04955 3.25913 9.33315 3.35516 9.5975L6.62891 18.5975C6.75153 18.9351 6.97504 19.2267 7.26909 19.4329C7.56315 19.6391 7.91353 19.7498 8.27266 19.75H12.2502V28C12.2502 28.1989 12.3292 28.3897 12.4698 28.5303C12.6105 28.671 12.8013 28.75 13.0002 28.75C13.1991 28.75 13.3898 28.671 13.5305 28.5303C13.6711 28.3897 13.7502 28.1989 13.7502 28V19.75H18.2502V28C18.2502 28.1989 18.3292 28.3897 18.4698 28.5303C18.6105 28.671 18.8013 28.75 19.0002 28.75C19.1991 28.75 19.3898 28.671 19.5305 28.5303C19.6711 28.3897 19.7502 28.1989 19.7502 28V19.75H23.7277C24.0874 19.7505 24.4386 19.6402 24.7334 19.434C25.0282 19.2277 25.2523 18.9357 25.3752 18.5975L28.6489 9.5975C28.7437 9.33349 28.7737 9.05054 28.7363 8.77252C28.6989 8.4945 28.5952 8.22955 28.4339 8ZM13.6252 18.25L11.8989 8.75H20.1014L18.3752 18.25H13.6252ZM8.03766 18.085L4.76516 9.085C4.75142 9.04727 4.74698 9.00677 4.7522 8.96696C4.75742 8.92714 4.77216 8.88917 4.79516 8.85625C4.81781 8.82289 4.84841 8.79571 4.8842 8.77716C4.92 8.75861 4.95985 8.74927 5.00016 8.75H10.3752L12.1027 18.25H8.27266C8.22128 18.25 8.17116 18.2341 8.12911 18.2046C8.08706 18.1751 8.05513 18.1333 8.03766 18.085ZM27.2352 9.085L23.9627 18.085C23.9452 18.1333 23.9133 18.1751 23.8712 18.2046C23.8292 18.2341 23.779 18.25 23.7277 18.25H19.8989L21.6252 8.75H27.0002C27.0405 8.74927 27.0803 8.75861 27.1161 8.77716C27.1519 8.79571 27.1825 8.82289 27.2052 8.85625C27.2282 8.88917 27.2429 8.92714 27.2481 8.96696C27.2534 9.00677 27.2489 9.04727 27.2352 9.085Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default AirTrafficControl;
|