@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,63 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const NumberSquareThree = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M26 4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM26.5 26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V26ZM19.5 18.5C19.5002 19.2947 19.2636 20.0715 18.8205 20.7312C18.3774 21.3909 17.7478 21.9037 17.0121 22.2041C16.2763 22.5046 15.4677 22.579 14.6895 22.418C13.9113 22.2569 13.1986 21.8677 12.6425 21.3C12.5965 21.2531 12.5603 21.1975 12.5358 21.1365C12.5113 21.0756 12.499 21.0104 12.4997 20.9447C12.5004 20.879 12.514 20.8141 12.5398 20.7537C12.5656 20.6932 12.6031 20.6385 12.65 20.5925C12.6969 20.5465 12.7525 20.5103 12.8135 20.4858C12.8744 20.4613 12.9396 20.449 13.0053 20.4497C13.071 20.4504 13.1359 20.464 13.1963 20.4898C13.2568 20.5156 13.3115 20.5531 13.3575 20.6C13.7037 20.9532 14.1319 21.2154 14.604 21.3631C15.076 21.5108 15.5773 21.5395 16.0631 21.4467C16.5489 21.3538 17.0043 21.1423 17.3886 20.8309C17.7729 20.5195 18.0742 20.1179 18.2658 19.6619C18.4573 19.2059 18.5332 18.7096 18.4866 18.2172C18.4399 17.7248 18.2723 17.2515 17.9985 16.8396C17.7248 16.4276 17.3534 16.0898 16.9175 15.856C16.4816 15.6223 15.9946 15.5 15.5 15.5C15.4086 15.5 15.3189 15.475 15.2407 15.4276C15.1626 15.3802 15.0989 15.3122 15.0566 15.2312C15.0143 15.1501 14.9951 15.059 15.001 14.9678C15.0069 14.8766 15.0377 14.7887 15.09 14.7137L18.04 10.5H13C12.8674 10.5 12.7402 10.4473 12.6464 10.3536C12.5527 10.2598 12.5 10.1326 12.5 10C12.5 9.86739 12.5527 9.74021 12.6464 9.64645C12.7402 9.55268 12.8674 9.5 13 9.5H19C19.0914 9.49999 19.1811 9.52505 19.2593 9.57244C19.3374 9.61983 19.4011 9.68775 19.4434 9.76881C19.4857 9.84987 19.5049 9.94097 19.499 10.0322C19.4931 10.1234 19.4623 10.2113 19.41 10.2863L16.39 14.6C17.2729 14.8029 18.061 15.2989 18.6258 16.0071C19.1905 16.7154 19.4987 17.5941 19.5 18.5Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
if (type === "regular") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
17
|
+
<path
|
|
18
|
+
d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM26 26H6V6H26V26ZM20 18.5C19.9998 19.3938 19.7334 20.2672 19.2349 21.009C18.7363 21.7508 18.0281 22.3273 17.2007 22.6651C16.3732 23.0029 15.4639 23.0866 14.5886 22.9056C13.7134 22.7246 12.9119 22.287 12.2863 21.6488C12.1885 21.5563 12.1105 21.4451 12.0567 21.3218C12.003 21.1985 11.9747 21.0656 11.9735 20.9311C11.9723 20.7966 11.9983 20.6632 12.0499 20.539C12.1014 20.4147 12.1775 20.3022 12.2736 20.208C12.3697 20.1139 12.4838 20.0401 12.609 19.9911C12.7343 19.9421 12.8681 19.9188 13.0026 19.9227C13.1371 19.9267 13.2693 19.9577 13.3915 20.0139C13.5137 20.0701 13.6233 20.1504 13.7137 20.25C14.0023 20.5443 14.359 20.7628 14.7524 20.8859C15.1457 21.009 15.5634 21.0329 15.9682 20.9556C16.373 20.8783 16.7525 20.702 17.0727 20.4426C17.393 20.1832 17.6441 19.8486 17.8038 19.4687C17.9635 19.0887 18.0268 18.6752 17.988 18.2648C17.9493 17.8545 17.8096 17.4602 17.5816 17.1168C17.3536 16.7735 17.0442 16.4919 16.681 16.297C16.3179 16.1022 15.9121 16.0001 15.5 16C15.3171 15.9999 15.1377 15.9497 14.9813 15.8548C14.8249 15.7598 14.6976 15.6238 14.6132 15.4615C14.5287 15.2992 14.4904 15.1169 14.5024 14.9344C14.5144 14.7518 14.5763 14.5761 14.6812 14.4263L17.0788 11H13C12.7348 11 12.4804 10.8946 12.2929 10.7071C12.1054 10.5196 12 10.2652 12 10C12 9.73478 12.1054 9.48043 12.2929 9.29289C12.4804 9.10536 12.7348 9 13 9H19C19.1829 9.00005 19.3624 9.05028 19.5187 9.14522C19.6751 9.24017 19.8024 9.37618 19.8868 9.53847C19.9713 9.70076 20.0096 9.88309 19.9976 10.0656C19.9856 10.2482 19.9237 10.4239 19.8188 10.5737L17.1938 14.3237C18.0236 14.6621 18.7338 15.2402 19.2336 15.984C19.7334 16.7279 20.0003 17.6038 20 18.5Z"
|
|
19
|
+
fill="currentColor"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
if (type === "bold") {
|
|
24
|
+
return (
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path
|
|
27
|
+
d="M26 3.5H6C5.33696 3.5 4.70107 3.76339 4.23223 4.23223C3.76339 4.70107 3.5 5.33696 3.5 6V26C3.5 26.663 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.2989 28.5 26.663 28.5 26V6C28.5 5.33696 28.2366 4.70107 27.7678 4.23223C27.2989 3.76339 26.663 3.5 26 3.5ZM25.5 25.5H6.5V6.5H25.5V25.5ZM11.5 10C11.5 9.60218 11.658 9.22064 11.9393 8.93934C12.2206 8.65804 12.6022 8.5 13 8.5H19C19.2744 8.50004 19.5434 8.57533 19.778 8.71767C20.0125 8.86 20.2035 9.06394 20.3302 9.30728C20.4569 9.55063 20.5145 9.82406 20.4966 10.0978C20.4787 10.3716 20.386 10.6352 20.2288 10.86L17.9363 14.135C18.5626 14.4842 19.1066 14.964 19.5311 15.542C19.9557 16.1199 20.251 16.7824 20.397 17.4845C20.543 18.1867 20.5362 18.912 20.3771 19.6112C20.2181 20.3105 19.9104 20.9674 19.4751 21.5373C19.0398 22.1072 18.487 22.5768 17.8542 22.9142C17.2214 23.2516 16.5235 23.449 15.8077 23.4929C15.0919 23.5368 14.375 23.4262 13.7057 23.1686C13.0365 22.911 12.4304 22.5124 11.9288 22C11.7855 21.8605 11.6716 21.6937 11.5938 21.5096C11.5159 21.3254 11.4757 21.1276 11.4754 20.9276C11.4751 20.7277 11.5148 20.5297 11.5922 20.3453C11.6695 20.1609 11.7829 19.9939 11.9257 19.854C12.0686 19.7141 12.2379 19.6041 12.4239 19.5306C12.6098 19.4571 12.8086 19.4215 13.0084 19.4259C13.2083 19.4303 13.4053 19.4746 13.5879 19.5562C13.7704 19.6379 13.9347 19.7552 14.0712 19.9013C14.3022 20.1364 14.5877 20.3109 14.9023 20.4091C15.2169 20.5073 15.5509 20.5263 15.8746 20.4643C16.1984 20.4023 16.5017 20.2612 16.7578 20.0536C17.0138 19.8461 17.2146 19.5784 17.3422 19.2746C17.4699 18.9707 17.5204 18.64 17.4894 18.3118C17.4584 17.9837 17.3468 17.6683 17.1645 17.3937C16.9822 17.1191 16.7348 16.8939 16.4444 16.7379C16.154 16.582 15.8296 16.5003 15.5 16.5C15.2256 16.5 14.9566 16.4247 14.722 16.2823C14.4875 16.14 14.2965 15.9361 14.1698 15.6927C14.0431 15.4494 13.9855 15.1759 14.0034 14.9022C14.0213 14.6284 14.114 14.3648 14.2712 14.14L16.125 11.5H13C12.6022 11.5 12.2206 11.342 11.9393 11.0607C11.658 10.7794 11.5 10.3978 11.5 10Z"
|
|
28
|
+
fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "fill") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path
|
|
36
|
+
d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM15.5 23C14.9011 23.0019 14.3079 22.8832 13.7558 22.6511C13.2036 22.419 12.7039 22.0781 12.2863 21.6488C12.1885 21.5563 12.1105 21.4451 12.0567 21.3218C12.003 21.1985 11.9747 21.0656 11.9735 20.9311C11.9723 20.7966 11.9983 20.6632 12.0499 20.539C12.1014 20.4147 12.1775 20.3022 12.2736 20.208C12.3697 20.1139 12.4838 20.0401 12.609 19.9911C12.7343 19.9421 12.8681 19.9188 13.0026 19.9227C13.1371 19.9267 13.2693 19.9577 13.3915 20.0139C13.5137 20.0701 13.6233 20.1504 13.7137 20.25C14.0023 20.5443 14.359 20.7628 14.7524 20.8859C15.1457 21.009 15.5634 21.0329 15.9682 20.9556C16.373 20.8783 16.7525 20.702 17.0727 20.4426C17.393 20.1832 17.6441 19.8486 17.8038 19.4687C17.9635 19.0887 18.0268 18.6752 17.988 18.2648C17.9493 17.8545 17.8096 17.4602 17.5816 17.1168C17.3536 16.7735 17.0442 16.4919 16.681 16.297C16.3179 16.1022 15.9121 16.0001 15.5 16C15.3171 15.9999 15.1377 15.9497 14.9813 15.8548C14.8249 15.7598 14.6976 15.6238 14.6132 15.4615C14.5287 15.2992 14.4904 15.1169 14.5024 14.9344C14.5144 14.7518 14.5763 14.5761 14.6812 14.4263L17.0788 11H13C12.7348 11 12.4804 10.8946 12.2929 10.7071C12.1054 10.5196 12 10.2652 12 10C12 9.73478 12.1054 9.48043 12.2929 9.29289C12.4804 9.10536 12.7348 9 13 9H19C19.1829 9.00005 19.3624 9.05028 19.5187 9.14522C19.6751 9.24017 19.8024 9.37618 19.8868 9.53847C19.9713 9.70076 20.0096 9.88309 19.9976 10.0656C19.9856 10.2482 19.9237 10.4239 19.8188 10.5737L17.1938 14.3237C18.1654 14.7136 18.9706 15.4301 19.4709 16.3498C19.9711 17.2694 20.1351 18.3347 19.9345 19.3622C19.7339 20.3898 19.1813 21.3152 18.3719 21.9792C17.5625 22.6432 16.5469 23.0042 15.5 23Z"
|
|
37
|
+
fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
if (type === "duotone") {
|
|
42
|
+
return (
|
|
43
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
44
|
+
<path opacity="0.2"
|
|
45
|
+
d="M27 6V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
<path
|
|
48
|
+
d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM26 26H6V6H26V26ZM20 18.5C19.9998 19.3938 19.7334 20.2672 19.2349 21.009C18.7363 21.7508 18.0281 22.3273 17.2007 22.6651C16.3732 23.0029 15.4639 23.0866 14.5886 22.9056C13.7134 22.7246 12.9119 22.287 12.2863 21.6488C12.1885 21.5563 12.1105 21.4451 12.0567 21.3218C12.003 21.1985 11.9747 21.0656 11.9735 20.9311C11.9723 20.7966 11.9983 20.6632 12.0499 20.539C12.1014 20.4147 12.1775 20.3022 12.2736 20.208C12.3697 20.1139 12.4838 20.0401 12.609 19.9911C12.7343 19.9421 12.8681 19.9188 13.0026 19.9227C13.1371 19.9267 13.2693 19.9577 13.3915 20.0139C13.5137 20.0701 13.6233 20.1504 13.7137 20.25C14.0023 20.5443 14.359 20.7628 14.7524 20.8859C15.1457 21.009 15.5634 21.0329 15.9682 20.9556C16.373 20.8783 16.7525 20.702 17.0727 20.4426C17.393 20.1832 17.6441 19.8486 17.8038 19.4687C17.9635 19.0887 18.0268 18.6752 17.988 18.2648C17.9493 17.8545 17.8096 17.4602 17.5816 17.1168C17.3536 16.7735 17.0442 16.4919 16.681 16.297C16.3179 16.1022 15.9121 16.0001 15.5 16C15.3171 15.9999 15.1377 15.9497 14.9813 15.8548C14.8249 15.7598 14.6976 15.6238 14.6132 15.4615C14.5287 15.2992 14.4904 15.1169 14.5024 14.9344C14.5144 14.7518 14.5763 14.5761 14.6812 14.4263L17.0788 11H13C12.7348 11 12.4804 10.8946 12.2929 10.7071C12.1054 10.5196 12 10.2652 12 10C12 9.73478 12.1054 9.48043 12.2929 9.29289C12.4804 9.10536 12.7348 9 13 9H19C19.1829 9.00005 19.3624 9.05028 19.5187 9.14522C19.6751 9.24017 19.8024 9.37618 19.8868 9.53847C19.9713 9.70076 20.0096 9.88309 19.9976 10.0656C19.9856 10.2482 19.9237 10.4239 19.8188 10.5737L17.1938 14.3237C18.0236 14.6621 18.7338 15.2402 19.2336 15.984C19.7334 16.7279 20.0003 17.6038 20 18.5Z"
|
|
49
|
+
fill="currentColor"/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return (
|
|
55
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
56
|
+
<path
|
|
57
|
+
d="M26 4.25H6C5.53587 4.25 5.09075 4.43437 4.76256 4.76256C4.43437 5.09075 4.25 5.53587 4.25 6V26C4.25 26.4641 4.43437 26.9092 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9092 27.5656 27.2374 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V6C27.75 5.53587 27.5656 5.09075 27.2374 4.76256C26.9092 4.43437 26.4641 4.25 26 4.25ZM26.25 26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V6C5.75 5.9337 5.77634 5.87011 5.82322 5.82322C5.87011 5.77634 5.9337 5.75 6 5.75H26C26.0663 5.75 26.1299 5.77634 26.1768 5.82322C26.2237 5.87011 26.25 5.9337 26.25 6V26ZM19.75 18.5C19.75 19.3443 19.4985 20.1695 19.0276 20.8703C18.5567 21.5711 17.8877 22.1158 17.106 22.4348C16.3242 22.7539 15.4652 22.8328 14.6384 22.6617C13.8116 22.4905 13.0545 22.0769 12.4637 21.4737C12.3949 21.4033 12.3406 21.32 12.3039 21.2286C12.2672 21.1372 12.2489 21.0395 12.25 20.941C12.2511 20.8425 12.2716 20.7452 12.3103 20.6546C12.349 20.564 12.4052 20.482 12.4756 20.4131C12.546 20.3443 12.6293 20.2899 12.7208 20.2533C12.8122 20.2166 12.9099 20.1983 13.0084 20.1994C13.1069 20.2005 13.2042 20.221 13.2948 20.2597C13.3853 20.2984 13.4674 20.3546 13.5363 20.425C13.8536 20.7488 14.2462 20.9891 14.6789 21.1245C15.1116 21.2599 15.5711 21.2862 16.0164 21.2011C16.4618 21.116 16.8792 20.9221 17.2314 20.6366C17.5837 20.3512 17.86 19.983 18.0355 19.565C18.2111 19.147 18.2806 18.692 18.2379 18.2406C18.1951 17.7892 18.0414 17.3554 17.7904 16.9778C17.5395 16.6002 17.199 16.2905 16.7994 16.0763C16.3998 15.8621 15.9534 15.75 15.5 15.75C15.3628 15.7501 15.2281 15.7125 15.1108 15.6414C14.9934 15.5703 14.8978 15.4683 14.8344 15.3466C14.771 15.2249 14.7422 15.0882 14.7511 14.9512C14.76 14.8143 14.8063 14.6824 14.885 14.57L17.56 10.75H13C12.8011 10.75 12.6103 10.671 12.4697 10.5303C12.329 10.3897 12.25 10.1989 12.25 10C12.25 9.80109 12.329 9.61032 12.4697 9.46967C12.6103 9.32902 12.8011 9.25 13 9.25H19C19.1372 9.24991 19.2719 9.28747 19.3892 9.35859C19.5066 9.42971 19.6022 9.53167 19.6656 9.65336C19.729 9.77506 19.7578 9.91182 19.7489 10.0488C19.74 10.1857 19.6937 10.3176 19.615 10.43L16.7987 14.4525C17.6553 14.7286 18.4024 15.2691 18.9326 15.9963C19.4629 16.7235 19.749 17.6 19.75 18.5Z"
|
|
58
|
+
fill="currentColor"/>
|
|
59
|
+
</svg>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default NumberSquareThree;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Plus = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M27.5 16C27.5 16.1326 27.4473 16.2598 27.3536 16.3536C27.2598 16.4473 27.1326 16.5 27 16.5H16.5V27C16.5 27.1326 16.4473 27.2598 16.3536 27.3536C16.2598 27.4473 16.1326 27.5 16 27.5C15.8674 27.5 15.7402 27.4473 15.6464 27.3536C15.5527 27.2598 15.5 27.1326 15.5 27V16.5H5C4.86739 16.5 4.74021 16.4473 4.64645 16.3536C4.55268 16.2598 4.5 16.1326 4.5 16C4.5 15.8674 4.55268 15.7402 4.64645 15.6464C4.74021 15.5527 4.86739 15.5 5 15.5H15.5V5C15.5 4.86739 15.5527 4.74021 15.6464 4.64645C15.7402 4.55268 15.8674 4.5 16 4.5C16.1326 4.5 16.2598 4.55268 16.3536 4.64645C16.4473 4.74021 16.5 4.86739 16.5 5V15.5H27C27.1326 15.5 27.2598 15.5527 27.3536 15.6464C27.4473 15.7402 27.5 15.8674 27.5 16Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
if (type === "regular") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
17
|
+
<path
|
|
18
|
+
d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H17V27C17 27.2652 16.8946 27.5196 16.7071 27.7071C16.5196 27.8946 16.2652 28 16 28C15.7348 28 15.4804 27.8946 15.2929 27.7071C15.1054 27.5196 15 27.2652 15 27V17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H15V5C15 4.73478 15.1054 4.48043 15.2929 4.29289C15.4804 4.10536 15.7348 4 16 4C16.2652 4 16.5196 4.10536 16.7071 4.29289C16.8946 4.48043 17 4.73478 17 5V15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16Z"
|
|
19
|
+
fill="currentColor"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
if (type === "bold") {
|
|
24
|
+
return (
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path
|
|
27
|
+
d="M28.5 16C28.5 16.3978 28.342 16.7794 28.0607 17.0607C27.7794 17.342 27.3978 17.5 27 17.5H17.5V27C17.5 27.3978 17.342 27.7794 17.0607 28.0607C16.7794 28.342 16.3978 28.5 16 28.5C15.6022 28.5 15.2206 28.342 14.9393 28.0607C14.658 27.7794 14.5 27.3978 14.5 27V17.5H5C4.60218 17.5 4.22064 17.342 3.93934 17.0607C3.65804 16.7794 3.5 16.3978 3.5 16C3.5 15.6022 3.65804 15.2206 3.93934 14.9393C4.22064 14.658 4.60218 14.5 5 14.5H14.5V5C14.5 4.60218 14.658 4.22064 14.9393 3.93934C15.2206 3.65804 15.6022 3.5 16 3.5C16.3978 3.5 16.7794 3.65804 17.0607 3.93934C17.342 4.22064 17.5 4.60218 17.5 5V14.5H27C27.3978 14.5 27.7794 14.658 28.0607 14.9393C28.342 15.2206 28.5 15.6022 28.5 16Z"
|
|
28
|
+
fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "fill") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path
|
|
36
|
+
d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM23 17H17V23C17 23.2652 16.8946 23.5196 16.7071 23.7071C16.5196 23.8946 16.2652 24 16 24C15.7348 24 15.4804 23.8946 15.2929 23.7071C15.1054 23.5196 15 23.2652 15 23V17H9C8.73478 17 8.48043 16.8946 8.29289 16.7071C8.10536 16.5196 8 16.2652 8 16C8 15.7348 8.10536 15.4804 8.29289 15.2929C8.48043 15.1054 8.73478 15 9 15H15V9C15 8.73478 15.1054 8.48043 15.2929 8.29289C15.4804 8.10536 15.7348 8 16 8C16.2652 8 16.5196 8.10536 16.7071 8.29289C16.8946 8.48043 17 8.73478 17 9V15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17Z"
|
|
37
|
+
fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
if (type === "duotone") {
|
|
42
|
+
return (
|
|
43
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
44
|
+
<path opacity="0.2"
|
|
45
|
+
d="M27 6V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
<path
|
|
48
|
+
d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H17V27C17 27.2652 16.8946 27.5196 16.7071 27.7071C16.5196 27.8946 16.2652 28 16 28C15.7348 28 15.4804 27.8946 15.2929 27.7071C15.1054 27.5196 15 27.2652 15 27V17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H15V5C15 4.73478 15.1054 4.48043 15.2929 4.29289C15.4804 4.10536 15.7348 4 16 4C16.2652 4 16.5196 4.10536 16.7071 4.29289C16.8946 4.48043 17 4.73478 17 5V15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16Z"
|
|
49
|
+
fill="currentColor"/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return (
|
|
55
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
56
|
+
<path
|
|
57
|
+
d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.75H16.75V27C16.75 27.1989 16.671 27.3897 16.5303 27.5303C16.3897 27.671 16.1989 27.75 16 27.75C15.8011 27.75 15.6103 27.671 15.4697 27.5303C15.329 27.3897 15.25 27.1989 15.25 27V16.75H5C4.80109 16.75 4.61032 16.671 4.46967 16.5303C4.32902 16.3897 4.25 16.1989 4.25 16C4.25 15.8011 4.32902 15.6103 4.46967 15.4697C4.61032 15.329 4.80109 15.25 5 15.25H15.25V5C15.25 4.80109 15.329 4.61032 15.4697 4.46967C15.6103 4.32902 15.8011 4.25 16 4.25C16.1989 4.25 16.3897 4.32902 16.5303 4.46967C16.671 4.61032 16.75 4.80109 16.75 5V15.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16Z"
|
|
58
|
+
fill="currentColor"/>
|
|
59
|
+
</svg>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default Plus;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const PlusCircle = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM16 27.5C13.7255 27.5 11.5021 26.8255 9.61095 25.5619C7.71978 24.2983 6.2458 22.5022 5.37539 20.4009C4.50498 18.2995 4.27724 15.9872 4.72097 13.7565C5.1647 11.5257 6.25997 9.47658 7.86828 7.86827C9.47658 6.25997 11.5257 5.1647 13.7565 4.72097C15.9872 4.27724 18.2995 4.50498 20.4009 5.37539C22.5022 6.24579 24.2983 7.71978 25.5619 9.61094C26.8255 11.5021 27.5 13.7255 27.5 16C27.4967 19.049 26.284 21.9721 24.1281 24.1281C21.9721 26.284 19.049 27.4967 16 27.5ZM21.5 16C21.5 16.1326 21.4473 16.2598 21.3536 16.3536C21.2598 16.4473 21.1326 16.5 21 16.5H16.5V21C16.5 21.1326 16.4473 21.2598 16.3536 21.3536C16.2598 21.4473 16.1326 21.5 16 21.5C15.8674 21.5 15.7402 21.4473 15.6465 21.3536C15.5527 21.2598 15.5 21.1326 15.5 21V16.5H11C10.8674 16.5 10.7402 16.4473 10.6465 16.3536C10.5527 16.2598 10.5 16.1326 10.5 16C10.5 15.8674 10.5527 15.7402 10.6465 15.6464C10.7402 15.5527 10.8674 15.5 11 15.5H15.5V11C15.5 10.8674 15.5527 10.7402 15.6465 10.6464C15.7402 10.5527 15.8674 10.5 16 10.5C16.1326 10.5 16.2598 10.5527 16.3536 10.6464C16.4473 10.7402 16.5 10.8674 16.5 11V15.5H21C21.1326 15.5 21.2598 15.5527 21.3536 15.6464C21.4473 15.7402 21.5 15.8674 21.5 16Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path
|
|
15
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H15V11C15 10.7348 15.1054 10.4804 15.2929 10.2929C15.4804 10.1054 15.7348 10 16 10C16.2652 10 16.5196 10.1054 16.7071 10.2929C16.8946 10.4804 17 10.7348 17 11V15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>;
|
|
18
|
+
}
|
|
19
|
+
if (type === "bold") {
|
|
20
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path
|
|
22
|
+
d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM16 26.5C13.9233 26.5 11.8932 25.8842 10.1665 24.7304C8.4398 23.5767 7.09399 21.9368 6.29927 20.0182C5.50455 18.0996 5.29662 15.9884 5.70176 13.9516C6.10691 11.9148 7.10693 10.0438 8.57538 8.57538C10.0438 7.10693 11.9148 6.1069 13.9516 5.70175C15.9884 5.29661 18.0996 5.50454 20.0182 6.29926C21.9368 7.09399 23.5767 8.4398 24.7304 10.1665C25.8842 11.8932 26.5 13.9233 26.5 16C26.497 18.7839 25.3898 21.4528 23.4213 23.4213C21.4529 25.3898 18.7839 26.497 16 26.5ZM22.5 16C22.5 16.3978 22.342 16.7794 22.0607 17.0607C21.7794 17.342 21.3978 17.5 21 17.5H17.5V21C17.5 21.3978 17.342 21.7794 17.0607 22.0607C16.7794 22.342 16.3978 22.5 16 22.5C15.6022 22.5 15.2206 22.342 14.9393 22.0607C14.658 21.7794 14.5 21.3978 14.5 21V17.5H11C10.6022 17.5 10.2207 17.342 9.93935 17.0607C9.65804 16.7794 9.50001 16.3978 9.50001 16C9.50001 15.6022 9.65804 15.2206 9.93935 14.9393C10.2207 14.658 10.6022 14.5 11 14.5H14.5V11C14.5 10.6022 14.658 10.2206 14.9393 9.93934C15.2206 9.65804 15.6022 9.5 16 9.5C16.3978 9.5 16.7794 9.65804 17.0607 9.93934C17.342 10.2206 17.5 10.6022 17.5 11V14.5H21C21.3978 14.5 21.7794 14.658 22.0607 14.9393C22.342 15.2206 22.5 15.6022 22.5 16Z"
|
|
23
|
+
fill="currentColor" />
|
|
24
|
+
</svg>;
|
|
25
|
+
}
|
|
26
|
+
if (type === "fill") {
|
|
27
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path
|
|
29
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9957 12.5535 27.6247 9.2494 25.1876 6.81236C22.7506 4.37532 19.4465 3.0043 16 3ZM21 17H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H15V11C15 10.7348 15.1054 10.4804 15.2929 10.2929C15.4804 10.1054 15.7348 10 16 10C16.2652 10 16.5196 10.1054 16.7071 10.2929C16.8946 10.4804 17 10.7348 17 11V15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17Z"
|
|
30
|
+
fill="currentColor" />
|
|
31
|
+
</svg>;
|
|
32
|
+
}
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2"
|
|
36
|
+
d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z"
|
|
37
|
+
fill="currentColor" />
|
|
38
|
+
<path
|
|
39
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H15V11C15 10.7348 15.1054 10.4804 15.2929 10.2929C15.4804 10.1054 15.7348 10 16 10C16.2652 10 16.5196 10.1054 16.7071 10.2929C16.8946 10.4804 17 10.7348 17 11V15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
</svg>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
45
|
+
<path
|
|
46
|
+
d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM16 27.25C13.775 27.25 11.5999 26.5902 9.74984 25.354C7.89979 24.1179 6.45785 22.3609 5.60636 20.3052C4.75488 18.2495 4.53209 15.9875 4.96617 13.8052C5.40025 11.6229 6.47171 9.61839 8.04505 8.04505C9.6184 6.47171 11.623 5.40025 13.8052 4.96617C15.9875 4.53208 18.2495 4.75487 20.3052 5.60636C22.3609 6.45784 24.1179 7.89978 25.354 9.74984C26.5902 11.5999 27.25 13.775 27.25 16C27.2467 18.9827 26.0604 21.8422 23.9513 23.9513C21.8422 26.0604 18.9827 27.2467 16 27.25ZM21.75 16C21.75 16.1989 21.671 16.3897 21.5303 16.5303C21.3897 16.671 21.1989 16.75 21 16.75H16.75V21C16.75 21.1989 16.671 21.3897 16.5303 21.5303C16.3897 21.671 16.1989 21.75 16 21.75C15.8011 21.75 15.6103 21.671 15.4697 21.5303C15.329 21.3897 15.25 21.1989 15.25 21V16.75H11C10.8011 16.75 10.6103 16.671 10.4697 16.5303C10.329 16.3897 10.25 16.1989 10.25 16C10.25 15.8011 10.329 15.6103 10.4697 15.4697C10.6103 15.329 10.8011 15.25 11 15.25H15.25V11C15.25 10.8011 15.329 10.6103 15.4697 10.4697C15.6103 10.329 15.8011 10.25 16 10.25C16.1989 10.25 16.3897 10.329 16.5303 10.4697C16.671 10.6103 16.75 10.8011 16.75 11V15.25H21C21.1989 15.25 21.3897 15.329 21.5303 15.4697C21.671 15.6103 21.75 15.8011 21.75 16Z"
|
|
47
|
+
fill="currentColor" />
|
|
48
|
+
</svg>;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export default PlusCircle;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const XIcon = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M25.354 24.6463C25.4478 24.7401 25.5006 24.8673 25.5006 25C25.5006 25.1327 25.4478 25.2599 25.354 25.3538C25.2602 25.4476 25.133 25.5003 25.0003 25.5003C24.8676 25.5003 24.7403 25.4476 24.6465 25.3538L16.0003 16.7075L7.35403 25.3538C7.26021 25.4476 7.13296 25.5003 7.00028 25.5003C6.8676 25.5003 6.74035 25.4476 6.64653 25.3538C6.55271 25.2599 6.5 25.1327 6.5 25C6.5 24.8673 6.55271 24.7401 6.64653 24.6463L15.2928 16L6.64653 7.35375C6.55271 7.25993 6.5 7.13269 6.5 7C6.5 6.86732 6.55271 6.74007 6.64653 6.64625C6.74035 6.55243 6.8676 6.49973 7.00028 6.49973C7.13296 6.49973 7.26021 6.55243 7.35403 6.64625L16.0003 15.2925L24.6465 6.64625C24.693 6.5998 24.7481 6.56295 24.8088 6.53781C24.8695 6.51267 24.9346 6.49973 25.0003 6.49973C25.066 6.49973 25.131 6.51267 25.1917 6.53781C25.2524 6.56295 25.3076 6.5998 25.354 6.64625C25.4005 6.69271 25.4373 6.74786 25.4625 6.80856C25.4876 6.86925 25.5006 6.93431 25.5006 7C25.5006 7.0657 25.4876 7.13076 25.4625 7.19145C25.4373 7.25215 25.4005 7.3073 25.354 7.35375L16.7078 16L25.354 24.6463Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
if (type === "regular") {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
25
|
+
width="32"
|
|
26
|
+
height="32"
|
|
27
|
+
viewBox="0 0 32 32"
|
|
28
|
+
fill="none"
|
|
29
|
+
>
|
|
30
|
+
<path
|
|
31
|
+
d="M25.7081 24.2925C25.801 24.3854 25.8747 24.4957 25.9249 24.6171C25.9752 24.7385 26.0011 24.8686 26.0011 25C26.0011 25.1314 25.9752 25.2615 25.9249 25.3829C25.8747 25.5043 25.801 25.6146 25.7081 25.7075C25.6151 25.8004 25.5048 25.8741 25.3835 25.9244C25.2621 25.9747 25.132 26.0006 25.0006 26.0006C24.8692 26.0006 24.7391 25.9747 24.6177 25.9244C24.4963 25.8741 24.386 25.8004 24.2931 25.7075L16.0006 17.4138L7.70806 25.7075C7.52042 25.8951 7.26592 26.0006 7.00056 26.0006C6.73519 26.0006 6.4807 25.8951 6.29306 25.7075C6.10542 25.5199 6 25.2654 6 25C6 24.7346 6.10542 24.4801 6.29306 24.2925L14.5868 16L6.29306 7.70751C6.10542 7.51987 6 7.26537 6 7.00001C6 6.73464 6.10542 6.48015 6.29306 6.29251C6.4807 6.10487 6.73519 5.99945 7.00056 5.99945C7.26592 5.99945 7.52042 6.10487 7.70806 6.29251L16.0006 14.5863L24.2931 6.29251C24.4807 6.10487 24.7352 5.99945 25.0006 5.99945C25.2659 5.99945 25.5204 6.10487 25.7081 6.29251C25.8957 6.48015 26.0011 6.73464 26.0011 7.00001C26.0011 7.26537 25.8957 7.51987 25.7081 7.70751L17.4143 16L25.7081 24.2925Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
if (type === "bold") {
|
|
38
|
+
return (
|
|
39
|
+
<svg
|
|
40
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
41
|
+
width="32"
|
|
42
|
+
height="32"
|
|
43
|
+
viewBox="0 0 32 32"
|
|
44
|
+
fill="none"
|
|
45
|
+
>
|
|
46
|
+
<path
|
|
47
|
+
d="M26.0612 23.9388C26.343 24.2205 26.5013 24.6027 26.5013 25.0013C26.5013 25.3998 26.343 25.782 26.0612 26.0638C25.7794 26.3455 25.3972 26.5039 24.9987 26.5039C24.6002 26.5039 24.218 26.3455 23.9362 26.0638L15.9999 18.125L8.0612 26.0613C7.7794 26.343 7.39721 26.5014 6.9987 26.5014C6.60018 26.5014 6.21799 26.343 5.9362 26.0613C5.6544 25.7795 5.49609 25.3973 5.49609 24.9988C5.49609 24.6002 5.6544 24.218 5.9362 23.9363L13.8749 16L5.9387 8.06125C5.6569 7.77946 5.49859 7.39727 5.49859 6.99876C5.49859 6.60024 5.6569 6.21805 5.9387 5.93626C6.22049 5.65446 6.60268 5.49615 7.0012 5.49615C7.39971 5.49615 7.7819 5.65446 8.0637 5.93626L15.9999 13.875L23.9387 5.93501C24.2205 5.65321 24.6027 5.4949 25.0012 5.4949C25.3997 5.4949 25.7819 5.65321 26.0637 5.93501C26.3455 6.2168 26.5038 6.59899 26.5038 6.99751C26.5038 7.39602 26.3455 7.77821 26.0637 8.06001L18.1249 16L26.0612 23.9388Z"
|
|
48
|
+
fill="currentColor"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
if (type === "fill") {
|
|
54
|
+
return (
|
|
55
|
+
<svg
|
|
56
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
57
|
+
width="32"
|
|
58
|
+
height="32"
|
|
59
|
+
viewBox="0 0 32 32"
|
|
60
|
+
fill="none"
|
|
61
|
+
>
|
|
62
|
+
<path
|
|
63
|
+
d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM22.7075 21.2925C22.8004 21.3854 22.8741 21.4957 22.9244 21.6171C22.9747 21.7385 23.0006 21.8686 23.0006 22C23.0006 22.1314 22.9747 22.2615 22.9244 22.3829C22.8741 22.5043 22.8004 22.6146 22.7075 22.7075C22.6146 22.8004 22.5043 22.8741 22.3829 22.9244C22.2615 22.9747 22.1314 23.0006 22 23.0006C21.8686 23.0006 21.7385 22.9747 21.6171 22.9244C21.4957 22.8741 21.3854 22.8004 21.2925 22.7075L16 17.4137L10.7075 22.7075C10.5199 22.8951 10.2654 23.0006 10 23.0006C9.73464 23.0006 9.48014 22.8951 9.2925 22.7075C9.10486 22.5199 8.99944 22.2654 8.99944 22C8.99944 21.7346 9.10486 21.4801 9.2925 21.2925L14.5863 16L9.2925 10.7075C9.10486 10.5199 8.99944 10.2654 8.99944 10C8.99944 9.73464 9.10486 9.48014 9.2925 9.2925C9.48014 9.10486 9.73464 8.99944 10 8.99944C10.2654 8.99944 10.5199 9.10486 10.7075 9.2925L16 14.5863L21.2925 9.2925C21.4801 9.10486 21.7346 8.99944 22 8.99944C22.2654 8.99944 22.5199 9.10486 22.7075 9.2925C22.8951 9.48014 23.0006 9.73464 23.0006 10C23.0006 10.2654 22.8951 10.5199 22.7075 10.7075L17.4137 16L22.7075 21.2925Z"
|
|
64
|
+
fill="currentColor"
|
|
65
|
+
/>
|
|
66
|
+
</svg>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
if (type === "duotone") {
|
|
70
|
+
return (
|
|
71
|
+
<svg
|
|
72
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
73
|
+
width="32"
|
|
74
|
+
height="32"
|
|
75
|
+
viewBox="0 0 32 32"
|
|
76
|
+
fill="none"
|
|
77
|
+
>
|
|
78
|
+
<path
|
|
79
|
+
opacity="0.2"
|
|
80
|
+
d="M27 6V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z"
|
|
81
|
+
fill="currentColor"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
d="M25.7081 24.2925C25.801 24.3854 25.8747 24.4957 25.9249 24.6171C25.9752 24.7385 26.0011 24.8686 26.0011 25C26.0011 25.1314 25.9752 25.2615 25.9249 25.3829C25.8747 25.5043 25.801 25.6146 25.7081 25.7075C25.6151 25.8004 25.5048 25.8741 25.3835 25.9244C25.2621 25.9747 25.132 26.0006 25.0006 26.0006C24.8692 26.0006 24.7391 25.9747 24.6177 25.9244C24.4963 25.8741 24.386 25.8004 24.2931 25.7075L16.0006 17.4138L7.70806 25.7075C7.52042 25.8951 7.26592 26.0006 7.00056 26.0006C6.73519 26.0006 6.4807 25.8951 6.29306 25.7075C6.10542 25.5199 6 25.2654 6 25C6 24.7346 6.10542 24.4801 6.29306 24.2925L14.5868 16L6.29306 7.70751C6.10542 7.51987 6 7.26537 6 7.00001C6 6.73464 6.10542 6.48015 6.29306 6.29251C6.4807 6.10487 6.73519 5.99945 7.00056 5.99945C7.26592 5.99945 7.52042 6.10487 7.70806 6.29251L16.0006 14.5863L24.2931 6.29251C24.4807 6.10487 24.7352 5.99945 25.0006 5.99945C25.2659 5.99945 25.5204 6.10487 25.7081 6.29251C25.8957 6.48015 26.0011 6.73464 26.0011 7.00001C26.0011 7.26537 25.8957 7.51987 25.7081 7.70751L17.4143 16L25.7081 24.2925Z"
|
|
85
|
+
fill="currentColor"
|
|
86
|
+
/>
|
|
87
|
+
</svg>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
return (
|
|
92
|
+
<svg
|
|
93
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
94
|
+
width="32"
|
|
95
|
+
height="32"
|
|
96
|
+
viewBox="0 0 32 32"
|
|
97
|
+
fill="none"
|
|
98
|
+
>
|
|
99
|
+
<path
|
|
100
|
+
d="M25.5308 24.47C25.6045 24.5387 25.6636 24.6215 25.7046 24.7135C25.7456 24.8055 25.7676 24.9048 25.7694 25.0055C25.7712 25.1062 25.7527 25.2062 25.7149 25.2996C25.6772 25.393 25.6211 25.4778 25.5499 25.549C25.4786 25.6203 25.3938 25.6764 25.3004 25.7141C25.207 25.7518 25.107 25.7704 25.0063 25.7686C24.9056 25.7668 24.8063 25.7448 24.7143 25.7038C24.6223 25.6628 24.5395 25.6037 24.4708 25.53L16.0008 17.0612L7.53082 25.53C7.38865 25.6625 7.2006 25.7346 7.0063 25.7312C6.812 25.7277 6.62661 25.649 6.4892 25.5116C6.35179 25.3742 6.27308 25.1888 6.26965 24.9945C6.26622 24.8002 6.33834 24.6122 6.47082 24.47L14.9396 16L6.47082 7.53C6.33834 7.38782 6.26622 7.19978 6.26965 7.00548C6.27308 6.81118 6.35179 6.62579 6.4892 6.48838C6.62661 6.35096 6.812 6.27225 7.0063 6.26882C7.2006 6.2654 7.38865 6.33752 7.53082 6.47L16.0008 14.9387L24.4708 6.47C24.613 6.33752 24.801 6.2654 24.9953 6.26882C25.1896 6.27225 25.375 6.35096 25.5124 6.48838C25.6499 6.62579 25.7286 6.81118 25.732 7.00548C25.7354 7.19978 25.6633 7.38782 25.5308 7.53L17.0621 16L25.5308 24.47Z"
|
|
101
|
+
fill="currentColor"
|
|
102
|
+
/>
|
|
103
|
+
</svg>
|
|
104
|
+
);
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
export default XIcon;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Airplay = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M16.375 19.675C16.3281 19.6203 16.2699 19.5764 16.2044 19.5464C16.1389 19.5163 16.0677 19.5007 15.9956 19.5007C15.9236 19.5007 15.8524 19.5163 15.7869 19.5464C15.7214 19.5764 15.6632 19.6203 15.6163 19.675L9.61625 26.675C9.55439 26.7473 9.51445 26.8358 9.50112 26.93C9.4878 27.0242 9.50163 27.1203 9.54101 27.2069C9.58039 27.2936 9.64367 27.3672 9.72343 27.4191C9.80318 27.471 9.89609 27.4991 9.99125 27.5H21.9912C22.0864 27.4991 22.1793 27.471 22.2591 27.4191C22.3388 27.3672 22.4021 27.2936 22.4415 27.2069C22.4809 27.1203 22.4947 27.0242 22.4814 26.93C22.4681 26.8358 22.4281 26.7473 22.3662 26.675L16.375 19.675ZM11.0875 26.5L16 20.7687L20.9125 26.5H11.0875ZM28.5 8V22C28.5 22.663 28.2366 23.2989 27.7678 23.7678C27.2989 24.2366 26.663 24.5 26 24.5H24C23.8674 24.5 23.7402 24.4473 23.6464 24.3536C23.5527 24.2598 23.5 24.1326 23.5 24C23.5 23.8674 23.5527 23.7402 23.6464 23.6464C23.7402 23.5527 23.8674 23.5 24 23.5H26C26.3978 23.5 26.7794 23.342 27.0607 23.0607C27.342 22.7794 27.5 22.3978 27.5 22V8C27.5 7.60218 27.342 7.22064 27.0607 6.93934C26.7794 6.65804 26.3978 6.5 26 6.5H6C5.60218 6.5 5.22064 6.65804 4.93934 6.93934C4.65804 7.22064 4.5 7.60218 4.5 8V22C4.5 22.3978 4.65804 22.7794 4.93934 23.0607C5.22064 23.342 5.60218 23.5 6 23.5H8C8.13261 23.5 8.25979 23.5527 8.35355 23.6464C8.44732 23.7402 8.5 23.8674 8.5 24C8.5 24.1326 8.44732 24.2598 8.35355 24.3536C8.25979 24.4473 8.13261 24.5 8 24.5H6C5.33696 24.5 4.70107 24.2366 4.23223 23.7678C3.76339 23.2989 3.5 22.663 3.5 22V8C3.5 7.33696 3.76339 6.70107 4.23223 6.23223C4.70107 5.76339 5.33696 5.5 6 5.5H26C26.663 5.5 27.2989 5.76339 27.7678 6.23223C28.2366 6.70107 28.5 7.33696 28.5 8Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M16.76 19.3487C16.6661 19.2392 16.5496 19.1512 16.4186 19.0909C16.2875 19.0306 16.1449 18.9994 16.0006 18.9994C15.8563 18.9994 15.7138 19.0306 15.5827 19.0909C15.4516 19.1512 15.3351 19.2392 15.2413 19.3487L9.24125 26.3487C9.11667 26.4939 9.03634 26.6718 9.00979 26.8612C8.98324 27.0506 9.01158 27.2437 9.09145 27.4175C9.17132 27.5913 9.29937 27.7386 9.4604 27.8419C9.62144 27.9451 9.80871 28 10 28H22C22.1913 28 22.3786 27.9451 22.5396 27.8419C22.7006 27.7386 22.8287 27.5913 22.9086 27.4175C22.9884 27.2437 23.0168 27.0506 22.9902 26.8612C22.9637 26.6718 22.8833 26.4939 22.7588 26.3487L16.76 19.3487ZM12.1737 26L16 21.5362L19.8263 26H12.1737ZM29 8V22C29 22.7956 28.6839 23.5587 28.1213 24.1213C27.5587 24.6839 26.7956 25 26 25H24C23.7348 25 23.4804 24.8946 23.2929 24.7071C23.1054 24.5196 23 24.2652 23 24C23 23.7348 23.1054 23.4804 23.2929 23.2929C23.4804 23.1054 23.7348 23 24 23H26C26.2652 23 26.5196 22.8946 26.7071 22.7071C26.8946 22.5196 27 22.2652 27 22V8C27 7.73478 26.8946 7.48043 26.7071 7.29289C26.5196 7.10536 26.2652 7 26 7H6C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8V22C5 22.2652 5.10536 22.5196 5.29289 22.7071C5.48043 22.8946 5.73478 23 6 23H8C8.26522 23 8.51957 23.1054 8.70711 23.2929C8.89464 23.4804 9 23.7348 9 24C9 24.2652 8.89464 24.5196 8.70711 24.7071C8.51957 24.8946 8.26522 25 8 25H6C5.20435 25 4.44129 24.6839 3.87868 24.1213C3.31607 23.5587 3 22.7956 3 22V8C3 7.20435 3.31607 6.44129 3.87868 5.87868C4.44129 5.31607 5.20435 5 6 5H26C26.7956 5 27.5587 5.31607 28.1213 5.87868C28.6839 6.44129 29 7.20435 29 8Z" 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="M17.1388 19.0238C16.9979 18.8595 16.8233 18.7277 16.6267 18.6373C16.4301 18.5469 16.2163 18.5001 16 18.5001C15.7837 18.5001 15.5699 18.5469 15.3733 18.6373C15.1768 18.7277 15.0021 18.8595 14.8612 19.0238L8.86125 26.0238C8.67454 26.2415 8.55421 26.5083 8.51451 26.7924C8.47481 27.0765 8.51742 27.3661 8.63728 27.6267C8.75713 27.8873 8.94921 28.1081 9.19075 28.2629C9.43228 28.4177 9.71313 28.5 10 28.5H22C22.2869 28.5 22.5677 28.4177 22.8093 28.2629C23.0508 28.1081 23.2429 27.8873 23.3627 27.6267C23.4826 27.3661 23.5252 27.0765 23.4855 26.7924C23.4458 26.5083 23.3255 26.2415 23.1388 26.0238L17.1388 19.0238ZM13.2638 25.5L16 22.305L18.7388 25.5H13.2638ZM29.5 8V22C29.5 22.4596 29.4095 22.9148 29.2336 23.3394C29.0577 23.764 28.7999 24.1499 28.4749 24.4749C28.1499 24.7999 27.764 25.0577 27.3394 25.2336C26.9148 25.4095 26.4596 25.5 26 25.5C25.6022 25.5 25.2206 25.342 24.9393 25.0607C24.658 24.7794 24.5 24.3978 24.5 24C24.5 23.6022 24.658 23.2206 24.9393 22.9393C25.2206 22.658 25.6022 22.5 26 22.5C26.1326 22.5 26.2598 22.4473 26.3536 22.3536C26.4473 22.2598 26.5 22.1326 26.5 22V8C26.5 7.86739 26.4473 7.74021 26.3536 7.64645C26.2598 7.55268 26.1326 7.5 26 7.5H6C5.86739 7.5 5.74021 7.55268 5.64645 7.64645C5.55268 7.74021 5.5 7.86739 5.5 8V22C5.5 22.1326 5.55268 22.2598 5.64645 22.3536C5.74021 22.4473 5.86739 22.5 6 22.5C6.39782 22.5 6.77936 22.658 7.06066 22.9393C7.34196 23.2206 7.5 23.6022 7.5 24C7.5 24.3978 7.34196 24.7794 7.06066 25.0607C6.77936 25.342 6.39782 25.5 6 25.5C5.07174 25.5 4.1815 25.1313 3.52513 24.4749C2.86875 23.8185 2.5 22.9283 2.5 22V8C2.5 7.07174 2.86875 6.1815 3.52513 5.52513C4.1815 4.86875 5.07174 4.5 6 4.5H26C26.4596 4.5 26.9148 4.59053 27.3394 4.76642C27.764 4.94231 28.1499 5.20012 28.4749 5.52513C28.7999 5.85013 29.0577 6.23597 29.2336 6.66061C29.4095 7.08525 29.5 7.54037 29.5 8Z" 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.7588 26.3487C22.8833 26.4939 22.9637 26.6718 22.9902 26.8612C23.0168 27.0506 22.9884 27.2437 22.9086 27.4175C22.8287 27.5913 22.7006 27.7386 22.5396 27.8419C22.3786 27.9451 22.1913 28 22 28H10C9.80871 28 9.62144 27.9451 9.4604 27.8419C9.29937 27.7386 9.17132 27.5913 9.09145 27.4175C9.01158 27.2437 8.98324 27.0506 9.00979 26.8612C9.03634 26.6718 9.11667 26.4939 9.24125 26.3487L15.2413 19.3487C15.3351 19.2392 15.4516 19.1512 15.5827 19.0909C15.7138 19.0306 15.8563 18.9994 16.0006 18.9994C16.1449 18.9994 16.2875 19.0306 16.4186 19.0909C16.5496 19.1512 16.6661 19.2392 16.76 19.3487L22.7588 26.3487ZM26 5H6C5.20435 5 4.44129 5.31607 3.87868 5.87868C3.31607 6.44129 3 7.20435 3 8V22C3 22.7956 3.31607 23.5587 3.87868 24.1213C4.44129 24.6839 5.20435 25 6 25H7.5325C7.60388 24.9993 7.67427 24.9833 7.73895 24.9531C7.80364 24.9229 7.86111 24.8792 7.9075 24.825L13.7175 18.0475C13.9991 17.719 14.3485 17.4553 14.7416 17.2746C15.1347 17.0938 15.5623 17.0002 15.995 17.0002C16.4277 17.0002 16.8553 17.0938 17.2484 17.2746C17.6415 17.4553 17.9909 17.719 18.2725 18.0475L24.0875 24.825C24.1339 24.8792 24.1914 24.9229 24.256 24.9531C24.3207 24.9833 24.3911 24.9993 24.4625 25H26C26.7956 25 27.5587 24.6839 28.1213 24.1213C28.6839 23.5587 29 22.7956 29 22V8C29 7.20435 28.6839 6.44129 28.1213 5.87868C27.5587 5.31607 26.7956 5 26 5Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 8V22C28 22.5304 27.7893 23.0391 27.4142 23.4142C27.0391 23.7893 26.5304 24 26 24H19.4287L16 20L12.5712 24H6C5.46957 24 4.96086 23.7893 4.58579 23.4142C4.21071 23.0391 4 22.5304 4 22V8C4 7.46957 4.21071 6.96086 4.58579 6.58579C4.96086 6.21071 5.46957 6 6 6H26C26.5304 6 27.0391 6.21071 27.4142 6.58579C27.7893 6.96086 28 7.46957 28 8Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16.76 19.3487C16.6661 19.2392 16.5496 19.1512 16.4186 19.0909C16.2875 19.0306 16.1449 18.9994 16.0006 18.9994C15.8563 18.9994 15.7138 19.0306 15.5827 19.0909C15.4516 19.1512 15.3351 19.2392 15.2413 19.3487L9.24125 26.3487C9.11667 26.4939 9.03634 26.6718 9.00979 26.8612C8.98324 27.0506 9.01158 27.2437 9.09145 27.4175C9.17132 27.5913 9.29937 27.7386 9.4604 27.8419C9.62144 27.9451 9.80871 28 10 28H22C22.1913 28 22.3786 27.9451 22.5396 27.8419C22.7006 27.7386 22.8287 27.5913 22.9086 27.4175C22.9884 27.2437 23.0168 27.0506 22.9902 26.8612C22.9637 26.6718 22.8833 26.4939 22.7588 26.3487L16.76 19.3487ZM12.1737 26L16 21.5362L19.8263 26H12.1737ZM29 8V22C29 22.7956 28.6839 23.5587 28.1213 24.1213C27.5587 24.6839 26.7956 25 26 25H24C23.7348 25 23.4804 24.8946 23.2929 24.7071C23.1054 24.5196 23 24.2652 23 24C23 23.7348 23.1054 23.4804 23.2929 23.2929C23.4804 23.1054 23.7348 23 24 23H26C26.2652 23 26.5196 22.8946 26.7071 22.7071C26.8946 22.5196 27 22.2652 27 22V8C27 7.73478 26.8946 7.48043 26.7071 7.29289C26.5196 7.10536 26.2652 7 26 7H6C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8V22C5 22.2652 5.10536 22.5196 5.29289 22.7071C5.48043 22.8946 5.73478 23 6 23H8C8.26522 23 8.51957 23.1054 8.70711 23.2929C8.89464 23.4804 9 23.7348 9 24C9 24.2652 8.89464 24.5196 8.70711 24.7071C8.51957 24.8946 8.26522 25 8 25H6C5.20435 25 4.44129 24.6839 3.87868 24.1213C3.31607 23.5587 3 22.7956 3 22V8C3 7.20435 3.31607 6.44129 3.87868 5.87868C4.44129 5.31607 5.20435 5 6 5H26C26.7956 5 27.5587 5.31607 28.1213 5.87868C28.6839 6.44129 29 7.20435 29 8Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M16.57 19.5125C16.4996 19.4304 16.4123 19.3645 16.314 19.3193C16.2157 19.2741 16.1088 19.2507 16.0006 19.2507C15.8925 19.2507 15.7856 19.2741 15.6873 19.3193C15.589 19.3645 15.5017 19.4304 15.4312 19.5125L9.43125 26.5125C9.33813 26.6214 9.27813 26.7546 9.25837 26.8965C9.23861 27.0384 9.2599 27.183 9.31973 27.3132C9.37956 27.4434 9.47542 27.5537 9.59597 27.6311C9.71653 27.7085 9.85673 27.7498 10 27.75H22C22.1434 27.75 22.2837 27.7089 22.4045 27.6316C22.5252 27.5543 22.6213 27.444 22.6813 27.3138C22.7412 27.1835 22.7626 27.0389 22.7429 26.8968C22.7232 26.7548 22.6632 26.6215 22.57 26.5125L16.57 19.5125ZM11.6313 26.25L16.0063 21.1525L20.375 26.25H11.6313ZM28.75 8V22C28.75 22.7293 28.4603 23.4288 27.9445 23.9445C27.4288 24.4603 26.7293 24.75 26 24.75H24C23.8011 24.75 23.6103 24.671 23.4697 24.5303C23.329 24.3897 23.25 24.1989 23.25 24C23.25 23.8011 23.329 23.6103 23.4697 23.4697C23.6103 23.329 23.8011 23.25 24 23.25H26C26.3315 23.25 26.6495 23.1183 26.8839 22.8839C27.1183 22.6495 27.25 22.3315 27.25 22V8C27.25 7.66848 27.1183 7.35054 26.8839 7.11612C26.6495 6.8817 26.3315 6.75 26 6.75H6C5.66848 6.75 5.35054 6.8817 5.11612 7.11612C4.8817 7.35054 4.75 7.66848 4.75 8V22C4.75 22.3315 4.8817 22.6495 5.11612 22.8839C5.35054 23.1183 5.66848 23.25 6 23.25H8C8.19891 23.25 8.38968 23.329 8.53033 23.4697C8.67098 23.6103 8.75 23.8011 8.75 24C8.75 24.1989 8.67098 24.3897 8.53033 24.5303C8.38968 24.671 8.19891 24.75 8 24.75H6C5.27065 24.75 4.57118 24.4603 4.05546 23.9445C3.53973 23.4288 3.25 22.7293 3.25 22V8C3.25 7.27065 3.53973 6.57118 4.05546 6.05546C4.57118 5.53973 5.27065 5.25 6 5.25H26C26.7293 5.25 27.4288 5.53973 27.9445 6.05546C28.4603 6.57118 28.75 7.27065 28.75 8Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Airplay;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Aperture = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M24.8384 7.16114C23.6795 5.99207 22.3011 5.0634 20.7824 4.42846C19.2636 3.79352 17.6344 3.46482 15.9883 3.46121C14.3422 3.45761 12.7116 3.77918 11.19 4.40746C9.66853 5.03574 8.28609 5.95836 7.1221 7.12235C5.95811 8.28634 5.03549 9.66877 4.40721 11.1903C3.77893 12.7118 3.45736 14.3424 3.46097 15.9886C3.46457 17.6347 3.79328 19.2639 4.42822 20.7826C5.06316 22.3014 5.99182 23.6798 7.1609 24.8386C8.31978 26.0077 9.69816 26.9364 11.2169 27.5713C12.7357 28.2063 14.3649 28.535 16.011 28.5386C17.6571 28.5422 19.2877 28.2206 20.8092 27.5923C22.3308 26.964 23.7132 26.0414 24.8772 24.8774C26.0412 23.7134 26.9638 22.331 27.5921 20.8095C28.2204 19.288 28.5419 17.6574 28.5383 16.0112C28.5347 14.3651 28.206 12.7359 27.5711 11.2172C26.9361 9.6984 26.0075 8.32002 24.8384 7.16114ZM26.1346 21.4449L18.5096 20.0524L26.2996 10.8749C27.116 12.5216 27.527 14.3396 27.4983 16.1774C27.4696 18.0152 27.0021 19.8195 26.1346 21.4399V21.4449ZM11.9834 15.2661L14.6246 12.1549L18.6421 12.8874L20.0171 16.7336L17.3746 19.8449L13.3571 19.1124L11.9834 15.2661ZM25.7796 9.94739L20.7634 15.8536L16.7184 4.52489C18.5519 4.64011 20.3311 5.19247 21.9075 6.13582C23.4839 7.07916 24.8116 8.38609 25.7796 9.94739ZM7.87465 7.87489C9.9413 5.79737 12.7278 4.59432 15.6571 4.51489L18.2496 11.8011L6.41465 9.63864C6.84205 9.00408 7.33109 8.4133 7.87465 7.87489ZM5.87465 10.5611L13.4996 11.9536L5.69965 21.1249C4.88326 19.4782 4.47229 17.6601 4.501 15.8224C4.5297 13.9846 4.99724 12.1803 5.86465 10.5599L5.87465 10.5611ZM6.22965 22.0611L11.2459 16.1549L15.2909 27.4836C13.4574 27.3684 11.6782 26.8161 10.1018 25.8727C8.52543 24.9294 7.19773 23.6224 6.22965 22.0611ZM24.1409 24.1399C22.0742 26.2174 19.2877 27.4205 16.3584 27.4999L13.7496 20.1986L25.5896 22.3611C25.163 22.9978 24.6743 23.5907 24.1309 24.1311L24.1409 24.1399Z" 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.1927 6.80741C22.7547 4.36941 19.448 2.99976 16.0002 2.99976C12.5523 2.99976 9.24566 4.36941 6.80766 6.80741C4.36966 9.24542 3 12.5521 3 15.9999C3 19.4478 4.36966 22.7544 6.80766 25.1924C9.24566 27.6304 12.5523 29.0001 16.0002 29.0001C19.448 29.0001 22.7547 27.6304 25.1927 25.1924C27.6307 22.7544 29.0003 19.4478 29.0003 15.9999C29.0003 12.5521 27.6307 9.24542 25.1927 6.80741ZM23.7789 8.22241C24.2917 8.73738 24.7522 9.30179 25.1539 9.90741L20.9439 14.8749L17.4539 5.09741C19.85 5.4104 22.0745 6.50948 23.7789 8.22241ZM19.4489 16.6249L17.1789 19.2962L13.7302 18.6712L12.5514 15.3749L14.8214 12.7037L18.2702 13.3287L19.4489 16.6249ZM8.22141 8.22241C10.11 6.32356 12.6306 5.18513 15.3039 5.02366L17.4927 11.1487L7.28766 9.28991C7.57562 8.91436 7.88752 8.55779 8.22141 8.22241ZM5.83141 20.1924C5.238 18.7433 4.95932 17.1846 5.01384 15.6197C5.06836 14.0547 5.45484 12.5192 6.14766 11.1149L12.5489 12.2837L5.83141 20.1924ZM8.22141 23.7774C7.70865 23.2624 7.24807 22.698 6.84641 22.0924L11.0564 17.1249L14.5464 26.8974C12.151 26.5858 9.92651 25.4885 8.22141 23.7774ZM23.7789 23.7774C21.8903 25.6763 19.3697 26.8147 16.6964 26.9762L14.5077 20.8512L24.7127 22.7149C24.4245 23.0887 24.1126 23.4436 23.7789 23.7774ZM19.4514 19.7162L26.1689 11.8074C26.7623 13.2565 27.041 14.8152 26.9865 16.3802C26.932 17.9451 26.5455 19.4806 25.8527 20.8849L19.4514 19.7162Z" 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.5515 6.45376C23.6634 4.56583 21.258 3.28017 18.6393 2.75934C16.0205 2.23851 13.3062 2.50591 10.8394 3.52772C8.37268 4.54952 6.26432 6.27985 4.78096 8.4999C3.2976 10.7199 2.50586 13.33 2.50586 16C2.50586 18.67 3.2976 21.2801 4.78096 23.5001C6.26432 25.7202 8.37268 27.4505 10.8394 28.4723C13.3062 29.4941 16.0205 29.7615 18.6393 29.2407C21.258 28.7198 23.6634 27.4342 25.5515 25.5463C26.8145 24.2979 27.8172 22.8113 28.5015 21.1727C29.1859 19.534 29.5383 17.7758 29.5383 16C29.5383 14.2242 29.1859 12.466 28.5015 10.8274C27.8172 9.18869 26.8145 7.70212 25.5515 6.45376ZM23.4265 8.57876C23.8298 8.9801 24.1998 9.41361 24.5327 9.87501L21.1252 13.8863L18.2127 5.73501C20.1898 6.15669 22.0019 7.14329 23.429 8.57501L23.4265 8.57876ZM8.57024 8.57876C10.2828 6.85752 12.5422 5.78771 14.959 5.55376L16.729 10.51L8.21399 8.95126C8.33024 8.82376 8.44899 8.69876 8.57274 8.57501L8.57024 8.57876ZM6.00024 19.2125C5.20828 16.7335 5.35962 14.0493 6.42524 11.675L11.6052 12.625L6.00024 19.2125ZM8.56899 23.425C8.16728 23.0222 7.79898 22.5875 7.46774 22.125L10.8752 18.1138L13.7877 26.265C11.8112 25.843 9.99957 24.8565 8.57274 23.425H8.56899ZM13.114 15.4738L15.0115 13.2425L17.894 13.7688L18.879 16.5263L16.9827 18.7575L14.1002 18.2313L13.114 15.4738ZM23.4252 23.425C21.7124 25.1458 19.4531 26.2155 17.0365 26.45L15.269 21.5L23.7865 23.055C23.6702 23.1763 23.5515 23.3013 23.429 23.425H23.4252ZM20.3952 19.375L26.0002 12.7875C26.7924 15.2666 26.6406 17.951 25.574 20.325L20.3952 19.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="M29.0002 16C29.0003 13.4288 28.2379 10.9153 26.8094 8.77745C25.3809 6.63957 23.3506 4.9733 20.9751 3.98934C18.5997 3.00538 15.9858 2.74794 13.464 3.24957C10.9422 3.75119 8.62581 4.98936 6.80773 6.80749C4.9896 8.62557 3.75144 10.942 3.24981 13.4637C2.74818 15.9855 3.00563 18.5994 3.98958 20.9749C4.97354 23.3504 6.63982 25.3807 8.7777 26.8092C10.9156 28.2376 13.429 29 16.0002 29H16.0115C19.4573 28.997 22.7611 27.626 25.1966 25.1884C27.6321 22.7507 29.0002 19.4459 29.0002 16ZM6.14773 11.115L12.549 12.2837L5.83148 20.1912C5.23809 18.7423 4.95943 17.1839 5.01395 15.6191C5.06847 14.0544 5.45494 12.5191 6.14773 11.115ZM26.169 11.8075C26.7624 13.2566 27.0411 14.8153 26.9865 16.3802C26.932 17.9452 26.5456 19.4807 25.8527 20.885L19.4515 19.7162L26.169 11.8075ZM25.159 9.90749L20.944 14.875L17.454 5.09749C19.8499 5.41084 22.0744 6.50986 23.779 8.22249C24.2931 8.73752 24.7554 9.30191 25.159 9.90749ZM15.304 5.02374L17.4927 11.1487L7.28773 9.28999C7.57599 8.91429 7.88787 8.55731 8.22148 8.22123C10.1105 6.32314 12.631 5.18521 15.304 5.02374ZM6.84148 22.0925L11.0565 17.125L14.5465 26.8975C12.9937 26.6906 11.5031 26.1544 10.1743 25.3249C8.84554 24.4954 7.70924 23.3916 6.84148 22.0875V22.0925ZM16.6965 26.975L14.5077 20.85L17.3927 21.375L24.7077 22.7112C23.7549 23.9548 22.5461 24.9791 21.1631 25.7149C19.7801 26.4507 18.2552 26.8809 16.6915 26.9762L16.6965 26.975Z" 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="M24.4856 7.51501C22.8074 5.8367 20.6692 4.69373 18.3414 4.23064C16.0136 3.76755 13.6007 4.00515 11.408 4.91338C9.21522 5.8216 7.34103 7.35967 6.02242 9.33308C4.70381 11.3065 4 13.6266 4 16C4 18.3734 4.70381 20.6935 6.02242 22.6669C7.34103 24.6403 9.21522 26.1784 11.408 27.0866C13.6007 27.9949 16.0136 28.2325 18.3414 27.7694C20.6692 27.3063 22.8074 26.1633 24.4856 24.485C26.7358 22.2346 28 19.1825 28 16C28 12.8175 26.7358 9.76542 24.4856 7.51501ZM17.5681 20.39L12.9831 19.5538L11.4156 15.1625L14.4331 11.6113L19.0181 12.4475L20.5856 16.8375L17.5681 20.39Z" fill="currentColor"/>
|
|
36
|
+
<path d="M25.1927 6.80741C22.7547 4.36941 19.448 2.99976 16.0002 2.99976C12.5523 2.99976 9.24566 4.36941 6.80766 6.80741C4.36966 9.24542 3 12.5521 3 15.9999C3 19.4478 4.36966 22.7544 6.80766 25.1924C9.24566 27.6304 12.5523 29.0001 16.0002 29.0001C19.448 29.0001 22.7547 27.6304 25.1927 25.1924C27.6307 22.7544 29.0003 19.4478 29.0003 15.9999C29.0003 12.5521 27.6307 9.24542 25.1927 6.80741ZM23.7789 8.22241C24.2917 8.73738 24.7522 9.30179 25.1539 9.90741L20.9439 14.8749L17.4539 5.09741C19.85 5.4104 22.0745 6.50948 23.7789 8.22241ZM19.4489 16.6249L17.1789 19.2962L13.7302 18.6712L12.5514 15.3749L14.8214 12.7037L18.2702 13.3287L19.4489 16.6249ZM8.22141 8.22241C10.11 6.32356 12.6306 5.18513 15.3039 5.02366L17.4927 11.1487L7.28766 9.28991C7.57562 8.91436 7.88752 8.55779 8.22141 8.22241ZM5.83141 20.1924C5.238 18.7433 4.95932 17.1846 5.01384 15.6197C5.06836 14.0547 5.45484 12.5192 6.14766 11.1149L12.5489 12.2837L5.83141 20.1924ZM8.22141 23.7774C7.70865 23.2624 7.24807 22.698 6.84641 22.0924L11.0564 17.1249L14.5464 26.8974C12.151 26.5858 9.92651 25.4885 8.22141 23.7774ZM23.7789 23.7774C21.8903 25.6763 19.3697 26.8147 16.6964 26.9762L14.5077 20.8512L24.7127 22.7149C24.4245 23.0887 24.1126 23.4436 23.7789 23.7774ZM19.4514 19.7162L26.1689 11.8074C26.7623 13.2565 27.041 14.8152 26.9865 16.3802C26.932 17.9451 26.5455 19.4806 25.8527 20.8849L19.4514 19.7162Z" 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.0145 6.98506C22.6169 4.62606 19.3843 3.31001 16.0208 3.32359C12.6573 3.33717 9.43542 4.67927 7.05697 7.05756C4.67851 9.43585 3.33619 12.6576 3.32237 16.0211C3.30856 19.3846 4.62438 22.6173 6.98322 25.0151C8.16358 26.2149 9.5698 27.1691 11.1208 27.8228C12.6718 28.4764 14.3368 28.8165 16.0199 28.8234C17.703 28.8303 19.3708 28.5039 20.9271 27.863C22.4834 27.2222 23.8974 26.2795 25.0876 25.0894C26.2777 23.8993 27.2205 22.4854 27.8615 20.9291C28.5024 19.3729 28.829 17.7051 28.8222 16.022C28.8154 14.3389 28.4754 12.6739 27.8219 11.1228C27.1684 9.57179 26.2142 8.1655 25.0145 6.98506ZM12.2645 15.3188L14.7207 12.4263L18.4532 13.1088L19.7295 16.6813L17.2732 19.5738L13.5407 18.8913L12.2645 15.3188ZM26.2407 11.3363C26.9436 12.8872 27.2862 14.5772 27.2429 16.2794C27.1996 17.9816 26.7715 19.6519 25.9907 21.1651L18.9732 19.8851L26.2407 11.3363ZM25.4707 9.92631L20.8532 15.3613L17.082 4.80256C19.6824 5.04592 22.1152 6.1933 23.957 8.04506C24.5266 8.61687 25.0341 9.24748 25.4707 9.92631ZM8.04447 8.05131C10.0208 6.06102 12.6736 4.88702 15.4757 4.76256L17.8745 11.4776L6.84322 9.46381C7.20435 8.95898 7.6061 8.48449 8.04447 8.04506V8.05131ZM5.99947 10.8351L13.017 12.1151L5.75822 20.6638C5.05535 19.1129 4.71271 17.423 4.75601 15.7208C4.79931 14.0186 5.22741 12.3482 6.00822 10.8351H5.99947ZM6.52572 22.0738L11.1432 16.6388L14.9145 27.1976C12.3141 26.9542 9.88129 25.8068 8.03947 23.9551C7.47068 23.3831 6.9641 22.7525 6.52822 22.0738H6.52572ZM23.952 23.9488C21.975 25.9373 19.3221 27.1091 16.5207 27.2313L14.1245 20.5226L25.1545 22.5363C24.7937 23.0411 24.3924 23.5156 23.9545 23.9551L23.952 23.9488Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Aperture;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Article = ({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="M27 5.5H5C4.60218 5.5 4.22064 5.65804 3.93934 5.93934C3.65804 6.22064 3.5 6.60218 3.5 7V25C3.5 25.3978 3.65804 25.7794 3.93934 26.0607C4.22064 26.342 4.60218 26.5 5 26.5H27C27.3978 26.5 27.7794 26.342 28.0607 26.0607C28.342 25.7794 28.5 25.3978 28.5 25V7C28.5 6.60218 28.342 6.22064 28.0607 5.93934C27.7794 5.65804 27.3978 5.5 27 5.5ZM27.5 25C27.5 25.1326 27.4473 25.2598 27.3536 25.3536C27.2598 25.4473 27.1326 25.5 27 25.5H5C4.86739 25.5 4.74021 25.4473 4.64645 25.3536C4.55268 25.2598 4.5 25.1326 4.5 25V7C4.5 6.86739 4.55268 6.74021 4.64645 6.64645C4.74021 6.55268 4.86739 6.5 5 6.5H27C27.1326 6.5 27.2598 6.55268 27.3536 6.64645C27.4473 6.74021 27.5 6.86739 27.5 7V25ZM22.5 12C22.5 12.1326 22.4473 12.2598 22.3536 12.3536C22.2598 12.4473 22.1326 12.5 22 12.5H10C9.86739 12.5 9.74021 12.4473 9.64645 12.3536C9.55268 12.2598 9.5 12.1326 9.5 12C9.5 11.8674 9.55268 11.7402 9.64645 11.6464C9.74021 11.5527 9.86739 11.5 10 11.5H22C22.1326 11.5 22.2598 11.5527 22.3536 11.6464C22.4473 11.7402 22.5 11.8674 22.5 12ZM22.5 16C22.5 16.1326 22.4473 16.2598 22.3536 16.3536C22.2598 16.4473 22.1326 16.5 22 16.5H10C9.86739 16.5 9.74021 16.4473 9.64645 16.3536C9.55268 16.2598 9.5 16.1326 9.5 16C9.5 15.8674 9.55268 15.7402 9.64645 15.6464C9.74021 15.5527 9.86739 15.5 10 15.5H22C22.1326 15.5 22.2598 15.5527 22.3536 15.6464C22.4473 15.7402 22.5 15.8674 22.5 16ZM22.5 20C22.5 20.1326 22.4473 20.2598 22.3536 20.3536C22.2598 20.4473 22.1326 20.5 22 20.5H10C9.86739 20.5 9.74021 20.4473 9.64645 20.3536C9.55268 20.2598 9.5 20.1326 9.5 20C9.5 19.8674 9.55268 19.7402 9.64645 19.6464C9.74021 19.5527 9.86739 19.5 10 19.5H22C22.1326 19.5 22.2598 19.5527 22.3536 19.6464C22.4473 19.7402 22.5 19.8674 22.5 20Z" 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="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 25H5V7H27V25ZM23 12C23 12.2652 22.8946 12.5196 22.7071 12.7071C22.5196 12.8946 22.2652 13 22 13H10C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12ZM23 16C23 16.2652 22.8946 16.5196 22.7071 16.7071C22.5196 16.8946 22.2652 17 22 17H10C9.73478 17 9.48043 16.8946 9.29289 16.7071C9.10536 16.5196 9 16.2652 9 16C9 15.7348 9.10536 15.4804 9.29289 15.2929C9.48043 15.1054 9.73478 15 10 15H22C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 16ZM23 20C23 20.2652 22.8946 20.5196 22.7071 20.7071C22.5196 20.8946 22.2652 21 22 21H10C9.73478 21 9.48043 20.8946 9.29289 20.7071C9.10536 20.5196 9 20.2652 9 20C9 19.7348 9.10536 19.4804 9.29289 19.2929C9.48043 19.1054 9.73478 19 10 19H22C22.2652 19 22.5196 19.1054 22.7071 19.2929C22.8946 19.4804 23 19.7348 23 20Z" 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="M27 4.5H5C4.33696 4.5 3.70107 4.76339 3.23223 5.23223C2.76339 5.70107 2.5 6.33696 2.5 7V25C2.5 25.663 2.76339 26.2989 3.23223 26.7678C3.70107 27.2366 4.33696 27.5 5 27.5H27C27.663 27.5 28.2989 27.2366 28.7678 26.7678C29.2366 26.2989 29.5 25.663 29.5 25V7C29.5 6.33696 29.2366 5.70107 28.7678 5.23223C28.2989 4.76339 27.663 4.5 27 4.5ZM26.5 24.5H5.5V7.5H26.5V24.5ZM8.5 11.5C8.5 11.1022 8.65804 10.7206 8.93934 10.4393C9.22064 10.158 9.60218 10 10 10H22C22.3978 10 22.7794 10.158 23.0607 10.4393C23.342 10.7206 23.5 11.1022 23.5 11.5C23.5 11.8978 23.342 12.2794 23.0607 12.5607C22.7794 12.842 22.3978 13 22 13H10C9.60218 13 9.22064 12.842 8.93934 12.5607C8.65804 12.2794 8.5 11.8978 8.5 11.5ZM8.5 16C8.5 15.6022 8.65804 15.2206 8.93934 14.9393C9.22064 14.658 9.60218 14.5 10 14.5H22C22.3978 14.5 22.7794 14.658 23.0607 14.9393C23.342 15.2206 23.5 15.6022 23.5 16C23.5 16.3978 23.342 16.7794 23.0607 17.0607C22.7794 17.342 22.3978 17.5 22 17.5H10C9.60218 17.5 9.22064 17.342 8.93934 17.0607C8.65804 16.7794 8.5 16.3978 8.5 16ZM8.5 20.5C8.5 20.1022 8.65804 19.7206 8.93934 19.4393C9.22064 19.158 9.60218 19 10 19H22C22.3978 19 22.7794 19.158 23.0607 19.4393C23.342 19.7206 23.5 20.1022 23.5 20.5C23.5 20.8978 23.342 21.2794 23.0607 21.5607C22.7794 21.842 22.3978 22 22 22H10C9.60218 22 9.22064 21.842 8.93934 21.5607C8.65804 21.2794 8.5 20.8978 8.5 20.5Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM22 21H10C9.73478 21 9.48043 20.8946 9.29289 20.7071C9.10536 20.5196 9 20.2652 9 20C9 19.7348 9.10536 19.4804 9.29289 19.2929C9.48043 19.1054 9.73478 19 10 19H22C22.2652 19 22.5196 19.1054 22.7071 19.2929C22.8946 19.4804 23 19.7348 23 20C23 20.2652 22.8946 20.5196 22.7071 20.7071C22.5196 20.8946 22.2652 21 22 21ZM22 17H10C9.73478 17 9.48043 16.8946 9.29289 16.7071C9.10536 16.5196 9 16.2652 9 16C9 15.7348 9.10536 15.4804 9.29289 15.2929C9.48043 15.1054 9.73478 15 10 15H22C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 16C23 16.2652 22.8946 16.5196 22.7071 16.7071C22.5196 16.8946 22.2652 17 22 17ZM22 13H10C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12C23 12.2652 22.8946 12.5196 22.7071 12.7071C22.5196 12.8946 22.2652 13 22 13Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 7V25C28 25.2652 27.8946 25.5196 27.7071 25.7071C27.5196 25.8946 27.2652 26 27 26H5C4.73478 26 4.48043 25.8946 4.29289 25.7071C4.10536 25.5196 4 25.2652 4 25V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z" fill="currentColor"/>
|
|
36
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 25H5V7H27V25ZM23 12C23 12.2652 22.8946 12.5196 22.7071 12.7071C22.5196 12.8946 22.2652 13 22 13H10C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12ZM23 16C23 16.2652 22.8946 16.5196 22.7071 16.7071C22.5196 16.8946 22.2652 17 22 17H10C9.73478 17 9.48043 16.8946 9.29289 16.7071C9.10536 16.5196 9 16.2652 9 16C9 15.7348 9.10536 15.4804 9.29289 15.2929C9.48043 15.1054 9.73478 15 10 15H22C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 16ZM23 20C23 20.2652 22.8946 20.5196 22.7071 20.7071C22.5196 20.8946 22.2652 21 22 21H10C9.73478 21 9.48043 20.8946 9.29289 20.7071C9.10536 20.5196 9 20.2652 9 20C9 19.7348 9.10536 19.4804 9.29289 19.2929C9.48043 19.1054 9.73478 19 10 19H22C22.2652 19 22.5196 19.1054 22.7071 19.2929C22.8946 19.4804 23 19.7348 23 20Z" 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="M27 5.25H5C4.53587 5.25 4.09075 5.43437 3.76256 5.76256C3.43437 6.09075 3.25 6.53587 3.25 7V25C3.25 25.4641 3.43437 25.9092 3.76256 26.2374C4.09075 26.5656 4.53587 26.75 5 26.75H27C27.4641 26.75 27.9092 26.5656 28.2374 26.2374C28.5656 25.9092 28.75 25.4641 28.75 25V7C28.75 6.53587 28.5656 6.09075 28.2374 5.76256C27.9092 5.43437 27.4641 5.25 27 5.25ZM27.25 25C27.25 25.0663 27.2237 25.1299 27.1768 25.1768C27.1299 25.2237 27.0663 25.25 27 25.25H5C4.9337 25.25 4.87011 25.2237 4.82322 25.1768C4.77634 25.1299 4.75 25.0663 4.75 25V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82322C4.87011 6.77634 4.9337 6.75 5 6.75H27C27.0663 6.75 27.1299 6.77634 27.1768 6.82322C27.2237 6.87011 27.25 6.9337 27.25 7V25ZM22.75 12C22.75 12.1989 22.671 12.3897 22.5303 12.5303C22.3897 12.671 22.1989 12.75 22 12.75H10C9.80109 12.75 9.61032 12.671 9.46967 12.5303C9.32902 12.3897 9.25 12.1989 9.25 12C9.25 11.8011 9.32902 11.6103 9.46967 11.4697C9.61032 11.329 9.80109 11.25 10 11.25H22C22.1989 11.25 22.3897 11.329 22.5303 11.4697C22.671 11.6103 22.75 11.8011 22.75 12ZM22.75 16C22.75 16.1989 22.671 16.3897 22.5303 16.5303C22.3897 16.671 22.1989 16.75 22 16.75H10C9.80109 16.75 9.61032 16.671 9.46967 16.5303C9.32902 16.3897 9.25 16.1989 9.25 16C9.25 15.8011 9.32902 15.6103 9.46967 15.4697C9.61032 15.329 9.80109 15.25 10 15.25H22C22.1989 15.25 22.3897 15.329 22.5303 15.4697C22.671 15.6103 22.75 15.8011 22.75 16ZM22.75 20C22.75 20.1989 22.671 20.3897 22.5303 20.5303C22.3897 20.671 22.1989 20.75 22 20.75H10C9.80109 20.75 9.61032 20.671 9.46967 20.5303C9.32902 20.3897 9.25 20.1989 9.25 20C9.25 19.8011 9.32902 19.6103 9.46967 19.4697C9.61032 19.329 9.80109 19.25 10 19.25H22C22.1989 19.25 22.3897 19.329 22.5303 19.4697C22.671 19.6103 22.75 19.8011 22.75 20Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Article;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ArticleMedium = ({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="M6.5 17C6.5 17.1326 6.44732 17.2598 6.35355 17.3536C6.25979 17.4473 6.13261 17.5 6 17.5H3C2.86739 17.5 2.74021 17.4473 2.64645 17.3536C2.55268 17.2598 2.5 17.1326 2.5 17C2.5 16.8674 2.55268 16.7402 2.64645 16.6464C2.74021 16.5527 2.86739 16.5 3 16.5H4.5V7.5H3C2.86739 7.5 2.74021 7.44732 2.64645 7.35355C2.55268 7.25979 2.5 7.13261 2.5 7C2.5 6.86739 2.55268 6.74022 2.64645 6.64645C2.74021 6.55268 2.86739 6.5 3 6.5H5C5.08464 6.49991 5.16792 6.52131 5.24204 6.56219C5.31615 6.60308 5.37868 6.66211 5.42375 6.73375L10 14.0563L14.5763 6.735C14.6212 6.66312 14.6836 6.60385 14.7578 6.56274C14.8319 6.52163 14.9152 6.50004 15 6.5H17C17.1326 6.5 17.2598 6.55268 17.3536 6.64645C17.4473 6.74022 17.5 6.86739 17.5 7C17.5 7.13261 17.4473 7.25979 17.3536 7.35355C17.2598 7.44732 17.1326 7.5 17 7.5H15.5V16.5H17C17.1326 16.5 17.2598 16.5527 17.3536 16.6464C17.4473 16.7402 17.5 16.8674 17.5 17C17.5 17.1326 17.4473 17.2598 17.3536 17.3536C17.2598 17.4473 17.1326 17.5 17 17.5H14C13.8674 17.5 13.7402 17.4473 13.6464 17.3536C13.5527 17.2598 13.5 17.1326 13.5 17C13.5 16.8674 13.5527 16.7402 13.6464 16.6464C13.7402 16.5527 13.8674 16.5 14 16.5H14.5V8.75L10.4237 15.265C10.3788 15.3368 10.3163 15.396 10.2422 15.437C10.1681 15.4781 10.0847 15.4996 10 15.4996C9.91528 15.4996 9.83194 15.4781 9.75782 15.437C9.6837 15.396 9.62122 15.3368 9.57625 15.265L5.5 8.75V16.5H6C6.13261 16.5 6.25979 16.5527 6.35355 16.6464C6.44732 16.7402 6.5 16.8674 6.5 17ZM21 13.5H30C30.1326 13.5 30.2598 13.4473 30.3536 13.3536C30.4473 13.2598 30.5 13.1326 30.5 13C30.5 12.8674 30.4473 12.7402 30.3536 12.6464C30.2598 12.5527 30.1326 12.5 30 12.5H21C20.8674 12.5 20.7402 12.5527 20.6464 12.6464C20.5527 12.7402 20.5 12.8674 20.5 13C20.5 13.1326 20.5527 13.2598 20.6464 13.3536C20.7402 13.4473 20.8674 13.5 21 13.5ZM30 16.5H21C20.8674 16.5 20.7402 16.5527 20.6464 16.6464C20.5527 16.7402 20.5 16.8674 20.5 17C20.5 17.1326 20.5527 17.2598 20.6464 17.3536C20.7402 17.4473 20.8674 17.5 21 17.5H30C30.1326 17.5 30.2598 17.4473 30.3536 17.3536C30.4473 17.2598 30.5 17.1326 30.5 17C30.5 16.8674 30.4473 16.7402 30.3536 16.6464C30.2598 16.5527 30.1326 16.5 30 16.5ZM30 20.5H9C8.86739 20.5 8.74021 20.5527 8.64645 20.6464C8.55268 20.7402 8.5 20.8674 8.5 21C8.5 21.1326 8.55268 21.2598 8.64645 21.3536C8.74021 21.4473 8.86739 21.5 9 21.5H30C30.1326 21.5 30.2598 21.4473 30.3536 21.3536C30.4473 21.2598 30.5 21.1326 30.5 21C30.5 20.8674 30.4473 20.7402 30.3536 20.6464C30.2598 20.5527 30.1326 20.5 30 20.5ZM30 24.5H9C8.86739 24.5 8.74021 24.5527 8.64645 24.6464C8.55268 24.7402 8.5 24.8674 8.5 25C8.5 25.1326 8.55268 25.2598 8.64645 25.3536C8.74021 25.4473 8.86739 25.5 9 25.5H30C30.1326 25.5 30.2598 25.4473 30.3536 25.3536C30.4473 25.2598 30.5 25.1326 30.5 25C30.5 24.8674 30.4473 24.7402 30.3536 24.6464C30.2598 24.5527 30.1326 24.5 30 24.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="M7 17C7 17.2652 6.89464 17.5196 6.70711 17.7071C6.51957 17.8946 6.26522 18 6 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17C2 16.7348 2.10536 16.4804 2.29289 16.2929C2.48043 16.1054 2.73478 16 3 16H4V8H3C2.73478 8 2.48043 7.89464 2.29289 7.70711C2.10536 7.51957 2 7.26522 2 7C2 6.73478 2.10536 6.48043 2.29289 6.29289C2.48043 6.10536 2.73478 6 3 6H5C5.16929 5.99982 5.33585 6.04262 5.48408 6.12438C5.63231 6.20615 5.75735 6.32421 5.8475 6.4675L10 13.1138L14.1525 6.47C14.2423 6.32625 14.3673 6.20769 14.5155 6.12548C14.6638 6.04326 14.8305 6.00008 15 6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73478 18 7C18 7.26522 17.8946 7.51957 17.7071 7.70711C17.5196 7.89464 17.2652 8 17 8H16V16H17C17.2652 16 17.5196 16.1054 17.7071 16.2929C17.8946 16.4804 18 16.7348 18 17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H14C13.7348 18 13.4804 17.8946 13.2929 17.7071C13.1054 17.5196 13 17.2652 13 17C13 16.7348 13.1054 16.4804 13.2929 16.2929C13.4804 16.1054 13.7348 16 14 16V10.4863L10.8475 15.53C10.7576 15.6736 10.6326 15.792 10.4844 15.8741C10.3361 15.9561 10.1694 15.9992 10 15.9992C9.83055 15.9992 9.66389 15.9561 9.51564 15.8741C9.3674 15.792 9.24244 15.6736 9.1525 15.53L6 10.4863V16C6.26522 16 6.51957 16.1054 6.70711 16.2929C6.89464 16.4804 7 16.7348 7 17ZM21 14H30C30.2652 14 30.5196 13.8946 30.7071 13.7071C30.8946 13.5196 31 13.2652 31 13C31 12.7348 30.8946 12.4804 30.7071 12.2929C30.5196 12.1054 30.2652 12 30 12H21C20.7348 12 20.4804 12.1054 20.2929 12.2929C20.1054 12.4804 20 12.7348 20 13C20 13.2652 20.1054 13.5196 20.2929 13.7071C20.4804 13.8946 20.7348 14 21 14ZM30 16H21C20.7348 16 20.4804 16.1054 20.2929 16.2929C20.1054 16.4804 20 16.7348 20 17C20 17.2652 20.1054 17.5196 20.2929 17.7071C20.4804 17.8946 20.7348 18 21 18H30C30.2652 18 30.5196 17.8946 30.7071 17.7071C30.8946 17.5196 31 17.2652 31 17C31 16.7348 30.8946 16.4804 30.7071 16.2929C30.5196 16.1054 30.2652 16 30 16ZM30 20H9C8.73478 20 8.48043 20.1054 8.29289 20.2929C8.10536 20.4804 8 20.7348 8 21C8 21.2652 8.10536 21.5196 8.29289 21.7071C8.48043 21.8946 8.73478 22 9 22H30C30.2652 22 30.5196 21.8946 30.7071 21.7071C30.8946 21.5196 31 21.2652 31 21C31 20.7348 30.8946 20.4804 30.7071 20.2929C30.5196 20.1054 30.2652 20 30 20ZM30 24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25C8 25.2652 8.10536 25.5196 8.29289 25.7071C8.48043 25.8946 8.73478 26 9 26H30C30.2652 26 30.5196 25.8946 30.7071 25.7071C30.8946 25.5196 31 25.2652 31 25C31 24.7348 30.8946 24.4804 30.7071 24.2929C30.5196 24.1054 30.2652 24 30 24Z" 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="M7.5 16.5C7.5 16.8978 7.34196 17.2794 7.06066 17.5607C6.77936 17.842 6.39782 18 6 18H3C2.60218 18 2.22064 17.842 1.93934 17.5607C1.65804 17.2794 1.5 16.8978 1.5 16.5C1.5 16.1022 1.65804 15.7206 1.93934 15.4393C2.22064 15.158 2.60218 15 3 15H3.5V8H3C2.60218 8 2.22064 7.84197 1.93934 7.56066C1.65804 7.27936 1.5 6.89783 1.5 6.5C1.5 6.10218 1.65804 5.72064 1.93934 5.43934C2.22064 5.15804 2.60218 5 3 5H5C5.25438 4.99978 5.50463 5.06426 5.72723 5.18737C5.94983 5.31048 6.13747 5.48817 6.2725 5.70375L10 11.67L13.7275 5.705C13.8624 5.48919 14.05 5.31125 14.2726 5.18791C14.4952 5.06458 14.7455 4.99992 15 5H17C17.3978 5 17.7794 5.15804 18.0607 5.43934C18.342 5.72064 18.5 6.10218 18.5 6.5C18.5 6.89783 18.342 7.27936 18.0607 7.56066C17.7794 7.84197 17.3978 8 17 8H16.5V15H17C17.3978 15 17.7794 15.158 18.0607 15.4393C18.342 15.7206 18.5 16.1022 18.5 16.5C18.5 16.8978 18.342 17.2794 18.0607 17.5607C17.7794 17.842 17.3978 18 17 18H14C13.647 17.9989 13.3057 17.8733 13.0362 17.6453C12.7667 17.4174 12.5862 17.1017 12.5264 16.7538C12.4667 16.4059 12.5316 16.0481 12.7097 15.7433C12.8877 15.4385 13.1676 15.2063 13.5 15.0875V11.73L11.2725 15.295C11.1377 15.511 10.9502 15.6891 10.7276 15.8125C10.5049 15.936 10.2546 16.0008 10 16.0008C9.74543 16.0008 9.49505 15.936 9.27243 15.8125C9.04981 15.6891 8.86228 15.511 8.7275 15.295L6.5 11.73V15.0875C6.79218 15.1908 7.04519 15.3821 7.22425 15.635C7.40332 15.8879 7.49965 16.1901 7.5 16.5ZM22 13H30C30.3978 13 30.7794 12.842 31.0607 12.5607C31.342 12.2794 31.5 11.8978 31.5 11.5C31.5 11.1022 31.342 10.7206 31.0607 10.4393C30.7794 10.158 30.3978 10 30 10H22C21.6022 10 21.2206 10.158 20.9393 10.4393C20.658 10.7206 20.5 11.1022 20.5 11.5C20.5 11.8978 20.658 12.2794 20.9393 12.5607C21.2206 12.842 21.6022 13 22 13ZM30 15H22C21.6022 15 21.2206 15.158 20.9393 15.4393C20.658 15.7206 20.5 16.1022 20.5 16.5C20.5 16.8978 20.658 17.2794 20.9393 17.5607C21.2206 17.842 21.6022 18 22 18H30C30.3978 18 30.7794 17.842 31.0607 17.5607C31.342 17.2794 31.5 16.8978 31.5 16.5C31.5 16.1022 31.342 15.7206 31.0607 15.4393C30.7794 15.158 30.3978 15 30 15ZM30 20H9C8.60218 20 8.22064 20.158 7.93934 20.4393C7.65804 20.7206 7.5 21.1022 7.5 21.5C7.5 21.8978 7.65804 22.2794 7.93934 22.5607C8.22064 22.842 8.60218 23 9 23H30C30.3978 23 30.7794 22.842 31.0607 22.5607C31.342 22.2794 31.5 21.8978 31.5 21.5C31.5 21.1022 31.342 20.7206 31.0607 20.4393C30.7794 20.158 30.3978 20 30 20ZM30 25H9C8.60218 25 8.22064 25.158 7.93934 25.4393C7.65804 25.7206 7.5 26.1022 7.5 26.5C7.5 26.8978 7.65804 27.2794 7.93934 27.5607C8.22064 27.842 8.60218 28 9 28H30C30.3978 28 30.7794 27.842 31.0607 27.5607C31.342 27.2794 31.5 26.8978 31.5 26.5C31.5 26.1022 31.342 25.7206 31.0607 25.4393C30.7794 25.158 30.3978 25 30 25Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M7 18C7 18.2652 6.89464 18.5196 6.70711 18.7071C6.51957 18.8946 6.26522 19 6 19H3C2.73478 19 2.48043 18.8946 2.29289 18.7071C2.10536 18.5196 2 18.2652 2 18C2 17.7348 2.10536 17.4804 2.29289 17.2929C2.48043 17.1054 2.73478 17 3 17H4V9H3C2.73478 9 2.48043 8.89464 2.29289 8.70711C2.10536 8.51957 2 8.26522 2 8C2 7.73478 2.10536 7.48043 2.29289 7.29289C2.48043 7.10536 2.73478 7 3 7H5C5.16929 6.99982 5.33585 7.04262 5.48408 7.12438C5.63231 7.20615 5.75735 7.32421 5.8475 7.4675L10 14.1138L14.1525 7.47C14.2423 7.32625 14.3673 7.20769 14.5155 7.12548C14.6638 7.04326 14.8305 7.00008 15 7H17C17.2652 7 17.5196 7.10536 17.7071 7.29289C17.8946 7.48043 18 7.73478 18 8C18 8.26522 17.8946 8.51957 17.7071 8.70711C17.5196 8.89464 17.2652 9 17 9H16V17H17C17.2652 17 17.5196 17.1054 17.7071 17.2929C17.8946 17.4804 18 17.7348 18 18C18 18.2652 17.8946 18.5196 17.7071 18.7071C17.5196 18.8946 17.2652 19 17 19H14C13.7348 19 13.4804 18.8946 13.2929 18.7071C13.1054 18.5196 13 18.2652 13 18C13 17.7348 13.1054 17.4804 13.2929 17.2929C13.4804 17.1054 13.7348 17 14 17V11.4863L10.8475 16.53C10.7576 16.6736 10.6326 16.792 10.4844 16.8741C10.3361 16.9561 10.1694 16.9992 10 16.9992C9.83055 16.9992 9.66389 16.9561 9.51564 16.8741C9.3674 16.792 9.24244 16.6736 9.1525 16.53L6 11.4863V17C6.26522 17 6.51957 17.1054 6.70711 17.2929C6.89464 17.4804 7 17.7348 7 18ZM30 15H21C20.7348 15 20.4804 15.1054 20.2929 15.2929C20.1054 15.4804 20 15.7348 20 16V18C20 18.2652 20.1054 18.5196 20.2929 18.7071C20.4804 18.8946 20.7348 19 21 19H30C30.2652 19 30.5196 18.8946 30.7071 18.7071C30.8946 18.5196 31 18.2652 31 18V16C31 15.7348 30.8946 15.4804 30.7071 15.2929C30.5196 15.1054 30.2652 15 30 15ZM30 21H9C8.73478 21 8.48043 21.1054 8.29289 21.2929C8.10536 21.4804 8 21.7348 8 22V24C8 24.2652 8.10536 24.5196 8.29289 24.7071C8.48043 24.8946 8.73478 25 9 25H30C30.2652 25 30.5196 24.8946 30.7071 24.7071C30.8946 24.5196 31 24.2652 31 24V22C31 21.7348 30.8946 21.4804 30.7071 21.2929C30.5196 21.1054 30.2652 21 30 21ZM30 9H21C20.7348 9 20.4804 9.10536 20.2929 9.29289C20.1054 9.48043 20 9.73478 20 10V12C20 12.2652 20.1054 12.5196 20.2929 12.7071C20.4804 12.8946 20.7348 13 21 13H30C30.2652 13 30.5196 12.8946 30.7071 12.7071C30.8946 12.5196 31 12.2652 31 12V10C31 9.73478 30.8946 9.48043 30.7071 9.29289C30.5196 9.10536 30.2652 9 30 9Z" 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="M30 13V25H9V21H21V13H30Z" fill="currentColor"/>
|
|
36
|
+
<path d="M7 17C7 17.2652 6.89464 17.5196 6.70711 17.7071C6.51957 17.8946 6.26522 18 6 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17C2 16.7348 2.10536 16.4804 2.29289 16.2929C2.48043 16.1054 2.73478 16 3 16H4V8H3C2.73478 8 2.48043 7.89464 2.29289 7.70711C2.10536 7.51957 2 7.26522 2 7C2 6.73478 2.10536 6.48043 2.29289 6.29289C2.48043 6.10536 2.73478 6 3 6H5C5.16929 5.99982 5.33585 6.04262 5.48408 6.12438C5.63231 6.20615 5.75735 6.32421 5.8475 6.4675L10 13.1138L14.1525 6.47C14.2423 6.32625 14.3673 6.20769 14.5155 6.12548C14.6638 6.04326 14.8305 6.00008 15 6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73478 18 7C18 7.26522 17.8946 7.51957 17.7071 7.70711C17.5196 7.89464 17.2652 8 17 8H16V16H17C17.2652 16 17.5196 16.1054 17.7071 16.2929C17.8946 16.4804 18 16.7348 18 17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H14C13.7348 18 13.4804 17.8946 13.2929 17.7071C13.1054 17.5196 13 17.2652 13 17C13 16.7348 13.1054 16.4804 13.2929 16.2929C13.4804 16.1054 13.7348 16 14 16V10.4863L10.8475 15.53C10.7576 15.6736 10.6326 15.792 10.4844 15.8741C10.3361 15.9561 10.1694 15.9992 10 15.9992C9.83055 15.9992 9.66389 15.9561 9.51564 15.8741C9.3674 15.792 9.24244 15.6736 9.1525 15.53L6 10.4863V16C6.26522 16 6.51957 16.1054 6.70711 16.2929C6.89464 16.4804 7 16.7348 7 17ZM21 14H30C30.2652 14 30.5196 13.8946 30.7071 13.7071C30.8946 13.5196 31 13.2652 31 13C31 12.7348 30.8946 12.4804 30.7071 12.2929C30.5196 12.1054 30.2652 12 30 12H21C20.7348 12 20.4804 12.1054 20.2929 12.2929C20.1054 12.4804 20 12.7348 20 13C20 13.2652 20.1054 13.5196 20.2929 13.7071C20.4804 13.8946 20.7348 14 21 14ZM30 16H21C20.7348 16 20.4804 16.1054 20.2929 16.2929C20.1054 16.4804 20 16.7348 20 17C20 17.2652 20.1054 17.5196 20.2929 17.7071C20.4804 17.8946 20.7348 18 21 18H30C30.2652 18 30.5196 17.8946 30.7071 17.7071C30.8946 17.5196 31 17.2652 31 17C31 16.7348 30.8946 16.4804 30.7071 16.2929C30.5196 16.1054 30.2652 16 30 16ZM30 20H9C8.73478 20 8.48043 20.1054 8.29289 20.2929C8.10536 20.4804 8 20.7348 8 21C8 21.2652 8.10536 21.5196 8.29289 21.7071C8.48043 21.8946 8.73478 22 9 22H30C30.2652 22 30.5196 21.8946 30.7071 21.7071C30.8946 21.5196 31 21.2652 31 21C31 20.7348 30.8946 20.4804 30.7071 20.2929C30.5196 20.1054 30.2652 20 30 20ZM30 24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25C8 25.2652 8.10536 25.5196 8.29289 25.7071C8.48043 25.8946 8.73478 26 9 26H30C30.2652 26 30.5196 25.8946 30.7071 25.7071C30.8946 25.5196 31 25.2652 31 25C31 24.7348 30.8946 24.4804 30.7071 24.2929C30.5196 24.1054 30.2652 24 30 24Z" 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="M6.75 17C6.75 17.1989 6.67098 17.3897 6.53033 17.5303C6.38968 17.671 6.19891 17.75 6 17.75H3C2.80109 17.75 2.61032 17.671 2.46967 17.5303C2.32902 17.3897 2.25 17.1989 2.25 17C2.25 16.8011 2.32902 16.6103 2.46967 16.4697C2.61032 16.329 2.80109 16.25 3 16.25H4.25V7.75H3C2.80109 7.75 2.61032 7.67098 2.46967 7.53033C2.32902 7.38968 2.25 7.19891 2.25 7C2.25 6.80109 2.32902 6.61032 2.46967 6.46967C2.61032 6.32902 2.80109 6.25 3 6.25H5C5.12701 6.24969 5.25202 6.28165 5.36331 6.34287C5.47459 6.40408 5.56851 6.49256 5.63625 6.6L10 13.585L14.3638 6.6025C14.4312 6.4946 14.525 6.40563 14.6363 6.34396C14.7476 6.28229 14.8728 6.24996 15 6.25H17C17.1989 6.25 17.3897 6.32902 17.5303 6.46967C17.671 6.61032 17.75 6.80109 17.75 7C17.75 7.19891 17.671 7.38968 17.5303 7.53033C17.3897 7.67098 17.1989 7.75 17 7.75H15.75V16.25H17C17.1989 16.25 17.3897 16.329 17.5303 16.4697C17.671 16.6103 17.75 16.8011 17.75 17C17.75 17.1989 17.671 17.3897 17.5303 17.5303C17.3897 17.671 17.1989 17.75 17 17.75H14C13.8011 17.75 13.6103 17.671 13.4697 17.5303C13.329 17.3897 13.25 17.1989 13.25 17C13.25 16.8011 13.329 16.6103 13.4697 16.4697C13.6103 16.329 13.8011 16.25 14 16.25H14.25V9.615L10.6362 15.3975C10.5689 15.5055 10.4751 15.5945 10.3638 15.6563C10.2525 15.718 10.1273 15.7504 10 15.7504C9.87272 15.7504 9.74753 15.718 9.63622 15.6563C9.52491 15.5945 9.43114 15.5055 9.36375 15.3975L5.75 9.615V16.25H6C6.19891 16.25 6.38968 16.329 6.53033 16.4697C6.67098 16.6103 6.75 16.8011 6.75 17ZM21 13.75H30C30.1989 13.75 30.3897 13.671 30.5303 13.5303C30.671 13.3897 30.75 13.1989 30.75 13C30.75 12.8011 30.671 12.6103 30.5303 12.4697C30.3897 12.329 30.1989 12.25 30 12.25H21C20.8011 12.25 20.6103 12.329 20.4697 12.4697C20.329 12.6103 20.25 12.8011 20.25 13C20.25 13.1989 20.329 13.3897 20.4697 13.5303C20.6103 13.671 20.8011 13.75 21 13.75ZM30 16.25H21C20.8011 16.25 20.6103 16.329 20.4697 16.4697C20.329 16.6103 20.25 16.8011 20.25 17C20.25 17.1989 20.329 17.3897 20.4697 17.5303C20.6103 17.671 20.8011 17.75 21 17.75H30C30.1989 17.75 30.3897 17.671 30.5303 17.5303C30.671 17.3897 30.75 17.1989 30.75 17C30.75 16.8011 30.671 16.6103 30.5303 16.4697C30.3897 16.329 30.1989 16.25 30 16.25ZM30 20.25H9C8.80109 20.25 8.61032 20.329 8.46967 20.4697C8.32902 20.6103 8.25 20.8011 8.25 21C8.25 21.1989 8.32902 21.3897 8.46967 21.5303C8.61032 21.671 8.80109 21.75 9 21.75H30C30.1989 21.75 30.3897 21.671 30.5303 21.5303C30.671 21.3897 30.75 21.1989 30.75 21C30.75 20.8011 30.671 20.6103 30.5303 20.4697C30.3897 20.329 30.1989 20.25 30 20.25ZM30 24.25H9C8.80109 24.25 8.61032 24.329 8.46967 24.4697C8.32902 24.6103 8.25 24.8011 8.25 25C8.25 25.1989 8.32902 25.3897 8.46967 25.5303C8.61032 25.671 8.80109 25.75 9 25.75H30C30.1989 25.75 30.3897 25.671 30.5303 25.5303C30.671 25.3897 30.75 25.1989 30.75 25C30.75 24.8011 30.671 24.6103 30.5303 24.4697C30.3897 24.329 30.1989 24.25 30 24.25Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ArticleMedium;
|