@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,49 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Chat = ({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="M27 6.5H5.00003C4.6022 6.5 4.22067 6.65804 3.93937 6.93934C3.65806 7.22064 3.50003 7.60218 3.50003 8V28C3.49825 28.286 3.57904 28.5665 3.73269 28.8077C3.88634 29.0489 4.10634 29.2407 4.36628 29.36C4.565 29.4517 4.78117 29.4995 5.00003 29.5C5.35224 29.4997 5.6929 29.3743 5.96128 29.1462L5.96878 29.1388L9.98628 25.6175C10.0775 25.5407 10.1932 25.499 10.3125 25.5H27C27.3979 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24V8C28.5 7.60218 28.342 7.22064 28.0607 6.93934C27.7794 6.65804 27.3979 6.5 27 6.5ZM27.5 24C27.5 24.1326 27.4474 24.2598 27.3536 24.3536C27.2598 24.4473 27.1326 24.5 27 24.5H10.3125C9.95579 24.501 9.6109 24.6281 9.33878 24.8587L5.31878 28.3838C5.24577 28.4442 5.1571 28.4826 5.0631 28.4945C4.96909 28.5065 4.87363 28.4915 4.78783 28.4513C4.70202 28.411 4.62942 28.3473 4.57846 28.2674C4.52751 28.1875 4.50031 28.0948 4.50003 28V8C4.50003 7.86739 4.55271 7.74021 4.64648 7.64645C4.74024 7.55268 4.86742 7.5 5.00003 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4474 7.74021 27.5 7.86739 27.5 8V24Z"
|
|
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 6H5.00004C4.4696 6 3.9609 6.21071 3.58582 6.58579C3.21075 6.96086 3.00004 7.46957 3.00004 8V28C2.99773 28.3814 3.10562 28.7553 3.31074 29.0768C3.51585 29.3984 3.80947 29.6538 4.15629 29.8125C4.42057 29.9356 4.7085 29.9995 5.00004 30C5.46954 29.9989 5.92347 29.8315 6.28129 29.5275C6.28725 29.5236 6.29271 29.519 6.29754 29.5138L10.3125 26H27C27.5305 26 28.0392 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V8C29 7.46957 28.7893 6.96086 28.4142 6.58579C28.0392 6.21071 27.5305 6 27 6ZM27 24H10.3125C9.84156 23.9998 9.38562 24.1658 9.02504 24.4688L9.01004 24.4825L5.00004 28V8H27V24Z"
|
|
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 5.5H5.00002C4.33698 5.5 3.7011 5.76339 3.23225 6.23223C2.76341 6.70107 2.50002 7.33696 2.50002 8V28C2.49802 28.4761 2.63325 28.9427 2.88952 29.3439C3.14578 29.7452 3.51223 30.0641 3.94502 30.2625C4.27724 30.418 4.63944 30.4991 5.00627 30.5C5.5933 30.4985 6.16091 30.2895 6.60877 29.91L6.63252 29.89L10.5 26.5H27C27.6631 26.5 28.2989 26.2366 28.7678 25.7678C29.2366 25.2989 29.5 24.663 29.5 24V8C29.5 7.33696 29.2366 6.70107 28.7678 6.23223C28.2989 5.76339 27.6631 5.5 27 5.5ZM26.5 23.5H10.3125C9.72398 23.5 9.1543 23.7076 8.70377 24.0863L8.68002 24.1063L5.50002 26.8925V8.5H26.5V23.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="M29 8V24C29 24.5304 28.7893 25.0391 28.4143 25.4142C28.0392 25.7893 27.5305 26 27 26H10.3125L6.30254 29.5138C6.29771 29.519 6.29225 29.5236 6.28629 29.5275C5.92716 29.8326 5.47126 30.0001 5.00004 30C4.70663 29.9995 4.4169 29.9346 4.15129 29.81C3.80579 29.6508 3.51348 29.3954 3.30931 29.0744C3.10515 28.7534 2.99777 28.3804 3.00003 28V8C3.00003 7.46957 3.21075 6.96086 3.58582 6.58579C3.96089 6.21071 4.4696 6 5.00004 6H27C27.5305 6 28.0392 6.21071 28.4143 6.58579C28.7893 6.96086 29 7.46957 29 8Z"
|
|
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="M28 8V24C28 24.2652 27.8946 24.5196 27.7071 24.7071C27.5196 24.8946 27.2652 25 27 25H10.3125C10.0769 25.0001 9.84896 25.0833 9.66875 25.235L5.64375 28.7637C5.4981 28.8863 5.3205 28.9647 5.13183 28.9898C4.94315 29.0149 4.75124 28.9856 4.57862 28.9054C4.40601 28.8252 4.25987 28.6974 4.15738 28.537C4.05488 28.3766 4.00028 28.1903 4 28V8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
<path
|
|
38
|
+
d="M27 6H5.00004C4.4696 6 3.9609 6.21071 3.58582 6.58579C3.21075 6.96086 3.00004 7.46957 3.00004 8V28C2.99773 28.3814 3.10562 28.7553 3.31074 29.0768C3.51585 29.3984 3.80947 29.6538 4.15629 29.8125C4.42057 29.9356 4.7085 29.9995 5.00004 30C5.46954 29.9989 5.92347 29.8315 6.28129 29.5275C6.28725 29.5236 6.29271 29.519 6.29754 29.5138L10.3125 26H27C27.5305 26 28.0392 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V8C29 7.46957 28.7893 6.96086 28.4142 6.58579C28.0392 6.21071 27.5305 6 27 6ZM27 24H10.3125C9.84156 23.9998 9.38562 24.1658 9.02504 24.4688L9.01004 24.4825L5.00004 28V8H27V24Z"
|
|
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.25H5.00003C4.5359 6.25 4.09078 6.43437 3.76259 6.76256C3.4344 7.09075 3.25003 7.53587 3.25003 8V28C3.24822 28.3336 3.34265 28.6607 3.52201 28.9421C3.70136 29.2234 3.95804 29.4471 4.26128 29.5863C4.49278 29.6936 4.74483 29.7495 5.00003 29.75C5.41229 29.7502 5.81115 29.6035 6.12503 29.3363L6.13628 29.3263L10.1538 25.805C10.1988 25.7689 10.2548 25.7495 10.3125 25.75H27C27.4642 25.75 27.9093 25.5656 28.2375 25.2374C28.5656 24.9092 28.75 24.4641 28.75 24V8C28.75 7.53587 28.5656 7.09075 28.2375 6.76256C27.9093 6.43437 27.4642 6.25 27 6.25ZM27.25 24C27.25 24.0663 27.2237 24.1299 27.1768 24.1768C27.1299 24.2237 27.0663 24.25 27 24.25H10.3125C9.90083 24.2505 9.50248 24.3961 9.18753 24.6612L9.17628 24.6712L5.15628 28.1925C5.11968 28.2218 5.07559 28.2402 5.02903 28.2457C4.98247 28.2511 4.93532 28.2433 4.89296 28.2233C4.8506 28.2032 4.81473 28.1716 4.78946 28.1321C4.76419 28.0927 4.75052 28.0469 4.75003 28V8C4.75003 7.9337 4.77636 7.87011 4.82325 7.82322C4.87013 7.77634 4.93372 7.75 5.00003 7.75H27C27.0663 7.75 27.1299 7.77634 27.1768 7.82322C27.2237 7.87011 27.25 7.9337 27.25 8V24Z"
|
|
45
|
+
fill="currentColor"/>
|
|
46
|
+
</svg>
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default Chat;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatCentered = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M27 5.5H5C4.60218 5.5 4.22064 5.65804 3.93934 5.93934C3.65804 6.22064 3.5 6.60218 3.5 7V23C3.5 23.3978 3.65804 23.7794 3.93934 24.0607C4.22064 24.342 4.60218 24.5 5 24.5H12.4338C12.5201 24.5 12.6049 24.5223 12.6801 24.5648C12.7552 24.6073 12.818 24.6685 12.8625 24.7425L14.7113 27.7675C14.8447 27.989 15.0331 28.1723 15.2582 28.2996C15.4834 28.4268 15.7376 28.4937 15.9963 28.4937C16.2549 28.4937 16.5091 28.4268 16.7343 28.2996C16.9594 28.1723 17.1478 27.989 17.2812 27.7675L19.135 24.735C19.1795 24.661 19.2423 24.5998 19.3174 24.5573C19.3926 24.5148 19.4774 24.4925 19.5637 24.4925H27C27.3978 24.4925 27.7794 24.3345 28.0607 24.0532C28.342 23.7719 28.5 23.3903 28.5 22.9925V7C28.5 6.60218 28.342 6.22064 28.0607 5.93934C27.7794 5.65804 27.3978 5.5 27 5.5ZM27.5 23C27.5 23.1326 27.4473 23.2598 27.3536 23.3536C27.2598 23.4473 27.1326 23.5 27 23.5H19.5662C19.308 23.5001 19.0541 23.5669 18.8292 23.6939C18.6042 23.8209 18.416 24.0039 18.2825 24.225L16.4287 27.2575C16.3845 27.3321 16.3216 27.3939 16.2462 27.4368C16.1708 27.4798 16.0855 27.5024 15.9987 27.5024C15.912 27.5024 15.8267 27.4798 15.7513 27.4368C15.6759 27.3939 15.613 27.3321 15.5688 27.2575L13.7188 24.23C13.5858 24.0077 13.3976 23.8237 13.1724 23.6958C12.9472 23.5678 12.6927 23.5004 12.4338 23.5H5C4.86739 23.5 4.74021 23.4473 4.64645 23.3536C4.55268 23.2598 4.5 23.1326 4.5 23V7C4.5 6.86739 4.55268 6.74021 4.64645 6.64645C4.74021 6.55268 4.86739 6.5 5 6.5H27C27.1326 6.5 27.2598 6.55268 27.3536 6.64645C27.4473 6.74021 27.5 6.86739 27.5 7V23Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V23C3 23.5304 3.21071 24.0391 3.58579 24.4142C3.96086 24.7893 4.46957 25 5 25H12.4338L14.285 28.0287C14.4623 28.3244 14.713 28.5693 15.0127 28.7395C15.3125 28.9098 15.6512 28.9997 15.996 29.0004C16.3408 29.0012 16.6799 28.9128 16.9804 28.7439C17.2809 28.5749 17.5327 28.3312 17.7113 28.0362L19.5662 25H27C27.5304 25 28.0391 24.7893 28.4142 24.4142C28.7893 24.0391 29 23.5304 29 23V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 23H19.5662C19.2224 23.0007 18.8844 23.0897 18.5848 23.2585C18.2852 23.4272 18.0339 23.6701 17.855 23.9637L16 27L14.1438 23.9625C13.9647 23.6693 13.7135 23.4269 13.4142 23.2584C13.1148 23.0899 12.7773 23.0009 12.4338 23H5V7H27V23Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M27 4.5H5C4.33696 4.5 3.70107 4.76339 3.23223 5.23223C2.76339 5.70107 2.5 6.33696 2.5 7V23C2.5 23.663 2.76339 24.2989 3.23223 24.7678C3.70107 25.2366 4.33696 25.5 5 25.5H12.1538L13.8562 28.2862C14.0779 28.6556 14.3911 28.9613 14.7657 29.174C15.1402 29.3866 15.5634 29.4988 15.9941 29.4999C16.4247 29.5009 16.8484 29.3906 17.2239 29.1797C17.5995 28.9688 17.9142 28.6645 18.1375 28.2962L19.8463 25.5H27C27.663 25.5 28.2989 25.2366 28.7678 24.7678C29.2366 24.2989 29.5 23.663 29.5 23V7C29.5 6.33696 29.2366 5.70107 28.7678 5.23223C28.2989 4.76339 27.663 4.5 27 4.5ZM26.5 22.5H19.5662C19.1366 22.5 18.7141 22.6108 18.3397 22.8217C17.9653 23.0325 17.6515 23.3363 17.4287 23.7038L16 26.0413L14.5737 23.7075C14.3503 23.3398 14.0361 23.0357 13.6614 22.8243C13.2867 22.6129 12.864 22.5012 12.4338 22.5H5.5V7.5H26.5V22.5Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M29 7V23C29 23.5304 28.7893 24.0391 28.4142 24.4142C28.0391 24.7893 27.5304 25 27 25H19.5662L17.7113 28.0362C17.5327 28.3312 17.2809 28.5749 16.9804 28.7439C16.6799 28.9128 16.3408 29.0012 15.996 29.0004C15.6512 28.9997 15.3125 28.9098 15.0127 28.7395C14.713 28.5693 14.4623 28.3244 14.285 28.0287L12.4375 25.0075L5 25C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 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 7Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 7V23C28 23.2652 27.8946 23.5196 27.7071 23.7071C27.5196 23.8946 27.2652 24 27 24H19.5662C19.3936 23.9999 19.2239 24.0446 19.0736 24.1296C18.9234 24.2146 18.7977 24.337 18.7087 24.485L16.8575 27.515C16.7687 27.6631 16.643 27.7856 16.4927 27.8707C16.3424 27.9558 16.1727 28.0005 16 28.0005C15.8273 28.0005 15.6576 27.9558 15.5073 27.8707C15.357 27.7856 15.2313 27.6631 15.1425 27.515L13.2913 24.485C13.2023 24.337 13.0766 24.2146 12.9264 24.1296C12.7761 24.0446 12.6064 23.9999 12.4338 24H5C4.73478 24 4.48043 23.8946 4.29289 23.7071C4.10536 23.5196 4 23.2652 4 23V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z" fill="currentColor"/>
|
|
36
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V23C3 23.5304 3.21071 24.0391 3.58579 24.4142C3.96086 24.7893 4.46957 25 5 25H12.4338L14.285 28.0287C14.4623 28.3244 14.713 28.5693 15.0127 28.7395C15.3125 28.9098 15.6512 28.9997 15.996 29.0004C16.3408 29.0012 16.6799 28.9128 16.9804 28.7439C17.2809 28.5749 17.5327 28.3312 17.7113 28.0362L19.5662 25H27C27.5304 25 28.0391 24.7893 28.4142 24.4142C28.7893 24.0391 29 23.5304 29 23V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 23H19.5662C19.2224 23.0007 18.8844 23.0897 18.5848 23.2585C18.2852 23.4272 18.0339 23.6701 17.855 23.9637L16 27L14.1438 23.9625C13.9647 23.6693 13.7135 23.4269 13.4142 23.2584C13.1148 23.0899 12.7773 23.0009 12.4338 23H5V7H27V23Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M27 5.25H5C4.53587 5.25 4.09075 5.43437 3.76256 5.76256C3.43437 6.09075 3.25 6.53587 3.25 7V23C3.25 23.4641 3.43437 23.9092 3.76256 24.2374C4.09075 24.5656 4.53587 24.75 5 24.75H12.4338C12.4772 24.7505 12.5197 24.7623 12.5572 24.7842C12.5947 24.8061 12.6258 24.8374 12.6475 24.875L14.5 27.9C14.655 28.1592 14.8745 28.3738 15.137 28.5231C15.3995 28.6723 15.6962 28.7511 15.9982 28.7517C16.3002 28.7524 16.5973 28.6748 16.8604 28.5267C17.1236 28.3785 17.3439 28.1648 17.5 27.9062L19.3525 24.875C19.3742 24.8374 19.4053 24.8061 19.4428 24.7842C19.4803 24.7623 19.5228 24.7505 19.5662 24.75H27C27.4641 24.75 27.9092 24.5656 28.2374 24.2374C28.5656 23.9092 28.75 23.4641 28.75 23V7C28.75 6.53587 28.5656 6.09075 28.2374 5.76256C27.9092 5.43437 27.4641 5.25 27 5.25ZM27.25 23C27.25 23.0663 27.2237 23.1299 27.1768 23.1768C27.1299 23.2237 27.0663 23.25 27 23.25H19.5662C19.2647 23.2495 18.9682 23.3269 18.7054 23.4747C18.4426 23.6226 18.2224 23.8358 18.0662 24.0938L16.215 27.125C16.193 27.1629 16.1615 27.1943 16.1235 27.2162C16.0856 27.2381 16.0425 27.2496 15.9987 27.2496C15.955 27.2496 15.9119 27.2381 15.874 27.2162C15.836 27.1943 15.8045 27.1629 15.7825 27.125L13.9325 24.0975C13.7758 23.8398 13.5556 23.6267 13.293 23.4785C13.0303 23.3304 12.7341 23.2521 12.4325 23.2512H5C4.9337 23.2512 4.87011 23.2249 4.82322 23.178C4.77634 23.1311 4.75 23.0676 4.75 23.0012V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82322C4.87011 6.77634 4.9337 6.75 5 6.75H27C27.0663 6.75 27.1299 6.77634 27.1768 6.82322C27.2237 6.87011 27.25 6.9337 27.25 7V23Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChatCentered;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatCenteredDots = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M27 5.5H5C4.60218 5.5 4.22064 5.65804 3.93934 5.93934C3.65804 6.22064 3.5 6.60218 3.5 7V23C3.5 23.3978 3.65804 23.7794 3.93934 24.0607C4.22064 24.342 4.60218 24.5 5 24.5H12.4338C12.5201 24.5 12.6049 24.5223 12.6801 24.5648C12.7552 24.6073 12.818 24.6685 12.8625 24.7425L14.7113 27.7675C14.8447 27.989 15.0331 28.1723 15.2582 28.2996C15.4834 28.4268 15.7376 28.4937 15.9963 28.4937C16.2549 28.4937 16.5091 28.4268 16.7343 28.2996C16.9594 28.1723 17.1478 27.989 17.2812 27.7675L19.135 24.735C19.1795 24.661 19.2423 24.5998 19.3174 24.5573C19.3926 24.5148 19.4774 24.4925 19.5637 24.4925H27C27.3978 24.4925 27.7794 24.3345 28.0607 24.0532C28.342 23.7719 28.5 23.3903 28.5 22.9925V7C28.5 6.60218 28.342 6.22064 28.0607 5.93934C27.7794 5.65804 27.3978 5.5 27 5.5ZM27.5 23C27.5 23.1326 27.4473 23.2598 27.3536 23.3536C27.2598 23.4473 27.1326 23.5 27 23.5H19.5662C19.308 23.5001 19.0541 23.5669 18.8292 23.6939C18.6042 23.8209 18.416 24.0039 18.2825 24.225L16.4287 27.2575C16.3845 27.3321 16.3216 27.3939 16.2462 27.4368C16.1708 27.4798 16.0855 27.5024 15.9987 27.5024C15.912 27.5024 15.8267 27.4798 15.7513 27.4368C15.6759 27.3939 15.613 27.3321 15.5688 27.2575L13.7188 24.23C13.5858 24.0077 13.3976 23.8237 13.1724 23.6958C12.9472 23.5678 12.6927 23.5004 12.4338 23.5H5C4.86739 23.5 4.74021 23.4473 4.64645 23.3536C4.55268 23.2598 4.5 23.1326 4.5 23V7C4.5 6.86739 4.55268 6.74021 4.64645 6.64645C4.74021 6.55268 4.86739 6.5 5 6.5H27C27.1326 6.5 27.2598 6.55268 27.3536 6.64645C27.4473 6.74021 27.5 6.86739 27.5 7V23ZM17 15C17 15.1978 16.9414 15.3911 16.8315 15.5556C16.7216 15.72 16.5654 15.8482 16.3827 15.9239C16.2 15.9996 15.9989 16.0194 15.8049 15.9808C15.6109 15.9422 15.4327 15.847 15.2929 15.7071C15.153 15.5673 15.0578 15.3891 15.0192 15.1951C14.9806 15.0011 15.0004 14.8 15.0761 14.6173C15.1518 14.4346 15.28 14.2784 15.4444 14.1685C15.6089 14.0586 15.8022 14 16 14C16.2652 14 16.5196 14.1054 16.7071 14.2929C16.8946 14.4804 17 14.7348 17 15ZM11.5 15C11.5 15.1978 11.4414 15.3911 11.3315 15.5556C11.2216 15.72 11.0654 15.8482 10.8827 15.9239C10.7 15.9996 10.4989 16.0194 10.3049 15.9808C10.1109 15.9422 9.93275 15.847 9.79289 15.7071C9.65304 15.5673 9.5578 15.3891 9.51921 15.1951C9.48063 15.0011 9.50043 14.8 9.57612 14.6173C9.65181 14.4346 9.77998 14.2784 9.94443 14.1685C10.1089 14.0586 10.3022 14 10.5 14C10.7652 14 11.0196 14.1054 11.2071 14.2929C11.3946 14.4804 11.5 14.7348 11.5 15ZM22.5 15C22.5 15.1978 22.4414 15.3911 22.3315 15.5556C22.2216 15.72 22.0654 15.8482 21.8827 15.9239C21.7 15.9996 21.4989 16.0194 21.3049 15.9808C21.1109 15.9422 20.9327 15.847 20.7929 15.7071C20.653 15.5673 20.5578 15.3891 20.5192 15.1951C20.4806 15.0011 20.5004 14.8 20.5761 14.6173C20.6518 14.4346 20.78 14.2784 20.9444 14.1685C21.1089 14.0586 21.3022 14 21.5 14C21.7652 14 22.0196 14.1054 22.2071 14.2929C22.3946 14.4804 22.5 14.7348 22.5 15Z" 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.5 15C14.5 14.7033 14.588 14.4133 14.7528 14.1666C14.9176 13.92 15.1519 13.7277 15.426 13.6142C15.7001 13.5006 16.0017 13.4709 16.2926 13.5288C16.5836 13.5867 16.8509 13.7296 17.0607 13.9393C17.2704 14.1491 17.4133 14.4164 17.4712 14.7074C17.5291 14.9983 17.4993 15.2999 17.3858 15.574C17.2723 15.8481 17.08 16.0824 16.8334 16.2472C16.5867 16.412 16.2967 16.5 16 16.5C15.6022 16.5 15.2206 16.342 14.9393 16.0607C14.658 15.7794 14.5 15.3978 14.5 15ZM21.5 16.5C21.7967 16.5 22.0867 16.412 22.3334 16.2472C22.58 16.0824 22.7723 15.8481 22.8858 15.574C22.9993 15.2999 23.0291 14.9983 22.9712 14.7074C22.9133 14.4164 22.7704 14.1491 22.5607 13.9393C22.3509 13.7296 22.0836 13.5867 21.7926 13.5288C21.5017 13.4709 21.2001 13.5006 20.926 13.6142C20.6519 13.7277 20.4176 13.92 20.2528 14.1666C20.088 14.4133 20 14.7033 20 15C20 15.3978 20.158 15.7794 20.4393 16.0607C20.7206 16.342 21.1022 16.5 21.5 16.5ZM29 7V23C29 23.5304 28.7893 24.0391 28.4142 24.4142C28.0391 24.7893 27.5304 25 27 25H19.5662L17.7113 28.0362C17.5327 28.3312 17.2809 28.5749 16.9804 28.7439C16.6799 28.9128 16.3408 29.0012 15.996 29.0004C15.6512 28.9997 15.3125 28.9098 15.0127 28.7395C14.713 28.5693 14.4623 28.3244 14.285 28.0287L12.4338 25H5C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 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 7ZM27 7H5V23H12.4338C12.7781 23.0009 13.1164 23.0902 13.4162 23.2594C13.7161 23.4286 13.9675 23.672 14.1462 23.9662L16 27L17.8525 23.96C18.0321 23.6667 18.284 23.4243 18.584 23.2562C18.8841 23.0881 19.2223 22.9999 19.5662 23H27V7ZM10.5 16.5C10.7967 16.5 11.0867 16.412 11.3334 16.2472C11.58 16.0824 11.7723 15.8481 11.8858 15.574C11.9994 15.2999 12.0291 14.9983 11.9712 14.7074C11.9133 14.4164 11.7704 14.1491 11.5607 13.9393C11.3509 13.7296 11.0836 13.5867 10.7926 13.5288C10.5017 13.4709 10.2001 13.5006 9.92597 13.6142C9.65189 13.7277 9.41762 13.92 9.2528 14.1666C9.08797 14.4133 9 14.7033 9 15C9 15.3978 9.15804 15.7794 9.43934 16.0607C9.72064 16.342 10.1022 16.5 10.5 16.5Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M27 4.5H5C4.33696 4.5 3.70107 4.76339 3.23223 5.23223C2.76339 5.70107 2.5 6.33696 2.5 7V23C2.5 23.663 2.76339 24.2989 3.23223 24.7678C3.70107 25.2366 4.33696 25.5 5 25.5H12.1538L13.8562 28.2862C14.0779 28.6556 14.3911 28.9613 14.7657 29.174C15.1402 29.3866 15.5634 29.4988 15.9941 29.4999C16.4247 29.5009 16.8484 29.3906 17.2239 29.1797C17.5995 28.9688 17.9142 28.6645 18.1375 28.2962L19.8463 25.5H27C27.663 25.5 28.2989 25.2366 28.7678 24.7678C29.2366 24.2989 29.5 23.663 29.5 23V7C29.5 6.33696 29.2366 5.70107 28.7678 5.23223C28.2989 4.76339 27.663 4.5 27 4.5ZM26.5 22.5H19.5662C19.1366 22.5 18.7141 22.6108 18.3397 22.8217C17.9653 23.0325 17.6515 23.3363 17.4287 23.7038L16 26.0413L14.5737 23.7075C14.3503 23.3398 14.0361 23.0357 13.6614 22.8243C13.2867 22.6129 12.864 22.5012 12.4338 22.5H5.5V7.5H26.5V22.5ZM11 15C11 14.6044 11.1173 14.2178 11.3371 13.8889C11.5568 13.56 11.8692 13.3036 12.2346 13.1522C12.6001 13.0009 13.0022 12.9613 13.3902 13.0384C13.7781 13.1156 14.1345 13.3061 14.4142 13.5858C14.6939 13.8655 14.8844 14.2219 14.9616 14.6098C15.0387 14.9978 14.9991 15.3999 14.8478 15.7654C14.6964 16.1308 14.44 16.4432 14.1111 16.6629C13.7822 16.8827 13.3956 17 13 17C12.4696 17 11.9609 16.7893 11.5858 16.4142C11.2107 16.0391 11 15.5304 11 15ZM17 15C17 14.6044 17.1173 14.2178 17.3371 13.8889C17.5568 13.56 17.8692 13.3036 18.2346 13.1522C18.6001 13.0009 19.0022 12.9613 19.3902 13.0384C19.7781 13.1156 20.1345 13.3061 20.4142 13.5858C20.6939 13.8655 20.8844 14.2219 20.9616 14.6098C21.0387 14.9978 20.9991 15.3999 20.8478 15.7654C20.6964 16.1308 20.44 16.4432 20.1111 16.6629C19.7822 16.8827 19.3956 17 19 17C18.4696 17 17.9609 16.7893 17.5858 16.4142C17.2107 16.0391 17 15.5304 17 15Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V23C3 23.5304 3.21071 24.0391 3.58579 24.4142C3.96086 24.7893 4.46957 25 5 25L12.4375 25.0075L14.285 28.0287C14.4623 28.3244 14.713 28.5693 15.0127 28.7395C15.3125 28.9098 15.6512 28.9997 15.996 29.0004C16.3408 29.0012 16.6799 28.9128 16.9804 28.7439C17.2809 28.5749 17.5327 28.3312 17.7113 28.0362L19.5662 25H27C27.5304 25 28.0391 24.7893 28.4142 24.4142C28.7893 24.0391 29 23.5304 29 23V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM10.5 16.5C10.2033 16.5 9.91332 16.412 9.66665 16.2472C9.41997 16.0824 9.22771 15.8481 9.11418 15.574C9.00065 15.2999 8.97094 14.9983 9.02882 14.7074C9.0867 14.4164 9.22956 14.1491 9.43934 13.9393C9.64912 13.7296 9.91639 13.5867 10.2074 13.5288C10.4983 13.4709 10.7999 13.5006 11.074 13.6142C11.3481 13.7277 11.5824 13.92 11.7472 14.1666C11.912 14.4133 12 14.7033 12 15C12 15.3978 11.842 15.7794 11.5607 16.0607C11.2794 16.342 10.8978 16.5 10.5 16.5ZM16 16.5C15.7033 16.5 15.4133 16.412 15.1666 16.2472C14.92 16.0824 14.7277 15.8481 14.6142 15.574C14.5006 15.2999 14.4709 14.9983 14.5288 14.7074C14.5867 14.4164 14.7296 14.1491 14.9393 13.9393C15.1491 13.7296 15.4164 13.5867 15.7074 13.5288C15.9983 13.4709 16.2999 13.5006 16.574 13.6142C16.8481 13.7277 17.0824 13.92 17.2472 14.1666C17.412 14.4133 17.5 14.7033 17.5 15C17.5 15.3978 17.342 15.7794 17.0607 16.0607C16.7794 16.342 16.3978 16.5 16 16.5ZM21.5 16.5C21.2033 16.5 20.9133 16.412 20.6666 16.2472C20.42 16.0824 20.2277 15.8481 20.1142 15.574C20.0007 15.2999 19.9709 14.9983 20.0288 14.7074C20.0867 14.4164 20.2296 14.1491 20.4393 13.9393C20.6491 13.7296 20.9164 13.5867 21.2074 13.5288C21.4983 13.4709 21.7999 13.5006 22.074 13.6142C22.3481 13.7277 22.5824 13.92 22.7472 14.1666C22.912 14.4133 23 14.7033 23 15C23 15.3978 22.842 15.7794 22.5607 16.0607C22.2794 16.342 21.8978 16.5 21.5 16.5Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 7V23C28 23.2652 27.8946 23.5196 27.7071 23.7071C27.5196 23.8946 27.2652 24 27 24H19.5662C19.3936 23.9999 19.2239 24.0446 19.0736 24.1296C18.9234 24.2146 18.7977 24.337 18.7087 24.485L16.8575 27.515C16.7687 27.6631 16.643 27.7856 16.4927 27.8707C16.3424 27.9558 16.1727 28.0005 16 28.0005C15.8273 28.0005 15.6576 27.9558 15.5073 27.8707C15.357 27.7856 15.2313 27.6631 15.1425 27.515L13.2913 24.485C13.2023 24.337 13.0766 24.2146 12.9264 24.1296C12.7761 24.0446 12.6064 23.9999 12.4338 24H5C4.73478 24 4.48043 23.8946 4.29289 23.7071C4.10536 23.5196 4 23.2652 4 23V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z" fill="currentColor"/>
|
|
36
|
+
<path d="M14.5 15C14.5 14.7033 14.588 14.4133 14.7528 14.1666C14.9176 13.92 15.1519 13.7277 15.426 13.6142C15.7001 13.5006 16.0017 13.4709 16.2926 13.5288C16.5836 13.5867 16.8509 13.7296 17.0607 13.9393C17.2704 14.1491 17.4133 14.4164 17.4712 14.7074C17.5291 14.9983 17.4993 15.2999 17.3858 15.574C17.2723 15.8481 17.08 16.0824 16.8334 16.2472C16.5867 16.412 16.2967 16.5 16 16.5C15.6022 16.5 15.2206 16.342 14.9393 16.0607C14.658 15.7794 14.5 15.3978 14.5 15ZM21.5 16.5C21.7967 16.5 22.0867 16.412 22.3334 16.2472C22.58 16.0824 22.7723 15.8481 22.8858 15.574C22.9993 15.2999 23.0291 14.9983 22.9712 14.7074C22.9133 14.4164 22.7704 14.1491 22.5607 13.9393C22.3509 13.7296 22.0836 13.5867 21.7926 13.5288C21.5017 13.4709 21.2001 13.5006 20.926 13.6142C20.6519 13.7277 20.4176 13.92 20.2528 14.1666C20.088 14.4133 20 14.7033 20 15C20 15.3978 20.158 15.7794 20.4393 16.0607C20.7206 16.342 21.1022 16.5 21.5 16.5ZM29 7V23C29 23.5304 28.7893 24.0391 28.4142 24.4142C28.0391 24.7893 27.5304 25 27 25H19.5662L17.7113 28.0362C17.5327 28.3312 17.2809 28.5749 16.9804 28.7439C16.6799 28.9128 16.3408 29.0012 15.996 29.0004C15.6512 28.9997 15.3125 28.9098 15.0127 28.7395C14.713 28.5693 14.4623 28.3244 14.285 28.0287L12.4338 25H5C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 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 7ZM27 7H5V23H12.4338C12.7781 23.0009 13.1164 23.0902 13.4162 23.2594C13.7161 23.4286 13.9675 23.672 14.1462 23.9662L16 27L17.8525 23.96C18.0321 23.6667 18.284 23.4243 18.584 23.2562C18.8841 23.0881 19.2223 22.9999 19.5662 23H27V7ZM10.5 16.5C10.7967 16.5 11.0867 16.412 11.3334 16.2472C11.58 16.0824 11.7723 15.8481 11.8858 15.574C11.9994 15.2999 12.0291 14.9983 11.9712 14.7074C11.9133 14.4164 11.7704 14.1491 11.5607 13.9393C11.3509 13.7296 11.0836 13.5867 10.7926 13.5288C10.5017 13.4709 10.2001 13.5006 9.92597 13.6142C9.65189 13.7277 9.41762 13.92 9.2528 14.1666C9.08797 14.4133 9 14.7033 9 15C9 15.3978 9.15804 15.7794 9.43934 16.0607C9.72064 16.342 10.1022 16.5 10.5 16.5Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24" fill="none">
|
|
42
|
+
<path d="M23.75 0H1.75C1.28587 0 0.840752 0.184375 0.512563 0.512563C0.184375 0.840752 0 1.28587 0 1.75V17.75C0 18.2141 0.184375 18.6592 0.512563 18.9874C0.840752 19.3156 1.28587 19.5 1.75 19.5H9.18375C9.22717 19.5005 9.26971 19.5123 9.30719 19.5342C9.34467 19.5561 9.37579 19.5874 9.3975 19.625L11.25 22.65C11.405 22.9092 11.6245 23.1238 11.887 23.2731C12.1495 23.4223 12.4462 23.5011 12.7482 23.5017C13.0502 23.5024 13.3473 23.4248 13.6104 23.2767C13.8736 23.1285 14.0939 22.9148 14.25 22.6562L16.1025 19.625C16.1242 19.5874 16.1553 19.5561 16.1928 19.5342C16.2303 19.5123 16.2728 19.5005 16.3162 19.5H23.75C24.2141 19.5 24.6592 19.3156 24.9874 18.9874C25.3156 18.6592 25.5 18.2141 25.5 17.75V1.75C25.5 1.28587 25.3156 0.840752 24.9874 0.512563C24.6592 0.184375 24.2141 0 23.75 0ZM24 17.75C24 17.8163 23.9737 17.8799 23.9268 17.9268C23.8799 17.9737 23.8163 18 23.75 18H16.3162C16.0147 17.9995 15.7182 18.0769 15.4554 18.2247C15.1926 18.3726 14.9724 18.5858 14.8162 18.8438L12.965 21.875C12.943 21.9129 12.9115 21.9443 12.8735 21.9662C12.8356 21.9881 12.7925 21.9996 12.7487 21.9996C12.705 21.9996 12.6619 21.9881 12.624 21.9662C12.586 21.9443 12.5545 21.9129 12.5325 21.875L10.6825 18.8475C10.5258 18.5898 10.3056 18.3767 10.043 18.2285C9.78035 18.0804 9.48406 18.0021 9.1825 18.0012H1.75C1.6837 18.0012 1.62011 17.9749 1.57322 17.928C1.52634 17.8811 1.5 17.8176 1.5 17.7512V1.75C1.5 1.6837 1.52634 1.62011 1.57322 1.57322C1.62011 1.52634 1.6837 1.5 1.75 1.5H23.75C23.8163 1.5 23.8799 1.52634 23.9268 1.57322C23.9737 1.62011 24 1.6837 24 1.75V17.75ZM14 9.75C14 9.99723 13.9267 10.2389 13.7893 10.4445C13.652 10.65 13.4568 10.8102 13.2284 10.9049C12.9999 10.9995 12.7486 11.0242 12.5061 10.976C12.2637 10.9277 12.0409 10.8087 11.8661 10.6339C11.6913 10.4591 11.5722 10.2363 11.524 9.99386C11.4758 9.75139 11.5005 9.50005 11.5952 9.27165C11.6898 9.04324 11.85 8.84801 12.0555 8.71066C12.2611 8.57331 12.5028 8.5 12.75 8.5C13.0815 8.5 13.3995 8.6317 13.6339 8.86612C13.8683 9.10054 14 9.41848 14 9.75ZM8.5 9.75C8.5 9.99723 8.42669 10.2389 8.28934 10.4445C8.15199 10.65 7.95676 10.8102 7.72835 10.9049C7.49995 10.9995 7.24861 11.0242 7.00614 10.976C6.76366 10.9277 6.54093 10.8087 6.36612 10.6339C6.1913 10.4591 6.07225 10.2363 6.02402 9.99386C5.97579 9.75139 6.00054 9.50005 6.09515 9.27165C6.18976 9.04324 6.34998 8.84801 6.55554 8.71066C6.7611 8.57331 7.00277 8.5 7.25 8.5C7.58152 8.5 7.89946 8.6317 8.13388 8.86612C8.3683 9.10054 8.5 9.41848 8.5 9.75ZM19.5 9.75C19.5 9.99723 19.4267 10.2389 19.2893 10.4445C19.152 10.65 18.9568 10.8102 18.7284 10.9049C18.4999 10.9995 18.2486 11.0242 18.0061 10.976C17.7637 10.9277 17.5409 10.8087 17.3661 10.6339C17.1913 10.4591 17.0723 10.2363 17.024 9.99386C16.9758 9.75139 17.0005 9.50005 17.0951 9.27165C17.1898 9.04324 17.35 8.84801 17.5555 8.71066C17.7611 8.57331 18.0028 8.5 18.25 8.5C18.5815 8.5 18.8995 8.6317 19.1339 8.86612C19.3683 9.10054 19.5 9.41848 19.5 9.75Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChatCenteredDots;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatCenteredText = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M27 5.5H5C4.60218 5.5 4.22064 5.65804 3.93934 5.93934C3.65804 6.22064 3.5 6.60218 3.5 7V23C3.5 23.3978 3.65804 23.7794 3.93934 24.0607C4.22064 24.342 4.60218 24.5 5 24.5H12.4338C12.5201 24.5 12.6049 24.5223 12.6801 24.5648C12.7552 24.6073 12.818 24.6685 12.8625 24.7425L14.7113 27.7675C14.8447 27.989 15.0331 28.1723 15.2582 28.2996C15.4834 28.4268 15.7376 28.4937 15.9963 28.4937C16.2549 28.4937 16.5091 28.4268 16.7343 28.2996C16.9594 28.1723 17.1478 27.989 17.2812 27.7675L19.135 24.735C19.1795 24.661 19.2423 24.5998 19.3174 24.5573C19.3926 24.5148 19.4774 24.4925 19.5637 24.4925H27C27.3978 24.4925 27.7794 24.3345 28.0607 24.0532C28.342 23.7719 28.5 23.3903 28.5 22.9925V7C28.5 6.60218 28.342 6.22064 28.0607 5.93934C27.7794 5.65804 27.3978 5.5 27 5.5ZM27.5 23C27.5 23.1326 27.4473 23.2598 27.3536 23.3536C27.2598 23.4473 27.1326 23.5 27 23.5H19.5662C19.308 23.5001 19.0541 23.5669 18.8292 23.6939C18.6042 23.8209 18.416 24.0039 18.2825 24.225L16.4287 27.2575C16.3845 27.3321 16.3216 27.3939 16.2462 27.4368C16.1708 27.4798 16.0855 27.5024 15.9987 27.5024C15.912 27.5024 15.8267 27.4798 15.7513 27.4368C15.6759 27.3939 15.613 27.3321 15.5688 27.2575L13.7188 24.23C13.5858 24.0077 13.3976 23.8237 13.1724 23.6958C12.9472 23.5678 12.6927 23.5004 12.4338 23.5H5C4.86739 23.5 4.74021 23.4473 4.64645 23.3536C4.55268 23.2598 4.5 23.1326 4.5 23V7C4.5 6.86739 4.55268 6.74021 4.64645 6.64645C4.74021 6.55268 4.86739 6.5 5 6.5H27C27.1326 6.5 27.2598 6.55268 27.3536 6.64645C27.4473 6.74021 27.5 6.86739 27.5 7V23ZM20.5 13C20.5 13.1326 20.4473 13.2598 20.3536 13.3536C20.2598 13.4473 20.1326 13.5 20 13.5H12C11.8674 13.5 11.7402 13.4473 11.6464 13.3536C11.5527 13.2598 11.5 13.1326 11.5 13C11.5 12.8674 11.5527 12.7402 11.6464 12.6464C11.7402 12.5527 11.8674 12.5 12 12.5H20C20.1326 12.5 20.2598 12.5527 20.3536 12.6464C20.4473 12.7402 20.5 12.8674 20.5 13ZM20.5 17C20.5 17.1326 20.4473 17.2598 20.3536 17.3536C20.2598 17.4473 20.1326 17.5 20 17.5H12C11.8674 17.5 11.7402 17.4473 11.6464 17.3536C11.5527 17.2598 11.5 17.1326 11.5 17C11.5 16.8674 11.5527 16.7402 11.6464 16.6464C11.7402 16.5527 11.8674 16.5 12 16.5H20C20.1326 16.5 20.2598 16.5527 20.3536 16.6464C20.4473 16.7402 20.5 16.8674 20.5 17Z" 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="M11 13C11 12.7348 11.1054 12.4804 11.2929 12.2929C11.4804 12.1054 11.7348 12 12 12H20C20.2652 12 20.5196 12.1054 20.7071 12.2929C20.8946 12.4804 21 12.7348 21 13C21 13.2652 20.8946 13.5196 20.7071 13.7071C20.5196 13.8946 20.2652 14 20 14H12C11.7348 14 11.4804 13.8946 11.2929 13.7071C11.1054 13.5196 11 13.2652 11 13ZM12 18H20C20.2652 18 20.5196 17.8946 20.7071 17.7071C20.8946 17.5196 21 17.2652 21 17C21 16.7348 20.8946 16.4804 20.7071 16.2929C20.5196 16.1054 20.2652 16 20 16H12C11.7348 16 11.4804 16.1054 11.2929 16.2929C11.1054 16.4804 11 16.7348 11 17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18ZM29 7V23C29 23.5304 28.7893 24.0391 28.4142 24.4142C28.0391 24.7893 27.5304 25 27 25H19.5662L17.7113 28.0362C17.5327 28.3312 17.2809 28.5749 16.9804 28.7439C16.6799 28.9128 16.3408 29.0012 15.996 29.0004C15.6512 28.9997 15.3125 28.9098 15.0127 28.7395C14.713 28.5693 14.4623 28.3244 14.285 28.0287L12.4338 25H5C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 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 7ZM27 7H5V23H12.4338C12.7781 23.0009 13.1164 23.0902 13.4162 23.2594C13.7161 23.4286 13.9675 23.672 14.1462 23.9662L16 27L17.8525 23.96C18.0321 23.6667 18.284 23.4243 18.584 23.2562C18.8841 23.0881 19.2223 22.9999 19.5662 23H27V7Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M27 4.5H5C4.33696 4.5 3.70107 4.76339 3.23223 5.23223C2.76339 5.70107 2.5 6.33696 2.5 7V23C2.5 23.663 2.76339 24.2989 3.23223 24.7678C3.70107 25.2366 4.33696 25.5 5 25.5H12.1538L13.8562 28.2862C14.0779 28.6556 14.3911 28.9613 14.7657 29.174C15.1402 29.3866 15.5634 29.4988 15.9941 29.4999C16.4247 29.5009 16.8484 29.3906 17.2239 29.1797C17.5995 28.9688 17.9142 28.6645 18.1375 28.2962L19.8463 25.5H27C27.663 25.5 28.2989 25.2366 28.7678 24.7678C29.2366 24.2989 29.5 23.663 29.5 23V7C29.5 6.33696 29.2366 5.70107 28.7678 5.23223C28.2989 4.76339 27.663 4.5 27 4.5ZM26.5 22.5H19.5662C19.1366 22.5 18.7141 22.6108 18.3397 22.8217C17.9653 23.0325 17.6515 23.3363 17.4287 23.7038L16 26.0413L14.5737 23.7075C14.3503 23.3398 14.0361 23.0357 13.6614 22.8243C13.2867 22.6129 12.864 22.5012 12.4338 22.5H5.5V7.5H26.5V22.5ZM10.5 12.5C10.5 12.1022 10.658 11.7206 10.9393 11.4393C11.2206 11.158 11.6022 11 12 11H20C20.3978 11 20.7794 11.158 21.0607 11.4393C21.342 11.7206 21.5 12.1022 21.5 12.5C21.5 12.8978 21.342 13.2794 21.0607 13.5607C20.7794 13.842 20.3978 14 20 14H12C11.6022 14 11.2206 13.842 10.9393 13.5607C10.658 13.2794 10.5 12.8978 10.5 12.5ZM10.5 17.5C10.5 17.1022 10.658 16.7206 10.9393 16.4393C11.2206 16.158 11.6022 16 12 16H20C20.3978 16 20.7794 16.158 21.0607 16.4393C21.342 16.7206 21.5 17.1022 21.5 17.5C21.5 17.8978 21.342 18.2794 21.0607 18.5607C20.7794 18.842 20.3978 19 20 19H12C11.6022 19 11.2206 18.842 10.9393 18.5607C10.658 18.2794 10.5 17.8978 10.5 17.5Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V23C3 23.5304 3.21071 24.0391 3.58579 24.4142C3.96086 24.7893 4.46957 25 5 25L12.4375 25.0075L14.285 28.0287C14.4623 28.3244 14.713 28.5693 15.0127 28.7395C15.3125 28.9098 15.6512 28.9997 15.996 29.0004C16.3408 29.0012 16.6799 28.9128 16.9804 28.7439C17.2809 28.5749 17.5327 28.3312 17.7113 28.0362L19.5662 25H27C27.5304 25 28.0391 24.7893 28.4142 24.4142C28.7893 24.0391 29 23.5304 29 23V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM20 18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18ZM20 14H12C11.7348 14 11.4804 13.8946 11.2929 13.7071C11.1054 13.5196 11 13.2652 11 13C11 12.7348 11.1054 12.4804 11.2929 12.2929C11.4804 12.1054 11.7348 12 12 12H20C20.2652 12 20.5196 12.1054 20.7071 12.2929C20.8946 12.4804 21 12.7348 21 13C21 13.2652 20.8946 13.5196 20.7071 13.7071C20.5196 13.8946 20.2652 14 20 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="M28 7V23C28 23.2652 27.8946 23.5196 27.7071 23.7071C27.5196 23.8946 27.2652 24 27 24H19.5662C19.3936 23.9999 19.2239 24.0446 19.0736 24.1296C18.9234 24.2146 18.7977 24.337 18.7087 24.485L16.8575 27.515C16.7687 27.6631 16.643 27.7856 16.4927 27.8707C16.3424 27.9558 16.1727 28.0005 16 28.0005C15.8273 28.0005 15.6576 27.9558 15.5073 27.8707C15.357 27.7856 15.2313 27.6631 15.1425 27.515L13.2913 24.485C13.2023 24.337 13.0766 24.2146 12.9264 24.1296C12.7761 24.0446 12.6064 23.9999 12.4338 24H5C4.73478 24 4.48043 23.8946 4.29289 23.7071C4.10536 23.5196 4 23.2652 4 23V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z" fill="currentColor"/>
|
|
36
|
+
<path d="M11 13C11 12.7348 11.1054 12.4804 11.2929 12.2929C11.4804 12.1054 11.7348 12 12 12H20C20.2652 12 20.5196 12.1054 20.7071 12.2929C20.8946 12.4804 21 12.7348 21 13C21 13.2652 20.8946 13.5196 20.7071 13.7071C20.5196 13.8946 20.2652 14 20 14H12C11.7348 14 11.4804 13.8946 11.2929 13.7071C11.1054 13.5196 11 13.2652 11 13ZM12 18H20C20.2652 18 20.5196 17.8946 20.7071 17.7071C20.8946 17.5196 21 17.2652 21 17C21 16.7348 20.8946 16.4804 20.7071 16.2929C20.5196 16.1054 20.2652 16 20 16H12C11.7348 16 11.4804 16.1054 11.2929 16.2929C11.1054 16.4804 11 16.7348 11 17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18ZM29 7V23C29 23.5304 28.7893 24.0391 28.4142 24.4142C28.0391 24.7893 27.5304 25 27 25H19.5662L17.7113 28.0362C17.5327 28.3312 17.2809 28.5749 16.9804 28.7439C16.6799 28.9128 16.3408 29.0012 15.996 29.0004C15.6512 28.9997 15.3125 28.9098 15.0127 28.7395C14.713 28.5693 14.4623 28.3244 14.285 28.0287L12.4338 25H5C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 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 7ZM27 7H5V23H12.4338C12.7781 23.0009 13.1164 23.0902 13.4162 23.2594C13.7161 23.4286 13.9675 23.672 14.1462 23.9662L16 27L17.8525 23.96C18.0321 23.6667 18.284 23.4243 18.584 23.2562C18.8841 23.0881 19.2223 22.9999 19.5662 23H27V7Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M27 5.25H5C4.53587 5.25 4.09075 5.43437 3.76256 5.76256C3.43437 6.09075 3.25 6.53587 3.25 7V23C3.25 23.4641 3.43437 23.9092 3.76256 24.2374C4.09075 24.5656 4.53587 24.75 5 24.75H12.4338C12.4772 24.7505 12.5197 24.7623 12.5572 24.7842C12.5947 24.8061 12.6258 24.8374 12.6475 24.875L14.5 27.9C14.655 28.1592 14.8745 28.3738 15.137 28.5231C15.3995 28.6723 15.6962 28.7511 15.9982 28.7517C16.3002 28.7524 16.5973 28.6748 16.8604 28.5267C17.1236 28.3785 17.3439 28.1648 17.5 27.9062L19.3525 24.875C19.3742 24.8374 19.4053 24.8061 19.4428 24.7842C19.4803 24.7623 19.5228 24.7505 19.5662 24.75H27C27.4641 24.75 27.9092 24.5656 28.2374 24.2374C28.5656 23.9092 28.75 23.4641 28.75 23V7C28.75 6.53587 28.5656 6.09075 28.2374 5.76256C27.9092 5.43437 27.4641 5.25 27 5.25ZM27.25 23C27.25 23.0663 27.2237 23.1299 27.1768 23.1768C27.1299 23.2237 27.0663 23.25 27 23.25H19.5662C19.2647 23.2495 18.9682 23.3269 18.7054 23.4747C18.4426 23.6226 18.2224 23.8358 18.0662 24.0938L16.215 27.125C16.193 27.1629 16.1615 27.1943 16.1235 27.2162C16.0856 27.2381 16.0425 27.2496 15.9987 27.2496C15.955 27.2496 15.9119 27.2381 15.874 27.2162C15.836 27.1943 15.8045 27.1629 15.7825 27.125L13.9325 24.0975C13.7758 23.8398 13.5556 23.6267 13.293 23.4785C13.0303 23.3304 12.7341 23.2521 12.4325 23.2512H5C4.9337 23.2512 4.87011 23.2249 4.82322 23.178C4.77634 23.1311 4.75 23.0676 4.75 23.0012V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82322C4.87011 6.77634 4.9337 6.75 5 6.75H27C27.0663 6.75 27.1299 6.77634 27.1768 6.82322C27.2237 6.87011 27.25 6.9337 27.25 7V23ZM20.75 13C20.75 13.1989 20.671 13.3897 20.5303 13.5303C20.3897 13.671 20.1989 13.75 20 13.75H12C11.8011 13.75 11.6103 13.671 11.4697 13.5303C11.329 13.3897 11.25 13.1989 11.25 13C11.25 12.8011 11.329 12.6103 11.4697 12.4697C11.6103 12.329 11.8011 12.25 12 12.25H20C20.1989 12.25 20.3897 12.329 20.5303 12.4697C20.671 12.6103 20.75 12.8011 20.75 13ZM20.75 17C20.75 17.1989 20.671 17.3897 20.5303 17.5303C20.3897 17.671 20.1989 17.75 20 17.75H12C11.8011 17.75 11.6103 17.671 11.4697 17.5303C11.329 17.3897 11.25 17.1989 11.25 17C11.25 16.8011 11.329 16.6103 11.4697 16.4697C11.6103 16.329 11.8011 16.25 12 16.25H20C20.1989 16.25 20.3897 16.329 20.5303 16.4697C20.671 16.6103 20.75 16.8011 20.75 17Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChatCenteredText;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatCircle = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M16.0004 3.5C13.8242 3.4996 11.6857 4.06731 9.79626 5.14699C7.90685 6.22667 6.33203 7.7809 5.22758 9.65594C4.12314 11.531 3.52733 13.6619 3.4991 15.8378C3.47087 18.0138 4.01119 20.1594 5.06662 22.0625L3.57912 26.5238C3.49098 26.788 3.47819 27.0717 3.54218 27.3428C3.60617 27.614 3.74442 27.8619 3.94142 28.059C4.13842 28.256 4.3864 28.3942 4.65755 28.4582C4.92871 28.5222 5.21233 28.5094 5.47662 28.4212L9.93787 26.9338C11.6067 27.8584 13.465 28.3888 15.3705 28.4843C17.276 28.5798 19.178 28.2379 20.9309 27.4847C22.6838 26.7315 24.2411 25.5871 25.4833 24.139C26.7256 22.691 27.6199 20.9778 28.0978 19.1308C28.5756 17.2837 28.6243 15.3518 28.2401 13.483C27.856 11.6142 27.0491 9.85814 25.8814 8.34936C24.7137 6.84058 23.2161 5.61912 21.5034 4.77856C19.7907 3.938 17.9082 3.50064 16.0004 3.5ZM16.0004 27.5C13.9785 27.5006 11.9921 26.9681 10.2416 25.9562C10.1655 25.9125 10.0794 25.8892 9.99162 25.8888C9.93762 25.8887 9.88398 25.8976 9.83287 25.915L5.16037 27.4725C5.07227 27.5019 4.97773 27.5061 4.88735 27.4848C4.79696 27.4635 4.7143 27.4174 4.64864 27.3517C4.58297 27.2861 4.53689 27.2034 4.51556 27.113C4.49423 27.0226 4.49849 26.9281 4.52787 26.84L6.08537 22.1675C6.10784 22.1003 6.11578 22.0292 6.10867 21.9587C6.10155 21.8882 6.07955 21.8201 6.04412 21.7588C4.77625 19.5672 4.26706 17.0185 4.59556 14.508C4.92405 11.9975 6.07186 9.66556 7.86091 7.87399C9.64997 6.08242 11.9803 4.93133 14.4903 4.59931C17.0003 4.26729 19.5498 4.77289 21.7431 6.03768C23.9365 7.30247 25.6511 9.25574 26.621 11.5945C27.591 13.9332 27.762 16.5267 27.1075 18.9725C26.4531 21.4184 25.0098 23.5799 23.0015 25.1217C20.9932 26.6636 18.5323 27.4996 16.0004 27.5Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M16.0009 3C13.7565 2.99951 11.5502 3.58011 9.5967 4.68529C7.64324 5.79046 6.00919 7.38256 4.8536 9.30662C3.69801 11.2307 3.06024 13.4212 3.00237 15.6648C2.9445 17.9085 3.46851 20.1289 4.52338 22.11L3.10463 26.3662C2.98712 26.7186 2.97006 27.0968 3.05538 27.4583C3.1407 27.8199 3.32503 28.1505 3.5877 28.4132C3.85037 28.6759 4.181 28.8602 4.54254 28.9455C4.90408 29.0308 5.28224 29.0138 5.63463 28.8962L9.89088 27.4775C11.6343 28.4048 13.5662 28.9228 15.5397 28.992C17.5132 29.0613 19.4765 28.68 21.2807 27.8772C23.0849 27.0743 24.6825 25.871 25.9521 24.3586C27.2218 22.8462 28.1303 21.0644 28.6085 19.1484C29.0868 17.2325 29.1223 15.2328 28.7123 13.301C28.3023 11.3693 27.4577 9.55642 26.2424 7.9999C25.0272 6.44337 23.4733 5.18415 21.6988 4.31782C19.9242 3.45149 17.9756 3.00081 16.0009 3ZM16.0009 27C14.0671 27.0013 12.1673 26.4921 10.4934 25.5238C10.3708 25.4527 10.2346 25.4085 10.0936 25.394C9.9527 25.3796 9.81031 25.3953 9.67588 25.44L5.00088 27L6.55963 22.325C6.60457 22.1907 6.62045 22.0483 6.60622 21.9074C6.592 21.7665 6.548 21.6301 6.47713 21.5075C5.2646 19.4111 4.77777 16.9732 5.09217 14.572C5.40657 12.1707 6.50463 9.94027 8.21599 8.22674C9.92736 6.51321 12.1564 5.41234 14.5573 5.0949C16.9581 4.77747 19.3967 5.26122 21.4945 6.47111C23.5924 7.68099 25.2324 9.54939 26.1601 11.7864C27.0877 14.0235 27.2512 16.5042 26.6252 18.8436C25.9991 21.1831 24.6185 23.2505 22.6976 24.7253C20.7766 26.2 18.4227 26.9996 16.0009 27Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M16.0001 2.5C13.6876 2.49951 11.4138 3.09303 9.39659 4.22367C7.37939 5.3543 5.68643 6.98415 4.48001 8.95696C3.27359 10.9298 2.59415 13.1794 2.50682 15.4902C2.4195 17.801 2.92722 20.0955 3.98132 22.1538L2.62507 26.2075C2.47634 26.6488 2.45383 27.1229 2.56007 27.5763C2.66631 28.0297 2.89708 28.4444 3.22637 28.7737C3.55566 29.103 3.97038 29.3338 4.42379 29.44C4.8772 29.5462 5.35127 29.5237 5.79257 29.375L9.84631 28.0238C11.6639 28.9516 13.6681 29.4554 15.7084 29.4972C17.7486 29.5389 19.7718 29.1176 21.6258 28.2649C23.4798 27.4121 25.1164 26.1502 26.4124 24.5739C27.7085 22.9976 28.6303 21.148 29.1086 19.1642C29.5869 17.1803 29.6092 15.1138 29.1739 13.1201C28.7386 11.1264 27.8569 9.25731 26.5952 7.65339C25.3335 6.04947 23.7246 4.75245 21.8895 3.85986C20.0544 2.96727 18.0408 2.50233 16.0001 2.5ZM16.0001 26.5C14.1542 26.5007 12.3408 26.0148 10.7426 25.0913C10.5147 24.9591 10.256 24.8892 9.99257 24.8888C9.83111 24.8891 9.67075 24.9152 9.51757 24.9663L5.79382 26.2075L7.03507 22.4838C7.10228 22.2822 7.12589 22.0686 7.10434 21.8572C7.08279 21.6458 7.01657 21.4414 6.91007 21.2575C5.75255 19.2564 5.28777 16.9293 5.58782 14.6371C5.88788 12.3449 6.93601 10.2159 8.5696 8.58016C10.2032 6.94447 12.3309 5.8936 14.6227 5.59059C16.9145 5.28758 19.2422 5.74936 21.2448 6.9043C23.2473 8.05924 24.8128 9.84277 25.6982 11.9782C26.5837 14.1136 26.7397 16.4816 26.142 18.7147C25.5443 20.9479 24.2263 22.9213 22.3926 24.329C20.5588 25.7366 18.3118 26.4998 16.0001 26.5Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M29 16C29.0005 18.2445 28.4199 20.4508 27.3147 22.4042C26.2095 24.3577 24.6174 25.9917 22.6934 27.1473C20.7693 28.3029 18.5788 28.9407 16.3352 28.9986C14.0915 29.0564 11.8711 28.5324 9.89 27.4775L5.63375 28.8963C5.28136 29.0138 4.9032 29.0309 4.54166 28.9455C4.18012 28.8602 3.84948 28.6759 3.58681 28.4132C3.32414 28.1506 3.13982 27.8199 3.0545 27.4584C2.96918 27.0968 2.98623 26.7187 3.10375 26.3663L4.5225 22.11C3.59519 20.3666 3.07725 18.4348 3.008 16.4613C2.93875 14.4877 3.32001 12.5244 4.12284 10.7202C4.92567 8.91604 6.12897 7.31847 7.6414 6.04878C9.15383 4.77909 10.9356 3.87063 12.8516 3.39238C14.7675 2.91413 16.7672 2.87865 18.699 3.28862C20.6307 3.6986 22.4436 4.54327 24.0001 5.7585C25.5566 6.97374 26.8158 8.52761 27.6822 10.3022C28.5485 12.0767 28.9992 14.0253 29 16Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 16.0001C28.0003 18.1075 27.4455 20.1778 26.3916 22.0028C25.3377 23.8278 23.8217 25.343 21.9963 26.396C20.1708 27.4491 18.1002 28.0029 15.9928 28.0016C13.8854 28.0003 11.8154 27.4441 9.99125 26.3888L5.3175 27.9476C5.14131 28.0063 4.95223 28.0149 4.77146 27.9722C4.59069 27.9296 4.42537 27.8374 4.29403 27.7061C4.1627 27.5747 4.07054 27.4094 4.02787 27.2286C3.98521 27.0479 3.99374 26.8588 4.0525 26.6826L5.61125 22.0088C4.68989 20.4152 4.14752 18.6309 4.02612 16.7941C3.90473 14.9572 4.20755 13.1171 4.91116 11.416C5.61477 9.71494 6.70031 8.19856 8.08378 6.98418C9.46725 5.7698 11.1116 4.89 12.8895 4.41283C14.6674 3.93567 16.5313 3.87394 18.3369 4.23243C20.1425 4.59091 21.8414 5.36 23.3022 6.48018C24.763 7.60036 25.9465 9.0416 26.7611 10.6924C27.5757 12.3432 27.9996 14.1592 28 16.0001Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16.0009 3C13.7565 2.99951 11.5502 3.58011 9.5967 4.68529C7.64324 5.79046 6.00919 7.38256 4.8536 9.30662C3.69801 11.2307 3.06024 13.4212 3.00237 15.6648C2.9445 17.9085 3.46851 20.1289 4.52338 22.11L3.10463 26.3662C2.98712 26.7186 2.97006 27.0968 3.05538 27.4583C3.1407 27.8199 3.32503 28.1505 3.5877 28.4132C3.85037 28.6759 4.181 28.8602 4.54254 28.9455C4.90408 29.0308 5.28224 29.0138 5.63463 28.8962L9.89088 27.4775C11.6343 28.4048 13.5662 28.9228 15.5397 28.992C17.5132 29.0613 19.4765 28.68 21.2807 27.8772C23.0849 27.0743 24.6825 25.871 25.9521 24.3586C27.2218 22.8462 28.1303 21.0644 28.6085 19.1484C29.0868 17.2325 29.1223 15.2328 28.7123 13.301C28.3023 11.3693 27.4577 9.55642 26.2424 7.9999C25.0272 6.44337 23.4733 5.18415 21.6988 4.31782C19.9242 3.45149 17.9756 3.00081 16.0009 3ZM16.0009 27C14.0671 27.0013 12.1673 26.4921 10.4934 25.5238C10.3708 25.4527 10.2346 25.4085 10.0936 25.394C9.9527 25.3796 9.81031 25.3953 9.67588 25.44L5.00088 27L6.55963 22.325C6.60457 22.1907 6.62045 22.0483 6.60622 21.9074C6.592 21.7665 6.548 21.6301 6.47713 21.5075C5.2646 19.4111 4.77777 16.9732 5.09217 14.572C5.40657 12.1707 6.50463 9.94027 8.21599 8.22674C9.92736 6.51321 12.1564 5.41234 14.5573 5.0949C16.9581 4.77747 19.3967 5.26122 21.4945 6.47111C23.5924 7.68099 25.2324 9.54939 26.1601 11.7864C27.0877 14.0235 27.2512 16.5042 26.6252 18.8436C25.9991 21.1831 24.6185 23.2505 22.6976 24.7253C20.7766 26.2 18.4227 26.9996 16.0009 27Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M16.0007 3.25C13.7905 3.24954 11.618 3.82366 9.69659 4.91604C7.77514 6.00843 6.17066 7.58155 5.04058 9.48107C3.9105 11.3806 3.29362 13.5413 3.25048 15.7511C3.20733 17.961 3.7394 20.1441 4.79447 22.0863L3.34197 26.445C3.23914 26.7533 3.22422 27.0842 3.29888 27.4006C3.37353 27.7169 3.53482 28.0062 3.76466 28.2361C3.99449 28.4659 4.2838 28.6272 4.60014 28.7018C4.91649 28.7765 5.24738 28.7616 5.55572 28.6588L9.91447 27.2062C11.6207 28.1322 13.5158 28.6563 15.4554 28.7385C17.3949 28.8208 19.3276 28.4591 21.1061 27.681C22.8847 26.903 24.462 25.729 25.718 24.2488C26.9739 22.7685 27.8752 21.021 28.3532 19.1395C28.8312 17.258 28.8733 15.2922 28.4762 13.3919C28.0791 11.4917 27.2533 9.70725 26.0619 8.17462C24.8704 6.64199 23.3447 5.40167 21.6011 4.54822C19.8575 3.69478 17.942 3.25075 16.0007 3.25ZM16.0007 27.25C14.0231 27.2505 12.0804 26.7296 10.3682 25.74C10.2541 25.6744 10.1249 25.6395 9.99323 25.6388C9.91252 25.6392 9.83239 25.6523 9.75572 25.6775L5.08197 27.235C5.03793 27.2497 4.99066 27.2518 4.94546 27.2412C4.90027 27.2305 4.85894 27.2075 4.82611 27.1746C4.79327 27.1418 4.77023 27.1005 4.75957 27.0553C4.7489 27.0101 4.75103 26.9628 4.76572 26.9188L6.32322 22.25C6.35692 22.1491 6.36878 22.0422 6.358 21.9364C6.34723 21.8306 6.31407 21.7283 6.26072 21.6362C5.01979 19.4926 4.521 16.9994 4.84171 14.5433C5.16243 12.0873 6.28473 9.8057 8.03451 8.0526C9.78429 6.2995 12.0637 5.17287 14.5192 4.84749C16.9746 4.52211 19.4688 5.01618 21.6148 6.25304C23.7608 7.4899 25.4386 9.40041 26.3879 11.6882C27.3372 13.9759 27.505 16.513 26.8652 18.9059C26.2255 21.2987 24.8139 23.4136 22.8494 24.9223C20.885 26.431 18.4776 27.2492 16.0007 27.25Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChatCircle;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatCircleDots = ({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="M17 16C17 16.1977 16.9414 16.3911 16.8315 16.5555C16.7216 16.72 16.5654 16.8482 16.3827 16.9238C16.2 16.9995 15.9989 17.0193 15.8049 16.9807C15.6109 16.9422 15.4327 16.8469 15.2929 16.7071C15.153 16.5672 15.0578 16.389 15.0192 16.1951C14.9806 16.0011 15.0004 15.8 15.0761 15.6173C15.1518 15.4345 15.28 15.2784 15.4444 15.1685C15.6089 15.0586 15.8022 15 16 15C16.2652 15 16.5196 15.1053 16.7071 15.2929C16.8946 15.4804 17 15.7347 17 16ZM10.5 15C10.3022 15 10.1089 15.0586 9.94443 15.1685C9.77998 15.2784 9.65181 15.4345 9.57612 15.6173C9.50043 15.8 9.48063 16.0011 9.51922 16.1951C9.5578 16.389 9.65304 16.5672 9.79289 16.7071C9.93275 16.8469 10.1109 16.9422 10.3049 16.9807C10.4989 17.0193 10.7 16.9995 10.8827 16.9238C11.0654 16.8482 11.2216 16.72 11.3315 16.5555C11.4414 16.3911 11.5 16.1977 11.5 16C11.5 15.7347 11.3946 15.4804 11.2071 15.2929C11.0196 15.1053 10.7652 15 10.5 15ZM21.5 15C21.3022 15 21.1089 15.0586 20.9444 15.1685C20.78 15.2784 20.6518 15.4345 20.5761 15.6173C20.5004 15.8 20.4806 16.0011 20.5192 16.1951C20.5578 16.389 20.653 16.5672 20.7929 16.7071C20.9327 16.8469 21.1109 16.9422 21.3049 16.9807C21.4989 17.0193 21.7 16.9995 21.8827 16.9238C22.0654 16.8482 22.2216 16.72 22.3315 16.5555C22.4414 16.3911 22.5 16.1977 22.5 16C22.5 15.7347 22.3946 15.4804 22.2071 15.2929C22.0196 15.1053 21.7652 15 21.5 15ZM28.5 16C28.5004 18.1761 27.9327 20.3146 26.853 22.2041C25.7733 24.0935 24.2191 25.6683 22.3441 26.7727C20.469 27.8772 18.3381 28.473 16.1622 28.5012C13.9862 28.5295 11.8406 27.9891 9.9375 26.9337L5.47625 28.4212C5.21196 28.5093 4.92834 28.5221 4.65718 28.4581C4.38603 28.3942 4.13805 28.2559 3.94105 28.0589C3.74405 27.8619 3.6058 27.6139 3.54181 27.3428C3.47782 27.0716 3.49061 26.788 3.57875 26.5237L5.06625 22.0625C4.14157 20.3936 3.61117 18.5353 3.51567 16.6298C3.42017 14.7243 3.76212 12.8223 4.51531 11.0694C5.2685 9.31648 6.41295 7.75925 7.86097 6.51699C9.309 5.27473 11.0222 4.38042 12.8692 3.90257C14.7163 3.42472 16.6482 3.37602 18.517 3.76019C20.3858 4.14436 22.1419 4.95121 23.6506 6.11892C25.1594 7.28664 26.3809 8.78423 27.2214 10.497C28.062 12.2097 28.4994 14.0921 28.5 16ZM27.5 16C27.4995 14.2359 27.0931 12.4956 26.3124 10.9137C25.5316 9.33182 24.3974 7.95076 22.9975 6.87736C21.5976 5.80397 19.9695 5.06703 18.2392 4.72354C16.5089 4.38006 14.7227 4.43925 13.019 4.89654C11.3152 5.35382 9.73946 6.19693 8.41369 7.36065C7.08791 8.52437 6.04762 9.9775 5.37331 11.6076C4.699 13.2377 4.40874 15.0011 4.525 16.7613C4.64126 18.5216 5.16091 20.2314 6.04375 21.7587C6.07918 21.82 6.10118 21.8882 6.1083 21.9587C6.11541 22.0291 6.10747 22.1003 6.085 22.1675L4.5275 26.84C4.49812 26.9281 4.49386 27.0226 4.51519 27.113C4.53652 27.2034 4.5826 27.286 4.64827 27.3517C4.71393 27.4174 4.79659 27.4634 4.88698 27.4848C4.97736 27.5061 5.0719 27.5018 5.16 27.4725L9.8325 25.915C9.88362 25.8975 9.93725 25.8887 9.99125 25.8887C10.079 25.8892 10.1652 25.9124 10.2413 25.9562C11.9895 26.9676 13.9732 27.5007 15.9929 27.502C18.0126 27.5032 19.997 26.9725 21.7465 25.9633C23.496 24.9541 24.9488 23.5019 25.9588 21.7529C26.9688 20.0038 27.5004 18.0197 27.5 16Z" 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="M17.5 16C17.5 16.2967 17.412 16.5867 17.2472 16.8334C17.0824 17.0801 16.8481 17.2723 16.574 17.3859C16.2999 17.4994 15.9983 17.5291 15.7074 17.4712C15.4164 17.4133 15.1491 17.2705 14.9393 17.0607C14.7296 16.8509 14.5867 16.5836 14.5288 16.2927C14.4709 16.0017 14.5006 15.7001 14.6142 15.426C14.7277 15.1519 14.92 14.9177 15.1666 14.7528C15.4133 14.588 15.7033 14.5 16 14.5C16.3978 14.5 16.7794 14.6581 17.0607 14.9394C17.342 15.2207 17.5 15.6022 17.5 16ZM10.5 14.5C10.2033 14.5 9.91332 14.588 9.66664 14.7528C9.41997 14.9177 9.22771 15.1519 9.11418 15.426C9.00065 15.7001 8.97094 16.0017 9.02882 16.2927C9.0867 16.5836 9.22956 16.8509 9.43934 17.0607C9.64912 17.2705 9.91639 17.4133 10.2074 17.4712C10.4983 17.5291 10.7999 17.4994 11.074 17.3859C11.3481 17.2723 11.5824 17.0801 11.7472 16.8334C11.912 16.5867 12 16.2967 12 16C12 15.6022 11.842 15.2207 11.5607 14.9394C11.2794 14.6581 10.8978 14.5 10.5 14.5ZM21.5 14.5C21.2033 14.5 20.9133 14.588 20.6666 14.7528C20.42 14.9177 20.2277 15.1519 20.1142 15.426C20.0007 15.7001 19.9709 16.0017 20.0288 16.2927C20.0867 16.5836 20.2296 16.8509 20.4393 17.0607C20.6491 17.2705 20.9164 17.4133 21.2074 17.4712C21.4983 17.5291 21.7999 17.4994 22.074 17.3859C22.3481 17.2723 22.5824 17.0801 22.7472 16.8334C22.912 16.5867 23 16.2967 23 16C23 15.6022 22.842 15.2207 22.5607 14.9394C22.2794 14.6581 21.8978 14.5 21.5 14.5ZM29 16C29.0005 18.2445 28.4199 20.4508 27.3147 22.4042C26.2095 24.3577 24.6174 25.9917 22.6934 27.1473C20.7693 28.3029 18.5788 28.9407 16.3352 28.9986C14.0915 29.0564 11.8711 28.5324 9.89 27.4775L5.63375 28.8963C5.28136 29.0138 4.9032 29.0309 4.54166 28.9455C4.18012 28.8602 3.84948 28.6759 3.58681 28.4132C3.32414 28.1506 3.13982 27.8199 3.0545 27.4584C2.96918 27.0968 2.98623 26.7187 3.10375 26.3663L4.5225 22.11C3.59519 20.3666 3.07725 18.4348 3.008 16.4613C2.93875 14.4877 3.32001 12.5244 4.12284 10.7202C4.92567 8.91604 6.12897 7.31847 7.6414 6.04878C9.15383 4.77909 10.9356 3.87063 12.8516 3.39238C14.7675 2.91413 16.7672 2.87865 18.699 3.28862C20.6307 3.6986 22.4436 4.54327 24.0001 5.7585C25.5566 6.97374 26.8158 8.52761 27.6822 10.3022C28.5485 12.0767 28.9992 14.0253 29 16ZM27 16C26.9995 14.3127 26.6109 12.6481 25.8641 11.135C25.1174 9.62186 24.0325 8.30083 22.6935 7.27408C21.3545 6.24733 19.7973 5.54238 18.1422 5.21377C16.4872 4.88517 14.7787 4.94171 13.149 5.37904C11.5194 5.81636 10.0121 6.62274 8.74394 7.73578C7.47577 8.84882 6.48065 10.2387 5.83558 11.7979C5.1905 13.357 4.91277 15.0437 5.02387 16.7274C5.13496 18.4111 5.63191 20.0466 6.47625 21.5075C6.54712 21.6302 6.59112 21.7665 6.60534 21.9074C6.61956 22.0484 6.60368 22.1907 6.55875 22.325L5 27L9.675 25.4413C9.77683 25.4066 9.88367 25.3888 9.99125 25.3888C10.1669 25.3891 10.3393 25.4357 10.4912 25.5238C12.1635 26.4913 14.0611 27.0013 15.9931 27.0026C17.925 27.0038 19.8232 26.4961 21.4967 25.5307C23.1702 24.5653 24.5599 23.1762 25.526 21.5031C26.492 19.83 27.0004 17.932 27 16Z" 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="M15.0001 16C15.0001 16.3955 14.8828 16.7822 14.663 17.1111C14.4432 17.44 14.1309 17.6964 13.7654 17.8477C13.4 17.9991 12.9978 18.0387 12.6099 17.9615C12.2219 17.8844 11.8656 17.6939 11.5859 17.4142C11.3061 17.1345 11.1157 16.7781 11.0385 16.3902C10.9613 16.0022 11.0009 15.6001 11.1523 15.2346C11.3037 14.8692 11.56 14.5568 11.8889 14.337C12.2178 14.1173 12.6045 14 13.0001 14C13.5305 14 14.0392 14.2107 14.4143 14.5858C14.7894 14.9608 15.0001 15.4695 15.0001 16ZM19.0001 14C18.6045 14 18.2178 14.1173 17.8889 14.337C17.56 14.5568 17.3037 14.8692 17.1523 15.2346C17.0009 15.6001 16.9613 16.0022 17.0385 16.3902C17.1157 16.7781 17.3061 17.1345 17.5859 17.4142C17.8656 17.6939 18.2219 17.8844 18.6099 17.9615C18.9978 18.0387 19.4 17.9991 19.7654 17.8477C20.1309 17.6964 20.4432 17.44 20.663 17.1111C20.8828 16.7822 21.0001 16.3955 21.0001 16C21.0001 15.4695 20.7894 14.9608 20.4143 14.5858C20.0392 14.2107 19.5305 14 19.0001 14ZM29.5001 16C29.5006 18.3124 28.907 20.5862 27.7764 22.6034C26.6458 24.6206 25.0159 26.3136 23.0431 27.52C21.0703 28.7264 18.8207 29.4059 16.5099 29.4932C14.199 29.5805 11.9045 29.0728 9.84631 28.0187L5.79257 29.375C5.35127 29.5237 4.8772 29.5462 4.42379 29.44C3.97038 29.3337 3.55566 29.103 3.22637 28.7737C2.89708 28.4444 2.66631 28.0297 2.56007 27.5762C2.45383 27.1228 2.47634 26.6488 2.62507 26.2075L3.97632 22.1537C3.04843 20.3362 2.54466 18.3319 2.5029 16.2917C2.46114 14.2514 2.88246 12.2282 3.7352 10.3742C4.58793 8.52022 5.84988 6.88368 7.42617 5.58762C9.00245 4.29157 10.8521 3.36974 12.8359 2.89143C14.8198 2.41313 16.8862 2.3908 18.8799 2.82613C20.8737 3.26146 22.7428 4.14311 24.3467 5.40481C25.9506 6.6665 27.2476 8.2754 28.1402 10.1105C29.0328 11.9457 29.4977 13.9593 29.5001 16ZM26.5001 16C26.4995 14.3894 26.1283 12.8006 25.4155 11.3564C24.7026 9.91215 23.667 8.65129 22.3889 7.67133C21.1107 6.69136 19.6243 6.01856 18.0446 5.70495C16.4648 5.39135 14.8341 5.44536 13.2786 5.8628C11.7231 6.28024 10.2844 7.04993 9.07391 8.11232C7.86343 9.1747 6.91356 10.5013 6.29779 11.9895C5.68202 13.4777 5.41686 15.0877 5.52281 16.6947C5.62876 18.3018 6.10299 19.863 6.90882 21.2575C7.01532 21.4414 7.08154 21.6458 7.10309 21.8572C7.12464 22.0686 7.10103 22.2821 7.03382 22.4837L5.79257 26.2075L9.51631 24.9662C9.6695 24.9152 9.82986 24.889 9.99132 24.8887C10.2548 24.8892 10.5134 24.959 10.7413 25.0912C12.3376 26.0149 14.149 26.5018 15.9932 26.503C17.8375 26.5042 19.6495 26.0196 21.247 25.098C22.8445 24.1765 24.171 22.8504 25.0932 21.2532C26.0154 19.6561 26.5006 17.8442 26.5001 16Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M16.0009 3C13.7565 2.99951 11.5502 3.58011 9.5967 4.68529C7.64324 5.79046 6.00919 7.38256 4.8536 9.30662C3.69801 11.2307 3.06024 13.4212 3.00237 15.6648C2.9445 17.9085 3.46851 20.1289 4.52338 22.11L3.10463 26.3662C2.98712 26.7186 2.97006 27.0968 3.05538 27.4583C3.1407 27.8199 3.32503 28.1505 3.5877 28.4132C3.85037 28.6759 4.181 28.8602 4.54254 28.9455C4.90408 29.0308 5.28224 29.0138 5.63463 28.8962L9.89088 27.4775C11.6343 28.4048 13.5662 28.9228 15.5397 28.992C17.5132 29.0613 19.4765 28.68 21.2807 27.8772C23.0849 27.0743 24.6825 25.871 25.9521 24.3586C27.2218 22.8462 28.1303 21.0644 28.6085 19.1484C29.0868 17.2325 29.1223 15.2328 28.7123 13.301C28.3023 11.3693 27.4577 9.55642 26.2424 7.9999C25.0272 6.44337 23.4733 5.18415 21.6988 4.31782C19.9242 3.45149 17.9756 3.00081 16.0009 3ZM10.5009 17.5C10.2042 17.5 9.9142 17.412 9.66753 17.2472C9.42086 17.0824 9.2286 16.8481 9.11507 16.574C9.00153 16.2999 8.97183 15.9983 9.02971 15.7074C9.08758 15.4164 9.23045 15.1491 9.44022 14.9393C9.65 14.7296 9.91728 14.5867 10.2082 14.5288C10.4992 14.4709 10.8008 14.5006 11.0749 14.6142C11.349 14.7277 11.5833 14.92 11.7481 15.1666C11.9129 15.4133 12.0009 15.7033 12.0009 16C12.0009 16.3978 11.8428 16.7794 11.5615 17.0607C11.2802 17.342 10.8987 17.5 10.5009 17.5ZM16.0009 17.5C15.7042 17.5 15.4142 17.412 15.1675 17.2472C14.9209 17.0824 14.7286 16.8481 14.6151 16.574C14.5015 16.2999 14.4718 15.9983 14.5297 15.7074C14.5876 15.4164 14.7304 15.1491 14.9402 14.9393C15.15 14.7296 15.4173 14.5867 15.7082 14.5288C15.9992 14.4709 16.3008 14.5006 16.5749 14.6142C16.849 14.7277 17.0833 14.92 17.2481 15.1666C17.4129 15.4133 17.5009 15.7033 17.5009 16C17.5009 16.3978 17.3428 16.7794 17.0615 17.0607C16.7802 17.342 16.3987 17.5 16.0009 17.5ZM21.5009 17.5C21.2042 17.5 20.9142 17.412 20.6675 17.2472C20.4209 17.0824 20.2286 16.8481 20.1151 16.574C20.0015 16.2999 19.9718 15.9983 20.0297 15.7074C20.0876 15.4164 20.2304 15.1491 20.4402 14.9393C20.65 14.7296 20.9173 14.5867 21.2083 14.5288C21.4992 14.4709 21.8008 14.5006 22.0749 14.6142C22.349 14.7277 22.5833 14.92 22.7481 15.1666C22.9129 15.4133 23.0009 15.7033 23.0009 16C23.0009 16.3978 22.8428 16.7794 22.5615 17.0607C22.2802 17.342 21.8987 17.5 21.5009 17.5Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 16.0001C28.0003 18.1075 27.4455 20.1778 26.3916 22.0028C25.3377 23.8278 23.8217 25.343 21.9963 26.396C20.1708 27.4491 18.1002 28.0029 15.9928 28.0016C13.8854 28.0003 11.8154 27.4441 9.99125 26.3888L5.3175 27.9476C5.14131 28.0063 4.95223 28.0149 4.77146 27.9722C4.59069 27.9296 4.42537 27.8374 4.29403 27.7061C4.1627 27.5747 4.07054 27.4094 4.02787 27.2286C3.98521 27.0479 3.99374 26.8588 4.0525 26.6826L5.61125 22.0088C4.68989 20.4152 4.14752 18.6309 4.02612 16.7941C3.90473 14.9572 4.20755 13.1171 4.91116 11.416C5.61477 9.71494 6.70031 8.19856 8.08378 6.98418C9.46725 5.7698 11.1116 4.89 12.8895 4.41283C14.6674 3.93567 16.5313 3.87394 18.3369 4.23243C20.1425 4.59091 21.8414 5.36 23.3022 6.48018C24.763 7.60036 25.9465 9.0416 26.7611 10.6924C27.5757 12.3432 27.9996 14.1592 28 16.0001Z" fill="currentColor"/>
|
|
36
|
+
<path d="M16.0009 3C13.7565 2.99951 11.5502 3.58011 9.5967 4.68529C7.64324 5.79046 6.00919 7.38256 4.8536 9.30662C3.69801 11.2307 3.06024 13.4212 3.00237 15.6648C2.9445 17.9085 3.46851 20.1289 4.52338 22.11L3.10463 26.3662C2.98712 26.7186 2.97006 27.0968 3.05538 27.4583C3.1407 27.8199 3.32503 28.1505 3.5877 28.4132C3.85037 28.6759 4.181 28.8602 4.54254 28.9455C4.90408 29.0308 5.28224 29.0138 5.63463 28.8962L9.89088 27.4775C11.6343 28.4048 13.5662 28.9228 15.5397 28.992C17.5132 29.0613 19.4765 28.68 21.2807 27.8772C23.0849 27.0743 24.6825 25.871 25.9521 24.3586C27.2218 22.8462 28.1303 21.0644 28.6085 19.1484C29.0868 17.2325 29.1223 15.2328 28.7123 13.301C28.3023 11.3693 27.4577 9.55642 26.2424 7.9999C25.0272 6.44337 23.4733 5.18415 21.6988 4.31782C19.9242 3.45149 17.9756 3.00081 16.0009 3ZM16.0009 27C14.0671 27.0013 12.1673 26.4921 10.4934 25.5238C10.3415 25.4356 10.169 25.3891 9.99338 25.3888C9.8858 25.3888 9.77896 25.4065 9.67713 25.4412L5.00088 27L6.55963 22.325C6.60457 22.1907 6.62045 22.0483 6.60622 21.9074C6.592 21.7665 6.548 21.6301 6.47713 21.5075C5.2646 19.4111 4.77777 16.9732 5.09217 14.572C5.40657 12.1707 6.50463 9.94027 8.21599 8.22674C9.92736 6.51321 12.1564 5.41234 14.5573 5.0949C16.9581 4.77747 19.3967 5.26122 21.4945 6.47111C23.5924 7.68099 25.2324 9.54939 26.1601 11.7864C27.0877 14.0235 27.2512 16.5042 26.6252 18.8436C25.9991 21.1831 24.6185 23.2505 22.6976 24.7253C20.7766 26.2 18.4227 26.9996 16.0009 27ZM17.5009 16C17.5009 16.2967 17.4129 16.5867 17.2481 16.8334C17.0833 17.08 16.849 17.2723 16.5749 17.3858C16.3008 17.4993 15.9992 17.5291 15.7082 17.4712C15.4173 17.4133 15.15 17.2704 14.9402 17.0607C14.7304 16.8509 14.5876 16.5836 14.5297 16.2926C14.4718 16.0017 14.5015 15.7001 14.6151 15.426C14.7286 15.1519 14.9209 14.9176 15.1675 14.7528C15.4142 14.588 15.7042 14.5 16.0009 14.5C16.3987 14.5 16.7802 14.658 17.0615 14.9393C17.3428 15.2206 17.5009 15.6022 17.5009 16ZM12.0009 16C12.0009 16.2967 11.9129 16.5867 11.7481 16.8334C11.5833 17.08 11.349 17.2723 11.0749 17.3858C10.8008 17.4993 10.4992 17.5291 10.2082 17.4712C9.91728 17.4133 9.65 17.2704 9.44022 17.0607C9.23045 16.8509 9.08758 16.5836 9.02971 16.2926C8.97183 16.0017 9.00153 15.7001 9.11507 15.426C9.2286 15.1519 9.42086 14.9176 9.66753 14.7528C9.9142 14.588 10.2042 14.5 10.5009 14.5C10.8987 14.5 11.2802 14.658 11.5615 14.9393C11.8428 15.2206 12.0009 15.6022 12.0009 16ZM23.0009 16C23.0009 16.2967 22.9129 16.5867 22.7481 16.8334C22.5833 17.08 22.349 17.2723 22.0749 17.3858C21.8008 17.4993 21.4992 17.5291 21.2083 17.4712C20.9173 17.4133 20.65 17.2704 20.4402 17.0607C20.2304 16.8509 20.0876 16.5836 20.0297 16.2926C19.9718 16.0017 20.0015 15.7001 20.1151 15.426C20.2286 15.1519 20.4209 14.9176 20.6675 14.7528C20.9142 14.588 21.2042 14.5 21.5009 14.5C21.8987 14.5 22.2802 14.658 22.5615 14.9393C22.8428 15.2206 23.0009 15.6022 23.0009 16Z" 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="M17.25 16C17.25 16.2472 17.1767 16.4889 17.0393 16.6944C16.902 16.9 16.7068 17.0602 16.4784 17.1548C16.2499 17.2494 15.9986 17.2742 15.7561 17.2259C15.5137 17.1777 15.2909 17.0587 15.1161 16.8838C14.9413 16.709 14.8222 16.4863 14.774 16.2438C14.7258 16.0013 14.7505 15.75 14.8452 15.5216C14.9398 15.2932 15.1 15.098 15.3055 14.9606C15.5111 14.8233 15.7528 14.75 16 14.75C16.3315 14.75 16.6495 14.8816 16.8839 15.1161C17.1183 15.3505 17.25 15.6684 17.25 16ZM10.5 14.75C10.2528 14.75 10.0111 14.8233 9.80554 14.9606C9.59998 15.098 9.43976 15.2932 9.34515 15.5216C9.25054 15.75 9.22579 16.0013 9.27402 16.2438C9.32225 16.4863 9.4413 16.709 9.61612 16.8838C9.79093 17.0587 10.0137 17.1777 10.2561 17.2259C10.4986 17.2742 10.7499 17.2494 10.9784 17.1548C11.2068 17.0602 11.402 16.9 11.5393 16.6944C11.6767 16.4889 11.75 16.2472 11.75 16C11.75 15.6684 11.6183 15.3505 11.3839 15.1161C11.1495 14.8816 10.8315 14.75 10.5 14.75ZM21.5 14.75C21.2528 14.75 21.0111 14.8233 20.8055 14.9606C20.6 15.098 20.4398 15.2932 20.3451 15.5216C20.2505 15.75 20.2258 16.0013 20.274 16.2438C20.3223 16.4863 20.4413 16.709 20.6161 16.8838C20.7909 17.0587 21.0137 17.1777 21.2561 17.2259C21.4986 17.2742 21.7499 17.2494 21.9784 17.1548C22.2068 17.0602 22.402 16.9 22.5393 16.6944C22.6767 16.4889 22.75 16.2472 22.75 16C22.75 15.6684 22.6183 15.3505 22.3839 15.1161C22.1495 14.8816 21.8315 14.75 21.5 14.75ZM28.75 16C28.7505 18.2102 28.1763 20.3826 27.084 22.3041C25.9916 24.2255 24.4184 25.83 22.5189 26.9601C20.6194 28.0902 18.4587 28.7071 16.2489 28.7502C14.039 28.7933 11.8559 28.2613 9.91375 27.2062L5.555 28.6587C5.24666 28.7615 4.91577 28.7765 4.59942 28.7018C4.28307 28.6271 3.99377 28.4659 3.76393 28.236C3.53409 28.0062 3.37281 27.7169 3.29815 27.4005C3.2235 27.0842 3.23842 26.7533 3.34125 26.445L4.79375 22.0862C3.86783 20.38 3.34374 18.4848 3.26146 16.5453C3.17918 14.6058 3.54087 12.6731 4.31895 10.8945C5.09703 9.11602 6.27097 7.53866 7.75123 6.28273C9.2315 5.0268 10.979 4.12546 12.8605 3.64745C14.742 3.16944 16.7078 3.12738 18.6081 3.52448C20.5083 3.92157 22.2927 4.74733 23.8254 5.9388C25.358 7.13027 26.5983 8.65598 27.4518 10.3996C28.3052 12.1432 28.7492 14.0587 28.75 16ZM27.25 16C27.2496 14.2742 26.8522 12.5717 26.0885 11.0242C25.3248 9.4766 24.2153 8.12548 22.8459 7.07534C21.4764 6.02519 19.8838 5.30417 18.1911 4.96806C16.4984 4.63195 14.7511 4.68977 13.0843 5.13703C11.4175 5.5843 9.87601 6.40902 8.57899 7.54739C7.28197 8.68576 6.26423 10.1073 5.6045 11.7019C4.94478 13.2966 4.66076 15.0216 4.77443 16.7436C4.88809 18.4656 5.39639 20.1384 6.26 21.6325C6.31334 21.7245 6.3465 21.8268 6.35728 21.9326C6.36805 22.0384 6.3562 22.1453 6.3225 22.2462L4.765 26.9187C4.75031 26.9628 4.74818 27.01 4.75884 27.0552C4.76951 27.1004 4.79255 27.1417 4.82538 27.1746C4.85822 27.2074 4.89955 27.2304 4.94474 27.2411C4.98993 27.2518 5.0372 27.2496 5.08125 27.235L9.75 25.6775C9.82667 25.6522 9.9068 25.6392 9.9875 25.6387C10.1192 25.6395 10.2484 25.6743 10.3625 25.74C12.0728 26.7303 14.0139 27.2527 15.9903 27.2544C17.9667 27.2561 19.9086 26.7371 21.6207 25.7497C23.3327 24.7622 24.7544 23.3412 25.7426 21.6296C26.7309 19.9181 27.2508 17.9763 27.25 16Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChatCircleDots;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatCircleText = ({type}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M20.5 14C20.5 14.1326 20.4473 14.2597 20.3536 14.3535C20.2598 14.4473 20.1326 14.5 20 14.5H12C11.8674 14.5 11.7402 14.4473 11.6464 14.3535C11.5527 14.2597 11.5 14.1326 11.5 14C11.5 13.8674 11.5527 13.7402 11.6464 13.6464C11.7402 13.5526 11.8674 13.5 12 13.5H20C20.1326 13.5 20.2598 13.5526 20.3536 13.6464C20.4473 13.7402 20.5 13.8674 20.5 14ZM20 17.5H12C11.8674 17.5 11.7402 17.5526 11.6464 17.6464C11.5527 17.7402 11.5 17.8674 11.5 18C11.5 18.1326 11.5527 18.2597 11.6464 18.3535C11.7402 18.4473 11.8674 18.5 12 18.5H20C20.1326 18.5 20.2598 18.4473 20.3536 18.3535C20.4473 18.2597 20.5 18.1326 20.5 18C20.5 17.8674 20.4473 17.7402 20.3536 17.6464C20.2598 17.5526 20.1326 17.5 20 17.5ZM28.5 16C28.5004 18.1761 27.9327 20.3146 26.853 22.2041C25.7733 24.0935 24.2191 25.6683 22.3441 26.7727C20.469 27.8772 18.3381 28.473 16.1622 28.5012C13.9862 28.5295 11.8406 27.9891 9.9375 26.9337L5.47625 28.4212C5.21196 28.5093 4.92834 28.5221 4.65718 28.4581C4.38603 28.3942 4.13805 28.2559 3.94105 28.0589C3.74405 27.8619 3.6058 27.6139 3.54181 27.3428C3.47782 27.0716 3.49061 26.788 3.57875 26.5237L5.06625 22.0625C4.14157 20.3936 3.61117 18.5353 3.51567 16.6298C3.42017 14.7243 3.76212 12.8223 4.51531 11.0694C5.2685 9.31648 6.41295 7.75925 7.86097 6.51699C9.309 5.27473 11.0222 4.38042 12.8692 3.90257C14.7163 3.42472 16.6482 3.37602 18.517 3.76019C20.3858 4.14436 22.1419 4.95121 23.6506 6.11892C25.1594 7.28664 26.3809 8.78423 27.2214 10.497C28.062 12.2097 28.4994 14.0921 28.5 16ZM27.5 16C27.4995 14.2359 27.0931 12.4956 26.3124 10.9137C25.5316 9.33182 24.3974 7.95076 22.9975 6.87736C21.5976 5.80397 19.9695 5.06703 18.2392 4.72354C16.5089 4.38006 14.7227 4.43925 13.019 4.89654C11.3152 5.35382 9.73946 6.19693 8.41369 7.36065C7.08791 8.52437 6.04762 9.9775 5.37331 11.6076C4.699 13.2377 4.40874 15.0011 4.525 16.7613C4.64126 18.5216 5.16091 20.2314 6.04375 21.7587C6.07918 21.82 6.10118 21.8882 6.1083 21.9587C6.11541 22.0291 6.10747 22.1003 6.085 22.1675L4.5275 26.84C4.49812 26.9281 4.49386 27.0226 4.51519 27.113C4.53652 27.2034 4.5826 27.286 4.64827 27.3517C4.71393 27.4174 4.79659 27.4634 4.88698 27.4848C4.97736 27.5061 5.0719 27.5018 5.16 27.4725L9.8325 25.915C9.88362 25.8975 9.93725 25.8887 9.99125 25.8887C10.079 25.8892 10.1652 25.9124 10.2413 25.9562C11.9895 26.9676 13.9732 27.5007 15.9929 27.502C18.0126 27.5032 19.997 26.9725 21.7465 25.9633C23.496 24.9541 24.9488 23.5019 25.9588 21.7529C26.9688 20.0038 27.5004 18.0197 27.5 16Z"
|
|
15
|
+
fill="#212121"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "regular") {
|
|
21
|
+
return (
|
|
22
|
+
<svg
|
|
23
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
24
|
+
width="32"
|
|
25
|
+
height="32"
|
|
26
|
+
viewBox="0 0 32 32"
|
|
27
|
+
fill="none"
|
|
28
|
+
>
|
|
29
|
+
<path
|
|
30
|
+
d="M21 14C21 14.2653 20.8946 14.5196 20.7071 14.7071C20.5196 14.8947 20.2652 15 20 15H12C11.7348 15 11.4804 14.8947 11.2929 14.7071C11.1054 14.5196 11 14.2653 11 14C11 13.7348 11.1054 13.4805 11.2929 13.2929C11.4804 13.1054 11.7348 13 12 13H20C20.2652 13 20.5196 13.1054 20.7071 13.2929C20.8946 13.4805 21 13.7348 21 14ZM20 17H12C11.7348 17 11.4804 17.1054 11.2929 17.2929C11.1054 17.4805 11 17.7348 11 18C11 18.2653 11.1054 18.5196 11.2929 18.7071C11.4804 18.8947 11.7348 19 12 19H20C20.2652 19 20.5196 18.8947 20.7071 18.7071C20.8946 18.5196 21 18.2653 21 18C21 17.7348 20.8946 17.4805 20.7071 17.2929C20.5196 17.1054 20.2652 17 20 17ZM29 16C29.0005 18.2445 28.4199 20.4508 27.3147 22.4042C26.2095 24.3577 24.6174 25.9917 22.6934 27.1473C20.7693 28.3029 18.5788 28.9407 16.3352 28.9986C14.0915 29.0564 11.8711 28.5324 9.89 27.4775L5.63375 28.8963C5.28136 29.0138 4.9032 29.0309 4.54166 28.9455C4.18012 28.8602 3.84948 28.6759 3.58681 28.4132C3.32414 28.1506 3.13982 27.8199 3.0545 27.4584C2.96918 27.0968 2.98623 26.7187 3.10375 26.3663L4.5225 22.11C3.59519 20.3666 3.07725 18.4348 3.008 16.4613C2.93875 14.4877 3.32001 12.5244 4.12284 10.7202C4.92567 8.91604 6.12897 7.31847 7.6414 6.04878C9.15383 4.77909 10.9356 3.87063 12.8516 3.39238C14.7675 2.91413 16.7672 2.87865 18.699 3.28862C20.6307 3.6986 22.4436 4.54327 24.0001 5.7585C25.5566 6.97374 26.8158 8.52761 27.6822 10.3022C28.5485 12.0767 28.9992 14.0253 29 16ZM27 16C26.9995 14.3127 26.6109 12.6481 25.8641 11.135C25.1174 9.62186 24.0325 8.30083 22.6935 7.27408C21.3545 6.24733 19.7973 5.54238 18.1422 5.21377C16.4872 4.88517 14.7787 4.94171 13.149 5.37904C11.5194 5.81636 10.0121 6.62274 8.74394 7.73578C7.47577 8.84882 6.48065 10.2387 5.83558 11.7979C5.1905 13.357 4.91277 15.0437 5.02387 16.7274C5.13496 18.4111 5.63191 20.0466 6.47625 21.5075C6.54712 21.6302 6.59112 21.7665 6.60534 21.9074C6.61956 22.0484 6.60368 22.1907 6.55875 22.325L5 27L9.675 25.4413C9.77683 25.4066 9.88367 25.3888 9.99125 25.3888C10.1669 25.3891 10.3393 25.4357 10.4912 25.5238C12.1635 26.4913 14.0611 27.0013 15.9931 27.0026C17.925 27.0038 19.8232 26.4961 21.4967 25.5307C23.1702 24.5653 24.5599 23.1762 25.526 21.5031C26.492 19.83 27.0004 17.932 27 16Z"
|
|
31
|
+
fill="#212121"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "bold") {
|
|
37
|
+
return (
|
|
38
|
+
<svg
|
|
39
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
40
|
+
width="26"
|
|
41
|
+
height="26"
|
|
42
|
+
viewBox="0 0 26 26"
|
|
43
|
+
fill="none"
|
|
44
|
+
>
|
|
45
|
+
<path
|
|
46
|
+
d="M13.0009 3.09594e-07C10.7565 -0.000489452 8.55016 0.58011 6.5967 1.68529C4.64324 2.79046 3.00919 4.38256 1.8536 6.30662C0.698005 8.23069 0.0602364 10.4212 0.00236931 12.6648C-0.0554978 14.9085 0.468509 17.1289 1.52338 19.11L0.104634 23.3662C-0.0128848 23.7186 -0.0299396 24.0968 0.0553817 24.4583C0.140703 24.8199 0.325028 25.1505 0.587699 25.4132C0.850369 25.6759 1.181 25.8602 1.54254 25.9455C1.90408 26.0308 2.28224 26.0138 2.63463 25.8962L6.89088 24.4775C8.63435 25.4048 10.5662 25.9228 12.5397 25.992C14.5132 26.0613 16.4765 25.68 18.2807 24.8772C20.0849 24.0743 21.6825 22.871 22.9521 21.3586C24.2218 19.8462 25.1303 18.0644 25.6085 16.1484C26.0868 14.2325 26.1223 12.2328 25.7123 10.301C25.3023 8.36934 24.4577 6.55642 23.2424 4.9999C22.0272 3.44337 20.4733 2.18415 18.6988 1.31782C16.9242 0.451486 14.9756 0.000810288 13.0009 3.09594e-07ZM17.0009 16H9.00088C8.73567 16 8.48131 15.8946 8.29378 15.7071C8.10624 15.5196 8.00088 15.2652 8.00088 15C8.00088 14.7348 8.10624 14.4804 8.29378 14.2929C8.48131 14.1054 8.73567 14 9.00088 14H17.0009C17.2661 14 17.5205 14.1054 17.708 14.2929C17.8955 14.4804 18.0009 14.7348 18.0009 15C18.0009 15.2652 17.8955 15.5196 17.708 15.7071C17.5205 15.8946 17.2661 16 17.0009 16ZM17.0009 12H9.00088C8.73567 12 8.48131 11.8946 8.29378 11.7071C8.10624 11.5196 8.00088 11.2652 8.00088 11C8.00088 10.7348 8.10624 10.4804 8.29378 10.2929C8.48131 10.1054 8.73567 10 9.00088 10H17.0009C17.2661 10 17.5205 10.1054 17.708 10.2929C17.8955 10.4804 18.0009 10.7348 18.0009 11C18.0009 11.2652 17.8955 11.5196 17.708 11.7071C17.5205 11.8946 17.2661 12 17.0009 12Z"
|
|
47
|
+
fill="#212121"
|
|
48
|
+
/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
if (type === "fill") {
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
if (type === "duotone") {
|
|
56
|
+
return (
|
|
57
|
+
<svg
|
|
58
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
59
|
+
width="26"
|
|
60
|
+
height="26"
|
|
61
|
+
viewBox="0 0 26 26"
|
|
62
|
+
fill="none"
|
|
63
|
+
>
|
|
64
|
+
<path
|
|
65
|
+
d="M13.0009 3.09594e-07C10.7565 -0.000489452 8.55016 0.58011 6.5967 1.68529C4.64324 2.79046 3.00919 4.38256 1.8536 6.30662C0.698005 8.23069 0.0602364 10.4212 0.00236931 12.6648C-0.0554978 14.9085 0.468509 17.1289 1.52338 19.11L0.104634 23.3662C-0.0128848 23.7186 -0.0299396 24.0968 0.0553817 24.4583C0.140703 24.8199 0.325028 25.1505 0.587699 25.4132C0.850369 25.6759 1.181 25.8602 1.54254 25.9455C1.90408 26.0308 2.28224 26.0138 2.63463 25.8962L6.89088 24.4775C8.63435 25.4048 10.5662 25.9228 12.5397 25.992C14.5132 26.0613 16.4765 25.68 18.2807 24.8772C20.0849 24.0743 21.6825 22.871 22.9521 21.3586C24.2218 19.8462 25.1303 18.0644 25.6085 16.1484C26.0868 14.2325 26.1223 12.2328 25.7123 10.301C25.3023 8.36934 24.4577 6.55642 23.2424 4.9999C22.0272 3.44337 20.4733 2.18415 18.6988 1.31782C16.9242 0.451486 14.9756 0.000810288 13.0009 3.09594e-07ZM13.0009 24C11.0671 24.0013 9.16726 23.4921 7.49338 22.5238C7.34146 22.4356 7.16901 22.3891 6.99338 22.3888C6.8858 22.3888 6.77896 22.4065 6.67713 22.4412L2.00088 24L3.55963 19.325C3.60457 19.1907 3.62045 19.0483 3.60622 18.9074C3.592 18.7665 3.548 18.6301 3.47713 18.5075C2.2646 16.4111 1.77777 13.9732 2.09217 11.572C2.40657 9.17068 3.50463 6.94027 5.21599 5.22674C6.92736 3.51321 9.15638 2.41234 11.5573 2.0949C13.9581 1.77747 16.3967 2.26122 18.4945 3.47111C20.5924 4.68099 22.2324 6.54939 23.1601 8.78644C24.0877 11.0235 24.2512 13.5042 23.6252 15.8436C22.9991 18.1831 21.6185 20.2505 19.6976 21.7253C17.7766 23.2 15.4227 23.9996 13.0009 24ZM18.0009 11C18.0009 11.2652 17.8955 11.5196 17.708 11.7071C17.5205 11.8946 17.2661 12 17.0009 12H9.00088C8.73567 12 8.48131 11.8946 8.29378 11.7071C8.10624 11.5196 8.00088 11.2652 8.00088 11C8.00088 10.7348 8.10624 10.4804 8.29378 10.2929C8.48131 10.1054 8.73567 10 9.00088 10H17.0009C17.2661 10 17.5205 10.1054 17.708 10.2929C17.8955 10.4804 18.0009 10.7348 18.0009 11ZM18.0009 15C18.0009 15.2652 17.8955 15.5196 17.708 15.7071C17.5205 15.8946 17.2661 16 17.0009 16H9.00088C8.73567 16 8.48131 15.8946 8.29378 15.7071C8.10624 15.5196 8.00088 15.2652 8.00088 15C8.00088 14.7348 8.10624 14.4804 8.29378 14.2929C8.48131 14.1054 8.73567 14 9.00088 14H17.0009C17.2661 14 17.5205 14.1054 17.708 14.2929C17.8955 14.4804 18.0009 14.7348 18.0009 15Z"
|
|
66
|
+
fill="#212121"
|
|
67
|
+
/>
|
|
68
|
+
</svg>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
return (
|
|
72
|
+
<svg
|
|
73
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
74
|
+
width="26"
|
|
75
|
+
height="26"
|
|
76
|
+
viewBox="0 0 26 26"
|
|
77
|
+
fill="none"
|
|
78
|
+
>
|
|
79
|
+
<path
|
|
80
|
+
d="M17.75 11C17.75 11.1989 17.671 11.3896 17.5303 11.5303C17.3897 11.6709 17.1989 11.75 17 11.75H9C8.80109 11.75 8.61032 11.6709 8.46967 11.5303C8.32902 11.3896 8.25 11.1989 8.25 11C8.25 10.801 8.32902 10.6103 8.46967 10.4696C8.61032 10.329 8.80109 10.25 9 10.25H17C17.1989 10.25 17.3897 10.329 17.5303 10.4696C17.671 10.6103 17.75 10.801 17.75 11ZM17 14.25H9C8.80109 14.25 8.61032 14.329 8.46967 14.4696C8.32902 14.6103 8.25 14.801 8.25 15C8.25 15.1989 8.32902 15.3896 8.46967 15.5303C8.61032 15.6709 8.80109 15.75 9 15.75H17C17.1989 15.75 17.3897 15.6709 17.5303 15.5303C17.671 15.3896 17.75 15.1989 17.75 15C17.75 14.801 17.671 14.6103 17.5303 14.4696C17.3897 14.329 17.1989 14.25 17 14.25ZM25.75 13C25.7505 15.2102 25.1763 17.3826 24.084 19.3041C22.9916 21.2255 21.4184 22.83 19.5189 23.9601C17.6194 25.0902 15.4587 25.7071 13.2489 25.7502C11.039 25.7933 8.85594 25.2613 6.91375 24.2062L2.555 25.6587C2.24666 25.7615 1.91577 25.7765 1.59942 25.7018C1.28307 25.6271 0.993768 25.4659 0.763931 25.236C0.534095 25.0062 0.37281 24.7169 0.298154 24.4005C0.223498 24.0842 0.238421 23.7533 0.34125 23.445L1.79375 19.0862C0.867827 17.38 0.343743 15.4848 0.26146 13.5453C0.179176 11.6058 0.540866 9.67307 1.31895 7.89455C2.09703 6.11602 3.27097 4.53866 4.75123 3.28273C6.2315 2.0268 7.97901 1.12546 9.86051 0.647452C11.742 0.169443 13.7078 0.127382 15.6081 0.524477C17.5083 0.921571 19.2927 1.74733 20.8254 2.9388C22.358 4.13027 23.5983 5.65598 24.4518 7.39959C25.3052 9.1432 25.7492 11.0587 25.75 13ZM24.25 13C24.2496 11.2742 23.8522 9.57171 23.0885 8.02416C22.3248 6.4766 21.2153 5.12548 19.8459 4.07534C18.4764 3.02519 16.8838 2.30417 15.1911 1.96806C13.4984 1.63195 11.7511 1.68977 10.0843 2.13703C8.41754 2.5843 6.87601 3.40902 5.57899 4.54739C4.28197 5.68576 3.26423 7.10727 2.6045 8.70192C1.94478 10.2966 1.66076 12.0216 1.77443 13.7436C1.88809 15.4656 2.39639 17.1384 3.26 18.6325C3.31334 18.7245 3.3465 18.8268 3.35728 18.9326C3.36805 19.0384 3.3562 19.1453 3.3225 19.2462L1.765 23.9187C1.75031 23.9628 1.74818 24.01 1.75884 24.0552C1.76951 24.1004 1.79255 24.1417 1.82538 24.1746C1.85822 24.2074 1.89955 24.2304 1.94474 24.2411C1.98993 24.2518 2.0372 24.2496 2.08125 24.235L6.75 22.6775C6.82667 22.6522 6.9068 22.6392 6.9875 22.6387C7.11915 22.6395 7.24836 22.6743 7.3625 22.74C9.07283 23.7303 11.0139 24.2527 12.9903 24.2544C14.9667 24.2561 16.9086 23.7371 18.6207 22.7497C20.3327 21.7622 21.7544 20.3412 22.7426 18.6296C23.7309 16.9181 24.2508 14.9763 24.25 13Z"
|
|
81
|
+
fill="currentColor"
|
|
82
|
+
/>
|
|
83
|
+
</svg>
|
|
84
|
+
);
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export default ChatCircleText;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChatDots = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M27 6.5H5.00003C4.6022 6.5 4.22067 6.65804 3.93937 6.93934C3.65806 7.22064 3.50003 7.60218 3.50003 8V28C3.49825 28.286 3.57904 28.5665 3.73269 28.8077C3.88634 29.0489 4.10634 29.2407 4.36628 29.36C4.565 29.4517 4.78117 29.4995 5.00003 29.5C5.35224 29.4997 5.6929 29.3743 5.96128 29.1462L5.96878 29.1388L9.98628 25.6175C10.0775 25.5407 10.1932 25.499 10.3125 25.5H27C27.3979 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24V8C28.5 7.60218 28.342 7.22064 28.0607 6.93934C27.7794 6.65804 27.3979 6.5 27 6.5ZM27.5 24C27.5 24.1326 27.4474 24.2598 27.3536 24.3536C27.2598 24.4473 27.1326 24.5 27 24.5H10.3125C9.95579 24.501 9.6109 24.6281 9.33878 24.8587L5.31878 28.3838C5.24577 28.4442 5.1571 28.4826 5.0631 28.4945C4.96909 28.5065 4.87363 28.4915 4.78783 28.4513C4.70202 28.411 4.62942 28.3473 4.57846 28.2674C4.52751 28.1875 4.50031 28.0948 4.50003 28V8C4.50003 7.86739 4.55271 7.74021 4.64648 7.64645C4.74024 7.55268 4.86742 7.5 5.00003 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4474 7.74021 27.5 7.86739 27.5 8V24ZM17 16C17 16.1978 16.9414 16.3911 16.8315 16.5556C16.7216 16.72 16.5654 16.8482 16.3827 16.9239C16.2 16.9996 15.9989 17.0194 15.8049 16.9808C15.611 16.9422 15.4328 16.847 15.2929 16.7071C15.1531 16.5673 15.0578 16.3891 15.0192 16.1951C14.9807 16.0011 15.0005 15.8 15.0761 15.6173C15.1518 15.4346 15.28 15.2784 15.4445 15.1685C15.6089 15.0586 15.8022 15 16 15C16.2652 15 16.5196 15.1054 16.7071 15.2929C16.8947 15.4804 17 15.7348 17 16ZM11.5 16C11.5 16.1978 11.4414 16.3911 11.3315 16.5556C11.2216 16.72 11.0654 16.8482 10.8827 16.9239C10.7 16.9996 10.4989 17.0194 10.3049 16.9808C10.111 16.9422 9.93277 16.847 9.79292 16.7071C9.65307 16.5673 9.55783 16.3891 9.51924 16.1951C9.48066 16.0011 9.50046 15.8 9.57615 15.6173C9.65184 15.4346 9.78001 15.2784 9.94446 15.1685C10.1089 15.0586 10.3022 15 10.5 15C10.7652 15 11.0196 15.1054 11.2071 15.2929C11.3947 15.4804 11.5 15.7348 11.5 16ZM22.5 16C22.5 16.1978 22.4414 16.3911 22.3315 16.5556C22.2216 16.72 22.0654 16.8482 21.8827 16.9239C21.7 16.9996 21.4989 17.0194 21.3049 16.9808C21.111 16.9422 20.9328 16.847 20.7929 16.7071C20.6531 16.5673 20.5578 16.3891 20.5192 16.1951C20.4807 16.0011 20.5005 15.8 20.5761 15.6173C20.6518 15.4346 20.78 15.2784 20.9445 15.1685C21.1089 15.0586 21.3022 15 21.5 15C21.7652 15 22.0196 15.1054 22.2071 15.2929C22.3947 15.4804 22.5 15.7348 22.5 16Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M27 6H5.00004C4.4696 6 3.96089 6.21071 3.58582 6.58579C3.21075 6.96086 3.00003 7.46957 3.00003 8V28C2.99778 28.3812 3.10554 28.755 3.31041 29.0765C3.51528 29.398 3.80855 29.6535 4.15504 29.8125C4.41981 29.9354 4.70812 29.9994 5.00004 30C5.46954 29.9989 5.92347 29.8315 6.28129 29.5275C6.28725 29.5236 6.29271 29.519 6.29754 29.5138L10.3125 26H27C27.5305 26 28.0392 25.7893 28.4143 25.4142C28.7893 25.0391 29 24.5304 29 24V8C29 7.46957 28.7893 6.96086 28.4143 6.58579C28.0392 6.21071 27.5305 6 27 6ZM27 24H10.3125C9.84156 23.9998 9.38562 24.1658 9.02504 24.4688L9.01004 24.4825L5.00004 28V8H27V24ZM14.5 16C14.5 15.7033 14.588 15.4133 14.7528 15.1666C14.9177 14.92 15.1519 14.7277 15.426 14.6142C15.7001 14.5006 16.0017 14.4709 16.2927 14.5288C16.5836 14.5867 16.8509 14.7296 17.0607 14.9393C17.2705 15.1491 17.4133 15.4164 17.4712 15.7074C17.5291 15.9983 17.4994 16.2999 17.3859 16.574C17.2723 16.8481 17.0801 17.0824 16.8334 17.2472C16.5867 17.412 16.2967 17.5 16 17.5C15.6022 17.5 15.2207 17.342 14.9394 17.0607C14.6581 16.7794 14.5 16.3978 14.5 16ZM9.00004 16C9.00004 15.7033 9.08801 15.4133 9.25283 15.1666C9.41765 14.92 9.65192 14.7277 9.92601 14.6142C10.2001 14.5006 10.5017 14.4709 10.7927 14.5288C11.0836 14.5867 11.3509 14.7296 11.5607 14.9393C11.7705 15.1491 11.9133 15.4164 11.9712 15.7074C12.0291 15.9983 11.9994 16.2999 11.8859 16.574C11.7723 16.8481 11.5801 17.0824 11.3334 17.2472C11.0867 17.412 10.7967 17.5 10.5 17.5C10.1022 17.5 9.72068 17.342 9.43938 17.0607C9.15807 16.7794 9.00004 16.3978 9.00004 16ZM20 16C20 15.7033 20.088 15.4133 20.2528 15.1666C20.4177 14.92 20.6519 14.7277 20.926 14.6142C21.2001 14.5006 21.5017 14.4709 21.7927 14.5288C22.0836 14.5867 22.3509 14.7296 22.5607 14.9393C22.7705 15.1491 22.9133 15.4164 22.9712 15.7074C23.0291 15.9983 22.9994 16.2999 22.8859 16.574C22.7723 16.8481 22.5801 17.0824 22.3334 17.2472C22.0867 17.412 21.7967 17.5 21.5 17.5C21.1022 17.5 20.7207 17.342 20.4394 17.0607C20.1581 16.7794 20 16.3978 20 16Z" fill="currentColor"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M27 5.5H5.00002C4.33698 5.5 3.7011 5.76339 3.23225 6.23223C2.76341 6.70107 2.50002 7.33696 2.50002 8V28C2.49802 28.4761 2.63325 28.9427 2.88952 29.3439C3.14578 29.7452 3.51223 30.0641 3.94502 30.2625C4.27724 30.418 4.63944 30.4991 5.00627 30.5C5.5933 30.4985 6.16091 30.2895 6.60877 29.91L6.63252 29.89L10.5 26.5H27C27.6631 26.5 28.2989 26.2366 28.7678 25.7678C29.2366 25.2989 29.5 24.663 29.5 24V8C29.5 7.33696 29.2366 6.70107 28.7678 6.23223C28.2989 5.76339 27.6631 5.5 27 5.5ZM26.5 23.5H10.3125C9.72398 23.5 9.1543 23.7076 8.70377 24.0863L8.68002 24.1063L5.50002 26.8925V8.5H26.5V23.5ZM11 16C11 15.6044 11.1173 15.2178 11.3371 14.8889C11.5568 14.56 11.8692 14.3036 12.2347 14.1522C12.6001 14.0009 13.0022 13.9613 13.3902 14.0384C13.7782 14.1156 14.1345 14.3061 14.4142 14.5858C14.6939 14.8655 14.8844 15.2219 14.9616 15.6098C15.0388 15.9978 14.9992 16.3999 14.8478 16.7654C14.6964 17.1308 14.4401 17.4432 14.1112 17.6629C13.7823 17.8827 13.3956 18 13 18C12.4696 18 11.9609 17.7893 11.5858 17.4142C11.2107 17.0391 11 16.5304 11 16ZM17 16C17 15.6044 17.1173 15.2178 17.3371 14.8889C17.5568 14.56 17.8692 14.3036 18.2347 14.1522C18.6001 14.0009 19.0022 13.9613 19.3902 14.0384C19.7782 14.1156 20.1345 14.3061 20.4142 14.5858C20.6939 14.8655 20.8844 15.2219 20.9616 15.6098C21.0388 15.9978 20.9992 16.3999 20.8478 16.7654C20.6964 17.1308 20.4401 17.4432 20.1112 17.6629C19.7823 17.8827 19.3956 18 19 18C18.4696 18 17.9609 17.7893 17.5858 17.4142C17.2107 17.0391 17 16.5304 17 16Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M27 6H5.00004C4.4696 6 3.9609 6.21071 3.58582 6.58579C3.21075 6.96086 3.00004 7.46957 3.00004 8V28C2.99773 28.3814 3.10562 28.7553 3.31074 29.0768C3.51585 29.3984 3.80947 29.6538 4.15629 29.8125C4.42057 29.9356 4.7085 29.9995 5.00004 30C5.46954 29.9989 5.92347 29.8315 6.28129 29.5275C6.28725 29.5236 6.29271 29.519 6.29754 29.5138L10.3125 26H27C27.5305 26 28.0392 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V8C29 7.46957 28.7893 6.96086 28.4142 6.58579C28.0392 6.21071 27.5305 6 27 6ZM10.5 17.5C10.2034 17.5 9.91335 17.412 9.66668 17.2472C9.42001 17.0824 9.22775 16.8481 9.11422 16.574C9.00069 16.2999 8.97098 15.9983 9.02886 15.7074C9.08674 15.4164 9.2296 15.1491 9.43938 14.9393C9.64915 14.7296 9.91643 14.5867 10.2074 14.5288C10.4984 14.4709 10.8 14.5006 11.0741 14.6142C11.3482 14.7277 11.5824 14.92 11.7472 15.1666C11.9121 15.4133 12 15.7033 12 16C12 16.3978 11.842 16.7794 11.5607 17.0607C11.2794 17.342 10.8979 17.5 10.5 17.5ZM16 17.5C15.7034 17.5 15.4134 17.412 15.1667 17.2472C14.92 17.0824 14.7277 16.8481 14.6142 16.574C14.5007 16.2999 14.471 15.9983 14.5289 15.7074C14.5867 15.4164 14.7296 15.1491 14.9394 14.9393C15.1492 14.7296 15.4164 14.5867 15.7074 14.5288C15.9984 14.4709 16.3 14.5006 16.5741 14.6142C16.8481 14.7277 17.0824 14.92 17.2472 15.1666C17.4121 15.4133 17.5 15.7033 17.5 16C17.5 16.3978 17.342 16.7794 17.0607 17.0607C16.7794 17.342 16.3979 17.5 16 17.5ZM21.5 17.5C21.2034 17.5 20.9134 17.412 20.6667 17.2472C20.42 17.0824 20.2277 16.8481 20.1142 16.574C20.0007 16.2999 19.971 15.9983 20.0289 15.7074C20.0867 15.4164 20.2296 15.1491 20.4394 14.9393C20.6492 14.7296 20.9164 14.5867 21.2074 14.5288C21.4984 14.4709 21.8 14.5006 22.0741 14.6142C22.3482 14.7277 22.5824 14.92 22.7472 15.1666C22.9121 15.4133 23 15.7033 23 16C23 16.3978 22.842 16.7794 22.5607 17.0607C22.2794 17.342 21.8979 17.5 21.5 17.5Z" fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M28 8V24C28 24.2652 27.8946 24.5196 27.7071 24.7071C27.5196 24.8946 27.2652 25 27 25H10.3125C10.0769 25.0001 9.84896 25.0833 9.66875 25.235L5.64375 28.7637C5.4981 28.8863 5.3205 28.9647 5.13183 28.9898C4.94315 29.0149 4.75124 28.9856 4.57862 28.9054C4.40601 28.8252 4.25987 28.6974 4.15738 28.537C4.05488 28.3766 4.00028 28.1903 4 28V8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8Z" fill="currentColor"/>
|
|
36
|
+
<path d="M27 6H5.00004C4.4696 6 3.96089 6.21071 3.58582 6.58579C3.21075 6.96086 3.00003 7.46957 3.00003 8V28C2.99778 28.3812 3.10554 28.755 3.31041 29.0765C3.51528 29.398 3.80855 29.6535 4.15504 29.8125C4.41981 29.9354 4.70812 29.9994 5.00004 30C5.46954 29.9989 5.92347 29.8315 6.28129 29.5275C6.28725 29.5236 6.29271 29.519 6.29754 29.5138L10.3125 26H27C27.5305 26 28.0392 25.7893 28.4143 25.4142C28.7893 25.0391 29 24.5304 29 24V8C29 7.46957 28.7893 6.96086 28.4143 6.58579C28.0392 6.21071 27.5305 6 27 6ZM27 24H10.3125C9.84156 23.9998 9.38562 24.1658 9.02504 24.4688L9.01004 24.4825L5.00004 28V8H27V24ZM14.5 16C14.5 15.7033 14.588 15.4133 14.7528 15.1666C14.9177 14.92 15.1519 14.7277 15.426 14.6142C15.7001 14.5006 16.0017 14.4709 16.2927 14.5288C16.5836 14.5867 16.8509 14.7296 17.0607 14.9393C17.2705 15.1491 17.4133 15.4164 17.4712 15.7074C17.5291 15.9983 17.4994 16.2999 17.3859 16.574C17.2723 16.8481 17.0801 17.0824 16.8334 17.2472C16.5867 17.412 16.2967 17.5 16 17.5C15.6022 17.5 15.2207 17.342 14.9394 17.0607C14.6581 16.7794 14.5 16.3978 14.5 16ZM9.00004 16C9.00004 15.7033 9.08801 15.4133 9.25283 15.1666C9.41765 14.92 9.65192 14.7277 9.92601 14.6142C10.2001 14.5006 10.5017 14.4709 10.7927 14.5288C11.0836 14.5867 11.3509 14.7296 11.5607 14.9393C11.7705 15.1491 11.9133 15.4164 11.9712 15.7074C12.0291 15.9983 11.9994 16.2999 11.8859 16.574C11.7723 16.8481 11.5801 17.0824 11.3334 17.2472C11.0867 17.412 10.7967 17.5 10.5 17.5C10.1022 17.5 9.72068 17.342 9.43938 17.0607C9.15807 16.7794 9.00004 16.3978 9.00004 16ZM20 16C20 15.7033 20.088 15.4133 20.2528 15.1666C20.4177 14.92 20.6519 14.7277 20.926 14.6142C21.2001 14.5006 21.5017 14.4709 21.7927 14.5288C22.0836 14.5867 22.3509 14.7296 22.5607 14.9393C22.7705 15.1491 22.9133 15.4164 22.9712 15.7074C23.0291 15.9983 22.9994 16.2999 22.8859 16.574C22.7723 16.8481 22.5801 17.0824 22.3334 17.2472C22.0867 17.412 21.7967 17.5 21.5 17.5C21.1022 17.5 20.7207 17.342 20.4394 17.0607C20.1581 16.7794 20 16.3978 20 16Z" fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24" fill="none">
|
|
42
|
+
<path d="M23.75 0H1.75003C1.2859 0 0.840777 0.184375 0.512589 0.512563C0.1844 0.840752 2.54881e-05 1.28587 2.54881e-05 1.75V21.75C-0.00178267 22.0836 0.0926499 22.4107 0.272007 22.6921C0.451365 22.9734 0.70804 23.1971 1.01128 23.3363C1.24278 23.4436 1.49483 23.4995 1.75003 23.5C2.16229 23.5002 2.56115 23.3535 2.87503 23.0863L2.88628 23.0763L6.90378 19.555C6.94876 19.5189 7.00485 19.4995 7.06253 19.5H23.75C24.2142 19.5 24.6593 19.3156 24.9875 18.9874C25.3156 18.6592 25.5 18.2141 25.5 17.75V1.75C25.5 1.28587 25.3156 0.840752 24.9875 0.512563C24.6593 0.184375 24.2142 0 23.75 0ZM24 17.75C24 17.8163 23.9737 17.8799 23.9268 17.9268C23.8799 17.9737 23.8163 18 23.75 18H7.06253C6.65083 18.0005 6.25248 18.1461 5.93753 18.4112L5.92628 18.4212L1.90628 21.9425C1.86968 21.9718 1.82559 21.9902 1.77903 21.9957C1.73247 22.0011 1.68532 21.9933 1.64296 21.9733C1.6006 21.9532 1.56473 21.9216 1.53946 21.8821C1.51419 21.8427 1.50052 21.7969 1.50003 21.75V1.75C1.50003 1.6837 1.52636 1.62011 1.57325 1.57322C1.62013 1.52634 1.68372 1.5 1.75003 1.5H23.75C23.8163 1.5 23.8799 1.52634 23.9268 1.57322C23.9737 1.62011 24 1.6837 24 1.75V17.75ZM14 9.75C14 9.99723 13.9267 10.2389 13.7894 10.4445C13.652 10.65 13.4568 10.8102 13.2284 10.9049C13 10.9995 12.7486 11.0242 12.5062 10.976C12.2637 10.9277 12.041 10.8087 11.8661 10.6339C11.6913 10.4591 11.5723 10.2363 11.524 9.99386C11.4758 9.75139 11.5006 9.50005 11.5952 9.27165C11.6898 9.04324 11.85 8.84801 12.0556 8.71066C12.2611 8.57331 12.5028 8.5 12.75 8.5C13.0815 8.5 13.3995 8.6317 13.6339 8.86612C13.8683 9.10054 14 9.41848 14 9.75ZM8.50003 9.75C8.50003 9.99723 8.42671 10.2389 8.28936 10.4445C8.15201 10.65 7.95679 10.8102 7.72838 10.9049C7.49997 10.9995 7.24864 11.0242 7.00616 10.976C6.76369 10.9277 6.54096 10.8087 6.36614 10.6339C6.19133 10.4591 6.07228 10.2363 6.02404 9.99386C5.97581 9.75139 6.00057 9.50005 6.09518 9.27165C6.18979 9.04324 6.35 8.84801 6.55556 8.71066C6.76112 8.57331 7.0028 8.5 7.25003 8.5C7.58155 8.5 7.89949 8.6317 8.13391 8.86612C8.36833 9.10054 8.50003 9.41848 8.50003 9.75ZM19.5 9.75C19.5 9.99723 19.4267 10.2389 19.2894 10.4445C19.152 10.65 18.9568 10.8102 18.7284 10.9049C18.5 10.9995 18.2486 11.0242 18.0062 10.976C17.7637 10.9277 17.541 10.8087 17.3661 10.6339C17.1913 10.4591 17.0723 10.2363 17.024 9.99386C16.9758 9.75139 17.0006 9.50005 17.0952 9.27165C17.1898 9.04324 17.35 8.84801 17.5556 8.71066C17.7611 8.57331 18.0028 8.5 18.25 8.5C18.5815 8.5 18.8995 8.6317 19.1339 8.86612C19.3683 9.10054 19.5 9.41848 19.5 9.75Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChatDots;
|