@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
- package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
- package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
- package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
- package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
- package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
- package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
- package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
- package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
- package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
- package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
- package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
- package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
- package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
- package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
- package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
- package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
- package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
- package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
- package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
- package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
- package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
- package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
- package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
- package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
- package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
- package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
- package/dist/Components/DataDisplay/index.d.ts +6 -3
- package/dist/Components/Form/Button/Button.d.ts +2 -1
- package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
- package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
- package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
- package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
- package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
- package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
- package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
- package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
- package/dist/Components/Form/DateField/DateField.d.ts +2 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
- package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
- package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
- package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
- package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
- package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
- package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
- package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
- package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
- package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
- package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
- package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
- package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
- package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
- package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
- package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
- package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
- package/dist/Components/Form/InputProps.d.ts +7 -2
- package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
- package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
- package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
- package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
- package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
- package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
- package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
- package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
- package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
- package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
- package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
- package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
- package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
- package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
- package/dist/Components/Form/TextField/TextField.d.ts +2 -1
- package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
- package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
- package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
- package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
- package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
- package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
- package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
- package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
- package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
- package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
- package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
- package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
- package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
- package/dist/Components/Form/index.d.ts +15 -0
- package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
- package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
- package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
- package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
- package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
- package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
- package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
- package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
- package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
- package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
- package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
- package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
- package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
- package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
- package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
- package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
- package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
- package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
- package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
- package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
- package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
- package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
- package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
- package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
- package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
- package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
- package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
- package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
- package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
- package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
- package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
- package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
- package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
- package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
- package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
- package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
- package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
- package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
- package/dist/Components/Icons/Games/Strategy/Strategy.d.ts +4 -0
- package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
- package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
- package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
- package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
- package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
- package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
- package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
- package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
- package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
- package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
- package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
- package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
- package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
- package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
- package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
- package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
- package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
- package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
- package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
- package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
- package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
- package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
- package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
- package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
- package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
- package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
- package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
- package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
- package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
- package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
- package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
- package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
- package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
- package/dist/Components/Icons/People/User/User.d.ts +2 -1
- package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
- package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
- package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
- package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
- package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
- package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
- package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
- package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
- package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
- package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
- package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
- package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
- package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
- package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
- package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
- package/dist/Components/Icons/index.d.ts +188 -2
- package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
- package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
- package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
- package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
- package/dist/Components/Layout/Header/Header.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
- package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
- package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
- package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
- package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
- package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
- package/dist/betterui.css +1 -0
- package/dist/image/logo-small.svg +4 -4
- package/dist/image/logo.svg +26 -26
- package/dist/index.cjs.js +50 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12977 -2480
- package/dist/index.es.js.map +1 -1
- package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
- package/dist/lib/tinymce/langs/README.md +3 -0
- package/dist/lib/tinymce/license.md +6 -0
- package/dist/lib/tinymce/models/dom/model.min.js +4 -0
- package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
- package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
- package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
- package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
- package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
- package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
- package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
- package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/default/content.js +2 -0
- package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/document/content.js +2 -0
- package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
- package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
- package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
- package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
- package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
- package/dist/lib/tinymce/tinymce.d.ts +3250 -0
- package/dist/lib/tinymce/tinymce.min.js +4 -0
- package/dist/main.d.ts +1 -0
- package/package.json +30 -19
- package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
- package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
- package/src/Components/BetterUIProvider/index.ts +2 -0
- package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
- package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
- package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
- package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
- package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
- package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
- package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
- package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
- package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
- package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
- package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
- package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
- package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
- package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
- package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
- package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
- package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
- package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
- package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
- package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
- package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
- package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
- package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
- package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
- package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
- package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
- package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
- package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
- package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
- package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
- package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
- package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
- package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
- package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
- package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
- package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
- package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
- package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
- package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
- package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
- package/src/Components/DataDisplay/Media/Media.tsx +50 -0
- package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
- package/src/Components/DataDisplay/Media/media.module.scss +8 -0
- package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
- package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
- package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
- package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
- package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
- package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
- package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
- package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
- package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
- package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
- package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
- package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
- package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
- package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
- package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
- package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
- package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
- package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
- package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
- package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
- package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
- package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
- package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
- package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
- package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
- package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
- package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
- package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
- package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
- package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
- package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
- package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
- package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
- package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
- package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
- package/src/Components/DataDisplay/Table/Table.tsx +14 -0
- package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
- package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
- package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
- package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
- package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
- package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
- package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
- package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
- package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
- package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
- package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
- package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
- package/src/Components/DataDisplay/Table/table.module.scss +141 -0
- package/src/Components/DataDisplay/index.ts +89 -0
- package/src/Components/Form/Button/Button.mdx +15 -0
- package/src/Components/Form/Button/Button.stories.tsx +65 -0
- package/src/Components/Form/Button/Button.tsx +83 -0
- package/src/Components/Form/Button/ButtonProps.tsx +21 -0
- package/src/Components/Form/Button/button.module.scss +258 -0
- package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
- package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
- package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
- package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
- package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
- package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
- package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
- package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
- package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
- package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
- package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
- package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
- package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
- package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
- package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
- package/src/Components/Form/DateField/DateField.tsx +61 -0
- package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
- package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
- package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
- package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
- package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
- package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
- package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
- package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
- package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
- package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
- package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
- package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
- package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
- package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
- package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
- package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
- package/src/Components/Form/EmailField/EmailField.tsx +56 -0
- package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
- package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
- package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
- package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
- package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
- package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
- package/src/Components/Form/IconButton/IconButton.tsx +65 -0
- package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
- package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
- package/src/Components/Form/InputProps.tsx +30 -0
- package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
- package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
- package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
- package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
- package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
- package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
- package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
- package/src/Components/Form/NumberField/NumberField.tsx +137 -0
- package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
- package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
- package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
- package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
- package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
- package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
- package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
- package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
- package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
- package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
- package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
- package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
- package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
- package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
- package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
- package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
- package/src/Components/Form/TextField/TextField.stories.ts +22 -0
- package/src/Components/Form/TextField/TextField.tsx +62 -0
- package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
- package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
- package/src/Components/Form/Textarea/Textarea.tsx +74 -0
- package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
- package/src/Components/Form/Textarea/textarea.module.scss +49 -0
- package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
- package/src/Components/Form/TimeField/TimeField.tsx +58 -0
- package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
- package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
- package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
- package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
- package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
- package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
- package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
- package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
- package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
- package/src/Components/Form/index.ts +89 -0
- package/src/Components/Form/inputs.module.scss +170 -0
- package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
- package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
- package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
- package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
- package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
- package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
- package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
- package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
- package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
- package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
- package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
- package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
- package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
- package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
- package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
- package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
- package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
- package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
- package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
- package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
- package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
- package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
- package/src/Components/Icons/Communication/At/At.tsx +49 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
- package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
- package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
- package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
- package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
- package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
- package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
- package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
- package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
- package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
- package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
- package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
- package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
- package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
- package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
- package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
- package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
- package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
- package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
- package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
- package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
- package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
- package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
- package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
- package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
- package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
- package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
- package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
- package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
- package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
- package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
- package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
- package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
- package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
- package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
- package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
- package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
- package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
- package/src/Components/Icons/Games/Club/Club.tsx +47 -0
- package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
- package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
- package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
- package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
- package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
- package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
- package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
- package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
- package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
- package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
- package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
- package/src/Components/Icons/IconProps.tsx +5 -0
- package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
- package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
- package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
- package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
- package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
- package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
- package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
- package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
- package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
- package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
- package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
- package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
- package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
- package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
- package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
- package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
- package/src/Components/Icons/Media/Article/Article.tsx +47 -0
- package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
- package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
- package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
- package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
- package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
- package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
- package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
- package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
- package/src/Components/Icons/Media/Image/Image.tsx +48 -0
- package/src/Components/Icons/Media/Images/Images.tsx +48 -0
- package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
- package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
- package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
- package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
- package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
- package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
- package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
- package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
- package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
- package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
- package/src/Components/Icons/People/Person/Person.tsx +35 -0
- package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
- package/src/Components/Icons/People/User/User.tsx +61 -0
- package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
- package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
- package/src/Components/Icons/People/Users/Users.tsx +107 -0
- package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
- package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
- package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
- package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
- package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
- package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
- package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
- package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
- package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
- package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
- package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
- package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
- package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
- package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
- package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
- package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
- package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
- package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
- package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
- package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
- package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
- package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
- package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
- package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
- package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
- package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
- package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
- package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
- package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
- package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
- package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
- package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
- package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
- package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
- package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
- package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
- package/src/Components/Icons/index.ts +284 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
- package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
- package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
- package/src/Components/Layout/Header/Header.stories.tsx +56 -0
- package/src/Components/Layout/Header/Header.tsx +14 -0
- package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
- package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
- package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
- package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
- package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
- package/src/Components/Layout/Header/header.module.scss +100 -0
- package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
- package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
- package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
- package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
- package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
- package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
- package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
- package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
- package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
- package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
- package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
- package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
- package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
- package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
- package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
- package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
- package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
- package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
- package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
- package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
- package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
- package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
- package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
- package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
- package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
- package/src/Components/Layout/index.ts +50 -0
- package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
- package/dist/style.css +0 -1
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const CastleTurret = ({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="M25 3.5H23C22.6022 3.5 22.2206 3.65804 21.9393 3.93934C21.658 4.22064 21.5 4.60218 21.5 5V7C21.5 7.13261 21.4473 7.25979 21.3536 7.35355C21.2598 7.44732 21.1326 7.5 21 7.5H19C18.8674 7.5 18.7402 7.44732 18.6465 7.35355C18.5527 7.25979 18.5 7.13261 18.5 7V5C18.5 4.60218 18.342 4.22064 18.0607 3.93934C17.7794 3.65804 17.3978 3.5 17 3.5H15C14.6022 3.5 14.2206 3.65804 13.9393 3.93934C13.658 4.22064 13.5 4.60218 13.5 5V7C13.5 7.13261 13.4473 7.25979 13.3536 7.35355C13.2598 7.44732 13.1326 7.5 13 7.5H11C10.8674 7.5 10.7402 7.44732 10.6465 7.35355C10.5527 7.25979 10.5 7.13261 10.5 7V5C10.5 4.60218 10.342 4.22064 10.0607 3.93934C9.77936 3.65804 9.39783 3.5 9 3.5H7C6.60218 3.5 6.22065 3.65804 5.93934 3.93934C5.65804 4.22064 5.5 4.60218 5.5 5V10.5863C5.49954 10.7832 5.53806 10.9782 5.61337 11.1601C5.68867 11.3421 5.79926 11.5073 5.93875 11.6462L7.35375 13.0612C7.44719 13.1548 7.49978 13.2815 7.5 13.4137V27C7.5 27.3978 7.65804 27.7794 7.93934 28.0607C8.22065 28.342 8.60218 28.5 9 28.5H23C23.3978 28.5 23.7794 28.342 24.0607 28.0607C24.342 27.7794 24.5 27.3978 24.5 27V13.4137C24.5002 13.2815 24.5528 13.1548 24.6463 13.0612L26.0613 11.6462C26.2007 11.5073 26.3113 11.3421 26.3866 11.1601C26.4619 10.9782 26.5005 10.7832 26.5 10.5863V5C26.5 4.60218 26.342 4.22064 26.0607 3.93934C25.7794 3.65804 25.3978 3.5 25 3.5ZM18.5 27.5H13.5V19C13.5 18.337 13.7634 17.7011 14.2322 17.2322C14.7011 16.7634 15.337 16.5 16 16.5C16.663 16.5 17.2989 16.7634 17.7678 17.2322C18.2366 17.7011 18.5 18.337 18.5 19V27.5ZM25.5 10.5863C25.4998 10.7185 25.4472 10.8452 25.3538 10.9388L23.9388 12.3538C23.7993 12.4927 23.6887 12.6579 23.6134 12.8399C23.5381 13.0218 23.4995 13.2168 23.5 13.4137V27C23.5 27.1326 23.4473 27.2598 23.3536 27.3536C23.2598 27.4473 23.1326 27.5 23 27.5H19.5V19C19.5 18.0717 19.1313 17.1815 18.4749 16.5251C17.8185 15.8687 16.9283 15.5 16 15.5C15.0717 15.5 14.1815 15.8687 13.5251 16.5251C12.8688 17.1815 12.5 18.0717 12.5 19V27.5H9C8.8674 27.5 8.74022 27.4473 8.64645 27.3536C8.55268 27.2598 8.5 27.1326 8.5 27V13.4137C8.50047 13.2168 8.46194 13.0218 8.38664 12.8399C8.31133 12.6579 8.20075 12.4927 8.06125 12.3538L6.64625 10.9388C6.55282 10.8452 6.50023 10.7185 6.5 10.5863V5C6.5 4.86739 6.55268 4.74021 6.64645 4.64645C6.74022 4.55268 6.8674 4.5 7 4.5H9C9.13261 4.5 9.25979 4.55268 9.35356 4.64645C9.44733 4.74021 9.5 4.86739 9.5 5V7C9.5 7.39782 9.65804 7.77936 9.93934 8.06066C10.2206 8.34196 10.6022 8.5 11 8.5H13C13.3978 8.5 13.7794 8.34196 14.0607 8.06066C14.342 7.77936 14.5 7.39782 14.5 7V5C14.5 4.86739 14.5527 4.74021 14.6465 4.64645C14.7402 4.55268 14.8674 4.5 15 4.5H17C17.1326 4.5 17.2598 4.55268 17.3536 4.64645C17.4473 4.74021 17.5 4.86739 17.5 5V7C17.5 7.39782 17.658 7.77936 17.9393 8.06066C18.2206 8.34196 18.6022 8.5 19 8.5H21C21.3978 8.5 21.7794 8.34196 22.0607 8.06066C22.342 7.77936 22.5 7.39782 22.5 7V5C22.5 4.86739 22.5527 4.74021 22.6465 4.64645C22.7402 4.55268 22.8674 4.5 23 4.5H25C25.1326 4.5 25.2598 4.55268 25.3536 4.64645C25.4473 4.74021 25.5 4.86739 25.5 5V10.5863Z" 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="M25 3H23C22.4696 3 21.9609 3.21071 21.5858 3.58579C21.2107 3.96086 21 4.46957 21 5V7H19V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0392 3.21071 17.5304 3 17 3H15C14.4696 3 13.9609 3.21071 13.5858 3.58579C13.2107 3.96086 13 4.46957 13 5V7H11V5C11 4.46957 10.7893 3.96086 10.4142 3.58579C10.0392 3.21071 9.53044 3 9.00001 3H7.00001C6.46958 3 5.96087 3.21071 5.5858 3.58579C5.21072 3.96086 5.00001 4.46957 5.00001 5V10.5863C4.99917 10.849 5.05057 11.1093 5.15121 11.352C5.25185 11.5947 5.39973 11.815 5.58626 12L7.00001 13.4137V27C7.00001 27.5304 7.21072 28.0391 7.5858 28.4142C7.96087 28.7893 8.46958 29 9.00001 29H23C23.5304 29 24.0392 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V13.4137L26.4138 12C26.6003 11.815 26.7482 11.5947 26.8488 11.352C26.9495 11.1093 27.0008 10.849 27 10.5863V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0392 3.21071 25.5304 3 25 3ZM18 27H14V19C14 18.4696 14.2107 17.9609 14.5858 17.5858C14.9609 17.2107 15.4696 17 16 17C16.5304 17 17.0392 17.2107 17.4142 17.5858C17.7893 17.9609 18 18.4696 18 19V27ZM25 10.5863L23.5863 12C23.3997 12.185 23.2519 12.4053 23.1512 12.648C23.0506 12.8907 22.9992 13.151 23 13.4137V27H20V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15C14.9391 15 13.9217 15.4214 13.1716 16.1716C12.4214 16.9217 12 17.9391 12 19V27H9.00001V13.4137C9.00085 13.151 8.94945 12.8907 8.84881 12.648C8.74817 12.4053 8.60029 12.185 8.41376 12L7.00001 10.5863V5H9.00001V7C9.00001 7.53043 9.21072 8.03914 9.5858 8.41421C9.96087 8.78929 10.4696 9 11 9H13C13.5304 9 14.0392 8.78929 14.4142 8.41421C14.7893 8.03914 15 7.53043 15 7V5H17V7C17 7.53043 17.2107 8.03914 17.5858 8.41421C17.9609 8.78929 18.4696 9 19 9H21C21.5304 9 22.0392 8.78929 22.4142 8.41421C22.7893 8.03914 23 7.53043 23 7V5H25V10.5863Z" 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="M25 2.5H7.00001C6.33697 2.5 5.70108 2.76339 5.23224 3.23223C4.7634 3.70107 4.50001 4.33696 4.50001 5V10.5863C4.49912 10.9147 4.56341 11.24 4.68914 11.5434C4.81488 11.8468 4.99957 12.1222 5.23251 12.3538L6.50001 13.625V27C6.50001 27.663 6.7634 28.2989 7.23224 28.7678C7.70108 29.2366 8.33697 29.5 9.00001 29.5H23C23.6631 29.5 24.2989 29.2366 24.7678 28.7678C25.2366 28.2989 25.5 27.663 25.5 27V13.625L26.7675 12.3575C27.0009 12.1255 27.1858 11.8495 27.3116 11.5454C27.4374 11.2413 27.5014 10.9153 27.5 10.5863V5C27.5 4.33696 27.2366 3.70107 26.7678 3.23223C26.2989 2.76339 25.6631 2.5 25 2.5ZM17.5 26.5H14.5V19C14.5 18.6022 14.658 18.2206 14.9393 17.9393C15.2207 17.658 15.6022 17.5 16 17.5C16.3978 17.5 16.7794 17.658 17.0607 17.9393C17.342 18.2206 17.5 18.6022 17.5 19V26.5ZM24.5 10.375L23.2325 11.6462C22.9996 11.8778 22.8149 12.1532 22.6891 12.4566C22.5634 12.76 22.4991 13.0853 22.5 13.4137V26.5H20.5V19C20.5 17.8065 20.0259 16.6619 19.182 15.818C18.3381 14.9741 17.1935 14.5 16 14.5C14.8065 14.5 13.6619 14.9741 12.818 15.818C11.9741 16.6619 11.5 17.8065 11.5 19V26.5H9.50001V13.4137C9.5009 13.0853 9.43661 12.76 9.31088 12.4566C9.18514 12.1532 9.00045 11.8778 8.76751 11.6462L7.50001 10.375V5.5H11V8.5C11 8.89782 11.158 9.27936 11.4393 9.56066C11.7207 9.84196 12.1022 10 12.5 10C12.8978 10 13.2794 9.84196 13.5607 9.56066C13.842 9.27936 14 8.89782 14 8.5V5.5H18V8.5C18 8.89782 18.158 9.27936 18.4394 9.56066C18.7207 9.84196 19.1022 10 19.5 10C19.8978 10 20.2794 9.84196 20.5607 9.56066C20.842 9.27936 21 8.89782 21 8.5V5.5H24.5V10.375Z" 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="M25 3H24C23.4696 3 22.9609 3.21071 22.5858 3.58579C22.2107 3.96086 22 4.46957 22 5V7H18.5V5C18.5 4.46957 18.2893 3.96086 17.9142 3.58579C17.5392 3.21071 17.0304 3 16.5 3H15.5C14.9696 3 14.4609 3.21071 14.0858 3.58579C13.7107 3.96086 13.5 4.46957 13.5 5V7H10V5C10 4.46957 9.7893 3.96086 9.41422 3.58579C9.03915 3.21071 8.53044 3 8.00001 3H7.00001C6.46958 3 5.96087 3.21071 5.5858 3.58579C5.21072 3.96086 5.00001 4.46957 5.00001 5V10.5863C4.99917 10.849 5.05057 11.1093 5.15121 11.352C5.25185 11.5947 5.39973 11.815 5.58626 12L7.00001 13.4137V27C7.00001 27.5304 7.21072 28.0391 7.5858 28.4142C7.96087 28.7893 8.46958 29 9.00001 29H23C23.5304 29 24.0392 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V13.4137L26.4138 12C26.6003 11.815 26.7482 11.5947 26.8488 11.352C26.9495 11.1093 27.0008 10.849 27 10.5863V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0392 3.21071 25.5304 3 25 3ZM19 27H13V19C13 18.2044 13.3161 17.4413 13.8787 16.8787C14.4413 16.3161 15.2044 16 16 16C16.7957 16 17.5587 16.3161 18.1213 16.8787C18.6839 17.4413 19 18.2044 19 19V27Z" 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="M26 5V11L24 13V27C24 27.2652 23.8946 27.5196 23.7071 27.7071C23.5196 27.8946 23.2652 28 23 28H19V19C19 18.2044 18.6839 17.4413 18.1213 16.8787C17.5587 16.3161 16.7956 16 16 16C15.2044 16 14.4413 16.3161 13.8787 16.8787C13.3161 17.4413 13 18.2044 13 19V28H9C8.73478 28 8.48043 27.8946 8.29289 27.7071C8.10536 27.5196 8 27.2652 8 27V13L6 11V5C6 4.73478 6.10536 4.48043 6.29289 4.29289C6.48043 4.10536 6.73478 4 7 4H9C9.26522 4 9.51957 4.10536 9.70711 4.29289C9.89464 4.48043 10 4.73478 10 5V7C10 7.26522 10.1054 7.51957 10.2929 7.70711C10.4804 7.89464 10.7348 8 11 8H13C13.2652 8 13.5196 7.89464 13.7071 7.70711C13.8946 7.51957 14 7.26522 14 7V5C14 4.73478 14.1054 4.48043 14.2929 4.29289C14.4804 4.10536 14.7348 4 15 4H17C17.2652 4 17.5196 4.10536 17.7071 4.29289C17.8946 4.48043 18 4.73478 18 5V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8H21C21.2652 8 21.5196 7.89464 21.7071 7.70711C21.8946 7.51957 22 7.26522 22 7V5C22 4.73478 22.1054 4.48043 22.2929 4.29289C22.4804 4.10536 22.7348 4 23 4H25C25.2652 4 25.5196 4.10536 25.7071 4.29289C25.8946 4.48043 26 4.73478 26 5Z" fill="currentColor"/>
|
|
36
|
+
<path d="M25 3H23C22.4696 3 21.9609 3.21071 21.5858 3.58579C21.2107 3.96086 21 4.46957 21 5V7H19V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0392 3.21071 17.5304 3 17 3H15C14.4696 3 13.9609 3.21071 13.5858 3.58579C13.2107 3.96086 13 4.46957 13 5V7H11V5C11 4.46957 10.7893 3.96086 10.4142 3.58579C10.0392 3.21071 9.53044 3 9.00001 3H7.00001C6.46958 3 5.96087 3.21071 5.5858 3.58579C5.21072 3.96086 5.00001 4.46957 5.00001 5V10.5863C4.99917 10.849 5.05057 11.1093 5.15121 11.352C5.25185 11.5947 5.39973 11.815 5.58626 12L7.00001 13.4137V27C7.00001 27.5304 7.21072 28.0391 7.5858 28.4142C7.96087 28.7893 8.46958 29 9.00001 29H23C23.5304 29 24.0392 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V13.4137L26.4138 12C26.6003 11.815 26.7482 11.5947 26.8488 11.352C26.9495 11.1093 27.0008 10.849 27 10.5863V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0392 3.21071 25.5304 3 25 3ZM18 27H14V19C14 18.4696 14.2107 17.9609 14.5858 17.5858C14.9609 17.2107 15.4696 17 16 17C16.5304 17 17.0392 17.2107 17.4142 17.5858C17.7893 17.9609 18 18.4696 18 19V27ZM25 10.5863L23.5863 12C23.3997 12.185 23.2519 12.4053 23.1512 12.648C23.0506 12.8907 22.9992 13.151 23 13.4137V27H20V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15C14.9391 15 13.9217 15.4214 13.1716 16.1716C12.4214 16.9217 12 17.9391 12 19V27H9.00001V13.4137C9.00085 13.151 8.94945 12.8907 8.84881 12.648C8.74817 12.4053 8.60029 12.185 8.41376 12L7.00001 10.5863V5H9.00001V7C9.00001 7.53043 9.21072 8.03914 9.5858 8.41421C9.96087 8.78929 10.4696 9 11 9H13C13.5304 9 14.0392 8.78929 14.4142 8.41421C14.7893 8.03914 15 7.53043 15 7V5H17V7C17 7.53043 17.2107 8.03914 17.5858 8.41421C17.9609 8.78929 18.4696 9 19 9H21C21.5304 9 22.0392 8.78929 22.4142 8.41421C22.7893 8.03914 23 7.53043 23 7V5H25V10.5863Z" 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="M25 3.25H23C22.5359 3.25 22.0908 3.43437 21.7626 3.76256C21.4344 4.09075 21.25 4.53587 21.25 5V7C21.25 7.0663 21.2237 7.12989 21.1768 7.17678C21.1299 7.22366 21.0663 7.25 21 7.25H19C18.9337 7.25 18.8701 7.22366 18.8232 7.17678C18.7763 7.12989 18.75 7.0663 18.75 7V5C18.75 4.53587 18.5656 4.09075 18.2374 3.76256C17.9093 3.43437 17.4641 3.25 17 3.25H15C14.5359 3.25 14.0908 3.43437 13.7626 3.76256C13.4344 4.09075 13.25 4.53587 13.25 5V7C13.25 7.0663 13.2237 7.12989 13.1768 7.17678C13.1299 7.22366 13.0663 7.25 13 7.25H11C10.9337 7.25 10.8701 7.22366 10.8232 7.17678C10.7763 7.12989 10.75 7.0663 10.75 7V5C10.75 4.53587 10.5656 4.09075 10.2374 3.76256C9.90925 3.43437 9.46413 3.25 9 3.25H7C6.53588 3.25 6.09076 3.43437 5.76257 3.76256C5.43438 4.09075 5.25 4.53587 5.25 5V10.5863C5.24947 10.816 5.29449 11.0435 5.38246 11.2557C5.47043 11.4679 5.5996 11.6605 5.7625 11.8225L7.1775 13.2375C7.22399 13.2844 7.25006 13.3477 7.25 13.4137V27C7.25 27.4641 7.43438 27.9092 7.76257 28.2374C8.09076 28.5656 8.53588 28.75 9 28.75H23C23.4641 28.75 23.9093 28.5656 24.2374 28.2374C24.5656 27.9092 24.75 27.4641 24.75 27V13.4137C24.75 13.3477 24.776 13.2844 24.8225 13.2375L26.2375 11.8225C26.4004 11.6605 26.5296 11.4679 26.6176 11.2557C26.7055 11.0435 26.7505 10.816 26.75 10.5863V5C26.75 4.53587 26.5656 4.09075 26.2374 3.76256C25.9093 3.43437 25.4641 3.25 25 3.25ZM18.25 27.25H13.75V19C13.75 18.4033 13.9871 17.831 14.409 17.409C14.831 16.9871 15.4033 16.75 16 16.75C16.5967 16.75 17.169 16.9871 17.591 17.409C18.013 17.831 18.25 18.4033 18.25 19V27.25ZM25.25 10.5863C25.2501 10.6523 25.224 10.7156 25.1775 10.7625L23.7625 12.1775C23.5996 12.3395 23.4704 12.5321 23.3825 12.7443C23.2945 12.9565 23.2495 13.184 23.25 13.4137V27C23.25 27.0663 23.2237 27.1299 23.1768 27.1768C23.1299 27.2237 23.0663 27.25 23 27.25H19.75V19C19.75 18.0054 19.3549 17.0516 18.6517 16.3483C17.9484 15.6451 16.9946 15.25 16 15.25C15.0054 15.25 14.0516 15.6451 13.3484 16.3483C12.6451 17.0516 12.25 18.0054 12.25 19V27.25H9C8.9337 27.25 8.87011 27.2237 8.82323 27.1768C8.77634 27.1299 8.75 27.0663 8.75 27V13.4137C8.75054 13.184 8.70552 12.9565 8.61755 12.7443C8.52958 12.5321 8.40041 12.3395 8.2375 12.1775L6.8225 10.7625C6.77601 10.7156 6.74995 10.6523 6.75 10.5863V5C6.75 4.9337 6.77634 4.87011 6.82323 4.82322C6.87011 4.77634 6.9337 4.75 7 4.75H9C9.06631 4.75 9.1299 4.77634 9.17678 4.82322C9.22367 4.87011 9.25 4.9337 9.25 5V7C9.25 7.46413 9.43438 7.90925 9.76257 8.23744C10.0908 8.56563 10.5359 8.75 11 8.75H13C13.2298 8.75 13.4574 8.70473 13.6697 8.61679C13.882 8.52884 14.0749 8.39994 14.2374 8.23744C14.3999 8.07493 14.5288 7.88202 14.6168 7.6697C14.7047 7.45738 14.75 7.22981 14.75 7V5C14.75 4.9337 14.7763 4.87011 14.8232 4.82322C14.8701 4.77634 14.9337 4.75 15 4.75H17C17.0663 4.75 17.1299 4.77634 17.1768 4.82322C17.2237 4.87011 17.25 4.9337 17.25 5V7C17.25 7.46413 17.4344 7.90925 17.7626 8.23744C18.0908 8.56563 18.5359 8.75 19 8.75H21C21.4641 8.75 21.9093 8.56563 22.2374 8.23744C22.5656 7.90925 22.75 7.46413 22.75 7V5C22.75 4.9337 22.7763 4.87011 22.8232 4.82322C22.8701 4.77634 22.9337 4.75 23 4.75H25C25.0663 4.75 25.1299 4.77634 25.1768 4.82322C25.2237 4.87011 25.25 4.9337 25.25 5V10.5863Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default CastleTurret;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Club = ({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="M22.9994 11.5C22.6536 11.5 22.3084 11.5272 21.9669 11.5813C22.3938 10.5924 22.5684 9.51288 22.4748 8.43983C22.3812 7.36678 22.0224 6.33381 21.4307 5.43378C20.8389 4.53376 20.0328 3.79489 19.0848 3.2836C18.1367 2.77231 17.0765 2.50464 15.9994 2.50464C14.9222 2.50464 13.862 2.77231 12.914 3.2836C11.9659 3.79489 11.1598 4.53376 10.5681 5.43378C9.97634 6.33381 9.61755 7.36678 9.52396 8.43983C9.43036 9.51288 9.6049 10.5924 10.0319 11.5813C9.69036 11.5272 9.34514 11.5 8.99937 11.5C7.96849 11.5004 6.95249 11.746 6.03525 12.2165C5.118 12.687 4.32582 13.369 3.72411 14.206C3.12239 15.0431 2.7284 16.0112 2.57465 17.0306C2.4209 18.0499 2.51181 19.0912 2.83988 20.0685C3.16794 21.0458 3.72375 21.9311 4.46141 22.6512C5.19907 23.3713 6.09744 23.9056 7.08234 24.2101C8.06724 24.5145 9.11043 24.5804 10.1258 24.4021C11.1411 24.2239 12.0995 23.8067 12.9219 23.185L11.5206 27.8563C11.4982 27.9309 11.4936 28.0098 11.5071 28.0865C11.5205 28.1633 11.5518 28.2358 11.5983 28.2984C11.6448 28.3609 11.7053 28.4117 11.7749 28.4467C11.8446 28.4817 11.9214 28.5 11.9994 28.5H19.9994C20.0773 28.5 20.1542 28.4817 20.2238 28.4467C20.2934 28.4117 20.3539 28.3609 20.4004 28.2984C20.447 28.2358 20.4782 28.1633 20.4917 28.0865C20.5052 28.0098 20.5005 27.9309 20.4781 27.8563L19.0769 23.185C19.8992 23.8067 20.8576 24.2239 21.873 24.4021C22.8883 24.5804 23.9315 24.5145 24.9164 24.2101C25.9013 23.9056 26.7997 23.3713 27.5373 22.6512C28.275 21.9311 28.8308 21.0458 29.1589 20.0685C29.4869 19.0912 29.5778 18.0499 29.4241 17.0306C29.2703 16.0112 28.8764 15.0431 28.2746 14.206C27.6729 13.369 26.8807 12.687 25.9635 12.2165C25.0463 11.746 24.0303 11.5004 22.9994 11.5ZM22.9994 23.5C22.0892 23.501 21.1931 23.2756 20.3917 22.8442C19.5902 22.4128 18.9086 21.789 18.4081 21.0288C18.3421 20.9283 18.242 20.8549 18.1263 20.8222C18.0106 20.7895 17.887 20.7995 17.7781 20.8506C17.6692 20.9016 17.5823 20.9902 17.5334 21.1C17.4846 21.2099 17.4769 21.3337 17.5119 21.4488L19.3269 27.5H12.6719L14.4869 21.4488C14.5219 21.3337 14.5142 21.2099 14.4653 21.1C14.4164 20.9902 14.3296 20.9016 14.2207 20.8506C14.1118 20.7995 13.9881 20.7895 13.8724 20.8222C13.7567 20.8549 13.6567 20.9283 13.5906 21.0288C13.0223 21.8898 12.2233 22.5736 11.2849 23.0021C10.3465 23.4306 9.30645 23.5865 8.28362 23.4521C7.26078 23.3176 6.29637 22.8982 5.50055 22.2418C4.70473 21.5853 4.10958 20.7183 3.78308 19.7397C3.45658 18.7611 3.41189 17.7104 3.65412 16.7076C3.89636 15.7048 4.41574 14.7903 5.15295 14.0687C5.89016 13.347 6.81548 12.8472 7.82321 12.6264C8.83094 12.4056 9.88045 12.4727 10.8519 12.82C10.951 12.8552 11.0587 12.8583 11.1597 12.8288C11.2607 12.7993 11.3497 12.7387 11.4143 12.6556C11.4788 12.5725 11.5155 12.4712 11.5191 12.3661C11.5227 12.2609 11.4931 12.1573 11.4344 12.07C10.8773 11.2425 10.5557 10.279 10.5042 9.28269C10.4527 8.28643 10.6731 7.2949 11.1418 6.41429C11.6106 5.53367 12.31 4.79713 13.1652 4.28352C14.0205 3.76992 14.9993 3.49859 15.9969 3.49859C16.9945 3.49859 17.9733 3.76992 18.8285 4.28352C19.6837 4.79713 20.3832 5.53367 20.8519 6.41429C21.3207 7.2949 21.5411 8.28643 21.4895 9.28269C21.438 10.279 21.1165 11.2425 20.5594 12.07C20.5007 12.1573 20.4711 12.2609 20.4747 12.3661C20.4783 12.4712 20.5149 12.5725 20.5795 12.6556C20.644 12.7387 20.7331 12.7993 20.8341 12.8288C20.935 12.8583 21.0428 12.8552 21.1419 12.82C21.8966 12.5507 22.701 12.4495 23.4988 12.5236C24.2967 12.5976 25.0688 12.8451 25.761 13.2487C26.4532 13.6524 27.0489 14.2024 27.5063 14.8603C27.9637 15.5182 28.2719 16.2681 28.4092 17.0576C28.5465 17.847 28.5096 18.657 28.3012 19.4307C28.0928 20.2044 27.7178 20.9232 27.2025 21.5369C26.6872 22.1505 26.0441 22.6442 25.318 22.9833C24.592 23.3224 23.8007 23.4987 22.9994 23.5Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M23.0005 11.0001C22.903 11.0001 22.8055 11.0001 22.7093 11.0001C23.0204 9.9554 23.0833 8.85244 22.8929 7.77913C22.7024 6.70581 22.264 5.6918 21.6124 4.81789C20.9609 3.94397 20.1142 3.2343 19.1399 2.74542C18.1656 2.25654 17.0906 2.00195 16.0005 2.00195C14.9104 2.00195 13.8354 2.25654 12.8611 2.74542C11.8868 3.2343 11.0402 3.94397 10.3886 4.81789C9.73703 5.6918 9.29856 6.70581 9.10814 7.77913C8.91771 8.85244 8.98059 9.9554 9.29176 11.0001C9.19426 11.0001 9.098 11.0001 9.0005 11.0001C7.94777 11.0006 6.90871 11.2386 5.96067 11.6963C5.01263 12.1539 4.18003 12.8195 3.52484 13.6435C2.86965 14.4675 2.40875 15.4287 2.17646 16.4555C1.94416 17.4823 1.94644 18.5482 2.18314 19.574C2.41983 20.5998 2.88484 21.559 3.54356 22.3801C4.20227 23.2013 5.03772 23.8634 5.98771 24.317C6.9377 24.7706 7.97777 25.0041 9.0305 25.0001C10.0832 24.9961 11.1215 24.7547 12.068 24.2939L11.043 27.7126C10.9982 27.8619 10.9889 28.0196 11.0159 28.1732C11.0428 28.3267 11.1053 28.4718 11.1984 28.5969C11.2914 28.722 11.4124 28.8236 11.5516 28.8936C11.6909 28.9636 11.8446 29.0001 12.0005 29.0001H20.0005C20.1564 29.0001 20.3101 28.9636 20.4494 28.8936C20.5886 28.8236 20.7096 28.722 20.8026 28.5969C20.8957 28.4718 20.9582 28.3267 20.9851 28.1732C21.0121 28.0196 21.0028 27.8619 20.958 27.7126L19.933 24.2939C20.8795 24.7547 21.9178 24.9961 22.9705 25.0001C24.0232 25.0041 25.0633 24.7706 26.0133 24.317C26.9633 23.8634 27.7987 23.2013 28.4575 22.3801C29.1162 21.559 29.5812 20.5998 29.8179 19.574C30.0546 18.5482 30.0569 17.4823 29.8246 16.4555C29.5923 15.4287 29.1314 14.4675 28.4762 13.6435C27.821 12.8195 26.9884 12.1539 26.0403 11.6963C25.0923 11.2386 24.0532 11.0006 23.0005 11.0001ZM23.0005 23.0001C22.1727 23 21.3579 22.7943 20.6293 22.4016C19.9006 22.0089 19.2808 21.4414 18.8255 20.7501C18.6929 20.5507 18.4931 20.4054 18.2624 20.3408C18.0318 20.2762 17.7856 20.2966 17.5687 20.3981C17.3518 20.4997 17.1785 20.6758 17.0804 20.8943C16.9823 21.1128 16.966 21.3593 17.0343 21.5889L18.6593 26.9964H13.3468L14.9718 21.5889C15.0443 21.3577 15.0305 21.108 14.9328 20.8863C14.8352 20.6645 14.6603 20.4858 14.4408 20.3833C14.2212 20.2807 13.9719 20.2614 13.7392 20.3289C13.5065 20.3964 13.3062 20.5461 13.1755 20.7501C12.6588 21.5327 11.9325 22.1542 11.0795 22.5436C10.2264 22.9331 9.28105 23.0748 8.35131 22.9526C7.42157 22.8304 6.54494 22.4492 5.82151 21.8525C5.09809 21.2558 4.55704 20.4677 4.26014 19.5782C3.96325 18.6888 3.92247 17.7337 4.14248 16.8221C4.36249 15.9106 4.8344 15.0792 5.50434 14.4231C6.17428 13.7669 7.01524 13.3124 7.93118 13.1114C8.84712 12.9104 9.80113 12.971 10.6843 13.2864C10.8826 13.3573 11.0982 13.3638 11.3004 13.3049C11.5026 13.246 11.6811 13.1248 11.8104 12.9585C11.9396 12.7923 12.0131 12.5894 12.0203 12.379C12.0275 12.1685 11.9681 11.9611 11.8505 11.7864C11.3449 11.0339 11.0533 10.1582 11.007 9.25278C10.9607 8.3474 11.1615 7.44647 11.5878 6.64639C12.0141 5.84631 12.6499 5.17719 13.4272 4.71061C14.2044 4.24403 15.0939 3.99755 16.0005 3.99755C16.9071 3.99755 17.7966 4.24403 18.5738 4.71061C19.3511 5.17719 19.9869 5.84631 20.4132 6.64639C20.8395 7.44647 21.0403 8.3474 20.994 9.25278C20.9477 10.1582 20.6562 11.0339 20.1505 11.7864C20.0329 11.9611 19.9735 12.1685 19.9807 12.379C19.9879 12.5894 20.0614 12.7923 20.1906 12.9585C20.3199 13.1248 20.4984 13.246 20.7006 13.3049C20.9028 13.3638 21.1184 13.3573 21.3168 13.2864C22.0026 13.0438 22.7332 12.9537 23.4574 13.0226C24.1817 13.0915 24.8822 13.3175 25.5101 13.6851C26.1379 14.0526 26.678 14.5527 27.0926 15.1505C27.5073 15.7483 27.7865 16.4294 27.9107 17.1462C28.035 17.863 28.0013 18.5983 27.812 19.3008C27.6228 20.0033 27.2825 20.656 26.815 21.2134C26.3474 21.7708 25.7639 22.2194 25.1051 22.528C24.4463 22.8366 23.728 22.9977 23.0005 23.0001Z" 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="M23.3484 10.5074C23.5706 9.41781 23.5477 8.29243 23.2814 7.21276C23.0151 6.13308 22.512 5.12614 21.8087 4.26483C21.1053 3.40352 20.2191 2.7094 19.2145 2.23274C18.2098 1.75607 17.1117 1.50879 15.9996 1.50879C14.8876 1.50879 13.7895 1.75607 12.7848 2.23274C11.7801 2.7094 10.894 3.40352 10.1906 4.26483C9.4872 5.12614 8.98414 6.13308 8.71784 7.21276C8.45154 8.29243 8.42867 9.41781 8.65087 10.5074C7.59671 10.5585 6.56519 10.8314 5.62375 11.3085C4.68231 11.7855 3.85214 12.4558 3.18753 13.2757C2.52292 14.0956 2.03883 15.0464 1.7669 16.0662C1.49497 17.086 1.44132 18.1516 1.60948 19.1936C1.77763 20.2355 2.16379 21.2302 2.74271 22.1126C3.32163 22.9951 4.08028 23.7454 4.96906 24.3146C5.85783 24.8837 6.85673 25.2589 7.90044 25.4156C8.94414 25.5722 10.0092 25.5068 11.0259 25.2237L10.5259 27.7062C10.4824 27.924 10.4878 28.1488 10.5417 28.3642C10.5957 28.5797 10.6968 28.7805 10.8378 28.9521C10.9788 29.1238 11.1562 29.2619 11.3571 29.3567C11.558 29.4514 11.7775 29.5003 11.9996 29.4999H19.9996C20.2215 29.5 20.4407 29.4508 20.6413 29.3559C20.8419 29.261 21.019 29.1228 21.1597 28.9512C21.3004 28.7796 21.4013 28.5789 21.4552 28.3636C21.509 28.1483 21.5143 27.9238 21.4709 27.7062L20.9709 25.2237C21.9876 25.5068 23.0526 25.5722 24.0963 25.4156C25.14 25.2589 26.1389 24.8837 27.0277 24.3146C27.9165 23.7454 28.6751 22.9951 29.254 22.1126C29.833 21.2302 30.2191 20.2355 30.3873 19.1936C30.5554 18.1516 30.5018 17.086 30.2298 16.0662C29.9579 15.0464 29.4738 14.0956 28.8092 13.2757C28.1446 12.4558 27.3144 11.7855 26.373 11.3085C25.4316 10.8314 24.4 10.5585 23.3459 10.5074H23.3484ZM22.9996 22.4999C21.8468 22.5016 20.7375 22.0594 19.9021 21.2649C19.6708 21.047 19.3762 20.9083 19.0609 20.8686C18.7456 20.8289 18.4259 20.8904 18.1478 21.0442C17.8697 21.198 17.6477 21.4361 17.5136 21.7243C17.3796 22.0124 17.3406 22.3357 17.4021 22.6474L18.1696 26.4999H13.8296L14.5996 22.6474C14.6612 22.3357 14.6221 22.0124 14.4881 21.7243C14.3541 21.4361 14.132 21.198 13.8539 21.0442C13.5758 20.8904 13.2561 20.8289 12.9408 20.8686C12.6255 20.9083 12.331 21.047 12.0996 21.2649C11.519 21.8162 10.8018 22.2025 10.0221 22.3841C9.24231 22.5658 8.42822 22.5361 7.66378 22.2981C6.89933 22.0601 6.21222 21.6226 5.67331 21.0305C5.1344 20.4384 4.76322 19.7132 4.59805 18.9298C4.43288 18.1464 4.47971 17.3331 4.73371 16.5739C4.9877 15.8146 5.43967 15.1368 6.04298 14.6105C6.64628 14.0842 7.37909 13.7283 8.16579 13.5797C8.9525 13.4311 9.76462 13.495 10.5184 13.7649C10.8159 13.8715 11.1394 13.8814 11.4429 13.7931C11.7464 13.7049 12.0142 13.5231 12.2082 13.2737C12.4022 13.0242 12.5125 12.7199 12.5233 12.404C12.5341 12.0882 12.4449 11.777 12.2684 11.5149C11.7652 10.7729 11.4973 9.89646 11.4996 8.99991C11.4996 8.29673 11.6644 7.60334 11.9808 6.97535C12.2972 6.34736 12.7563 5.80225 13.3214 5.38375C13.8865 4.96524 14.5418 4.68499 15.2347 4.56546C15.9277 4.44594 16.639 4.49047 17.3116 4.69548C17.9842 4.9005 18.5995 5.26029 19.1079 5.74601C19.6164 6.23172 20.004 6.82984 20.2396 7.49238C20.4751 8.15492 20.5522 8.86346 20.4645 9.56115C20.3768 10.2588 20.1268 10.9263 19.7346 11.5099C19.5581 11.772 19.4689 12.0832 19.4797 12.399C19.4905 12.7149 19.6008 13.0192 19.7948 13.2687C19.9888 13.5181 20.2566 13.6999 20.5601 13.7881C20.8636 13.8764 21.1871 13.8665 21.4846 13.7599C22.1021 13.5404 22.7601 13.4584 23.4126 13.5196C24.0651 13.5809 24.6964 13.7839 25.2622 14.1145C25.8281 14.4452 26.3149 14.8954 26.6886 15.4337C27.0624 15.9721 27.314 16.5856 27.4259 17.2313C27.5379 17.8771 27.5074 18.5395 27.3367 19.1722C27.1659 19.805 26.8591 20.3928 26.4375 20.8946C26.0159 21.3963 25.4898 21.8 24.896 22.0773C24.3022 22.3546 23.655 22.4988 22.9996 22.4999Z" 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="M30.0004 18.0001C29.9999 19.2386 29.6709 20.4548 29.0469 21.5246C28.4228 22.5944 27.5261 23.4795 26.4483 24.0895C25.3704 24.6995 24.15 25.0127 22.9116 24.997C21.6732 24.9813 20.4612 24.6373 19.3991 24.0001H18.8441L19.9579 27.7126C20.0027 27.8619 20.012 28.0196 19.985 28.1732C19.9581 28.3267 19.8956 28.4718 19.8025 28.5969C19.7095 28.722 19.5885 28.8236 19.4493 28.8936C19.31 28.9636 19.1563 29.0001 19.0004 29.0001H13.0004C12.8445 29.0001 12.6908 28.9636 12.5515 28.8936C12.4122 28.8236 12.2913 28.722 12.1982 28.5969C12.1052 28.4718 12.0427 28.3267 12.0158 28.1732C11.9888 28.0196 11.9981 27.8619 12.0429 27.7126L13.1566 24.0001H12.6016C11.6767 24.5559 10.6358 24.8904 9.56028 24.9773C8.48473 25.0643 7.40362 24.9015 6.40142 24.5015C5.39922 24.1015 4.50306 23.4752 3.78294 22.6716C3.06281 21.868 2.53822 20.9088 2.25015 19.8689C1.96208 18.829 1.91832 17.7365 2.12229 16.6769C2.32626 15.6173 2.77244 14.6192 3.42598 13.7606C4.07952 12.9019 4.92272 12.206 5.88972 11.7271C6.85671 11.2483 7.92133 10.9995 9.00039 11.0001C9.09789 11.0001 9.19414 11.0001 9.29164 11.0001C8.98048 9.9554 8.9176 8.85244 9.10803 7.77913C9.29845 6.70581 9.73691 5.6918 10.3885 4.81789C11.04 3.94397 11.8867 3.2343 12.861 2.74542C13.8353 2.25654 14.9103 2.00195 16.0004 2.00195C17.0905 2.00195 18.1655 2.25654 19.1398 2.74542C20.1141 3.2343 20.9607 3.94397 21.6123 4.81789C22.2639 5.6918 22.7023 6.70581 22.8928 7.77913C23.0832 8.85244 23.0203 9.9554 22.7091 11.0001C22.8054 11.0001 22.9029 11.0001 23.0004 11.0001C24.8563 11.0021 26.6356 11.7402 27.9479 13.0526C29.2603 14.3649 29.9984 16.1442 30.0004 18.0001Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M29.0001 17.9999C29.0004 19.2904 28.5847 20.5465 27.8146 21.582C27.0446 22.6175 25.9612 23.3771 24.7253 23.7482C23.4893 24.1192 22.1667 24.0819 20.9537 23.6418C19.7406 23.2017 18.7018 22.3822 17.9913 21.3049L20.0001 27.9999H12.0001L14.0088 21.3049C13.3887 22.244 12.517 22.9898 11.4932 23.457C10.4695 23.9243 9.33495 24.0942 8.21922 23.9474C7.10349 23.8006 6.05154 23.343 5.18351 22.6268C4.31547 21.9106 3.66634 20.9647 3.31025 19.8972C2.95416 18.8297 2.90547 17.6836 3.16974 16.5897C3.434 15.4958 4.00057 14.4983 4.80474 13.7111C5.6089 12.9239 6.61825 12.3787 7.71751 12.1378C8.81676 11.8968 9.96161 11.9699 11.0213 12.3487C10.4141 11.4458 10.0638 10.3948 10.008 9.30819C9.95212 8.22156 10.1928 7.1402 10.7043 6.17984C11.2157 5.21948 11.9787 4.41628 12.9116 3.8562C13.8444 3.29612 14.912 3.00024 16.0001 3.00024C17.0881 3.00024 18.1557 3.29612 19.0885 3.8562C20.0214 4.41628 20.7844 5.21948 21.2958 6.17984C21.8073 7.1402 22.048 8.22156 21.9921 9.30819C21.9363 10.3948 21.586 11.4458 20.9788 12.3487C21.8845 12.0246 22.8549 11.9231 23.8081 12.0526C24.7613 12.1822 25.6694 12.539 26.4557 13.0931C27.2421 13.6471 27.8838 14.3821 28.3266 15.2361C28.7694 16.09 29.0004 17.038 29.0001 17.9999Z" fill="currentColor"/>
|
|
36
|
+
<path d="M23.0005 11.0001C22.903 11.0001 22.8055 11.0001 22.7093 11.0001C23.0204 9.9554 23.0833 8.85244 22.8929 7.77913C22.7024 6.70581 22.264 5.6918 21.6124 4.81789C20.9609 3.94397 20.1142 3.2343 19.1399 2.74542C18.1656 2.25654 17.0906 2.00195 16.0005 2.00195C14.9104 2.00195 13.8354 2.25654 12.8611 2.74542C11.8868 3.2343 11.0402 3.94397 10.3886 4.81789C9.73703 5.6918 9.29856 6.70581 9.10814 7.77913C8.91771 8.85244 8.98059 9.9554 9.29176 11.0001C9.19426 11.0001 9.098 11.0001 9.0005 11.0001C7.94777 11.0006 6.90871 11.2386 5.96067 11.6963C5.01263 12.1539 4.18003 12.8195 3.52484 13.6435C2.86965 14.4675 2.40875 15.4287 2.17646 16.4555C1.94416 17.4823 1.94644 18.5482 2.18314 19.574C2.41983 20.5998 2.88484 21.559 3.54356 22.3801C4.20227 23.2013 5.03772 23.8634 5.98771 24.317C6.9377 24.7706 7.97777 25.0041 9.0305 25.0001C10.0832 24.9961 11.1215 24.7547 12.068 24.2939L11.043 27.7126C10.9982 27.8619 10.9889 28.0196 11.0159 28.1732C11.0428 28.3267 11.1053 28.4718 11.1984 28.5969C11.2914 28.722 11.4124 28.8236 11.5516 28.8936C11.6909 28.9636 11.8446 29.0001 12.0005 29.0001H20.0005C20.1564 29.0001 20.3101 28.9636 20.4494 28.8936C20.5886 28.8236 20.7096 28.722 20.8026 28.5969C20.8957 28.4718 20.9582 28.3267 20.9851 28.1732C21.0121 28.0196 21.0028 27.8619 20.958 27.7126L19.933 24.2939C20.8795 24.7547 21.9178 24.9961 22.9705 25.0001C24.0232 25.0041 25.0633 24.7706 26.0133 24.317C26.9633 23.8634 27.7987 23.2013 28.4575 22.3801C29.1162 21.559 29.5812 20.5998 29.8179 19.574C30.0546 18.5482 30.0569 17.4823 29.8246 16.4555C29.5923 15.4287 29.1314 14.4675 28.4762 13.6435C27.821 12.8195 26.9884 12.1539 26.0403 11.6963C25.0923 11.2386 24.0532 11.0006 23.0005 11.0001ZM23.0005 23.0001C22.1727 23 21.3579 22.7943 20.6293 22.4016C19.9006 22.0089 19.2808 21.4414 18.8255 20.7501C18.6929 20.5507 18.4931 20.4054 18.2624 20.3408C18.0318 20.2762 17.7856 20.2966 17.5687 20.3981C17.3518 20.4997 17.1785 20.6758 17.0804 20.8943C16.9823 21.1128 16.966 21.3593 17.0343 21.5889L18.6593 26.9964H13.3468L14.9718 21.5889C15.0443 21.3577 15.0305 21.108 14.9328 20.8863C14.8352 20.6645 14.6603 20.4858 14.4408 20.3833C14.2212 20.2807 13.9719 20.2614 13.7392 20.3289C13.5065 20.3964 13.3062 20.5461 13.1755 20.7501C12.6588 21.5327 11.9325 22.1542 11.0795 22.5436C10.2264 22.9331 9.28105 23.0748 8.35131 22.9526C7.42157 22.8304 6.54494 22.4492 5.82151 21.8525C5.09809 21.2558 4.55704 20.4677 4.26014 19.5782C3.96325 18.6888 3.92247 17.7337 4.14248 16.8221C4.36249 15.9106 4.8344 15.0792 5.50434 14.4231C6.17428 13.7669 7.01524 13.3124 7.93118 13.1114C8.84712 12.9104 9.80113 12.971 10.6843 13.2864C10.8826 13.3573 11.0982 13.3638 11.3004 13.3049C11.5026 13.246 11.6811 13.1248 11.8104 12.9585C11.9396 12.7923 12.0131 12.5894 12.0203 12.379C12.0275 12.1685 11.9681 11.9611 11.8505 11.7864C11.3449 11.0339 11.0533 10.1582 11.007 9.25278C10.9607 8.3474 11.1615 7.44647 11.5878 6.64639C12.0141 5.84631 12.6499 5.17719 13.4272 4.71061C14.2044 4.24403 15.0939 3.99755 16.0005 3.99755C16.9071 3.99755 17.7966 4.24403 18.5738 4.71061C19.3511 5.17719 19.9869 5.84631 20.4132 6.64639C20.8395 7.44647 21.0403 8.3474 20.994 9.25278C20.9477 10.1582 20.6562 11.0339 20.1505 11.7864C20.0329 11.9611 19.9735 12.1685 19.9807 12.379C19.9879 12.5894 20.0614 12.7923 20.1906 12.9585C20.3199 13.1248 20.4984 13.246 20.7006 13.3049C20.9028 13.3638 21.1184 13.3573 21.3168 13.2864C22.0026 13.0438 22.7332 12.9537 23.4574 13.0226C24.1817 13.0915 24.8822 13.3175 25.5101 13.6851C26.1379 14.0526 26.678 14.5527 27.0926 15.1505C27.5073 15.7483 27.7865 16.4294 27.9107 17.1462C28.035 17.863 28.0013 18.5983 27.812 19.3008C27.6228 20.0033 27.2825 20.656 26.815 21.2134C26.3474 21.7708 25.7639 22.2194 25.1051 22.528C24.4463 22.8366 23.728 22.9977 23.0005 23.0001Z" 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="M23.0006 11.25C22.7848 11.25 22.5698 11.26 22.3556 11.28C22.72 10.2613 22.8342 9.16985 22.6885 8.09773C22.5428 7.02561 22.1416 6.00422 21.5185 5.11964C20.8955 4.23506 20.0689 3.51322 19.1085 3.01496C18.1481 2.51669 17.082 2.25659 16 2.25659C14.918 2.25659 13.8519 2.51669 12.8915 3.01496C11.9311 3.51322 11.1045 4.23506 10.4815 5.11964C9.85843 6.00422 9.45715 7.02561 9.31147 8.09773C9.16578 9.16985 9.27996 10.2613 9.64438 11.28C9.43188 11.26 9.21688 11.25 9.00063 11.25C7.96035 11.2505 6.93427 11.4915 6.00249 11.954C5.07072 12.4166 4.25846 13.0883 3.62915 13.9166C2.99983 14.7449 2.57048 15.7075 2.37462 16.7292C2.17876 17.7508 2.2217 18.804 2.50007 19.8063C2.77844 20.8086 3.28472 21.7331 3.97937 22.5074C4.67402 23.2818 5.53826 23.8851 6.50459 24.2703C7.47093 24.6555 8.51322 24.8121 9.55008 24.7279C10.5869 24.6437 11.5903 24.321 12.4819 23.785L11.2819 27.785C11.2484 27.897 11.2415 28.0153 11.2618 28.1304C11.2821 28.2455 11.3291 28.3543 11.3989 28.448C11.4687 28.5418 11.5595 28.6179 11.664 28.6703C11.7684 28.7228 11.8837 28.7501 12.0006 28.75H20.0006C20.1175 28.7501 20.2328 28.7228 20.3373 28.6703C20.4417 28.6179 20.5325 28.5418 20.6023 28.448C20.6722 28.3543 20.7191 28.2455 20.7394 28.1304C20.7598 28.0153 20.7529 27.897 20.7194 27.785L19.5194 23.785C20.4109 24.321 21.4143 24.6437 22.4512 24.7279C23.488 24.8121 24.5303 24.6555 25.4967 24.2703C26.463 23.8851 27.3272 23.2818 28.0219 22.5074C28.7165 21.7331 29.2228 20.8086 29.5012 19.8063C29.7796 18.804 29.8225 17.7508 29.6266 16.7292C29.4308 15.7075 29.0014 14.7449 28.3721 13.9166C27.7428 13.0883 26.9305 12.4166 25.9988 11.954C25.067 11.4915 24.0409 11.2505 23.0006 11.25ZM23.0006 23.25C22.1319 23.251 21.2765 23.0359 20.5115 22.6242C19.7465 22.2124 19.0958 21.6169 18.6181 20.8913C18.519 20.7417 18.3695 20.6326 18.1968 20.5838C18.0241 20.535 17.8396 20.5497 17.6768 20.6254C17.5141 20.701 17.3839 20.8325 17.3098 20.996C17.2357 21.1594 17.2227 21.344 17.2731 21.5163L18.9931 27.25H13.0081L14.7281 21.52C14.7786 21.3478 14.7656 21.1632 14.6915 20.9997C14.6174 20.8362 14.4872 20.7048 14.3244 20.6291C14.1616 20.5535 13.9772 20.5387 13.8045 20.5875C13.6317 20.6363 13.4823 20.7454 13.3831 20.895C12.8406 21.7168 12.0778 22.3694 11.182 22.7783C10.2862 23.1872 9.29347 23.3359 8.31717 23.2075C7.34087 23.079 6.42037 22.6786 5.66081 22.0519C4.90125 21.4253 4.33324 20.5976 4.02167 19.6635C3.7101 18.7294 3.66752 17.7264 3.8988 16.7693C4.13008 15.8121 4.62589 14.9393 5.3296 14.2505C6.03331 13.5617 6.91656 13.0847 7.87846 12.8739C8.84037 12.6632 9.84214 12.7273 10.7694 13.0588C10.9181 13.1121 11.0799 13.117 11.2316 13.0729C11.3834 13.0288 11.5173 12.9379 11.6143 12.8132C11.7113 12.6884 11.7664 12.5363 11.7718 12.3783C11.7772 12.2204 11.7326 12.0648 11.6444 11.9338C11.1134 11.1437 10.8073 10.2242 10.7587 9.27351C10.7101 8.32286 10.9209 7.37689 11.3685 6.53681C11.8161 5.69672 12.4837 4.99414 13.2999 4.50423C14.116 4.01432 15.05 3.75552 16.0019 3.75552C16.9538 3.75552 17.8877 4.01432 18.7039 4.50423C19.52 4.99414 20.1876 5.69672 20.6352 6.53681C21.0828 7.37689 21.2936 8.32286 21.245 9.27351C21.1964 10.2242 20.8903 11.1437 20.3594 11.9338C20.2711 12.0648 20.2265 12.2204 20.2319 12.3783C20.2373 12.5363 20.2924 12.6884 20.3895 12.8132C20.4865 12.9379 20.6204 13.0288 20.7721 13.0729C20.9238 13.117 21.0856 13.1121 21.2344 13.0588C21.9553 12.8 22.7241 12.7021 23.4869 12.7719C24.2497 12.8417 24.9879 13.0776 25.6499 13.4631C26.3118 13.8485 26.8814 14.3741 27.3187 15.003C27.7559 15.6318 28.0503 16.3488 28.1811 17.1035C28.3119 17.8582 28.276 18.6324 28.0758 19.3718C27.8757 20.1112 27.5162 20.7978 27.0226 21.3835C26.5289 21.9691 25.9131 22.4397 25.2183 22.7622C24.5235 23.0846 23.7666 23.2511 23.0006 23.25Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Club;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Confetti = ({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="M13.5823 6.9325C13.407 6.75688 13.1903 6.62834 12.9521 6.5588C12.714 6.48926 12.4621 6.48097 12.2199 6.5347C11.9777 6.58843 11.753 6.70244 11.5666 6.86615C11.3801 7.02987 11.2381 7.238 11.1535 7.47125L4.59103 25.5187C4.51019 25.7408 4.48383 25.979 4.51417 26.2134C4.54452 26.4477 4.63068 26.6714 4.76541 26.8655C4.90014 27.0596 5.07951 27.2186 5.28843 27.329C5.49736 27.4394 5.72974 27.4981 5.96603 27.5C6.14007 27.4997 6.3127 27.4688 6.47603 27.4088L24.5235 20.8463C24.7568 20.7617 24.9649 20.6196 25.1286 20.4332C25.2923 20.2468 25.4064 20.0221 25.4601 19.7799C25.5138 19.5377 25.5055 19.2858 25.436 19.0476C25.3664 18.8095 25.2379 18.5927 25.0623 18.4175L13.5823 6.9325ZM12.766 24.0575L7.93978 19.2337L9.96353 13.67L18.3285 22.0362L12.766 24.0575ZM6.14103 26.4675C6.05611 26.4979 5.96431 26.5035 5.87632 26.4837C5.78833 26.4639 5.70776 26.4196 5.64399 26.3558C5.58022 26.292 5.53587 26.2115 5.51609 26.1235C5.49632 26.0355 5.50193 25.9437 5.53228 25.8587L7.56603 20.2687L11.731 24.4338L6.14103 26.4675ZM24.491 19.5613C24.4738 19.6393 24.437 19.7117 24.3841 19.7716C24.3312 19.8315 24.2639 19.877 24.1885 19.9037L19.3685 21.6537L10.3398 12.6337L12.0898 7.81375C12.1165 7.73842 12.162 7.67113 12.2219 7.61821C12.2818 7.56529 12.3542 7.52848 12.4323 7.51125C12.4672 7.504 12.5028 7.50023 12.5385 7.5C12.6012 7.49899 12.6634 7.5109 12.7212 7.53499C12.7791 7.55908 12.8314 7.59482 12.8748 7.64L24.3598 19.125C24.4166 19.1813 24.4583 19.251 24.4808 19.3278C24.5033 19.4045 24.506 19.4857 24.4885 19.5637L24.491 19.5613ZM27.4998 3C27.4998 4.21 26.7685 6.5 23.9998 6.5C22.961 6.5 22.2273 6.91125 21.8223 7.72375C21.6293 8.12286 21.5195 8.5571 21.4998 9C21.4998 9.13261 21.4471 9.25979 21.3533 9.35355C21.2596 9.44732 21.1324 9.5 20.9998 9.5C20.8672 9.5 20.74 9.44732 20.6462 9.35355C20.5525 9.25979 20.4998 9.13261 20.4998 9C20.5195 8.40175 20.6652 7.81439 20.9273 7.27625C21.3323 6.46625 22.1948 5.5 23.9998 5.5C26.411 5.5 26.4998 3.25 26.4998 3C26.4998 2.86739 26.5525 2.74021 26.6462 2.64645C26.74 2.55268 26.8672 2.5 26.9998 2.5C27.1324 2.5 27.2596 2.55268 27.3533 2.64645C27.4471 2.74021 27.4998 2.86739 27.4998 3ZM17.4998 5V2C17.4998 1.86739 17.5525 1.74021 17.6462 1.64645C17.74 1.55268 17.8672 1.5 17.9998 1.5C18.1324 1.5 18.2596 1.55268 18.3533 1.64645C18.4471 1.74021 18.4998 1.86739 18.4998 2V5C18.4998 5.13261 18.4471 5.25979 18.3533 5.35355C18.2596 5.44732 18.1324 5.5 17.9998 5.5C17.8672 5.5 17.74 5.44732 17.6462 5.35355C17.5525 5.25979 17.4998 5.13261 17.4998 5ZM29.3535 15.6462C29.4474 15.7401 29.5001 15.8673 29.5001 16C29.5001 16.1327 29.4474 16.2599 29.3535 16.3538C29.2597 16.4476 29.1325 16.5003 28.9998 16.5003C28.8671 16.5003 28.7399 16.4476 28.646 16.3538L26.646 14.3538C26.5996 14.3073 26.5627 14.2521 26.5376 14.1914C26.5124 14.1308 26.4995 14.0657 26.4995 14C26.4995 13.9343 26.5124 13.8692 26.5376 13.8086C26.5627 13.7479 26.5996 13.6927 26.646 13.6462C26.6925 13.5998 26.7476 13.5629 26.8083 13.5378C26.869 13.5127 26.9341 13.4997 26.9998 13.4997C27.0655 13.4997 27.1305 13.5127 27.1912 13.5378C27.2519 13.5629 27.3071 13.5998 27.3535 13.6462L29.3535 15.6462ZM30.1573 9.475L27.1573 10.475C27.1065 10.4917 27.0533 10.5001 26.9998 10.5C26.8813 10.4997 26.7668 10.4574 26.6766 10.3806C26.5864 10.3037 26.5265 10.1974 26.5074 10.0805C26.4884 9.96353 26.5114 9.84363 26.5725 9.74214C26.6336 9.64064 26.7288 9.56413 26.841 9.52625L29.841 8.52625C29.9668 8.48431 30.1042 8.49407 30.2228 8.55338C30.3414 8.61269 30.4316 8.71669 30.4735 8.8425C30.5155 8.96831 30.5057 9.10563 30.4464 9.22425C30.3871 9.34286 30.2831 9.43306 30.1573 9.475Z" 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="M13.9354 6.57875C13.7005 6.3445 13.4104 6.17318 13.0919 6.0806C12.7733 5.98802 12.4366 5.97716 12.1128 6.04903C11.7889 6.12089 11.4884 6.27317 11.2389 6.49181C10.9895 6.71044 10.7991 6.98839 10.6854 7.3L4.12412 25.3475C4.01633 25.6451 3.98152 25.9642 4.02259 26.2781C4.06367 26.5919 4.17944 26.8914 4.36018 27.1512C4.54093 27.4111 4.78137 27.6238 5.06133 27.7715C5.34129 27.9191 5.6526 27.9975 5.96912 28C6.20216 27.9984 6.43314 27.9561 6.65162 27.875L24.6979 21.3125C25.0096 21.1989 25.2876 21.0086 25.5064 20.7592C25.7252 20.5098 25.8776 20.2093 25.9496 19.8855C26.0216 19.5616 26.0108 19.2248 25.9184 18.9062C25.8259 18.5876 25.6546 18.2975 25.4204 18.0625L13.9354 6.57875ZM12.8941 23.48L8.51912 19.105L10.1641 14.5787L17.4204 21.835L12.8941 23.48ZM6.01912 25.98L7.76912 21.1787L10.8254 24.235L6.01912 25.98ZM19.4991 21.08L10.9191 12.5L12.5441 8.01625L23.9729 19.445L19.4991 21.08ZM19.9991 9C20.0179 8.32396 20.1816 7.65983 20.4791 7.0525C21.1416 5.72875 22.3916 5 23.9991 5C24.8366 5 25.3741 4.71375 25.7054 4.09875C25.8798 3.75468 25.9799 3.37777 25.9991 2.9925C26.0001 2.72728 26.1064 2.47332 26.2947 2.28649C26.4829 2.09966 26.7376 1.99526 27.0029 1.99625C27.2681 1.99724 27.522 2.10356 27.7089 2.29179C27.8957 2.48003 28.0001 2.73478 27.9991 3C27.9991 4.6075 26.9341 7 23.9991 7C23.1616 7 22.6241 7.28625 22.2929 7.90125C22.1184 8.24532 22.0184 8.62223 21.9991 9.0075C21.9986 9.13882 21.9723 9.26876 21.9216 9.3899C21.8709 9.51103 21.7968 9.621 21.7036 9.71351C21.6104 9.80602 21.4998 9.87926 21.3783 9.92906C21.2568 9.97886 21.1267 10.0042 20.9954 10.0037C20.864 10.0033 20.7341 9.9769 20.613 9.92619C20.4918 9.87548 20.3819 9.80141 20.2894 9.70821C20.1968 9.615 20.1236 9.50448 20.0738 9.38297C20.024 9.26145 19.9986 9.13132 19.9991 9ZM16.9991 5V2C16.9991 1.73478 17.1045 1.48043 17.292 1.29289C17.4795 1.10536 17.7339 1 17.9991 1C18.2643 1 18.5187 1.10536 18.7062 1.29289C18.8938 1.48043 18.9991 1.73478 18.9991 2V5C18.9991 5.26522 18.8938 5.51957 18.7062 5.70711C18.5187 5.89464 18.2643 6 17.9991 6C17.7339 6 17.4795 5.89464 17.292 5.70711C17.1045 5.51957 16.9991 5.26522 16.9991 5ZM29.7066 15.2925C29.7994 15.3854 29.8731 15.4957 29.9233 15.6171C29.9735 15.7384 29.9993 15.8685 29.9992 15.9998C29.9992 16.1312 29.9732 16.2612 29.9229 16.3825C29.8726 16.5038 29.7989 16.614 29.706 16.7069C29.6131 16.7997 29.5028 16.8733 29.3814 16.9235C29.2601 16.9737 29.13 16.9995 28.9987 16.9995C28.8673 16.9994 28.7373 16.9735 28.616 16.9232C28.4947 16.8729 28.3844 16.7992 28.2916 16.7062L26.2916 14.7063C26.104 14.5186 25.9986 14.2641 25.9986 13.9987C25.9986 13.7334 26.104 13.4789 26.2916 13.2913C26.4793 13.1036 26.7338 12.9982 26.9991 12.9982C27.2645 12.9982 27.519 13.1036 27.7066 13.2913L29.7066 15.2925ZM30.3154 9.94875L27.3154 10.9487C27.0637 11.0326 26.7891 11.0131 26.5519 10.8945C26.3146 10.7759 26.1342 10.5679 26.0504 10.3162C25.9665 10.0646 25.986 9.78999 26.1046 9.55276C26.2232 9.31552 26.4312 9.13513 26.6829 9.05125L29.6829 8.05125C29.9345 7.96738 30.2091 7.98689 30.4464 8.10551C30.6836 8.22413 30.864 8.43213 30.9479 8.68375C31.0317 8.93537 31.0122 9.21001 30.8936 9.44724C30.775 9.68448 30.567 9.86487 30.3154 9.94875Z" 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="M14.2904 6.225C13.9965 5.93053 13.6331 5.71494 13.2338 5.59816C12.8345 5.48139 12.4122 5.46721 12.006 5.55693C11.5998 5.64665 11.2227 5.83738 10.9097 6.11146C10.5967 6.38555 10.358 6.73415 10.2154 7.125L3.65293 25.1763C3.51726 25.5495 3.47333 25.9499 3.52482 26.3437C3.57631 26.7375 3.72171 27.1132 3.94878 27.439C4.17585 27.7649 4.47793 28.0313 4.82955 28.216C5.18117 28.4006 5.57203 28.498 5.96918 28.5C6.26089 28.4994 6.55026 28.4478 6.82418 28.3475L24.8754 21.785C25.2667 21.643 25.6158 21.4046 25.8904 21.0919C26.165 20.7792 26.3563 20.4022 26.4465 19.9959C26.5368 19.5896 26.523 19.1671 26.4066 18.7676C26.2902 18.368 26.0748 18.0042 25.7804 17.71L14.2904 6.225ZM13.0242 22.9013L9.09918 18.9762L10.3679 15.4875L16.5129 21.6325L13.0242 22.9013ZM7.97168 22.0875L9.91293 24.0325L6.85668 25.1437L7.97168 22.0875ZM19.6254 20.5L11.5004 12.375L12.7504 8.9275L23.0717 19.25L19.6254 20.5ZM16.0004 5V2C16.0004 1.60218 16.1585 1.22064 16.4398 0.93934C16.7211 0.658035 17.1026 0.5 17.5004 0.5C17.8983 0.5 18.2798 0.658035 18.5611 0.93934C18.8424 1.22064 19.0004 1.60218 19.0004 2V5C19.0004 5.39782 18.8424 5.77936 18.5611 6.06066C18.2798 6.34196 17.8983 6.5 17.5004 6.5C17.1026 6.5 16.7211 6.34196 16.4398 6.06066C16.1585 5.77936 16.0004 5.39782 16.0004 5ZM30.5604 15.4388C30.8422 15.7205 31.0005 16.1027 31.0005 16.5012C31.0005 16.8998 30.8422 17.282 30.5604 17.5637C30.2786 17.8455 29.8964 18.0039 29.4979 18.0039C29.0994 18.0039 28.7172 17.8455 28.4354 17.5637L26.4354 15.5638C26.1536 15.282 25.9953 14.8998 25.9953 14.5013C25.9953 14.1027 26.1536 13.7205 26.4354 13.4388C26.7172 13.157 27.0994 12.9986 27.4979 12.9986C27.8964 12.9986 28.2786 13.157 28.5604 13.4388L30.5604 15.4388ZM30.4742 10.4225L27.4742 11.4225C27.0967 11.5483 26.6848 11.519 26.3289 11.3411C25.9731 11.1632 25.7025 10.8512 25.5767 10.4738C25.4509 10.0963 25.4801 9.68436 25.6581 9.32851C25.836 8.97266 26.148 8.70206 26.5254 8.57625L29.5254 7.57625C29.9029 7.45044 30.3148 7.47971 30.6707 7.65764C31.0265 7.83557 31.2971 8.14756 31.4229 8.525C31.5487 8.90244 31.5195 9.31439 31.3415 9.67024C31.1636 10.0261 30.8516 10.2967 30.4742 10.4225ZM19.5754 8.24125C19.9792 5.93375 21.6742 4.5 24.0004 4.5C24.8067 4.5 25.0867 4.18875 25.2504 3.885C25.3961 3.60503 25.4813 3.29754 25.5004 2.9825V3C25.5004 2.60218 25.6585 2.22064 25.9398 1.93934C26.2211 1.65804 26.6026 1.5 27.0004 1.5C27.3983 1.5 27.7798 1.65804 28.0611 1.93934C28.3424 2.22064 28.5004 2.60218 28.5004 3C28.5004 4.80875 27.3017 7.5 24.0004 7.5C23.3829 7.5 22.7242 7.64875 22.5304 8.7575C22.4698 9.10518 22.2886 9.42036 22.0186 9.64762C21.7486 9.87488 21.4071 9.99965 21.0542 10C20.967 9.99985 20.8801 9.99232 20.7942 9.9775C20.4023 9.90887 20.0538 9.68739 19.8252 9.36178C19.5967 9.03617 19.5068 8.63311 19.5754 8.24125Z" 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="M13.9354 6.57875C13.7005 6.3445 13.4104 6.17318 13.0919 6.0806C12.7733 5.98802 12.4366 5.97716 12.1128 6.04903C11.7889 6.12089 11.4884 6.27317 11.2389 6.49181C10.9895 6.71044 10.7991 6.98839 10.6854 7.3L4.12412 25.3475C4.01633 25.6451 3.98152 25.9642 4.02259 26.2781C4.06367 26.5919 4.17944 26.8914 4.36018 27.1512C4.54093 27.4111 4.78137 27.6238 5.06133 27.7715C5.34129 27.9191 5.6526 27.9975 5.96912 28C6.20216 27.9984 6.43314 27.9561 6.65162 27.875L24.6979 21.3125C25.0096 21.1989 25.2876 21.0086 25.5064 20.7592C25.7252 20.5098 25.8776 20.2093 25.9496 19.8855C26.0216 19.5616 26.0108 19.2248 25.9184 18.9062C25.8259 18.5876 25.6546 18.2975 25.4204 18.0625L13.9354 6.57875ZM8.14162 20.1413L10.5416 13.5425L18.4566 21.4575L11.8566 23.8575L8.14162 20.1413ZM19.9991 9C20.0179 8.32396 20.1816 7.65983 20.4791 7.0525C21.1416 5.72875 22.3916 5 23.9991 5C24.8366 5 25.3741 4.71375 25.7054 4.09875C25.8798 3.75468 25.9799 3.37777 25.9991 2.9925C26.0001 2.72728 26.1064 2.47332 26.2947 2.28649C26.4829 2.09966 26.7376 1.99526 27.0029 1.99625C27.2681 1.99724 27.522 2.10356 27.7089 2.29179C27.8957 2.48003 28.0001 2.73478 27.9991 3C27.9991 4.6075 26.9341 7 23.9991 7C23.1616 7 22.6241 7.28625 22.2929 7.90125C22.1184 8.24532 22.0184 8.62223 21.9991 9.0075C21.9986 9.13882 21.9723 9.26876 21.9216 9.3899C21.8709 9.51103 21.7968 9.621 21.7036 9.71351C21.6104 9.80602 21.4998 9.87926 21.3783 9.92906C21.2568 9.97886 21.1267 10.0042 20.9954 10.0037C20.864 10.0033 20.7341 9.9769 20.613 9.92619C20.4918 9.87548 20.3819 9.80141 20.2894 9.70821C20.1968 9.615 20.1236 9.50448 20.0738 9.38297C20.024 9.26145 19.9986 9.13132 19.9991 9ZM16.9991 5V2C16.9991 1.73478 17.1045 1.48043 17.292 1.29289C17.4795 1.10536 17.7339 1 17.9991 1C18.2643 1 18.5187 1.10536 18.7062 1.29289C18.8938 1.48043 18.9991 1.73478 18.9991 2V5C18.9991 5.26522 18.8938 5.51957 18.7062 5.70711C18.5187 5.89464 18.2643 6 17.9991 6C17.7339 6 17.4795 5.89464 17.292 5.70711C17.1045 5.51957 16.9991 5.26522 16.9991 5ZM29.7066 15.2925C29.7994 15.3854 29.8731 15.4957 29.9233 15.6171C29.9735 15.7384 29.9993 15.8685 29.9992 15.9998C29.9992 16.1312 29.9732 16.2612 29.9229 16.3825C29.8726 16.5038 29.7989 16.614 29.706 16.7069C29.6131 16.7997 29.5028 16.8733 29.3814 16.9235C29.2601 16.9737 29.13 16.9995 28.9987 16.9995C28.8673 16.9994 28.7373 16.9735 28.616 16.9232C28.4947 16.8729 28.3844 16.7992 28.2916 16.7062L26.2916 14.7063C26.104 14.5186 25.9986 14.2641 25.9986 13.9987C25.9986 13.7334 26.104 13.4789 26.2916 13.2913C26.4793 13.1036 26.7338 12.9982 26.9991 12.9982C27.2645 12.9982 27.519 13.1036 27.7066 13.2913L29.7066 15.2925ZM30.3154 9.94875L27.3154 10.9487C27.0637 11.0326 26.7891 11.0131 26.5519 10.8945C26.3146 10.7759 26.1342 10.5679 26.0504 10.3162C25.9665 10.0646 25.986 9.78999 26.1046 9.55276C26.2232 9.31552 26.4312 9.13513 26.6829 9.05125L29.6829 8.05125C29.9345 7.96738 30.2091 7.98689 30.4464 8.10551C30.6836 8.22413 30.864 8.43213 30.9479 8.68375C31.0317 8.93537 31.0122 9.21001 30.8936 9.44724C30.775 9.68448 30.567 9.86487 30.3154 9.94875Z" 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.36109 19.3614L12.6386 24.6389L6.30984 26.9389C6.13535 27.003 5.94615 27.0159 5.76458 26.976C5.58301 26.936 5.41666 26.845 5.2852 26.7135C5.15375 26.582 5.06267 26.4157 5.02273 26.2341C4.9828 26.0526 4.99567 25.8633 5.05984 25.6889L7.36109 19.3614ZM24.7136 18.7714L13.2286 7.28636C13.1128 7.17056 12.9696 7.08584 12.8124 7.04005C12.6551 6.99426 12.4888 6.98887 12.329 7.02439C12.1691 7.05991 12.0207 7.13518 11.8976 7.24324C11.7746 7.3513 11.6807 7.48866 11.6248 7.64261L9.76234 12.7676L19.2398 22.2451L24.3648 20.3826C24.5196 20.3264 24.6577 20.2319 24.766 20.1078C24.8743 19.9838 24.9494 19.8343 24.9842 19.6733C25.0191 19.5123 25.0125 19.3452 24.9652 19.1874C24.9179 19.0297 24.8313 18.8865 24.7136 18.7714Z" fill="currentColor"/>
|
|
36
|
+
<path d="M13.9354 6.57875C13.7005 6.3445 13.4104 6.17318 13.0919 6.0806C12.7733 5.98802 12.4366 5.97716 12.1128 6.04903C11.7889 6.12089 11.4884 6.27317 11.2389 6.49181C10.9895 6.71044 10.7991 6.98839 10.6854 7.3L4.12412 25.3475C4.01633 25.6451 3.98152 25.9642 4.02259 26.2781C4.06367 26.5919 4.17944 26.8914 4.36018 27.1512C4.54093 27.4111 4.78137 27.6238 5.06133 27.7715C5.34129 27.9191 5.6526 27.9975 5.96912 28C6.20216 27.9984 6.43314 27.9561 6.65162 27.875L24.6979 21.3125C25.0096 21.1989 25.2876 21.0086 25.5064 20.7592C25.7252 20.5098 25.8776 20.2093 25.9496 19.8855C26.0216 19.5616 26.0108 19.2248 25.9184 18.9062C25.8259 18.5876 25.6546 18.2975 25.4204 18.0625L13.9354 6.57875ZM12.8941 23.48L8.51912 19.105L10.1641 14.5787L17.4204 21.835L12.8941 23.48ZM6.01912 25.98L7.76912 21.1787L10.8254 24.235L6.01912 25.98ZM19.4991 21.08L10.9191 12.5L12.5441 8.01625L23.9729 19.445L19.4991 21.08ZM19.9991 9C20.0179 8.32396 20.1816 7.65983 20.4791 7.0525C21.1416 5.72875 22.3916 5 23.9991 5C24.8366 5 25.3741 4.71375 25.7054 4.09875C25.8798 3.75468 25.9799 3.37777 25.9991 2.9925C26.0001 2.72728 26.1064 2.47332 26.2947 2.28649C26.4829 2.09966 26.7376 1.99526 27.0029 1.99625C27.2681 1.99724 27.522 2.10356 27.7089 2.29179C27.8957 2.48003 28.0001 2.73478 27.9991 3C27.9991 4.6075 26.9341 7 23.9991 7C23.1616 7 22.6241 7.28625 22.2929 7.90125C22.1184 8.24532 22.0184 8.62223 21.9991 9.0075C21.9986 9.13882 21.9723 9.26876 21.9216 9.3899C21.8709 9.51103 21.7968 9.621 21.7036 9.71351C21.6104 9.80602 21.4998 9.87926 21.3783 9.92906C21.2568 9.97886 21.1267 10.0042 20.9954 10.0037C20.864 10.0033 20.7341 9.9769 20.613 9.92619C20.4918 9.87548 20.3819 9.80141 20.2894 9.70821C20.1968 9.615 20.1236 9.50448 20.0738 9.38297C20.024 9.26145 19.9986 9.13132 19.9991 9ZM16.9991 5V2C16.9991 1.73478 17.1045 1.48043 17.292 1.29289C17.4795 1.10536 17.7339 1 17.9991 1C18.2643 1 18.5187 1.10536 18.7062 1.29289C18.8938 1.48043 18.9991 1.73478 18.9991 2V5C18.9991 5.26522 18.8938 5.51957 18.7062 5.70711C18.5187 5.89464 18.2643 6 17.9991 6C17.7339 6 17.4795 5.89464 17.292 5.70711C17.1045 5.51957 16.9991 5.26522 16.9991 5ZM29.7066 15.2925C29.7994 15.3854 29.8731 15.4957 29.9233 15.6171C29.9735 15.7384 29.9993 15.8685 29.9992 15.9998C29.9992 16.1312 29.9732 16.2612 29.9229 16.3825C29.8726 16.5038 29.7989 16.614 29.706 16.7069C29.6131 16.7997 29.5028 16.8733 29.3814 16.9235C29.2601 16.9737 29.13 16.9995 28.9987 16.9995C28.8673 16.9994 28.7373 16.9735 28.616 16.9232C28.4947 16.8729 28.3844 16.7992 28.2916 16.7062L26.2916 14.7063C26.104 14.5186 25.9986 14.2641 25.9986 13.9987C25.9986 13.7334 26.104 13.4789 26.2916 13.2913C26.4793 13.1036 26.7338 12.9982 26.9991 12.9982C27.2645 12.9982 27.519 13.1036 27.7066 13.2913L29.7066 15.2925ZM30.3154 9.94875L27.3154 10.9487C27.0637 11.0326 26.7891 11.0131 26.5519 10.8945C26.3146 10.7759 26.1342 10.5679 26.0504 10.3162C25.9665 10.0646 25.986 9.78999 26.1046 9.55276C26.2232 9.31552 26.4312 9.13513 26.6829 9.05125L29.6829 8.05125C29.9345 7.96738 30.2091 7.98689 30.4464 8.10551C30.6836 8.22413 30.864 8.43213 30.9479 8.68375C31.0317 8.93537 31.0122 9.21001 30.8936 9.44724C30.775 9.68448 30.567 9.86487 30.3154 9.94875Z" 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="M13.7591 6.75C13.5539 6.54481 13.3003 6.39471 13.0217 6.31357C12.7431 6.23244 12.4485 6.2229 12.1653 6.28583C11.882 6.34877 11.6192 6.48214 11.4011 6.67362C11.1831 6.8651 11.0169 7.10848 10.9179 7.38125L4.35539 25.4338C4.26109 25.6938 4.23065 25.9728 4.26661 26.2471C4.30257 26.5214 4.40389 26.7831 4.56204 27.0101C4.72019 27.2371 4.93055 27.4227 5.17541 27.5515C5.42028 27.6803 5.69248 27.7483 5.96914 27.75C6.17255 27.7495 6.37432 27.7136 6.56539 27.6437L24.6129 21.0812C24.8852 20.9816 25.1279 20.8148 25.3187 20.5965C25.5095 20.3781 25.6422 20.1152 25.7045 19.832C25.7668 19.5488 25.7567 19.2545 25.6751 18.9762C25.5936 18.698 25.4432 18.4448 25.2379 18.24L13.7591 6.75ZM6.05289 26.2337C6.01275 26.2486 5.9692 26.2516 5.92739 26.2425C5.88558 26.2333 5.84727 26.2124 5.81701 26.1821C5.78675 26.1519 5.7658 26.1136 5.75665 26.0717C5.7475 26.0299 5.75053 25.9864 5.76539 25.9463L7.66289 20.725L11.2741 24.335L6.05289 26.2337ZM12.8291 23.77L8.22914 19.1688L10.0629 14.125L17.8741 21.9363L12.8291 23.77ZM24.2491 19.5088C24.2416 19.5459 24.2245 19.5805 24.1995 19.609C24.1745 19.6375 24.1425 19.6589 24.1066 19.6712L19.4291 21.375L10.6241 12.5688L12.3279 7.89875C12.34 7.86277 12.3614 7.83063 12.3899 7.8056C12.4185 7.78057 12.4531 7.76354 12.4904 7.75625C12.5074 7.75402 12.5246 7.75402 12.5416 7.75625C12.5708 7.75611 12.5997 7.76192 12.6266 7.77331C12.6534 7.7847 12.6777 7.80143 12.6979 7.8225L24.1829 19.3075C24.2103 19.3325 24.2307 19.3642 24.2423 19.3995C24.2539 19.4347 24.2563 19.4723 24.2491 19.5088ZM20.2491 9C20.2669 8.36285 20.4217 7.73701 20.7029 7.165C21.3204 5.93 22.4904 5.25 23.9991 5.25C24.9329 5.25 25.5654 4.9075 25.9341 4.2025C26.1213 3.82782 26.2286 3.41833 26.2491 3C26.2491 2.80109 26.3282 2.61032 26.4688 2.46967C26.6095 2.32902 26.8002 2.25 26.9991 2.25C27.198 2.25 27.3888 2.32902 27.5295 2.46967C27.6701 2.61032 27.7491 2.80109 27.7491 3C27.7491 4.2975 26.9654 6.75 23.9991 6.75C23.0654 6.75 22.4329 7.0925 22.0641 7.7975C21.8763 8.17195 21.769 8.58157 21.7491 9C21.7491 9.19891 21.6701 9.38968 21.5295 9.53033C21.3888 9.67098 21.198 9.75 20.9991 9.75C20.8002 9.75 20.6095 9.67098 20.4688 9.53033C20.3282 9.38968 20.2491 9.19891 20.2491 9ZM17.2491 5V2C17.2491 1.80109 17.3282 1.61032 17.4688 1.46967C17.6095 1.32902 17.8002 1.25 17.9991 1.25C18.198 1.25 18.3888 1.32902 18.5295 1.46967C18.6701 1.61032 18.7491 1.80109 18.7491 2V5C18.7491 5.19891 18.6701 5.38968 18.5295 5.53033C18.3888 5.67098 18.198 5.75 17.9991 5.75C17.8002 5.75 17.6095 5.67098 17.4688 5.53033C17.3282 5.38968 17.2491 5.19891 17.2491 5ZM29.5291 15.47C29.6028 15.5387 29.6619 15.6215 29.7029 15.7135C29.7439 15.8055 29.7659 15.9048 29.7677 16.0055C29.7695 16.1062 29.751 16.2062 29.7133 16.2996C29.6755 16.393 29.6194 16.4778 29.5482 16.549C29.477 16.6203 29.3921 16.6764 29.2987 16.7141C29.2053 16.7518 29.1053 16.7704 29.0046 16.7686C28.9039 16.7668 28.8046 16.7448 28.7126 16.7038C28.6206 16.6628 28.5378 16.6037 28.4691 16.53L26.4691 14.53C26.3367 14.3878 26.2645 14.1998 26.268 14.0055C26.2714 13.8112 26.3501 13.6258 26.4875 13.4884C26.6249 13.351 26.8103 13.2723 27.0046 13.2688C27.1989 13.2654 27.387 13.3375 27.5291 13.47L29.5291 15.47ZM30.2366 9.71125L27.2366 10.7113C27.1427 10.7447 27.043 10.7591 26.9434 10.7535C26.8438 10.748 26.7464 10.7226 26.6567 10.6789C26.5671 10.6352 26.487 10.5741 26.4212 10.4991C26.3555 10.4242 26.3054 10.3368 26.2738 10.2422C26.2422 10.1476 26.2298 10.0477 26.2373 9.94822C26.2448 9.84877 26.2721 9.75182 26.3175 9.66303C26.3629 9.57425 26.4256 9.49542 26.5019 9.43115C26.5781 9.36688 26.6664 9.31847 26.7616 9.28875L29.7616 8.28875C29.9491 8.23023 30.152 8.24755 30.3268 8.337C30.5016 8.42644 30.6344 8.58087 30.6965 8.76712C30.7587 8.95337 30.7454 9.15659 30.6594 9.33312C30.5734 9.50965 30.4216 9.64541 30.2366 9.71125Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Confetti;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Crown = ({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="M30.1505 9.90129C29.9997 9.76959 29.8132 9.68572 29.6147 9.66034C29.4161 9.63497 29.2145 9.66924 29.0355 9.75879L22.3567 13.0888C22.3543 13.0908 22.3512 13.0919 22.348 13.0919C22.3448 13.0919 22.3417 13.0908 22.3392 13.0888L16.8742 3.99129C16.7841 3.84142 16.6567 3.71742 16.5045 3.63133C16.3523 3.54524 16.1804 3.5 16.0055 3.5C15.8306 3.5 15.6587 3.54524 15.5065 3.63133C15.3542 3.71742 15.2269 3.84142 15.1367 3.99129L9.65922 13.0825C9.65668 13.0849 9.65333 13.0862 9.64985 13.0862C9.64637 13.0862 9.64302 13.0849 9.64047 13.0825L2.96547 9.76004C2.78642 9.67047 2.58483 9.636 2.38619 9.66097C2.18755 9.68595 2.00077 9.76926 1.84946 9.90036C1.69815 10.0315 1.58911 10.2045 1.53612 10.3976C1.48312 10.5906 1.48855 10.7951 1.55172 10.985L6.17672 25.155C6.19993 25.2264 6.2389 25.2916 6.29074 25.3459C6.34259 25.4001 6.40598 25.442 6.47621 25.4684C6.54645 25.4948 6.62172 25.5051 6.69647 25.4984C6.77121 25.4918 6.8435 25.4684 6.90797 25.43C6.93922 25.41 10.228 23.5 15.9992 23.5C21.7705 23.5 25.058 25.41 25.0905 25.4288C25.1549 25.4672 25.2271 25.4906 25.3018 25.4973C25.3764 25.5041 25.4517 25.4939 25.5219 25.4676C25.5921 25.4413 25.6555 25.3996 25.7074 25.3455C25.7593 25.2914 25.7984 25.2263 25.8217 25.155L30.4467 10.985C30.5105 10.7954 30.5164 10.591 30.4637 10.398C30.4109 10.205 30.3019 10.0321 30.1505 9.90129ZM25.053 24.2863C24.411 23.9872 23.7495 23.7321 23.073 23.5225C21.5917 23.0563 19.1617 22.5 15.9992 22.5C12.8367 22.5 10.4067 23.0563 8.92422 23.5225C8.24787 23.7325 7.58638 23.9877 6.94422 24.2863L2.49922 10.665C2.50067 10.662 2.50298 10.6594 2.50587 10.6576C2.50875 10.6559 2.51209 10.655 2.51547 10.655L9.19047 13.9825C9.41876 14.0956 9.68115 14.1189 9.92579 14.0478C10.1704 13.9768 10.3795 13.8165 10.5117 13.5988L15.9842 4.50629C15.9852 4.50418 15.9868 4.5024 15.9888 4.50115C15.9908 4.4999 15.9931 4.49924 15.9955 4.49924C15.9978 4.49924 16.0001 4.4999 16.0021 4.50115C16.0041 4.5024 16.0057 4.50418 16.0067 4.50629L21.4792 13.5988C21.6114 13.8162 21.8202 13.9763 22.0645 14.0476C22.3088 14.1188 22.5709 14.0961 22.7992 13.9838L29.4867 10.6513C29.4906 10.6527 29.4939 10.6556 29.4957 10.6593C29.4976 10.663 29.4979 10.6673 29.4967 10.6713L25.053 24.2863ZM21.4917 19.5138C21.4712 19.6292 21.4108 19.7338 21.321 19.8092C21.2312 19.8846 21.1177 19.926 21.0005 19.9263C20.9711 19.9264 20.9419 19.9239 20.913 19.9188C17.6609 19.3605 14.3375 19.3605 11.0855 19.9188C11.0208 19.9302 10.9545 19.9288 10.8904 19.9145C10.8263 19.9003 10.7656 19.8736 10.7118 19.836C10.6031 19.7599 10.5291 19.6438 10.5061 19.5132C10.4831 19.3825 10.5128 19.2481 10.5889 19.1395C10.665 19.0308 10.7811 18.9568 10.9117 18.9338C14.2787 18.3555 17.7197 18.3555 21.0867 18.9338C21.1514 18.9453 21.2132 18.9694 21.2686 19.0047C21.3239 19.0401 21.3718 19.086 21.4094 19.1399C21.447 19.1937 21.4737 19.2545 21.4878 19.3186C21.5019 19.3828 21.5032 19.4491 21.4917 19.5138Z" 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="M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2537 14.1818 21.5656 14.4204 21.9303 14.5266C22.2951 14.6327 22.6863 14.5987 23.0272 14.4312L28.6622 11.625L24.751 23.6037ZM21.9847 19.6037C21.9439 19.835 21.823 20.0446 21.6431 20.1957C21.4632 20.3468 21.2359 20.4297 21.001 20.43C20.9423 20.4299 20.8838 20.4249 20.826 20.415C17.6318 19.8666 14.3676 19.8666 11.1735 20.415C10.9122 20.461 10.6434 20.4015 10.4261 20.2493C10.2088 20.0972 10.0608 19.865 10.0147 19.6037C9.96864 19.3425 10.0282 19.0736 10.1804 18.8563C10.3325 18.639 10.5647 18.491 10.826 18.445C14.2501 17.8566 17.7494 17.8566 21.1735 18.445C21.4342 18.4907 21.6661 18.638 21.8184 18.8545C21.9707 19.071 22.031 19.3391 21.986 19.6L21.9847 19.6037Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M30.8076 9.14622C30.5081 8.8837 30.137 8.71657 29.742 8.66624C29.3469 8.61591 28.9458 8.68468 28.5901 8.86372L22.7276 11.7862L17.7276 3.47497C17.5485 3.17759 17.2955 2.93157 16.9932 2.76078C16.691 2.58999 16.3497 2.50024 16.0026 2.50024C15.6554 2.50024 15.3141 2.58999 15.0119 2.76078C14.7097 2.93157 14.4567 3.17759 14.2776 3.47497L9.27757 11.7862L3.41382 8.86497C3.05845 8.68744 2.65848 8.61906 2.2643 8.66844C1.87013 8.71782 1.49938 8.88275 1.19878 9.14245C0.898173 9.40216 0.681151 9.74502 0.575055 10.1278C0.468959 10.5107 0.478534 10.9163 0.602575 11.2937L5.22757 25.4625C5.29723 25.6759 5.41392 25.871 5.56904 26.0334C5.72416 26.1957 5.91374 26.3212 6.12381 26.4005C6.33388 26.4798 6.55907 26.5109 6.78277 26.4916C7.00648 26.4722 7.22298 26.4029 7.41633 26.2887C7.44633 26.2712 10.5488 24.5 16.0001 24.5C21.4513 24.5 24.5538 26.2737 24.5776 26.2875C24.7709 26.4031 24.9878 26.4738 25.2122 26.4941C25.4366 26.5144 25.6627 26.484 25.8737 26.405C26.0847 26.3259 26.2752 26.2004 26.431 26.0377C26.5868 25.8749 26.704 25.6792 26.7738 25.465L31.3988 11.3037C31.5265 10.9261 31.5384 10.519 31.4331 10.1346C31.3277 9.75016 31.1099 9.40599 30.8076 9.14622ZM24.4413 22.94C22.7726 22.3 19.9001 21.5 16.0001 21.5C12.1001 21.5 9.22758 22.3025 7.55883 22.9425L4.18383 12.6037L8.75007 14.875C9.20383 15.0992 9.72517 15.1452 10.2112 15.0038C10.6971 14.8624 11.1125 14.5439 11.3751 14.1112L16.0001 6.42497L20.6251 14.1125C20.8879 14.5449 21.3033 14.8632 21.7893 15.0043C22.2752 15.1455 22.7965 15.0993 23.2501 14.875L27.8151 12.6L24.4413 22.94ZM21.9826 19.065C21.9279 19.419 21.7485 19.7417 21.4765 19.9749C21.2046 20.2081 20.8583 20.3362 20.5001 20.3362C20.4227 20.3359 20.3454 20.3301 20.2688 20.3187C17.4373 19.892 14.5578 19.892 11.7263 20.3187C11.3331 20.3794 10.932 20.2814 10.611 20.0463C10.2901 19.8111 10.0757 19.4582 10.0151 19.065C9.95441 18.6718 10.0524 18.2706 10.2875 17.9497C10.5227 17.6288 10.8756 17.4144 11.2688 17.3537C14.4036 16.8804 17.5916 16.8804 20.7263 17.3537C20.9212 17.3835 21.1084 17.4513 21.277 17.5535C21.4457 17.6556 21.5925 17.79 21.7092 17.9489C21.8259 18.1078 21.9101 18.2882 21.957 18.4797C22.0039 18.6712 22.0126 18.8701 21.9826 19.065Z" 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="M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM21.981 19.6C21.9402 19.8313 21.8192 20.0409 21.6393 20.192C21.4594 20.343 21.2321 20.426 20.9972 20.4262C20.9386 20.4261 20.88 20.4211 20.8222 20.4112C17.6281 19.8629 14.3639 19.8629 11.1697 20.4112C11.0404 20.434 10.9078 20.4311 10.7796 20.4027C10.6513 20.3743 10.5299 20.3209 10.4223 20.2456C10.205 20.0934 10.0571 19.8612 10.011 19.6C9.96489 19.3387 10.0245 19.0699 10.1766 18.8526C10.3288 18.6353 10.561 18.4873 10.8222 18.4412C14.2463 17.8529 17.7456 17.8529 21.1697 18.4412C21.2995 18.4634 21.4237 18.5111 21.535 18.5814C21.6464 18.6517 21.7427 18.7433 21.8186 18.851C21.8944 18.9587 21.9483 19.0803 21.977 19.2088C22.0057 19.3373 22.0088 19.4702 21.986 19.6H21.981Z" 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="M29.9731 10.8275L25.3481 25C25.3481 25 22.0006 23 16.0006 23C10.0006 23 6.65308 25 6.65308 25L2.02807 10.8288C1.99479 10.7324 1.99101 10.6283 2.01722 10.5298C2.04343 10.4312 2.09844 10.3427 2.17521 10.2756C2.25198 10.2085 2.34702 10.1658 2.44818 10.1531C2.54934 10.1403 2.65201 10.1579 2.74307 10.2038L9.41932 13.5313C9.53504 13.5891 9.66831 13.6011 9.79251 13.565C9.91671 13.5289 10.0227 13.4472 10.0893 13.3363L15.5606 4.25005C15.6066 4.17534 15.6709 4.11365 15.7475 4.07087C15.8241 4.02808 15.9103 4.00562 15.9981 4.00562C16.0858 4.00562 16.1721 4.02808 16.2487 4.07087C16.3252 4.11365 16.3896 4.17534 16.4356 4.25005L21.9068 13.3425C21.9736 13.4529 22.0794 13.5342 22.2032 13.5703C22.3271 13.6064 22.4599 13.5947 22.5756 13.5375L29.2543 10.2075C29.345 10.1612 29.4475 10.143 29.5486 10.1552C29.6498 10.1674 29.745 10.2094 29.8221 10.2759C29.8993 10.3425 29.9548 10.4305 29.9817 10.5287C30.0086 10.627 30.0056 10.731 29.9731 10.8275Z" fill="currentColor"/>
|
|
36
|
+
<path d="M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2537 14.1818 21.5656 14.4204 21.9303 14.5266C22.2951 14.6327 22.6863 14.5987 23.0272 14.4312L28.6622 11.625L24.751 23.6037ZM21.9847 19.6037C21.9439 19.835 21.823 20.0446 21.6431 20.1957C21.4632 20.3468 21.2359 20.4297 21.001 20.43C20.9423 20.4299 20.8838 20.4249 20.826 20.415C17.6318 19.8666 14.3676 19.8666 11.1735 20.415C10.9122 20.461 10.6434 20.4015 10.4261 20.2493C10.2088 20.0972 10.0608 19.865 10.0147 19.6037C9.96864 19.3425 10.0282 19.0736 10.1804 18.8563C10.3325 18.639 10.5647 18.491 10.826 18.445C14.2501 17.8566 17.7494 17.8566 21.1735 18.445C21.4342 18.4907 21.6661 18.638 21.8184 18.8545C21.9707 19.071 22.031 19.3391 21.986 19.6L21.9847 19.6037Z" 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="M30.3159 9.71239C30.1279 9.54838 29.8954 9.44394 29.6479 9.41234C29.4004 9.38073 29.1491 9.42339 28.9259 9.53489L22.4422 12.7674L17.0834 3.86114C16.971 3.67454 16.8122 3.52016 16.6226 3.41299C16.4329 3.30583 16.2188 3.24951 16.0009 3.24951C15.7831 3.24951 15.5689 3.30583 15.3792 3.41299C15.1896 3.52016 15.0308 3.67454 14.9184 3.86114L9.55965 12.7674L3.0784 9.53614C2.85526 9.42474 2.60411 9.38192 2.35666 9.41309C2.10921 9.44426 1.87653 9.54803 1.68799 9.7113C1.49945 9.87456 1.36349 10.09 1.29727 10.3305C1.23105 10.5709 1.23753 10.8256 1.3159 11.0624L5.9409 25.2324C5.97573 25.3393 6.03417 25.4371 6.11189 25.5184C6.18961 25.5997 6.28463 25.6625 6.3899 25.7021C6.49517 25.7417 6.608 25.7571 6.72004 25.7472C6.83208 25.7373 6.94046 25.7023 7.03715 25.6449C7.0459 25.6449 7.85715 25.1649 9.36215 24.6974C10.7509 24.2649 13.0272 23.7499 16.0009 23.7499C18.9747 23.7499 21.2509 24.2649 22.6409 24.6974C24.1409 25.1649 24.9572 25.6399 24.9634 25.6436C25.0601 25.7014 25.1685 25.7366 25.2806 25.7467C25.3927 25.7568 25.5057 25.7415 25.6111 25.702C25.7165 25.6625 25.8117 25.5998 25.8895 25.5185C25.9674 25.4372 26.026 25.3394 26.0609 25.2324L30.6859 11.0649C30.7665 10.8283 30.7744 10.573 30.7084 10.3319C30.6425 10.0908 30.5057 9.875 30.3159 9.71239ZM24.9047 23.9411C23.5297 23.3261 20.4797 22.2499 16.0009 22.2499C11.5222 22.2499 8.47215 23.3261 7.09715 23.9411L2.9159 11.1311L9.08465 14.2061C9.36939 14.3468 9.6965 14.3756 10.0015 14.287C10.3064 14.1984 10.5671 13.9987 10.7322 13.7274L16.0009 4.97739L21.2697 13.7336C21.4348 14.0045 21.6953 14.2037 21.9999 14.2923C22.3045 14.3809 22.6312 14.3524 22.9159 14.2124L29.0859 11.1361L24.9047 23.9411ZM21.7397 19.5561C21.7102 19.7306 21.62 19.889 21.485 20.0033C21.3501 20.1177 21.179 20.1807 21.0022 20.1811C20.9602 20.1808 20.9184 20.177 20.8772 20.1699C17.6541 19.6166 14.3602 19.6166 11.1371 20.1699C10.9406 20.2045 10.7383 20.1597 10.5747 20.0452C10.4112 19.9306 10.2999 19.7559 10.2653 19.5593C10.2306 19.3627 10.2755 19.1604 10.39 18.9969C10.5045 18.8334 10.6793 18.722 10.8759 18.6874C14.271 18.1041 17.7408 18.1041 21.1359 18.6874C21.3309 18.723 21.5039 18.8344 21.6171 18.9972C21.7302 19.16 21.7743 19.3609 21.7397 19.5561Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Crown;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const CrownSimple = ({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="M30.1505 9.90129C29.9997 9.76959 29.8132 9.68572 29.6147 9.66034C29.4161 9.63497 29.2145 9.66924 29.0355 9.75879L22.3567 13.0888C22.3543 13.0908 22.3512 13.0919 22.348 13.0919C22.3448 13.0919 22.3417 13.0908 22.3392 13.0888L16.8742 3.99129C16.7841 3.84142 16.6567 3.71742 16.5045 3.63133C16.3523 3.54524 16.1804 3.5 16.0055 3.5C15.8306 3.5 15.6587 3.54524 15.5065 3.63133C15.3542 3.71742 15.2269 3.84142 15.1367 3.99129L9.65922 13.0825C9.65668 13.0849 9.65333 13.0862 9.64985 13.0862C9.64637 13.0862 9.64302 13.0849 9.64047 13.0825L2.96547 9.76004C2.78642 9.67047 2.58483 9.636 2.38619 9.66097C2.18755 9.68595 2.00077 9.76926 1.84946 9.90036C1.69815 10.0315 1.58911 10.2045 1.53612 10.3976C1.48312 10.5906 1.48855 10.7951 1.55172 10.985L6.17672 25.155C6.19993 25.2264 6.2389 25.2916 6.29074 25.3459C6.34259 25.4001 6.40598 25.442 6.47621 25.4684C6.54645 25.4948 6.62172 25.5051 6.69647 25.4984C6.77121 25.4918 6.8435 25.4684 6.90797 25.43C6.93922 25.41 10.228 23.5 15.9992 23.5C21.7705 23.5 25.058 25.41 25.0905 25.4288C25.1549 25.4672 25.2271 25.4906 25.3018 25.4973C25.3764 25.5041 25.4517 25.4939 25.5219 25.4676C25.5921 25.4413 25.6555 25.3996 25.7074 25.3455C25.7593 25.2914 25.7984 25.2263 25.8217 25.155L30.4467 10.985C30.5105 10.7954 30.5164 10.591 30.4637 10.398C30.4109 10.205 30.3019 10.0321 30.1505 9.90129ZM25.053 24.2863C24.411 23.9872 23.7495 23.7321 23.073 23.5225C21.5917 23.0563 19.1617 22.5 15.9992 22.5C12.8367 22.5 10.4067 23.0563 8.92422 23.5225C8.24787 23.7325 7.58638 23.9877 6.94422 24.2863L2.49922 10.665C2.50067 10.662 2.50298 10.6594 2.50587 10.6576C2.50875 10.6559 2.51209 10.655 2.51547 10.655L9.19047 13.9825C9.41876 14.0956 9.68115 14.1189 9.92579 14.0478C10.1704 13.9768 10.3795 13.8165 10.5117 13.5988L15.9842 4.50629C15.9852 4.50418 15.9868 4.5024 15.9888 4.50115C15.9908 4.4999 15.9931 4.49924 15.9955 4.49924C15.9978 4.49924 16.0001 4.4999 16.0021 4.50115C16.0041 4.5024 16.0057 4.50418 16.0067 4.50629L21.4792 13.5988C21.6114 13.8162 21.8202 13.9763 22.0645 14.0476C22.3088 14.1188 22.5709 14.0961 22.7992 13.9838L29.4867 10.6513C29.4906 10.6527 29.4939 10.6556 29.4957 10.6593C29.4976 10.663 29.4979 10.6673 29.4967 10.6713L25.053 24.2863Z" 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="M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2535 14.182 21.5654 14.4208 21.9302 14.527C22.295 14.6332 22.6863 14.599 23.0272 14.4312L28.6622 11.625L24.751 23.6037Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M30.8076 9.14622C30.5081 8.8837 30.137 8.71657 29.742 8.66624C29.3469 8.61591 28.9458 8.68468 28.5901 8.86372L22.7276 11.7862L17.7276 3.47497C17.5485 3.17759 17.2955 2.93157 16.9932 2.76078C16.691 2.58999 16.3497 2.50024 16.0026 2.50024C15.6554 2.50024 15.3141 2.58999 15.0119 2.76078C14.7097 2.93157 14.4567 3.17759 14.2776 3.47497L9.27757 11.7862L3.41382 8.86497C3.05845 8.68744 2.65848 8.61906 2.2643 8.66844C1.87013 8.71782 1.49938 8.88275 1.19878 9.14245C0.898173 9.40216 0.681151 9.74502 0.575055 10.1278C0.468959 10.5107 0.478534 10.9163 0.602575 11.2937L5.22757 25.4625C5.29723 25.6759 5.41392 25.871 5.56904 26.0334C5.72416 26.1957 5.91374 26.3212 6.12381 26.4005C6.33388 26.4798 6.55907 26.5109 6.78277 26.4916C7.00648 26.4722 7.22298 26.4029 7.41633 26.2887C7.44633 26.2712 10.5488 24.5 16.0001 24.5C21.4513 24.5 24.5538 26.2737 24.5776 26.2875C24.7709 26.4031 24.9878 26.4738 25.2122 26.4941C25.4366 26.5144 25.6627 26.484 25.8737 26.405C26.0847 26.3259 26.2752 26.2004 26.431 26.0377C26.5868 25.8749 26.704 25.6792 26.7738 25.465L31.3988 11.3037C31.5265 10.9261 31.5384 10.519 31.4331 10.1346C31.3277 9.75016 31.1099 9.40599 30.8076 9.14622ZM24.4413 22.94C22.7726 22.3 19.9001 21.5 16.0001 21.5C12.1001 21.5 9.22758 22.3025 7.55883 22.9425L4.18383 12.6037L8.75007 14.875C9.20388 15.0989 9.72512 15.1447 10.211 15.0033C10.6969 14.862 11.1123 14.5437 11.3751 14.1112L16.0001 6.42497L20.6251 14.1125C20.8879 14.5449 21.3033 14.8632 21.7893 15.0043C22.2752 15.1455 22.7965 15.0993 23.2501 14.875L27.8151 12.6L24.4413 22.94Z" 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="M30.9212 11.1438L26.2962 25.31C26.2497 25.4528 26.1717 25.5833 26.0678 25.6918C25.964 25.8003 25.8371 25.884 25.6964 25.9367C25.5558 25.9894 25.4051 26.0098 25.2556 25.9963C25.106 25.9828 24.9614 25.9358 24.8325 25.8588C24.8037 25.8413 21.6075 24 15.9975 24C10.3875 24 7.19125 25.8413 7.16 25.86C7.03113 25.9363 6.88677 25.9827 6.73758 25.9957C6.58839 26.0087 6.43818 25.9881 6.29804 25.9353C6.15789 25.8825 6.0314 25.7989 5.92789 25.6907C5.82438 25.5825 5.7465 25.4524 5.7 25.31L1.0775 11.14C0.984358 10.8564 0.977181 10.5515 1.05687 10.2638C1.13655 9.97604 1.29954 9.71831 1.52533 9.52298C1.75113 9.32765 2.02964 9.20345 2.32584 9.166C2.62204 9.12855 2.92269 9.17953 3.19 9.31252L9.46375 12.4375L14.7037 3.73002C14.8384 3.50668 15.0286 3.32193 15.2557 3.19368C15.4828 3.06544 15.7392 2.99805 16 2.99805C16.2608 2.99805 16.5172 3.06544 16.7443 3.19368C16.9714 3.32193 17.1615 3.50668 17.2962 3.73002L22.5362 12.4375L28.8125 9.31252C29.0801 9.17933 29.3812 9.12843 29.6777 9.16623C29.9742 9.20404 30.2529 9.32886 30.4785 9.52493C30.7041 9.721 30.8666 9.97953 30.9454 10.2679C31.0242 10.5562 31.0158 10.8615 30.9212 11.145V11.1438Z" 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="M29.9731 10.8275L25.3481 25C25.3481 25 22.0006 23 16.0006 23C10.0006 23 6.65308 25 6.65308 25L2.02807 10.8288C1.99479 10.7324 1.99101 10.6283 2.01722 10.5298C2.04343 10.4312 2.09844 10.3427 2.17521 10.2756C2.25198 10.2085 2.34702 10.1658 2.44818 10.1531C2.54934 10.1403 2.65201 10.1579 2.74307 10.2038L9.41932 13.5313C9.53504 13.5891 9.66831 13.6011 9.79251 13.565C9.91671 13.5289 10.0227 13.4472 10.0893 13.3363L15.5606 4.25005C15.6066 4.17534 15.6709 4.11365 15.7475 4.07087C15.8241 4.02808 15.9103 4.00562 15.9981 4.00562C16.0858 4.00562 16.1721 4.02808 16.2487 4.07087C16.3252 4.11365 16.3896 4.17534 16.4356 4.25005L21.9068 13.3425C21.9736 13.4529 22.0794 13.5342 22.2032 13.5703C22.3271 13.6064 22.4599 13.5947 22.5756 13.5375L29.2543 10.2075C29.345 10.1612 29.4475 10.143 29.5486 10.1552C29.6498 10.1674 29.745 10.2094 29.8221 10.2759C29.8993 10.3425 29.9548 10.4305 29.9817 10.5287C30.0086 10.627 30.0056 10.731 29.9731 10.8275Z" fill="currentColor"/>
|
|
36
|
+
<path d="M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2535 14.182 21.5654 14.4208 21.9302 14.527C22.295 14.6332 22.6863 14.599 23.0272 14.4312L28.6622 11.625L24.751 23.6037Z" 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="M30.3159 9.71239C30.1279 9.54838 29.8954 9.44394 29.6479 9.41234C29.4004 9.38073 29.1491 9.42339 28.9259 9.53489L22.4422 12.7674L17.0834 3.86114C16.971 3.67454 16.8122 3.52016 16.6226 3.41299C16.4329 3.30583 16.2188 3.24951 16.0009 3.24951C15.7831 3.24951 15.5689 3.30583 15.3792 3.41299C15.1896 3.52016 15.0308 3.67454 14.9184 3.86114L9.55965 12.7674L3.0784 9.53614C2.85526 9.42474 2.60411 9.38192 2.35666 9.41309C2.10921 9.44426 1.87653 9.54803 1.68799 9.7113C1.49945 9.87456 1.36349 10.09 1.29727 10.3305C1.23105 10.5709 1.23753 10.8256 1.3159 11.0624L5.9409 25.2324C5.97573 25.3393 6.03417 25.4371 6.11189 25.5184C6.18961 25.5997 6.28463 25.6625 6.3899 25.7021C6.49517 25.7417 6.608 25.7571 6.72004 25.7472C6.83208 25.7373 6.94046 25.7023 7.03715 25.6449C7.0459 25.6449 7.85715 25.1649 9.36215 24.6974C10.7509 24.2649 13.0272 23.7499 16.0009 23.7499C18.9747 23.7499 21.2509 24.2649 22.6409 24.6974C24.1409 25.1649 24.9572 25.6399 24.9634 25.6436C25.0601 25.7014 25.1685 25.7366 25.2806 25.7467C25.3927 25.7568 25.5057 25.7415 25.6111 25.702C25.7165 25.6625 25.8117 25.5998 25.8895 25.5185C25.9674 25.4372 26.026 25.3394 26.0609 25.2324L30.6859 11.0649C30.7665 10.8283 30.7744 10.573 30.7084 10.3319C30.6425 10.0908 30.5057 9.875 30.3159 9.71239ZM24.9047 23.9411C23.5297 23.3261 20.4797 22.2499 16.0009 22.2499C11.5222 22.2499 8.47215 23.3261 7.09715 23.9411L2.9159 11.1311L9.08465 14.2061C9.36944 14.3465 9.69645 14.3752 10.0013 14.2866C10.3062 14.198 10.5669 13.9985 10.7322 13.7274L16.0009 4.97739L21.2697 13.7336C21.4348 14.0045 21.6953 14.2037 21.9999 14.2923C22.3045 14.3809 22.6312 14.3524 22.9159 14.2124L29.0859 11.1361L24.9047 23.9411Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default CrownSimple;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const CubeFocus = ({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="M23.5 19.6787V12.3212C23.5007 12.125 23.4501 11.9321 23.3532 11.7615C23.2563 11.5909 23.1164 11.4486 22.9475 11.3488L16.53 7.6425C16.3688 7.54971 16.186 7.50087 16 7.50087C15.814 7.50087 15.6312 7.54971 15.47 7.6425L9.05375 11.3488C8.88462 11.4484 8.74452 11.5907 8.64737 11.7613C8.55023 11.9319 8.49942 12.1249 8.5 12.3212V19.6787C8.49929 19.875 8.54991 20.0679 8.64683 20.2385C8.74375 20.4091 8.8836 20.5514 9.0525 20.6513L15.47 24.3575C15.6313 24.45 15.814 24.4987 16 24.4987C16.186 24.4987 16.3687 24.45 16.53 24.3575L22.9463 20.6513C23.1154 20.5516 23.2555 20.4093 23.3526 20.2387C23.4498 20.0681 23.5006 19.8751 23.5 19.6787ZM15.97 8.50875C15.979 8.50309 15.9894 8.50008 16 8.50008C16.0106 8.50008 16.021 8.50309 16.03 8.50875L22.0737 12L16 15.5063L9.92625 12L15.97 8.50875ZM9.55375 19.785C9.53666 19.7732 9.5228 19.7572 9.51341 19.7387C9.50402 19.7201 9.49942 19.6995 9.5 19.6787V12.9075L15.5 16.375V23.2225L9.55375 19.785ZM22.4463 19.785L16.5 23.22V16.375L22.5 12.91V19.6812C22.5002 19.7016 22.4954 19.7217 22.486 19.7398C22.4766 19.7579 22.463 19.7734 22.4463 19.785ZM28.5 6V11C28.5 11.1326 28.4473 11.2598 28.3536 11.3536C28.2598 11.4473 28.1326 11.5 28 11.5C27.8674 11.5 27.7402 11.4473 27.6464 11.3536C27.5527 11.2598 27.5 11.1326 27.5 11V6.5H23C22.8674 6.5 22.7402 6.44732 22.6464 6.35355C22.5527 6.25979 22.5 6.13261 22.5 6C22.5 5.86739 22.5527 5.74021 22.6464 5.64645C22.7402 5.55268 22.8674 5.5 23 5.5H28C28.1326 5.5 28.2598 5.55268 28.3536 5.64645C28.4473 5.74021 28.5 5.86739 28.5 6ZM9.5 26C9.5 26.1326 9.44732 26.2598 9.35355 26.3536C9.25979 26.4473 9.13261 26.5 9 26.5H4C3.86739 26.5 3.74021 26.4473 3.64645 26.3536C3.55268 26.2598 3.5 26.1326 3.5 26V21C3.5 20.8674 3.55268 20.7402 3.64645 20.6464C3.74021 20.5527 3.86739 20.5 4 20.5C4.13261 20.5 4.25979 20.5527 4.35355 20.6464C4.44732 20.7402 4.5 20.8674 4.5 21V25.5H9C9.13261 25.5 9.25979 25.5527 9.35355 25.6464C9.44732 25.7402 9.5 25.8674 9.5 26ZM28.5 21V26C28.5 26.1326 28.4473 26.2598 28.3536 26.3536C28.2598 26.4473 28.1326 26.5 28 26.5H23C22.8674 26.5 22.7402 26.4473 22.6464 26.3536C22.5527 26.2598 22.5 26.1326 22.5 26C22.5 25.8674 22.5527 25.7402 22.6464 25.6464C22.7402 25.5527 22.8674 25.5 23 25.5H27.5V21C27.5 20.8674 27.5527 20.7402 27.6464 20.6464C27.7402 20.5527 27.8674 20.5 28 20.5C28.1326 20.5 28.2598 20.5527 28.3536 20.6464C28.4473 20.7402 28.5 20.8674 28.5 21ZM3.5 11V6C3.5 5.86739 3.55268 5.74021 3.64645 5.64645C3.74021 5.55268 3.86739 5.5 4 5.5H9C9.13261 5.5 9.25979 5.55268 9.35355 5.64645C9.44732 5.74021 9.5 5.86739 9.5 6C9.5 6.13261 9.44732 6.25979 9.35355 6.35355C9.25979 6.44732 9.13261 6.5 9 6.5H4.5V11C4.5 11.1326 4.44732 11.2598 4.35355 11.3536C4.25979 11.4473 4.13261 11.5 4 11.5C3.86739 11.5 3.74021 11.4473 3.64645 11.3536C3.55268 11.2598 3.5 11.1326 3.5 11Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M24 19.6787V12.3212C24.0006 12.0374 23.9269 11.7583 23.7861 11.5118C23.6453 11.2653 23.4423 11.0599 23.1975 10.9163L16.78 7.21C16.5429 7.07308 16.2738 7.001 16 7.001C15.7262 7.001 15.4572 7.07308 15.22 7.21L8.80375 10.9163C8.55868 11.0598 8.35551 11.265 8.21449 11.5116C8.07346 11.7581 7.99951 12.0372 8 12.3212V19.6787C7.99938 19.9626 8.07315 20.2417 8.21395 20.4882C8.35474 20.7347 8.55767 20.9401 8.8025 21.0837L15.22 24.79C15.4572 24.9268 15.7262 24.9988 16 24.9988C16.2738 24.9988 16.5428 24.9268 16.78 24.79L23.1963 21.0837C23.4413 20.9402 23.6445 20.735 23.7855 20.4884C23.9265 20.2419 24.0005 19.9628 24 19.6787ZM16 9.06875L21.0737 12L16 14.9288L10.9263 12L16 9.06875ZM10 13.7738L15 16.6612V22.3538L10 19.4662V13.7738ZM17 22.3538V16.6612L22 13.7738V19.4662L17 22.3538ZM29 6V11C29 11.2652 28.8946 11.5196 28.7071 11.7071C28.5196 11.8946 28.2652 12 28 12C27.7348 12 27.4804 11.8946 27.2929 11.7071C27.1054 11.5196 27 11.2652 27 11V7H23C22.7348 7 22.4804 6.89464 22.2929 6.70711C22.1054 6.51957 22 6.26522 22 6C22 5.73478 22.1054 5.48043 22.2929 5.29289C22.4804 5.10536 22.7348 5 23 5H28C28.2652 5 28.5196 5.10536 28.7071 5.29289C28.8946 5.48043 29 5.73478 29 6ZM10 26C10 26.2652 9.89464 26.5196 9.70711 26.7071C9.51957 26.8946 9.26522 27 9 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V21C3 20.7348 3.10536 20.4804 3.29289 20.2929C3.48043 20.1054 3.73478 20 4 20C4.26522 20 4.51957 20.1054 4.70711 20.2929C4.89464 20.4804 5 20.7348 5 21V25H9C9.26522 25 9.51957 25.1054 9.70711 25.2929C9.89464 25.4804 10 25.7348 10 26ZM29 21V26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H23C22.7348 27 22.4804 26.8946 22.2929 26.7071C22.1054 26.5196 22 26.2652 22 26C22 25.7348 22.1054 25.4804 22.2929 25.2929C22.4804 25.1054 22.7348 25 23 25H27V21C27 20.7348 27.1054 20.4804 27.2929 20.2929C27.4804 20.1054 27.7348 20 28 20C28.2652 20 28.5196 20.1054 28.7071 20.2929C28.8946 20.4804 29 20.7348 29 21ZM3 11V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5H9C9.26522 5 9.51957 5.10536 9.70711 5.29289C9.89464 5.48043 10 5.73478 10 6C10 6.26522 9.89464 6.51957 9.70711 6.70711C9.51957 6.89464 9.26522 7 9 7H5V11C5 11.2652 4.89464 11.5196 4.70711 11.7071C4.51957 11.8946 4.26522 12 4 12C3.73478 12 3.48043 11.8946 3.29289 11.7071C3.10536 11.5196 3 11.2652 3 11Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M24.5 19.6787V12.3212C24.5007 11.9495 24.4039 11.584 24.2192 11.2614C24.0346 10.9387 23.7685 10.6701 23.4475 10.4825L17.03 6.77625C16.7166 6.5963 16.3614 6.50161 16 6.50161C15.6386 6.50161 15.2834 6.5963 14.97 6.77625L8.55375 10.4825C8.23257 10.67 7.96621 10.9385 7.78129 11.2611C7.59638 11.5838 7.49938 11.9494 7.5 12.3212V19.6787C7.49926 20.0505 7.59606 20.416 7.78075 20.7386C7.96544 21.0613 8.23155 21.3299 8.5525 21.5175L14.97 25.2237C15.2834 25.4039 15.6385 25.4988 16 25.4988C16.3615 25.4988 16.7166 25.4039 17.03 25.2237L23.4463 21.5175C23.7674 21.33 24.0338 21.0615 24.2187 20.7389C24.4036 20.4162 24.5006 20.0506 24.5 19.6787ZM16 9.64625L20.0737 12L16 14.3512L11.9263 12L16 9.64625ZM10.5 14.6462L14.5 16.9562V21.4937L10.5 19.1775V14.6462ZM17.5 21.4937V16.95L21.5 14.64V19.1775L17.5 21.4937ZM29.5 6V11C29.5 11.3978 29.342 11.7794 29.0607 12.0607C28.7794 12.342 28.3978 12.5 28 12.5C27.6022 12.5 27.2206 12.342 26.9393 12.0607C26.658 11.7794 26.5 11.3978 26.5 11V7.5H23C22.6022 7.5 22.2206 7.34196 21.9393 7.06066C21.658 6.77936 21.5 6.39782 21.5 6C21.5 5.60218 21.658 5.22064 21.9393 4.93934C22.2206 4.65804 22.6022 4.5 23 4.5H28C28.3978 4.5 28.7794 4.65804 29.0607 4.93934C29.342 5.22064 29.5 5.60218 29.5 6ZM10.5 26C10.5 26.3978 10.342 26.7794 10.0607 27.0607C9.77936 27.342 9.39782 27.5 9 27.5H4C3.60218 27.5 3.22064 27.342 2.93934 27.0607C2.65804 26.7794 2.5 26.3978 2.5 26V21C2.5 20.6022 2.65804 20.2206 2.93934 19.9393C3.22064 19.658 3.60218 19.5 4 19.5C4.39782 19.5 4.77936 19.658 5.06066 19.9393C5.34196 20.2206 5.5 20.6022 5.5 21V24.5H9C9.39782 24.5 9.77936 24.658 10.0607 24.9393C10.342 25.2206 10.5 25.6022 10.5 26ZM29.5 21V26C29.5 26.3978 29.342 26.7794 29.0607 27.0607C28.7794 27.342 28.3978 27.5 28 27.5H23C22.6022 27.5 22.2206 27.342 21.9393 27.0607C21.658 26.7794 21.5 26.3978 21.5 26C21.5 25.6022 21.658 25.2206 21.9393 24.9393C22.2206 24.658 22.6022 24.5 23 24.5H26.5V21C26.5 20.6022 26.658 20.2206 26.9393 19.9393C27.2206 19.658 27.6022 19.5 28 19.5C28.3978 19.5 28.7794 19.658 29.0607 19.9393C29.342 20.2206 29.5 20.6022 29.5 21ZM2.5 11V6C2.5 5.60218 2.65804 5.22064 2.93934 4.93934C3.22064 4.65804 3.60218 4.5 4 4.5H9C9.39782 4.5 9.77936 4.65804 10.0607 4.93934C10.342 5.22064 10.5 5.60218 10.5 6C10.5 6.39782 10.342 6.77936 10.0607 7.06066C9.77936 7.34196 9.39782 7.5 9 7.5H5.5V11C5.5 11.3978 5.34196 11.7794 5.06066 12.0607C4.77936 12.342 4.39782 12.5 4 12.5C3.60218 12.5 3.22064 12.342 2.93934 12.0607C2.65804 11.7794 2.5 11.3978 2.5 11Z" 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="M22.3237 11.2775L16 14.9288L9.67625 11.2775C9.60019 11.2336 9.53702 11.1705 9.4931 11.0945C9.44918 11.0184 9.42605 10.9322 9.42605 10.8444C9.42605 10.7566 9.44918 10.6703 9.4931 10.5943C9.53702 10.5182 9.60019 10.4551 9.67625 10.4113L15.22 7.21C15.4572 7.07308 15.7262 7.001 16 7.001C16.2738 7.001 16.5429 7.07308 16.78 7.21L22.3237 10.4113C22.3998 10.4551 22.463 10.5182 22.5069 10.5943C22.5508 10.6703 22.5739 10.7566 22.5739 10.8444C22.5739 10.9322 22.5508 11.0184 22.5069 11.0945C22.463 11.1705 22.3998 11.2336 22.3237 11.2775ZM8 13.485V19.6787C7.99938 19.9626 8.07315 20.2417 8.21395 20.4882C8.35474 20.7347 8.55767 20.9401 8.8025 21.0837L14.25 24.23C14.326 24.2739 14.4121 24.297 14.4999 24.297C14.5876 24.297 14.6738 24.274 14.7498 24.2301C14.8258 24.1863 14.8889 24.1233 14.9328 24.0473C14.9767 23.9714 14.9999 23.8852 15 23.7975V16.6612L8.75 13.0525C8.67403 13.0086 8.58785 12.9855 8.50013 12.9855C8.4124 12.9855 8.32622 13.0085 8.25022 13.0524C8.17423 13.0962 8.1111 13.1592 8.06718 13.2352C8.02326 13.3111 8.00009 13.3973 8 13.485ZM24 19.6787V13.485C23.9999 13.3973 23.9767 13.3111 23.9328 13.2352C23.8889 13.1592 23.8258 13.0962 23.7498 13.0524C23.6738 13.0085 23.5876 12.9855 23.4999 12.9855C23.4121 12.9855 23.326 13.0086 23.25 13.0525L17 16.6612V23.7975C17.0001 23.8852 17.0233 23.9714 17.0672 24.0473C17.1111 24.1233 17.1742 24.1863 17.2502 24.2301C17.3262 24.274 17.4124 24.297 17.5001 24.297C17.5879 24.297 17.674 24.2739 17.75 24.23L23.1963 21.0837C23.4413 20.9402 23.6445 20.735 23.7855 20.4884C23.9265 20.2419 24.0005 19.9628 24 19.6787ZM28 5H23C22.7348 5 22.4804 5.10536 22.2929 5.29289C22.1054 5.48043 22 5.73478 22 6C22 6.26522 22.1054 6.51957 22.2929 6.70711C22.4804 6.89464 22.7348 7 23 7H27V11C27 11.2652 27.1054 11.5196 27.2929 11.7071C27.4804 11.8946 27.7348 12 28 12C28.2652 12 28.5196 11.8946 28.7071 11.7071C28.8946 11.5196 29 11.2652 29 11V6C29 5.73478 28.8946 5.48043 28.7071 5.29289C28.5196 5.10536 28.2652 5 28 5ZM9 25H5V21C5 20.7348 4.89464 20.4804 4.70711 20.2929C4.51957 20.1054 4.26522 20 4 20C3.73478 20 3.48043 20.1054 3.29289 20.2929C3.10536 20.4804 3 20.7348 3 21V26C3 26.2652 3.10536 26.5196 3.29289 26.7071C3.48043 26.8946 3.73478 27 4 27H9C9.26522 27 9.51957 26.8946 9.70711 26.7071C9.89464 26.5196 10 26.2652 10 26C10 25.7348 9.89464 25.4804 9.70711 25.2929C9.51957 25.1054 9.26522 25 9 25ZM28 20C27.7348 20 27.4804 20.1054 27.2929 20.2929C27.1054 20.4804 27 20.7348 27 21V25H23C22.7348 25 22.4804 25.1054 22.2929 25.2929C22.1054 25.4804 22 25.7348 22 26C22 26.2652 22.1054 26.5196 22.2929 26.7071C22.4804 26.8946 22.7348 27 23 27H28C28.2652 27 28.5196 26.8946 28.7071 26.7071C28.8946 26.5196 29 26.2652 29 26V21C29 20.7348 28.8946 20.4804 28.7071 20.2929C28.5196 20.1054 28.2652 20 28 20ZM4 12C4.26522 12 4.51957 11.8946 4.70711 11.7071C4.89464 11.5196 5 11.2652 5 11V7H9C9.26522 7 9.51957 6.89464 9.70711 6.70711C9.89464 6.51957 10 6.26522 10 6C10 5.73478 9.89464 5.48043 9.70711 5.29289C9.51957 5.10536 9.26522 5 9 5H4C3.73478 5 3.48043 5.10536 3.29289 5.29289C3.10536 5.48043 3 5.73478 3 6V11C3 11.2652 3.10536 11.5196 3.29289 11.7071C3.48043 11.8946 3.73478 12 4 12Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M23 12.3213V19.6788C23.0007 19.7874 22.973 19.8944 22.9198 19.9891C22.8665 20.0838 22.7895 20.1629 22.6963 20.2188L16.28 23.925C16.1949 23.9742 16.0983 24.0001 16 24.0001C15.9017 24.0001 15.8051 23.9742 15.72 23.925L9.30376 20.2188C9.21056 20.1629 9.13353 20.0838 9.08027 19.9891C9.027 19.8944 8.99934 19.7874 9.00001 19.6788V12.3213C8.99934 12.2126 9.027 12.1057 9.08027 12.011C9.13353 11.9163 9.21056 11.8371 9.30376 11.7813L15.72 8.07503C15.8051 8.02588 15.9017 8 16 8C16.0983 8 16.1949 8.02588 16.28 8.07503L22.6963 11.7813C22.7895 11.8371 22.8665 11.9163 22.9198 12.011C22.973 12.1057 23.0007 12.2126 23 12.3213Z" fill="currentColor"/>
|
|
36
|
+
<path d="M24 19.6787V12.3212C24.0006 12.0374 23.9269 11.7583 23.7861 11.5118C23.6453 11.2653 23.4423 11.0599 23.1975 10.9163L16.78 7.21C16.5429 7.07308 16.2738 7.001 16 7.001C15.7262 7.001 15.4572 7.07308 15.22 7.21L8.80375 10.9163C8.55868 11.0598 8.35551 11.265 8.21449 11.5116C8.07346 11.7581 7.99951 12.0372 8 12.3212V19.6787C7.99938 19.9626 8.07315 20.2417 8.21395 20.4882C8.35474 20.7347 8.55767 20.9401 8.8025 21.0837L15.22 24.79C15.4572 24.9268 15.7262 24.9988 16 24.9988C16.2738 24.9988 16.5428 24.9268 16.78 24.79L23.1963 21.0837C23.4413 20.9402 23.6445 20.735 23.7855 20.4884C23.9265 20.2419 24.0005 19.9628 24 19.6787ZM16 9.06875L21.0737 12L16 14.9288L10.9263 12L16 9.06875ZM10 13.7738L15 16.6612V22.3538L10 19.4662V13.7738ZM17 22.3538V16.6612L22 13.7738V19.4662L17 22.3538ZM29 6V11C29 11.2652 28.8946 11.5196 28.7071 11.7071C28.5196 11.8946 28.2652 12 28 12C27.7348 12 27.4804 11.8946 27.2929 11.7071C27.1054 11.5196 27 11.2652 27 11V7H23C22.7348 7 22.4804 6.89464 22.2929 6.70711C22.1054 6.51957 22 6.26522 22 6C22 5.73478 22.1054 5.48043 22.2929 5.29289C22.4804 5.10536 22.7348 5 23 5H28C28.2652 5 28.5196 5.10536 28.7071 5.29289C28.8946 5.48043 29 5.73478 29 6ZM10 26C10 26.2652 9.89464 26.5196 9.70711 26.7071C9.51957 26.8946 9.26522 27 9 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V21C3 20.7348 3.10536 20.4804 3.29289 20.2929C3.48043 20.1054 3.73478 20 4 20C4.26522 20 4.51957 20.1054 4.70711 20.2929C4.89464 20.4804 5 20.7348 5 21V25H9C9.26522 25 9.51957 25.1054 9.70711 25.2929C9.89464 25.4804 10 25.7348 10 26ZM29 21V26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H23C22.7348 27 22.4804 26.8946 22.2929 26.7071C22.1054 26.5196 22 26.2652 22 26C22 25.7348 22.1054 25.4804 22.2929 25.2929C22.4804 25.1054 22.7348 25 23 25H27V21C27 20.7348 27.1054 20.4804 27.2929 20.2929C27.4804 20.1054 27.7348 20 28 20C28.2652 20 28.5196 20.1054 28.7071 20.2929C28.8946 20.4804 29 20.7348 29 21ZM3 11V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5H9C9.26522 5 9.51957 5.10536 9.70711 5.29289C9.89464 5.48043 10 5.73478 10 6C10 6.26522 9.89464 6.51957 9.70711 6.70711C9.51957 6.89464 9.26522 7 9 7H5V11C5 11.2652 4.89464 11.5196 4.70711 11.7071C4.51957 11.8946 4.26522 12 4 12C3.73478 12 3.48043 11.8946 3.29289 11.7071C3.10536 11.5196 3 11.2652 3 11Z" 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="M23.75 19.6787V12.3212C23.7507 12.0812 23.6885 11.8452 23.5696 11.6366C23.4508 11.4281 23.2794 11.2543 23.0725 11.1325L16.655 7.42625C16.4558 7.3114 16.2299 7.25094 16 7.25094C15.7701 7.25094 15.5442 7.3114 15.345 7.42625L8.92875 11.1325C8.72165 11.2541 8.55001 11.4278 8.43093 11.6364C8.31185 11.845 8.24947 12.0811 8.25 12.3212V19.6787C8.24934 19.9188 8.31153 20.1548 8.43039 20.3634C8.54925 20.5719 8.72063 20.7457 8.9275 20.8675L15.345 24.5737C15.5443 24.6884 15.7701 24.7487 16 24.7487C16.2299 24.7487 16.4557 24.6884 16.655 24.5737L23.0713 20.8675C23.2784 20.7459 23.45 20.5722 23.5691 20.3636C23.6882 20.155 23.7505 19.9189 23.75 19.6787ZM16 8.78L21.5737 12L16 15.2175L10.4263 12L16 8.78ZM9.75 13.3413L15.25 16.5163V22.7875L9.75 19.61V13.3413ZM16.75 22.7875V16.5163L22.25 13.3413V19.61L16.75 22.7875ZM28.75 6V11C28.75 11.1989 28.671 11.3897 28.5303 11.5303C28.3897 11.671 28.1989 11.75 28 11.75C27.8011 11.75 27.6103 11.671 27.4697 11.5303C27.329 11.3897 27.25 11.1989 27.25 11V6.75H23C22.8011 6.75 22.6103 6.67098 22.4697 6.53033C22.329 6.38968 22.25 6.19891 22.25 6C22.25 5.80109 22.329 5.61032 22.4697 5.46967C22.6103 5.32902 22.8011 5.25 23 5.25H28C28.1989 5.25 28.3897 5.32902 28.5303 5.46967C28.671 5.61032 28.75 5.80109 28.75 6ZM9.75 26C9.75 26.1989 9.67098 26.3897 9.53033 26.5303C9.38968 26.671 9.19891 26.75 9 26.75H4C3.80109 26.75 3.61032 26.671 3.46967 26.5303C3.32902 26.3897 3.25 26.1989 3.25 26V21C3.25 20.8011 3.32902 20.6103 3.46967 20.4697C3.61032 20.329 3.80109 20.25 4 20.25C4.19891 20.25 4.38968 20.329 4.53033 20.4697C4.67098 20.6103 4.75 20.8011 4.75 21V25.25H9C9.19891 25.25 9.38968 25.329 9.53033 25.4697C9.67098 25.6103 9.75 25.8011 9.75 26ZM28.75 21V26C28.75 26.1989 28.671 26.3897 28.5303 26.5303C28.3897 26.671 28.1989 26.75 28 26.75H23C22.8011 26.75 22.6103 26.671 22.4697 26.5303C22.329 26.3897 22.25 26.1989 22.25 26C22.25 25.8011 22.329 25.6103 22.4697 25.4697C22.6103 25.329 22.8011 25.25 23 25.25H27.25V21C27.25 20.8011 27.329 20.6103 27.4697 20.4697C27.6103 20.329 27.8011 20.25 28 20.25C28.1989 20.25 28.3897 20.329 28.5303 20.4697C28.671 20.6103 28.75 20.8011 28.75 21ZM3.25 11V6C3.25 5.80109 3.32902 5.61032 3.46967 5.46967C3.61032 5.32902 3.80109 5.25 4 5.25H9C9.19891 5.25 9.38968 5.32902 9.53033 5.46967C9.67098 5.61032 9.75 5.80109 9.75 6C9.75 6.19891 9.67098 6.38968 9.53033 6.53033C9.38968 6.67098 9.19891 6.75 9 6.75H4.75V11C4.75 11.1989 4.67098 11.3897 4.53033 11.5303C4.38968 11.671 4.19891 11.75 4 11.75C3.80109 11.75 3.61032 11.671 3.46967 11.5303C3.32902 11.3897 3.25 11.1989 3.25 11Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default CubeFocus;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Diamond = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M29.0635 14.9437L17.0572 2.93617C16.7763 2.65755 16.3966 2.50122 16.001 2.50122C15.6053 2.50122 15.2257 2.65755 14.9447 2.93617L2.94471 14.9437C2.6661 15.2246 2.50977 15.6043 2.50977 15.9999C2.50977 16.3956 2.6661 16.7752 2.94471 17.0562L14.951 29.0637C15.2319 29.3423 15.6115 29.4986 16.0072 29.4986C16.4029 29.4986 16.7825 29.3423 17.0635 29.0637L29.0697 17.0562C29.3483 16.7752 29.5047 16.3956 29.5047 15.9999C29.5047 15.6043 29.3483 15.2246 29.0697 14.9437H29.0635ZM28.356 16.3487L16.3497 28.3562C16.2564 28.447 16.1312 28.4979 16.001 28.4979C15.8707 28.4979 15.7456 28.447 15.6522 28.3562L3.65221 16.3487C3.60633 16.3029 3.56993 16.2486 3.54509 16.1887C3.52025 16.1289 3.50746 16.0647 3.50746 15.9999C3.50746 15.9351 3.52025 15.871 3.54509 15.8111C3.56993 15.7513 3.60633 15.6969 3.65221 15.6512L15.6585 3.64367C15.7518 3.5528 15.8769 3.50196 16.0072 3.50196C16.1375 3.50196 16.2626 3.5528 16.356 3.64367L28.3622 15.6512C28.4081 15.6969 28.4445 15.7513 28.4693 15.8111C28.4942 15.871 28.507 15.9351 28.507 15.9999C28.507 16.0647 28.4942 16.1289 28.4693 16.1887C28.4445 16.2486 28.4081 16.3029 28.3622 16.3487H28.356Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M29.4157 14.5901L17.4094 2.58256C17.0347 2.21006 16.5278 2.00098 15.9994 2.00098C15.471 2.00098 14.9641 2.21006 14.5894 2.58256L2.5894 14.5901C2.2169 14.9648 2.00781 15.4717 2.00781 16.0001C2.00781 16.5284 2.2169 17.0353 2.5894 17.4101L14.5956 29.4176C14.9704 29.7901 15.4773 29.9991 16.0057 29.9991C16.534 29.9991 17.0409 29.7901 17.4157 29.4176L29.4219 17.4101C29.7944 17.0353 30.0035 16.5284 30.0035 16.0001C30.0035 15.4717 29.7944 14.9648 29.4219 14.5901H29.4157ZM15.9994 28.0001L3.9994 16.0001L15.9994 4.00006L27.9994 16.0001L15.9994 28.0001Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M29.7698 14.2363L17.7623 2.22882C17.2938 1.76282 16.6599 1.50122 15.9992 1.50122C15.3384 1.50122 14.7045 1.76282 14.236 2.22882L2.23604 14.2363C1.76965 14.7048 1.50781 15.339 1.50781 16.0001C1.50781 16.6611 1.76965 17.2953 2.23604 17.7638L14.2423 29.7713C14.7107 30.2373 15.3446 30.4989 16.0054 30.4989C16.6662 30.4989 17.3001 30.2373 17.7685 29.7713L29.7685 17.7638C30.2349 17.2953 30.4968 16.6611 30.4968 16.0001C30.4968 15.339 30.2349 14.7048 29.7685 14.2363H29.7698ZM15.9998 27.2913L4.70979 16.0001L15.9998 4.70882L27.2898 16.0001L15.9998 27.2913Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M29.9994 16.0001C30.0001 16.262 29.9489 16.5215 29.8487 16.7635C29.7485 17.0055 29.6013 17.2253 29.4156 17.4101L17.4094 29.4176C17.0347 29.7901 16.5278 29.9991 15.9994 29.9991C15.471 29.9991 14.9641 29.7901 14.5894 29.4176L2.5894 17.4101C2.2169 17.0353 2.00781 16.5284 2.00781 16.0001C2.00781 15.4717 2.2169 14.9648 2.5894 14.5901L14.5956 2.58256C14.9704 2.21006 15.4773 2.00098 16.0056 2.00098C16.534 2.00098 17.0409 2.21006 17.4156 2.58256L29.4219 14.5901C29.6064 14.7753 29.7525 14.9953 29.8516 15.2373C29.9507 15.4793 30.001 15.7386 29.9994 16.0001Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28.7081 16.7025L16.7081 28.7025C16.6159 28.7949 16.5064 28.8681 16.3859 28.9181C16.2653 28.9682 16.1361 28.9939 16.0056 28.9939C15.8751 28.9939 15.7459 28.9682 15.6253 28.9181C15.5048 28.8681 15.3953 28.7949 15.3031 28.7025L3.30311 16.7025C3.21074 16.6103 3.13746 16.5008 3.08746 16.3803C3.03746 16.2597 3.01172 16.1305 3.01172 16C3.01172 15.8695 3.03746 15.7403 3.08746 15.6197C3.13746 15.4992 3.21074 15.3897 3.30311 15.2975L15.3094 3.2975C15.4016 3.20513 15.511 3.13184 15.6316 3.08184C15.7521 3.03184 15.8814 3.0061 16.0119 3.0061C16.1424 3.0061 16.2716 3.03184 16.3921 3.08184C16.5127 3.13184 16.6222 3.20513 16.7144 3.2975L28.7144 15.3037C28.8982 15.4905 29.0007 15.7424 28.9995 16.0044C28.9983 16.2664 28.8936 16.5174 28.7081 16.7025Z" fill="currentColor"/>
|
|
36
|
+
<path d="M29.4157 14.5901L17.4094 2.58256C17.0347 2.21006 16.5278 2.00098 15.9994 2.00098C15.471 2.00098 14.9641 2.21006 14.5894 2.58256L2.5894 14.5901C2.2169 14.9648 2.00781 15.4717 2.00781 16.0001C2.00781 16.5284 2.2169 17.0353 2.5894 17.4101L14.5956 29.4176C14.9704 29.7901 15.4773 29.9991 16.0057 29.9991C16.534 29.9991 17.0409 29.7901 17.4157 29.4176L29.4219 17.4101C29.7944 17.0353 30.0035 16.5284 30.0035 16.0001C30.0035 15.4717 29.7944 14.9648 29.4219 14.5901H29.4157ZM15.9994 28.0001L3.9994 16.0001L15.9994 4.00006L27.9994 16.0001L15.9994 28.0001Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M29.2396 14.7676L17.2321 2.76009C16.9043 2.43491 16.4613 2.25244 15.9996 2.25244C15.5379 2.25244 15.0949 2.43491 14.7671 2.76009L2.7596 14.7676C2.43442 15.0954 2.25195 15.5384 2.25195 16.0001C2.25195 16.4618 2.43442 16.9048 2.7596 17.2326L14.7671 29.2401C15.0949 29.5653 15.5379 29.7477 15.9996 29.7477C16.4613 29.7477 16.9043 29.5653 17.2321 29.2401L29.2321 17.2326C29.394 17.0708 29.5225 16.8786 29.6101 16.6672C29.6977 16.4557 29.7428 16.229 29.7428 16.0001C29.7428 15.7712 29.6977 15.5445 29.6101 15.333C29.5225 15.1215 29.394 14.9294 29.2321 14.7676H29.2396ZM28.1784 16.1726L16.1721 28.1801C16.1256 28.2244 16.0638 28.2491 15.9996 28.2491C15.9354 28.2491 15.8736 28.2244 15.8271 28.1801L3.82085 16.1726C3.77653 16.1261 3.7518 16.0643 3.7518 16.0001C3.7518 15.9359 3.77653 15.8741 3.82085 15.8276L15.8271 3.82009C15.8736 3.77576 15.9354 3.75104 15.9996 3.75104C16.0638 3.75104 16.1256 3.77576 16.1721 3.82009L28.1784 15.8276C28.2227 15.8741 28.2474 15.9359 28.2474 16.0001C28.2474 16.0643 28.2227 16.1261 28.1784 16.1726Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Diamond;
|