@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,48 @@
|
|
|
1
|
+
|
|
2
|
+
import IconProps from "../../IconProps";
|
|
3
|
+
|
|
4
|
+
const WebhooksLogo = ({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="M22.5877 22.4999H13.4764C13.3994 23.347 13.127 24.1647 12.6805 24.8887C12.234 25.6127 11.6258 26.2233 10.9034 26.6725C10.1811 27.1217 9.36446 27.3972 8.51767 27.4774C7.67087 27.5576 6.81701 27.4403 6.0232 27.1347C5.2294 26.8292 4.51728 26.3437 3.94283 25.7164C3.36838 25.0891 2.94725 24.3371 2.71255 23.5195C2.47784 22.7019 2.43596 21.8411 2.5902 21.0046C2.74443 20.1681 3.09058 19.3788 3.60143 18.6987C3.68116 18.5926 3.79977 18.5225 3.93116 18.5039C4.06255 18.4853 4.19597 18.5196 4.30205 18.5993C4.40814 18.6791 4.47821 18.7977 4.49684 18.9291C4.51548 19.0604 4.48116 19.1939 4.40143 19.2999C3.81409 20.0773 3.49753 21.0257 3.50018 21.9999C3.50018 23.1934 3.97428 24.338 4.8182 25.1819C5.66211 26.0258 6.8067 26.4999 8.00018 26.4999C9.19365 26.4999 10.3382 26.0258 11.1822 25.1819C12.0261 24.338 12.5002 23.1934 12.5002 21.9999C12.5002 21.8673 12.5529 21.7402 12.6466 21.6464C12.7404 21.5526 12.8676 21.4999 13.0002 21.4999H22.5877C22.7056 21.1663 22.9377 20.8852 23.2429 20.7061C23.5481 20.5271 23.9068 20.4617 24.2555 20.5216C24.6043 20.5814 24.9207 20.7626 25.1487 21.0331C25.3768 21.3037 25.5019 21.6461 25.5019 21.9999C25.5019 22.3538 25.3768 22.6962 25.1487 22.9668C24.9207 23.2373 24.6043 23.4185 24.2555 23.4783C23.9068 23.5382 23.5481 23.4728 23.2429 23.2938C22.9377 23.1147 22.7056 22.8336 22.5877 22.4999ZM8.00018 23.4999C8.28327 23.4998 8.56054 23.4196 8.79995 23.2685C9.03937 23.1175 9.23114 22.9017 9.35312 22.6463C9.4751 22.3908 9.5223 22.1061 9.48926 21.8249C9.45622 21.5437 9.3443 21.2777 9.16643 21.0574L13.8052 13.5199C13.8397 13.464 13.8629 13.4018 13.8734 13.3369C13.8838 13.2719 13.8814 13.2056 13.8662 13.1416C13.851 13.0776 13.8233 13.0173 13.7847 12.964C13.7462 12.9107 13.6975 12.8656 13.6414 12.8312C13.0404 12.4609 12.5349 11.9543 12.1658 11.3525C11.7968 10.7506 11.5745 10.0704 11.517 9.36674C11.4594 8.6631 11.5683 7.9558 11.8347 7.302C12.1011 6.64821 12.5176 6.06626 13.0505 5.60321C13.5834 5.14016 14.2178 4.80899 14.9024 4.63647C15.5869 4.46395 16.3025 4.45493 16.9912 4.61013C17.68 4.76533 18.3225 5.08039 18.8669 5.52986C19.4113 5.97932 19.8424 6.55058 20.1252 7.19745C20.1496 7.26013 20.1865 7.31723 20.2335 7.36534C20.2806 7.41344 20.3368 7.45155 20.399 7.47739C20.4611 7.50323 20.5278 7.51627 20.5951 7.51572C20.6623 7.51517 20.7288 7.50105 20.7905 7.4742C20.8522 7.44735 20.9078 7.40833 20.9541 7.35947C21.0004 7.31061 21.0363 7.25291 21.0597 7.18984C21.0831 7.12677 21.0936 7.05962 21.0904 6.99241C21.0873 6.9252 21.0706 6.85931 21.0414 6.7987C20.7042 6.02748 20.1946 5.34395 19.5516 4.80073C18.9087 4.25751 18.1496 3.8691 17.333 3.66542C16.5163 3.46174 15.6637 3.44821 14.841 3.62589C14.0183 3.80357 13.2473 4.16771 12.5874 4.69026C11.9276 5.21282 11.3965 5.87985 11.035 6.63998C10.6735 7.40011 10.4914 8.23307 10.5025 9.0747C10.5136 9.91632 10.7178 10.7442 11.0992 11.4945C11.4807 12.2448 12.0292 12.8975 12.7027 13.4024L8.31518 20.5337C8.21173 20.511 8.1061 20.4996 8.00018 20.4999C7.60235 20.4999 7.22082 20.658 6.93952 20.9393C6.65821 21.2206 6.50018 21.6021 6.50018 21.9999C6.50018 22.3978 6.65821 22.7793 6.93952 23.0606C7.22082 23.3419 7.60235 23.4999 8.00018 23.4999ZM24.0002 16.4999C23.1519 16.4997 22.3151 16.6956 21.5552 17.0724L17.1664 9.94745C17.3814 9.6836 17.5003 9.35449 17.5035 9.01416C17.5067 8.67383 17.3941 8.34252 17.1842 8.07465C16.9742 7.80678 16.6794 7.61826 16.3482 7.54007C16.0169 7.46188 15.6689 7.49867 15.3614 7.64438C15.0538 7.79009 14.8049 8.03606 14.6556 8.34191C14.5063 8.64775 14.4654 8.99528 14.5397 9.32742C14.614 9.65955 14.7991 9.95654 15.0645 10.1696C15.3299 10.3827 15.6598 10.4992 16.0002 10.4999C16.1061 10.4996 16.2116 10.4883 16.3152 10.4662L20.9539 17.9999C21.0234 18.1128 21.1349 18.1934 21.2638 18.2241C21.3927 18.2548 21.5285 18.2331 21.6414 18.1637C22.2339 17.8004 22.9025 17.5793 23.5947 17.5177C24.287 17.4561 24.9841 17.5556 25.6315 17.8086C26.2788 18.0615 26.8587 18.461 27.3258 18.9756C27.7929 19.4902 28.1345 20.106 28.3237 20.7748C28.5129 21.4435 28.5447 22.147 28.4165 22.8301C28.2883 23.5131 28.0036 24.1572 27.5847 24.7118C27.1659 25.2665 26.6243 25.7165 26.0024 26.0267C25.3805 26.337 24.6952 26.4989 24.0002 26.4999C23.8676 26.4999 23.7404 26.5526 23.6466 26.6464C23.5529 26.7402 23.5002 26.8673 23.5002 26.9999C23.5002 27.1326 23.5529 27.2597 23.6466 27.3535C23.7404 27.4473 23.8676 27.4999 24.0002 27.4999C25.4589 27.4999 26.8578 26.9205 27.8893 25.889C28.9207 24.8576 29.5002 23.4586 29.5002 21.9999C29.5002 20.5413 28.9207 19.1423 27.8893 18.1109C26.8578 17.0794 25.4589 16.4999 24.0002 16.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="M22.2701 23H13.9151C13.7638 23.8957 13.411 24.7453 12.8835 25.4848C12.3559 26.2243 11.6674 26.8343 10.8697 27.2689C10.0721 27.7036 9.18615 27.9514 8.27876 27.9937C7.37138 28.0361 6.46622 27.8719 5.63155 27.5134C4.79688 27.155 4.05449 26.6117 3.46036 25.9246C2.86623 25.2375 2.43587 24.4244 2.20175 23.5467C1.96762 22.669 1.93583 21.7497 2.10878 20.8579C2.28172 19.9661 2.65489 19.1253 3.20014 18.3988C3.27902 18.2937 3.37782 18.2052 3.49089 18.1383C3.60397 18.0715 3.72911 18.0275 3.85917 18.009C3.98923 17.9905 4.12166 17.9978 4.2489 18.0304C4.37615 18.0631 4.49571 18.1205 4.60077 18.1994C4.70583 18.2783 4.79432 18.3771 4.8612 18.4901C4.92807 18.6032 4.97202 18.7283 4.99054 18.8584C5.00905 18.9885 5.00176 19.1209 4.9691 19.2481C4.93643 19.3754 4.87902 19.495 4.80014 19.6C4.27832 20.2911 3.99732 21.1341 4.00014 22C4.00014 23.0609 4.42157 24.0783 5.17172 24.8284C5.92186 25.5786 6.93928 26 8.00014 26C9.06101 26 10.0784 25.5786 10.8286 24.8284C11.5787 24.0783 12.0001 23.0609 12.0001 22C12.0001 21.7348 12.1055 21.4804 12.293 21.2929C12.4806 21.1054 12.7349 21 13.0001 21H22.2701C22.4903 20.6187 22.8301 20.3207 23.2368 20.1523C23.6436 19.9838 24.0946 19.9542 24.5198 20.0682C24.9451 20.1821 25.3209 20.4332 25.5889 20.7825C25.8569 21.1318 26.0022 21.5597 26.0022 22C26.0022 22.4403 25.8569 22.8682 25.5889 23.2175C25.3209 23.5668 24.9451 23.8179 24.5198 23.9319C24.0946 24.0458 23.6436 24.0163 23.2368 23.8478C22.8301 23.6793 22.4903 23.3813 22.2701 23ZM8.00014 24C8.34654 24.0001 8.68704 23.9103 8.98827 23.7393C9.28951 23.5682 9.54116 23.3219 9.71859 23.0244C9.89601 22.7269 9.99312 22.3884 10.0004 22.0421C10.0077 21.6957 9.9249 21.3535 9.76014 21.0488L14.2314 13.7813C14.3702 13.5555 14.4136 13.2838 14.3522 13.026C14.2908 12.7682 14.1296 12.5453 13.9039 12.4063C13.3694 12.0772 12.9198 11.627 12.5916 11.092C12.2633 10.5571 12.0655 9.95235 12.0142 9.32679C11.963 8.70123 12.0596 8.07238 12.2964 7.49109C12.5331 6.9098 12.9034 6.39239 13.3772 5.98069C13.8509 5.56899 14.4149 5.27456 15.0236 5.12121C15.6322 4.96786 16.2684 4.95989 16.8807 5.09795C17.493 5.236 18.0642 5.51621 18.5481 5.91591C19.0321 6.31561 19.4151 6.82358 19.6664 7.39876C19.7725 7.64193 19.9708 7.833 20.2178 7.92993C20.4647 8.02686 20.7401 8.02172 20.9833 7.91563C21.2264 7.80955 21.4175 7.61121 21.5144 7.36425C21.6114 7.11728 21.6062 6.84193 21.5001 6.59876C21.1399 5.77529 20.5993 5.04328 19.9182 4.45679C19.2371 3.8703 18.433 3.44432 17.5652 3.21032C16.6973 2.97632 15.788 2.94028 14.9044 3.10486C14.0208 3.26944 13.1855 3.63044 12.4601 4.16118C11.7347 4.69193 11.1379 5.37886 10.7136 6.17123C10.2893 6.9636 10.0485 7.84117 10.0089 8.73911C9.96932 9.63704 10.132 10.5324 10.4848 11.359C10.8377 12.1857 11.3718 12.9225 12.0476 13.515L8.05514 20C8.03639 20 8.01889 20 8.00014 20C7.46971 20 6.961 20.2107 6.58593 20.5858C6.21086 20.9609 6.00014 21.4696 6.00014 22C6.00014 22.5304 6.21086 23.0392 6.58593 23.4142C6.961 23.7893 7.46971 24 8.00014 24ZM24.0001 16C23.2291 16.0001 22.4653 16.1482 21.7501 16.4363L17.7601 9.95001C17.9681 9.56474 18.0439 9.12187 17.9759 8.68937C17.9079 8.25686 17.6999 7.85862 17.3837 7.55576C17.0675 7.25289 16.6607 7.06214 16.2257 7.01277C15.7907 6.9634 15.3515 7.05813 14.9755 7.28245C14.5995 7.50676 14.3075 7.84825 14.1443 8.25451C13.9811 8.66077 13.9557 9.10937 14.0721 9.53144C14.1884 9.95352 14.44 10.3258 14.7883 10.591C15.1366 10.8563 15.5623 11 16.0001 11H16.0551L20.5276 18.2688C20.6669 18.4942 20.8898 18.6552 21.1476 18.7164C21.4055 18.7775 21.677 18.7339 21.9026 18.595C22.4291 18.2705 23.0237 18.0724 23.6397 18.0164C24.2556 17.9604 24.8761 18.0481 25.4525 18.2724C26.0289 18.4967 26.5454 18.8517 26.9614 19.3093C27.3775 19.7669 27.6817 20.3148 27.8503 20.9099C28.0188 21.505 28.0471 22.131 27.9329 22.7389C27.8186 23.3467 27.565 23.9198 27.1919 24.413C26.8188 24.9063 26.3364 25.3063 25.7826 25.5817C25.2287 25.8571 24.6186 26.0002 24.0001 26C23.7349 26 23.4806 26.1054 23.293 26.2929C23.1055 26.4804 23.0001 26.7348 23.0001 27C23.0001 27.2652 23.1055 27.5196 23.293 27.7071C23.4806 27.8947 23.7349 28 24.0001 28C25.5914 28 27.1176 27.3679 28.2428 26.2427C29.368 25.1174 30.0001 23.5913 30.0001 22C30.0001 20.4087 29.368 18.8826 28.2428 17.7574C27.1176 16.6321 25.5914 16 24.0001 16Z" 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="M14.3238 23.4999C13.9554 25.0493 13.0311 26.4096 11.7262 27.3225C10.4213 28.2354 8.82664 28.6376 7.24487 28.4525C5.66309 28.2675 4.20429 27.5082 3.1453 26.3188C2.08632 25.1293 1.50086 23.5925 1.50003 21.9999C1.49593 20.5923 1.95297 19.222 2.80128 18.0987C2.91711 17.9349 3.06462 17.796 3.23509 17.6902C3.40556 17.5844 3.59552 17.5139 3.79372 17.4828C3.99193 17.4517 4.19435 17.4608 4.38902 17.5093C4.58368 17.5579 4.76662 17.645 4.92702 17.7655C5.08742 17.886 5.22202 18.0374 5.32284 18.2109C5.42367 18.3843 5.48867 18.5763 5.51401 18.7753C5.53935 18.9743 5.52451 19.1764 5.47036 19.3696C5.41621 19.5627 5.32386 19.7431 5.19878 19.8999C4.74272 20.5048 4.4973 21.2424 4.50003 21.9999C4.50003 22.9282 4.86878 23.8184 5.52515 24.4748C6.18153 25.1312 7.07177 25.4999 8.00003 25.4999C8.92828 25.4999 9.81852 25.1312 10.4749 24.4748C11.1313 23.8184 11.5 22.9282 11.5 21.9999C11.5 21.6021 11.6581 21.2206 11.9394 20.9393C12.2207 20.658 12.6022 20.4999 13 20.4999H24C24.3979 20.4999 24.7794 20.658 25.0607 20.9393C25.342 21.2206 25.5 21.6021 25.5 21.9999C25.5 22.3978 25.342 22.7793 25.0607 23.0606C24.7794 23.3419 24.3979 23.4999 24 23.4999H14.3238ZM7.21378 23.2774C7.38154 23.3807 7.568 23.4499 7.7625 23.4811C7.95701 23.5123 8.15576 23.5049 8.3474 23.4593C8.53904 23.4136 8.71982 23.3307 8.87941 23.2152C9.039 23.0998 9.17428 22.954 9.27753 22.7862L14.6525 14.0437C14.7558 13.8759 14.825 13.6895 14.8562 13.495C14.8874 13.3005 14.88 13.1017 14.8343 12.9101C14.7887 12.7184 14.7058 12.5377 14.5903 12.3781C14.4748 12.2185 14.329 12.0832 14.1613 11.9799C13.6938 11.6919 13.3006 11.298 13.0136 10.8299C12.7265 10.3619 12.5536 9.83282 12.5088 9.28557C12.464 8.73832 12.5486 8.18821 12.7557 7.6797C12.9629 7.17119 13.2867 6.71855 13.7012 6.35836C14.1156 5.99817 14.609 5.74054 15.1414 5.60629C15.6738 5.47204 16.2303 5.46494 16.766 5.58557C17.3017 5.70619 17.8014 5.95115 18.2249 6.30065C18.6484 6.65015 18.9837 7.09439 19.2038 7.59745C19.2815 7.77947 19.3945 7.9443 19.5362 8.08245C19.678 8.2206 19.8456 8.32933 20.0296 8.40239C20.2135 8.47544 20.4101 8.51137 20.608 8.5081C20.8059 8.50483 21.0012 8.46243 21.1826 8.38334C21.3641 8.30426 21.528 8.19004 21.6651 8.04729C21.8022 7.90453 21.9097 7.73606 21.9814 7.55157C22.0531 7.36709 22.0875 7.17024 22.0828 6.97237C22.0781 6.77451 22.0342 6.57954 21.9538 6.3987C21.5703 5.52371 20.9986 4.74402 20.2794 4.11512C19.5603 3.48622 18.7114 3.02358 17.7931 2.76012C16.8748 2.49665 15.9097 2.43885 14.9665 2.59083C14.0233 2.7428 13.1253 3.10081 12.3362 3.63938C11.5471 4.17795 10.8865 4.88384 10.4013 5.70679C9.91606 6.52975 9.61823 7.44954 9.52896 8.4007C9.43969 9.35187 9.56119 10.311 9.88481 11.2099C10.2084 12.1087 10.7262 12.9252 11.4013 13.6012L6.71753 21.2137C6.61449 21.3818 6.54558 21.5685 6.51476 21.7632C6.48393 21.9579 6.49179 22.1568 6.53788 22.3484C6.58397 22.5401 6.66738 22.7208 6.78336 22.8802C6.89934 23.0396 7.0456 23.1746 7.21378 23.2774ZM24 15.4999C23.3077 15.4997 22.6199 15.6102 21.9625 15.8274L17.2775 8.21245C17.069 7.87363 16.7344 7.63153 16.3474 7.53941C15.9604 7.44728 15.5526 7.51267 15.2138 7.7212C14.875 7.92972 14.6329 8.2643 14.5407 8.65133C14.4486 9.03836 14.514 9.44613 14.7225 9.78495L20.0975 18.5262C20.2008 18.6941 20.3361 18.8401 20.4958 18.9557C20.6555 19.0713 20.8364 19.1542 21.0282 19.1999C21.22 19.2455 21.4189 19.2529 21.6135 19.2216C21.8082 19.1903 21.9947 19.1209 22.1625 19.0174C22.6232 18.7345 23.1432 18.5622 23.6816 18.5139C24.2201 18.4657 24.7624 18.5428 25.266 18.7393C25.7697 18.9357 26.221 19.2462 26.5845 19.6463C26.9481 20.0464 27.214 20.5253 27.3614 21.0455C27.5089 21.5656 27.5338 22.1128 27.4343 22.6442C27.3348 23.1756 27.1135 23.6767 26.7879 24.1082C26.4623 24.5397 26.0411 24.89 25.5574 25.1314C25.0737 25.3729 24.5406 25.499 24 25.4999C23.6022 25.4999 23.2207 25.658 22.9394 25.9393C22.6581 26.2206 22.5 26.6021 22.5 26.9999C22.5 27.3978 22.6581 27.7793 22.9394 28.0606C23.2207 28.3419 23.6022 28.4999 24 28.4999C25.7239 28.4999 27.3772 27.8151 28.5962 26.5961C29.8152 25.3772 30.5 23.7239 30.5 21.9999C30.5 20.276 29.8152 18.6227 28.5962 17.4038C27.3772 16.1848 25.7239 15.4999 24 15.4999Z" 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="M6.26899 21L11.134 12.5713L10.854 12.0863C10.4354 11.384 10.1648 10.6037 10.0587 9.79316C9.95257 8.9826 10.0132 8.1589 10.2369 7.37262C10.4606 6.58634 10.8425 5.85405 11.3594 5.22071C11.8763 4.58736 12.5171 4.06632 13.2426 3.68955C13.968 3.31278 14.7629 3.08823 15.5782 3.02969C16.3936 2.97115 17.2124 3.07984 17.9842 3.3491C18.7561 3.61837 19.4648 4.04252 20.0668 4.59553C20.6689 5.14854 21.1515 5.81874 21.4852 6.565C21.59 6.79285 21.6072 7.05127 21.5337 7.29102C21.4601 7.53076 21.301 7.73507 21.0865 7.865C20.9646 7.9358 20.8291 7.98001 20.6888 7.99474C20.5486 8.00947 20.4069 7.99439 20.2729 7.95048C20.1389 7.90657 20.0157 7.83482 19.9115 7.73995C19.8072 7.64508 19.7241 7.52923 19.6677 7.4C19.447 6.90119 19.1267 6.45279 18.7263 6.08236C18.3259 5.71194 17.854 5.42731 17.3396 5.24598C16.8251 5.06465 16.279 4.99045 15.7349 5.02794C15.1907 5.06543 14.66 5.21381 14.1753 5.46398C13.6906 5.71414 13.2621 6.0608 12.9163 6.48263C12.5705 6.90447 12.3147 7.39257 12.1645 7.91693C12.0143 8.4413 11.9729 8.99084 12.0429 9.53179C12.1129 10.0727 12.2928 10.5936 12.5715 11.0625C12.5755 11.0674 12.5789 11.0729 12.5815 11.0788L14.3102 14.0713C14.398 14.2233 14.4442 14.3957 14.4442 14.5713C14.4442 14.7468 14.398 14.9192 14.3102 15.0713L9.73274 23C9.46404 23.4524 9.0279 23.7806 8.51883 23.9137C8.00976 24.0467 7.46878 23.9737 7.01313 23.7106C6.55747 23.4475 6.22385 23.0155 6.08456 22.5081C5.94527 22.0007 6.01153 21.4589 6.26899 21ZM23.894 16H22.3515L17.7327 8C17.464 7.54763 17.0279 7.21936 16.5188 7.08634C16.0098 6.95332 15.4688 7.02627 15.0131 7.28937C14.5575 7.55247 14.2239 7.98453 14.0846 8.49191C13.9453 8.9993 14.0115 9.54114 14.269 10L18.599 17.5C18.6867 17.6519 18.8127 17.778 18.9646 17.8658C19.1164 17.9535 19.2886 17.9998 19.464 18H23.9177C26.154 18 28.0365 19.83 28.0002 22.0663C27.983 23.1089 27.5593 24.1036 26.8193 24.8384C26.0794 25.5733 25.0818 25.99 24.039 26C23.7835 25.9969 23.536 26.089 23.3447 26.2584C23.1534 26.4278 23.0319 26.6623 23.004 26.9163C22.9924 27.0544 23.0096 27.1935 23.0547 27.3247C23.0997 27.4559 23.1715 27.5762 23.2655 27.6781C23.3596 27.7801 23.4738 27.8613 23.6009 27.9167C23.7281 27.9721 23.8653 28.0005 24.004 28C24.8016 27.9993 25.591 27.8398 26.3263 27.5307C27.0615 27.2216 27.7278 26.7692 28.2864 26.1999C28.8449 25.6305 29.2844 24.9556 29.5793 24.2146C29.8742 23.4735 30.0186 22.6812 30.004 21.8838C29.9365 18.5988 27.1852 16 23.899 16H23.894ZM26.0002 21.9038C25.9502 20.8275 25.0227 20 23.9465 20H14.3515C14.1759 20 14.0034 20.0462 13.8514 20.1339C13.6993 20.2217 13.573 20.3479 13.4852 20.5L11.4652 24C11.1926 24.4702 10.827 24.8798 10.3908 25.204C9.95452 25.5281 9.4568 25.76 8.92798 25.8854C8.39916 26.0108 7.85033 26.0271 7.31499 25.9334C6.77964 25.8396 6.26902 25.6378 5.81429 25.3401C5.35956 25.0425 4.97026 24.6553 4.67014 24.2021C4.37003 23.749 4.1654 23.2395 4.06875 22.7047C3.9721 22.1699 3.98545 21.6209 4.108 21.0914C4.23054 20.562 4.4597 20.063 4.78149 19.625C4.93692 19.4226 5.01127 19.1695 4.99 18.9153C4.96873 18.661 4.85338 18.4238 4.66649 18.25C4.56317 18.1579 4.44187 18.0883 4.31026 18.0456C4.17864 18.0028 4.03959 17.9878 3.90189 18.0016C3.76419 18.0153 3.63084 18.0575 3.51028 18.1254C3.38972 18.1934 3.28457 18.2856 3.20149 18.3963C2.43013 19.4184 2.00887 20.662 2.00024 21.9425C1.98837 23.2675 2.41543 24.5591 3.21479 25.6159C4.01415 26.6727 5.14084 27.4351 6.41905 27.7842C7.69727 28.1334 9.0551 28.0496 10.2807 27.5459C11.5063 27.0422 12.5306 26.147 13.194 25L13.7715 24H24.0002C24.2712 24.0003 24.5394 23.9456 24.7885 23.8391C25.0377 23.7326 25.2626 23.5766 25.4496 23.3806C25.6366 23.1846 25.7819 22.9526 25.8765 22.6987C25.9712 22.4448 26.0133 22.1744 26.0002 21.9038Z" 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="M16 14C15.0111 14 14.0444 13.7068 13.2222 13.1573C12.3999 12.6079 11.759 11.827 11.3806 10.9134C11.0022 9.99979 10.9031 8.99446 11.0961 8.02455C11.289 7.05465 11.7652 6.16373 12.4645 5.46447C13.1637 4.76521 14.0546 4.289 15.0246 4.09608C15.9945 3.90315 16.9998 4.00217 17.9134 4.3806C18.8271 4.75904 19.6079 5.39991 20.1574 6.22215C20.7068 7.0444 21 8.0111 21 9C21 9.65661 20.8707 10.3068 20.6194 10.9134C20.3681 11.52 19.9998 12.0712 19.5355 12.5355C19.0712 12.9998 18.52 13.3681 17.9134 13.6194C17.3068 13.8707 16.6566 14 16 14ZM24 17C23.0111 17 22.0444 17.2932 21.2222 17.8427C20.3999 18.3921 19.759 19.173 19.3806 20.0866C19.0022 21.0002 18.9031 22.0055 19.0961 22.9755C19.289 23.9454 19.7652 24.8363 20.4645 25.5355C21.1637 26.2348 22.0546 26.711 23.0245 26.9039C23.9945 27.0969 24.9998 26.9978 25.9134 26.6194C26.8271 26.241 27.6079 25.6001 28.1574 24.7779C28.7068 23.9556 29 22.9889 29 22C29 20.6739 28.4732 19.4022 27.5355 18.4645C26.5979 17.5268 25.3261 17 24 17ZM8 17C7.0111 17 6.0444 17.2932 5.22215 17.8427C4.39991 18.3921 3.75904 19.173 3.3806 20.0866C3.00217 21.0002 2.90315 22.0055 3.09608 22.9755C3.289 23.9454 3.76521 24.8363 4.46447 25.5355C5.16373 26.2348 6.05465 26.711 7.02455 26.9039C7.99446 27.0969 8.99979 26.9978 9.91342 26.6194C10.827 26.241 11.6079 25.6001 12.1573 24.7779C12.7068 23.9556 13 22.9889 13 22C13 20.6739 12.4732 19.4022 11.5355 18.4645C10.5979 17.5268 9.32609 17 8 17Z" fill="currentColor"/>
|
|
37
|
+
<path d="M22.2701 23H13.9151C13.7638 23.8957 13.411 24.7453 12.8835 25.4848C12.3559 26.2243 11.6674 26.8343 10.8697 27.2689C10.0721 27.7036 9.18615 27.9514 8.27876 27.9937C7.37138 28.0361 6.46622 27.8719 5.63155 27.5134C4.79688 27.155 4.05449 26.6117 3.46036 25.9246C2.86623 25.2375 2.43587 24.4244 2.20175 23.5467C1.96762 22.669 1.93583 21.7497 2.10878 20.8579C2.28172 19.9661 2.65489 19.1253 3.20014 18.3988C3.27902 18.2937 3.37782 18.2052 3.49089 18.1383C3.60397 18.0715 3.72911 18.0275 3.85917 18.009C3.98923 17.9905 4.12166 17.9978 4.2489 18.0304C4.37615 18.0631 4.49571 18.1205 4.60077 18.1994C4.70583 18.2783 4.79432 18.3771 4.8612 18.4901C4.92807 18.6032 4.97202 18.7283 4.99054 18.8584C5.00905 18.9885 5.00176 19.1209 4.9691 19.2481C4.93643 19.3754 4.87902 19.495 4.80014 19.6C4.27832 20.2911 3.99732 21.1341 4.00014 22C4.00014 23.0609 4.42157 24.0783 5.17172 24.8284C5.92186 25.5786 6.93928 26 8.00014 26C9.06101 26 10.0784 25.5786 10.8286 24.8284C11.5787 24.0783 12.0001 23.0609 12.0001 22C12.0001 21.7348 12.1055 21.4804 12.293 21.2929C12.4806 21.1054 12.7349 21 13.0001 21H22.2701C22.4903 20.6187 22.8301 20.3207 23.2368 20.1523C23.6436 19.9838 24.0946 19.9542 24.5198 20.0682C24.9451 20.1821 25.3209 20.4332 25.5889 20.7825C25.8569 21.1318 26.0022 21.5597 26.0022 22C26.0022 22.4403 25.8569 22.8682 25.5889 23.2175C25.3209 23.5668 24.9451 23.8179 24.5198 23.9319C24.0946 24.0458 23.6436 24.0163 23.2368 23.8478C22.8301 23.6793 22.4903 23.3813 22.2701 23ZM8.00014 24C8.34654 24.0001 8.68704 23.9103 8.98827 23.7393C9.28951 23.5682 9.54116 23.3219 9.71859 23.0244C9.89601 22.7269 9.99312 22.3884 10.0004 22.0421C10.0077 21.6957 9.9249 21.3535 9.76014 21.0488L14.2314 13.7813C14.3702 13.5555 14.4136 13.2838 14.3522 13.026C14.2908 12.7682 14.1296 12.5453 13.9039 12.4063C13.3694 12.0772 12.9198 11.627 12.5916 11.092C12.2633 10.5571 12.0655 9.95235 12.0142 9.32679C11.963 8.70123 12.0596 8.07238 12.2964 7.49109C12.5331 6.9098 12.9034 6.39239 13.3772 5.98069C13.8509 5.56899 14.4149 5.27456 15.0236 5.12121C15.6322 4.96786 16.2684 4.95989 16.8807 5.09795C17.493 5.236 18.0642 5.51621 18.5481 5.91591C19.0321 6.31561 19.4151 6.82358 19.6664 7.39876C19.7725 7.64193 19.9708 7.833 20.2178 7.92993C20.4647 8.02686 20.7401 8.02172 20.9833 7.91563C21.2264 7.80955 21.4175 7.61121 21.5144 7.36425C21.6114 7.11728 21.6062 6.84193 21.5001 6.59876C21.1399 5.77529 20.5993 5.04328 19.9182 4.45679C19.2371 3.8703 18.433 3.44432 17.5652 3.21032C16.6973 2.97632 15.788 2.94028 14.9044 3.10486C14.0208 3.26944 13.1855 3.63044 12.4601 4.16118C11.7347 4.69193 11.1379 5.37886 10.7136 6.17123C10.2893 6.9636 10.0485 7.84117 10.0089 8.73911C9.96932 9.63704 10.132 10.5324 10.4848 11.359C10.8377 12.1857 11.3718 12.9225 12.0476 13.515L8.05514 20C8.03639 20 8.01889 20 8.00014 20C7.46971 20 6.961 20.2107 6.58593 20.5858C6.21086 20.9609 6.00014 21.4696 6.00014 22C6.00014 22.5304 6.21086 23.0392 6.58593 23.4142C6.961 23.7893 7.46971 24 8.00014 24ZM24.0001 16C23.2291 16.0001 22.4653 16.1482 21.7501 16.4363L17.7601 9.95001C17.9681 9.56474 18.0439 9.12187 17.9759 8.68937C17.9079 8.25686 17.6999 7.85862 17.3837 7.55576C17.0675 7.25289 16.6607 7.06214 16.2257 7.01277C15.7907 6.9634 15.3515 7.05813 14.9755 7.28245C14.5995 7.50676 14.3075 7.84825 14.1443 8.25451C13.9811 8.66077 13.9557 9.10937 14.0721 9.53144C14.1884 9.95352 14.44 10.3258 14.7883 10.591C15.1366 10.8563 15.5623 11 16.0001 11H16.0551L20.5276 18.2688C20.6669 18.4942 20.8898 18.6552 21.1476 18.7164C21.4055 18.7775 21.677 18.7339 21.9026 18.595C22.4291 18.2705 23.0237 18.0724 23.6397 18.0164C24.2556 17.9604 24.8761 18.0481 25.4525 18.2724C26.0289 18.4967 26.5454 18.8517 26.9614 19.3093C27.3775 19.7669 27.6817 20.3148 27.8503 20.9099C28.0188 21.505 28.0471 22.131 27.9329 22.7389C27.8186 23.3467 27.565 23.9198 27.1919 24.413C26.8188 24.9063 26.3364 25.3063 25.7826 25.5817C25.2287 25.8571 24.6186 26.0002 24.0001 26C23.7349 26 23.4806 26.1054 23.293 26.2929C23.1055 26.4804 23.0001 26.7348 23.0001 27C23.0001 27.2652 23.1055 27.5196 23.293 27.7071C23.4806 27.8947 23.7349 28 24.0001 28C25.5914 28 27.1176 27.3679 28.2428 26.2427C29.368 25.1174 30.0001 23.5913 30.0001 22C30.0001 20.4087 29.368 18.8826 28.2428 17.7574C27.1176 16.6321 25.5914 16 24.0001 16Z" 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="M22.4211 22.75H13.6999C13.5852 23.6219 13.272 24.4558 12.7845 25.1877C12.2969 25.9196 11.648 26.5299 10.8877 26.9717C10.1273 27.4134 9.27574 27.6749 8.39848 27.736C7.52122 27.7971 6.64163 27.6562 5.82737 27.3241C5.01311 26.9919 4.28588 26.4775 3.70161 25.8202C3.11735 25.163 2.69161 24.3805 2.45715 23.533C2.2227 22.6854 2.18577 21.7954 2.3492 20.9313C2.51263 20.0672 2.87208 19.2522 3.39989 18.5488C3.45906 18.47 3.53318 18.4036 3.61801 18.3535C3.70283 18.3033 3.7967 18.2704 3.89426 18.2565C3.99182 18.2426 4.09116 18.2481 4.1866 18.2726C4.28204 18.2971 4.37172 18.3402 4.45051 18.3994C4.52931 18.4586 4.59567 18.5327 4.64582 18.6175C4.69597 18.7023 4.72892 18.7962 4.74279 18.8938C4.75666 18.9913 4.75118 19.0907 4.72666 19.1861C4.70214 19.2816 4.65906 19.3712 4.59989 19.45C4.04553 20.1843 3.74697 21.08 3.74989 22C3.74989 23.1272 4.19765 24.2082 4.99468 25.0052C5.79171 25.8023 6.87272 26.25 7.99989 26.25C9.12706 26.25 10.2081 25.8023 11.0051 25.0052C11.8021 24.2082 12.2499 23.1272 12.2499 22C12.2499 21.8011 12.3289 21.6103 12.4696 21.4697C12.6102 21.329 12.801 21.25 12.9999 21.25H22.4211C22.5914 20.891 22.8788 20.6007 23.236 20.4267C23.5932 20.2527 23.999 20.2055 24.3867 20.2928C24.7743 20.38 25.1207 20.5966 25.3689 20.9069C25.6171 21.2172 25.7523 21.6027 25.7523 22C25.7523 22.3974 25.6171 22.7829 25.3689 23.0931C25.1207 23.4034 24.7743 23.62 24.3867 23.7073C23.999 23.7946 23.5932 23.7473 23.236 23.5734C22.8788 23.3994 22.5914 23.109 22.4211 22.75ZM7.99989 23.75C8.31463 23.7497 8.62346 23.6645 8.89384 23.5034C9.16423 23.3423 9.38616 23.1112 9.53625 22.8346C9.68635 22.5579 9.75906 22.2459 9.74672 21.9314C9.73438 21.6169 9.63745 21.3116 9.46614 21.0475L14.0186 13.65C14.07 13.5659 14.1042 13.4725 14.1195 13.3751C14.1347 13.2778 14.1306 13.1784 14.1073 13.0826C14.0841 12.9868 14.0423 12.8966 13.9841 12.817C13.926 12.7374 13.8528 12.67 13.7686 12.6188C13.2014 12.2688 12.7244 11.7902 12.3762 11.2218C12.028 10.6534 11.8184 10.0111 11.7644 9.3467C11.7103 8.68234 11.8132 8.01456 12.0649 7.39733C12.3165 6.78009 12.7098 6.23071 13.213 5.79355C13.7162 5.35639 14.3152 5.04371 14.9615 4.88079C15.6079 4.71786 16.2835 4.70925 16.9338 4.85564C17.5841 5.00204 18.1908 5.29934 18.705 5.72353C19.2191 6.14772 19.6263 6.68691 19.8936 7.29752C19.9316 7.38973 19.9877 7.47343 20.0584 7.54373C20.1292 7.61403 20.2132 7.6695 20.3057 7.70692C20.3981 7.74434 20.4971 7.76294 20.5968 7.76163C20.6966 7.76033 20.795 7.73915 20.8865 7.69933C20.9779 7.65951 21.0605 7.60185 21.1294 7.52973C21.1983 7.45761 21.2521 7.37248 21.2877 7.27931C21.3233 7.18614 21.3399 7.0868 21.3366 6.98712C21.3334 6.88744 21.3102 6.78941 21.2686 6.69877C20.9204 5.90057 20.3955 5.19188 19.7334 4.62618C19.0713 4.06049 18.2894 3.65257 17.4466 3.43321C16.6039 3.21385 15.7223 3.18878 14.8684 3.3599C14.0146 3.53101 13.2107 3.89383 12.5176 4.42099C11.8244 4.94814 11.26 5.62585 10.867 6.40298C10.474 7.18011 10.2627 8.03635 10.249 8.90708C10.2352 9.77782 10.4194 10.6403 10.7877 11.4294C11.156 12.2186 11.6987 12.9138 12.3749 13.4625L8.18989 20.26C8.12739 20.2538 8.06489 20.25 7.99989 20.25C7.53576 20.25 7.09064 20.4344 6.76245 20.7626C6.43426 21.0908 6.24989 21.5359 6.24989 22C6.24989 22.4642 6.43426 22.9093 6.76245 23.2375C7.09064 23.5656 7.53576 23.75 7.99989 23.75ZM23.9999 16.25C23.1901 16.2493 22.3893 16.4197 21.6499 16.75L17.4661 9.95127C17.6777 9.62461 17.7743 9.23676 17.7407 8.84903C17.7071 8.46131 17.5453 8.09584 17.2807 7.81041C17.0162 7.52499 16.664 7.33589 16.28 7.27301C15.8959 7.21014 15.5018 7.27708 15.1601 7.46326C14.8183 7.64943 14.5484 7.94421 14.3929 8.30099C14.2375 8.65777 14.2054 9.05619 14.3017 9.43325C14.3981 9.81031 14.6173 10.1445 14.9249 10.383C15.2324 10.6215 15.6107 10.7506 15.9999 10.75C16.0634 10.7501 16.1268 10.7463 16.1899 10.7388L20.7399 18.135C20.845 18.3041 21.0125 18.4249 21.2061 18.4713C21.3995 18.5171 21.6032 18.4843 21.7724 18.38C22.3319 18.0359 22.9635 17.8261 23.6177 17.7672C24.2719 17.7082 24.9309 17.8017 25.5429 18.0403C26.1549 18.279 26.7032 18.6562 27.1449 19.1424C27.5866 19.6286 27.9095 20.2106 28.0884 20.8426C28.2673 21.4746 28.2973 22.1395 28.1759 22.7851C28.0546 23.4306 27.7853 24.0393 27.3891 24.5632C26.993 25.0872 26.4808 25.5122 25.8927 25.8048C25.3046 26.0975 24.6567 26.2499 23.9999 26.25C23.801 26.25 23.6102 26.329 23.4696 26.4697C23.3289 26.6103 23.2499 26.8011 23.2499 27C23.2499 27.1989 23.3289 27.3897 23.4696 27.5304C23.6102 27.671 23.801 27.75 23.9999 27.75C25.5249 27.75 26.9874 27.1442 28.0658 26.0659C29.1441 24.9876 29.7499 23.525 29.7499 22C29.7499 20.475 29.1441 19.0125 28.0658 17.9342C26.9874 16.8558 25.5249 16.25 23.9999 16.25Z" fill="currentColor"/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export default WebhooksLogo;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const BookOpenText = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M28 6.5H20C19.1732 6.50038 18.3625 6.72853 17.6569 7.1594C16.9513 7.59027 16.378 8.20721 16 8.9425C15.622 8.20721 15.0487 7.59027 14.3431 7.1594C13.6375 6.72853 12.8268 6.50038 12 6.5H4C3.60218 6.5 3.22064 6.65804 2.93934 6.93934C2.65804 7.22064 2.5 7.60218 2.5 8V24C2.5 24.3978 2.65804 24.7794 2.93934 25.0607C3.22064 25.342 3.60218 25.5 4 25.5H12C12.9283 25.5 13.8185 25.8687 14.4749 26.5251C15.1313 27.1815 15.5 28.0717 15.5 29C15.5 29.1326 15.5527 29.2598 15.6464 29.3536C15.7402 29.4473 15.8674 29.5 16 29.5C16.1326 29.5 16.2598 29.4473 16.3536 29.3536C16.4473 29.2598 16.5 29.1326 16.5 29C16.5 28.0717 16.8687 27.1815 17.5251 26.5251C18.1815 25.8687 19.0717 25.5 20 25.5H28C28.3978 25.5 28.7794 25.342 29.0607 25.0607C29.342 24.7794 29.5 24.3978 29.5 24V8C29.5 7.60218 29.342 7.22064 29.0607 6.93934C28.7794 6.65804 28.3978 6.5 28 6.5ZM12 24.5H4C3.86739 24.5 3.74021 24.4473 3.64645 24.3536C3.55268 24.2598 3.5 24.1326 3.5 24V8C3.5 7.86739 3.55268 7.74021 3.64645 7.64645C3.74021 7.55268 3.86739 7.5 4 7.5H12C12.9283 7.5 13.8185 7.86875 14.4749 8.52513C15.1313 9.1815 15.5 10.0717 15.5 11V26.175C15.0789 25.652 14.5459 25.23 13.9402 24.9402C13.3345 24.6503 12.6715 24.4999 12 24.5ZM28.5 24C28.5 24.1326 28.4473 24.2598 28.3536 24.3536C28.2598 24.4473 28.1326 24.5 28 24.5H20C19.3284 24.5 18.6654 24.6506 18.0597 24.9407C17.454 25.2308 16.921 25.653 16.5 26.1763V11C16.5 10.0717 16.8687 9.1815 17.5251 8.52513C18.1815 7.86875 19.0717 7.5 20 7.5H28C28.1326 7.5 28.2598 7.55268 28.3536 7.64645C28.4473 7.74021 28.5 7.86739 28.5 8V24ZM25.5 12C25.5 12.1326 25.4473 12.2598 25.3536 12.3536C25.2598 12.4473 25.1326 12.5 25 12.5H20C19.8674 12.5 19.7402 12.4473 19.6464 12.3536C19.5527 12.2598 19.5 12.1326 19.5 12C19.5 11.8674 19.5527 11.7402 19.6464 11.6464C19.7402 11.5527 19.8674 11.5 20 11.5H25C25.1326 11.5 25.2598 11.5527 25.3536 11.6464C25.4473 11.7402 25.5 11.8674 25.5 12ZM25.5 16C25.5 16.1326 25.4473 16.2598 25.3536 16.3536C25.2598 16.4473 25.1326 16.5 25 16.5H20C19.8674 16.5 19.7402 16.4473 19.6464 16.3536C19.5527 16.2598 19.5 16.1326 19.5 16C19.5 15.8674 19.5527 15.7402 19.6464 15.6464C19.7402 15.5527 19.8674 15.5 20 15.5H25C25.1326 15.5 25.2598 15.5527 25.3536 15.6464C25.4473 15.7402 25.5 15.8674 25.5 16ZM25.5 20C25.5 20.1326 25.4473 20.2598 25.3536 20.3536C25.2598 20.4473 25.1326 20.5 25 20.5H20C19.8674 20.5 19.7402 20.4473 19.6464 20.3536C19.5527 20.2598 19.5 20.1326 19.5 20C19.5 19.8674 19.5527 19.7402 19.6464 19.6464C19.7402 19.5527 19.8674 19.5 20 19.5H25C25.1326 19.5 25.2598 19.5527 25.3536 19.6464C25.4473 19.7402 25.5 19.8674 25.5 20Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
if (type === "regular") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
17
|
+
<path
|
|
18
|
+
d="M28 6H20C19.2238 6 18.4582 6.18073 17.7639 6.52786C17.0697 6.875 16.4657 7.37902 16 8C15.5343 7.37902 14.9303 6.875 14.2361 6.52786C13.5418 6.18073 12.7762 6 12 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21071 6.96086 2 7.46957 2 8V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H12C12.7956 26 13.5587 26.3161 14.1213 26.8787C14.6839 27.4413 15 28.2044 15 29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29C17 28.2044 17.3161 27.4413 17.8787 26.8787C18.4413 26.3161 19.2044 26 20 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM12 24H4V8H12C12.7956 8 13.5587 8.31607 14.1213 8.87868C14.6839 9.44129 15 10.2044 15 11V25C14.1353 24.3493 13.0821 23.9983 12 24ZM28 24H20C18.9179 23.9983 17.8647 24.3493 17 25V11C17 10.2044 17.3161 9.44129 17.8787 8.87868C18.4413 8.31607 19.2044 8 20 8H28V24ZM20 11H25C25.2652 11 25.5196 11.1054 25.7071 11.2929C25.8946 11.4804 26 11.7348 26 12C26 12.2652 25.8946 12.5196 25.7071 12.7071C25.5196 12.8946 25.2652 13 25 13H20C19.7348 13 19.4804 12.8946 19.2929 12.7071C19.1054 12.5196 19 12.2652 19 12C19 11.7348 19.1054 11.4804 19.2929 11.2929C19.4804 11.1054 19.7348 11 20 11ZM26 16C26 16.2652 25.8946 16.5196 25.7071 16.7071C25.5196 16.8946 25.2652 17 25 17H20C19.7348 17 19.4804 16.8946 19.2929 16.7071C19.1054 16.5196 19 16.2652 19 16C19 15.7348 19.1054 15.4804 19.2929 15.2929C19.4804 15.1054 19.7348 15 20 15H25C25.2652 15 25.5196 15.1054 25.7071 15.2929C25.8946 15.4804 26 15.7348 26 16ZM26 20C26 20.2652 25.8946 20.5196 25.7071 20.7071C25.5196 20.8946 25.2652 21 25 21H20C19.7348 21 19.4804 20.8946 19.2929 20.7071C19.1054 20.5196 19 20.2652 19 20C19 19.7348 19.1054 19.4804 19.2929 19.2929C19.4804 19.1054 19.7348 19 20 19H25C25.2652 19 25.5196 19.1054 25.7071 19.2929C25.8946 19.4804 26 19.7348 26 20Z"
|
|
19
|
+
fill="currentColor"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
if (type === "bold") {
|
|
24
|
+
return (
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path
|
|
27
|
+
d="M28 5.5H20C19.2503 5.49976 18.5086 5.65327 17.8206 5.95105C17.1326 6.24882 16.5129 6.68453 16 7.23125C15.4871 6.68453 14.8674 6.24882 14.1794 5.95105C13.4914 5.65327 12.7497 5.49976 12 5.5H4C3.33696 5.5 2.70107 5.76339 2.23223 6.23223C1.76339 6.70107 1.5 7.33696 1.5 8V24C1.5 24.663 1.76339 25.2989 2.23223 25.7678C2.70107 26.2366 3.33696 26.5 4 26.5H12C12.663 26.5 13.2989 26.7634 13.7678 27.2322C14.2366 27.7011 14.5 28.337 14.5 29C14.5 29.3978 14.658 29.7794 14.9393 30.0607C15.2206 30.342 15.6022 30.5 16 30.5C16.3978 30.5 16.7794 30.342 17.0607 30.0607C17.342 29.7794 17.5 29.3978 17.5 29C17.5 28.337 17.7634 27.7011 18.2322 27.2322C18.7011 26.7634 19.337 26.5 20 26.5H28C28.663 26.5 29.2989 26.2366 29.7678 25.7678C30.2366 25.2989 30.5 24.663 30.5 24V8C30.5 7.33696 30.2366 6.70107 29.7678 6.23223C29.2989 5.76339 28.663 5.5 28 5.5ZM12 23.5H4.5V8.5H12C12.663 8.5 13.2989 8.76339 13.7678 9.23223C14.2366 9.70107 14.5 10.337 14.5 11V24.1012C13.7262 23.7052 12.8693 23.4991 12 23.5ZM27.5 23.5H20C19.1305 23.4995 18.2734 23.7064 17.5 24.1038V11C17.5 10.337 17.7634 9.70107 18.2322 9.23223C18.7011 8.76339 19.337 8.5 20 8.5H27.5V23.5ZM20.5 12H24.5C24.8978 12 25.2794 12.158 25.5607 12.4393C25.842 12.7206 26 13.1022 26 13.5C26 13.8978 25.842 14.2794 25.5607 14.5607C25.2794 14.842 24.8978 15 24.5 15H20.5C20.1022 15 19.7206 14.842 19.4393 14.5607C19.158 14.2794 19 13.8978 19 13.5C19 13.1022 19.158 12.7206 19.4393 12.4393C19.7206 12.158 20.1022 12 20.5 12ZM26 18.5C26 18.8978 25.842 19.2794 25.5607 19.5607C25.2794 19.842 24.8978 20 24.5 20H20.5C20.1022 20 19.7206 19.842 19.4393 19.5607C19.158 19.2794 19 18.8978 19 18.5C19 18.1022 19.158 17.7206 19.4393 17.4393C19.7206 17.158 20.1022 17 20.5 17H24.5C24.8978 17 25.2794 17.158 25.5607 17.4393C25.842 17.7206 26 18.1022 26 18.5Z"
|
|
28
|
+
fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "fill") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path
|
|
36
|
+
d="M28 6H21C19.9391 6 18.9217 6.42143 18.1716 7.17157C17.4214 7.92172 17 8.93913 17 10V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V10C15 8.93913 14.5786 7.92172 13.8284 7.17157C13.0783 6.42143 12.0609 6 11 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21071 6.96086 2 7.46957 2 8V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H12C12.7956 26 13.5587 26.3161 14.1213 26.8787C14.6839 27.4413 15 28.2044 15 29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29C17 28.2044 17.3161 27.4413 17.8787 26.8787C18.4413 26.3161 19.2044 26 20 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM26 21H21C20.7348 21 20.4804 20.8946 20.2929 20.7071C20.1054 20.5196 20 20.2652 20 20C20 19.7348 20.1054 19.4804 20.2929 19.2929C20.4804 19.1054 20.7348 19 21 19H26C26.2652 19 26.5196 19.1054 26.7071 19.2929C26.8946 19.4804 27 19.7348 27 20C27 20.2652 26.8946 20.5196 26.7071 20.7071C26.5196 20.8946 26.2652 21 26 21ZM26 17H21C20.7348 17 20.4804 16.8946 20.2929 16.7071C20.1054 16.5196 20 16.2652 20 16C20 15.7348 20.1054 15.4804 20.2929 15.2929C20.4804 15.1054 20.7348 15 21 15H26C26.2652 15 26.5196 15.1054 26.7071 15.2929C26.8946 15.4804 27 15.7348 27 16C27 16.2652 26.8946 16.5196 26.7071 16.7071C26.5196 16.8946 26.2652 17 26 17ZM26 13H21C20.7348 13 20.4804 12.8946 20.2929 12.7071C20.1054 12.5196 20 12.2652 20 12C20 11.7348 20.1054 11.4804 20.2929 11.2929C20.4804 11.1054 20.7348 11 21 11H26C26.2652 11 26.5196 11.1054 26.7071 11.2929C26.8946 11.4804 27 11.7348 27 12C27 12.2652 26.8946 12.5196 26.7071 12.7071C26.5196 12.8946 26.2652 13 26 13Z"
|
|
37
|
+
fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
if (type === "duotone") {
|
|
42
|
+
return (
|
|
43
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
44
|
+
<path opacity="0.2"
|
|
45
|
+
d="M29 8V24C29 24.2652 28.8946 24.5196 28.7071 24.7071C28.5196 24.8946 28.2652 25 28 25H20C18.9391 25 17.9217 25.4214 17.1716 26.1716C16.4214 26.9217 16 27.9391 16 29V11C16 9.93913 16.4214 8.92172 17.1716 8.17157C17.9217 7.42143 18.9391 7 20 7H28C28.2652 7 28.5196 7.10536 28.7071 7.29289C28.8946 7.48043 29 7.73478 29 8Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
<path
|
|
48
|
+
d="M28 6H20C19.2238 6 18.4582 6.18073 17.7639 6.52786C17.0697 6.875 16.4657 7.37902 16 8C15.5343 7.37902 14.9303 6.875 14.2361 6.52786C13.5418 6.18073 12.7762 6 12 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21071 6.96086 2 7.46957 2 8V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H12C12.7956 26 13.5587 26.3161 14.1213 26.8787C14.6839 27.4413 15 28.2044 15 29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29C17 28.2044 17.3161 27.4413 17.8787 26.8787C18.4413 26.3161 19.2044 26 20 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM12 24H4V8H12C12.7956 8 13.5587 8.31607 14.1213 8.87868C14.6839 9.44129 15 10.2044 15 11V25C14.1353 24.3493 13.0821 23.9983 12 24ZM28 24H20C18.9179 23.9983 17.8647 24.3493 17 25V11C17 10.2044 17.3161 9.44129 17.8787 8.87868C18.4413 8.31607 19.2044 8 20 8H28V24ZM20 11H25C25.2652 11 25.5196 11.1054 25.7071 11.2929C25.8946 11.4804 26 11.7348 26 12C26 12.2652 25.8946 12.5196 25.7071 12.7071C25.5196 12.8946 25.2652 13 25 13H20C19.7348 13 19.4804 12.8946 19.2929 12.7071C19.1054 12.5196 19 12.2652 19 12C19 11.7348 19.1054 11.4804 19.2929 11.2929C19.4804 11.1054 19.7348 11 20 11ZM26 16C26 16.2652 25.8946 16.5196 25.7071 16.7071C25.5196 16.8946 25.2652 17 25 17H20C19.7348 17 19.4804 16.8946 19.2929 16.7071C19.1054 16.5196 19 16.2652 19 16C19 15.7348 19.1054 15.4804 19.2929 15.2929C19.4804 15.1054 19.7348 15 20 15H25C25.2652 15 25.5196 15.1054 25.7071 15.2929C25.8946 15.4804 26 15.7348 26 16ZM26 20C26 20.2652 25.8946 20.5196 25.7071 20.7071C25.5196 20.8946 25.2652 21 25 21H20C19.7348 21 19.4804 20.8946 19.2929 20.7071C19.1054 20.5196 19 20.2652 19 20C19 19.7348 19.1054 19.4804 19.2929 19.2929C19.4804 19.1054 19.7348 19 20 19H25C25.2652 19 25.5196 19.1054 25.7071 19.2929C25.8946 19.4804 26 19.7348 26 20Z"
|
|
49
|
+
fill="currentColor"/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return (
|
|
55
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
56
|
+
<path
|
|
57
|
+
d="M28 6.25H20C19.2027 6.25059 18.4184 6.45185 17.7194 6.83523C17.0204 7.21861 16.4291 7.77178 16 8.44375C15.5709 7.77178 14.9796 7.21861 14.2806 6.83523C13.5816 6.45185 12.7973 6.25059 12 6.25H4C3.53587 6.25 3.09075 6.43437 2.76256 6.76256C2.43437 7.09075 2.25 7.53587 2.25 8V24C2.25 24.4641 2.43437 24.9092 2.76256 25.2374C3.09075 25.5656 3.53587 25.75 4 25.75H12C12.862 25.75 13.6886 26.0924 14.2981 26.7019C14.9076 27.3114 15.25 28.138 15.25 29C15.25 29.1989 15.329 29.3897 15.4697 29.5303C15.6103 29.671 15.8011 29.75 16 29.75C16.1989 29.75 16.3897 29.671 16.5303 29.5303C16.671 29.3897 16.75 29.1989 16.75 29C16.75 28.138 17.0924 27.3114 17.7019 26.7019C18.3114 26.0924 19.138 25.75 20 25.75H28C28.4641 25.75 28.9092 25.5656 29.2374 25.2374C29.5656 24.9092 29.75 24.4641 29.75 24V8C29.75 7.53587 29.5656 7.09075 29.2374 6.76256C28.9092 6.43437 28.4641 6.25 28 6.25ZM12 24.25H4C3.9337 24.25 3.87011 24.2237 3.82322 24.1768C3.77634 24.1299 3.75 24.0663 3.75 24V8C3.75 7.9337 3.77634 7.87011 3.82322 7.82322C3.87011 7.77634 3.9337 7.75 4 7.75H12C12.862 7.75 13.6886 8.09241 14.2981 8.7019C14.9076 9.3114 15.25 10.138 15.25 11V25.5387C14.3709 24.7101 13.2081 24.249 12 24.25ZM28.25 24C28.25 24.0663 28.2237 24.1299 28.1768 24.1768C28.1299 24.2237 28.0663 24.25 28 24.25H20C18.7917 24.2495 17.629 24.711 16.75 25.54V11C16.75 10.138 17.0924 9.3114 17.7019 8.7019C18.3114 8.09241 19.138 7.75 20 7.75H28C28.0663 7.75 28.1299 7.77634 28.1768 7.82322C28.2237 7.87011 28.25 7.9337 28.25 8V24ZM25.75 12C25.75 12.1989 25.671 12.3897 25.5303 12.5303C25.3897 12.671 25.1989 12.75 25 12.75H20C19.8011 12.75 19.6103 12.671 19.4697 12.5303C19.329 12.3897 19.25 12.1989 19.25 12C19.25 11.8011 19.329 11.6103 19.4697 11.4697C19.6103 11.329 19.8011 11.25 20 11.25H25C25.1989 11.25 25.3897 11.329 25.5303 11.4697C25.671 11.6103 25.75 11.8011 25.75 12ZM25.75 16C25.75 16.1989 25.671 16.3897 25.5303 16.5303C25.3897 16.671 25.1989 16.75 25 16.75H20C19.8011 16.75 19.6103 16.671 19.4697 16.5303C19.329 16.3897 19.25 16.1989 19.25 16C19.25 15.8011 19.329 15.6103 19.4697 15.4697C19.6103 15.329 19.8011 15.25 20 15.25H25C25.1989 15.25 25.3897 15.329 25.5303 15.4697C25.671 15.6103 25.75 15.8011 25.75 16ZM25.75 20C25.75 20.1989 25.671 20.3897 25.5303 20.5303C25.3897 20.671 25.1989 20.75 25 20.75H20C19.8011 20.75 19.6103 20.671 19.4697 20.5303C19.329 20.3897 19.25 20.1989 19.25 20C19.25 19.8011 19.329 19.6103 19.4697 19.4697C19.6103 19.329 19.8011 19.25 20 19.25H25C25.1989 19.25 25.3897 19.329 25.5303 19.4697C25.671 19.6103 25.75 19.8011 25.75 20Z"
|
|
58
|
+
fill="currentColor"/>
|
|
59
|
+
</svg>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default BookOpenText;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const GraduationCap = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M31.2348 11.5587L16.2348 3.55867C16.1625 3.52015 16.0818 3.5 15.9998 3.5C15.9179 3.5 15.8372 3.52015 15.7648 3.55867L0.764844 11.5587C0.684846 11.6013 0.617944 11.6649 0.571294 11.7426C0.524643 11.8203 0.5 11.9093 0.5 11.9999C0.5 12.0906 0.524643 12.1795 0.571294 12.2572C0.617944 12.335 0.684846 12.3985 0.764844 12.4412L4.49984 14.4337V20.7862C4.49698 21.1544 4.63057 21.5106 4.87484 21.7862C6.45609 23.5474 9.99984 26.5024 15.9998 26.5024C18.6248 26.5024 20.7748 25.9374 22.4998 25.1537V29.9999C22.4998 30.1325 22.5525 30.2597 22.6463 30.3535C22.7401 30.4472 22.8672 30.4999 22.9998 30.4999C23.1325 30.4999 23.2596 30.4472 23.3534 30.3535C23.4472 30.2597 23.4998 30.1325 23.4998 29.9999V24.6474C24.8589 23.9009 26.084 22.933 27.1248 21.7837C27.3689 21.508 27.5025 21.1518 27.4998 20.7837V14.4337L31.2348 12.4412C31.3148 12.3985 31.3817 12.335 31.4284 12.2572C31.475 12.1795 31.4997 12.0906 31.4997 11.9999C31.4997 11.9093 31.475 11.8203 31.4284 11.7426C31.3817 11.6649 31.3148 11.6013 31.2348 11.5587ZM15.9998 25.4999C10.3961 25.4999 7.09359 22.7499 5.62484 21.1149C5.54393 21.0246 5.49939 20.9074 5.49984 20.7862V14.9662L15.7648 20.4412C15.8372 20.4797 15.9179 20.4998 15.9998 20.4998C16.0818 20.4998 16.1625 20.4797 16.2348 20.4412L22.4998 17.0999V24.0412C20.8223 24.8749 18.6736 25.4999 15.9998 25.4999ZM26.4998 20.7862C26.4997 20.9077 26.4552 21.025 26.3748 21.1162C25.5365 22.0427 24.568 22.8428 23.4998 23.4912V16.5662L26.4998 14.9662V20.7862ZM23.4261 15.4724C23.3795 15.3964 23.3135 15.3343 23.2348 15.2924L16.2348 11.5587C16.1181 11.499 15.9825 11.4876 15.8575 11.527C15.7324 11.5663 15.6277 11.6532 15.5661 11.7689C15.5045 11.8846 15.4907 12.02 15.5279 12.1457C15.5651 12.2714 15.6502 12.3776 15.7648 12.4412L22.4373 15.9999L15.9998 19.4337L2.06234 11.9999L15.9998 4.56617L29.9373 11.9999L23.4261 15.4724Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "regular") {
|
|
21
|
+
return (
|
|
22
|
+
<svg
|
|
23
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
24
|
+
width="32"
|
|
25
|
+
height="32"
|
|
26
|
+
viewBox="0 0 32 32"
|
|
27
|
+
fill="none"
|
|
28
|
+
>
|
|
29
|
+
<path
|
|
30
|
+
d="M31.4697 11.1176L16.4697 3.11758C16.325 3.04054 16.1636 3.00024 15.9997 3.00024C15.8358 3.00024 15.6744 3.04054 15.5297 3.11758L0.529688 11.1176C0.369693 11.2028 0.235888 11.33 0.142587 11.4854C0.0492867 11.6409 0 11.8188 0 12.0001C0 12.1814 0.0492867 12.3593 0.142587 12.5147C0.235888 12.6702 0.369693 12.7973 0.529688 12.8826L3.99969 14.7338V20.7863C3.99865 21.2775 4.17942 21.7517 4.50719 22.1176C6.14469 23.9413 9.81344 27.0001 15.9997 27.0001C18.0509 27.017 20.0867 26.6455 21.9997 25.9051V30.0001C21.9997 30.2653 22.105 30.5196 22.2926 30.7072C22.4801 30.8947 22.7345 31.0001 22.9997 31.0001C23.2649 31.0001 23.5193 30.8947 23.7068 30.7072C23.8943 30.5196 23.9997 30.2653 23.9997 30.0001V24.9388C25.3037 24.1861 26.4821 23.2342 27.4922 22.1176C27.82 21.7517 28.0007 21.2775 27.9997 20.7863V14.7338L31.4697 12.8826C31.6297 12.7973 31.7635 12.6702 31.8568 12.5147C31.9501 12.3593 31.9994 12.1814 31.9994 12.0001C31.9994 11.8188 31.9501 11.6409 31.8568 11.4854C31.7635 11.33 31.6297 11.2028 31.4697 11.1176ZM15.9997 25.0001C10.5909 25.0001 7.40969 22.3576 5.99969 20.7863V15.8001L15.5297 20.8826C15.6744 20.9596 15.8358 20.9999 15.9997 20.9999C16.1636 20.9999 16.325 20.9596 16.4697 20.8826L21.9997 17.9338V23.7263C20.4247 24.4613 18.4397 25.0001 15.9997 25.0001ZM25.9997 20.7813C25.4002 21.4465 24.7296 22.0438 23.9997 22.5626V16.8663L25.9997 15.8001V20.7813ZM23.4997 14.8676L23.4722 14.8513L16.4722 11.1176C16.2386 10.9983 15.9676 10.9755 15.7174 11.0542C15.4672 11.1328 15.258 11.3066 15.1347 11.5381C15.0114 11.7695 14.984 12.0402 15.0583 12.2917C15.1327 12.5431 15.3029 12.7554 15.5322 12.8826L21.3747 16.0001L15.9997 18.8663L3.12469 12.0001L15.9997 5.13383L28.8747 12.0001L23.4997 14.8676Z"
|
|
31
|
+
fill="currentColor"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "bold") {
|
|
37
|
+
return (
|
|
38
|
+
<svg
|
|
39
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
40
|
+
width="32"
|
|
41
|
+
height="32"
|
|
42
|
+
viewBox="0 0 32 32"
|
|
43
|
+
fill="none"
|
|
44
|
+
>
|
|
45
|
+
<path
|
|
46
|
+
d="M31.2258 10.6864L16.7258 2.68636C16.5038 2.5638 16.2543 2.49951 16.0008 2.49951C15.7472 2.49951 15.4978 2.5638 15.2758 2.68636L0.775769 10.6864C0.541317 10.8161 0.345891 11.0062 0.209808 11.237C0.0737253 11.4679 0.00195312 11.7309 0.00195312 11.9989C0.00195312 12.2668 0.0737253 12.5299 0.209808 12.7607C0.345891 12.9915 0.541317 13.1816 0.775769 13.3114L3.50077 14.8114V20.7814C3.49978 21.3959 3.72644 21.9891 4.13702 22.4464C5.82952 24.3376 9.62577 27.5001 16.0008 27.5001C17.6938 27.5092 19.3788 27.267 21.0008 26.7814V30.0001C21.0008 30.3979 21.1588 30.7795 21.4401 31.0608C21.7214 31.3421 22.1029 31.5001 22.5008 31.5001C22.8986 31.5001 23.2801 31.3421 23.5614 31.0608C23.8427 30.7795 24.0008 30.3979 24.0008 30.0001V25.5151C25.4495 24.7149 26.7552 23.6796 27.8645 22.4514C28.2751 21.9941 28.5018 21.4009 28.5008 20.7864V14.8164L31.2258 13.3164C31.4602 13.1866 31.6556 12.9965 31.7917 12.7657C31.9278 12.5349 31.9996 12.2718 31.9996 12.0039C31.9996 11.7359 31.9278 11.4729 31.7917 11.242C31.6556 11.0112 31.4602 10.8211 31.2258 10.6914V10.6864ZM16.0008 5.71386L27.3958 12.0001L23.2508 14.2876C23.243 14.283 23.2355 14.278 23.2283 14.2726L16.7283 10.6864C16.3812 10.507 15.9779 10.4701 15.6041 10.5835C15.2303 10.6969 14.9154 10.9517 14.7266 11.2936C14.5377 11.6356 14.4896 12.0377 14.5927 12.4145C14.6957 12.7913 14.9417 13.1131 15.2783 13.3114L20.1533 15.9976L16.0008 18.2876L4.60577 12.0001L16.0008 5.71386ZM16.0008 24.5001C10.9483 24.5001 7.91952 22.1164 6.50077 20.5914V16.4664L15.2758 21.3089C15.4978 21.4314 15.7472 21.4957 16.0008 21.4957C16.2543 21.4957 16.5038 21.4314 16.7258 21.3089L21.0008 18.9551V23.6089C19.4035 24.2125 17.7082 24.5147 16.0008 24.5001ZM25.5008 20.5914C25.0408 21.0843 24.5389 21.5364 24.0008 21.9426V17.2989L25.5008 16.4714V20.5914Z"
|
|
47
|
+
fill="currentColor"
|
|
48
|
+
/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
if (type === "fill") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
56
|
+
width="32"
|
|
57
|
+
height="32"
|
|
58
|
+
viewBox="0 0 32 32"
|
|
59
|
+
fill="none"
|
|
60
|
+
>
|
|
61
|
+
<path
|
|
62
|
+
d="M21.9997 25.9051C22.6895 25.6333 23.358 25.3103 23.9997 24.9388V30.0001C23.9997 30.2653 23.8943 30.5196 23.7068 30.7072C23.5193 30.8947 23.2649 31.0001 22.9997 31.0001C22.7345 31.0001 22.4801 30.8947 22.2926 30.7072C22.105 30.5196 21.9997 30.2653 21.9997 30.0001V25.9051ZM23.4697 14.8513L16.4697 11.1176C16.2361 10.9983 15.9651 10.9755 15.7149 11.0542C15.4647 11.1328 15.2555 11.3066 15.1322 11.5381C15.0089 11.7695 14.9815 12.0402 15.0558 12.2917C15.1302 12.5431 15.3004 12.7554 15.5297 12.8826L21.3747 16.0001L23.4997 14.8676L23.4697 14.8513ZM31.4697 11.1176L16.4697 3.11758C16.325 3.04054 16.1636 3.00024 15.9997 3.00024C15.8358 3.00024 15.6744 3.04054 15.5297 3.11758L0.529688 11.1176C0.369693 11.2028 0.235888 11.33 0.142587 11.4854C0.0492867 11.6409 0 11.8188 0 12.0001C0 12.1814 0.0492867 12.3593 0.142587 12.5147C0.235888 12.6702 0.369693 12.7973 0.529688 12.8826L3.99969 14.7338V20.7863C3.99865 21.2775 4.17942 21.7517 4.50719 22.1176C6.14469 23.9413 9.81344 27.0001 15.9997 27.0001C18.0509 27.017 20.0867 26.6455 21.9997 25.9051V16.3338L21.3747 16.0001L15.9997 18.8663L5.47844 13.2501L3.12469 12.0001L15.9997 5.13383L28.8747 12.0001L26.5272 13.2501H26.5197L23.4997 14.8676C23.6517 14.9554 23.778 15.0816 23.8658 15.2337C23.9535 15.3858 23.9997 15.5583 23.9997 15.7338V24.9388C25.3037 24.1861 26.4821 23.2342 27.4922 22.1176C27.82 21.7517 28.0007 21.2775 27.9997 20.7863V14.7338L31.4697 12.8826C31.6297 12.7973 31.7635 12.6702 31.8568 12.5147C31.9501 12.3593 31.9994 12.1814 31.9994 12.0001C31.9994 11.8188 31.9501 11.6409 31.8568 11.4854C31.7635 11.33 31.6297 11.2028 31.4697 11.1176Z"
|
|
63
|
+
fill="currentColor"
|
|
64
|
+
/>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
if (type === "duotone") {
|
|
69
|
+
return (
|
|
70
|
+
<svg
|
|
71
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
72
|
+
width="32"
|
|
73
|
+
height="32"
|
|
74
|
+
viewBox="0 0 32 32"
|
|
75
|
+
fill="none"
|
|
76
|
+
>
|
|
77
|
+
<path
|
|
78
|
+
opacity="0.2"
|
|
79
|
+
d="M27 14.1338V20.7863C27.0006 21.0307 26.9116 21.2668 26.75 21.45C25.3375 23.0238 21.8875 26 16 26C10.1125 26 6.665 23.0238 5.25 21.45C5.08837 21.2668 4.99944 21.0307 5 20.7863V14.1338L16 20L27 14.1338Z"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M31.4697 11.1176L16.4697 3.11758C16.325 3.04054 16.1636 3.00024 15.9997 3.00024C15.8358 3.00024 15.6744 3.04054 15.5297 3.11758L0.529688 11.1176C0.369693 11.2028 0.235888 11.33 0.142587 11.4854C0.0492867 11.6409 0 11.8188 0 12.0001C0 12.1814 0.0492867 12.3593 0.142587 12.5147C0.235888 12.6702 0.369693 12.7973 0.529688 12.8826L3.99969 14.7338V20.7863C3.99865 21.2775 4.17942 21.7517 4.50719 22.1176C6.14469 23.9413 9.81344 27.0001 15.9997 27.0001C18.0509 27.017 20.0867 26.6455 21.9997 25.9051V30.0001C21.9997 30.2653 22.105 30.5196 22.2926 30.7072C22.4801 30.8947 22.7345 31.0001 22.9997 31.0001C23.2649 31.0001 23.5193 30.8947 23.7068 30.7072C23.8943 30.5196 23.9997 30.2653 23.9997 30.0001V24.9388C25.3037 24.1861 26.4821 23.2342 27.4922 22.1176C27.82 21.7517 28.0007 21.2775 27.9997 20.7863V14.7338L31.4697 12.8826C31.6297 12.7973 31.7635 12.6702 31.8568 12.5147C31.9501 12.3593 31.9994 12.1814 31.9994 12.0001C31.9994 11.8188 31.9501 11.6409 31.8568 11.4854C31.7635 11.33 31.6297 11.2028 31.4697 11.1176ZM15.9997 25.0001C10.5909 25.0001 7.40969 22.3576 5.99969 20.7863V15.8001L15.5297 20.8826C15.6744 20.9596 15.8358 20.9999 15.9997 20.9999C16.1636 20.9999 16.325 20.9596 16.4697 20.8826L21.9997 17.9338V23.7263C20.4247 24.4613 18.4397 25.0001 15.9997 25.0001ZM25.9997 20.7813C25.4002 21.4465 24.7296 22.0438 23.9997 22.5626V16.8663L25.9997 15.8001V20.7813ZM23.4997 14.8676L23.4722 14.8513L16.4722 11.1176C16.2386 10.9983 15.9676 10.9755 15.7174 11.0542C15.4672 11.1328 15.258 11.3066 15.1347 11.5381C15.0114 11.7695 14.984 12.0402 15.0583 12.2917C15.1327 12.5431 15.3029 12.7554 15.5322 12.8826L21.3747 16.0001L15.9997 18.8663L3.12469 12.0001L15.9997 5.13383L28.8747 12.0001L23.4997 14.8676Z"
|
|
84
|
+
fill="currentColor"
|
|
85
|
+
/>
|
|
86
|
+
</svg>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
return (
|
|
90
|
+
<svg
|
|
91
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
92
|
+
width="32"
|
|
93
|
+
height="32"
|
|
94
|
+
viewBox="0 0 32 32"
|
|
95
|
+
fill="none"
|
|
96
|
+
>
|
|
97
|
+
<path
|
|
98
|
+
d="M31.3531 11.3388L16.3531 3.33877C16.2447 3.28034 16.1236 3.24976 16.0005 3.24976C15.8775 3.24976 15.7564 3.28034 15.648 3.33877L0.648049 11.3388C0.528364 11.4028 0.428309 11.4982 0.358553 11.6146C0.288796 11.7311 0.251953 11.8643 0.251953 12C0.251953 12.1358 0.288796 12.269 0.358553 12.3854C0.428309 12.5019 0.528364 12.5972 0.648049 12.6613L4.25055 14.5838V20.7863C4.25044 21.2159 4.40839 21.6306 4.6943 21.9513C6.30305 23.7425 9.9118 26.75 16.0005 26.75C18.1446 26.7701 20.2705 26.3564 22.2505 25.5338V30C22.2505 30.1989 22.3296 30.3897 22.4702 30.5303C22.6109 30.671 22.8016 30.75 23.0005 30.75C23.1995 30.75 23.3902 30.671 23.5309 30.5303C23.6715 30.3897 23.7505 30.1989 23.7505 30V24.7938C25.0817 24.0441 26.2827 23.0837 27.3068 21.95C27.5933 21.6302 27.7514 21.2157 27.7505 20.7863V14.5838L31.3531 12.6613C31.4727 12.5972 31.5728 12.5019 31.6425 12.3854C31.7123 12.269 31.7491 12.1358 31.7491 12C31.7491 11.8643 31.7123 11.7311 31.6425 11.6146C31.5728 11.4982 31.4727 11.4028 31.3531 11.3388ZM16.0005 25.25C10.5005 25.25 7.25055 22.555 5.81055 20.9488C5.77182 20.9035 5.75054 20.8458 5.75055 20.7863V15.3838L15.648 20.6613C15.7566 20.719 15.8776 20.7493 16.0005 20.7493C16.1235 20.7493 16.2445 20.719 16.3531 20.6613L22.2505 17.5163V23.8913C20.6255 24.6688 18.5568 25.25 16.0005 25.25ZM26.2505 20.7863C26.2506 20.8458 26.2293 20.9035 26.1905 20.9488C25.4702 21.7468 24.6501 22.4488 23.7505 23.0375V16.7163L26.2505 15.3838V20.7863ZM23.4818 15.1613C23.4431 15.1277 23.4013 15.0979 23.3568 15.0725L16.3568 11.34C16.1824 11.2563 15.9824 11.2431 15.7986 11.3034C15.6147 11.3636 15.4613 11.4926 15.3703 11.6633C15.2793 11.834 15.2577 12.0333 15.3102 12.2195C15.3627 12.4057 15.4851 12.5644 15.6518 12.6625L21.9068 16L16.0005 19.15L2.5943 12L16.0005 4.85002L29.4068 12L23.4818 15.1613Z"
|
|
99
|
+
fill="currentColor"
|
|
100
|
+
/>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export default GraduationCap;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Alien = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M16 2.5C12.951 2.50331 10.0279 3.71597 7.87193 5.87193C5.71597 8.02788 4.50331 10.951 4.5 14C4.5 16.8988 6.0325 20.6663 8.6 24.0788C10.5725 26.7 13.5513 29.5 16 29.5C18.4487 29.5 21.4275 26.7 23.4 24.0788C25.9675 20.6663 27.5 16.8988 27.5 14C27.4967 10.951 26.284 8.02788 24.1281 5.87193C21.9721 3.71597 19.049 2.50331 16 2.5ZM22.6 23.4775C20.305 26.5288 17.7137 28.5 16 28.5C14.2863 28.5 11.695 26.5288 9.4 23.4775C7 20.28 5.5 16.6488 5.5 14C5.5 11.2152 6.60625 8.54451 8.57538 6.57538C10.5445 4.60625 13.2152 3.5 16 3.5C18.7848 3.5 21.4555 4.60625 23.4246 6.57538C25.3938 8.54451 26.5 11.2152 26.5 14C26.5 16.6488 25.0063 20.28 22.6 23.4775ZM14.5 17C14.5 15.8065 14.0259 14.6619 13.182 13.818C12.3381 12.9741 11.1935 12.5 10 12.5C9.60218 12.5 9.22064 12.658 8.93934 12.9393C8.65804 13.2206 8.5 13.6022 8.5 14C8.5 15.1935 8.97411 16.3381 9.81802 17.182C10.6619 18.0259 11.8065 18.5 13 18.5C13.3978 18.5 13.7794 18.342 14.0607 18.0607C14.342 17.7794 14.5 17.3978 14.5 17ZM13 17.5C12.0717 17.5 11.1815 17.1313 10.5251 16.4749C9.86875 15.8185 9.5 14.9283 9.5 14C9.5 13.8674 9.55268 13.7402 9.64645 13.6464C9.74021 13.5527 9.86739 13.5 10 13.5C10.9283 13.5 11.8185 13.8687 12.4749 14.5251C13.1313 15.1815 13.5 16.0717 13.5 17C13.5 17.1326 13.4473 17.2598 13.3536 17.3536C13.2598 17.4473 13.1326 17.5 13 17.5ZM22 12.5C20.8065 12.5 19.6619 12.9741 18.818 13.818C17.9741 14.6619 17.5 15.8065 17.5 17C17.5 17.3978 17.658 17.7794 17.9393 18.0607C18.2206 18.342 18.6022 18.5 19 18.5C20.1935 18.5 21.3381 18.0259 22.182 17.182C23.0259 16.3381 23.5 15.1935 23.5 14C23.5 13.6022 23.342 13.2206 23.0607 12.9393C22.7794 12.658 22.3978 12.5 22 12.5ZM19 17.5C18.8674 17.5 18.7402 17.4473 18.6464 17.3536C18.5527 17.2598 18.5 17.1326 18.5 17C18.5 16.0717 18.8687 15.1815 19.5251 14.5251C20.1815 13.8687 21.0717 13.5 22 13.5C22.1326 13.5 22.2598 13.5527 22.3536 13.6464C22.4473 13.7402 22.5 13.8674 22.5 14C22.5 14.9283 22.1313 15.8185 21.4749 16.4749C20.8185 17.1313 19.9283 17.5 19 17.5ZM18.5 23C18.5 23.1326 18.4473 23.2598 18.3536 23.3536C18.2598 23.4473 18.1326 23.5 18 23.5H14C13.8674 23.5 13.7402 23.4473 13.6464 23.3536C13.5527 23.2598 13.5 23.1326 13.5 23C13.5 22.8674 13.5527 22.7402 13.6464 22.6464C13.7402 22.5527 13.8674 22.5 14 22.5H18C18.1326 22.5 18.2598 22.5527 18.3536 22.6464C18.4473 22.7402 18.5 22.8674 18.5 23Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M16 2C12.8185 2.00364 9.76839 3.26909 7.51874 5.51874C5.26909 7.76839 4.00364 10.8185 4 14C4 17 5.57 20.8825 8.20125 24.375C10.8488 27.8937 13.7638 30 16 30C18.2362 30 21.1512 27.8988 23.7987 24.375C26.43 20.875 28 17 28 14C27.9964 10.8185 26.7309 7.76839 24.4813 5.51874C22.2316 3.26909 19.1815 2.00364 16 2ZM22.2013 23.1775C20.03 26.0612 17.5387 28 16 28C14.4613 28 11.97 26.0612 9.79875 23.1775C7.45625 20.0625 6 16.5463 6 14C6 11.3478 7.05357 8.8043 8.92893 6.92893C10.8043 5.05357 13.3478 4 16 4C18.6522 4 21.1957 5.05357 23.0711 6.92893C24.9464 8.8043 26 11.3478 26 14C26 16.5463 24.5438 20.0625 22.2013 23.1775ZM15 17C15 15.6739 14.4732 14.4021 13.5355 13.4645C12.5979 12.5268 11.3261 12 10 12C9.46957 12 8.96086 12.2107 8.58579 12.5858C8.21071 12.9609 8 13.4696 8 14C8 15.3261 8.52678 16.5979 9.46447 17.5355C10.4021 18.4732 11.6739 19 13 19C13.5304 19 14.0391 18.7893 14.4142 18.4142C14.7893 18.0391 15 17.5304 15 17ZM10 14C10.7956 14 11.5587 14.3161 12.1213 14.8787C12.6839 15.4413 13 16.2044 13 17C12.2044 17 11.4413 16.6839 10.8787 16.1213C10.3161 15.5587 10 14.7956 10 14ZM22 12C20.6739 12 19.4021 12.5268 18.4645 13.4645C17.5268 14.4021 17 15.6739 17 17C17 17.5304 17.2107 18.0391 17.5858 18.4142C17.9609 18.7893 18.4696 19 19 19C19.6566 19 20.3068 18.8707 20.9134 18.6194C21.52 18.3681 22.0712 17.9998 22.5355 17.5355C22.9998 17.0712 23.3681 16.52 23.6194 15.9134C23.8707 15.3068 24 14.6566 24 14C24 13.4696 23.7893 12.9609 23.4142 12.5858C23.0391 12.2107 22.5304 12 22 12ZM19 17C19 16.2044 19.3161 15.4413 19.8787 14.8787C20.4413 14.3161 21.2044 14 22 14C22 14.7956 21.6839 15.5587 21.1213 16.1213C20.5587 16.6839 19.7956 17 19 17ZM19 23C19 23.2652 18.8946 23.5196 18.7071 23.7071C18.5196 23.8946 18.2652 24 18 24H14C13.7348 24 13.4804 23.8946 13.2929 23.7071C13.1054 23.5196 13 23.2652 13 23C13 22.7348 13.1054 22.4804 13.2929 22.2929C13.4804 22.1054 13.7348 22 14 22H18C18.2652 22 18.5196 22.1054 18.7071 22.2929C18.8946 22.4804 19 22.7348 19 23Z" 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="M16 1.5C12.6859 1.50364 9.5086 2.82177 7.16518 5.16518C4.82177 7.5086 3.50364 10.6859 3.5 14C3.5 17.1075 5.1075 21.1 7.80125 24.68C8.82875 26.045 12.455 30.5 16 30.5C19.545 30.5 23.1712 26.045 24.1987 24.68C26.8925 21.1 28.5 17.1075 28.5 14C28.4964 10.6859 27.1782 7.5086 24.8348 5.16518C22.4914 2.82177 19.3141 1.50364 16 1.5ZM21.8013 22.875C20.0725 25.1725 17.525 27.5 16 27.5C14.475 27.5 11.9275 25.1737 10.1987 22.875C7.9175 19.8438 6.5 16.4425 6.5 14C6.5 11.4804 7.50089 9.06408 9.28249 7.28249C11.0641 5.50089 13.4804 4.5 16 4.5C18.5196 4.5 20.9359 5.50089 22.7175 7.28249C24.4991 9.06408 25.5 11.4804 25.5 14C25.5 16.4425 24.0825 19.8438 21.8013 22.875ZM13 18.5C11.8065 18.5 10.6619 18.0259 9.81802 17.182C8.97411 16.3381 8.5 15.1935 8.5 14C8.5 13.6022 8.65804 13.2206 8.93934 12.9393C9.22064 12.658 9.60218 12.5 10 12.5C11.1935 12.5 12.3381 12.9741 13.182 13.818C14.0259 14.6619 14.5 15.8065 14.5 17C14.5 17.3978 14.342 17.7794 14.0607 18.0607C13.7794 18.342 13.3978 18.5 13 18.5ZM23.5 14C23.5 15.1935 23.0259 16.3381 22.182 17.182C21.3381 18.0259 20.1935 18.5 19 18.5C18.6022 18.5 18.2206 18.342 17.9393 18.0607C17.658 17.7794 17.5 17.3978 17.5 17C17.5 15.8065 17.9741 14.6619 18.818 13.818C19.6619 12.9741 20.8065 12.5 22 12.5C22.3978 12.5 22.7794 12.658 23.0607 12.9393C23.342 13.2206 23.5 13.6022 23.5 14ZM19 23C19 23.3978 18.842 23.7794 18.5607 24.0607C18.2794 24.342 17.8978 24.5 17.5 24.5H14.5C14.1022 24.5 13.7206 24.342 13.4393 24.0607C13.158 23.7794 13 23.3978 13 23C13 22.6022 13.158 22.2206 13.4393 21.9393C13.7206 21.658 14.1022 21.5 14.5 21.5H17.5C17.8978 21.5 18.2794 21.658 18.5607 21.9393C18.842 22.2206 19 22.6022 19 23Z" 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="M16 2C12.8185 2.00364 9.76839 3.26909 7.51874 5.51874C5.26909 7.76839 4.00364 10.8185 4 14C4 17 5.57 20.8825 8.20125 24.375C10.8488 27.8937 13.7638 30 16 30C18.2362 30 21.1512 27.8988 23.7987 24.375C26.43 20.875 28 17 28 14C27.9964 10.8185 26.7309 7.76839 24.4813 5.51874C22.2316 3.26909 19.1815 2.00364 16 2ZM8 14.5C8 14.1022 8.15804 13.7206 8.43934 13.4393C8.72064 13.158 9.10218 13 9.5 13C10.6935 13 11.8381 13.4741 12.682 14.318C13.5259 15.1619 14 16.3065 14 17.5C14 17.8978 13.842 18.2794 13.5607 18.5607C13.2794 18.842 12.8978 19 12.5 19C11.3065 19 10.1619 18.5259 9.31802 17.682C8.47411 16.8381 8 15.6935 8 14.5ZM18 25H14C13.7348 25 13.4804 24.8946 13.2929 24.7071C13.1054 24.5196 13 24.2652 13 24C13 23.7348 13.1054 23.4804 13.2929 23.2929C13.4804 23.1054 13.7348 23 14 23H18C18.2652 23 18.5196 23.1054 18.7071 23.2929C18.8946 23.4804 19 23.7348 19 24C19 24.2652 18.8946 24.5196 18.7071 24.7071C18.5196 24.8946 18.2652 25 18 25ZM19.5 19C19.1022 19 18.7206 18.842 18.4393 18.5607C18.158 18.2794 18 17.8978 18 17.5C18 16.3065 18.4741 15.1619 19.318 14.318C20.1619 13.4741 21.3065 13 22.5 13C22.8978 13 23.2794 13.158 23.5607 13.4393C23.842 13.7206 24 14.1022 24 14.5C24 15.0909 23.8836 15.6761 23.6575 16.2221C23.4313 16.768 23.0998 17.2641 22.682 17.682C22.2641 18.0998 21.768 18.4313 21.2221 18.6575C20.6761 18.8836 20.0909 19 19.5 19Z" 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="M16 3C13.0826 3 10.2847 4.15893 8.22183 6.22183C6.15893 8.28473 5 11.0826 5 14C5 20.075 12 29 16 29C20 29 27 20.075 27 14C27 11.0826 25.8411 8.28473 23.7782 6.22183C21.7153 4.15893 18.9174 3 16 3ZM13 18C11.9391 18 10.9217 17.5786 10.1716 16.8284C9.42143 16.0783 9 15.0609 9 14C9 13.7348 9.10536 13.4804 9.29289 13.2929C9.48043 13.1054 9.73478 13 10 13C11.0609 13 12.0783 13.4214 12.8284 14.1716C13.5786 14.9217 14 15.9391 14 17C14 17.2652 13.8946 17.5196 13.7071 17.7071C13.5196 17.8946 13.2652 18 13 18ZM19 18C18.7348 18 18.4804 17.8946 18.2929 17.7071C18.1054 17.5196 18 17.2652 18 17C18 15.9391 18.4214 14.9217 19.1716 14.1716C19.9217 13.4214 20.9391 13 22 13C22.2652 13 22.5196 13.1054 22.7071 13.2929C22.8946 13.4804 23 13.7348 23 14C23 15.0609 22.5786 16.0783 21.8284 16.8284C21.0783 17.5786 20.0609 18 19 18Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16 2C12.8185 2.00364 9.76839 3.26909 7.51874 5.51874C5.26909 7.76839 4.00364 10.8185 4 14C4 17 5.57 20.8825 8.20125 24.375C10.8488 27.8937 13.7638 30 16 30C18.2362 30 21.1512 27.8988 23.7987 24.375C26.43 20.875 28 17 28 14C27.9964 10.8185 26.7309 7.76839 24.4813 5.51874C22.2316 3.26909 19.1815 2.00364 16 2ZM22.2013 23.1775C20.03 26.0612 17.5387 28 16 28C14.4613 28 11.97 26.0612 9.79875 23.1775C7.45625 20.0625 6 16.5463 6 14C6 11.3478 7.05357 8.8043 8.92893 6.92893C10.8043 5.05357 13.3478 4 16 4C18.6522 4 21.1957 5.05357 23.0711 6.92893C24.9464 8.8043 26 11.3478 26 14C26 16.5463 24.5438 20.0625 22.2013 23.1775ZM15 17C15 15.6739 14.4732 14.4021 13.5355 13.4645C12.5979 12.5268 11.3261 12 10 12C9.46957 12 8.96086 12.2107 8.58579 12.5858C8.21071 12.9609 8 13.4696 8 14C8 15.3261 8.52678 16.5979 9.46447 17.5355C10.4021 18.4732 11.6739 19 13 19C13.5304 19 14.0391 18.7893 14.4142 18.4142C14.7893 18.0391 15 17.5304 15 17ZM10 14C10.7956 14 11.5587 14.3161 12.1213 14.8787C12.6839 15.4413 13 16.2044 13 17C12.2044 17 11.4413 16.6839 10.8787 16.1213C10.3161 15.5587 10 14.7956 10 14ZM22 12C20.6739 12 19.4021 12.5268 18.4645 13.4645C17.5268 14.4021 17 15.6739 17 17C17 17.5304 17.2107 18.0391 17.5858 18.4142C17.9609 18.7893 18.4696 19 19 19C19.6566 19 20.3068 18.8707 20.9134 18.6194C21.52 18.3681 22.0712 17.9998 22.5355 17.5355C22.9998 17.0712 23.3681 16.52 23.6194 15.9134C23.8707 15.3068 24 14.6566 24 14C24 13.4696 23.7893 12.9609 23.4142 12.5858C23.0391 12.2107 22.5304 12 22 12ZM19 17C19 16.2044 19.3161 15.4413 19.8787 14.8787C20.4413 14.3161 21.2044 14 22 14C22 14.7956 21.6839 15.5587 21.1213 16.1213C20.5587 16.6839 19.7956 17 19 17ZM19 23C19 23.2652 18.8946 23.5196 18.7071 23.7071C18.5196 23.8946 18.2652 24 18 24H14C13.7348 24 13.4804 23.8946 13.2929 23.7071C13.1054 23.5196 13 23.2652 13 23C13 22.7348 13.1054 22.4804 13.2929 22.2929C13.4804 22.1054 13.7348 22 14 22H18C18.2652 22 18.5196 22.1054 18.7071 22.2929C18.8946 22.4804 19 22.7348 19 23Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M16 2.25C12.8848 2.25364 9.89828 3.49275 7.69551 5.69551C5.49275 7.89828 4.25364 10.8848 4.25 14C4.25 16.95 5.80125 20.775 8.40125 24.2288C10.4087 26.8975 13.46 29.75 16 29.75C18.54 29.75 21.5912 26.8975 23.5987 24.2288C26.1987 20.775 27.75 16.95 27.75 14C27.7464 10.8848 26.5072 7.89828 24.3045 5.69551C22.1017 3.49275 19.1152 2.25364 16 2.25ZM22.4013 23.3275C20.185 26.2712 17.6138 28.25 16 28.25C14.3862 28.25 11.815 26.2712 9.59875 23.3275C7.225 20.1712 5.75 16.5975 5.75 14C5.75 11.2815 6.82991 8.6744 8.75216 6.75216C10.6744 4.82991 13.2815 3.75 16 3.75C18.7185 3.75 21.3256 4.82991 23.2478 6.75216C25.1701 8.6744 26.25 11.2815 26.25 14C26.25 16.5975 24.775 20.1712 22.4013 23.3275ZM14.75 17C14.75 15.7402 14.2496 14.532 13.3588 13.6412C12.468 12.7504 11.2598 12.25 10 12.25C9.53587 12.25 9.09075 12.4344 8.76256 12.7626C8.43437 13.0908 8.25 13.5359 8.25 14C8.25 15.2598 8.75045 16.468 9.64124 17.3588C10.532 18.2496 11.7402 18.75 13 18.75C13.2298 18.75 13.4574 18.7047 13.6697 18.6168C13.882 18.5288 14.0749 18.3999 14.2374 18.2374C14.3999 18.0749 14.5288 17.882 14.6168 17.6697C14.7047 17.4574 14.75 17.2298 14.75 17ZM13 17.25C12.138 17.25 11.3114 16.9076 10.7019 16.2981C10.0924 15.6886 9.75 14.862 9.75 14C9.75 13.9337 9.77634 13.8701 9.82322 13.8232C9.87011 13.7763 9.9337 13.75 10 13.75C10.4268 13.75 10.8494 13.8341 11.2437 13.9974C11.638 14.1607 11.9963 14.4001 12.2981 14.7019C12.5999 15.0037 12.8393 15.362 13.0026 15.7563C13.1659 16.1506 13.25 16.5732 13.25 17C13.25 17.0663 13.2237 17.1299 13.1768 17.1768C13.1299 17.2237 13.0663 17.25 13 17.25ZM22 12.25C20.7402 12.25 19.532 12.7504 18.6412 13.6412C17.7504 14.532 17.25 15.7402 17.25 17C17.25 17.4641 17.4344 17.9092 17.7626 18.2374C18.0908 18.5656 18.5359 18.75 19 18.75C20.2598 18.75 21.468 18.2496 22.3588 17.3588C23.2496 16.468 23.75 15.2598 23.75 14C23.75 13.5359 23.5656 13.0908 23.2374 12.7626C22.9092 12.4344 22.4641 12.25 22 12.25ZM19 17.25C18.9337 17.25 18.8701 17.2237 18.8232 17.1768C18.7763 17.1299 18.75 17.0663 18.75 17C18.75 16.138 19.0924 15.3114 19.7019 14.7019C20.3114 14.0924 21.138 13.75 22 13.75C22.0663 13.75 22.1299 13.7763 22.1768 13.8232C22.2237 13.8701 22.25 13.9337 22.25 14C22.25 14.862 21.9076 15.6886 21.2981 16.2981C20.6886 16.9076 19.862 17.25 19 17.25ZM18.75 23C18.75 23.1989 18.671 23.3897 18.5303 23.5303C18.3897 23.671 18.1989 23.75 18 23.75H14C13.8011 23.75 13.6103 23.671 13.4697 23.5303C13.329 23.3897 13.25 23.1989 13.25 23C13.25 22.8011 13.329 22.6103 13.4697 22.4697C13.6103 22.329 13.8011 22.25 14 22.25H18C18.1989 22.25 18.3897 22.329 18.5303 22.4697C18.671 22.6103 18.75 22.8011 18.75 23Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Alien;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Baseball = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM24.4138 23.83C24.22 23.6225 24.0325 23.4075 23.8563 23.1875C23.7719 23.0887 23.6524 23.0266 23.5231 23.0144C23.3938 23.0022 23.2647 23.0408 23.1634 23.122C23.062 23.2032 22.9962 23.3207 22.9799 23.4496C22.9637 23.5785 22.9982 23.7086 23.0763 23.8125C23.2738 24.0625 23.4838 24.3 23.7013 24.5325C21.5909 26.4423 18.8462 27.4998 16 27.4998C13.1538 27.4998 10.4091 26.4423 8.29876 24.5325C8.51626 24.3 8.72626 24.06 8.92376 23.8125C9.00178 23.7086 9.03632 23.5785 9.02006 23.4496C9.0038 23.3207 8.93802 23.2032 8.83665 23.122C8.73527 23.0408 8.60626 23.0022 8.47693 23.0144C8.3476 23.0266 8.22811 23.0887 8.14376 23.1875C7.96751 23.4075 7.78001 23.6225 7.58626 23.83C5.60312 21.705 4.5002 18.9066 4.5002 16C4.5002 13.0934 5.60312 10.295 7.58626 8.17C7.78001 8.3775 7.96751 8.5925 8.14376 8.8125C8.22811 8.91129 8.3476 8.97337 8.47693 8.9856C8.60626 8.99782 8.73527 8.95924 8.83665 8.87801C8.93802 8.79678 9.0038 8.67928 9.02006 8.5504C9.03632 8.42151 9.00178 8.29136 8.92376 8.1875C8.72626 7.9375 8.51626 7.7 8.29876 7.4675C10.4091 5.55774 13.1538 4.50021 16 4.50021C18.8462 4.50021 21.5909 5.55774 23.7013 7.4675C23.4838 7.7 23.2738 7.94 23.0763 8.1875C23.0328 8.23843 22.9999 8.29758 22.9798 8.36144C22.9596 8.4253 22.9524 8.49257 22.9587 8.55924C22.965 8.62592 22.9847 8.69065 23.0165 8.7496C23.0483 8.80854 23.0916 8.86049 23.1438 8.90237C23.1961 8.94425 23.2563 8.97521 23.3207 8.99339C23.3852 9.01158 23.4526 9.01663 23.5191 9.00825C23.5855 8.99987 23.6496 8.97822 23.7075 8.9446C23.7655 8.91097 23.816 8.86605 23.8563 8.8125C24.0325 8.5925 24.22 8.3775 24.4138 8.17C26.3969 10.295 27.4998 13.0934 27.4998 16C27.4998 18.9066 26.3969 21.705 24.4138 23.83ZM11.4925 18.08C11.3745 18.7889 11.1946 19.4862 10.955 20.1637C10.921 20.262 10.8572 20.3471 10.7725 20.4074C10.6878 20.4676 10.5864 20.5 10.4825 20.5C10.4258 20.5002 10.3696 20.4905 10.3163 20.4713C10.1913 20.4271 10.089 20.3351 10.0318 20.2156C9.97464 20.0961 9.96724 19.9587 10.0113 19.8337C10.2327 19.2106 10.4 18.5694 10.5113 17.9175C10.5388 17.7923 10.6134 17.6824 10.7197 17.6106C10.8259 17.5388 10.9557 17.5106 11.0822 17.5318C11.2087 17.553 11.3222 17.6219 11.3992 17.7244C11.4763 17.8269 11.511 17.9551 11.4963 18.0825L11.4925 18.08ZM11.4925 13.915C11.5142 14.0456 11.4832 14.1795 11.4064 14.2873C11.3295 14.3951 11.213 14.468 11.0825 14.49C11.0554 14.4958 11.0277 14.4991 11 14.5C10.8818 14.4998 10.7675 14.4578 10.6773 14.3814C10.5872 14.305 10.527 14.1991 10.5075 14.0825C10.3962 13.4306 10.2289 12.7894 10.0075 12.1663C9.96341 12.0411 9.97084 11.9036 10.0282 11.7839C10.0855 11.6642 10.188 11.5722 10.3131 11.5281C10.4383 11.484 10.5758 11.4915 10.6955 11.5488C10.8152 11.6061 10.9072 11.7086 10.9513 11.8337C11.1921 12.5112 11.3732 13.2085 11.4925 13.9175V13.915ZM21.9925 19.8312C22.0365 19.9562 22.0291 20.0936 21.9719 20.2131C21.9147 20.3327 21.8124 20.4246 21.6875 20.4688C21.6342 20.488 21.5779 20.4977 21.5213 20.4975C21.4176 20.4977 21.3165 20.4657 21.2318 20.4059C21.1472 20.3461 21.0832 20.2615 21.0488 20.1637C20.8092 19.4862 20.6293 18.7889 20.5113 18.08C20.4965 17.9526 20.5312 17.8244 20.6083 17.7219C20.6853 17.6194 20.7988 17.5505 20.9253 17.5293C21.0518 17.5081 21.1816 17.5363 21.2878 17.6081C21.3941 17.6799 21.4687 17.7898 21.4963 17.915C21.605 18.5676 21.7697 19.2095 21.9888 19.8337L21.9925 19.8312ZM21.9925 12.1637C21.7711 12.7869 21.6038 13.4281 21.4925 14.08C21.4735 14.197 21.4136 14.3035 21.3234 14.3804C21.2332 14.4574 21.1186 14.4997 21 14.5C20.9723 14.5 20.9447 14.4975 20.9175 14.4925C20.787 14.4705 20.6705 14.3976 20.5936 14.2898C20.5168 14.182 20.4858 14.0481 20.5075 13.9175C20.6256 13.2086 20.8054 12.5113 21.045 11.8337C21.0891 11.7086 21.1811 11.6061 21.3008 11.5488C21.4204 11.4915 21.558 11.484 21.6831 11.5281C21.8083 11.5722 21.9108 11.6642 21.9681 11.7839C22.0254 11.9036 22.0328 12.0411 21.9888 12.1663L21.9925 12.1637Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM9.01126 24.4888C9.11376 24.3638 9.21626 24.2475 9.31376 24.125C9.39583 24.0223 9.45688 23.9045 9.49342 23.7782C9.52995 23.6519 9.54126 23.5197 9.52669 23.3891C9.51212 23.2584 9.47197 23.1319 9.40852 23.0168C9.34506 22.9017 9.25956 22.8002 9.15688 22.7181C9.0542 22.636 8.93637 22.575 8.81009 22.5385C8.68382 22.5019 8.55159 22.4906 8.42095 22.5052C8.29031 22.5198 8.16382 22.5599 8.0487 22.6234C7.93358 22.6868 7.83208 22.7723 7.75001 22.875L7.58251 23.0775C5.9124 21.0974 4.99634 18.5904 4.99634 16C4.99634 13.4096 5.9124 10.9026 7.58251 8.9225L7.75001 9.125C7.83208 9.22768 7.93358 9.31318 8.0487 9.37664C8.16382 9.44009 8.29031 9.48024 8.42095 9.49481C8.55159 9.50938 8.68382 9.49807 8.81009 9.46154C8.93637 9.425 9.0542 9.36395 9.15688 9.28187C9.25956 9.1998 9.34506 9.0983 9.40852 8.98318C9.47197 8.86806 9.51212 8.74157 9.52669 8.61093C9.54126 8.48029 9.52995 8.34806 9.49342 8.22179C9.45688 8.09551 9.39583 7.97768 9.31376 7.875C9.21626 7.75 9.11376 7.625 9.01126 7.51125C10.9784 5.88782 13.4494 4.99988 16 4.99988C18.5506 4.99988 21.0216 5.88782 22.9888 7.51125C22.8863 7.63625 22.7838 7.75125 22.6863 7.875C22.6042 7.97768 22.5431 8.09551 22.5066 8.22179C22.4701 8.34806 22.4588 8.48029 22.4733 8.61093C22.4879 8.74157 22.528 8.86806 22.5915 8.98318C22.6549 9.0983 22.7405 9.1998 22.8431 9.28187C22.9458 9.36395 23.0636 9.425 23.1899 9.46154C23.3162 9.49807 23.4484 9.50938 23.5791 9.49481C23.7097 9.48024 23.8362 9.44009 23.9513 9.37664C24.0664 9.31318 24.1679 9.22768 24.25 9.125L24.4175 8.9225C26.0876 10.9026 27.0037 13.4096 27.0037 16C27.0037 18.5904 26.0876 21.0974 24.4175 23.0775L24.25 22.875C24.1696 22.7679 24.0684 22.6781 23.9526 22.6108C23.8367 22.5436 23.7085 22.5003 23.5756 22.4835C23.4427 22.4667 23.3078 22.4768 23.1789 22.5132C23.05 22.5496 22.9297 22.6115 22.8252 22.6953C22.7206 22.779 22.634 22.8829 22.5704 23.0008C22.5068 23.1187 22.4675 23.2482 22.4549 23.3815C22.4423 23.5149 22.4566 23.6494 22.497 23.7771C22.5374 23.9048 22.603 24.0231 22.69 24.125C22.7875 24.25 22.89 24.3687 22.9925 24.4888C21.0253 26.1122 18.5543 27.0001 16.0038 27.0001C13.4532 27.0001 10.9822 26.1122 9.01501 24.4888H9.01126ZM11.9863 18.165C11.862 18.9026 11.6747 19.6282 11.4263 20.3337C11.3377 20.5839 11.1535 20.7886 10.914 20.9029C10.6746 21.0172 10.3995 21.0316 10.1494 20.9431C9.89925 20.8546 9.69452 20.6704 9.58024 20.4309C9.46596 20.1914 9.45149 19.9164 9.54001 19.6663C9.75075 19.0707 9.90926 18.458 10.0138 17.835C10.0343 17.7045 10.0806 17.5794 10.1498 17.4669C10.219 17.3544 10.3098 17.2567 10.417 17.1795C10.5242 17.1023 10.6456 17.047 10.7743 17.017C10.9029 16.987 11.0363 16.9828 11.1665 17.0046C11.2968 17.0264 11.4215 17.0738 11.5334 17.144C11.6453 17.2143 11.7421 17.306 11.8183 17.4139C11.8945 17.5218 11.9486 17.6437 11.9774 17.7726C12.0063 17.9016 12.0093 18.0349 11.9863 18.165ZM11.9863 13.835C12.03 14.0966 11.9681 14.3648 11.814 14.5807C11.66 14.7966 11.4266 14.9425 11.165 14.9862C11.1104 14.9951 11.0553 14.9997 11 15C10.7636 14.9997 10.535 14.9157 10.3547 14.7628C10.1743 14.6099 10.054 14.3981 10.015 14.165C9.91051 13.542 9.752 12.9293 9.54126 12.3337C9.45274 12.0836 9.46721 11.8086 9.58149 11.5691C9.69577 11.3296 9.9005 11.1454 10.1506 11.0569C10.4008 10.9684 10.6758 10.9828 10.9153 11.0971C11.1547 11.2114 11.339 11.4161 11.4275 11.6663C11.6755 12.3718 11.8624 13.0974 11.9863 13.835ZM21.85 20.9425C21.6 21.031 21.3252 21.0165 21.0858 20.9024C20.8465 20.7882 20.6623 20.5837 20.5738 20.3337C20.3253 19.6282 20.138 18.9026 20.0138 18.165C19.9908 18.0349 19.9937 17.9016 20.0226 17.7726C20.0514 17.6437 20.1055 17.5218 20.1817 17.4139C20.2579 17.306 20.3548 17.2143 20.4666 17.144C20.5785 17.0738 20.7032 17.0264 20.8335 17.0046C20.9638 16.9828 21.0971 16.987 21.2257 17.017C21.3544 17.047 21.4758 17.1023 21.583 17.1795C21.6902 17.2567 21.781 17.3544 21.8502 17.4669C21.9194 17.5794 21.9657 17.7045 21.9863 17.835C22.0907 18.458 22.2493 19.0707 22.46 19.6663C22.5038 19.7901 22.5227 19.9214 22.5158 20.0525C22.5088 20.1837 22.4761 20.3122 22.4194 20.4308C22.3628 20.5493 22.2833 20.6555 22.1856 20.7433C22.0879 20.8311 21.9739 20.8988 21.85 20.9425ZM20.0138 13.835C20.138 13.0974 20.3253 12.3718 20.5738 11.6663C20.6623 11.4161 20.8465 11.2114 21.086 11.0971C21.3254 10.9828 21.6005 10.9684 21.8506 11.0569C22.1008 11.1454 22.3055 11.3296 22.4198 11.5691C22.534 11.8086 22.5485 12.0836 22.46 12.3337C22.2493 12.9293 22.0907 13.542 21.9863 14.165C21.9472 14.3984 21.8267 14.6103 21.6461 14.7632C21.4655 14.9161 21.2366 15 21 15C20.9443 14.9998 20.8887 14.9952 20.8338 14.9862C20.5724 14.9422 20.3393 14.7962 20.1855 14.5803C20.0318 14.3645 19.97 14.0964 20.0138 13.835Z" 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="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM9.62501 24.3325C10.0174 23.8306 10.3741 23.3018 10.6925 22.75C10.7987 22.5792 10.8695 22.3889 10.9006 22.1902C10.9318 21.9916 10.9227 21.7887 10.8739 21.5936C10.825 21.3986 10.7375 21.2153 10.6164 21.0547C10.4954 20.8942 10.3432 20.7596 10.1691 20.659C9.99503 20.5584 9.80247 20.4939 9.60291 20.4692C9.40335 20.4445 9.20086 20.4602 9.00748 20.5153C8.81411 20.5704 8.63379 20.6639 8.47725 20.7901C8.32071 20.9163 8.19114 21.0727 8.09626 21.25C7.91347 21.5631 7.71445 21.8664 7.50001 22.1588C6.1977 20.3693 5.49615 18.2131 5.49615 16C5.49615 13.7869 6.1977 11.6307 7.50001 9.84125C7.71445 10.1336 7.91347 10.4369 8.09626 10.75C8.19114 10.9273 8.32071 11.0837 8.47725 11.2099C8.63379 11.3361 8.81411 11.4296 9.00748 11.4847C9.20086 11.5398 9.40335 11.5555 9.60291 11.5308C9.80247 11.5061 9.99503 11.4416 10.1691 11.341C10.3432 11.2404 10.4954 11.1058 10.6164 10.9453C10.7375 10.7847 10.825 10.6014 10.8739 10.4064C10.9227 10.2113 10.9318 10.0084 10.9006 9.80977C10.8695 9.61112 10.7987 9.42075 10.6925 9.25C10.3741 8.69817 10.0174 8.16937 9.62501 7.6675C11.4544 6.262 13.6968 5.50006 16.0038 5.50006C18.3107 5.50006 20.5531 6.262 22.3825 7.6675C21.9875 8.16914 21.6283 8.69794 21.3075 9.25C21.2013 9.42075 21.1305 9.61112 21.0994 9.80977C21.0682 10.0084 21.0773 10.2113 21.1262 10.4064C21.175 10.6014 21.2625 10.7847 21.3836 10.9453C21.5047 11.1058 21.6568 11.2404 21.8309 11.341C22.005 11.4416 22.1975 11.5061 22.3971 11.5308C22.5967 11.5555 22.7992 11.5398 22.9925 11.4847C23.1859 11.4296 23.3662 11.3361 23.5228 11.2099C23.6793 11.0837 23.8089 10.9273 23.9038 10.75C24.0865 10.4369 24.2856 10.1336 24.5 9.84125C25.8023 11.6307 26.5039 13.7869 26.5039 16C26.5039 18.2131 25.8023 20.3693 24.5 22.1588C24.2868 21.8659 24.089 21.5622 23.9075 21.2488C23.8126 21.0715 23.6831 20.9151 23.5265 20.7889C23.37 20.6626 23.1897 20.5692 22.9963 20.5141C22.8029 20.4589 22.6004 20.4432 22.4009 20.4679C22.2013 20.4926 22.0087 20.5572 21.8346 20.6578C21.6605 20.7584 21.5084 20.8929 21.3873 21.0535C21.2663 21.2141 21.1787 21.3973 21.1299 21.5924C21.0811 21.7874 21.072 21.9903 21.1031 22.189C21.1343 22.3876 21.2051 22.578 21.3113 22.7488C21.6284 23.3009 21.9838 23.8301 22.375 24.3325C20.5456 25.738 18.3032 26.4999 15.9963 26.4999C13.6893 26.4999 11.4469 25.738 9.61751 24.3325H9.62501ZM12.4 14.315C12.4678 14.8741 12.5012 15.4368 12.5 16C12.5 16.5633 12.4653 17.126 12.3963 17.685C12.3512 18.0478 12.1751 18.3817 11.9012 18.6238C11.6273 18.866 11.2744 18.9997 10.9088 19C10.8461 18.9999 10.7835 18.9962 10.7213 18.9888C10.3266 18.9394 9.96772 18.7354 9.72347 18.4215C9.47922 18.1077 9.36962 17.7097 9.41876 17.315C9.47278 16.8787 9.49991 16.4396 9.50001 16C9.49991 15.5604 9.47278 15.1213 9.41876 14.685C9.39413 14.4895 9.40826 14.2911 9.46033 14.101C9.5124 13.911 9.60139 13.733 9.72222 13.5774C9.84305 13.4217 9.99336 13.2914 10.1646 13.1938C10.3358 13.0963 10.5245 13.0334 10.72 13.0087C10.9155 12.9841 11.114 12.9983 11.304 13.0503C11.494 13.1024 11.672 13.1914 11.8276 13.3122C11.9833 13.433 12.1136 13.5834 12.2112 13.7546C12.3087 13.9258 12.3716 14.1145 12.3963 14.31L12.4 14.315ZM21.2825 18.9888C21.2203 18.9962 21.1577 18.9999 21.095 19C20.7294 18.9997 20.3765 18.866 20.1026 18.6238C19.8286 18.3817 19.6526 18.0478 19.6075 17.685C19.4688 16.5643 19.4688 15.4307 19.6075 14.31C19.6321 14.1145 19.695 13.9258 19.7926 13.7546C19.8901 13.5834 20.0205 13.433 20.1761 13.3122C20.3318 13.1914 20.5097 13.1024 20.6998 13.0503C20.8898 12.9983 21.0883 12.9841 21.2838 13.0087C21.4793 13.0334 21.668 13.0963 21.8392 13.1938C22.0104 13.2914 22.1607 13.4217 22.2815 13.5774C22.4024 13.733 22.4914 13.911 22.5434 14.101C22.5955 14.2911 22.6096 14.4895 22.585 14.685C22.4771 15.5567 22.4771 16.4383 22.585 17.31C22.61 17.5061 22.596 17.7052 22.5438 17.8958C22.4916 18.0865 22.4023 18.2649 22.2809 18.4209C22.1595 18.577 22.0085 18.7074 21.8365 18.8049C21.6645 18.9023 21.475 18.9648 21.2788 18.9888H21.2825Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M26.1686 7.9099C26.126 7.85675 26.073 7.81286 26.0129 7.78092C25.9527 7.74898 25.8867 7.72966 25.8188 7.72416C25.7509 7.71866 25.6826 7.72709 25.6181 7.74893C25.5536 7.77076 25.4942 7.80555 25.4436 7.85116C25.0203 8.23694 24.6275 8.65485 24.2686 9.10115C24.1101 9.30523 23.8804 9.44192 23.6255 9.48388C23.3705 9.52583 23.1091 9.46994 22.8936 9.32741C22.7803 9.24902 22.6844 9.14808 22.612 9.0309C22.5396 8.91373 22.4921 8.78285 22.4726 8.64647C22.4531 8.5101 22.4621 8.37117 22.4988 8.2384C22.5355 8.10562 22.5993 7.98187 22.6861 7.87491C23.0821 7.37993 23.5136 6.91453 23.9774 6.48241C24.0308 6.43351 24.073 6.37357 24.101 6.30675C24.129 6.23993 24.1422 6.16783 24.1396 6.09542C24.1369 6.02302 24.1186 5.95205 24.0859 5.88743C24.0531 5.8228 24.0067 5.76607 23.9499 5.72116C21.6751 3.95728 18.8783 3 15.9999 3C13.1214 3 10.3246 3.95728 8.04985 5.72116C7.99301 5.76607 7.9466 5.8228 7.91385 5.88743C7.88109 5.95205 7.86277 6.02302 7.86016 6.09542C7.85754 6.16783 7.87069 6.23993 7.8987 6.30675C7.9267 6.37357 7.9689 6.43351 8.02235 6.48241C8.47809 6.90697 8.90293 7.36355 9.2936 7.84866C9.45133 8.04045 9.53387 8.28308 9.52582 8.53127C9.51777 8.77946 9.41968 9.01624 9.24985 9.19741C9.15096 9.29945 9.03146 9.37924 8.89931 9.43148C8.76716 9.48371 8.62539 9.50718 8.48346 9.50032C8.34153 9.49346 8.20269 9.45642 8.07619 9.39169C7.94969 9.32696 7.83844 9.23601 7.74985 9.12491C7.3846 8.66889 6.98376 8.24255 6.5511 7.84991C6.50046 7.80457 6.44111 7.77004 6.37667 7.74842C6.31223 7.7268 6.24406 7.71855 6.17632 7.72416C6.10858 7.72978 6.0427 7.74915 5.9827 7.78108C5.9227 7.81302 5.86984 7.85685 5.82735 7.9099C3.99435 10.208 2.99609 13.0604 2.99609 15.9999C2.99609 18.9394 3.99435 21.7919 5.82735 24.0899C5.86994 24.1431 5.92294 24.187 5.98309 24.2189C6.04325 24.2508 6.1093 24.2701 6.17718 24.2756C6.24507 24.2812 6.31337 24.2727 6.37788 24.2509C6.44239 24.229 6.50177 24.1943 6.55235 24.1487C6.97563 23.7629 7.36847 23.345 7.72735 22.8987C7.88583 22.6946 8.11554 22.5579 8.37049 22.5159C8.62545 22.474 8.88684 22.5299 9.10235 22.6724C9.21593 22.7505 9.31213 22.8512 9.38492 22.9683C9.45772 23.0853 9.50554 23.2161 9.52537 23.3525C9.54521 23.4889 9.53664 23.6279 9.5002 23.7608C9.46375 23.8937 9.40023 24.0177 9.3136 24.1249C8.91765 24.6199 8.48609 25.0853 8.02235 25.5174C7.9689 25.5663 7.9267 25.6262 7.8987 25.6931C7.87069 25.7599 7.85754 25.832 7.86016 25.9044C7.86277 25.9768 7.88109 26.0478 7.91385 26.1124C7.9466 26.177 7.99301 26.2337 8.04985 26.2787C10.3246 28.0425 13.1214 28.9998 15.9999 28.9998C18.8783 28.9998 21.6751 28.0425 23.9499 26.2787C24.0067 26.2337 24.0531 26.177 24.0859 26.1124C24.1186 26.0478 24.1369 25.9768 24.1396 25.9044C24.1422 25.832 24.129 25.7599 24.101 25.6931C24.073 25.6262 24.0308 25.5663 23.9774 25.5174C23.5136 25.0853 23.0821 24.6199 22.6861 24.1249C22.6002 24.0177 22.5372 23.894 22.5012 23.7614C22.4652 23.6288 22.457 23.4902 22.4769 23.3543C22.4968 23.2183 22.5446 23.088 22.6171 22.9713C22.6897 22.8546 22.7855 22.7542 22.8986 22.6762C23.1141 22.5336 23.3755 22.4777 23.6305 22.5197C23.8854 22.5616 24.1151 22.6983 24.2736 22.9024C24.6325 23.3487 25.0253 23.7666 25.4486 24.1524C25.4992 24.198 25.5586 24.2328 25.6231 24.2546C25.6876 24.2765 25.7559 24.2849 25.8238 24.2794C25.8917 24.2739 25.9577 24.2546 26.0179 24.2226C26.078 24.1907 26.131 24.1468 26.1736 24.0937C28.0066 21.7956 29.0049 18.9432 29.0049 16.0037C29.0049 13.0641 28.0066 10.2117 26.1736 7.91366L26.1686 7.9099ZM10.2136 11.0374C10.4634 10.9729 10.7283 11.0052 10.9552 11.1279C11.1822 11.2505 11.3544 11.4544 11.4374 11.6987C11.6756 12.3813 11.857 13.0824 11.9799 13.7949C12.0104 13.9406 12.008 14.0912 11.9729 14.2358C11.9378 14.3804 11.8708 14.5154 11.7769 14.6309C11.683 14.7463 11.5645 14.8394 11.4301 14.9032C11.2957 14.9671 11.1487 15.0001 10.9999 14.9999C10.7481 15.0007 10.5054 14.9066 10.32 14.7363C10.1346 14.566 10.0203 14.332 9.99985 14.0812C9.95235 13.5262 9.8611 12.9674 9.59985 12.4762C9.52848 12.3439 9.48784 12.1972 9.48096 12.0471C9.47408 11.8969 9.50113 11.7472 9.56011 11.6089C9.61908 11.4707 9.70846 11.3475 9.8216 11.2485C9.93474 11.1496 10.0687 11.0774 10.2136 11.0374ZM11.9799 18.1987C11.8564 18.9248 11.6711 19.639 11.4261 20.3337C11.3786 20.4678 11.303 20.5903 11.2044 20.6929C11.1058 20.7955 10.9864 20.8759 10.8542 20.9286C10.7221 20.9814 10.5802 21.0054 10.438 20.9989C10.2958 20.9924 10.1567 20.9557 10.0299 20.8912C9.81126 20.7745 9.6424 20.5825 9.55459 20.3508C9.46678 20.1191 9.46599 19.8634 9.55235 19.6312C9.75648 19.0465 9.91078 18.4456 10.0136 17.8349C10.0369 17.695 10.0898 17.5616 10.1686 17.4437C10.2474 17.3258 10.3504 17.226 10.4707 17.1509C10.5911 17.0758 10.726 17.0272 10.8666 17.0083C11.0072 16.9894 11.1502 17.0006 11.2861 17.0412C11.5227 17.1167 11.7237 17.2759 11.8514 17.489C11.9791 17.7021 12.0248 17.9544 11.9799 18.1987ZM21.9699 20.8912C21.843 20.9557 21.7039 20.9924 21.5617 20.9989C21.4195 21.0054 21.2776 20.9814 21.1455 20.9286C21.0133 20.8759 20.8939 20.7955 20.7953 20.6929C20.6967 20.5903 20.6211 20.4678 20.5736 20.3337C20.3286 19.639 20.1434 18.9248 20.0199 18.1987C19.9752 17.9544 20.021 17.7022 20.1487 17.4892C20.2763 17.2762 20.4771 17.117 20.7136 17.0412C20.8495 17.0006 20.9925 16.9894 21.1331 17.0083C21.2737 17.0272 21.4086 17.0758 21.529 17.1509C21.6493 17.226 21.7523 17.3258 21.8311 17.4437C21.91 17.5616 21.9628 17.695 21.9861 17.8349C22.0889 18.4456 22.2432 19.0465 22.4474 19.6312C22.5337 19.8634 22.5329 20.1191 22.4451 20.3508C22.3573 20.5825 22.1884 20.7745 21.9699 20.8912ZM22.3961 12.4762C22.1349 12.9674 22.0436 13.5262 21.9961 14.0812C21.9834 14.2281 21.9383 14.3704 21.864 14.4979C21.7898 14.6253 21.6883 14.7348 21.5668 14.8184C21.4453 14.9021 21.3068 14.9578 21.1613 14.9816C21.0157 15.0054 20.8667 14.9967 20.7249 14.9562C20.486 14.8833 20.2822 14.7253 20.152 14.5122C20.0219 14.2991 19.9744 14.0457 20.0186 13.7999C20.1408 13.0859 20.3227 12.3835 20.5624 11.6999C20.6448 11.4552 20.8169 11.2509 21.0439 11.128C21.271 11.005 21.5362 10.9727 21.7861 11.0374C21.9307 11.0779 22.0642 11.1504 22.1769 11.2495C22.2897 11.3486 22.3786 11.4718 22.4372 11.61C22.4958 11.7482 22.5225 11.8979 22.5154 12.0478C22.5083 12.1977 22.4675 12.3441 22.3961 12.4762Z" 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="M7.58247 7.44751C8.71875 8.56298 9.621 9.89398 10.2364 11.3625C10.8517 12.8311 11.1679 14.4077 11.1662 16C11.1679 17.5923 10.8517 19.1689 10.2364 20.6375C9.621 22.106 8.71875 23.437 7.58247 24.5525C6.4479 23.4358 5.54684 22.1046 4.9318 20.6363C4.31675 19.1679 4 17.5919 4 16C4 14.4081 4.31675 12.8321 4.9318 11.3638C5.54684 9.89544 6.4479 8.56418 7.58247 7.44751ZM24.4175 7.44751C23.2829 8.56418 22.3818 9.89544 21.7668 11.3638C21.1517 12.8321 20.835 14.4081 20.835 16C20.835 17.5919 21.1517 19.1679 21.7668 20.6363C22.3818 22.1046 23.2829 23.4358 24.4175 24.5525C25.5521 23.4358 26.4531 22.1046 27.0682 20.6363C27.6832 19.1679 27.9999 17.5919 27.9999 16C27.9999 14.4081 27.6832 12.8321 27.0682 11.3638C26.4531 9.89544 25.5521 8.56418 24.4175 7.44751Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM9.01126 24.4888C9.11376 24.3638 9.21626 24.2475 9.31376 24.125C9.39583 24.0223 9.45688 23.9045 9.49342 23.7782C9.52995 23.6519 9.54126 23.5197 9.52669 23.3891C9.51212 23.2584 9.47197 23.1319 9.40852 23.0168C9.34506 22.9017 9.25956 22.8002 9.15688 22.7181C9.0542 22.636 8.93637 22.575 8.81009 22.5385C8.68382 22.5019 8.55159 22.4906 8.42095 22.5052C8.29031 22.5198 8.16382 22.5599 8.0487 22.6234C7.93358 22.6868 7.83208 22.7723 7.75001 22.875L7.58251 23.0775C5.9124 21.0974 4.99634 18.5904 4.99634 16C4.99634 13.4096 5.9124 10.9026 7.58251 8.9225L7.75001 9.125C7.83208 9.22768 7.93358 9.31318 8.0487 9.37664C8.16382 9.44009 8.29031 9.48024 8.42095 9.49481C8.55159 9.50938 8.68382 9.49807 8.81009 9.46154C8.93637 9.425 9.0542 9.36395 9.15688 9.28187C9.25956 9.1998 9.34506 9.0983 9.40852 8.98318C9.47197 8.86806 9.51212 8.74157 9.52669 8.61093C9.54126 8.48029 9.52995 8.34806 9.49342 8.22179C9.45688 8.09551 9.39583 7.97768 9.31376 7.875C9.21626 7.75 9.11376 7.625 9.01126 7.51125C10.9784 5.88782 13.4494 4.99988 16 4.99988C18.5506 4.99988 21.0216 5.88782 22.9888 7.51125C22.8863 7.63625 22.7838 7.75125 22.6863 7.875C22.6042 7.97768 22.5431 8.09551 22.5066 8.22179C22.4701 8.34806 22.4588 8.48029 22.4733 8.61093C22.4879 8.74157 22.528 8.86806 22.5915 8.98318C22.6549 9.0983 22.7405 9.1998 22.8431 9.28187C22.9458 9.36395 23.0636 9.425 23.1899 9.46154C23.3162 9.49807 23.4484 9.50938 23.5791 9.49481C23.7097 9.48024 23.8362 9.44009 23.9513 9.37664C24.0664 9.31318 24.1679 9.22768 24.25 9.125L24.4175 8.9225C26.0876 10.9026 27.0037 13.4096 27.0037 16C27.0037 18.5904 26.0876 21.0974 24.4175 23.0775L24.25 22.875C24.1696 22.7679 24.0684 22.6781 23.9526 22.6108C23.8367 22.5436 23.7085 22.5003 23.5756 22.4835C23.4427 22.4667 23.3078 22.4768 23.1789 22.5132C23.05 22.5496 22.9297 22.6115 22.8252 22.6953C22.7206 22.779 22.634 22.8829 22.5704 23.0008C22.5068 23.1187 22.4675 23.2482 22.4549 23.3815C22.4423 23.5149 22.4566 23.6494 22.497 23.7771C22.5374 23.9048 22.603 24.0231 22.69 24.125C22.7875 24.25 22.89 24.3687 22.9925 24.4888C21.0253 26.1122 18.5543 27.0001 16.0038 27.0001C13.4532 27.0001 10.9822 26.1122 9.01501 24.4888H9.01126ZM11.9863 18.165C11.862 18.9026 11.6747 19.6282 11.4263 20.3337C11.3377 20.5839 11.1535 20.7886 10.914 20.9029C10.6746 21.0172 10.3995 21.0316 10.1494 20.9431C9.89925 20.8546 9.69452 20.6704 9.58024 20.4309C9.46596 20.1914 9.45149 19.9164 9.54001 19.6663C9.75075 19.0707 9.90926 18.458 10.0138 17.835C10.0343 17.7045 10.0806 17.5794 10.1498 17.4669C10.219 17.3544 10.3098 17.2567 10.417 17.1795C10.5242 17.1023 10.6456 17.047 10.7743 17.017C10.9029 16.987 11.0363 16.9828 11.1665 17.0046C11.2968 17.0264 11.4215 17.0738 11.5334 17.144C11.6453 17.2143 11.7421 17.306 11.8183 17.4139C11.8945 17.5218 11.9486 17.6437 11.9774 17.7726C12.0063 17.9016 12.0093 18.0349 11.9863 18.165ZM11.9863 13.835C12.03 14.0966 11.9681 14.3648 11.814 14.5807C11.66 14.7966 11.4266 14.9425 11.165 14.9862C11.1104 14.9951 11.0553 14.9997 11 15C10.7636 14.9997 10.535 14.9157 10.3547 14.7628C10.1743 14.6099 10.054 14.3981 10.015 14.165C9.91051 13.542 9.752 12.9293 9.54126 12.3337C9.45274 12.0836 9.46721 11.8086 9.58149 11.5691C9.69577 11.3296 9.9005 11.1454 10.1506 11.0569C10.4008 10.9684 10.6758 10.9828 10.9153 11.0971C11.1547 11.2114 11.339 11.4161 11.4275 11.6663C11.6755 12.3718 11.8624 13.0974 11.9863 13.835ZM21.85 20.9425C21.6 21.031 21.3252 21.0165 21.0858 20.9024C20.8465 20.7882 20.6623 20.5837 20.5738 20.3337C20.3253 19.6282 20.138 18.9026 20.0138 18.165C19.9908 18.0349 19.9937 17.9016 20.0226 17.7726C20.0514 17.6437 20.1055 17.5218 20.1817 17.4139C20.2579 17.306 20.3548 17.2143 20.4666 17.144C20.5785 17.0738 20.7032 17.0264 20.8335 17.0046C20.9638 16.9828 21.0971 16.987 21.2257 17.017C21.3544 17.047 21.4758 17.1023 21.583 17.1795C21.6902 17.2567 21.781 17.3544 21.8502 17.4669C21.9194 17.5794 21.9657 17.7045 21.9863 17.835C22.0907 18.458 22.2493 19.0707 22.46 19.6663C22.5038 19.7901 22.5227 19.9214 22.5158 20.0525C22.5088 20.1837 22.4761 20.3122 22.4194 20.4308C22.3628 20.5493 22.2833 20.6555 22.1856 20.7433C22.0879 20.8311 21.9739 20.8988 21.85 20.9425ZM20.0138 13.835C20.138 13.0974 20.3253 12.3718 20.5738 11.6663C20.6623 11.4161 20.8465 11.2114 21.086 11.0971C21.3254 10.9828 21.6005 10.9684 21.8506 11.0569C22.1008 11.1454 22.3055 11.3296 22.4198 11.5691C22.534 11.8086 22.5485 12.0836 22.46 12.3337C22.2493 12.9293 22.0907 13.542 21.9863 14.165C21.9472 14.3984 21.8267 14.6103 21.6461 14.7632C21.4655 14.9161 21.2366 15 21 15C20.9443 14.9998 20.8887 14.9952 20.8338 14.9862C20.5724 14.9422 20.3393 14.7962 20.1855 14.5803C20.0318 14.3645 19.97 14.0964 20.0138 13.835Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM24.4138 23.4587C24.2888 23.3188 24.1638 23.1763 24.0513 23.0312C23.9247 22.8831 23.7455 22.7899 23.5515 22.7716C23.3575 22.7533 23.164 22.8111 23.0119 22.933C22.8599 23.0548 22.7612 23.2311 22.7368 23.4244C22.7124 23.6177 22.7642 23.813 22.8813 23.9688C23.03 24.155 23.185 24.3363 23.345 24.515C21.3046 26.2792 18.6974 27.2501 16 27.2501C13.3027 27.2501 10.6954 26.2792 8.65501 24.515C8.81501 24.3363 8.97001 24.155 9.11876 23.9688C9.23579 23.813 9.2876 23.6177 9.26321 23.4244C9.23883 23.2311 9.14015 23.0548 8.98809 22.933C8.83603 22.8111 8.64251 22.7533 8.44852 22.7716C8.25453 22.7899 8.07529 22.8831 7.94876 23.0312C7.83251 23.1763 7.71001 23.3188 7.58626 23.4587C5.75911 21.4038 4.7498 18.7497 4.7498 16C4.7498 13.2503 5.75911 10.5962 7.58626 8.54125C7.71126 8.68125 7.83626 8.82375 7.94876 8.96875C8.01911 9.05662 8.10833 9.12752 8.20982 9.17621C8.3113 9.2249 8.42245 9.25012 8.53501 9.25C8.67669 9.25086 8.81572 9.21156 8.936 9.13667C9.05627 9.06177 9.15287 8.95434 9.21461 8.82681C9.27634 8.69928 9.30069 8.55687 9.28484 8.41607C9.26898 8.27528 9.21356 8.14185 9.12501 8.03125C8.97626 7.845 8.82126 7.66375 8.66126 7.485C10.7017 5.72079 13.3089 4.74993 16.0063 4.74993C18.7036 4.74993 21.3108 5.72079 23.3513 7.485C23.1913 7.66375 23.0363 7.845 22.8875 8.03125C22.8223 8.10765 22.773 8.19638 22.7428 8.29216C22.7125 8.38795 22.7017 8.48885 22.7112 8.58887C22.7206 8.68888 22.7501 8.78598 22.7978 8.8744C22.8455 8.96281 22.9105 9.04074 22.9889 9.10356C23.0673 9.16638 23.1575 9.21281 23.2542 9.24009C23.3509 9.26737 23.4521 9.27495 23.5517 9.26238C23.6514 9.2498 23.7475 9.21733 23.8344 9.16689C23.9213 9.11645 23.9972 9.04907 24.0575 8.96875C24.1738 8.82375 24.2963 8.68125 24.42 8.54125C26.2471 10.5962 27.2565 13.2503 27.2565 16C27.2565 18.7497 26.2471 21.4038 24.42 23.4587H24.4138ZM11.74 18.125C11.6184 18.8479 11.4344 19.5589 11.19 20.25C11.1589 20.3451 11.1092 20.433 11.0436 20.5085C10.9781 20.5841 10.8981 20.6457 10.8084 20.6899C10.7187 20.7341 10.621 20.7599 10.5212 20.7658C10.4213 20.7716 10.3213 20.7575 10.227 20.7241C10.1327 20.6908 10.0461 20.6389 9.97211 20.5716C9.89817 20.5042 9.83843 20.4228 9.79643 20.332C9.75443 20.2413 9.73101 20.143 9.72754 20.0431C9.72408 19.9431 9.74064 19.8435 9.77626 19.75C9.99115 19.1401 10.153 18.5128 10.26 17.875C10.2932 17.6787 10.4029 17.5037 10.5651 17.3884C10.6455 17.3312 10.7362 17.2905 10.8323 17.2685C10.9284 17.2465 11.0278 17.2436 11.125 17.26C11.2222 17.2764 11.3152 17.3118 11.3987 17.3642C11.4822 17.4165 11.5545 17.4848 11.6117 17.5651C11.6688 17.6455 11.7095 17.7362 11.7315 17.8323C11.7535 17.9284 11.7564 18.0278 11.74 18.125ZM11.74 13.875C11.7565 13.9722 11.7536 14.0717 11.7317 14.1678C11.7097 14.2638 11.6689 14.3546 11.6118 14.435C11.5547 14.5153 11.4823 14.5836 11.3988 14.636C11.3152 14.6883 11.2222 14.7236 11.125 14.74C11.0836 14.7464 11.0419 14.7498 11 14.75C10.8229 14.7498 10.6516 14.687 10.5164 14.5726C10.3811 14.4582 10.2908 14.2996 10.2613 14.125C10.1542 13.4872 9.9924 12.8599 9.77751 12.25C9.74189 12.1565 9.72533 12.0569 9.7288 11.9569C9.73226 11.857 9.75568 11.7587 9.79768 11.668C9.83968 11.5772 9.89942 11.4958 9.97336 11.4284C10.0473 11.3611 10.134 11.3092 10.2283 11.2759C10.3226 11.2425 10.4226 11.2284 10.5224 11.2342C10.6223 11.2401 10.7199 11.2659 10.8096 11.3101C10.8994 11.3543 10.9794 11.4159 11.0449 11.4915C11.1104 11.567 11.1602 11.6549 11.1913 11.75C11.4353 12.4411 11.6189 13.1521 11.74 13.875ZM22.2238 19.75C22.2594 19.8435 22.2759 19.9431 22.2725 20.0431C22.269 20.143 22.2456 20.2413 22.2036 20.332C22.1616 20.4228 22.1018 20.5042 22.0279 20.5716C21.954 20.6389 21.8673 20.6908 21.773 20.7241C21.6787 20.7575 21.5787 20.7716 21.4788 20.7658C21.379 20.7599 21.2813 20.7341 21.1916 20.6899C21.1019 20.6457 21.0219 20.5841 20.9564 20.5085C20.8908 20.433 20.8411 20.3451 20.81 20.25C20.5656 19.5589 20.3816 18.8479 20.26 18.125C20.2269 17.9287 20.273 17.7273 20.3884 17.5651C20.5037 17.4029 20.6787 17.2932 20.875 17.26C21.0713 17.2268 21.2727 17.273 21.4349 17.3884C21.5971 17.5037 21.7069 17.6787 21.74 17.875C21.847 18.5128 22.0089 19.1401 22.2238 19.75ZM22.2238 12.25C22.0089 12.8599 21.847 13.4872 21.74 14.125C21.7105 14.2996 21.6201 14.4582 21.4849 14.5726C21.3497 14.687 21.1784 14.7498 21.0013 14.75C20.9594 14.7498 20.9176 14.7464 20.8763 14.74C20.7791 14.7238 20.686 14.6886 20.6024 14.6364C20.5189 14.5842 20.4464 14.516 20.3891 14.4358C20.3319 14.3556 20.2911 14.2649 20.2689 14.1689C20.2467 14.0729 20.2437 13.9734 20.26 13.8763C20.3816 13.1533 20.5656 12.4424 20.81 11.7513C20.8411 11.6562 20.8908 11.5683 20.9564 11.4927C21.0219 11.4172 21.1019 11.3555 21.1916 11.3113C21.2813 11.2671 21.379 11.2414 21.4788 11.2355C21.5787 11.2296 21.6787 11.2438 21.773 11.2771C21.8673 11.3104 21.954 11.3623 22.0279 11.4297C22.1018 11.497 22.1616 11.5785 22.2036 11.6692C22.2456 11.76 22.269 11.8582 22.2725 11.9582C22.2759 12.0582 22.2594 12.1578 22.2238 12.2513V12.25Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Baseball;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Basketball = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM7.50001 8.25875C9.31971 10.244 10.378 12.8092 10.4875 15.5H4.51126C4.62618 12.8102 5.68426 10.2466 7.50001 8.25875ZM16.5 15.5V4.51125C19.2133 4.62748 21.797 5.70402 23.79 7.54875C21.7839 9.72336 20.621 12.5434 20.5113 15.5H16.5ZM15.5 15.5H11.4888C11.379 12.5434 10.2162 9.72336 8.21001 7.54875C10.2031 5.70402 12.7867 4.62748 15.5 4.51125V15.5ZM10.4875 16.5C10.378 19.1908 9.31971 21.756 7.50001 23.7412C5.68426 21.7534 4.62618 19.1898 4.51126 16.5H10.4875ZM11.4875 16.5H15.5V27.4888C12.7867 27.3725 10.2031 26.296 8.21001 24.4513C10.2162 22.2766 11.379 19.4566 11.4888 16.5H11.4875ZM16.5 16.5H20.5113C20.621 19.4566 21.7839 22.2766 23.79 24.4513C21.797 26.296 19.2133 27.3725 16.5 27.4888V16.5ZM21.5125 16.5H27.4888C27.3738 19.1898 26.3157 21.7534 24.5 23.7412C22.6803 21.756 21.622 19.1908 21.5125 16.5ZM21.5125 15.5C21.622 12.8092 22.6803 10.244 24.5 8.25875C26.3157 10.2466 27.3738 12.8102 27.4888 15.5H21.5125Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM7.50001 9.02125C8.90351 10.7203 9.75904 12.8049 9.95376 15H5.04626C5.24358 12.8055 6.09881 10.7217 7.50001 9.02125ZM17 15V5.04625C19.2419 5.24929 21.3666 6.1384 23.085 7.5925C21.3079 9.67511 20.2404 12.2697 20.0375 15H17ZM15 15H11.9625C11.7596 12.2697 10.6922 9.67511 8.91501 7.5925C10.6334 6.1384 12.7581 5.24929 15 5.04625V15ZM9.95376 17C9.75904 19.1951 8.90351 21.2797 7.50001 22.9788C6.09881 21.2783 5.24358 19.1945 5.04626 17H9.95376ZM11.9625 17H15V26.9538C12.7581 26.7507 10.6334 25.8616 8.91501 24.4075C10.6919 22.3248 11.7593 19.7302 11.9625 17ZM17 17H20.0375C20.2407 19.7302 21.3081 22.3248 23.085 24.4075C21.3666 25.8616 19.2419 26.7507 17 26.9538V17ZM22.0463 17H26.9538C26.7564 19.1945 25.9012 21.2783 24.5 22.9788C23.0965 21.2797 22.241 19.1951 22.0463 17ZM22.0463 15C22.241 12.8049 23.0965 10.7203 24.5 9.02125C25.9012 10.7217 26.7564 12.8055 26.9538 15H22.0463Z" 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="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM7.50001 22.16C6.49959 20.7838 5.85037 19.1841 5.60876 17.5H9.39251C9.15294 19.1849 8.50305 20.7852 7.50001 22.16ZM5.60876 14.5C5.85037 12.8159 6.49959 11.2162 7.50001 9.84C8.50305 11.2148 9.15294 12.8151 9.39251 14.5H5.60876ZM14.5 26.3913C12.7254 26.1348 11.0467 25.4263 9.62501 24.3337C11.1789 22.3631 12.1466 19.9949 12.4175 17.5H14.5V26.3913ZM14.5 14.5H12.4175C12.1466 12.0051 11.1789 9.63688 9.62501 7.66625C11.0467 6.5737 12.7254 5.86516 14.5 5.60875V14.5ZM24.5 9.84C25.5004 11.2162 26.1496 12.8159 26.3913 14.5H22.6075C22.8471 12.8151 23.497 11.2148 24.5 9.84ZM17.5 26.3913V17.5H19.5825C19.8534 19.9949 20.8212 22.3631 22.375 24.3337C20.9533 25.4263 19.2746 26.1348 17.5 26.3913ZM19.5825 14.5H17.5V5.60875C19.2746 5.86516 20.9533 6.5737 22.375 7.66625C20.8212 9.63688 19.8534 12.0051 19.5825 14.5ZM24.5 22.16C23.497 20.7852 22.8471 19.1849 22.6075 17.5H26.3913C26.1496 19.1841 25.5004 20.7838 24.5 22.16Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M7.95065 5.79878C9.8254 4.31302 12.0754 3.37623 14.4507 3.09253C14.5209 3.08458 14.592 3.0916 14.6593 3.11315C14.7266 3.13469 14.7886 3.17025 14.8412 3.2175C14.8937 3.26475 14.9357 3.3226 14.9642 3.38725C14.9928 3.45189 15.0074 3.52186 15.0069 3.59253V15H11.9632C11.7147 11.7803 10.2741 8.76899 7.92315 6.55503C7.87056 6.50615 7.82911 6.44651 7.80162 6.38018C7.77414 6.31385 7.76126 6.24237 7.76387 6.17061C7.76648 6.09886 7.78451 6.02851 7.81674 5.96434C7.84897 5.90018 7.89465 5.84371 7.95065 5.79878ZM5.75065 8.00878C4.2926 9.86957 3.3722 12.0943 3.0894 14.4413C3.08107 14.5117 3.08781 14.5831 3.10918 14.6507C3.13055 14.7183 3.16605 14.7806 3.21334 14.8335C3.26063 14.8863 3.31861 14.9285 3.38345 14.9572C3.44829 14.9859 3.51849 15.0005 3.5894 15H9.9544C9.70773 12.3024 8.47279 9.79113 6.4869 7.94878C6.43603 7.90141 6.37585 7.86516 6.31018 7.84236C6.24452 7.81956 6.17482 7.8107 6.10554 7.81634C6.03626 7.82199 5.96892 7.84202 5.90781 7.87515C5.84671 7.90829 5.79318 7.9538 5.75065 8.00878ZM24.0507 5.79878C22.1759 4.31302 19.9259 3.37623 17.5507 3.09253C17.4804 3.08458 17.4093 3.0916 17.342 3.11315C17.2747 3.13469 17.2127 3.17025 17.1601 3.2175C17.1076 3.26475 17.0656 3.3226 17.0371 3.38725C17.0085 3.45189 16.994 3.52186 16.9944 3.59253V15H20.0319C20.2804 11.7803 21.721 8.76899 24.0719 6.55503C24.1249 6.50659 24.1668 6.44731 24.1948 6.38122C24.2228 6.31514 24.2363 6.24379 24.2342 6.17205C24.2322 6.1003 24.2148 6.02982 24.1831 5.96542C24.1514 5.90101 24.1063 5.84417 24.0507 5.79878ZM28.9082 14.4413C28.6264 12.0946 27.7074 9.86998 26.2507 8.00878C26.2081 7.95438 26.1548 7.90938 26.094 7.87661C26.0333 7.84384 25.9664 7.82401 25.8975 7.81838C25.8287 7.81274 25.7595 7.82142 25.6942 7.84386C25.6289 7.8663 25.569 7.90203 25.5182 7.94878C23.5309 9.79053 22.2946 12.3019 22.0469 15H28.4107C28.4814 15.0002 28.5513 14.9853 28.6158 14.9564C28.6803 14.9276 28.738 14.8853 28.785 14.8325C28.8321 14.7797 28.8673 14.7175 28.8886 14.6501C28.9098 14.5827 28.9165 14.5115 28.9082 14.4413ZM3.09315 17.5588C3.37486 19.9054 4.29394 22.1301 5.75065 23.9913C5.79317 24.0457 5.8465 24.0907 5.90727 24.1234C5.96805 24.1562 6.03495 24.176 6.10376 24.1817C6.17258 24.1873 6.24181 24.1786 6.30711 24.1562C6.37241 24.1338 6.43235 24.098 6.48315 24.0513C8.47043 22.2095 9.70674 19.6982 9.9544 17H3.59065C3.51995 16.9999 3.45003 17.0148 3.38549 17.0436C3.32095 17.0725 3.26328 17.1147 3.21626 17.1675C3.16925 17.2203 3.13396 17.2825 3.11274 17.35C3.09152 17.4174 3.08485 17.4886 3.09315 17.5588ZM26.2507 23.9913C27.7087 22.1305 28.6291 19.9058 28.9119 17.5588C28.9202 17.4884 28.9135 17.417 28.8921 17.3494C28.8708 17.2817 28.8353 17.2194 28.788 17.1666C28.7407 17.1138 28.6827 17.0716 28.6179 17.0429C28.553 17.0141 28.4828 16.9995 28.4119 17H22.0469C22.2936 19.6976 23.5285 22.2089 25.5144 24.0513C25.5653 24.0987 25.6255 24.1349 25.6911 24.1577C25.7568 24.1805 25.8265 24.1894 25.8958 24.1837C25.965 24.1781 26.0324 24.158 26.0935 24.1249C26.1546 24.0918 26.2081 24.0463 26.2507 23.9913ZM7.95065 26.2013C9.8254 27.687 12.0754 28.6238 14.4507 28.9075C14.5209 28.9155 14.592 28.9085 14.6593 28.8869C14.7266 28.8654 14.7886 28.8298 14.8412 28.7826C14.8937 28.7353 14.9357 28.6775 14.9642 28.6128C14.9928 28.5482 15.0074 28.4782 15.0069 28.4075V17H11.9632C11.7147 20.2198 10.2741 23.2311 7.92315 25.445C7.87056 25.4939 7.82911 25.5535 7.80162 25.6199C7.77414 25.6862 7.76126 25.7577 7.76387 25.8294C7.76648 25.9012 7.78451 25.9716 7.81674 26.0357C7.84897 26.0999 7.89465 26.1563 7.95065 26.2013ZM20.0382 17H17.0007V28.41C17.0002 28.4807 17.0147 28.5507 17.0433 28.6153C17.0719 28.68 17.1138 28.7378 17.1664 28.7851C17.219 28.8323 17.2809 28.8679 17.3482 28.8894C17.4156 28.911 17.4867 28.918 17.5569 28.91C19.9321 28.6263 22.1822 27.6895 24.0569 26.2038C24.1129 26.1588 24.1586 26.1024 24.1908 26.0382C24.223 25.9741 24.2411 25.9037 24.2437 25.8319C24.2463 25.7602 24.2334 25.6887 24.2059 25.6224C24.1784 25.556 24.137 25.4964 24.0844 25.4475C21.7306 23.2339 20.2877 20.2215 20.0382 17Z" 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="M7.49978 7.5C5.25804 9.75797 4 12.8107 4 15.9925C4 19.1743 5.25804 22.227 7.49978 24.485C9.74555 22.2297 11.0044 19.1752 10.9998 15.9925C11.0044 12.8098 9.74555 9.75531 7.49978 7.5ZM24.4998 7.5C22.258 9.75797 21 12.8107 21 15.9925C21 19.1743 22.258 22.227 24.4998 24.485C26.7415 22.227 27.9996 19.1743 27.9996 15.9925C27.9996 12.8107 26.7415 9.75797 24.4998 7.5Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM5.04626 17H9.95376C9.75904 19.1951 8.90351 21.2797 7.50001 22.9788C6.09881 21.2783 5.24358 19.1945 5.04626 17ZM17 15V5.04625C19.2419 5.24929 21.3666 6.1384 23.085 7.5925C21.3079 9.67511 20.2404 12.2697 20.0375 15H17ZM15 15H11.9625C11.7596 12.2697 10.6922 9.67511 8.91501 7.5925C10.6334 6.1384 12.7581 5.24929 15 5.04625V15ZM9.95376 15H5.04626C5.24358 12.8055 6.09881 10.7217 7.50001 9.02125C8.90351 10.7203 9.75904 12.8049 9.95376 15ZM11.9625 17H15V26.9538C12.7581 26.7507 10.6334 25.8616 8.91501 24.4075C10.6919 22.3248 11.7593 19.7302 11.9625 17ZM17 17H20.0375C20.2407 19.7302 21.3081 22.3248 23.085 24.4075C21.3666 25.8616 19.2419 26.7507 17 26.9538V17ZM22.0463 17H26.9538C26.7564 19.1945 25.9012 21.2783 24.5 22.9788C23.0965 21.2797 22.241 19.1951 22.0463 17ZM22.0463 15C22.241 12.8049 23.0965 10.7203 24.5 9.02125C25.9012 10.7217 26.7564 12.8055 26.9538 15H22.0463Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM7.50001 8.63625C9.10889 10.4822 10.0656 12.8063 10.2225 15.25H4.77501C4.93645 12.8069 5.89356 10.484 7.50001 8.63625ZM4.77501 16.75H10.2225C10.0656 19.1937 9.10889 21.5178 7.50001 23.3638C5.89356 21.5161 4.93645 19.1931 4.77501 16.75ZM15.25 27.225C12.7731 27.0605 10.4209 26.0783 8.56251 24.4325C10.4526 22.3012 11.5678 19.5942 11.7275 16.75H15.25V27.225ZM15.25 15.25H11.7275C11.5678 12.4058 10.4526 9.69882 8.56251 7.5675C10.4209 5.92174 12.7731 4.93953 15.25 4.775V15.25ZM27.225 15.25H21.7775C21.9344 12.8063 22.8911 10.4822 24.5 8.63625C26.1065 10.484 27.0636 12.8069 27.225 15.25ZM16.75 4.775C19.2269 4.93953 21.5791 5.92174 23.4375 7.5675C21.5474 9.69882 20.4322 12.4058 20.2725 15.25H16.75V4.775ZM16.75 27.225V16.75H20.2725C20.4322 19.5942 21.5474 22.3012 23.4375 24.4325C21.5791 26.0783 19.2269 27.0605 16.75 27.225ZM24.5 23.3638C22.8911 21.5178 21.9344 19.1937 21.7775 16.75H27.225C27.0636 19.1931 26.1065 21.5161 24.5 23.3638Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Basketball;
|