@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,46 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const List = ({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="M27.5 16C27.5 16.1326 27.4473 16.2598 27.3536 16.3536C27.2598 16.4473 27.1326 16.5 27 16.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.5H27C27.1326 15.5 27.2598 15.5527 27.3536 15.6464C27.4473 15.7402 27.5 15.8674 27.5 16ZM5 8.5H27C27.1326 8.5 27.2598 8.44732 27.3536 8.35355C27.4473 8.25979 27.5 8.13261 27.5 8C27.5 7.86739 27.4473 7.74021 27.3536 7.64645C27.2598 7.55268 27.1326 7.5 27 7.5H5C4.86739 7.5 4.74021 7.55268 4.64645 7.64645C4.55268 7.74021 4.5 7.86739 4.5 8C4.5 8.13261 4.55268 8.25979 4.64645 8.35355C4.74021 8.44732 4.86739 8.5 5 8.5ZM27 23.5H5C4.86739 23.5 4.74021 23.5527 4.64645 23.6464C4.55268 23.7402 4.5 23.8674 4.5 24C4.5 24.1326 4.55268 24.2598 4.64645 24.3536C4.74021 24.4473 4.86739 24.5 5 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24C27.5 23.8674 27.4473 23.7402 27.3536 23.6464C27.2598 23.5527 27.1326 23.5 27 23.5Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.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 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16ZM5 9H27C27.2652 9 27.5196 8.89464 27.7071 8.70711C27.8946 8.51957 28 8.26522 28 8C28 7.73478 27.8946 7.48043 27.7071 7.29289C27.5196 7.10536 27.2652 7 27 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9ZM27 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23Z"
|
|
15
|
+
fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M28.5 16C28.5 16.3978 28.342 16.7794 28.0607 17.0607C27.7794 17.342 27.3978 17.5 27 17.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.5H27C27.3978 14.5 27.7794 14.658 28.0607 14.9393C28.342 15.2206 28.5 15.6022 28.5 16ZM5 9.5H27C27.3978 9.5 27.7794 9.34196 28.0607 9.06066C28.342 8.77936 28.5 8.39782 28.5 8C28.5 7.60218 28.342 7.22064 28.0607 6.93934C27.7794 6.65804 27.3978 6.5 27 6.5H5C4.60218 6.5 4.22064 6.65804 3.93934 6.93934C3.65804 7.22064 3.5 7.60218 3.5 8C3.5 8.39782 3.65804 8.77936 3.93934 9.06066C4.22064 9.34196 4.60218 9.5 5 9.5ZM27 22.5H5C4.60218 22.5 4.22064 22.658 3.93934 22.9393C3.65804 23.2206 3.5 23.6022 3.5 24C3.5 24.3978 3.65804 24.7794 3.93934 25.0607C4.22064 25.342 4.60218 25.5 5 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24C28.5 23.6022 28.342 23.2206 28.0607 22.9393C27.7794 22.658 27.3978 22.5 27 22.5Z"
|
|
22
|
+
fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M28 15V17C28 17.2652 27.8946 17.5196 27.7071 17.7071C27.5196 17.8946 27.2652 18 27 18H5C4.73478 18 4.48043 17.8946 4.29289 17.7071C4.10536 17.5196 4 17.2652 4 17V15C4 14.7348 4.10536 14.4804 4.29289 14.2929C4.48043 14.1054 4.73478 14 5 14H27C27.2652 14 27.5196 14.1054 27.7071 14.2929C27.8946 14.4804 28 14.7348 28 15ZM27 22H5C4.73478 22 4.48043 22.1054 4.29289 22.2929C4.10536 22.4804 4 22.7348 4 23V25C4 25.2652 4.10536 25.5196 4.29289 25.7071C4.48043 25.8946 4.73478 26 5 26H27C27.2652 26 27.5196 25.8946 27.7071 25.7071C27.8946 25.5196 28 25.2652 28 25V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22ZM27 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7V9C4 9.26522 4.10536 9.51957 4.29289 9.70711C4.48043 9.89464 4.73478 10 5 10H27C27.2652 10 27.5196 9.89464 27.7071 9.70711C27.8946 9.51957 28 9.26522 28 9V7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6Z"
|
|
29
|
+
fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.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.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16ZM5 8.75H27C27.1989 8.75 27.3897 8.67098 27.5303 8.53033C27.671 8.38968 27.75 8.19891 27.75 8C27.75 7.80109 27.671 7.61032 27.5303 7.46967C27.3897 7.32902 27.1989 7.25 27 7.25H5C4.80109 7.25 4.61032 7.32902 4.46967 7.46967C4.32902 7.61032 4.25 7.80109 4.25 8C4.25 8.19891 4.32902 8.38968 4.46967 8.53033C4.61032 8.67098 4.80109 8.75 5 8.75ZM27 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
}
|
|
39
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
40
|
+
<path
|
|
41
|
+
d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.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.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16ZM5 8.75H27C27.1989 8.75 27.3897 8.67098 27.5303 8.53033C27.671 8.38968 27.75 8.19891 27.75 8C27.75 7.80109 27.671 7.61032 27.5303 7.46967C27.3897 7.32902 27.1989 7.25 27 7.25H5C4.80109 7.25 4.61032 7.32902 4.46967 7.46967C4.32902 7.61032 4.25 7.80109 4.25 8C4.25 8.19891 4.32902 8.38968 4.46967 8.53033C4.61032 8.67098 4.80109 8.75 5 8.75ZM27 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25Z"
|
|
42
|
+
fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default List;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ListBullets = ({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="M10.5 8C10.5 7.86739 10.5527 7.74021 10.6464 7.64645C10.7402 7.55268 10.8674 7.5 11 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4473 7.74021 27.5 7.86739 27.5 8C27.5 8.13261 27.4473 8.25979 27.3536 8.35355C27.2598 8.44732 27.1326 8.5 27 8.5H11C10.8674 8.5 10.7402 8.44732 10.6464 8.35355C10.5527 8.25979 10.5 8.13261 10.5 8ZM27 15.5H11C10.8674 15.5 10.7402 15.5527 10.6464 15.6464C10.5527 15.7402 10.5 15.8674 10.5 16C10.5 16.1326 10.5527 16.2598 10.6464 16.3536C10.7402 16.4473 10.8674 16.5 11 16.5H27C27.1326 16.5 27.2598 16.4473 27.3536 16.3536C27.4473 16.2598 27.5 16.1326 27.5 16C27.5 15.8674 27.4473 15.7402 27.3536 15.6464C27.2598 15.5527 27.1326 15.5 27 15.5ZM27 23.5H11C10.8674 23.5 10.7402 23.5527 10.6464 23.6464C10.5527 23.7402 10.5 23.8674 10.5 24C10.5 24.1326 10.5527 24.2598 10.6464 24.3536C10.7402 24.4473 10.8674 24.5 11 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24C27.5 23.8674 27.4473 23.7402 27.3536 23.6464C27.2598 23.5527 27.1326 23.5 27 23.5ZM5.5 15C5.30222 15 5.10888 15.0586 4.94443 15.1685C4.77998 15.2784 4.65181 15.4346 4.57612 15.6173C4.50043 15.8 4.48063 16.0011 4.51922 16.1951C4.5578 16.3891 4.65304 16.5673 4.79289 16.7071C4.93275 16.847 5.11093 16.9422 5.30491 16.9808C5.49889 17.0194 5.69996 16.9996 5.88268 16.9239C6.06541 16.8482 6.22159 16.72 6.33147 16.5556C6.44135 16.3911 6.5 16.1978 6.5 16C6.5 15.7348 6.39464 15.4804 6.20711 15.2929C6.01957 15.1054 5.76522 15 5.5 15ZM5.5 7C5.30222 7 5.10888 7.05865 4.94443 7.16853C4.77998 7.27841 4.65181 7.43459 4.57612 7.61732C4.50043 7.80004 4.48063 8.00111 4.51922 8.19509C4.5578 8.38907 4.65304 8.56725 4.79289 8.70711C4.93275 8.84696 5.11093 8.9422 5.30491 8.98079C5.49889 9.01937 5.69996 8.99957 5.88268 8.92388C6.06541 8.84819 6.22159 8.72002 6.33147 8.55557C6.44135 8.39112 6.5 8.19778 6.5 8C6.5 7.73478 6.39464 7.48043 6.20711 7.29289C6.01957 7.10536 5.76522 7 5.5 7ZM5.5 23C5.30222 23 5.10888 23.0586 4.94443 23.1685C4.77998 23.2784 4.65181 23.4346 4.57612 23.6173C4.50043 23.8 4.48063 24.0011 4.51922 24.1951C4.5578 24.3891 4.65304 24.5673 4.79289 24.7071C4.93275 24.847 5.11093 24.9422 5.30491 24.9808C5.49889 25.0194 5.69996 24.9996 5.88268 24.9239C6.06541 24.8482 6.22159 24.72 6.33147 24.5556C6.44135 24.3911 6.5 24.1978 6.5 24C6.5 23.7348 6.39464 23.4804 6.20711 23.2929C6.01957 23.1054 5.76522 23 5.5 23Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M10 8C10 7.73478 10.1054 7.48043 10.2929 7.29289C10.4804 7.10536 10.7348 7 11 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H11C10.7348 9 10.4804 8.89464 10.2929 8.70711C10.1054 8.51957 10 8.26522 10 8ZM27 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16C10 16.2652 10.1054 16.5196 10.2929 16.7071C10.4804 16.8946 10.7348 17 11 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H11C10.7348 23 10.4804 23.1054 10.2929 23.2929C10.1054 23.4804 10 23.7348 10 24C10 24.2652 10.1054 24.5196 10.2929 24.7071C10.4804 24.8946 10.7348 25 11 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM5.5 6.5C5.20333 6.5 4.91332 6.58797 4.66665 6.7528C4.41997 6.91762 4.22771 7.15189 4.11418 7.42597C4.00065 7.70006 3.97094 8.00166 4.02882 8.29264C4.0867 8.58361 4.22956 8.85088 4.43934 9.06066C4.64912 9.27044 4.91639 9.4133 5.20737 9.47118C5.49834 9.52906 5.79994 9.49935 6.07403 9.38582C6.34811 9.27229 6.58238 9.08003 6.74721 8.83335C6.91203 8.58668 7 8.29667 7 8C7 7.60218 6.84197 7.22064 6.56066 6.93934C6.27936 6.65804 5.89783 6.5 5.5 6.5ZM5.5 14.5C5.20333 14.5 4.91332 14.588 4.66665 14.7528C4.41997 14.9176 4.22771 15.1519 4.11418 15.426C4.00065 15.7001 3.97094 16.0017 4.02882 16.2926C4.0867 16.5836 4.22956 16.8509 4.43934 17.0607C4.64912 17.2704 4.91639 17.4133 5.20737 17.4712C5.49834 17.5291 5.79994 17.4993 6.07403 17.3858C6.34811 17.2723 6.58238 17.08 6.74721 16.8334C6.91203 16.5867 7 16.2967 7 16C7 15.6022 6.84197 15.2206 6.56066 14.9393C6.27936 14.658 5.89783 14.5 5.5 14.5ZM5.5 22.5C5.20333 22.5 4.91332 22.588 4.66665 22.7528C4.41997 22.9176 4.22771 23.1519 4.11418 23.426C4.00065 23.7001 3.97094 24.0017 4.02882 24.2926C4.0867 24.5836 4.22956 24.8509 4.43934 25.0607C4.64912 25.2704 4.91639 25.4133 5.20737 25.4712C5.49834 25.5291 5.79994 25.4993 6.07403 25.3858C6.34811 25.2723 6.58238 25.08 6.74721 24.8334C6.91203 24.5867 7 24.2967 7 24C7 23.6022 6.84197 23.2206 6.56066 22.9393C6.27936 22.658 5.89783 22.5 5.5 22.5Z"
|
|
18
|
+
fill="currentColor"/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M9.5 8C9.5 7.60218 9.65804 7.22064 9.93934 6.93934C10.2206 6.65804 10.6022 6.5 11 6.5H27C27.3978 6.5 27.7794 6.65804 28.0607 6.93934C28.342 7.22064 28.5 7.60218 28.5 8C28.5 8.39782 28.342 8.77936 28.0607 9.06066C27.7794 9.34196 27.3978 9.5 27 9.5H11C10.6022 9.5 10.2206 9.34196 9.93934 9.06066C9.65804 8.77936 9.5 8.39782 9.5 8ZM27 14.5H11C10.6022 14.5 10.2206 14.658 9.93934 14.9393C9.65804 15.2206 9.5 15.6022 9.5 16C9.5 16.3978 9.65804 16.7794 9.93934 17.0607C10.2206 17.342 10.6022 17.5 11 17.5H27C27.3978 17.5 27.7794 17.342 28.0607 17.0607C28.342 16.7794 28.5 16.3978 28.5 16C28.5 15.6022 28.342 15.2206 28.0607 14.9393C27.7794 14.658 27.3978 14.5 27 14.5ZM27 22.5H11C10.6022 22.5 10.2206 22.658 9.93934 22.9393C9.65804 23.2206 9.5 23.6022 9.5 24C9.5 24.3978 9.65804 24.7794 9.93934 25.0607C10.2206 25.342 10.6022 25.5 11 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24C28.5 23.6022 28.342 23.2206 28.0607 22.9393C27.7794 22.658 27.3978 22.5 27 22.5ZM5.5 14C5.10444 14 4.71776 14.1173 4.38886 14.3371C4.05996 14.5568 3.80362 14.8692 3.65224 15.2346C3.50087 15.6001 3.46126 16.0022 3.53843 16.3902C3.6156 16.7781 3.80608 17.1345 4.08579 17.4142C4.36549 17.6939 4.72186 17.8844 5.10982 17.9616C5.49778 18.0387 5.89992 17.9991 6.26537 17.8478C6.63082 17.6964 6.94318 17.44 7.16294 17.1111C7.3827 16.7822 7.5 16.3956 7.5 16C7.5 15.4696 7.28929 14.9609 6.91421 14.5858C6.53914 14.2107 6.03043 14 5.5 14ZM5.5 6C5.10444 6 4.71776 6.1173 4.38886 6.33706C4.05996 6.55682 3.80362 6.86918 3.65224 7.23463C3.50087 7.60009 3.46126 8.00222 3.53843 8.39018C3.6156 8.77814 3.80608 9.13451 4.08579 9.41421C4.36549 9.69392 4.72186 9.8844 5.10982 9.96157C5.49778 10.0387 5.89992 9.99913 6.26537 9.84776C6.63082 9.69638 6.94318 9.44004 7.16294 9.11114C7.3827 8.78224 7.5 8.39556 7.5 8C7.5 7.46957 7.28929 6.96086 6.91421 6.58579C6.53914 6.21071 6.03043 6 5.5 6ZM5.5 22C5.10444 22 4.71776 22.1173 4.38886 22.3371C4.05996 22.5568 3.80362 22.8692 3.65224 23.2346C3.50087 23.6001 3.46126 24.0022 3.53843 24.3902C3.6156 24.7781 3.80608 25.1345 4.08579 25.4142C4.36549 25.6939 4.72186 25.8844 5.10982 25.9616C5.49778 26.0387 5.89992 25.9991 6.26537 25.8478C6.63082 25.6964 6.94318 25.44 7.16294 25.1111C7.3827 24.7822 7.5 24.3956 7.5 24C7.5 23.4696 7.28929 22.9609 6.91421 22.5858C6.53914 22.2107 6.03043 22 5.5 22Z"
|
|
27
|
+
fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M7 16C7 16.3956 6.8827 16.7822 6.66294 17.1111C6.44318 17.44 6.13082 17.6964 5.76537 17.8478C5.39992 17.9991 4.99778 18.0387 4.60982 17.9616C4.22186 17.8844 3.86549 17.6939 3.58579 17.4142C3.30608 17.1345 3.1156 16.7781 3.03843 16.3902C2.96126 16.0022 3.00087 15.6001 3.15224 15.2346C3.30362 14.8692 3.55996 14.5568 3.88886 14.3371C4.21776 14.1173 4.60444 14 5 14C5.53043 14 6.03914 14.2107 6.41421 14.5858C6.78929 14.9609 7 15.4696 7 16ZM5 6C4.60444 6 4.21776 6.1173 3.88886 6.33706C3.55996 6.55682 3.30362 6.86918 3.15224 7.23463C3.00087 7.60009 2.96126 8.00222 3.03843 8.39018C3.1156 8.77814 3.30608 9.13451 3.58579 9.41421C3.86549 9.69392 4.22186 9.8844 4.60982 9.96157C4.99778 10.0387 5.39992 9.99913 5.76537 9.84776C6.13082 9.69638 6.44318 9.44004 6.66294 9.11114C6.8827 8.78224 7 8.39556 7 8C7 7.46957 6.78929 6.96086 6.41421 6.58579C6.03914 6.21071 5.53043 6 5 6ZM5 22C4.60444 22 4.21776 22.1173 3.88886 22.3371C3.55996 22.5568 3.30362 22.8692 3.15224 23.2346C3.00087 23.6001 2.96126 24.0022 3.03843 24.3902C3.1156 24.7781 3.30608 25.1345 3.58579 25.4142C3.86549 25.6939 4.22186 25.8844 4.60982 25.9616C4.99778 26.0387 5.39992 25.9991 5.76537 25.8478C6.13082 25.6964 6.44318 25.44 6.66294 25.1111C6.8827 24.7822 7 24.3956 7 24C7 23.4696 6.78929 22.9609 6.41421 22.5858C6.03914 22.2107 5.53043 22 5 22ZM27 14H11C10.7348 14 10.4804 14.1054 10.2929 14.2929C10.1054 14.4804 10 14.7348 10 15V17C10 17.2652 10.1054 17.5196 10.2929 17.7071C10.4804 17.8946 10.7348 18 11 18H27C27.2652 18 27.5196 17.8946 27.7071 17.7071C27.8946 17.5196 28 17.2652 28 17V15C28 14.7348 27.8946 14.4804 27.7071 14.2929C27.5196 14.1054 27.2652 14 27 14ZM27 6H11C10.7348 6 10.4804 6.10536 10.2929 6.29289C10.1054 6.48043 10 6.73478 10 7V9C10 9.26522 10.1054 9.51957 10.2929 9.70711C10.4804 9.89464 10.7348 10 11 10H27C27.2652 10 27.5196 9.89464 27.7071 9.70711C27.8946 9.51957 28 9.26522 28 9V7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM27 22H11C10.7348 22 10.4804 22.1054 10.2929 22.2929C10.1054 22.4804 10 22.7348 10 23V25C10 25.2652 10.1054 25.5196 10.2929 25.7071C10.4804 25.8946 10.7348 26 11 26H27C27.2652 26 27.5196 25.8946 27.7071 25.7071C27.8946 25.5196 28 25.2652 28 25V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2" d="M27 8V24H5.5V8H27Z" fill="currentColor"/>
|
|
44
|
+
<path
|
|
45
|
+
d="M10 8C10 7.73478 10.1054 7.48043 10.2929 7.29289C10.4804 7.10536 10.7348 7 11 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H11C10.7348 9 10.4804 8.89464 10.2929 8.70711C10.1054 8.51957 10 8.26522 10 8ZM27 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16C10 16.2652 10.1054 16.5196 10.2929 16.7071C10.4804 16.8946 10.7348 17 11 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H11C10.7348 23 10.4804 23.1054 10.2929 23.2929C10.1054 23.4804 10 23.7348 10 24C10 24.2652 10.1054 24.5196 10.2929 24.7071C10.4804 24.8946 10.7348 25 11 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM5.5 6.5C5.20333 6.5 4.91332 6.58797 4.66665 6.7528C4.41997 6.91762 4.22771 7.15189 4.11418 7.42597C4.00065 7.70006 3.97094 8.00166 4.02882 8.29264C4.0867 8.58361 4.22956 8.85088 4.43934 9.06066C4.64912 9.27044 4.91639 9.4133 5.20737 9.47118C5.49834 9.52906 5.79994 9.49935 6.07403 9.38582C6.34811 9.27229 6.58238 9.08003 6.74721 8.83335C6.91203 8.58668 7 8.29667 7 8C7 7.60218 6.84197 7.22064 6.56066 6.93934C6.27936 6.65804 5.89783 6.5 5.5 6.5ZM5.5 14.5C5.20333 14.5 4.91332 14.588 4.66665 14.7528C4.41997 14.9176 4.22771 15.1519 4.11418 15.426C4.00065 15.7001 3.97094 16.0017 4.02882 16.2926C4.0867 16.5836 4.22956 16.8509 4.43934 17.0607C4.64912 17.2704 4.91639 17.4133 5.20737 17.4712C5.49834 17.5291 5.79994 17.4993 6.07403 17.3858C6.34811 17.2723 6.58238 17.08 6.74721 16.8334C6.91203 16.5867 7 16.2967 7 16C7 15.6022 6.84197 15.2206 6.56066 14.9393C6.27936 14.658 5.89783 14.5 5.5 14.5ZM5.5 22.5C5.20333 22.5 4.91332 22.588 4.66665 22.7528C4.41997 22.9176 4.22771 23.1519 4.11418 23.426C4.00065 23.7001 3.97094 24.0017 4.02882 24.2926C4.0867 24.5836 4.22956 24.8509 4.43934 25.0607C4.64912 25.2704 4.91639 25.4133 5.20737 25.4712C5.49834 25.5291 5.79994 25.4993 6.07403 25.3858C6.34811 25.2723 6.58238 25.08 6.74721 24.8334C6.91203 24.5867 7 24.2967 7 24C7 23.6022 6.84197 23.2206 6.56066 22.9393C6.27936 22.658 5.89783 22.5 5.5 22.5Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
</svg>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
return (
|
|
51
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
52
|
+
<path
|
|
53
|
+
d="M10.25 8C10.25 7.80109 10.329 7.61032 10.4697 7.46967C10.6103 7.32902 10.8011 7.25 11 7.25H27C27.1989 7.25 27.3897 7.32902 27.5303 7.46967C27.671 7.61032 27.75 7.80109 27.75 8C27.75 8.19891 27.671 8.38968 27.5303 8.53033C27.3897 8.67098 27.1989 8.75 27 8.75H11C10.8011 8.75 10.6103 8.67098 10.4697 8.53033C10.329 8.38968 10.25 8.19891 10.25 8ZM27 15.25H11C10.8011 15.25 10.6103 15.329 10.4697 15.4697C10.329 15.6103 10.25 15.8011 10.25 16C10.25 16.1989 10.329 16.3897 10.4697 16.5303C10.6103 16.671 10.8011 16.75 11 16.75H27C27.1989 16.75 27.3897 16.671 27.5303 16.5303C27.671 16.3897 27.75 16.1989 27.75 16C27.75 15.8011 27.671 15.6103 27.5303 15.4697C27.3897 15.329 27.1989 15.25 27 15.25ZM27 23.25H11C10.8011 23.25 10.6103 23.329 10.4697 23.4697C10.329 23.6103 10.25 23.8011 10.25 24C10.25 24.1989 10.329 24.3897 10.4697 24.5303C10.6103 24.671 10.8011 24.75 11 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25ZM5.5 6.75C5.25277 6.75 5.0111 6.82331 4.80554 6.96066C4.59998 7.09801 4.43976 7.29324 4.34515 7.52165C4.25054 7.75005 4.22579 8.00139 4.27402 8.24386C4.32225 8.48634 4.4413 8.70907 4.61612 8.88388C4.79093 9.0587 5.01366 9.17775 5.25614 9.22598C5.49861 9.27421 5.74995 9.24946 5.97836 9.15485C6.20676 9.06024 6.40199 8.90002 6.53934 8.69446C6.67669 8.4889 6.75 8.24723 6.75 8C6.75 7.66848 6.6183 7.35054 6.38388 7.11612C6.14946 6.8817 5.83152 6.75 5.5 6.75ZM5.5 22.75C5.25277 22.75 5.0111 22.8233 4.80554 22.9607C4.59998 23.098 4.43976 23.2932 4.34515 23.5216C4.25054 23.7501 4.22579 24.0014 4.27402 24.2439C4.32225 24.4863 4.4413 24.7091 4.61612 24.8839C4.79093 25.0587 5.01366 25.1777 5.25614 25.226C5.49861 25.2742 5.74995 25.2495 5.97836 25.1549C6.20676 25.0602 6.40199 24.9 6.53934 24.6945C6.67669 24.4889 6.75 24.2472 6.75 24C6.75 23.6685 6.6183 23.3505 6.38388 23.1161C6.14946 22.8817 5.83152 22.75 5.5 22.75ZM5.5 14.75C5.25277 14.75 5.0111 14.8233 4.80554 14.9607C4.59998 15.098 4.43976 15.2932 4.34515 15.5216C4.25054 15.7501 4.22579 16.0014 4.27402 16.2439C4.32225 16.4863 4.4413 16.7091 4.61612 16.8839C4.79093 17.0587 5.01366 17.1777 5.25614 17.226C5.49861 17.2742 5.74995 17.2495 5.97836 17.1549C6.20676 17.0602 6.40199 16.9 6.53934 16.6945C6.67669 16.4889 6.75 16.2472 6.75 16C6.75 15.6685 6.6183 15.3505 6.38388 15.1161C6.14946 14.8817 5.83152 14.75 5.5 14.75Z"
|
|
54
|
+
fill="currentColor"/>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default ListBullets;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ListDashes = ({ 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="M11.5 8C11.5 7.86739 11.5527 7.74021 11.6464 7.64645C11.7402 7.55268 11.8674 7.5 12 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4473 7.74021 27.5 7.86739 27.5 8C27.5 8.13261 27.4473 8.25979 27.3536 8.35355C27.2598 8.44732 27.1326 8.5 27 8.5H12C11.8674 8.5 11.7402 8.44732 11.6464 8.35355C11.5527 8.25979 11.5 8.13261 11.5 8ZM27 15.5H12C11.8674 15.5 11.7402 15.5527 11.6464 15.6464C11.5527 15.7402 11.5 15.8674 11.5 16C11.5 16.1326 11.5527 16.2598 11.6464 16.3536C11.7402 16.4473 11.8674 16.5 12 16.5H27C27.1326 16.5 27.2598 16.4473 27.3536 16.3536C27.4473 16.2598 27.5 16.1326 27.5 16C27.5 15.8674 27.4473 15.7402 27.3536 15.6464C27.2598 15.5527 27.1326 15.5 27 15.5ZM27 23.5H12C11.8674 23.5 11.7402 23.5527 11.6464 23.6464C11.5527 23.7402 11.5 23.8674 11.5 24C11.5 24.1326 11.5527 24.2598 11.6464 24.3536C11.7402 24.4473 11.8674 24.5 12 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24C27.5 23.8674 27.4473 23.7402 27.3536 23.6464C27.2598 23.5527 27.1326 23.5 27 23.5ZM7 7.5H5C4.86739 7.5 4.74021 7.55268 4.64645 7.64645C4.55268 7.74021 4.5 7.86739 4.5 8C4.5 8.13261 4.55268 8.25979 4.64645 8.35355C4.74021 8.44732 4.86739 8.5 5 8.5H7C7.13261 8.5 7.25979 8.44732 7.35355 8.35355C7.44732 8.25979 7.5 8.13261 7.5 8C7.5 7.86739 7.44732 7.74021 7.35355 7.64645C7.25979 7.55268 7.13261 7.5 7 7.5ZM7 15.5H5C4.86739 15.5 4.74021 15.5527 4.64645 15.6464C4.55268 15.7402 4.5 15.8674 4.5 16C4.5 16.1326 4.55268 16.2598 4.64645 16.3536C4.74021 16.4473 4.86739 16.5 5 16.5H7C7.13261 16.5 7.25979 16.4473 7.35355 16.3536C7.44732 16.2598 7.5 16.1326 7.5 16C7.5 15.8674 7.44732 15.7402 7.35355 15.6464C7.25979 15.5527 7.13261 15.5 7 15.5ZM7 23.5H5C4.86739 23.5 4.74021 23.5527 4.64645 23.6464C4.55268 23.7402 4.5 23.8674 4.5 24C4.5 24.1326 4.55268 24.2598 4.64645 24.3536C4.74021 24.4473 4.86739 24.5 5 24.5H7C7.13261 24.5 7.25979 24.4473 7.35355 24.3536C7.44732 24.2598 7.5 24.1326 7.5 24C7.5 23.8674 7.44732 23.7402 7.35355 23.6464C7.25979 23.5527 7.13261 23.5 7 23.5Z"
|
|
9
|
+
fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M11 8C11 7.73478 11.1054 7.48043 11.2929 7.29289C11.4804 7.10536 11.7348 7 12 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H12C11.7348 9 11.4804 8.89464 11.2929 8.70711C11.1054 8.51957 11 8.26522 11 8ZM27 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H12C11.7348 23 11.4804 23.1054 11.2929 23.2929C11.1054 23.4804 11 23.7348 11 24C11 24.2652 11.1054 24.5196 11.2929 24.7071C11.4804 24.8946 11.7348 25 12 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM7 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9H7C7.26522 9 7.51957 8.89464 7.70711 8.70711C7.89464 8.51957 8 8.26522 8 8C8 7.73478 7.89464 7.48043 7.70711 7.29289C7.51957 7.10536 7.26522 7 7 7ZM7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17H7C7.26522 17 7.51957 16.8946 7.70711 16.7071C7.89464 16.5196 8 16.2652 8 16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM7 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H7C7.26522 25 7.51957 24.8946 7.70711 24.7071C7.89464 24.5196 8 24.2652 8 24C8 23.7348 7.89464 23.4804 7.70711 23.2929C7.51957 23.1054 7.26522 23 7 23Z"
|
|
18
|
+
fill="currentColor" />
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M10.5 8C10.5 7.60218 10.658 7.22064 10.9393 6.93934C11.2206 6.65804 11.6022 6.5 12 6.5H27C27.3978 6.5 27.7794 6.65804 28.0607 6.93934C28.342 7.22064 28.5 7.60218 28.5 8C28.5 8.39782 28.342 8.77936 28.0607 9.06066C27.7794 9.34196 27.3978 9.5 27 9.5H12C11.6022 9.5 11.2206 9.34196 10.9393 9.06066C10.658 8.77936 10.5 8.39782 10.5 8ZM27 14.5H12C11.6022 14.5 11.2206 14.658 10.9393 14.9393C10.658 15.2206 10.5 15.6022 10.5 16C10.5 16.3978 10.658 16.7794 10.9393 17.0607C11.2206 17.342 11.6022 17.5 12 17.5H27C27.3978 17.5 27.7794 17.342 28.0607 17.0607C28.342 16.7794 28.5 16.3978 28.5 16C28.5 15.6022 28.342 15.2206 28.0607 14.9393C27.7794 14.658 27.3978 14.5 27 14.5ZM27 22.5H12C11.6022 22.5 11.2206 22.658 10.9393 22.9393C10.658 23.2206 10.5 23.6022 10.5 24C10.5 24.3978 10.658 24.7794 10.9393 25.0607C11.2206 25.342 11.6022 25.5 12 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24C28.5 23.6022 28.342 23.2206 28.0607 22.9393C27.7794 22.658 27.3978 22.5 27 22.5ZM7 6.5H5C4.60218 6.5 4.22064 6.65804 3.93934 6.93934C3.65804 7.22064 3.5 7.60218 3.5 8C3.5 8.39782 3.65804 8.77936 3.93934 9.06066C4.22064 9.34196 4.60218 9.5 5 9.5H7C7.39782 9.5 7.77936 9.34196 8.06066 9.06066C8.34196 8.77936 8.5 8.39782 8.5 8C8.5 7.60218 8.34196 7.22064 8.06066 6.93934C7.77936 6.65804 7.39782 6.5 7 6.5ZM7 14.5H5C4.60218 14.5 4.22064 14.658 3.93934 14.9393C3.65804 15.2206 3.5 15.6022 3.5 16C3.5 16.3978 3.65804 16.7794 3.93934 17.0607C4.22064 17.342 4.60218 17.5 5 17.5H7C7.39782 17.5 7.77936 17.342 8.06066 17.0607C8.34196 16.7794 8.5 16.3978 8.5 16C8.5 15.6022 8.34196 15.2206 8.06066 14.9393C7.77936 14.658 7.39782 14.5 7 14.5ZM7 22.5H5C4.60218 22.5 4.22064 22.658 3.93934 22.9393C3.65804 23.2206 3.5 23.6022 3.5 24C3.5 24.3978 3.65804 24.7794 3.93934 25.0607C4.22064 25.342 4.60218 25.5 5 25.5H7C7.39782 25.5 7.77936 25.342 8.06066 25.0607C8.34196 24.7794 8.5 24.3978 8.5 24C8.5 23.6022 8.34196 23.2206 8.06066 22.9393C7.77936 22.658 7.39782 22.5 7 22.5Z"
|
|
27
|
+
fill="currentColor" />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M28 7V9C28 9.26522 27.8946 9.51957 27.7071 9.70711C27.5196 9.89464 27.2652 10 27 10H12C11.7348 10 11.4804 9.89464 11.2929 9.70711C11.1054 9.51957 11 9.26522 11 9V7C11 6.73478 11.1054 6.48043 11.2929 6.29289C11.4804 6.10536 11.7348 6 12 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7ZM7 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7V9C4 9.26522 4.10536 9.51957 4.29289 9.70711C4.48043 9.89464 4.73478 10 5 10H7C7.26522 10 7.51957 9.89464 7.70711 9.70711C7.89464 9.51957 8 9.26522 8 9V7C8 6.73478 7.89464 6.48043 7.70711 6.29289C7.51957 6.10536 7.26522 6 7 6ZM27 14H12C11.7348 14 11.4804 14.1054 11.2929 14.2929C11.1054 14.4804 11 14.7348 11 15V17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18H27C27.2652 18 27.5196 17.8946 27.7071 17.7071C27.8946 17.5196 28 17.2652 28 17V15C28 14.7348 27.8946 14.4804 27.7071 14.2929C27.5196 14.1054 27.2652 14 27 14ZM7 14H5C4.73478 14 4.48043 14.1054 4.29289 14.2929C4.10536 14.4804 4 14.7348 4 15V17C4 17.2652 4.10536 17.5196 4.29289 17.7071C4.48043 17.8946 4.73478 18 5 18H7C7.26522 18 7.51957 17.8946 7.70711 17.7071C7.89464 17.5196 8 17.2652 8 17V15C8 14.7348 7.89464 14.4804 7.70711 14.2929C7.51957 14.1054 7.26522 14 7 14ZM27 22H12C11.7348 22 11.4804 22.1054 11.2929 22.2929C11.1054 22.4804 11 22.7348 11 23V25C11 25.2652 11.1054 25.5196 11.2929 25.7071C11.4804 25.8946 11.7348 26 12 26H27C27.2652 26 27.5196 25.8946 27.7071 25.7071C27.8946 25.5196 28 25.2652 28 25V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22ZM7 22H5C4.73478 22 4.48043 22.1054 4.29289 22.2929C4.10536 22.4804 4 22.7348 4 23V25C4 25.2652 4.10536 25.5196 4.29289 25.7071C4.48043 25.8946 4.73478 26 5 26H7C7.26522 26 7.51957 25.8946 7.70711 25.7071C7.89464 25.5196 8 25.2652 8 25V23C8 22.7348 7.89464 22.4804 7.70711 22.2929C7.51957 22.1054 7.26522 22 7 22Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2" d="M27 8V24H5V8H27Z" fill="currentColor" />
|
|
44
|
+
<path
|
|
45
|
+
d="M11 8C11 7.73478 11.1054 7.48043 11.2929 7.29289C11.4804 7.10536 11.7348 7 12 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H12C11.7348 9 11.4804 8.89464 11.2929 8.70711C11.1054 8.51957 11 8.26522 11 8ZM27 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H12C11.7348 23 11.4804 23.1054 11.2929 23.2929C11.1054 23.4804 11 23.7348 11 24C11 24.2652 11.1054 24.5196 11.2929 24.7071C11.4804 24.8946 11.7348 25 12 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM7 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9H7C7.26522 9 7.51957 8.89464 7.70711 8.70711C7.89464 8.51957 8 8.26522 8 8C8 7.73478 7.89464 7.48043 7.70711 7.29289C7.51957 7.10536 7.26522 7 7 7ZM7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17H7C7.26522 17 7.51957 16.8946 7.70711 16.7071C7.89464 16.5196 8 16.2652 8 16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM7 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H7C7.26522 25 7.51957 24.8946 7.70711 24.7071C7.89464 24.5196 8 24.2652 8 24C8 23.7348 7.89464 23.4804 7.70711 23.2929C7.51957 23.1054 7.26522 23 7 23Z"
|
|
46
|
+
fill="currentColor" />
|
|
47
|
+
</svg>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
return (
|
|
51
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
52
|
+
<path
|
|
53
|
+
d="M11.25 8C11.25 7.80109 11.329 7.61032 11.4697 7.46967C11.6103 7.32902 11.8011 7.25 12 7.25H27C27.1989 7.25 27.3897 7.32902 27.5303 7.46967C27.671 7.61032 27.75 7.80109 27.75 8C27.75 8.19891 27.671 8.38968 27.5303 8.53033C27.3897 8.67098 27.1989 8.75 27 8.75H12C11.8011 8.75 11.6103 8.67098 11.4697 8.53033C11.329 8.38968 11.25 8.19891 11.25 8ZM27 15.25H12C11.8011 15.25 11.6103 15.329 11.4697 15.4697C11.329 15.6103 11.25 15.8011 11.25 16C11.25 16.1989 11.329 16.3897 11.4697 16.5303C11.6103 16.671 11.8011 16.75 12 16.75H27C27.1989 16.75 27.3897 16.671 27.5303 16.5303C27.671 16.3897 27.75 16.1989 27.75 16C27.75 15.8011 27.671 15.6103 27.5303 15.4697C27.3897 15.329 27.1989 15.25 27 15.25ZM27 23.25H12C11.8011 23.25 11.6103 23.329 11.4697 23.4697C11.329 23.6103 11.25 23.8011 11.25 24C11.25 24.1989 11.329 24.3897 11.4697 24.5303C11.6103 24.671 11.8011 24.75 12 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25ZM7 7.25H5C4.80109 7.25 4.61032 7.32902 4.46967 7.46967C4.32902 7.61032 4.25 7.80109 4.25 8C4.25 8.19891 4.32902 8.38968 4.46967 8.53033C4.61032 8.67098 4.80109 8.75 5 8.75H7C7.19891 8.75 7.38968 8.67098 7.53033 8.53033C7.67098 8.38968 7.75 8.19891 7.75 8C7.75 7.80109 7.67098 7.61032 7.53033 7.46967C7.38968 7.32902 7.19891 7.25 7 7.25ZM7 15.25H5C4.80109 15.25 4.61032 15.329 4.46967 15.4697C4.32902 15.6103 4.25 15.8011 4.25 16C4.25 16.1989 4.32902 16.3897 4.46967 16.5303C4.61032 16.671 4.80109 16.75 5 16.75H7C7.19891 16.75 7.38968 16.671 7.53033 16.5303C7.67098 16.3897 7.75 16.1989 7.75 16C7.75 15.8011 7.67098 15.6103 7.53033 15.4697C7.38968 15.329 7.19891 15.25 7 15.25ZM7 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H7C7.19891 24.75 7.38968 24.671 7.53033 24.5303C7.67098 24.3897 7.75 24.1989 7.75 24C7.75 23.8011 7.67098 23.6103 7.53033 23.4697C7.38968 23.329 7.19891 23.25 7 23.25Z"
|
|
54
|
+
fill="currentColor" />
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default ListDashes;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Printer = ({type}: 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="M26.8337 9.5H24.5V5C24.5 4.86739 24.4473 4.74021 24.3536 4.64645C24.2598 4.55268 24.1326 4.5 24 4.5H8C7.86739 4.5 7.74021 4.55268 7.64645 4.64645C7.55268 4.74021 7.5 4.86739 7.5 5V9.5H5.16625C3.69625 9.5 2.5 10.625 2.5 12V22C2.5 22.1326 2.55268 22.2598 2.64645 22.3536C2.74021 22.4473 2.86739 22.5 3 22.5H7.5V27C7.5 27.1326 7.55268 27.2598 7.64645 27.3536C7.74021 27.4473 7.86739 27.5 8 27.5H24C24.1326 27.5 24.2598 27.4473 24.3536 27.3536C24.4473 27.2598 24.5 27.1326 24.5 27V22.5H29C29.1326 22.5 29.2598 22.4473 29.3536 22.3536C29.4473 22.2598 29.5 22.1326 29.5 22V12C29.5 10.625 28.3037 9.5 26.8337 9.5ZM8.5 5.5H23.5V9.5H8.5V5.5ZM23.5 26.5H8.5V19.5H23.5V26.5ZM28.5 21.5H24.5V19C24.5 18.8674 24.4473 18.7402 24.3536 18.6464C24.2598 18.5527 24.1326 18.5 24 18.5H8C7.86739 18.5 7.74021 18.5527 7.64645 18.6464C7.55268 18.7402 7.5 18.8674 7.5 19V21.5H3.5V12C3.5 11.1725 4.25 10.5 5.16625 10.5H26.8337C27.75 10.5 28.5 11.1725 28.5 12V21.5ZM24.5 14.5C24.5 14.6978 24.4414 14.8911 24.3315 15.0556C24.2216 15.22 24.0654 15.3482 23.8827 15.4239C23.7 15.4996 23.4989 15.5194 23.3049 15.4808C23.1109 15.4422 22.9327 15.347 22.7929 15.2071C22.653 15.0673 22.5578 14.8891 22.5192 14.6951C22.4806 14.5011 22.5004 14.3 22.5761 14.1173C22.6518 13.9346 22.78 13.7784 22.9444 13.6685C23.1089 13.5586 23.3022 13.5 23.5 13.5C23.7652 13.5 24.0196 13.6054 24.2071 13.7929C24.3946 13.9804 24.5 14.2348 24.5 14.5Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === 'regular') {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M26.8337 9H25V5C25 4.73478 24.8946 4.48043 24.7071 4.29289C24.5196 4.10536 24.2652 4 24 4H8C7.73478 4 7.48043 4.10536 7.29289 4.29289C7.10536 4.48043 7 4.73478 7 5V9H5.16625C3.42 9 2 10.3463 2 12V22C2 22.2652 2.10536 22.5196 2.29289 22.7071C2.48043 22.8946 2.73478 23 3 23H7V27C7 27.2652 7.10536 27.5196 7.29289 27.7071C7.48043 27.8946 7.73478 28 8 28H24C24.2652 28 24.5196 27.8946 24.7071 27.7071C24.8946 27.5196 25 27.2652 25 27V23H29C29.2652 23 29.5196 22.8946 29.7071 22.7071C29.8946 22.5196 30 22.2652 30 22V12C30 10.3463 28.58 9 26.8337 9ZM9 6H23V9H9V6ZM23 26H9V20H23V26ZM28 21H25V19C25 18.7348 24.8946 18.4804 24.7071 18.2929C24.5196 18.1054 24.2652 18 24 18H8C7.73478 18 7.48043 18.1054 7.29289 18.2929C7.10536 18.4804 7 18.7348 7 19V21H4V12C4 11.4488 4.52375 11 5.16625 11H26.8337C27.4762 11 28 11.4488 28 12V21ZM25 14.5C25 14.7967 24.912 15.0867 24.7472 15.3334C24.5824 15.58 24.3481 15.7723 24.074 15.8858C23.7999 15.9994 23.4983 16.0291 23.2074 15.9712C22.9164 15.9133 22.6491 15.7704 22.4393 15.5607C22.2296 15.3509 22.0867 15.0836 22.0288 14.7926C21.9709 14.5017 22.0007 14.2001 22.1142 13.926C22.2277 13.6519 22.42 13.4176 22.6666 13.2528C22.9133 13.088 23.2033 13 23.5 13C23.8978 13 24.2794 13.158 24.5607 13.4393C24.842 13.7206 25 14.1022 25 14.5Z"
|
|
15
|
+
fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
}
|
|
18
|
+
if (type === 'bold') {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M26.8337 8.5H25.5V5C25.5 4.60218 25.342 4.22064 25.0607 3.93934C24.7794 3.65804 24.3978 3.5 24 3.5H8C7.60218 3.5 7.22064 3.65804 6.93934 3.93934C6.65804 4.22064 6.5 4.60218 6.5 5V8.5H5.16625C3.145 8.5 1.5 10.07 1.5 12V22C1.5 22.3978 1.65804 22.7794 1.93934 23.0607C2.22064 23.342 2.60218 23.5 3 23.5H6.5V27C6.5 27.3978 6.65804 27.7794 6.93934 28.0607C7.22064 28.342 7.60218 28.5 8 28.5H24C24.3978 28.5 24.7794 28.342 25.0607 28.0607C25.342 27.7794 25.5 27.3978 25.5 27V23.5H29C29.3978 23.5 29.7794 23.342 30.0607 23.0607C30.342 22.7794 30.5 22.3978 30.5 22V12C30.5 10.07 28.855 8.5 26.8337 8.5ZM9.5 6.5H22.5V8.5H9.5V6.5ZM22.5 25.5H9.5V21.5H22.5V25.5ZM27.5 20.5H25.5V20C25.5 19.6022 25.342 19.2206 25.0607 18.9393C24.7794 18.658 24.3978 18.5 24 18.5H8C7.60218 18.5 7.22064 18.658 6.93934 18.9393C6.65804 19.2206 6.5 19.6022 6.5 20V20.5H4.5V12C4.5 11.7288 4.805 11.5 5.16625 11.5H26.8337C27.195 11.5 27.5 11.7288 27.5 12V20.5ZM25.5 15C25.5 15.3956 25.3827 15.7822 25.1629 16.1111C24.9432 16.44 24.6308 16.6964 24.2654 16.8478C23.8999 16.9991 23.4978 17.0387 23.1098 16.9616C22.7219 16.8844 22.3655 16.6939 22.0858 16.4142C21.8061 16.1345 21.6156 15.7781 21.5384 15.3902C21.4613 15.0022 21.5009 14.6001 21.6522 14.2346C21.8036 13.8692 22.06 13.5568 22.3889 13.3371C22.7178 13.1173 23.1044 13 23.5 13C24.0304 13 24.5391 13.2107 24.9142 13.5858C25.2893 13.9609 25.5 14.4696 25.5 15Z"
|
|
22
|
+
fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === 'fill') {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M30 12V22C30 22.2652 29.8946 22.5196 29.7071 22.7071C29.5196 22.8946 29.2652 23 29 23H25V27C25 27.2652 24.8946 27.5196 24.7071 27.7071C24.5196 27.8946 24.2652 28 24 28H8C7.73478 28 7.48043 27.8946 7.29289 27.7071C7.10536 27.5196 7 27.2652 7 27V23H3C2.73478 23 2.48043 22.8946 2.29289 22.7071C2.10536 22.5196 2 22.2652 2 22V12C2 10.3463 3.42 9 5.16625 9H7V5C7 4.73478 7.10536 4.48043 7.29289 4.29289C7.48043 4.10536 7.73478 4 8 4H24C24.2652 4 24.5196 4.10536 24.7071 4.29289C24.8946 4.48043 25 4.73478 25 5V9H26.8337C28.58 9 30 10.3463 30 12ZM9 9H23V6H9V9ZM23 20H9V26H23V20ZM25 14.5C25 14.2033 24.912 13.9133 24.7472 13.6666C24.5824 13.42 24.3481 13.2277 24.074 13.1142C23.7999 13.0006 23.4983 12.9709 23.2074 13.0288C22.9164 13.0867 22.6491 13.2296 22.4393 13.4393C22.2296 13.6491 22.0867 13.9164 22.0288 14.2074C21.9709 14.4983 22.0007 14.7999 22.1142 15.074C22.2277 15.3481 22.42 15.5824 22.6666 15.7472C22.9133 15.912 23.2033 16 23.5 16C23.8978 16 24.2794 15.842 24.5607 15.5607C24.842 15.2794 25 14.8978 25 14.5Z"
|
|
29
|
+
fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
if (type === 'duotone') {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path opacity="0.2" d="M29 12V22H24V19H8V22H3V12C3 10.895 3.97 10 5.16625 10H26.8337C28.03 10 29 10.895 29 12Z"
|
|
35
|
+
fill="currentColor"/>
|
|
36
|
+
<path
|
|
37
|
+
d="M26.8337 9H25V5C25 4.73478 24.8946 4.48043 24.7071 4.29289C24.5196 4.10536 24.2652 4 24 4H8C7.73478 4 7.48043 4.10536 7.29289 4.29289C7.10536 4.48043 7 4.73478 7 5V9H5.16625C3.42 9 2 10.3463 2 12V22C2 22.2652 2.10536 22.5196 2.29289 22.7071C2.48043 22.8946 2.73478 23 3 23H7V27C7 27.2652 7.10536 27.5196 7.29289 27.7071C7.48043 27.8946 7.73478 28 8 28H24C24.2652 28 24.5196 27.8946 24.7071 27.7071C24.8946 27.5196 25 27.2652 25 27V23H29C29.2652 23 29.5196 22.8946 29.7071 22.7071C29.8946 22.5196 30 22.2652 30 22V12C30 10.3463 28.58 9 26.8337 9ZM9 6H23V9H9V6ZM23 26H9V20H23V26ZM28 21H25V19C25 18.7348 24.8946 18.4804 24.7071 18.2929C24.5196 18.1054 24.2652 18 24 18H8C7.73478 18 7.48043 18.1054 7.29289 18.2929C7.10536 18.4804 7 18.7348 7 19V21H4V12C4 11.4488 4.52375 11 5.16625 11H26.8337C27.4762 11 28 11.4488 28 12V21ZM25 14.5C25 14.7967 24.912 15.0867 24.7472 15.3334C24.5824 15.58 24.3481 15.7723 24.074 15.8858C23.7999 15.9994 23.4983 16.0291 23.2074 15.9712C22.9164 15.9133 22.6491 15.7704 22.4393 15.5607C22.2296 15.3509 22.0867 15.0836 22.0288 14.7926C21.9709 14.5017 22.0007 14.2001 22.1142 13.926C22.2277 13.6519 22.42 13.4176 22.6666 13.2528C22.9133 13.088 23.2033 13 23.5 13C23.8978 13 24.2794 13.158 24.5607 13.4393C24.842 13.7206 25 14.1022 25 14.5Z"
|
|
38
|
+
fill="currentColor"/>
|
|
39
|
+
</svg>
|
|
40
|
+
}
|
|
41
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path
|
|
43
|
+
d="M26.8337 9.25H24.75V5C24.75 4.80109 24.671 4.61032 24.5303 4.46967C24.3897 4.32902 24.1989 4.25 24 4.25H8C7.80109 4.25 7.61032 4.32902 7.46967 4.46967C7.32902 4.61032 7.25 4.80109 7.25 5V9.25H5.16625C3.55875 9.25 2.25 10.4837 2.25 12V22C2.25 22.1989 2.32902 22.3897 2.46967 22.5303C2.61032 22.671 2.80109 22.75 3 22.75H7.25V27C7.25 27.1989 7.32902 27.3897 7.46967 27.5303C7.61032 27.671 7.80109 27.75 8 27.75H24C24.1989 27.75 24.3897 27.671 24.5303 27.5303C24.671 27.3897 24.75 27.1989 24.75 27V22.75H29C29.1989 22.75 29.3897 22.671 29.5303 22.5303C29.671 22.3897 29.75 22.1989 29.75 22V12C29.75 10.4837 28.4412 9.25 26.8337 9.25ZM8.75 5.75H23.25V9.25H8.75V5.75ZM23.25 26.25H8.75V19.75H23.25V26.25ZM28.25 21.25H24.75V19C24.75 18.8011 24.671 18.6103 24.5303 18.4697C24.3897 18.329 24.1989 18.25 24 18.25H8C7.80109 18.25 7.61032 18.329 7.46967 18.4697C7.32902 18.6103 7.25 18.8011 7.25 19V21.25H3.75V12C3.75 11.3112 4.385 10.75 5.16625 10.75H26.8337C27.615 10.75 28.25 11.3112 28.25 12V21.25ZM24.75 14.5C24.75 14.7472 24.6767 14.9889 24.5393 15.1945C24.402 15.4 24.2068 15.5602 23.9784 15.6548C23.7499 15.7495 23.4986 15.7742 23.2561 15.726C23.0137 15.6778 22.7909 15.5587 22.6161 15.3839C22.4413 15.2091 22.3223 14.9863 22.274 14.7439C22.2258 14.5014 22.2505 14.2501 22.3451 14.0216C22.4398 13.7932 22.6 13.598 22.8055 13.4607C23.0111 13.3233 23.2528 13.25 23.5 13.25C23.8315 13.25 24.1495 13.3817 24.3839 13.6161C24.6183 13.8505 24.75 14.1685 24.75 14.5Z"
|
|
44
|
+
fill="currentColor"/>
|
|
45
|
+
</svg>
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export default Printer;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const TextAa = ({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="M10.4524 6.78754C10.4121 6.70164 10.3481 6.62901 10.2679 6.57813C10.1878 6.52726 10.0948 6.50024 9.99993 6.50024C9.90501 6.50024 9.81206 6.52726 9.73193 6.57813C9.6518 6.62901 9.58781 6.70164 9.54743 6.78754L1.54743 23.7875C1.49398 23.9071 1.48959 24.0429 1.53521 24.1657C1.58082 24.2885 1.6728 24.3885 1.79137 24.4442C1.90993 24.4998 2.04561 24.5068 2.16923 24.4634C2.29285 24.4201 2.39454 24.33 2.45243 24.2125L4.66993 19.5H15.3299L17.5474 24.2125C17.5745 24.2732 17.6135 24.3279 17.662 24.3733C17.7104 24.4187 17.7675 24.4541 17.8298 24.4772C17.8921 24.5003 17.9583 24.5108 18.0247 24.5081C18.0911 24.5053 18.1563 24.4893 18.2164 24.4611C18.2766 24.4328 18.3305 24.3929 18.375 24.3436C18.4196 24.2942 18.4538 24.2365 18.4758 24.1738C18.4978 24.1111 18.507 24.0447 18.503 23.9783C18.499 23.912 18.4818 23.8471 18.4524 23.7875L10.4524 6.78754ZM5.14118 18.5L9.99993 8.17379L14.8587 18.5H5.14118ZM24.9999 12.5C23.5412 12.5 22.4137 12.885 21.6474 13.645C21.6008 13.6913 21.5638 13.7463 21.5384 13.807C21.5131 13.8676 21.4999 13.9326 21.4997 13.9983C21.4992 14.131 21.5514 14.2584 21.6449 14.3525C21.7384 14.4467 21.8655 14.4998 21.9982 14.5003C22.1308 14.5008 22.2583 14.4485 22.3524 14.355C22.9237 13.7875 23.8149 13.5 24.9999 13.5C26.9299 13.5 28.4999 14.8463 28.4999 16.5V17.99C28.0517 17.5126 27.5091 17.1336 26.9066 16.8771C26.3041 16.6205 25.6547 16.4922 24.9999 16.5C22.5187 16.5 20.4999 18.2938 20.4999 20.5C20.4999 22.7063 22.5187 24.5 24.9999 24.5C25.6547 24.5079 26.3041 24.3795 26.9066 24.123C27.5091 23.8665 28.0517 23.4875 28.4999 23.01V24C28.4999 24.1326 28.5526 24.2598 28.6464 24.3536C28.7401 24.4474 28.8673 24.5 28.9999 24.5C29.1325 24.5 29.2597 24.4474 29.3535 24.3536C29.4473 24.2598 29.4999 24.1326 29.4999 24V16.5C29.4999 14.295 27.4812 12.5 24.9999 12.5ZM24.9999 23.5C23.0699 23.5 21.4999 22.1538 21.4999 20.5C21.4999 18.8463 23.0699 17.5 24.9999 17.5C26.9299 17.5 28.4999 18.8463 28.4999 20.5C28.4999 22.1538 26.9299 23.5 24.9999 23.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="M10.9051 6.57386C10.8243 6.40206 10.6963 6.2568 10.5361 6.15505C10.3758 6.0533 10.1899 5.99927 10.0001 5.99927C9.81026 5.99927 9.62435 6.0533 9.46409 6.15505C9.30383 6.2568 9.17585 6.40206 9.09509 6.57386L1.09509 23.5739C1.0392 23.6927 1.00726 23.8214 1.0011 23.9526C0.994942 24.0838 1.01468 24.2149 1.0592 24.3385C1.1491 24.588 1.33444 24.7916 1.57447 24.9045C1.81449 25.0174 2.08952 25.0303 2.33906 24.9404C2.5886 24.8505 2.79221 24.6651 2.90509 24.4251L4.98759 20.0001H15.0126L17.0951 24.4251C17.151 24.544 17.2297 24.6506 17.3269 24.739C17.424 24.8274 17.5376 24.8959 17.6611 24.9404C17.7847 24.9849 17.9158 25.0046 18.047 24.9985C18.1782 24.9923 18.3069 24.9604 18.4257 24.9045C18.5446 24.8486 18.6512 24.7698 18.7396 24.6727C18.8281 24.5756 18.8965 24.462 18.941 24.3385C18.9855 24.2149 19.0052 24.0838 18.9991 23.9526C18.9929 23.8214 18.961 23.6927 18.9051 23.5739L10.9051 6.57386ZM5.92884 18.0001L10.0001 9.34886L14.0713 18.0001H5.92884ZM25.0001 12.0001C23.4051 12.0001 22.1588 12.4339 21.2963 13.2901C21.1158 13.4784 21.0159 13.7297 21.018 13.9905C21.0202 14.2514 21.1241 14.5011 21.3078 14.6863C21.4914 14.8716 21.7402 14.9778 22.001 14.9822C22.2618 14.9867 22.514 14.889 22.7038 14.7101C23.1788 14.2389 23.9538 14.0001 25.0001 14.0001C26.6538 14.0001 28.0001 15.1251 28.0001 16.5001V16.9026C27.1127 16.3089 26.0678 15.9945 25.0001 16.0001C22.2426 16.0001 20.0001 18.0189 20.0001 20.5001C20.0001 22.9814 22.2426 25.0001 25.0001 25.0001C26.0682 25.0048 27.1132 24.6891 28.0001 24.0939C28.0125 24.3591 28.1298 24.6085 28.3261 24.7872C28.5225 24.966 28.7817 25.0594 29.047 25.047C29.3122 25.0345 29.5616 24.9173 29.7403 24.7209C29.9191 24.5246 30.0125 24.2653 30.0001 24.0001V16.5001C30.0001 14.0189 27.7576 12.0001 25.0001 12.0001ZM25.0001 23.0001C23.3463 23.0001 22.0001 21.8751 22.0001 20.5001C22.0001 19.1251 23.3463 18.0001 25.0001 18.0001C26.6538 18.0001 28.0001 19.1251 28.0001 20.5001C28.0001 21.8751 26.6538 23.0001 25.0001 23.0001Z"
|
|
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="M11.3571 6.36115C11.236 6.10346 11.044 5.88556 10.8036 5.73294C10.5633 5.58032 10.2844 5.49927 9.99965 5.49927C9.7149 5.49927 9.43604 5.58032 9.19565 5.73294C8.95526 5.88556 8.76328 6.10346 8.64215 6.36115L0.642147 23.3612C0.481999 23.7197 0.468819 24.1267 0.605437 24.4948C0.742055 24.863 1.01758 25.1628 1.37284 25.3301C1.72811 25.4973 2.13479 25.5186 2.50556 25.3893C2.87633 25.26 3.18163 24.9905 3.3559 24.6387L5.30465 20.4999H14.6946L16.6421 24.6387C16.8116 24.9987 17.117 25.2767 17.4914 25.4115C17.8658 25.5463 18.2784 25.5268 18.6384 25.3574C18.9984 25.188 19.2764 24.8825 19.4112 24.5081C19.546 24.1338 19.5266 23.7212 19.3571 23.3612L11.3571 6.36115ZM6.71715 17.4999L9.99965 10.5224L13.2834 17.4999H6.71715ZM24.9996 11.4999C23.2684 11.4999 21.9034 11.9824 20.9434 12.9349C20.7924 13.0709 20.6707 13.2362 20.5855 13.4206C20.5003 13.6051 20.4535 13.805 20.448 14.0081C20.4424 14.2112 20.4781 14.4133 20.553 14.6022C20.6279 14.7911 20.7404 14.9628 20.8836 15.1069C21.0269 15.251 21.1979 15.3645 21.3863 15.4405C21.5748 15.5165 21.7767 15.5534 21.9798 15.549C22.183 15.5446 22.3831 15.499 22.5681 15.4149C22.753 15.3308 22.919 15.2101 23.0559 15.0599C23.4309 14.6849 24.0884 14.4949 24.9996 14.4949C26.1671 14.4949 27.1484 15.1399 27.4209 16.0074C26.6586 15.6695 25.8335 15.4965 24.9996 15.4999C21.9671 15.4999 19.4996 17.7424 19.4996 20.4999C19.4996 23.2574 21.9671 25.4999 24.9996 25.4999C25.9573 25.5023 26.9012 25.2715 27.7496 24.8274C27.9277 25.0958 28.1874 25.2998 28.4904 25.4091C28.7933 25.5185 29.1234 25.5274 29.4319 25.4346C29.7403 25.3418 30.0107 25.1522 30.203 24.8938C30.3953 24.6354 30.4993 24.322 30.4996 23.9999V16.4999C30.4996 13.7424 28.0321 11.4999 24.9996 11.4999ZM24.9996 22.4999C23.6246 22.4999 22.4996 21.6024 22.4996 20.4999C22.4996 19.3974 23.6246 18.4999 24.9996 18.4999C26.3746 18.4999 27.4996 19.3974 27.4996 20.4999C27.4996 21.6024 26.3746 22.4999 24.9996 22.4999Z"
|
|
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="M25 19.5C25 20.3125 24.0837 21 23 21C21.9163 21 21 20.3125 21 19.5C21 18.6875 21.9163 18 23 18C24.0837 18 25 18.6875 25 19.5ZM9.20125 17H13.7987L11.5 11.5662L9.20125 17ZM29 7V25C29 25.5304 28.7893 26.0391 28.4142 26.4142C28.0391 26.7893 27.5304 27 27 27H5C4.46957 27 3.96086 26.7893 3.58579 26.4142C3.21071 26.0391 3 25.5304 3 25V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7ZM17.9212 21.61L12.4213 8.61C12.3448 8.42886 12.2166 8.27429 12.0527 8.16561C11.8889 8.05693 11.6966 7.99897 11.5 7.99897C11.3034 7.99897 11.1111 8.05693 10.9473 8.16561C10.7834 8.27429 10.6552 8.42886 10.5787 8.61L5.07875 21.61C4.97532 21.8543 4.97318 22.1297 5.07281 22.3757C5.17244 22.6216 5.36567 22.8178 5.61 22.9212C5.85433 23.0247 6.12974 23.0268 6.37565 22.9272C6.62156 22.8276 6.81782 22.6343 6.92125 22.39L8.355 19H14.645L16.0788 22.39C16.1822 22.6343 16.3784 22.8276 16.6243 22.9272C16.8703 23.0268 17.1457 23.0247 17.39 22.9212C17.6343 22.8178 17.8276 22.6216 17.9272 22.3757C18.0268 22.1297 18.0247 21.8543 17.9212 21.61ZM27 16.5C27 14.57 25.205 13 23 13C22.0671 12.9931 21.1566 13.2858 20.4025 13.835C20.1898 13.9935 20.0488 14.2299 20.0105 14.4924C19.9722 14.7548 20.0397 15.0217 20.1981 15.2344C20.3566 15.447 20.5931 15.5881 20.8555 15.6264C21.1179 15.6647 21.3848 15.5972 21.5975 15.4388C22.0062 15.1466 22.4977 14.9929 23 15C24.07 15 24.975 15.67 25 16.47C24.3797 16.1579 23.6944 15.9968 23 16C20.795 16 19 17.57 19 19.5C19 21.43 20.795 23 23 23C23.739 23.0034 24.4669 22.8202 25.1162 22.4675C25.2207 22.6648 25.3882 22.8214 25.592 22.9125C25.7958 23.0036 26.0242 23.0239 26.2409 22.9701C26.4575 22.9163 26.65 22.7916 26.7875 22.6158C26.9251 22.44 26.9999 22.2232 27 22V16.5Z"
|
|
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="M28.9991 20.5C28.9991 22.4325 27.2078 24 24.9991 24C22.7903 24 20.9991 22.4325 20.9991 20.5C20.9991 18.5675 22.7903 17 24.9991 17C27.2078 17 28.9991 18.5675 28.9991 20.5ZM4.35156 19H15.6466L9.99906 7L4.35156 19Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
<path
|
|
48
|
+
d="M10.9051 6.57386C10.8243 6.40206 10.6963 6.2568 10.5361 6.15505C10.3758 6.0533 10.1899 5.99927 10.0001 5.99927C9.81026 5.99927 9.62435 6.0533 9.46409 6.15505C9.30383 6.2568 9.17585 6.40206 9.09509 6.57386L1.09509 23.5739C1.0392 23.6927 1.00726 23.8214 1.0011 23.9526C0.994942 24.0838 1.01468 24.2149 1.0592 24.3385C1.1491 24.588 1.33444 24.7916 1.57447 24.9045C1.81449 25.0174 2.08952 25.0303 2.33906 24.9404C2.5886 24.8505 2.79221 24.6651 2.90509 24.4251L4.98759 20.0001H15.0126L17.0951 24.4251C17.151 24.544 17.2297 24.6506 17.3269 24.739C17.424 24.8274 17.5376 24.8959 17.6611 24.9404C17.7847 24.9849 17.9158 25.0046 18.047 24.9985C18.1782 24.9923 18.3069 24.9604 18.4257 24.9045C18.5446 24.8486 18.6512 24.7698 18.7396 24.6727C18.8281 24.5756 18.8965 24.462 18.941 24.3385C18.9855 24.2149 19.0052 24.0838 18.9991 23.9526C18.9929 23.8214 18.961 23.6927 18.9051 23.5739L10.9051 6.57386ZM5.92884 18.0001L10.0001 9.34886L14.0713 18.0001H5.92884ZM25.0001 12.0001C23.4051 12.0001 22.1588 12.4339 21.2963 13.2901C21.1158 13.4784 21.0159 13.7297 21.018 13.9905C21.0202 14.2514 21.1241 14.5011 21.3078 14.6863C21.4914 14.8716 21.7402 14.9778 22.001 14.9822C22.2618 14.9867 22.514 14.889 22.7038 14.7101C23.1788 14.2389 23.9538 14.0001 25.0001 14.0001C26.6538 14.0001 28.0001 15.1251 28.0001 16.5001V16.9026C27.1127 16.3089 26.0678 15.9945 25.0001 16.0001C22.2426 16.0001 20.0001 18.0189 20.0001 20.5001C20.0001 22.9814 22.2426 25.0001 25.0001 25.0001C26.0682 25.0048 27.1132 24.6891 28.0001 24.0939C28.0125 24.3591 28.1298 24.6085 28.3261 24.7872C28.5225 24.966 28.7817 25.0594 29.047 25.047C29.3122 25.0345 29.5616 24.9173 29.7403 24.7209C29.9191 24.5246 30.0125 24.2653 30.0001 24.0001V16.5001C30.0001 14.0189 27.7576 12.0001 25.0001 12.0001ZM25.0001 23.0001C23.3463 23.0001 22.0001 21.8751 22.0001 20.5001C22.0001 19.1251 23.3463 18.0001 25.0001 18.0001C26.6538 18.0001 28.0001 19.1251 28.0001 20.5001C28.0001 21.8751 26.6538 23.0001 25.0001 23.0001Z"
|
|
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="M10.6789 6.68119C10.6183 6.55234 10.5223 6.44339 10.4021 6.36708C10.2819 6.29077 10.1425 6.25024 10.0001 6.25024C9.85776 6.25024 9.71833 6.29077 9.59814 6.36708C9.47794 6.44339 9.38195 6.55234 9.32139 6.68119L1.32138 23.6812C1.23668 23.8612 1.22696 24.0675 1.29435 24.2547C1.36175 24.4419 1.50074 24.5946 1.68076 24.6793C1.86078 24.764 2.06707 24.7737 2.25425 24.7063C2.44144 24.6389 2.59418 24.5 2.67888 24.3199L4.82889 19.7499H15.1714L17.3214 24.3187C17.3633 24.4078 17.4224 24.4878 17.4953 24.5541C17.5681 24.6204 17.6533 24.6717 17.746 24.7051C17.8387 24.7385 17.9371 24.7533 18.0355 24.7486C18.1339 24.744 18.2304 24.72 18.3195 24.6781C18.4086 24.6361 18.4886 24.577 18.5549 24.5042C18.6212 24.4313 18.6725 24.3461 18.7059 24.2534C18.7393 24.1607 18.7541 24.0624 18.7494 23.964C18.7448 23.8656 18.7208 23.7691 18.6789 23.6799L10.6789 6.68119ZM5.53513 18.2499L10.0001 8.76119L14.4651 18.2499H5.53513ZM25.0001 12.2499C23.4739 12.2499 22.2864 12.6599 21.4714 13.4674C21.4015 13.5369 21.3459 13.6194 21.3079 13.7103C21.2698 13.8012 21.2501 13.8987 21.2497 13.9973C21.2494 14.0958 21.2684 14.1935 21.3058 14.2847C21.3432 14.3758 21.3982 14.4588 21.4676 14.5287C21.6079 14.6699 21.7985 14.7497 21.9975 14.7504C22.096 14.7507 22.1937 14.7316 22.2849 14.6942C22.376 14.6569 22.459 14.6019 22.5289 14.5324C23.0514 14.0137 23.8839 13.7499 25.0001 13.7499C26.7926 13.7499 28.2501 14.9837 28.2501 16.4999V17.4049C27.3361 16.6501 26.1855 16.2412 25.0001 16.2499C22.3814 16.2499 20.2501 18.1562 20.2501 20.4999C20.2501 22.8437 22.3814 24.7499 25.0001 24.7499C26.1855 24.7587 27.3361 24.3498 28.2501 23.5949V23.9999C28.2501 24.1988 28.3292 24.3896 28.4698 24.5303C28.6105 24.6709 28.8012 24.7499 29.0001 24.7499C29.199 24.7499 29.3898 24.6709 29.5305 24.5303C29.6711 24.3896 29.7501 24.1988 29.7501 23.9999V16.4999C29.7501 14.1562 27.6251 12.2499 25.0001 12.2499ZM25.0001 23.2499C23.2076 23.2499 21.7501 22.0162 21.7501 20.4999C21.7501 18.9837 23.2076 17.7499 25.0001 17.7499C26.7926 17.7499 28.2501 18.9837 28.2501 20.4999C28.2501 22.0162 26.7926 23.2499 25.0001 23.2499Z"
|
|
58
|
+
fill="currentColor"/>
|
|
59
|
+
</svg>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default TextAa;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const TextColumns = ({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="M14.5 8C14.5 8.13261 14.4473 8.25979 14.3536 8.35355C14.2598 8.44732 14.1326 8.5 14 8.5H5C4.86739 8.5 4.74021 8.44732 4.64645 8.35355C4.55268 8.25979 4.5 8.13261 4.5 8C4.5 7.86739 4.55268 7.74021 4.64645 7.64645C4.74021 7.55268 4.86739 7.5 5 7.5H14C14.1326 7.5 14.2598 7.55268 14.3536 7.64645C14.4473 7.74021 14.5 7.86739 14.5 8ZM14 12.5H5C4.86739 12.5 4.74021 12.5527 4.64645 12.6464C4.55268 12.7402 4.5 12.8674 4.5 13C4.5 13.1326 4.55268 13.2598 4.64645 13.3536C4.74021 13.4473 4.86739 13.5 5 13.5H14C14.1326 13.5 14.2598 13.4473 14.3536 13.3536C14.4473 13.2598 14.5 13.1326 14.5 13C14.5 12.8674 14.4473 12.7402 14.3536 12.6464C14.2598 12.5527 14.1326 12.5 14 12.5ZM14 17.5H5C4.86739 17.5 4.74021 17.5527 4.64645 17.6464C4.55268 17.7402 4.5 17.8674 4.5 18C4.5 18.1326 4.55268 18.2598 4.64645 18.3536C4.74021 18.4473 4.86739 18.5 5 18.5H14C14.1326 18.5 14.2598 18.4473 14.3536 18.3536C14.4473 18.2598 14.5 18.1326 14.5 18C14.5 17.8674 14.4473 17.7402 14.3536 17.6464C14.2598 17.5527 14.1326 17.5 14 17.5ZM14 22.5H5C4.86739 22.5 4.74021 22.5527 4.64645 22.6464C4.55268 22.7402 4.5 22.8674 4.5 23C4.5 23.1326 4.55268 23.2598 4.64645 23.3536C4.74021 23.4473 4.86739 23.5 5 23.5H14C14.1326 23.5 14.2598 23.4473 14.3536 23.3536C14.4473 23.2598 14.5 23.1326 14.5 23C14.5 22.8674 14.4473 22.7402 14.3536 22.6464C14.2598 22.5527 14.1326 22.5 14 22.5ZM18 8.5H27C27.1326 8.5 27.2598 8.44732 27.3536 8.35355C27.4473 8.25979 27.5 8.13261 27.5 8C27.5 7.86739 27.4473 7.74021 27.3536 7.64645C27.2598 7.55268 27.1326 7.5 27 7.5H18C17.8674 7.5 17.7402 7.55268 17.6464 7.64645C17.5527 7.74021 17.5 7.86739 17.5 8C17.5 8.13261 17.5527 8.25979 17.6464 8.35355C17.7402 8.44732 17.8674 8.5 18 8.5ZM27 12.5H18C17.8674 12.5 17.7402 12.5527 17.6464 12.6464C17.5527 12.7402 17.5 12.8674 17.5 13C17.5 13.1326 17.5527 13.2598 17.6464 13.3536C17.7402 13.4473 17.8674 13.5 18 13.5H27C27.1326 13.5 27.2598 13.4473 27.3536 13.3536C27.4473 13.2598 27.5 13.1326 27.5 13C27.5 12.8674 27.4473 12.7402 27.3536 12.6464C27.2598 12.5527 27.1326 12.5 27 12.5ZM27 17.5H18C17.8674 17.5 17.7402 17.5527 17.6464 17.6464C17.5527 17.7402 17.5 17.8674 17.5 18C17.5 18.1326 17.5527 18.2598 17.6464 18.3536C17.7402 18.4473 17.8674 18.5 18 18.5H27C27.1326 18.5 27.2598 18.4473 27.3536 18.3536C27.4473 18.2598 27.5 18.1326 27.5 18C27.5 17.8674 27.4473 17.7402 27.3536 17.6464C27.2598 17.5527 27.1326 17.5 27 17.5ZM27 22.5H18C17.8674 22.5 17.7402 22.5527 17.6464 22.6464C17.5527 22.7402 17.5 22.8674 17.5 23C17.5 23.1326 17.5527 23.2598 17.6464 23.3536C17.7402 23.4473 17.8674 23.5 18 23.5H27C27.1326 23.5 27.2598 23.4473 27.3536 23.3536C27.4473 23.2598 27.5 23.1326 27.5 23C27.5 22.8674 27.4473 22.7402 27.3536 22.6464C27.2598 22.5527 27.1326 22.5 27 22.5Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
if (type === "regular") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
17
|
+
<path
|
|
18
|
+
d="M15 8C15 8.26522 14.8946 8.51957 14.7071 8.70711C14.5196 8.89464 14.2652 9 14 9H5C4.73478 9 4.48043 8.89464 4.29289 8.70711C4.10536 8.51957 4 8.26522 4 8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H14C14.2652 7 14.5196 7.10536 14.7071 7.29289C14.8946 7.48043 15 7.73478 15 8ZM14 12H5C4.73478 12 4.48043 12.1054 4.29289 12.2929C4.10536 12.4804 4 12.7348 4 13C4 13.2652 4.10536 13.5196 4.29289 13.7071C4.48043 13.8946 4.73478 14 5 14H14C14.2652 14 14.5196 13.8946 14.7071 13.7071C14.8946 13.5196 15 13.2652 15 13C15 12.7348 14.8946 12.4804 14.7071 12.2929C14.5196 12.1054 14.2652 12 14 12ZM14 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18C4 18.2652 4.10536 18.5196 4.29289 18.7071C4.48043 18.8946 4.73478 19 5 19H14C14.2652 19 14.5196 18.8946 14.7071 18.7071C14.8946 18.5196 15 18.2652 15 18C15 17.7348 14.8946 17.4804 14.7071 17.2929C14.5196 17.1054 14.2652 17 14 17ZM14 22H5C4.73478 22 4.48043 22.1054 4.29289 22.2929C4.10536 22.4804 4 22.7348 4 23C4 23.2652 4.10536 23.5196 4.29289 23.7071C4.48043 23.8946 4.73478 24 5 24H14C14.2652 24 14.5196 23.8946 14.7071 23.7071C14.8946 23.5196 15 23.2652 15 23C15 22.7348 14.8946 22.4804 14.7071 22.2929C14.5196 22.1054 14.2652 22 14 22ZM18 9H27C27.2652 9 27.5196 8.89464 27.7071 8.70711C27.8946 8.51957 28 8.26522 28 8C28 7.73478 27.8946 7.48043 27.7071 7.29289C27.5196 7.10536 27.2652 7 27 7H18C17.7348 7 17.4804 7.10536 17.2929 7.29289C17.1054 7.48043 17 7.73478 17 8C17 8.26522 17.1054 8.51957 17.2929 8.70711C17.4804 8.89464 17.7348 9 18 9ZM27 12H18C17.7348 12 17.4804 12.1054 17.2929 12.2929C17.1054 12.4804 17 12.7348 17 13C17 13.2652 17.1054 13.5196 17.2929 13.7071C17.4804 13.8946 17.7348 14 18 14H27C27.2652 14 27.5196 13.8946 27.7071 13.7071C27.8946 13.5196 28 13.2652 28 13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM27 17H18C17.7348 17 17.4804 17.1054 17.2929 17.2929C17.1054 17.4804 17 17.7348 17 18C17 18.2652 17.1054 18.5196 17.2929 18.7071C17.4804 18.8946 17.7348 19 18 19H27C27.2652 19 27.5196 18.8946 27.7071 18.7071C27.8946 18.5196 28 18.2652 28 18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 17ZM27 22H18C17.7348 22 17.4804 22.1054 17.2929 22.2929C17.1054 22.4804 17 22.7348 17 23C17 23.2652 17.1054 23.5196 17.2929 23.7071C17.4804 23.8946 17.7348 24 18 24H27C27.2652 24 27.5196 23.8946 27.7071 23.7071C27.8946 23.5196 28 23.2652 28 23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22Z"
|
|
19
|
+
fill="currentColor"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
if (type === "bold") {
|
|
24
|
+
return (
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path
|
|
27
|
+
d="M15 8C15 8.39782 14.842 8.77936 14.5607 9.06066C14.2794 9.34196 13.8978 9.5 13.5 9.5H5C4.60218 9.5 4.22064 9.34196 3.93934 9.06066C3.65804 8.77936 3.5 8.39782 3.5 8C3.5 7.60218 3.65804 7.22064 3.93934 6.93934C4.22064 6.65804 4.60218 6.5 5 6.5H13.5C13.8978 6.5 14.2794 6.65804 14.5607 6.93934C14.842 7.22064 15 7.60218 15 8ZM13.5 11.5H5C4.60218 11.5 4.22064 11.658 3.93934 11.9393C3.65804 12.2206 3.5 12.6022 3.5 13C3.5 13.3978 3.65804 13.7794 3.93934 14.0607C4.22064 14.342 4.60218 14.5 5 14.5H13.5C13.8978 14.5 14.2794 14.342 14.5607 14.0607C14.842 13.7794 15 13.3978 15 13C15 12.6022 14.842 12.2206 14.5607 11.9393C14.2794 11.658 13.8978 11.5 13.5 11.5ZM13.5 16.5H5C4.60218 16.5 4.22064 16.658 3.93934 16.9393C3.65804 17.2206 3.5 17.6022 3.5 18C3.5 18.3978 3.65804 18.7794 3.93934 19.0607C4.22064 19.342 4.60218 19.5 5 19.5H13.5C13.8978 19.5 14.2794 19.342 14.5607 19.0607C14.842 18.7794 15 18.3978 15 18C15 17.6022 14.842 17.2206 14.5607 16.9393C14.2794 16.658 13.8978 16.5 13.5 16.5ZM13.5 21.5H5C4.60218 21.5 4.22064 21.658 3.93934 21.9393C3.65804 22.2206 3.5 22.6022 3.5 23C3.5 23.3978 3.65804 23.7794 3.93934 24.0607C4.22064 24.342 4.60218 24.5 5 24.5H13.5C13.8978 24.5 14.2794 24.342 14.5607 24.0607C14.842 23.7794 15 23.3978 15 23C15 22.6022 14.842 22.2206 14.5607 21.9393C14.2794 21.658 13.8978 21.5 13.5 21.5ZM18.5 9.5H27C27.3978 9.5 27.7794 9.34196 28.0607 9.06066C28.342 8.77936 28.5 8.39782 28.5 8C28.5 7.60218 28.342 7.22064 28.0607 6.93934C27.7794 6.65804 27.3978 6.5 27 6.5H18.5C18.1022 6.5 17.7206 6.65804 17.4393 6.93934C17.158 7.22064 17 7.60218 17 8C17 8.39782 17.158 8.77936 17.4393 9.06066C17.7206 9.34196 18.1022 9.5 18.5 9.5ZM27 11.5H18.5C18.1022 11.5 17.7206 11.658 17.4393 11.9393C17.158 12.2206 17 12.6022 17 13C17 13.3978 17.158 13.7794 17.4393 14.0607C17.7206 14.342 18.1022 14.5 18.5 14.5H27C27.3978 14.5 27.7794 14.342 28.0607 14.0607C28.342 13.7794 28.5 13.3978 28.5 13C28.5 12.6022 28.342 12.2206 28.0607 11.9393C27.7794 11.658 27.3978 11.5 27 11.5ZM27 16.5H18.5C18.1022 16.5 17.7206 16.658 17.4393 16.9393C17.158 17.2206 17 17.6022 17 18C17 18.3978 17.158 18.7794 17.4393 19.0607C17.7206 19.342 18.1022 19.5 18.5 19.5H27C27.3978 19.5 27.7794 19.342 28.0607 19.0607C28.342 18.7794 28.5 18.3978 28.5 18C28.5 17.6022 28.342 17.2206 28.0607 16.9393C27.7794 16.658 27.3978 16.5 27 16.5ZM27 21.5H18.5C18.1022 21.5 17.7206 21.658 17.4393 21.9393C17.158 22.2206 17 22.6022 17 23C17 23.3978 17.158 23.7794 17.4393 24.0607C17.7206 24.342 18.1022 24.5 18.5 24.5H27C27.3978 24.5 27.7794 24.342 28.0607 24.0607C28.342 23.7794 28.5 23.3978 28.5 23C28.5 22.6022 28.342 22.2206 28.0607 21.9393C27.7794 21.658 27.3978 21.5 27 21.5Z"
|
|
28
|
+
fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "fill") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path
|
|
36
|
+
d="M15 23V24C15 24.2652 14.8946 24.5196 14.7071 24.7071C14.5196 24.8946 14.2652 25 14 25H5C4.73478 25 4.48043 24.8946 4.29289 24.7071C4.10536 24.5196 4 24.2652 4 24V23C4 22.7348 4.10536 22.4804 4.29289 22.2929C4.48043 22.1054 4.73478 22 5 22H14C14.2652 22 14.5196 22.1054 14.7071 22.2929C14.8946 22.4804 15 22.7348 15 23ZM14 12H5C4.73478 12 4.48043 12.1054 4.29289 12.2929C4.10536 12.4804 4 12.7348 4 13V14C4 14.2652 4.10536 14.5196 4.29289 14.7071C4.48043 14.8946 4.73478 15 5 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14V13C15 12.7348 14.8946 12.4804 14.7071 12.2929C14.5196 12.1054 14.2652 12 14 12ZM14 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H14C14.2652 20 14.5196 19.8946 14.7071 19.7071C14.8946 19.5196 15 19.2652 15 19V18C15 17.7348 14.8946 17.4804 14.7071 17.2929C14.5196 17.1054 14.2652 17 14 17ZM14 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8V9C4 9.26522 4.10536 9.51957 4.29289 9.70711C4.48043 9.89464 4.73478 10 5 10H14C14.2652 10 14.5196 9.89464 14.7071 9.70711C14.8946 9.51957 15 9.26522 15 9V8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7ZM27 12H18C17.7348 12 17.4804 12.1054 17.2929 12.2929C17.1054 12.4804 17 12.7348 17 13V14C17 14.2652 17.1054 14.5196 17.2929 14.7071C17.4804 14.8946 17.7348 15 18 15H27C27.2652 15 27.5196 14.8946 27.7071 14.7071C27.8946 14.5196 28 14.2652 28 14V13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM27 22H18C17.7348 22 17.4804 22.1054 17.2929 22.2929C17.1054 22.4804 17 22.7348 17 23V24C17 24.2652 17.1054 24.5196 17.2929 24.7071C17.4804 24.8946 17.7348 25 18 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22ZM27 7H18C17.7348 7 17.4804 7.10536 17.2929 7.29289C17.1054 7.48043 17 7.73478 17 8V9C17 9.26522 17.1054 9.51957 17.2929 9.70711C17.4804 9.89464 17.7348 10 18 10H27C27.2652 10 27.5196 9.89464 27.7071 9.70711C27.8946 9.51957 28 9.26522 28 9V8C28 7.73478 27.8946 7.48043 27.7071 7.29289C27.5196 7.10536 27.2652 7 27 7ZM27 17H18C17.7348 17 17.4804 17.1054 17.2929 17.2929C17.1054 17.4804 17 17.7348 17 18V19C17 19.2652 17.1054 19.5196 17.2929 19.7071C17.4804 19.8946 17.7348 20 18 20H27C27.2652 20 27.5196 19.8946 27.7071 19.7071C27.8946 19.5196 28 19.2652 28 19V18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 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" d="M27 8V23H5V8H27Z" fill="currentColor"/>
|
|
45
|
+
<path
|
|
46
|
+
d="M15 8C15 8.26522 14.8946 8.51957 14.7071 8.70711C14.5196 8.89464 14.2652 9 14 9H5C4.73478 9 4.48043 8.89464 4.29289 8.70711C4.10536 8.51957 4 8.26522 4 8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H14C14.2652 7 14.5196 7.10536 14.7071 7.29289C14.8946 7.48043 15 7.73478 15 8ZM14 12H5C4.73478 12 4.48043 12.1054 4.29289 12.2929C4.10536 12.4804 4 12.7348 4 13C4 13.2652 4.10536 13.5196 4.29289 13.7071C4.48043 13.8946 4.73478 14 5 14H14C14.2652 14 14.5196 13.8946 14.7071 13.7071C14.8946 13.5196 15 13.2652 15 13C15 12.7348 14.8946 12.4804 14.7071 12.2929C14.5196 12.1054 14.2652 12 14 12ZM14 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18C4 18.2652 4.10536 18.5196 4.29289 18.7071C4.48043 18.8946 4.73478 19 5 19H14C14.2652 19 14.5196 18.8946 14.7071 18.7071C14.8946 18.5196 15 18.2652 15 18C15 17.7348 14.8946 17.4804 14.7071 17.2929C14.5196 17.1054 14.2652 17 14 17ZM14 22H5C4.73478 22 4.48043 22.1054 4.29289 22.2929C4.10536 22.4804 4 22.7348 4 23C4 23.2652 4.10536 23.5196 4.29289 23.7071C4.48043 23.8946 4.73478 24 5 24H14C14.2652 24 14.5196 23.8946 14.7071 23.7071C14.8946 23.5196 15 23.2652 15 23C15 22.7348 14.8946 22.4804 14.7071 22.2929C14.5196 22.1054 14.2652 22 14 22ZM18 9H27C27.2652 9 27.5196 8.89464 27.7071 8.70711C27.8946 8.51957 28 8.26522 28 8C28 7.73478 27.8946 7.48043 27.7071 7.29289C27.5196 7.10536 27.2652 7 27 7H18C17.7348 7 17.4804 7.10536 17.2929 7.29289C17.1054 7.48043 17 7.73478 17 8C17 8.26522 17.1054 8.51957 17.2929 8.70711C17.4804 8.89464 17.7348 9 18 9ZM27 12H18C17.7348 12 17.4804 12.1054 17.2929 12.2929C17.1054 12.4804 17 12.7348 17 13C17 13.2652 17.1054 13.5196 17.2929 13.7071C17.4804 13.8946 17.7348 14 18 14H27C27.2652 14 27.5196 13.8946 27.7071 13.7071C27.8946 13.5196 28 13.2652 28 13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM27 17H18C17.7348 17 17.4804 17.1054 17.2929 17.2929C17.1054 17.4804 17 17.7348 17 18C17 18.2652 17.1054 18.5196 17.2929 18.7071C17.4804 18.8946 17.7348 19 18 19H27C27.2652 19 27.5196 18.8946 27.7071 18.7071C27.8946 18.5196 28 18.2652 28 18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 17ZM27 22H18C17.7348 22 17.4804 22.1054 17.2929 22.2929C17.1054 22.4804 17 22.7348 17 23C17 23.2652 17.1054 23.5196 17.2929 23.7071C17.4804 23.8946 17.7348 24 18 24H27C27.2652 24 27.5196 23.8946 27.7071 23.7071C27.8946 23.5196 28 23.2652 28 23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22Z"
|
|
47
|
+
fill="currentColor"/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
return (
|
|
53
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
54
|
+
<path
|
|
55
|
+
d="M14.75 8C14.75 8.19891 14.671 8.38968 14.5303 8.53033C14.3897 8.67098 14.1989 8.75 14 8.75H5C4.80109 8.75 4.61032 8.67098 4.46967 8.53033C4.32902 8.38968 4.25 8.19891 4.25 8C4.25 7.80109 4.32902 7.61032 4.46967 7.46967C4.61032 7.32902 4.80109 7.25 5 7.25H14C14.1989 7.25 14.3897 7.32902 14.5303 7.46967C14.671 7.61032 14.75 7.80109 14.75 8ZM14 12.25H5C4.80109 12.25 4.61032 12.329 4.46967 12.4697C4.32902 12.6103 4.25 12.8011 4.25 13C4.25 13.1989 4.32902 13.3897 4.46967 13.5303C4.61032 13.671 4.80109 13.75 5 13.75H14C14.1989 13.75 14.3897 13.671 14.5303 13.5303C14.671 13.3897 14.75 13.1989 14.75 13C14.75 12.8011 14.671 12.6103 14.5303 12.4697C14.3897 12.329 14.1989 12.25 14 12.25ZM14 17.25H5C4.80109 17.25 4.61032 17.329 4.46967 17.4697C4.32902 17.6103 4.25 17.8011 4.25 18C4.25 18.1989 4.32902 18.3897 4.46967 18.5303C4.61032 18.671 4.80109 18.75 5 18.75H14C14.1989 18.75 14.3897 18.671 14.5303 18.5303C14.671 18.3897 14.75 18.1989 14.75 18C14.75 17.8011 14.671 17.6103 14.5303 17.4697C14.3897 17.329 14.1989 17.25 14 17.25ZM14 22.25H5C4.80109 22.25 4.61032 22.329 4.46967 22.4697C4.32902 22.6103 4.25 22.8011 4.25 23C4.25 23.1989 4.32902 23.3897 4.46967 23.5303C4.61032 23.671 4.80109 23.75 5 23.75H14C14.1989 23.75 14.3897 23.671 14.5303 23.5303C14.671 23.3897 14.75 23.1989 14.75 23C14.75 22.8011 14.671 22.6103 14.5303 22.4697C14.3897 22.329 14.1989 22.25 14 22.25ZM18 8.75H27C27.1989 8.75 27.3897 8.67098 27.5303 8.53033C27.671 8.38968 27.75 8.19891 27.75 8C27.75 7.80109 27.671 7.61032 27.5303 7.46967C27.3897 7.32902 27.1989 7.25 27 7.25H18C17.8011 7.25 17.6103 7.32902 17.4697 7.46967C17.329 7.61032 17.25 7.80109 17.25 8C17.25 8.19891 17.329 8.38968 17.4697 8.53033C17.6103 8.67098 17.8011 8.75 18 8.75ZM27 12.25H18C17.8011 12.25 17.6103 12.329 17.4697 12.4697C17.329 12.6103 17.25 12.8011 17.25 13C17.25 13.1989 17.329 13.3897 17.4697 13.5303C17.6103 13.671 17.8011 13.75 18 13.75H27C27.1989 13.75 27.3897 13.671 27.5303 13.5303C27.671 13.3897 27.75 13.1989 27.75 13C27.75 12.8011 27.671 12.6103 27.5303 12.4697C27.3897 12.329 27.1989 12.25 27 12.25ZM27 17.25H18C17.8011 17.25 17.6103 17.329 17.4697 17.4697C17.329 17.6103 17.25 17.8011 17.25 18C17.25 18.1989 17.329 18.3897 17.4697 18.5303C17.6103 18.671 17.8011 18.75 18 18.75H27C27.1989 18.75 27.3897 18.671 27.5303 18.5303C27.671 18.3897 27.75 18.1989 27.75 18C27.75 17.8011 27.671 17.6103 27.5303 17.4697C27.3897 17.329 27.1989 17.25 27 17.25ZM27 22.25H18C17.8011 22.25 17.6103 22.329 17.4697 22.4697C17.329 22.6103 17.25 22.8011 17.25 23C17.25 23.1989 17.329 23.3897 17.4697 23.5303C17.6103 23.671 17.8011 23.75 18 23.75H27C27.1989 23.75 27.3897 23.671 27.5303 23.5303C27.671 23.3897 27.75 23.1989 27.75 23C27.75 22.8011 27.671 22.6103 27.5303 22.4697C27.3897 22.329 27.1989 22.25 27 22.25Z"
|
|
56
|
+
fill="currentColor"/>
|
|
57
|
+
</svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default TextColumns;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Textbox = ({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="M14 5.5C13.8674 5.5 13.7402 5.55268 13.6464 5.64645C13.5527 5.74021 13.5 5.86739 13.5 6V8.5H3C2.60218 8.5 2.22064 8.65804 1.93934 8.93934C1.65804 9.22064 1.5 9.60218 1.5 10V22C1.5 22.3978 1.65804 22.7794 1.93934 23.0607C2.22064 23.342 2.60218 23.5 3 23.5H13.5V26C13.5 26.1326 13.5527 26.2598 13.6464 26.3536C13.7402 26.4473 13.8674 26.5 14 26.5C14.1326 26.5 14.2598 26.4473 14.3536 26.3536C14.4473 26.2598 14.5 26.1326 14.5 26V6C14.5 5.86739 14.4473 5.74021 14.3536 5.64645C14.2598 5.55268 14.1326 5.5 14 5.5ZM3 22.5C2.86739 22.5 2.74021 22.4473 2.64645 22.3536C2.55268 22.2598 2.5 22.1326 2.5 22V10C2.5 9.86739 2.55268 9.74021 2.64645 9.64645C2.74021 9.55268 2.86739 9.5 3 9.5H13.5V22.5H3ZM30.5 10V22C30.5 22.3978 30.342 22.7794 30.0607 23.0607C29.7794 23.342 29.3978 23.5 29 23.5H18C17.8674 23.5 17.7402 23.4473 17.6464 23.3536C17.5527 23.2598 17.5 23.1326 17.5 23C17.5 22.8674 17.5527 22.7402 17.6464 22.6464C17.7402 22.5527 17.8674 22.5 18 22.5H29C29.1326 22.5 29.2598 22.4473 29.3536 22.3536C29.4473 22.2598 29.5 22.1326 29.5 22V10C29.5 9.86739 29.4473 9.74021 29.3536 9.64645C29.2598 9.55268 29.1326 9.5 29 9.5H18C17.8674 9.5 17.7402 9.44732 17.6464 9.35355C17.5527 9.25979 17.5 9.13261 17.5 9C17.5 8.86739 17.5527 8.74021 17.6464 8.64645C17.7402 8.55268 17.8674 8.5 18 8.5H29C29.3978 8.5 29.7794 8.65804 30.0607 8.93934C30.342 9.22064 30.5 9.60218 30.5 10ZM10.5 14C10.5 14.1326 10.4473 14.2598 10.3536 14.3536C10.2598 14.4473 10.1326 14.5 10 14.5H8.5V18C8.5 18.1326 8.44732 18.2598 8.35355 18.3536C8.25979 18.4473 8.13261 18.5 8 18.5C7.86739 18.5 7.74021 18.4473 7.64645 18.3536C7.55268 18.2598 7.5 18.1326 7.5 18V14.5H6C5.86739 14.5 5.74021 14.4473 5.64645 14.3536C5.55268 14.2598 5.5 14.1326 5.5 14C5.5 13.8674 5.55268 13.7402 5.64645 13.6464C5.74021 13.5527 5.86739 13.5 6 13.5H10C10.1326 13.5 10.2598 13.5527 10.3536 13.6464C10.4473 13.7402 10.5 13.8674 10.5 14Z" 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="M14 5C13.7348 5 13.4804 5.10536 13.2929 5.29289C13.1054 5.48043 13 5.73478 13 6V8H3C2.46957 8 1.96086 8.21071 1.58579 8.58579C1.21071 8.96086 1 9.46957 1 10V22C1 22.5304 1.21071 23.0391 1.58579 23.4142C1.96086 23.7893 2.46957 24 3 24H13V26C13 26.2652 13.1054 26.5196 13.2929 26.7071C13.4804 26.8946 13.7348 27 14 27C14.2652 27 14.5196 26.8946 14.7071 26.7071C14.8946 26.5196 15 26.2652 15 26V6C15 5.73478 14.8946 5.48043 14.7071 5.29289C14.5196 5.10536 14.2652 5 14 5ZM3 22V10H13V22H3ZM31 10V22C31 22.5304 30.7893 23.0391 30.4142 23.4142C30.0391 23.7893 29.5304 24 29 24H18C17.7348 24 17.4804 23.8946 17.2929 23.7071C17.1054 23.5196 17 23.2652 17 23C17 22.7348 17.1054 22.4804 17.2929 22.2929C17.4804 22.1054 17.7348 22 18 22H29V10H18C17.7348 10 17.4804 9.89464 17.2929 9.70711C17.1054 9.51957 17 9.26522 17 9C17 8.73478 17.1054 8.48043 17.2929 8.29289C17.4804 8.10536 17.7348 8 18 8H29C29.5304 8 30.0391 8.21071 30.4142 8.58579C30.7893 8.96086 31 9.46957 31 10ZM11 14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 15H9V18C9 18.2652 8.89464 18.5196 8.70711 18.7071C8.51957 18.8946 8.26522 19 8 19C7.73478 19 7.48043 18.8946 7.29289 18.7071C7.10536 18.5196 7 18.2652 7 18V15H6C5.73478 15 5.48043 14.8946 5.29289 14.7071C5.10536 14.5196 5 14.2652 5 14C5 13.7348 5.10536 13.4804 5.29289 13.2929C5.48043 13.1054 5.73478 13 6 13H10C10.2652 13 10.5196 13.1054 10.7071 13.2929C10.8946 13.4804 11 13.7348 11 14Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M14 4.5C13.6022 4.5 13.2206 4.65804 12.9393 4.93934C12.658 5.22064 12.5 5.60218 12.5 6V7.5H3C2.6717 7.5 2.34661 7.56466 2.04329 7.6903C1.73998 7.81594 1.46438 8.00009 1.23223 8.23223C0.763392 8.70107 0.5 9.33696 0.5 10V22C0.5 22.663 0.763392 23.2989 1.23223 23.7678C1.46438 23.9999 1.73998 24.1841 2.04329 24.3097C2.34661 24.4353 2.6717 24.5 3 24.5H12.5V26C12.5 26.3978 12.658 26.7794 12.9393 27.0607C13.2206 27.342 13.6022 27.5 14 27.5C14.3978 27.5 14.7794 27.342 15.0607 27.0607C15.342 26.7794 15.5 26.3978 15.5 26V6C15.5 5.60218 15.342 5.22064 15.0607 4.93934C14.7794 4.65804 14.3978 4.5 14 4.5ZM3.5 21.5V10.5H12.5V21.5H3.5ZM31.5 10V22C31.5 22.663 31.2366 23.2989 30.7678 23.7678C30.2989 24.2366 29.663 24.5 29 24.5H19C18.6022 24.5 18.2206 24.342 17.9393 24.0607C17.658 23.7794 17.5 23.3978 17.5 23C17.5 22.6022 17.658 22.2206 17.9393 21.9393C18.2206 21.658 18.6022 21.5 19 21.5H28.5V10.5H19C18.6022 10.5 18.2206 10.342 17.9393 10.0607C17.658 9.77936 17.5 9.39782 17.5 9C17.5 8.60218 17.658 8.22064 17.9393 7.93934C18.2206 7.65804 18.6022 7.5 19 7.5H29C29.663 7.5 30.2989 7.76339 30.7678 8.23223C31.2366 8.70107 31.5 9.33696 31.5 10ZM11 14C11 14.3978 10.842 14.7794 10.5607 15.0607C10.2794 15.342 9.89782 15.5 9.5 15.5V18C9.5 18.3978 9.34196 18.7794 9.06066 19.0607C8.77936 19.342 8.39782 19.5 8 19.5C7.60218 19.5 7.22064 19.342 6.93934 19.0607C6.65804 18.7794 6.5 18.3978 6.5 18V15.5C6.10218 15.5 5.72064 15.342 5.43934 15.0607C5.15804 14.7794 5 14.3978 5 14C5 13.6022 5.15804 13.2206 5.43934 12.9393C5.72064 12.658 6.10218 12.5 6.5 12.5H9.5C9.89782 12.5 10.2794 12.658 10.5607 12.9393C10.842 13.2206 11 13.6022 11 14Z" 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="M31 10V22C31 22.5304 30.7893 23.0391 30.4142 23.4142C30.0391 23.7893 29.5304 24 29 24H18C17.7348 24 17.4804 23.8946 17.2929 23.7071C17.1054 23.5196 17 23.2652 17 23V9C17 8.73478 17.1054 8.48043 17.2929 8.29289C17.4804 8.10536 17.7348 8 18 8H29C29.5304 8 30.0391 8.21071 30.4142 8.58579C30.7893 8.96086 31 9.46957 31 10ZM15 6V26C15 26.2652 14.8946 26.5196 14.7071 26.7071C14.5196 26.8946 14.2652 27 14 27C13.7348 27 13.4804 26.8946 13.2929 26.7071C13.1054 26.5196 13 26.2652 13 26V24H3C2.46957 24 1.96086 23.7893 1.58579 23.4142C1.21071 23.0391 1 22.5304 1 22V10C1 9.46957 1.21071 8.96086 1.58579 8.58579C1.96086 8.21071 2.46957 8 3 8H13V6C13 5.73478 13.1054 5.48043 13.2929 5.29289C13.4804 5.10536 13.7348 5 14 5C14.2652 5 14.5196 5.10536 14.7071 5.29289C14.8946 5.48043 15 5.73478 15 6ZM11 14C11 13.7348 10.8946 13.4804 10.7071 13.2929C10.5196 13.1054 10.2652 13 10 13H6C5.73478 13 5.48043 13.1054 5.29289 13.2929C5.10536 13.4804 5 13.7348 5 14C5 14.2652 5.10536 14.5196 5.29289 14.7071C5.48043 14.8946 5.73478 15 6 15H7V18C7 18.2652 7.10536 18.5196 7.29289 18.7071C7.48043 18.8946 7.73478 19 8 19C8.26522 19 8.51957 18.8946 8.70711 18.7071C8.89464 18.5196 9 18.2652 9 18V15H10C10.2652 15 10.5196 14.8946 10.7071 14.7071C10.8946 14.5196 11 14.2652 11 14Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M30 10V22C30 22.2652 29.8946 22.5196 29.7071 22.7071C29.5196 22.8946 29.2652 23 29 23H3C2.73478 23 2.48043 22.8946 2.29289 22.7071C2.10536 22.5196 2 22.2652 2 22V10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H29C29.2652 9 29.5196 9.10536 29.7071 9.29289C29.8946 9.48043 30 9.73478 30 10Z" fill="currentColor"/>
|
|
36
|
+
<path d="M14 5C13.7348 5 13.4804 5.10536 13.2929 5.29289C13.1054 5.48043 13 5.73478 13 6V8H3C2.46957 8 1.96086 8.21071 1.58579 8.58579C1.21071 8.96086 1 9.46957 1 10V22C1 22.5304 1.21071 23.0391 1.58579 23.4142C1.96086 23.7893 2.46957 24 3 24H13V26C13 26.2652 13.1054 26.5196 13.2929 26.7071C13.4804 26.8946 13.7348 27 14 27C14.2652 27 14.5196 26.8946 14.7071 26.7071C14.8946 26.5196 15 26.2652 15 26V6C15 5.73478 14.8946 5.48043 14.7071 5.29289C14.5196 5.10536 14.2652 5 14 5ZM3 22V10H13V22H3ZM31 10V22C31 22.5304 30.7893 23.0391 30.4142 23.4142C30.0391 23.7893 29.5304 24 29 24H18C17.7348 24 17.4804 23.8946 17.2929 23.7071C17.1054 23.5196 17 23.2652 17 23C17 22.7348 17.1054 22.4804 17.2929 22.2929C17.4804 22.1054 17.7348 22 18 22H29V10H18C17.7348 10 17.4804 9.89464 17.2929 9.70711C17.1054 9.51957 17 9.26522 17 9C17 8.73478 17.1054 8.48043 17.2929 8.29289C17.4804 8.10536 17.7348 8 18 8H29C29.5304 8 30.0391 8.21071 30.4142 8.58579C30.7893 8.96086 31 9.46957 31 10ZM11 14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 15H9V18C9 18.2652 8.89464 18.5196 8.70711 18.7071C8.51957 18.8946 8.26522 19 8 19C7.73478 19 7.48043 18.8946 7.29289 18.7071C7.10536 18.5196 7 18.2652 7 18V15H6C5.73478 15 5.48043 14.8946 5.29289 14.7071C5.10536 14.5196 5 14.2652 5 14C5 13.7348 5.10536 13.4804 5.29289 13.2929C5.48043 13.1054 5.73478 13 6 13H10C10.2652 13 10.5196 13.1054 10.7071 13.2929C10.8946 13.4804 11 13.7348 11 14Z" 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="M14 5.25C13.8011 5.25 13.6103 5.32902 13.4697 5.46967C13.329 5.61032 13.25 5.80109 13.25 6V8.25H3C2.53587 8.25 2.09075 8.43437 1.76256 8.76256C1.43437 9.09075 1.25 9.53587 1.25 10V22C1.25 22.4641 1.43437 22.9092 1.76256 23.2374C2.09075 23.5656 2.53587 23.75 3 23.75H13.25V26C13.25 26.1989 13.329 26.3897 13.4697 26.5303C13.6103 26.671 13.8011 26.75 14 26.75C14.1989 26.75 14.3897 26.671 14.5303 26.5303C14.671 26.3897 14.75 26.1989 14.75 26V6C14.75 5.80109 14.671 5.61032 14.5303 5.46967C14.3897 5.32902 14.1989 5.25 14 5.25ZM3 22.25C2.9337 22.25 2.87011 22.2237 2.82322 22.1768C2.77634 22.1299 2.75 22.0663 2.75 22V10C2.75 9.9337 2.77634 9.87011 2.82322 9.82322C2.87011 9.77634 2.9337 9.75 3 9.75H13.25V22.25H3ZM30.75 10V22C30.75 22.4641 30.5656 22.9092 30.2374 23.2374C29.9092 23.5656 29.4641 23.75 29 23.75H18C17.8011 23.75 17.6103 23.671 17.4697 23.5303C17.329 23.3897 17.25 23.1989 17.25 23C17.25 22.8011 17.329 22.6103 17.4697 22.4697C17.6103 22.329 17.8011 22.25 18 22.25H29C29.0663 22.25 29.1299 22.2237 29.1768 22.1768C29.2237 22.1299 29.25 22.0663 29.25 22V10C29.25 9.9337 29.2237 9.87011 29.1768 9.82322C29.1299 9.77634 29.0663 9.75 29 9.75H18C17.8011 9.75 17.6103 9.67098 17.4697 9.53033C17.329 9.38968 17.25 9.19891 17.25 9C17.25 8.80109 17.329 8.61032 17.4697 8.46967C17.6103 8.32902 17.8011 8.25 18 8.25H29C29.4641 8.25 29.9092 8.43437 30.2374 8.76256C30.5656 9.09075 30.75 9.53587 30.75 10ZM10.75 14C10.75 14.1989 10.671 14.3897 10.5303 14.5303C10.3897 14.671 10.1989 14.75 10 14.75H8.75V18C8.75 18.1989 8.67098 18.3897 8.53033 18.5303C8.38968 18.671 8.19891 18.75 8 18.75C7.80109 18.75 7.61032 18.671 7.46967 18.5303C7.32902 18.3897 7.25 18.1989 7.25 18V14.75H6C5.80109 14.75 5.61032 14.671 5.46967 14.5303C5.32902 14.3897 5.25 14.1989 5.25 14C5.25 13.8011 5.32902 13.6103 5.46967 13.4697C5.61032 13.329 5.80109 13.25 6 13.25H10C10.1989 13.25 10.3897 13.329 10.5303 13.4697C10.671 13.6103 10.75 13.8011 10.75 14Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Textbox;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Trash = ({ 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="M27 6.25H21.75V5C21.75 4.27065 21.4603 3.57118 20.9445 3.05546C20.4288 2.53973 19.7293 2.25 19 2.25H13C12.2707 2.25 11.5712 2.53973 11.0555 3.05546C10.5397 3.57118 10.25 4.27065 10.25 5V6.25H5C4.80109 6.25 4.61032 6.32902 4.46967 6.46967C4.32902 6.61032 4.25 6.80109 4.25 7C4.25 7.19891 4.32902 7.38968 4.46967 7.53033C4.61032 7.67098 4.80109 7.75 5 7.75H6.25V26C6.25 26.4641 6.43437 26.9092 6.76256 27.2374C7.09075 27.5656 7.53587 27.75 8 27.75H24C24.4641 27.75 24.9092 27.5656 25.2374 27.2374C25.5656 26.9092 25.75 26.4641 25.75 26V7.75H27C27.1989 7.75 27.3897 7.67098 27.5303 7.53033C27.671 7.38968 27.75 7.19891 27.75 7C27.75 6.80109 27.671 6.61032 27.5303 6.46967C27.3897 6.32902 27.1989 6.25 27 6.25ZM11.75 5C11.75 4.66848 11.8817 4.35054 12.1161 4.11612C12.3505 3.8817 12.6685 3.75 13 3.75H19C19.3315 3.75 19.6495 3.8817 19.8839 4.11612C20.1183 4.35054 20.25 4.66848 20.25 5V6.25H11.75V5ZM24.25 26C24.25 26.0663 24.2237 26.1299 24.1768 26.1768C24.1299 26.2237 24.0663 26.25 24 26.25H8C7.9337 26.25 7.87011 26.2237 7.82322 26.1768C7.77634 26.1299 7.75 26.0663 7.75 26V7.75H24.25V26ZM13.75 13V21C13.75 21.1989 13.671 21.3897 13.5303 21.5303C13.3897 21.671 13.1989 21.75 13 21.75C12.8011 21.75 12.6103 21.671 12.4697 21.5303C12.329 21.3897 12.25 21.1989 12.25 21V13C12.25 12.8011 12.329 12.6103 12.4697 12.4697C12.6103 12.329 12.8011 12.25 13 12.25C13.1989 12.25 13.3897 12.329 13.5303 12.4697C13.671 12.6103 13.75 12.8011 13.75 13ZM19.75 13V21C19.75 21.1989 19.671 21.3897 19.5303 21.5303C19.3897 21.671 19.1989 21.75 19 21.75C18.8011 21.75 18.6103 21.671 18.4697 21.5303C18.329 21.3897 18.25 21.1989 18.25 21V13C18.25 12.8011 18.329 12.6103 18.4697 12.4697C18.6103 12.329 18.8011 12.25 19 12.25C19.1989 12.25 19.3897 12.329 19.5303 12.4697C19.671 12.6103 19.75 12.8011 19.75 13Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>;
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M27 6H22V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2H13C12.2044 2 11.4413 2.31607 10.8787 2.87868C10.3161 3.44129 10 4.20435 10 5V6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM12 5C12 4.73478 12.1054 4.48043 12.2929 4.29289C12.4804 4.10536 12.7348 4 13 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6H12V5ZM24 26H8V8H24V26ZM14 13V21C14 21.2652 13.8946 21.5196 13.7071 21.7071C13.5196 21.8946 13.2652 22 13 22C12.7348 22 12.4804 21.8946 12.2929 21.7071C12.1054 21.5196 12 21.2652 12 21V13C12 12.7348 12.1054 12.4804 12.2929 12.2929C12.4804 12.1054 12.7348 12 13 12C13.2652 12 13.5196 12.1054 13.7071 12.2929C13.8946 12.4804 14 12.7348 14 13ZM20 13V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22C18.7348 22 18.4804 21.8946 18.2929 21.7071C18.1054 21.5196 18 21.2652 18 21V13C18 12.7348 18.1054 12.4804 18.2929 12.2929C18.4804 12.1054 18.7348 12 19 12C19.2652 12 19.5196 12.1054 19.7071 12.2929C19.8946 12.4804 20 12.7348 20 13Z"
|
|
15
|
+
fill="currentColor" />
|
|
16
|
+
</svg>;
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M27 6H22.5V4.5C22.5 3.57174 22.1313 2.6815 21.4749 2.02513C20.8185 1.36875 19.9283 1 19 1H13C12.0717 1 11.1815 1.36875 10.5251 2.02513C9.86875 2.6815 9.5 3.57174 9.5 4.5V6H5C4.60218 6 4.22064 6.15804 3.93934 6.43934C3.65804 6.72064 3.5 7.10218 3.5 7.5C3.5 7.89782 3.65804 8.27936 3.93934 8.56066C4.22064 8.84196 4.60218 9 5 9H5.5V26C5.5 26.663 5.76339 27.2989 6.23223 27.7678C6.70107 28.2366 7.33696 28.5 8 28.5H24C24.663 28.5 25.2989 28.2366 25.7678 27.7678C26.2366 27.2989 26.5 26.663 26.5 26V9H27C27.3978 9 27.7794 8.84196 28.0607 8.56066C28.342 8.27936 28.5 7.89782 28.5 7.5C28.5 7.10218 28.342 6.72064 28.0607 6.43934C27.7794 6.15804 27.3978 6 27 6ZM12.5 4.5C12.5 4.36739 12.5527 4.24021 12.6464 4.14645C12.7402 4.05268 12.8674 4 13 4H19C19.1326 4 19.2598 4.05268 19.3536 4.14645C19.4473 4.24021 19.5 4.36739 19.5 4.5V6H12.5V4.5ZM23.5 25.5H8.5V9H23.5V25.5ZM14.5 13V21C14.5 21.3978 14.342 21.7794 14.0607 22.0607C13.7794 22.342 13.3978 22.5 13 22.5C12.6022 22.5 12.2206 22.342 11.9393 22.0607C11.658 21.7794 11.5 21.3978 11.5 21V13C11.5 12.6022 11.658 12.2206 11.9393 11.9393C12.2206 11.658 12.6022 11.5 13 11.5C13.3978 11.5 13.7794 11.658 14.0607 11.9393C14.342 12.2206 14.5 12.6022 14.5 13ZM20.5 13V21C20.5 21.3978 20.342 21.7794 20.0607 22.0607C19.7794 22.342 19.3978 22.5 19 22.5C18.6022 22.5 18.2206 22.342 17.9393 22.0607C17.658 21.7794 17.5 21.3978 17.5 21V13C17.5 12.6022 17.658 12.2206 17.9393 11.9393C18.2206 11.658 18.6022 11.5 19 11.5C19.3978 11.5 19.7794 11.658 20.0607 11.9393C20.342 12.2206 20.5 12.6022 20.5 13Z"
|
|
22
|
+
fill="currentColor" />
|
|
23
|
+
</svg>;
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M27 6H22V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2H13C12.2044 2 11.4413 2.31607 10.8787 2.87868C10.3161 3.44129 10 4.20435 10 5V6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM14 21C14 21.2652 13.8946 21.5196 13.7071 21.7071C13.5196 21.8946 13.2652 22 13 22C12.7348 22 12.4804 21.8946 12.2929 21.7071C12.1054 21.5196 12 21.2652 12 21V13C12 12.7348 12.1054 12.4804 12.2929 12.2929C12.4804 12.1054 12.7348 12 13 12C13.2652 12 13.5196 12.1054 13.7071 12.2929C13.8946 12.4804 14 12.7348 14 13V21ZM20 21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22C18.7348 22 18.4804 21.8946 18.2929 21.7071C18.1054 21.5196 18 21.2652 18 21V13C18 12.7348 18.1054 12.4804 18.2929 12.2929C18.4804 12.1054 18.7348 12 19 12C19.2652 12 19.5196 12.1054 19.7071 12.2929C19.8946 12.4804 20 12.7348 20 13V21ZM20 6H12V5C12 4.73478 12.1054 4.48043 12.2929 4.29289C12.4804 4.10536 12.7348 4 13 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>;
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path opacity="0.2"
|
|
35
|
+
d="M25 7V26C25 26.2652 24.8946 26.5196 24.7071 26.7071C24.5196 26.8946 24.2652 27 24 27H8C7.73478 27 7.48043 26.8946 7.29289 26.7071C7.10536 26.5196 7 26.2652 7 26V7H25Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
<path
|
|
38
|
+
d="M27 6H22V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2H13C12.2044 2 11.4413 2.31607 10.8787 2.87868C10.3161 3.44129 10 4.20435 10 5V6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM12 5C12 4.73478 12.1054 4.48043 12.2929 4.29289C12.4804 4.10536 12.7348 4 13 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6H12V5ZM24 26H8V8H24V26ZM14 13V21C14 21.2652 13.8946 21.5196 13.7071 21.7071C13.5196 21.8946 13.2652 22 13 22C12.7348 22 12.4804 21.8946 12.2929 21.7071C12.1054 21.5196 12 21.2652 12 21V13C12 12.7348 12.1054 12.4804 12.2929 12.2929C12.4804 12.1054 12.7348 12 13 12C13.2652 12 13.5196 12.1054 13.7071 12.2929C13.8946 12.4804 14 12.7348 14 13ZM20 13V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22C18.7348 22 18.4804 21.8946 18.2929 21.7071C18.1054 21.5196 18 21.2652 18 21V13C18 12.7348 18.1054 12.4804 18.2929 12.2929C18.4804 12.1054 18.7348 12 19 12C19.2652 12 19.5196 12.1054 19.7071 12.2929C19.8946 12.4804 20 12.7348 20 13Z"
|
|
39
|
+
fill="currentColor" />
|
|
40
|
+
</svg>;
|
|
41
|
+
}
|
|
42
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path
|
|
44
|
+
d="M27 6.5H21.5V5C21.5 4.33696 21.2366 3.70107 20.7678 3.23223C20.2989 2.76339 19.663 2.5 19 2.5H13C12.337 2.5 11.7011 2.76339 11.2322 3.23223C10.7634 3.70107 10.5 4.33696 10.5 5V6.5H5C4.86739 6.5 4.74021 6.55268 4.64645 6.64645C4.55268 6.74021 4.5 6.86739 4.5 7C4.5 7.13261 4.55268 7.25979 4.64645 7.35355C4.74021 7.44732 4.86739 7.5 5 7.5H6.5V26C6.5 26.3978 6.65804 26.7794 6.93934 27.0607C7.22064 27.342 7.60218 27.5 8 27.5H24C24.3978 27.5 24.7794 27.342 25.0607 27.0607C25.342 26.7794 25.5 26.3978 25.5 26V7.5H27C27.1326 7.5 27.2598 7.44732 27.3536 7.35355C27.4473 7.25979 27.5 7.13261 27.5 7C27.5 6.86739 27.4473 6.74021 27.3536 6.64645C27.2598 6.55268 27.1326 6.5 27 6.5ZM11.5 5C11.5 4.60218 11.658 4.22064 11.9393 3.93934C12.2206 3.65804 12.6022 3.5 13 3.5H19C19.3978 3.5 19.7794 3.65804 20.0607 3.93934C20.342 4.22064 20.5 4.60218 20.5 5V6.5H11.5V5ZM24.5 26C24.5 26.1326 24.4473 26.2598 24.3536 26.3536C24.2598 26.4473 24.1326 26.5 24 26.5H8C7.86739 26.5 7.74021 26.4473 7.64645 26.3536C7.55268 26.2598 7.5 26.1326 7.5 26V7.5H24.5V26ZM13.5 13V21C13.5 21.1326 13.4473 21.2598 13.3536 21.3536C13.2598 21.4473 13.1326 21.5 13 21.5C12.8674 21.5 12.7402 21.4473 12.6464 21.3536C12.5527 21.2598 12.5 21.1326 12.5 21V13C12.5 12.8674 12.5527 12.7402 12.6464 12.6464C12.7402 12.5527 12.8674 12.5 13 12.5C13.1326 12.5 13.2598 12.5527 13.3536 12.6464C13.4473 12.7402 13.5 12.8674 13.5 13ZM19.5 13V21C19.5 21.1326 19.4473 21.2598 19.3536 21.3536C19.2598 21.4473 19.1326 21.5 19 21.5C18.8674 21.5 18.7402 21.4473 18.6464 21.3536C18.5527 21.2598 18.5 21.1326 18.5 21V13C18.5 12.8674 18.5527 12.7402 18.6464 12.6464C18.7402 12.5527 18.8674 12.5 19 12.5C19.1326 12.5 19.2598 12.5527 19.3536 12.6464C19.4473 12.7402 19.5 12.8674 19.5 13Z"
|
|
45
|
+
fill="currentColor" />
|
|
46
|
+
</svg>;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default Trash;
|