@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.
Files changed (1094) hide show
  1. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
  2. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
  3. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
  4. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
  5. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
  7. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
  8. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
  9. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
  11. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
  12. package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
  13. package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
  14. package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
  15. package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
  16. package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
  17. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
  19. package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
  20. package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
  21. package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
  22. package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
  23. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
  24. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
  25. package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
  26. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
  27. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
  28. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
  29. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
  30. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
  31. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
  32. package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
  33. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
  34. package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
  35. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
  36. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
  37. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
  38. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
  39. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
  40. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
  41. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
  42. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
  43. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
  44. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
  45. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
  46. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
  47. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
  48. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
  49. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
  50. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
  51. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
  52. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
  53. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
  54. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
  55. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
  56. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
  57. package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
  58. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
  59. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
  60. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
  61. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
  62. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
  63. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
  64. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
  65. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
  66. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
  67. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
  68. package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
  69. package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
  70. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
  71. package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
  72. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
  73. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
  74. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
  75. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
  76. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
  77. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
  78. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
  79. package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
  80. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
  81. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
  82. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
  83. package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
  84. package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
  85. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
  86. package/dist/Components/DataDisplay/index.d.ts +6 -3
  87. package/dist/Components/Form/Button/Button.d.ts +2 -1
  88. package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
  89. package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
  90. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
  91. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
  92. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
  93. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
  94. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
  95. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
  96. package/dist/Components/Form/DateField/DateField.d.ts +2 -1
  97. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
  98. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
  99. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
  100. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
  101. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
  102. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
  103. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
  104. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
  105. package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
  106. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
  107. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
  108. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
  109. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
  110. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
  111. package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
  112. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
  113. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
  114. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
  115. package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
  116. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
  117. package/dist/Components/Form/InputProps.d.ts +7 -2
  118. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  119. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
  120. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
  121. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
  122. package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
  123. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
  124. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
  125. package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
  126. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
  127. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
  128. package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
  129. package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
  130. package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
  131. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
  132. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
  133. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
  134. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
  135. package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
  136. package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
  137. package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
  138. package/dist/Components/Form/TextField/TextField.d.ts +2 -1
  139. package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
  140. package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
  141. package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
  142. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
  143. package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
  144. package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
  145. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
  146. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
  147. package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
  148. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
  149. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
  150. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
  151. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
  152. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
  153. package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
  154. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
  155. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
  156. package/dist/Components/Form/index.d.ts +15 -0
  157. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
  158. package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
  159. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  160. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
  161. package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
  162. package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
  163. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
  164. package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
  165. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
  166. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
  167. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
  168. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
  169. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
  170. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  171. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  172. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  173. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  174. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  175. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  176. package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
  177. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
  178. package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
  179. package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
  180. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
  181. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  182. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
  183. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
  184. package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
  185. package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
  186. package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
  187. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
  188. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
  189. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
  190. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
  191. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
  192. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
  193. package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
  194. package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
  195. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
  196. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
  197. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
  198. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
  199. package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
  200. package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
  201. package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
  202. package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
  203. package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
  204. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
  205. package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
  206. package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
  207. package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
  208. package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
  209. package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
  210. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
  211. package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
  212. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
  213. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
  214. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
  215. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  216. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  217. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  218. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  219. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  220. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  221. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  222. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  223. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  224. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  225. package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
  226. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
  227. package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
  228. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
  229. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
  230. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
  231. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
  232. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
  233. package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
  234. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
  235. package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
  236. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  237. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
  238. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
  239. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  240. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  241. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  242. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  243. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  244. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  245. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  246. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  247. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  248. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  249. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  250. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  251. package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
  252. package/dist/Components/Icons/Games/Strategy/Strategy.d.ts +4 -0
  253. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
  254. package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
  255. package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
  256. package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
  257. package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
  258. package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
  259. package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
  260. package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
  261. package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
  262. package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
  263. package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
  264. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
  265. package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
  266. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
  267. package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
  268. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
  269. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
  270. package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
  271. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
  272. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
  273. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
  274. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
  275. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
  276. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
  277. package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
  278. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
  279. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
  280. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
  281. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
  282. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
  283. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
  284. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
  285. package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
  286. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
  287. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
  288. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
  289. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
  290. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
  291. package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
  292. package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
  293. package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
  294. package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
  295. package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
  296. package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
  297. package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
  298. package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
  299. package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
  300. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  301. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  302. package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
  303. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  304. package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
  305. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
  306. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
  307. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
  308. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
  309. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
  310. package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
  311. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
  312. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
  313. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
  314. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
  315. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
  316. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
  317. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
  318. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
  319. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
  320. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
  321. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
  322. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
  323. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
  324. package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
  325. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
  326. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
  327. package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
  328. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
  329. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
  330. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
  331. package/dist/Components/Icons/People/User/User.d.ts +2 -1
  332. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
  333. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
  334. package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
  335. package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
  336. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
  337. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
  338. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
  339. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
  340. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
  341. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  342. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
  343. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
  344. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
  345. package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
  346. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
  347. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
  348. package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
  349. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  350. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
  351. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
  352. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  353. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
  354. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
  355. package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
  356. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
  357. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
  358. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
  359. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
  360. package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
  361. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
  362. package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
  363. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
  364. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
  365. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
  366. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
  367. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
  368. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  369. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
  370. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  371. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
  372. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  373. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  374. package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
  375. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  376. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  377. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  378. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
  379. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  380. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  381. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  382. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  383. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  384. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
  385. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
  386. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
  387. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
  388. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
  389. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
  390. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
  391. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
  392. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
  393. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
  394. package/dist/Components/Icons/index.d.ts +188 -2
  395. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
  396. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
  397. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
  398. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
  399. package/dist/Components/Layout/Header/Header.d.ts +2 -1
  400. package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
  401. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
  402. package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
  403. package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
  404. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
  405. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
  406. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
  407. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
  408. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
  409. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
  410. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
  411. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
  412. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
  413. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
  414. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
  415. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
  416. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
  417. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
  418. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
  419. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
  420. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
  421. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
  422. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
  423. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
  424. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
  425. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
  426. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
  427. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
  428. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
  429. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
  430. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
  431. package/dist/betterui.css +1 -0
  432. package/dist/image/logo-small.svg +4 -4
  433. package/dist/image/logo.svg +26 -26
  434. package/dist/index.cjs.js +50 -2
  435. package/dist/index.cjs.js.map +1 -1
  436. package/dist/index.es.js +12977 -2480
  437. package/dist/index.es.js.map +1 -1
  438. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  439. package/dist/lib/tinymce/langs/README.md +3 -0
  440. package/dist/lib/tinymce/license.md +6 -0
  441. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  442. package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
  443. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  444. package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  445. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  446. package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  447. package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  448. package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  449. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  450. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  451. package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  452. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  453. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  454. package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  455. package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  456. package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  457. package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  458. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  459. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  460. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  461. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  462. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  463. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  464. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  465. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  466. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  467. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  468. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  469. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  470. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  471. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  472. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  473. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  474. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  475. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  476. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  477. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  478. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  479. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  480. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  481. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  482. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  483. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  484. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  485. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  486. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  487. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  488. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  489. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  490. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  491. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  492. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  493. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  494. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  495. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  496. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  497. package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
  498. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  499. package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  500. package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  501. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  502. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  503. package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
  504. package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  505. package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  506. package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  507. package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  508. package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
  509. package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  510. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  511. package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  512. package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  513. package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  514. package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
  515. package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
  516. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  517. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  518. package/dist/lib/tinymce/skins/content/document/content.js +2 -0
  519. package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
  520. package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
  521. package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  522. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
  523. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  524. package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
  525. package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
  526. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  527. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  528. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  529. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  530. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  531. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  532. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  533. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  534. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  535. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  536. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  537. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  538. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  539. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  540. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  541. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  542. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
  543. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  544. package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
  545. package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  546. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
  547. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  548. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  549. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  550. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  551. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  552. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
  553. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  554. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
  555. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  556. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  557. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  558. package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
  559. package/dist/lib/tinymce/tinymce.d.ts +3250 -0
  560. package/dist/lib/tinymce/tinymce.min.js +4 -0
  561. package/dist/main.d.ts +1 -0
  562. package/package.json +30 -19
  563. package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
  564. package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
  565. package/src/Components/BetterUIProvider/index.ts +2 -0
  566. package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
  567. package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
  568. package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
  569. package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
  570. package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
  571. package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
  572. package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
  573. package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
  574. package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
  575. package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
  576. package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
  577. package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
  578. package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
  579. package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
  580. package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
  581. package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
  582. package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
  583. package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
  584. package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
  585. package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
  586. package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
  587. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
  588. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
  589. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
  590. package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
  591. package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
  592. package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
  593. package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
  594. package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
  595. package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
  596. package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
  597. package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
  598. package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
  599. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
  600. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
  601. package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
  602. package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
  603. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
  604. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
  605. package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
  606. package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
  607. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
  608. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
  609. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
  610. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
  611. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
  612. package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
  613. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
  614. package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
  615. package/src/Components/DataDisplay/Media/Media.tsx +50 -0
  616. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
  617. package/src/Components/DataDisplay/Media/media.module.scss +8 -0
  618. package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
  619. package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
  620. package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
  621. package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
  622. package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
  623. package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
  624. package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
  625. package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
  626. package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
  627. package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
  628. package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
  629. package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
  630. package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
  631. package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
  632. package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
  633. package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
  634. package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
  635. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
  636. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
  637. package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
  638. package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
  639. package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
  640. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
  641. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
  642. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
  643. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
  644. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
  645. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
  646. package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
  647. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
  648. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
  649. package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
  650. package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
  651. package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
  652. package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
  653. package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
  654. package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
  655. package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
  656. package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
  657. package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
  658. package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
  659. package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
  660. package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
  661. package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
  662. package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
  663. package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
  664. package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
  665. package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
  666. package/src/Components/DataDisplay/Table/Table.tsx +14 -0
  667. package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
  668. package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
  669. package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
  670. package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
  671. package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
  672. package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
  673. package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
  674. package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
  675. package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
  676. package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
  677. package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
  678. package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
  679. package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
  680. package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
  681. package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
  682. package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
  683. package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
  684. package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
  685. package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
  686. package/src/Components/DataDisplay/Table/table.module.scss +141 -0
  687. package/src/Components/DataDisplay/index.ts +89 -0
  688. package/src/Components/Form/Button/Button.mdx +15 -0
  689. package/src/Components/Form/Button/Button.stories.tsx +65 -0
  690. package/src/Components/Form/Button/Button.tsx +83 -0
  691. package/src/Components/Form/Button/ButtonProps.tsx +21 -0
  692. package/src/Components/Form/Button/button.module.scss +258 -0
  693. package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
  694. package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
  695. package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
  696. package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
  697. package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
  698. package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
  699. package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
  700. package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
  701. package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
  702. package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
  703. package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
  704. package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
  705. package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
  706. package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
  707. package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
  708. package/src/Components/Form/DateField/DateField.tsx +61 -0
  709. package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
  710. package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
  711. package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
  712. package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
  713. package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
  714. package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
  715. package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
  716. package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
  717. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
  718. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
  719. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
  720. package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
  721. package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
  722. package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
  723. package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
  724. package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
  725. package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
  726. package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
  727. package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
  728. package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
  729. package/src/Components/Form/EmailField/EmailField.tsx +56 -0
  730. package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
  731. package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
  732. package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
  733. package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
  734. package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
  735. package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
  736. package/src/Components/Form/IconButton/IconButton.tsx +65 -0
  737. package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
  738. package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
  739. package/src/Components/Form/InputProps.tsx +30 -0
  740. package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
  741. package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
  742. package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
  743. package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
  744. package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
  745. package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
  746. package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
  747. package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
  748. package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
  749. package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
  750. package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
  751. package/src/Components/Form/NumberField/NumberField.tsx +137 -0
  752. package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
  753. package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
  754. package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
  755. package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
  756. package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
  757. package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
  758. package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
  759. package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
  760. package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
  761. package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
  762. package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
  763. package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
  764. package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
  765. package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
  766. package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
  767. package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
  768. package/src/Components/Form/TextField/TextField.stories.ts +22 -0
  769. package/src/Components/Form/TextField/TextField.tsx +62 -0
  770. package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
  771. package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
  772. package/src/Components/Form/Textarea/Textarea.tsx +74 -0
  773. package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
  774. package/src/Components/Form/Textarea/textarea.module.scss +49 -0
  775. package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
  776. package/src/Components/Form/TimeField/TimeField.tsx +58 -0
  777. package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
  778. package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
  779. package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
  780. package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
  781. package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
  782. package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
  783. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
  784. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
  785. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
  786. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
  787. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
  788. package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
  789. package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
  790. package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
  791. package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
  792. package/src/Components/Form/index.ts +89 -0
  793. package/src/Components/Form/inputs.module.scss +170 -0
  794. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  795. package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
  796. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  797. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  798. package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
  799. package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
  800. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  801. package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
  802. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  803. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  804. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  805. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  806. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  807. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  808. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  809. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  810. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  811. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  812. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  813. package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
  814. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  815. package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
  816. package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
  817. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
  818. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  819. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  820. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  821. package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
  822. package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
  823. package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
  824. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  825. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  826. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  827. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  828. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  829. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  830. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  831. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  832. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  833. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  834. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  835. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  836. package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
  837. package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
  838. package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
  839. package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
  840. package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
  841. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  842. package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
  843. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
  844. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
  845. package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
  846. package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
  847. package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
  848. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  849. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  850. package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
  851. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  852. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  853. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  854. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  855. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  856. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  857. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  858. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  859. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  860. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  861. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  862. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  863. package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
  864. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  865. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  866. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  867. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  868. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  869. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  870. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  871. package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
  872. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  873. package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
  874. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  875. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  876. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  877. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  878. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  879. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  880. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  881. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  882. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  883. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  884. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  885. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  886. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  887. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  888. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  889. package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
  890. package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
  891. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  892. package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
  893. package/src/Components/Icons/IconProps.tsx +5 -0
  894. package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
  895. package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
  896. package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
  897. package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
  898. package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
  899. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
  900. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
  901. package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
  902. package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
  903. package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
  904. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
  905. package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
  906. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  907. package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
  908. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  909. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  910. package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
  911. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  912. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  913. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  914. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  915. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  916. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  917. package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
  918. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  919. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  920. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  921. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  922. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  923. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  924. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  925. package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
  926. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  927. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  928. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  929. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  930. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  931. package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
  932. package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
  933. package/src/Components/Icons/Media/Article/Article.tsx +47 -0
  934. package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
  935. package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
  936. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  937. package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
  938. package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
  939. package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
  940. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  941. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  942. package/src/Components/Icons/Media/Image/Image.tsx +48 -0
  943. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  944. package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
  945. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  946. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  947. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  948. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  949. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  950. package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
  951. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  952. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  953. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  954. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  955. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  956. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  957. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  958. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  959. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  960. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  961. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  962. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  963. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  964. package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
  965. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  966. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  967. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  968. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  969. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  970. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  971. package/src/Components/Icons/People/User/User.tsx +61 -0
  972. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  973. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  974. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  975. package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
  976. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  977. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  978. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  979. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  980. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  981. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  982. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  983. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  984. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  985. package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
  986. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  987. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  988. package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
  989. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  990. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  991. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  992. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  993. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  994. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  995. package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
  996. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  997. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  998. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  999. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  1000. package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
  1001. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  1002. package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
  1003. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  1004. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  1005. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  1006. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  1007. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  1008. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  1009. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  1010. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
  1011. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  1012. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  1013. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  1014. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  1015. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  1016. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  1017. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  1018. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  1019. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  1020. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  1021. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  1022. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  1023. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  1024. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  1025. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  1026. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  1027. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  1028. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  1029. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  1030. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  1031. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  1032. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  1033. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  1034. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  1035. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  1036. package/src/Components/Icons/index.ts +284 -0
  1037. package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
  1038. package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
  1039. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
  1040. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
  1041. package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
  1042. package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
  1043. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  1044. package/src/Components/Layout/Header/Header.tsx +14 -0
  1045. package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
  1046. package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
  1047. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  1048. package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
  1049. package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
  1050. package/src/Components/Layout/Header/header.module.scss +100 -0
  1051. package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
  1052. package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
  1053. package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
  1054. package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
  1055. package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
  1056. package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
  1057. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
  1058. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
  1059. package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
  1060. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
  1061. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
  1062. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
  1063. package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
  1064. package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
  1065. package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
  1066. package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
  1067. package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
  1068. package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
  1069. package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
  1070. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
  1071. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
  1072. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
  1073. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
  1074. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
  1075. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
  1076. package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
  1077. package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
  1078. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
  1079. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
  1080. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
  1081. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
  1082. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
  1083. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  1084. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  1085. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
  1086. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
  1087. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
  1088. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
  1089. package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
  1090. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
  1091. package/src/Components/Layout/index.ts +50 -0
  1092. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
  1093. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
  1094. package/dist/style.css +0 -1
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChatTeardrop = ({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.5 3.5C13.3185 3.50364 10.2684 4.76909 8.01874 7.01874C5.76909 9.26839 4.50364 12.3185 4.5 15.5V26.0413C4.50033 26.428 4.65413 26.7989 4.92762 27.0724C5.20112 27.3459 5.57197 27.4997 5.95875 27.5H16.5C19.6826 27.5 22.7348 26.2357 24.9853 23.9853C27.2357 21.7348 28.5 18.6826 28.5 15.5C28.5 12.3174 27.2357 9.26515 24.9853 7.01472C22.7348 4.76428 19.6826 3.5 16.5 3.5ZM16.5 26.5H5.95875C5.83708 26.5 5.7204 26.4517 5.63436 26.3656C5.54833 26.2796 5.5 26.1629 5.5 26.0413V15.5C5.5 13.3244 6.14514 11.1977 7.35383 9.38873C8.56253 7.57979 10.2805 6.16989 12.2905 5.33733C14.3005 4.50476 16.5122 4.28692 18.646 4.71136C20.7798 5.1358 22.7398 6.18345 24.2782 7.72183C25.8166 9.2602 26.8642 11.2202 27.2886 13.354C27.7131 15.4878 27.4952 17.6995 26.6627 19.7095C25.8301 21.7195 24.4202 23.4375 22.6113 24.6462C20.8023 25.8549 18.6756 26.5 16.5 26.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.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM16.5 26H6V15.5C6 13.4233 6.61581 11.3932 7.76957 9.66651C8.92332 7.9398 10.5632 6.59399 12.4818 5.79926C14.4004 5.00454 16.5116 4.79661 18.5484 5.20175C20.5852 5.6069 22.4562 6.60693 23.9246 8.07538C25.3931 9.54383 26.3931 11.4148 26.7982 13.4516C27.2034 15.4884 26.9955 17.5996 26.2007 19.5182C25.406 21.4368 24.0602 23.0767 22.3335 24.2304C20.6068 25.3842 18.5767 26 16.5 26Z" 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.5 2.5C13.0533 2.50364 9.74882 3.87445 7.31163 6.31163C4.87445 8.74882 3.50364 12.0533 3.5 15.5V26.0413C3.50066 26.6931 3.75992 27.3182 4.22088 27.7791C4.68184 28.2401 5.30685 28.4993 5.95875 28.5H16.5C19.9478 28.5 23.2544 27.1304 25.6924 24.6924C28.1304 22.2544 29.5 18.9478 29.5 15.5C29.5 12.0522 28.1304 8.74558 25.6924 6.30761C23.2544 3.86964 19.9478 2.5 16.5 2.5ZM16.5 25.5H6.5V15.5C6.5 13.5222 7.08649 11.5888 8.1853 9.9443C9.28412 8.29981 10.8459 7.01808 12.6732 6.2612C14.5004 5.50433 16.5111 5.30629 18.4509 5.69215C20.3907 6.078 22.1725 7.03041 23.5711 8.42893C24.9696 9.82746 25.922 11.6093 26.3079 13.5491C26.6937 15.4889 26.4957 17.4996 25.7388 19.3268C24.9819 21.1541 23.7002 22.7159 22.0557 23.8147C20.4112 24.9135 18.4778 25.5 16.5 25.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 15.5C28.9964 18.8141 27.6782 21.9914 25.3348 24.3348C22.9914 26.6782 19.8141 27.9964 16.5 28H5.95875C5.43946 27.9993 4.94163 27.7928 4.57444 27.4256C4.20724 27.0584 4.00066 26.5605 4 26.0413V15.5C4 12.1848 5.31696 9.00537 7.66117 6.66116C10.0054 4.31696 13.1848 3 16.5 3C19.8152 3 22.9946 4.31696 25.3388 6.66116C27.683 9.00537 29 12.1848 29 15.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 15.5C28 17.0102 27.7025 18.5056 27.1246 19.9009C26.5467 21.2961 25.6996 22.5639 24.6317 23.6317C23.5639 24.6996 22.2961 25.5467 20.9009 26.1246C19.5056 26.7025 18.0102 27 16.5 27H5.95875C5.8328 27.0002 5.70805 26.9755 5.59166 26.9274C5.47526 26.8792 5.36951 26.8086 5.28045 26.7196C5.19138 26.6305 5.12077 26.5247 5.07265 26.4083C5.02452 26.2919 4.99984 26.1672 5 26.0413V15.5C5 12.45 6.2116 9.52494 8.36827 7.36827C10.5249 5.2116 13.45 4 16.5 4C18.0102 4 19.5056 4.29746 20.9009 4.87539C22.2961 5.45331 23.5639 6.3004 24.6317 7.36827C25.6996 8.43615 26.5467 9.7039 27.1246 11.0991C27.7025 12.4944 28 13.9898 28 15.5Z" fill="currentColor"/>
36
+ <path d="M16.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM16.5 26H6V15.5C6 13.4233 6.61581 11.3932 7.76957 9.66651C8.92332 7.9398 10.5632 6.59399 12.4818 5.79926C14.4004 5.00454 16.5116 4.79661 18.5484 5.20175C20.5852 5.6069 22.4562 6.60693 23.9246 8.07538C25.3931 9.54383 26.3931 11.4148 26.7982 13.4516C27.2034 15.4884 26.9955 17.5996 26.2007 19.5182C25.406 21.4368 24.0602 23.0767 22.3335 24.2304C20.6068 25.3842 18.5767 26 16.5 26Z" 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.5 3.25C13.2522 3.25364 10.1385 4.54543 7.84196 6.84196C5.54543 9.13849 4.25364 12.2522 4.25 15.5V26.0413C4.25033 26.4943 4.43047 26.9288 4.75085 27.2492C5.07123 27.5695 5.50566 27.7497 5.95875 27.75H16.5C19.7489 27.75 22.8647 26.4594 25.1621 24.1621C27.4594 21.8647 28.75 18.7489 28.75 15.5C28.75 12.2511 27.4594 9.13526 25.1621 6.83794C22.8647 4.54062 19.7489 3.25 16.5 3.25ZM16.5 26.25H5.95875C5.90339 26.25 5.85029 26.228 5.81114 26.1889C5.77199 26.1497 5.75 26.0966 5.75 26.0413V15.5C5.75 13.3739 6.38048 11.2954 7.5617 9.52762C8.74293 7.75979 10.4218 6.38194 12.3862 5.5683C14.3505 4.75465 16.5119 4.54177 18.5972 4.95656C20.6825 5.37135 22.598 6.39519 24.1014 7.8986C25.6048 9.40202 26.6287 11.3175 27.0434 13.4028C27.4582 15.4881 27.2453 17.6495 26.4317 19.6138C25.6181 21.5782 24.2402 23.2571 22.4724 24.4383C20.7046 25.6195 18.6261 26.25 16.5 26.25Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ChatTeardrop;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChatTeardrop = ({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="M16.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM16.5 26H6V15.5C6 13.4233 6.61581 11.3932 7.76957 9.66651C8.92332 7.9398 10.5632 6.59399 12.4818 5.79926C14.4004 5.00454 16.5116 4.79661 18.5484 5.20175C20.5852 5.6069 22.4562 6.60693 23.9246 8.07538C25.3931 9.54383 26.3931 11.4148 26.7982 13.4516C27.2034 15.4884 26.9955 17.5996 26.2007 19.5182C25.406 21.4368 24.0602 23.0767 22.3335 24.2304C20.6068 25.3842 18.5767 26 16.5 26Z" fill="#191919"/>
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.5 2.5C13.0533 2.50364 9.74882 3.87445 7.31163 6.31163C4.87445 8.74882 3.50364 12.0533 3.5 15.5V26.0413C3.50066 26.6931 3.75992 27.3182 4.22088 27.7791C4.68184 28.2401 5.30685 28.4993 5.95875 28.5H16.5C19.9478 28.5 23.2544 27.1304 25.6924 24.6924C28.1304 22.2544 29.5 18.9478 29.5 15.5C29.5 12.0522 28.1304 8.74558 25.6924 6.30761C23.2544 3.86964 19.9478 2.5 16.5 2.5ZM16.5 25.5H6.5V15.5C6.5 13.5222 7.08649 11.5888 8.1853 9.9443C9.28412 8.29981 10.8459 7.01808 12.6732 6.2612C14.5004 5.50433 16.5111 5.30629 18.4509 5.69215C20.3907 6.078 22.1725 7.03041 23.5711 8.42893C24.9696 9.82746 25.922 11.6093 26.3079 13.5491C26.6937 15.4889 26.4957 17.4996 25.7388 19.3268C24.9819 21.1541 23.7002 22.7159 22.0557 23.8147C20.4112 24.9135 18.4778 25.5 16.5 25.5Z" fill="#191919"/>
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 15.5C28.9964 18.8141 27.6782 21.9914 25.3348 24.3348C22.9914 26.6782 19.8141 27.9964 16.5 28H5.95875C5.43946 27.9993 4.94163 27.7928 4.57444 27.4256C4.20724 27.0584 4.00066 26.5605 4 26.0413V15.5C4 12.1848 5.31696 9.00537 7.66117 6.66116C10.0054 4.31696 13.1848 3 16.5 3C19.8152 3 22.9946 4.31696 25.3388 6.66116C27.683 9.00537 29 12.1848 29 15.5Z" fill="#191919"/>
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 15.5C28 17.0102 27.7025 18.5056 27.1246 19.9009C26.5467 21.2961 25.6996 22.5639 24.6317 23.6317C23.5639 24.6996 22.2961 25.5467 20.9009 26.1246C19.5056 26.7025 18.0102 27 16.5 27H5.95875C5.8328 27.0002 5.70805 26.9755 5.59166 26.9274C5.47526 26.8792 5.36951 26.8086 5.28045 26.7196C5.19138 26.6305 5.12077 26.5247 5.07265 26.4083C5.02452 26.2919 4.99984 26.1672 5 26.0413V15.5C5 12.45 6.2116 9.52494 8.36827 7.36827C10.5249 5.2116 13.45 4 16.5 4C18.0102 4 19.5056 4.29746 20.9009 4.87539C22.2961 5.45331 23.5639 6.3004 24.6317 7.36827C25.6996 8.43615 26.5467 9.7039 27.1246 11.0991C27.7025 12.4944 28 13.9898 28 15.5Z" fill="#191919"/>
36
+ <path d="M16.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM16.5 26H6V15.5C6 13.4233 6.61581 11.3932 7.76957 9.66651C8.92332 7.9398 10.5632 6.59399 12.4818 5.79926C14.4004 5.00454 16.5116 4.79661 18.5484 5.20175C20.5852 5.6069 22.4562 6.60693 23.9246 8.07538C25.3931 9.54383 26.3931 11.4148 26.7982 13.4516C27.2034 15.4884 26.9955 17.5996 26.2007 19.5182C25.406 21.4368 24.0602 23.0767 22.3335 24.2304C20.6068 25.3842 18.5767 26 16.5 26Z" fill="#191919"/>
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.5 3.25C13.2522 3.25364 10.1385 4.54543 7.84196 6.84196C5.54543 9.13849 4.25364 12.2522 4.25 15.5V26.0413C4.25033 26.4943 4.43047 26.9288 4.75085 27.2492C5.07123 27.5695 5.50566 27.7497 5.95875 27.75H16.5C19.7489 27.75 22.8647 26.4594 25.1621 24.1621C27.4594 21.8647 28.75 18.7489 28.75 15.5C28.75 12.2511 27.4594 9.13526 25.1621 6.83794C22.8647 4.54062 19.7489 3.25 16.5 3.25ZM16.5 26.25H5.95875C5.90339 26.25 5.85029 26.228 5.81114 26.1889C5.77199 26.1497 5.75 26.0966 5.75 26.0413V15.5C5.75 13.3739 6.38048 11.2954 7.5617 9.52762C8.74293 7.75979 10.4218 6.38194 12.3862 5.5683C14.3505 4.75465 16.5119 4.54177 18.5972 4.95656C20.6825 5.37135 22.598 6.39519 24.1014 7.8986C25.6048 9.40202 26.6287 11.3175 27.0434 13.4028C27.4582 15.4881 27.2453 17.6495 26.4317 19.6138C25.6181 21.5782 24.2402 23.2571 22.4724 24.4383C20.7046 25.6195 18.6261 26.25 16.5 26.25Z" fill="#191919"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ChatTeardrop;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChatTeardropDots = ({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.5 3.5C13.3185 3.50364 10.2684 4.76909 8.01874 7.01874C5.76909 9.26839 4.50364 12.3185 4.5 15.5V26.0413C4.50033 26.428 4.65413 26.7989 4.92762 27.0724C5.20112 27.3459 5.57197 27.4997 5.95875 27.5H16.5C19.6826 27.5 22.7348 26.2357 24.9853 23.9853C27.2357 21.7348 28.5 18.6826 28.5 15.5C28.5 12.3174 27.2357 9.26515 24.9853 7.01472C22.7348 4.76428 19.6826 3.5 16.5 3.5ZM16.5 26.5H5.95875C5.83708 26.5 5.7204 26.4517 5.63436 26.3656C5.54833 26.2796 5.5 26.1629 5.5 26.0413V15.5C5.5 13.3244 6.14514 11.1977 7.35383 9.38873C8.56253 7.57979 10.2805 6.16989 12.2905 5.33733C14.3005 4.50476 16.5122 4.28692 18.646 4.71136C20.7798 5.1358 22.7398 6.18345 24.2782 7.72183C25.8166 9.2602 26.8642 11.2202 27.2886 13.354C27.7131 15.4878 27.4952 17.6995 26.6627 19.7095C25.8301 21.7195 24.4202 23.4375 22.6113 24.6462C20.8023 25.8549 18.6756 26.5 16.5 26.5ZM17.5 16C17.5 16.1978 17.4414 16.3911 17.3315 16.5556C17.2216 16.72 17.0654 16.8482 16.8827 16.9239C16.7 16.9996 16.4989 17.0194 16.3049 16.9808C16.1109 16.9422 15.9327 16.847 15.7929 16.7071C15.653 16.5673 15.5578 16.3891 15.5192 16.1951C15.4806 16.0011 15.5004 15.8 15.5761 15.6173C15.6518 15.4346 15.78 15.2784 15.9444 15.1685C16.1089 15.0586 16.3022 15 16.5 15C16.7652 15 17.0196 15.1054 17.2071 15.2929C17.3946 15.4804 17.5 15.7348 17.5 16ZM12 16C12 16.1978 11.9414 16.3911 11.8315 16.5556C11.7216 16.72 11.5654 16.8482 11.3827 16.9239C11.2 16.9996 10.9989 17.0194 10.8049 16.9808C10.6109 16.9422 10.4327 16.847 10.2929 16.7071C10.153 16.5673 10.0578 16.3891 10.0192 16.1951C9.98063 16.0011 10.0004 15.8 10.0761 15.6173C10.1518 15.4346 10.28 15.2784 10.4444 15.1685C10.6089 15.0586 10.8022 15 11 15C11.2652 15 11.5196 15.1054 11.7071 15.2929C11.8946 15.4804 12 15.7348 12 16ZM23 16C23 16.1978 22.9414 16.3911 22.8315 16.5556C22.7216 16.72 22.5654 16.8482 22.3827 16.9239C22.2 16.9996 21.9989 17.0194 21.8049 16.9808C21.6109 16.9422 21.4327 16.847 21.2929 16.7071C21.153 16.5673 21.0578 16.3891 21.0192 16.1951C20.9806 16.0011 21.0004 15.8 21.0761 15.6173C21.1518 15.4346 21.28 15.2784 21.4444 15.1685C21.6089 15.0586 21.8022 15 22 15C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 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="M16.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM16.5 26H6V15.5C6 13.4233 6.61581 11.3932 7.76957 9.66651C8.92332 7.9398 10.5632 6.59399 12.4818 5.79926C14.4004 5.00454 16.5116 4.79661 18.5484 5.20175C20.5852 5.6069 22.4562 6.60693 23.9246 8.07538C25.3931 9.54383 26.3931 11.4148 26.7982 13.4516C27.2034 15.4884 26.9955 17.5996 26.2007 19.5182C25.406 21.4368 24.0602 23.0767 22.3335 24.2304C20.6068 25.3842 18.5767 26 16.5 26ZM18 16C18 16.2967 17.912 16.5867 17.7472 16.8334C17.5824 17.08 17.3481 17.2723 17.074 17.3858C16.7999 17.4993 16.4983 17.5291 16.2074 17.4712C15.9164 17.4133 15.6491 17.2704 15.4393 17.0607C15.2296 16.8509 15.0867 16.5836 15.0288 16.2926C14.9709 16.0017 15.0006 15.7001 15.1142 15.426C15.2277 15.1519 15.42 14.9176 15.6666 14.7528C15.9133 14.588 16.2033 14.5 16.5 14.5C16.8978 14.5 17.2794 14.658 17.5607 14.9393C17.842 15.2206 18 15.6022 18 16ZM12.5 16C12.5 16.2967 12.412 16.5867 12.2472 16.8334C12.0824 17.08 11.8481 17.2723 11.574 17.3858C11.2999 17.4993 10.9983 17.5291 10.7074 17.4712C10.4164 17.4133 10.1491 17.2704 9.93934 17.0607C9.72956 16.8509 9.5867 16.5836 9.52882 16.2926C9.47094 16.0017 9.50065 15.7001 9.61418 15.426C9.72771 15.1519 9.91997 14.9176 10.1666 14.7528C10.4133 14.588 10.7033 14.5 11 14.5C11.3978 14.5 11.7794 14.658 12.0607 14.9393C12.342 15.2206 12.5 15.6022 12.5 16ZM23.5 16C23.5 16.2967 23.412 16.5867 23.2472 16.8334C23.0824 17.08 22.8481 17.2723 22.574 17.3858C22.2999 17.4993 21.9983 17.5291 21.7074 17.4712C21.4164 17.4133 21.1491 17.2704 20.9393 17.0607C20.7296 16.8509 20.5867 16.5836 20.5288 16.2926C20.4709 16.0017 20.5007 15.7001 20.6142 15.426C20.7277 15.1519 20.92 14.9176 21.1666 14.7528C21.4133 14.588 21.7033 14.5 22 14.5C22.3978 14.5 22.7794 14.658 23.0607 14.9393C23.342 15.2206 23.5 15.6022 23.5 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="M16.5 2.5C13.0533 2.50364 9.74882 3.87445 7.31163 6.31163C4.87445 8.74882 3.50364 12.0533 3.5 15.5V26.0413C3.50066 26.6931 3.75992 27.3182 4.22088 27.7791C4.68184 28.2401 5.30685 28.4993 5.95875 28.5H16.5C19.9478 28.5 23.2544 27.1304 25.6924 24.6924C28.1304 22.2544 29.5 18.9478 29.5 15.5C29.5 12.0522 28.1304 8.74558 25.6924 6.30761C23.2544 3.86964 19.9478 2.5 16.5 2.5ZM16.5 25.5H6.5V15.5C6.5 13.5222 7.08649 11.5888 8.1853 9.9443C9.28412 8.29981 10.8459 7.01808 12.6732 6.2612C14.5004 5.50433 16.5111 5.30629 18.4509 5.69215C20.3907 6.078 22.1725 7.03041 23.5711 8.42893C24.9696 9.82746 25.922 11.6093 26.3079 13.5491C26.6937 15.4889 26.4957 17.4996 25.7388 19.3268C24.9819 21.1541 23.7002 22.7159 22.0557 23.8147C20.4112 24.9135 18.4778 25.5 16.5 25.5ZM15.5 16C15.5 16.3956 15.3827 16.7822 15.1629 17.1111C14.9432 17.44 14.6308 17.6964 14.2654 17.8478C13.8999 17.9991 13.4978 18.0387 13.1098 17.9616C12.7219 17.8844 12.3655 17.6939 12.0858 17.4142C11.8061 17.1345 11.6156 16.7781 11.5384 16.3902C11.4613 16.0022 11.5009 15.6001 11.6522 15.2346C11.8036 14.8692 12.06 14.5568 12.3889 14.3371C12.7178 14.1173 13.1044 14 13.5 14C14.0304 14 14.5391 14.2107 14.9142 14.5858C15.2893 14.9609 15.5 15.4696 15.5 16ZM21.5 16C21.5 16.3956 21.3827 16.7822 21.1629 17.1111C20.9432 17.44 20.6308 17.6964 20.2654 17.8478C19.8999 17.9991 19.4978 18.0387 19.1098 17.9616C18.7219 17.8844 18.3655 17.6939 18.0858 17.4142C17.8061 17.1345 17.6156 16.7781 17.5384 16.3902C17.4613 16.0022 17.5009 15.6001 17.6522 15.2346C17.8036 14.8692 18.06 14.5568 18.3889 14.3371C18.7178 14.1173 19.1044 14 19.5 14C20.0304 14 20.5391 14.2107 20.9142 14.5858C21.2893 14.9609 21.5 15.4696 21.5 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.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM11 17.5C10.7033 17.5 10.4133 17.412 10.1666 17.2472C9.91997 17.0824 9.72771 16.8481 9.61418 16.574C9.50065 16.2999 9.47094 15.9983 9.52882 15.7074C9.5867 15.4164 9.72956 15.1491 9.93934 14.9393C10.1491 14.7296 10.4164 14.5867 10.7074 14.5288C10.9983 14.4709 11.2999 14.5006 11.574 14.6142C11.8481 14.7277 12.0824 14.92 12.2472 15.1666C12.412 15.4133 12.5 15.7033 12.5 16C12.5 16.3978 12.342 16.7794 12.0607 17.0607C11.7794 17.342 11.3978 17.5 11 17.5ZM16.5 17.5C16.2033 17.5 15.9133 17.412 15.6666 17.2472C15.42 17.0824 15.2277 16.8481 15.1142 16.574C15.0006 16.2999 14.9709 15.9983 15.0288 15.7074C15.0867 15.4164 15.2296 15.1491 15.4393 14.9393C15.6491 14.7296 15.9164 14.5867 16.2074 14.5288C16.4983 14.4709 16.7999 14.5006 17.074 14.6142C17.3481 14.7277 17.5824 14.92 17.7472 15.1666C17.912 15.4133 18 15.7033 18 16C18 16.3978 17.842 16.7794 17.5607 17.0607C17.2794 17.342 16.8978 17.5 16.5 17.5ZM22 17.5C21.7033 17.5 21.4133 17.412 21.1666 17.2472C20.92 17.0824 20.7277 16.8481 20.6142 16.574C20.5007 16.2999 20.4709 15.9983 20.5288 15.7074C20.5867 15.4164 20.7296 15.1491 20.9393 14.9393C21.1491 14.7296 21.4164 14.5867 21.7074 14.5288C21.9983 14.4709 22.2999 14.5006 22.574 14.6142C22.8481 14.7277 23.0824 14.92 23.2472 15.1666C23.412 15.4133 23.5 15.7033 23.5 16C23.5 16.3978 23.342 16.7794 23.0607 17.0607C22.7794 17.342 22.3978 17.5 22 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 15.5C28 17.0102 27.7025 18.5056 27.1246 19.9009C26.5467 21.2961 25.6996 22.5639 24.6317 23.6317C23.5639 24.6996 22.2961 25.5467 20.9009 26.1246C19.5056 26.7025 18.0102 27 16.5 27H5.95875C5.8328 27.0002 5.70805 26.9755 5.59166 26.9274C5.47526 26.8792 5.36951 26.8086 5.28045 26.7196C5.19138 26.6305 5.12077 26.5247 5.07265 26.4083C5.02452 26.2919 4.99984 26.1672 5 26.0413V15.5C5 12.45 6.2116 9.52494 8.36827 7.36827C10.5249 5.2116 13.45 4 16.5 4C18.0102 4 19.5056 4.29746 20.9009 4.87539C22.2961 5.45331 23.5639 6.3004 24.6317 7.36827C25.6996 8.43615 26.5467 9.7039 27.1246 11.0991C27.7025 12.4944 28 13.9898 28 15.5Z" fill="currentColor"/>
36
+ <path d="M16.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM16.5 26H6V15.5C6 13.4233 6.61581 11.3932 7.76957 9.66651C8.92332 7.9398 10.5632 6.59399 12.4818 5.79926C14.4004 5.00454 16.5116 4.79661 18.5484 5.20175C20.5852 5.6069 22.4562 6.60693 23.9246 8.07538C25.3931 9.54383 26.3931 11.4148 26.7982 13.4516C27.2034 15.4884 26.9955 17.5996 26.2007 19.5182C25.406 21.4368 24.0602 23.0767 22.3335 24.2304C20.6068 25.3842 18.5767 26 16.5 26ZM18 16C18 16.2967 17.912 16.5867 17.7472 16.8334C17.5824 17.08 17.3481 17.2723 17.074 17.3858C16.7999 17.4993 16.4983 17.5291 16.2074 17.4712C15.9164 17.4133 15.6491 17.2704 15.4393 17.0607C15.2296 16.8509 15.0867 16.5836 15.0288 16.2926C14.9709 16.0017 15.0006 15.7001 15.1142 15.426C15.2277 15.1519 15.42 14.9176 15.6666 14.7528C15.9133 14.588 16.2033 14.5 16.5 14.5C16.8978 14.5 17.2794 14.658 17.5607 14.9393C17.842 15.2206 18 15.6022 18 16ZM12.5 16C12.5 16.2967 12.412 16.5867 12.2472 16.8334C12.0824 17.08 11.8481 17.2723 11.574 17.3858C11.2999 17.4993 10.9983 17.5291 10.7074 17.4712C10.4164 17.4133 10.1491 17.2704 9.93934 17.0607C9.72956 16.8509 9.5867 16.5836 9.52882 16.2926C9.47094 16.0017 9.50065 15.7001 9.61418 15.426C9.72771 15.1519 9.91997 14.9176 10.1666 14.7528C10.4133 14.588 10.7033 14.5 11 14.5C11.3978 14.5 11.7794 14.658 12.0607 14.9393C12.342 15.2206 12.5 15.6022 12.5 16ZM23.5 16C23.5 16.2967 23.412 16.5867 23.2472 16.8334C23.0824 17.08 22.8481 17.2723 22.574 17.3858C22.2999 17.4993 21.9983 17.5291 21.7074 17.4712C21.4164 17.4133 21.1491 17.2704 20.9393 17.0607C20.7296 16.8509 20.5867 16.5836 20.5288 16.2926C20.4709 16.0017 20.5007 15.7001 20.6142 15.426C20.7277 15.1519 20.92 14.9176 21.1666 14.7528C21.4133 14.588 21.7033 14.5 22 14.5C22.3978 14.5 22.7794 14.658 23.0607 14.9393C23.342 15.2206 23.5 15.6022 23.5 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="M16.5 3.25C13.2522 3.25364 10.1385 4.54543 7.84196 6.84196C5.54543 9.13849 4.25364 12.2522 4.25 15.5V26.0413C4.25033 26.4943 4.43047 26.9288 4.75085 27.2492C5.07123 27.5695 5.50566 27.7497 5.95875 27.75H16.5C19.7489 27.75 22.8647 26.4594 25.1621 24.1621C27.4594 21.8647 28.75 18.7489 28.75 15.5C28.75 12.2511 27.4594 9.13526 25.1621 6.83794C22.8647 4.54062 19.7489 3.25 16.5 3.25ZM16.5 26.25H5.95875C5.90339 26.25 5.85029 26.228 5.81114 26.1889C5.77199 26.1497 5.75 26.0966 5.75 26.0413V15.5C5.75 13.3739 6.38048 11.2954 7.5617 9.52762C8.74293 7.75979 10.4218 6.38194 12.3862 5.5683C14.3505 4.75465 16.5119 4.54177 18.5972 4.95656C20.6825 5.37135 22.598 6.39519 24.1014 7.8986C25.6048 9.40202 26.6287 11.3175 27.0434 13.4028C27.4582 15.4881 27.2453 17.6495 26.4317 19.6138C25.6181 21.5782 24.2402 23.2571 22.4724 24.4383C20.7046 25.6195 18.6261 26.25 16.5 26.25ZM17.75 16C17.75 16.2472 17.6767 16.4889 17.5393 16.6945C17.402 16.9 17.2068 17.0602 16.9784 17.1549C16.7499 17.2495 16.4986 17.2742 16.2561 17.226C16.0137 17.1777 15.7909 17.0587 15.6161 16.8839C15.4413 16.7091 15.3222 16.4863 15.274 16.2439C15.2258 16.0014 15.2505 15.7501 15.3452 15.5216C15.4398 15.2932 15.6 15.098 15.8055 14.9607C16.0111 14.8233 16.2528 14.75 16.5 14.75C16.8315 14.75 17.1495 14.8817 17.3839 15.1161C17.6183 15.3505 17.75 15.6685 17.75 16ZM12.25 16C12.25 16.2472 12.1767 16.4889 12.0393 16.6945C11.902 16.9 11.7068 17.0602 11.4784 17.1549C11.2499 17.2495 10.9986 17.2742 10.7561 17.226C10.5137 17.1777 10.2909 17.0587 10.1161 16.8839C9.9413 16.7091 9.82225 16.4863 9.77402 16.2439C9.72579 16.0014 9.75054 15.7501 9.84515 15.5216C9.93976 15.2932 10.1 15.098 10.3055 14.9607C10.5111 14.8233 10.7528 14.75 11 14.75C11.3315 14.75 11.6495 14.8817 11.8839 15.1161C12.1183 15.3505 12.25 15.6685 12.25 16ZM23.25 16C23.25 16.2472 23.1767 16.4889 23.0393 16.6945C22.902 16.9 22.7068 17.0602 22.4784 17.1549C22.2499 17.2495 21.9986 17.2742 21.7561 17.226C21.5137 17.1777 21.2909 17.0587 21.1161 16.8839C20.9413 16.7091 20.8223 16.4863 20.774 16.2439C20.7258 16.0014 20.7505 15.7501 20.8451 15.5216C20.9398 15.2932 21.1 15.098 21.3055 14.9607C21.5111 14.8233 21.7528 14.75 22 14.75C22.3315 14.75 22.6495 14.8817 22.8839 15.1161C23.1183 15.3505 23.25 15.6685 23.25 16Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ChatTeardropDots;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChatTeardropText = ({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="M20.5 14C20.5 14.1326 20.4473 14.2598 20.3536 14.3536C20.2598 14.4473 20.1326 14.5 20 14.5H12C11.8674 14.5 11.7402 14.4473 11.6464 14.3536C11.5527 14.2598 11.5 14.1326 11.5 14C11.5 13.8674 11.5527 13.7402 11.6464 13.6464C11.7402 13.5527 11.8674 13.5 12 13.5H20C20.1326 13.5 20.2598 13.5527 20.3536 13.6464C20.4473 13.7402 20.5 13.8674 20.5 14ZM20 17.5H12C11.8674 17.5 11.7402 17.5527 11.6464 17.6464C11.5527 17.7402 11.5 17.8674 11.5 18C11.5 18.1326 11.5527 18.2598 11.6464 18.3536C11.7402 18.4473 11.8674 18.5 12 18.5H20C20.1326 18.5 20.2598 18.4473 20.3536 18.3536C20.4473 18.2598 20.5 18.1326 20.5 18C20.5 17.8674 20.4473 17.7402 20.3536 17.6464C20.2598 17.5527 20.1326 17.5 20 17.5ZM28.5 15.5C28.4964 18.6815 27.2309 21.7316 24.9813 23.9813C22.7316 26.2309 19.6815 27.4964 16.5 27.5H5.95875C5.57197 27.4997 5.20112 27.3459 4.92762 27.0724C4.65413 26.7989 4.50033 26.428 4.5 26.0413V15.5C4.5 12.3174 5.76428 9.26515 8.01472 7.01472C10.2652 4.76428 13.3174 3.5 16.5 3.5C19.6826 3.5 22.7348 4.76428 24.9853 7.01472C27.2357 9.26515 28.5 12.3174 28.5 15.5ZM27.5 15.5C27.5 12.5826 26.3411 9.78473 24.2782 7.72183C22.2153 5.65893 19.4174 4.5 16.5 4.5C13.5826 4.5 10.7847 5.65893 8.72183 7.72183C6.65893 9.78473 5.5 12.5826 5.5 15.5V26.0413C5.5 26.1629 5.54833 26.2796 5.63436 26.3656C5.7204 26.4517 5.83708 26.5 5.95875 26.5H16.5C19.4164 26.4967 22.2123 25.3367 24.2745 23.2745C26.3367 21.2123 27.4967 18.4164 27.5 15.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="M21 14C21 14.2652 20.8946 14.5196 20.7071 14.7071C20.5196 14.8946 20.2652 15 20 15H12C11.7348 15 11.4804 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14C11 13.7348 11.1054 13.4804 11.2929 13.2929C11.4804 13.1054 11.7348 13 12 13H20C20.2652 13 20.5196 13.1054 20.7071 13.2929C20.8946 13.4804 21 13.7348 21 14ZM20 17H12C11.7348 17 11.4804 17.1054 11.2929 17.2929C11.1054 17.4804 11 17.7348 11 18C11 18.2652 11.1054 18.5196 11.2929 18.7071C11.4804 18.8946 11.7348 19 12 19H20C20.2652 19 20.5196 18.8946 20.7071 18.7071C20.8946 18.5196 21 18.2652 21 18C21 17.7348 20.8946 17.4804 20.7071 17.2929C20.5196 17.1054 20.2652 17 20 17ZM29 15.5C28.9964 18.8141 27.6782 21.9914 25.3348 24.3348C22.9914 26.6782 19.8141 27.9964 16.5 28H5.95875C5.43946 27.9993 4.94163 27.7928 4.57444 27.4256C4.20724 27.0584 4.00066 26.5605 4 26.0413V15.5C4 12.1848 5.31696 9.00537 7.66117 6.66116C10.0054 4.31696 13.1848 3 16.5 3C19.8152 3 22.9946 4.31696 25.3388 6.66116C27.683 9.00537 29 12.1848 29 15.5ZM27 15.5C27 12.7152 25.8938 10.0445 23.9246 8.07538C21.9555 6.10625 19.2848 5 16.5 5C13.7152 5 11.0445 6.10625 9.07538 8.07538C7.10625 10.0445 6 12.7152 6 15.5V26H16.5C19.2839 25.997 21.9528 24.8898 23.9213 22.9213C25.8898 20.9528 26.997 18.2839 27 15.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="M21.5 13.5C21.5 13.8978 21.342 14.2794 21.0607 14.5607C20.7794 14.842 20.3978 15 20 15H12C11.6022 15 11.2206 14.842 10.9393 14.5607C10.658 14.2794 10.5 13.8978 10.5 13.5C10.5 13.1022 10.658 12.7206 10.9393 12.4393C11.2206 12.158 11.6022 12 12 12H20C20.3978 12 20.7794 12.158 21.0607 12.4393C21.342 12.7206 21.5 13.1022 21.5 13.5ZM20 17H12C11.6022 17 11.2206 17.158 10.9393 17.4393C10.658 17.7206 10.5 18.1022 10.5 18.5C10.5 18.8978 10.658 19.2794 10.9393 19.5607C11.2206 19.842 11.6022 20 12 20H20C20.3978 20 20.7794 19.842 21.0607 19.5607C21.342 19.2794 21.5 18.8978 21.5 18.5C21.5 18.1022 21.342 17.7206 21.0607 17.4393C20.7794 17.158 20.3978 17 20 17ZM29.5 15.5C29.4964 18.9467 28.1256 22.2512 25.6884 24.6884C23.2512 27.1256 19.9467 28.4964 16.5 28.5H5.95875C5.30685 28.4993 4.68184 28.2401 4.22088 27.7791C3.75992 27.3182 3.50066 26.6931 3.5 26.0413V15.5C3.5 12.0522 4.86964 8.74558 7.30761 6.30761C9.74558 3.86964 13.0522 2.5 16.5 2.5C19.9478 2.5 23.2544 3.86964 25.6924 6.30761C28.1304 8.74558 29.5 12.0522 29.5 15.5ZM26.5 15.5C26.5 12.8478 25.4464 10.3043 23.5711 8.42893C21.6957 6.55357 19.1522 5.5 16.5 5.5C13.8478 5.5 11.3043 6.55357 9.42893 8.42893C7.55357 10.3043 6.5 12.8478 6.5 15.5V25.5H16.5C19.1513 25.497 21.6931 24.4425 23.5678 22.5678C25.4425 20.6931 26.497 18.1513 26.5 15.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="M16.5 3C13.1859 3.00364 10.0086 4.32177 7.66518 6.66518C5.32177 9.0086 4.00364 12.1859 4 15.5V26.0413C4.00066 26.5605 4.20724 27.0584 4.57444 27.4256C4.94163 27.7928 5.43946 27.9993 5.95875 28H16.5C19.8152 28 22.9946 26.683 25.3388 24.3388C27.683 21.9946 29 18.8152 29 15.5C29 12.1848 27.683 9.00537 25.3388 6.66117C22.9946 4.31696 19.8152 3 16.5 3ZM20 19H12C11.7348 19 11.4804 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18C11 17.7348 11.1054 17.4804 11.2929 17.2929C11.4804 17.1054 11.7348 17 12 17H20C20.2652 17 20.5196 17.1054 20.7071 17.2929C20.8946 17.4804 21 17.7348 21 18C21 18.2652 20.8946 18.5196 20.7071 18.7071C20.5196 18.8946 20.2652 19 20 19ZM20 15H12C11.7348 15 11.4804 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14C11 13.7348 11.1054 13.4804 11.2929 13.2929C11.4804 13.1054 11.7348 13 12 13H20C20.2652 13 20.5196 13.1054 20.7071 13.2929C20.8946 13.4804 21 13.7348 21 14C21 14.2652 20.8946 14.5196 20.7071 14.7071C20.5196 14.8946 20.2652 15 20 15Z" 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 15.5C28 17.0102 27.7025 18.5056 27.1246 19.9009C26.5467 21.2961 25.6996 22.5639 24.6317 23.6317C23.5639 24.6996 22.2961 25.5467 20.9009 26.1246C19.5056 26.7025 18.0102 27 16.5 27H5.95875C5.8328 27.0002 5.70805 26.9755 5.59166 26.9274C5.47526 26.8792 5.36951 26.8086 5.28045 26.7196C5.19138 26.6305 5.12077 26.5247 5.07265 26.4083C5.02452 26.2919 4.99984 26.1672 5 26.0413V15.5C5 12.45 6.2116 9.52494 8.36827 7.36827C10.5249 5.2116 13.45 4 16.5 4C18.0102 4 19.5056 4.29746 20.9009 4.87539C22.2961 5.45331 23.5639 6.3004 24.6317 7.36827C25.6996 8.43615 26.5467 9.7039 27.1246 11.0991C27.7025 12.4944 28 13.9898 28 15.5Z" fill="currentColor"/>
36
+ <path d="M21 14C21 14.2652 20.8946 14.5196 20.7071 14.7071C20.5196 14.8946 20.2652 15 20 15H12C11.7348 15 11.4804 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14C11 13.7348 11.1054 13.4804 11.2929 13.2929C11.4804 13.1054 11.7348 13 12 13H20C20.2652 13 20.5196 13.1054 20.7071 13.2929C20.8946 13.4804 21 13.7348 21 14ZM20 17H12C11.7348 17 11.4804 17.1054 11.2929 17.2929C11.1054 17.4804 11 17.7348 11 18C11 18.2652 11.1054 18.5196 11.2929 18.7071C11.4804 18.8946 11.7348 19 12 19H20C20.2652 19 20.5196 18.8946 20.7071 18.7071C20.8946 18.5196 21 18.2652 21 18C21 17.7348 20.8946 17.4804 20.7071 17.2929C20.5196 17.1054 20.2652 17 20 17ZM29 15.5C28.9964 18.8141 27.6782 21.9914 25.3348 24.3348C22.9914 26.6782 19.8141 27.9964 16.5 28H5.95875C5.43946 27.9993 4.94163 27.7928 4.57444 27.4256C4.20724 27.0584 4.00066 26.5605 4 26.0413V15.5C4 12.1848 5.31696 9.00537 7.66117 6.66116C10.0054 4.31696 13.1848 3 16.5 3C19.8152 3 22.9946 4.31696 25.3388 6.66116C27.683 9.00537 29 12.1848 29 15.5ZM27 15.5C27 12.7152 25.8938 10.0445 23.9246 8.07538C21.9555 6.10625 19.2848 5 16.5 5C13.7152 5 11.0445 6.10625 9.07538 8.07538C7.10625 10.0445 6 12.7152 6 15.5V26H16.5C19.2839 25.997 21.9528 24.8898 23.9213 22.9213C25.8898 20.9528 26.997 18.2839 27 15.5Z" 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="M20.75 14C20.75 14.1989 20.671 14.3897 20.5303 14.5303C20.3897 14.671 20.1989 14.75 20 14.75H12C11.8011 14.75 11.6103 14.671 11.4697 14.5303C11.329 14.3897 11.25 14.1989 11.25 14C11.25 13.8011 11.329 13.6103 11.4697 13.4697C11.6103 13.329 11.8011 13.25 12 13.25H20C20.1989 13.25 20.3897 13.329 20.5303 13.4697C20.671 13.6103 20.75 13.8011 20.75 14ZM20 17.25H12C11.8011 17.25 11.6103 17.329 11.4697 17.4697C11.329 17.6103 11.25 17.8011 11.25 18C11.25 18.1989 11.329 18.3897 11.4697 18.5303C11.6103 18.671 11.8011 18.75 12 18.75H20C20.1989 18.75 20.3897 18.671 20.5303 18.5303C20.671 18.3897 20.75 18.1989 20.75 18C20.75 17.8011 20.671 17.6103 20.5303 17.4697C20.3897 17.329 20.1989 17.25 20 17.25ZM28.75 15.5C28.7464 18.7478 27.4546 21.8615 25.158 24.158C22.8615 26.4546 19.7478 27.7464 16.5 27.75H5.95875C5.50566 27.7497 5.07123 27.5695 4.75085 27.2492C4.43047 26.9288 4.25033 26.4943 4.25 26.0413V15.5C4.25 12.2511 5.54062 9.13526 7.83794 6.83794C10.1353 4.54062 13.2511 3.25 16.5 3.25C19.7489 3.25 22.8647 4.54062 25.1621 6.83794C27.4594 9.13526 28.75 12.2511 28.75 15.5ZM27.25 15.5C27.25 12.6489 26.1174 9.91462 24.1014 7.8986C22.0854 5.88259 19.3511 4.75 16.5 4.75C13.6489 4.75 10.9146 5.88259 8.8986 7.8986C6.88259 9.91462 5.75 12.6489 5.75 15.5V26.0413C5.75 26.0966 5.77199 26.1497 5.81114 26.1889C5.85029 26.228 5.90339 26.25 5.95875 26.25H16.5C19.3501 26.2467 22.0824 25.113 24.0977 23.0977C26.113 21.0824 27.2467 18.3501 27.25 15.5Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ChatTeardropText;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChatText = ({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 8V24ZM20.5 14C20.5 14.1326 20.4474 14.2598 20.3536 14.3536C20.2598 14.4473 20.1326 14.5 20 14.5H12C11.8674 14.5 11.7402 14.4473 11.6465 14.3536C11.5527 14.2598 11.5 14.1326 11.5 14C11.5 13.8674 11.5527 13.7402 11.6465 13.6464C11.7402 13.5527 11.8674 13.5 12 13.5H20C20.1326 13.5 20.2598 13.5527 20.3536 13.6464C20.4474 13.7402 20.5 13.8674 20.5 14ZM20.5 18C20.5 18.1326 20.4474 18.2598 20.3536 18.3536C20.2598 18.4473 20.1326 18.5 20 18.5H12C11.8674 18.5 11.7402 18.4473 11.6465 18.3536C11.5527 18.2598 11.5 18.1326 11.5 18C11.5 17.8674 11.5527 17.7402 11.6465 17.6464C11.7402 17.5527 11.8674 17.5 12 17.5H20C20.1326 17.5 20.2598 17.5527 20.3536 17.6464C20.4474 17.7402 20.5 17.8674 20.5 18Z" 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 28V8H27V24ZM11 14C11 13.7348 11.1054 13.4804 11.2929 13.2929C11.4805 13.1054 11.7348 13 12 13H20C20.2653 13 20.5196 13.1054 20.7071 13.2929C20.8947 13.4804 21 13.7348 21 14C21 14.2652 20.8947 14.5196 20.7071 14.7071C20.5196 14.8946 20.2653 15 20 15H12C11.7348 15 11.4805 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14ZM11 18C11 17.7348 11.1054 17.4804 11.2929 17.2929C11.4805 17.1054 11.7348 17 12 17H20C20.2653 17 20.5196 17.1054 20.7071 17.2929C20.8947 17.4804 21 17.7348 21 18C21 18.2652 20.8947 18.5196 20.7071 18.7071C20.5196 18.8946 20.2653 19 20 19H12C11.7348 19 11.4805 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18Z" 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.5ZM10.5 13.5C10.5 13.1022 10.6581 12.7206 10.9394 12.4393C11.2207 12.158 11.6022 12 12 12H20C20.3978 12 20.7794 12.158 21.0607 12.4393C21.342 12.7206 21.5 13.1022 21.5 13.5C21.5 13.8978 21.342 14.2794 21.0607 14.5607C20.7794 14.842 20.3978 15 20 15H12C11.6022 15 11.2207 14.842 10.9394 14.5607C10.6581 14.2794 10.5 13.8978 10.5 13.5ZM10.5 18.5C10.5 18.1022 10.6581 17.7206 10.9394 17.4393C11.2207 17.158 11.6022 17 12 17H20C20.3978 17 20.7794 17.158 21.0607 17.4393C21.342 17.7206 21.5 18.1022 21.5 18.5C21.5 18.8978 21.342 19.2794 21.0607 19.5607C20.7794 19.842 20.3978 20 20 20H12C11.6022 20 11.2207 19.842 10.9394 19.5607C10.6581 19.2794 10.5 18.8978 10.5 18.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 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 6ZM20 19H12C11.7348 19 11.4805 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18C11 17.7348 11.1054 17.4804 11.2929 17.2929C11.4805 17.1054 11.7348 17 12 17H20C20.2653 17 20.5196 17.1054 20.7071 17.2929C20.8947 17.4804 21 17.7348 21 18C21 18.2652 20.8947 18.5196 20.7071 18.7071C20.5196 18.8946 20.2653 19 20 19ZM20 15H12C11.7348 15 11.4805 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14C11 13.7348 11.1054 13.4804 11.2929 13.2929C11.4805 13.1054 11.7348 13 12 13H20C20.2653 13 20.5196 13.1054 20.7071 13.2929C20.8947 13.4804 21 13.7348 21 14C21 14.2652 20.8947 14.5196 20.7071 14.7071C20.5196 14.8946 20.2653 15 20 15Z" 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 28V8H27V24ZM11 14C11 13.7348 11.1054 13.4804 11.2929 13.2929C11.4805 13.1054 11.7348 13 12 13H20C20.2653 13 20.5196 13.1054 20.7071 13.2929C20.8947 13.4804 21 13.7348 21 14C21 14.2652 20.8947 14.5196 20.7071 14.7071C20.5196 14.8946 20.2653 15 20 15H12C11.7348 15 11.4805 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14ZM11 18C11 17.7348 11.1054 17.4804 11.2929 17.2929C11.4805 17.1054 11.7348 17 12 17H20C20.2653 17 20.5196 17.1054 20.7071 17.2929C20.8947 17.4804 21 17.7348 21 18C21 18.2652 20.8947 18.5196 20.7071 18.7071C20.5196 18.8946 20.2653 19 20 19H12C11.7348 19 11.4805 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18Z" 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 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 8V24ZM20.75 14C20.75 14.1989 20.671 14.3897 20.5304 14.5303C20.3897 14.671 20.1989 14.75 20 14.75H12C11.8011 14.75 11.6103 14.671 11.4697 14.5303C11.329 14.3897 11.25 14.1989 11.25 14C11.25 13.8011 11.329 13.6103 11.4697 13.4697C11.6103 13.329 11.8011 13.25 12 13.25H20C20.1989 13.25 20.3897 13.329 20.5304 13.4697C20.671 13.6103 20.75 13.8011 20.75 14ZM20.75 18C20.75 18.1989 20.671 18.3897 20.5304 18.5303C20.3897 18.671 20.1989 18.75 20 18.75H12C11.8011 18.75 11.6103 18.671 11.4697 18.5303C11.329 18.3897 11.25 18.1989 11.25 18C11.25 17.8011 11.329 17.6103 11.4697 17.4697C11.6103 17.329 11.8011 17.25 12 17.25H20C20.1989 17.25 20.3897 17.329 20.5304 17.4697C20.671 17.6103 20.75 17.8011 20.75 18Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ChatText;
@@ -0,0 +1,52 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const EnvelopeSimple = ({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="M28 6.5H4C3.86739 6.5 3.74021 6.55268 3.64645 6.64645C3.55268 6.74021 3.5 6.86739 3.5 7V24C3.5 24.3978 3.65804 24.7794 3.93934 25.0607C4.22064 25.342 4.60218 25.5 5 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24V7C28.5 6.86739 28.4473 6.74021 28.3536 6.64645C28.2598 6.55268 28.1326 6.5 28 6.5ZM26.715 7.5L16 17.3213L5.285 7.5H26.715ZM27 24.5H5C4.86739 24.5 4.74021 24.4473 4.64645 24.3536C4.55268 24.2598 4.5 24.1326 4.5 24V8.13625L15.6625 18.375C15.7547 18.4593 15.8751 18.5061 16 18.5061C16.1249 18.5061 16.2453 18.4593 16.3375 18.375L27.5 8.13625V24C27.5 24.1326 27.4473 24.2598 27.3536 24.3536C27.2598 24.4473 27.1326 24.5 27 24.5Z"
8
+ fill="currentColor"/>
9
+ </svg>
10
+ }
11
+
12
+ if (type === 'regular') {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM25.4287 8L16 16.6437L6.57125 8H25.4287ZM27 24H5V9.27375L15.3237 18.7375C15.5082 18.9069 15.7496 19.0008 16 19.0008C16.2504 19.0008 16.4918 18.9069 16.6763 18.7375L27 9.27375V24Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+
20
+ if (type === 'bold') {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M28 5.5H4C3.60218 5.5 3.22064 5.65804 2.93934 5.93934C2.65804 6.22064 2.5 6.60218 2.5 7V24C2.5 24.663 2.76339 25.2989 3.23223 25.7678C3.70107 26.2366 4.33696 26.5 5 26.5H27C27.663 26.5 28.2989 26.2366 28.7678 25.7678C29.2366 25.2989 29.5 24.663 29.5 24V7C29.5 6.60218 29.342 6.22064 29.0607 5.93934C28.7794 5.65804 28.3978 5.5 28 5.5ZM24.1437 8.5L16 15.965L7.85625 8.5H24.1437ZM5.5 23.5V10.41L14.9862 19.1063C15.2629 19.3599 15.6246 19.5007 16 19.5007C16.3754 19.5007 16.7371 19.3599 17.0138 19.1063L26.5 10.41V23.5H5.5Z"
24
+ fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === 'fill') {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM27 24H5V9.27375L15.3237 18.7375C15.5082 18.9069 15.7496 19.0008 16 19.0008C16.2504 19.0008 16.4918 18.9069 16.6763 18.7375L27 9.27375V24Z"
32
+ fill="currentColor"/>
33
+ </svg>
34
+ }
35
+
36
+ if (type === 'duotone') {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2" d="M28 7L16 18L4 7H28Z" fill="currentColor"/>
39
+ <path
40
+ d="M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM25.4287 8L16 16.6437L6.57125 8H25.4287ZM27 24H5V9.27375L15.3237 18.7375C15.5082 18.9069 15.7496 19.0008 16 19.0008C16.2504 19.0008 16.4918 18.9069 16.6763 18.7375L27 9.27375V24Z"
41
+ fill="currentColor"/>
42
+ </svg>
43
+ }
44
+
45
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
46
+ <path
47
+ d="M28 6.25H4C3.80109 6.25 3.61032 6.32902 3.46967 6.46967C3.32902 6.61032 3.25 6.80109 3.25 7V24C3.25 24.4641 3.43437 24.9092 3.76256 25.2374C4.09075 25.5656 4.53587 25.75 5 25.75H27C27.4641 25.75 27.9092 25.5656 28.2374 25.2374C28.5656 24.9092 28.75 24.4641 28.75 24V7C28.75 6.80109 28.671 6.61032 28.5303 6.46967C28.3897 6.32902 28.1989 6.25 28 6.25ZM26.0725 7.75L16 16.9825L5.9275 7.75H26.0725ZM27 24.25H5C4.9337 24.25 4.87011 24.2237 4.82322 24.1768C4.77634 24.1299 4.75 24.0663 4.75 24V8.705L15.5 18.5525C15.6383 18.679 15.8189 18.7491 16.0063 18.7491C16.1936 18.7491 16.3742 18.679 16.5125 18.5525L27.25 8.705V24C27.25 24.0663 27.2237 24.1299 27.1768 24.1768C27.1299 24.2237 27.0663 24.25 27 24.25Z"
48
+ fill="currentColor"/>
49
+ </svg>
50
+ };
51
+
52
+ export default EnvelopeSimple;
@@ -0,0 +1,52 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Export = ({type}: IconProps) => {
4
+ if (type === 'thin') {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path
7
+ d="M26.5 14V26C26.5 26.3979 26.342 26.7794 26.0607 27.0607C25.7794 27.342 25.3978 27.5 25 27.5H7C6.60218 27.5 6.22064 27.342 5.93934 27.0607C5.65804 26.7794 5.5 26.3979 5.5 26V14C5.5 13.6022 5.65804 13.2207 5.93934 12.9394C6.22064 12.6581 6.60218 12.5 7 12.5H10C10.1326 12.5 10.2598 12.5527 10.3536 12.6465C10.4473 12.7402 10.5 12.8674 10.5 13C10.5 13.1326 10.4473 13.2598 10.3536 13.3536C10.2598 13.4473 10.1326 13.5 10 13.5H7C6.86739 13.5 6.74021 13.5527 6.64645 13.6465C6.55268 13.7402 6.5 13.8674 6.5 14V26C6.5 26.1326 6.55268 26.2598 6.64645 26.3536C6.74021 26.4473 6.86739 26.5 7 26.5H25C25.1326 26.5 25.2598 26.4473 25.3536 26.3536C25.4473 26.2598 25.5 26.1326 25.5 26V14C25.5 13.8674 25.4473 13.7402 25.3536 13.6465C25.2598 13.5527 25.1326 13.5 25 13.5H22C21.8674 13.5 21.7402 13.4473 21.6464 13.3536C21.5527 13.2598 21.5 13.1326 21.5 13C21.5 12.8674 21.5527 12.7402 21.6464 12.6465C21.7402 12.5527 21.8674 12.5 22 12.5H25C25.3978 12.5 25.7794 12.6581 26.0607 12.9394C26.342 13.2207 26.5 13.6022 26.5 14ZM11.3538 8.35378L15.5 4.20753V17C15.5 17.1326 15.5527 17.2598 15.6464 17.3536C15.7402 17.4473 15.8674 17.5 16 17.5C16.1326 17.5 16.2598 17.4473 16.3536 17.3536C16.4473 17.2598 16.5 17.1326 16.5 17V4.20753L20.6462 8.35378C20.6927 8.40023 20.7479 8.43708 20.8086 8.46222C20.8692 8.48736 20.9343 8.50031 21 8.50031C21.0657 8.50031 21.1308 8.48736 21.1914 8.46222C21.2521 8.43708 21.3073 8.40023 21.3538 8.35378C21.4002 8.30732 21.4371 8.25217 21.4622 8.19147C21.4873 8.13078 21.5003 8.06572 21.5003 8.00003C21.5003 7.93433 21.4873 7.86928 21.4622 7.80858C21.4371 7.74788 21.4002 7.69273 21.3538 7.64628L16.3538 2.64628C16.3073 2.59979 16.2522 2.56291 16.1915 2.53775C16.1308 2.51259 16.0657 2.49963 16 2.49963C15.9343 2.49963 15.8692 2.51259 15.8085 2.53775C15.7478 2.56291 15.6927 2.59979 15.6462 2.64628L10.6462 7.64628C10.5998 7.69273 10.5629 7.74788 10.5378 7.80858C10.5127 7.86928 10.4997 7.93433 10.4997 8.00003C10.4997 8.06572 10.5127 8.13078 10.5378 8.19147C10.5629 8.25217 10.5998 8.30732 10.6462 8.35378C10.7401 8.4476 10.8673 8.50031 11 8.50031C11.0657 8.50031 11.1308 8.48736 11.1914 8.46222C11.2521 8.43708 11.3073 8.40023 11.3538 8.35378Z"
8
+ fill="currentColor"/>
9
+ </svg>
10
+ }
11
+
12
+ if (type === 'regular') {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M27 14.0001V26.0001C27 26.5305 26.7893 27.0392 26.4142 27.4143C26.0391 27.7893 25.5304 28.0001 25 28.0001H7C6.46957 28.0001 5.96086 27.7893 5.58579 27.4143C5.21071 27.0392 5 26.5305 5 26.0001V14.0001C5 13.4696 5.21071 12.9609 5.58579 12.5858C5.96086 12.2108 6.46957 12.0001 7 12.0001H10C10.2652 12.0001 10.5196 12.1054 10.7071 12.2929C10.8946 12.4805 11 12.7348 11 13.0001C11 13.2653 10.8946 13.5196 10.7071 13.7072C10.5196 13.8947 10.2652 14.0001 10 14.0001H7V26.0001H25V14.0001H22C21.7348 14.0001 21.4804 13.8947 21.2929 13.7072C21.1054 13.5196 21 13.2653 21 13.0001C21 12.7348 21.1054 12.4805 21.2929 12.2929C21.4804 12.1054 21.7348 12.0001 22 12.0001H25C25.5304 12.0001 26.0391 12.2108 26.4142 12.5858C26.7893 12.9609 27 13.4696 27 14.0001ZM11.7075 8.70755L15 5.4138V17.0001C15 17.2653 15.1054 17.5196 15.2929 17.7072C15.4804 17.8947 15.7348 18.0001 16 18.0001C16.2652 18.0001 16.5196 17.8947 16.7071 17.7072C16.8946 17.5196 17 17.2653 17 17.0001V5.4138L20.2925 8.70755C20.4801 8.8952 20.7346 9.00061 21 9.00061C21.2654 9.00061 21.5199 8.8952 21.7075 8.70755C21.8951 8.51991 22.0006 8.26542 22.0006 8.00005C22.0006 7.73469 21.8951 7.4802 21.7075 7.29255L16.7075 2.29255C16.6146 2.19958 16.5043 2.12582 16.3829 2.07549C16.2615 2.02517 16.1314 1.99927 16 1.99927C15.8686 1.99927 15.7385 2.02517 15.6171 2.07549C15.4957 2.12582 15.3854 2.19958 15.2925 2.29255L10.2925 7.29255C10.1049 7.4802 9.99944 7.73469 9.99944 8.00005C9.99944 8.26542 10.1049 8.51991 10.2925 8.70755C10.4801 8.89519 10.7346 9.00061 11 9.00061C11.2654 9.00061 11.5199 8.8952 11.7075 8.70755Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+
20
+ if (type === 'bold') {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M27.5 14V26C27.5 26.663 27.2366 27.2989 26.7678 27.7677C26.2989 28.2366 25.663 28.5 25 28.5H7C6.33696 28.5 5.70107 28.2366 5.23223 27.7677C4.76339 27.2989 4.5 26.663 4.5 26V14C4.5 13.3369 4.76339 12.701 5.23223 12.2322C5.70107 11.7634 6.33696 11.5 7 11.5H10C10.3978 11.5 10.7794 11.658 11.0607 11.9393C11.342 12.2206 11.5 12.6021 11.5 13C11.5 13.3978 11.342 13.7793 11.0607 14.0606C10.7794 14.3419 10.3978 14.5 10 14.5H7.5V25.5H24.5V14.5H22C21.6022 14.5 21.2206 14.3419 20.9393 14.0606C20.658 13.7793 20.5 13.3978 20.5 13C20.5 12.6021 20.658 12.2206 20.9393 11.9393C21.2206 11.658 21.6022 11.5 22 11.5H25C25.663 11.5 26.2989 11.7634 26.7678 12.2322C27.2366 12.701 27.5 13.3369 27.5 14ZM12.0612 9.06121L14.5 6.62496V17C14.5 17.3978 14.658 17.7793 14.9393 18.0606C15.2206 18.3419 15.6022 18.5 16 18.5C16.3978 18.5 16.7794 18.3419 17.0607 18.0606C17.342 17.7793 17.5 17.3978 17.5 17V6.62496L19.9387 9.06496C20.0783 9.20449 20.2439 9.31517 20.4262 9.39069C20.6085 9.4662 20.8039 9.50506 21.0012 9.50506C21.1986 9.50506 21.394 9.4662 21.5763 9.39069C21.7586 9.31517 21.9242 9.20449 22.0637 9.06496C22.2033 8.92543 22.314 8.75979 22.3895 8.57748C22.465 8.39518 22.5039 8.19979 22.5039 8.00246C22.5039 7.80514 22.465 7.60975 22.3895 7.42744C22.314 7.24514 22.2033 7.07949 22.0637 6.93996L17.0637 1.93996C16.9244 1.80012 16.7588 1.68917 16.5765 1.61346C16.3941 1.53775 16.1987 1.49878 16.0012 1.49878C15.8038 1.49878 15.6083 1.53775 15.426 1.61346C15.2437 1.68917 15.0781 1.80012 14.9388 1.93996L9.93875 6.93996C9.79922 7.07949 9.68854 7.24514 9.61303 7.42744C9.53751 7.60975 9.49865 7.80514 9.49865 8.00246C9.49865 8.40098 9.65696 8.78317 9.93875 9.06496C10.2205 9.34675 10.6027 9.50506 11.0013 9.50506C11.3998 9.50506 11.782 9.34675 12.0638 9.06496L12.0612 9.06121Z"
24
+ fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === 'fill') {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M17 12.0001H15V5.4138L11.7075 8.70755C11.5199 8.8952 11.2654 9.00061 11 9.00061C10.7346 9.00061 10.4801 8.8952 10.2925 8.70755C10.1049 8.51991 9.99944 8.26542 9.99944 8.00005C9.99944 7.73469 10.1049 7.4802 10.2925 7.29255L15.2925 2.29255C15.3854 2.19958 15.4957 2.12582 15.6171 2.07549C15.7385 2.02517 15.8686 1.99927 16 1.99927C16.1314 1.99927 16.2615 2.02517 16.3829 2.07549C16.5043 2.12582 16.6146 2.19958 16.7075 2.29255L21.7075 7.29255C21.8004 7.38546 21.8741 7.49576 21.9244 7.61716C21.9747 7.73855 22.0006 7.86866 22.0006 8.00005C22.0006 8.13145 21.9747 8.26156 21.9244 8.38295C21.8741 8.50434 21.8004 8.61464 21.7075 8.70755C21.6146 8.80047 21.5043 8.87417 21.3829 8.92445C21.2615 8.97473 21.1314 9.00061 21 9.00061C20.8686 9.00061 20.7385 8.97473 20.6171 8.92445C20.4957 8.87417 20.3854 8.80047 20.2925 8.70755L17 5.4138V12.0001ZM25 12.0001H17V17.0001C17 17.2653 16.8946 17.5196 16.7071 17.7072C16.5196 17.8947 16.2652 18.0001 16 18.0001C15.7348 18.0001 15.4804 17.8947 15.2929 17.7072C15.1054 17.5196 15 17.2653 15 17.0001V12.0001H7C6.46957 12.0001 5.96086 12.2108 5.58579 12.5858C5.21071 12.9609 5 13.4696 5 14.0001V26.0001C5 26.5305 5.21071 27.0392 5.58579 27.4143C5.96086 27.7893 6.46957 28.0001 7 28.0001H25C25.5304 28.0001 26.0391 27.7893 26.4142 27.4143C26.7893 27.0392 27 26.5305 27 26.0001V14.0001C27 13.4696 26.7893 12.9609 26.4142 12.5858C26.0391 12.2108 25.5304 12.0001 25 12.0001Z"
32
+ fill="currentColor"/>
33
+ </svg>
34
+ }
35
+
36
+ if (type === 'duotone') {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2" d="M26 13V27H6V13H26Z" fill="currentColor"/>
39
+ <path
40
+ d="M27 14.0001V26.0001C27 26.5305 26.7893 27.0392 26.4142 27.4143C26.0391 27.7893 25.5304 28.0001 25 28.0001H7C6.46957 28.0001 5.96086 27.7893 5.58579 27.4143C5.21071 27.0392 5 26.5305 5 26.0001V14.0001C5 13.4696 5.21071 12.9609 5.58579 12.5858C5.96086 12.2108 6.46957 12.0001 7 12.0001H10C10.2652 12.0001 10.5196 12.1054 10.7071 12.2929C10.8946 12.4805 11 12.7348 11 13.0001C11 13.2653 10.8946 13.5196 10.7071 13.7072C10.5196 13.8947 10.2652 14.0001 10 14.0001H7V26.0001H25V14.0001H22C21.7348 14.0001 21.4804 13.8947 21.2929 13.7072C21.1054 13.5196 21 13.2653 21 13.0001C21 12.7348 21.1054 12.4805 21.2929 12.2929C21.4804 12.1054 21.7348 12.0001 22 12.0001H25C25.5304 12.0001 26.0391 12.2108 26.4142 12.5858C26.7893 12.9609 27 13.4696 27 14.0001ZM11.7075 8.70755L15 5.4138V17.0001C15 17.2653 15.1054 17.5196 15.2929 17.7072C15.4804 17.8947 15.7348 18.0001 16 18.0001C16.2652 18.0001 16.5196 17.8947 16.7071 17.7072C16.8946 17.5196 17 17.2653 17 17.0001V5.4138L20.2925 8.70755C20.4801 8.8952 20.7346 9.00061 21 9.00061C21.2654 9.00061 21.5199 8.8952 21.7075 8.70755C21.8951 8.51991 22.0006 8.26542 22.0006 8.00005C22.0006 7.73469 21.8951 7.4802 21.7075 7.29255L16.7075 2.29255C16.6146 2.19958 16.5043 2.12582 16.3829 2.07549C16.2615 2.02517 16.1314 1.99927 16 1.99927C15.8686 1.99927 15.7385 2.02517 15.6171 2.07549C15.4957 2.12582 15.3854 2.19958 15.2925 2.29255L10.2925 7.29255C10.1049 7.4802 9.99944 7.73469 9.99944 8.00005C9.99944 8.26542 10.1049 8.51991 10.2925 8.70755C10.4801 8.89519 10.7346 9.00061 11 9.00061C11.2654 9.00061 11.5199 8.8952 11.7075 8.70755Z"
41
+ fill="currentColor"/>
42
+ </svg>
43
+ }
44
+
45
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
46
+ <path
47
+ d="M26.75 13.9999V25.9999C26.75 26.4641 26.5656 26.9092 26.2374 27.2374C25.9092 27.5656 25.4641 27.7499 25 27.7499H7C6.53587 27.7499 6.09075 27.5656 5.76256 27.2374C5.43437 26.9092 5.25 26.4641 5.25 25.9999V13.9999C5.25 13.5358 5.43437 13.0907 5.76256 12.7625C6.09075 12.4343 6.53587 12.2499 7 12.2499H10C10.1989 12.2499 10.3897 12.329 10.5303 12.4696C10.671 12.6103 10.75 12.801 10.75 12.9999C10.75 13.1989 10.671 13.3896 10.5303 13.5303C10.3897 13.6709 10.1989 13.7499 10 13.7499H7C6.9337 13.7499 6.87011 13.7763 6.82322 13.8232C6.77634 13.8701 6.75 13.9336 6.75 13.9999V25.9999C6.75 26.0663 6.77634 26.1298 6.82322 26.1767C6.87011 26.2236 6.9337 26.2499 7 26.2499H25C25.0663 26.2499 25.1299 26.2236 25.1768 26.1767C25.2237 26.1298 25.25 26.0663 25.25 25.9999V13.9999C25.25 13.9336 25.2237 13.8701 25.1768 13.8232C25.1299 13.7763 25.0663 13.7499 25 13.7499H22C21.8011 13.7499 21.6103 13.6709 21.4697 13.5303C21.329 13.3896 21.25 13.1989 21.25 12.9999C21.25 12.801 21.329 12.6103 21.4697 12.4696C21.6103 12.329 21.8011 12.2499 22 12.2499H25C25.4641 12.2499 25.9092 12.4343 26.2374 12.7625C26.5656 13.0907 26.75 13.5358 26.75 13.9999ZM11.53 8.52995L15.25 4.8112V16.9999C15.25 17.1989 15.329 17.3896 15.4697 17.5303C15.6103 17.6709 15.8011 17.7499 16 17.7499C16.1989 17.7499 16.3897 17.6709 16.5303 17.5303C16.671 17.3896 16.75 17.1989 16.75 16.9999V4.8112L20.47 8.52995C20.5387 8.60364 20.6215 8.66274 20.7135 8.70373C20.8055 8.74472 20.9048 8.76677 21.0055 8.76854C21.1062 8.77032 21.2062 8.75179 21.2996 8.71407C21.393 8.67635 21.4778 8.62021 21.549 8.54899C21.6203 8.47777 21.6764 8.39294 21.7141 8.29955C21.7518 8.20616 21.7704 8.10613 21.7686 8.00543C21.7668 7.90473 21.7448 7.80541 21.7038 7.71341C21.6628 7.62141 21.6037 7.53861 21.53 7.46995L16.53 2.46995C16.3894 2.3295 16.1988 2.25061 16 2.25061C15.8012 2.25061 15.6106 2.3295 15.47 2.46995L10.47 7.46995C10.3963 7.53861 10.3372 7.62141 10.2962 7.71341C10.2552 7.80541 10.2332 7.90473 10.2314 8.00543C10.2296 8.10613 10.2482 8.20616 10.2859 8.29955C10.3236 8.39294 10.3797 8.47777 10.451 8.54899C10.5222 8.62021 10.607 8.67635 10.7004 8.71407C10.7938 8.75179 10.8938 8.77032 10.9945 8.76854C11.0952 8.76677 11.1945 8.74472 11.2865 8.70373C11.3785 8.66274 11.4613 8.60364 11.53 8.52995Z"
48
+ fill="currentColor"/>
49
+ </svg>
50
+ };
51
+
52
+ export default Export;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const PaperPlaneTilt = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M28.0581 3.94003C27.8688 3.74971 27.6314 3.61432 27.3712 3.54828C27.111 3.48225 26.8378 3.48803 26.5806 3.56503L2.59185 10.8338C2.29771 10.9165 2.03586 11.0871 1.84132 11.3227C1.64679 11.5584 1.52886 11.8478 1.5033 12.1523C1.47775 12.4568 1.54579 12.7618 1.69833 13.0265C1.85086 13.2913 2.08062 13.5032 2.35685 13.6338L13.0581 18.7025C13.1627 18.7517 13.2471 18.8356 13.2968 18.94L18.3656 29.6425C18.4854 29.8996 18.6764 30.1169 18.9158 30.2689C19.1553 30.4208 19.4332 30.501 19.7168 30.5C19.7593 30.5 19.8031 30.5 19.8418 30.5C20.1451 30.4764 20.4338 30.3603 20.6689 30.1674C20.9041 29.9744 21.0744 29.714 21.1568 29.4213L28.4331 5.42128V5.41128C28.5092 5.15503 28.5145 4.88297 28.4484 4.62395C28.3824 4.36493 28.2475 4.12861 28.0581 3.94003ZM27.4806 5.13253L20.2018 29.1325C20.1741 29.2303 20.1173 29.3174 20.0389 29.3821C19.9604 29.4467 19.8641 29.486 19.7628 29.4945C19.6615 29.5031 19.56 29.4805 19.4719 29.4299C19.3837 29.3793 19.3131 29.3031 19.2693 29.2113L14.2006 18.5125L20.3556 12.3588C20.4021 12.3123 20.4389 12.2572 20.464 12.1965C20.4892 12.1358 20.5021 12.0707 20.5021 12.005C20.5021 11.9393 20.4892 11.8743 20.464 11.8136C20.4389 11.7529 20.4021 11.6977 20.3556 11.6513C20.3091 11.6048 20.254 11.568 20.1933 11.5428C20.1326 11.5177 20.0675 11.5047 20.0018 11.5047C19.9362 11.5047 19.8711 11.5177 19.8104 11.5428C19.7497 11.568 19.6946 11.6048 19.6481 11.6513L13.4931 17.8063L2.7856 12.73C2.69117 12.6878 2.6127 12.6166 2.56165 12.5266C2.51061 12.4366 2.48965 12.3327 2.50185 12.23C2.5093 12.126 2.54965 12.0271 2.61707 11.9475C2.68449 11.868 2.77547 11.8119 2.87685 11.7875L26.8618 4.52003C26.9065 4.50688 26.9528 4.50015 26.9993 4.50003C27.1306 4.5019 27.2559 4.55533 27.3481 4.64878C27.4116 4.71007 27.4574 4.78734 27.4807 4.87247C27.5041 4.95759 27.504 5.04743 27.4806 5.13253Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M28.414 3.58497C28.1625 3.33363 27.8486 3.15388 27.5045 3.06424C27.1604 2.9746 26.7987 2.9783 26.4565 3.07497H26.4378L2.44528 10.355C2.05473 10.4673 1.70765 10.6959 1.45028 11.0104C1.19291 11.3249 1.03744 11.7103 1.00459 12.1154C0.971743 12.5204 1.06307 12.9259 1.2664 13.2778C1.46973 13.6296 1.77543 13.9112 2.14278 14.085L12.8453 19.1537L17.914 29.8562C18.0741 30.199 18.3288 30.4888 18.6482 30.6914C18.9676 30.8941 19.3383 31.0011 19.7165 31C19.774 31 19.8315 30.9975 19.889 30.9925C20.2927 30.9598 20.6766 30.8044 20.9894 30.5473C21.3022 30.2901 21.5289 29.9434 21.639 29.5537L28.914 5.56122C28.914 5.55497 28.914 5.54872 28.914 5.54247C29.012 5.20117 29.0172 4.83996 28.9294 4.49594C28.8415 4.15192 28.6636 3.8375 28.414 3.58497ZM19.7278 28.9812L19.7215 28.9987L14.8015 18.6125L20.7065 12.7062C20.8862 12.5172 20.9848 12.2654 20.9815 12.0046C20.9781 11.7439 20.8731 11.4947 20.6887 11.3103C20.5043 11.1259 20.2551 11.0209 19.9944 11.0175C19.7336 11.0142 19.4818 11.1128 19.2928 11.2925L13.3865 17.1975L2.99903 12.2775H3.01653L26.999 4.99997L19.7278 28.9812Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M28.7683 3.2325C28.4541 2.91823 28.0618 2.69337 27.6318 2.5811C27.2019 2.46883 26.7498 2.4732 26.322 2.59375L26.2945 2.6025L2.30578 9.875C1.81852 10.0163 1.38578 10.3024 1.06503 10.6955C0.744282 11.0886 0.550704 11.5699 0.51001 12.0756C0.469317 12.5813 0.583434 13.0874 0.837204 13.5267C1.09097 13.9659 1.47239 14.3176 1.93078 14.535L12.4708 19.535L17.4708 30.075C17.6704 30.5031 17.9882 30.8653 18.3869 31.1186C18.7856 31.372 19.2484 31.5061 19.7208 31.505C19.792 31.505 19.8645 31.505 19.937 31.4963C20.4423 31.456 20.9231 31.2617 21.3145 30.9396C21.7058 30.6175 21.989 30.1831 22.1258 29.695L29.3983 5.70625C29.4019 5.69734 29.4049 5.68814 29.407 5.67875C29.5276 5.25103 29.5319 4.7989 29.4197 4.36893C29.3074 3.93896 29.0826 3.54668 28.7683 3.2325ZM19.6258 27.615L15.4108 18.7163L21.067 13.06C21.3488 12.7782 21.5071 12.396 21.5071 11.9975C21.5071 11.599 21.3488 11.2168 21.067 10.935C20.7852 10.6532 20.403 10.4949 20.0045 10.4949C19.606 10.4949 19.2238 10.6532 18.942 10.935L13.2858 16.5913L4.38578 12.375L26.2508 5.75L19.6258 27.615Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M28.9245 5.54254C28.9245 5.54254 28.9245 5.55504 28.9245 5.56129L21.6495 29.5538C21.5394 29.9435 21.3127 30.2902 20.9999 30.5473C20.6871 30.8045 20.3031 30.9599 19.8995 30.9925C19.842 30.9975 19.7845 31 19.727 31C19.3487 31.0012 18.978 30.8942 18.6587 30.6915C18.3393 30.4888 18.0845 30.199 17.9245 29.8563L13.4608 20.4325C13.4167 20.3393 13.4025 20.2347 13.4202 20.1331C13.4379 20.0315 13.4865 19.9379 13.5595 19.865L20.717 12.7063C20.8966 12.5172 20.9953 12.2655 20.9919 12.0047C20.9886 11.744 20.8835 11.4948 20.6991 11.3104C20.5147 11.126 20.2656 11.0209 20.0048 11.0176C19.7441 11.0143 19.4923 11.1129 19.3033 11.2925L12.1345 18.45C12.0616 18.523 11.968 18.5717 11.8664 18.5893C11.7648 18.607 11.6602 18.5929 11.567 18.5488L2.192 14.1075C1.82381 13.9389 1.51395 13.6647 1.30167 13.3198C1.08939 12.9749 0.984225 12.5748 0.999504 12.17C1.01986 11.7541 1.17045 11.355 1.42998 11.0293C1.68951 10.7036 2.04484 10.4678 2.44575 10.355L26.4383 3.08004H26.457C26.7986 2.98407 27.1596 2.9807 27.5029 3.07029C27.8463 3.15988 28.1596 3.3392 28.4107 3.58985C28.6619 3.84049 28.8418 4.15345 28.9321 4.4966C29.0224 4.83975 29.0198 5.20074 28.9245 5.54254Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M27.9612 5.27244L20.6837 29.2724C20.6281 29.468 20.5143 29.642 20.3574 29.7712C20.2004 29.9004 20.0078 29.9787 19.8052 29.9957C19.6027 30.0127 19.3997 29.9675 19.2235 29.8662C19.0472 29.7649 18.906 29.6123 18.8187 29.4287L13.7499 18.7262C13.6511 18.5178 13.4833 18.35 13.2749 18.2512L2.57244 13.1812C2.38886 13.0939 2.23624 12.9527 2.13495 12.7764C2.03365 12.6002 1.98847 12.3972 2.00545 12.1946C2.02242 11.9921 2.10073 11.7995 2.22994 11.6425C2.35916 11.4856 2.53314 11.3717 2.72869 11.3162L26.7287 4.03869C26.8997 3.99077 27.0803 3.98924 27.2521 4.03426C27.4239 4.07927 27.5805 4.16922 27.706 4.29484C27.8315 4.42046 27.9213 4.57723 27.9662 4.74905C28.011 4.92086 28.0093 5.10151 27.9612 5.27244Z" fill="currentColor"/>
37
+ <path d="M28.414 3.58497C28.1625 3.33363 27.8486 3.15388 27.5045 3.06424C27.1604 2.9746 26.7987 2.9783 26.4565 3.07497H26.4378L2.44528 10.355C2.05473 10.4673 1.70765 10.6959 1.45028 11.0104C1.19291 11.3249 1.03744 11.7103 1.00459 12.1154C0.971743 12.5204 1.06307 12.9259 1.2664 13.2778C1.46973 13.6296 1.77543 13.9112 2.14278 14.085L12.8453 19.1537L17.914 29.8562C18.0741 30.199 18.3288 30.4888 18.6482 30.6914C18.9676 30.8941 19.3383 31.0011 19.7165 31C19.774 31 19.8315 30.9975 19.889 30.9925C20.2927 30.9598 20.6766 30.8044 20.9894 30.5473C21.3022 30.2901 21.5289 29.9434 21.639 29.5537L28.914 5.56122C28.914 5.55497 28.914 5.54872 28.914 5.54247C29.012 5.20117 29.0172 4.83996 28.9294 4.49594C28.8415 4.15192 28.6636 3.8375 28.414 3.58497ZM19.7278 28.9812L19.7215 28.9987L14.8015 18.6125L20.7065 12.7062C20.8862 12.5172 20.9848 12.2654 20.9815 12.0046C20.9781 11.7439 20.8731 11.4947 20.6887 11.3103C20.5043 11.1259 20.2551 11.0209 19.9944 11.0175C19.7336 11.0142 19.4818 11.1128 19.2928 11.2925L13.3865 17.1975L2.99903 12.2775H3.01653L26.999 4.99997L19.7278 28.9812Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M28.2356 3.76497C28.017 3.54298 27.7424 3.3842 27.441 3.30543C27.1395 3.22666 26.8224 3.23082 26.5231 3.31747H26.5093L2.51808 10.5962C2.17619 10.6942 1.87225 10.8939 1.64676 11.169C1.42126 11.444 1.2849 11.7812 1.25585 12.1356C1.2268 12.4901 1.30643 12.8449 1.48414 13.153C1.66185 13.4611 1.9292 13.7077 2.25058 13.86L12.9518 18.9287C13.0035 18.9541 13.0452 18.9958 13.0706 19.0475L18.1406 29.75C18.2806 30.0496 18.5033 30.303 18.7826 30.4802C19.0619 30.6574 19.3861 30.751 19.7168 30.75C19.7668 30.75 19.8181 30.75 19.8681 30.7437C20.2224 30.7159 20.5597 30.58 20.8344 30.3545C21.1091 30.1289 21.308 29.8246 21.4043 29.4825L28.6793 5.49122V5.47747C28.7665 5.17852 28.7712 4.86159 28.6931 4.56016C28.615 4.25873 28.4569 3.98399 28.2356 3.76497ZM27.2356 5.06497L19.9668 29.0537V29.0675C19.9551 29.1176 19.9272 29.1625 19.8875 29.1953C19.8477 29.228 19.7983 29.2468 19.7468 29.2487C19.6952 29.2565 19.6425 29.2466 19.5971 29.2208C19.5518 29.1949 19.5165 29.1546 19.4968 29.1062L14.4968 18.5612L20.5268 12.5312C20.6676 12.3905 20.7466 12.1996 20.7466 12.0006C20.7466 11.8016 20.6676 11.6107 20.5268 11.47C20.3861 11.3292 20.1952 11.2502 19.9962 11.2502C19.7972 11.2502 19.6063 11.3292 19.4656 11.47L13.4406 17.5L2.89433 12.5C2.848 12.4784 2.80939 12.4431 2.78373 12.3989C2.75806 12.3547 2.74656 12.3037 2.75078 12.2527C2.75501 12.2018 2.77475 12.1533 2.80734 12.114C2.83994 12.0746 2.88382 12.0461 2.93308 12.0325H2.94683L26.9356 4.75997C26.9777 4.74813 27.0223 4.74793 27.0646 4.75937C27.1068 4.77081 27.1452 4.79348 27.1756 4.82497C27.2064 4.85583 27.2286 4.89422 27.24 4.93632C27.2514 4.97842 27.2516 5.02277 27.2406 5.06497H27.2356Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default PaperPlaneTilt;
@@ -0,0 +1,54 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Phone = ({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.5975 20.2662L21.695 17.625C21.4662 17.5259 21.2163 17.4855 20.9679 17.5073C20.7196 17.5292 20.4806 17.6125 20.2725 17.75C20.2559 17.7605 20.24 17.7722 20.225 17.785L17.125 20.4275C17.056 20.4695 16.9777 20.4939 16.8971 20.4985C16.8164 20.5031 16.7358 20.4877 16.6625 20.4537C14.6325 19.4737 12.5313 17.3887 11.5513 15.3825C11.5166 15.3097 11.5005 15.2295 11.5044 15.149C11.5084 15.0685 11.5322 14.9902 11.5738 14.9212L14.2238 11.77C14.2363 11.755 14.2475 11.7387 14.2588 11.7225C14.3958 11.5147 14.4789 11.2761 14.5007 11.0283C14.5225 10.7804 14.4824 10.5309 14.3838 10.3025L11.7375 4.40996C11.6098 4.11152 11.3886 3.86258 11.1073 3.70052C10.8261 3.53846 10.4998 3.47203 10.1775 3.51121C8.60448 3.71861 7.16073 4.49154 6.11593 5.68563C5.07112 6.87972 4.49673 8.41331 4.50001 9.99996C4.50001 19.65 12.35 27.5 22 27.5C23.5867 27.5033 25.1203 26.9289 26.3143 25.8841C27.5084 24.8393 28.2814 23.3955 28.4888 21.8225C28.5277 21.5017 28.4619 21.1769 28.3013 20.8965C28.1407 20.6161 27.8939 20.395 27.5975 20.2662ZM27.5 21.6975C27.3235 23.0296 26.6678 24.2519 25.6556 25.1358C24.6433 26.0197 23.3438 26.5046 22 26.5C12.9025 26.5 5.50001 19.0975 5.50001 9.99996C5.49536 8.65614 5.9803 7.35663 6.86417 6.34439C7.74804 5.33215 8.97033 4.67648 10.3025 4.49996C10.3225 4.49872 10.3425 4.49872 10.3625 4.49996C10.4612 4.5008 10.5573 4.5308 10.639 4.58618C10.7206 4.64157 10.784 4.71986 10.8213 4.81121L13.46 10.7037C13.4908 10.7757 13.5042 10.854 13.4992 10.9321C13.4943 11.0103 13.471 11.0862 13.4313 11.1537L10.7825 14.3037C10.77 14.32 10.7575 14.335 10.7463 14.3525C10.6051 14.5683 10.522 14.8168 10.505 15.0741C10.4879 15.3313 10.5374 15.5887 10.6488 15.8212C11.735 18.045 13.975 20.2687 16.2238 21.355C16.4579 21.4656 16.7167 21.5137 16.975 21.4947C17.2332 21.4756 17.4821 21.39 17.6975 21.2462L17.7438 21.2112L20.8475 18.5712C20.9139 18.5307 20.989 18.5064 21.0666 18.5006C21.1442 18.4947 21.222 18.5073 21.2938 18.5375L27.195 21.1825C27.2946 21.2239 27.3781 21.2965 27.4331 21.3893C27.4881 21.4821 27.5115 21.5902 27.5 21.6975Z"
8
+ fill="currentColor"/>
9
+ </svg>
10
+ }
11
+
12
+ if (type === 'regular') {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M27.7963 19.8075L21.9075 17.1687L21.8913 17.1612C21.5856 17.0305 21.2521 16.978 20.921 17.0086C20.5899 17.0391 20.2716 17.1517 19.995 17.3362C19.9624 17.3578 19.9311 17.3811 19.9013 17.4062L16.8588 20C14.9313 19.0637 12.9413 17.0887 12.005 15.1862L14.6025 12.0975C14.6275 12.0662 14.6513 12.035 14.6738 12.0012C14.8543 11.7254 14.9638 11.4091 14.9926 11.0807C15.0214 10.7523 14.9686 10.4218 14.8388 10.1187V10.1037L12.1925 4.20499C12.0209 3.80907 11.7259 3.47926 11.3515 3.26479C10.9771 3.05032 10.5433 2.96269 10.115 3.01499C8.42122 3.23787 6.86649 4.0697 5.74118 5.35511C4.61587 6.64052 3.99695 8.2916 4.00001 9.99999C4.00001 19.925 12.075 28 22 28C23.7084 28.0031 25.3595 27.3841 26.6449 26.2588C27.9303 25.1335 28.7621 23.5788 28.985 21.885C29.0374 21.4568 28.95 21.0232 28.7357 20.6488C28.5215 20.2744 28.1919 19.9793 27.7963 19.8075ZM22 26C17.758 25.9954 13.691 24.3082 10.6914 21.3086C7.69184 18.309 6.00464 14.242 6.00001 9.99999C5.99531 8.77935 6.43507 7.59874 7.23718 6.67862C8.03929 5.75851 9.14889 5.16182 10.3588 4.99999C10.3583 5.00498 10.3583 5.01 10.3588 5.01499L12.9838 10.89L10.4 13.9825C10.3738 14.0127 10.35 14.0448 10.3288 14.0787C10.1407 14.3674 10.0303 14.6997 10.0084 15.0436C9.9865 15.3874 10.0538 15.7311 10.2038 16.0412C11.3363 18.3575 13.67 20.6737 16.0113 21.805C16.3237 21.9536 16.6694 22.0185 17.0144 21.9935C17.3595 21.9686 17.6922 21.8545 17.98 21.6625C18.0121 21.6409 18.043 21.6175 18.0725 21.5925L21.1113 19L26.9863 21.6312C26.9863 21.6312 26.9963 21.6312 27 21.6312C26.8402 22.8428 26.2444 23.9547 25.3241 24.7588C24.4038 25.5628 23.2221 26.0041 22 26Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+
20
+ if (type === 'bold') {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M28 19.3499L22.1138 16.7112L22.0913 16.7012C21.7086 16.5362 21.2908 16.4698 20.8759 16.5081C20.461 16.5463 20.0623 16.6879 19.7163 16.9199C19.6678 16.9524 19.621 16.9875 19.5763 17.0249L16.7875 19.3999C15.1625 18.5187 13.4838 16.8537 12.6013 15.2487L14.9838 12.4162C15.0221 12.3705 15.0575 12.3225 15.09 12.2724C15.316 11.9276 15.4532 11.5323 15.4894 11.1216C15.5256 10.711 15.4597 10.2977 15.2975 9.91869C15.2937 9.91143 15.2903 9.90391 15.2875 9.89619L12.65 3.99994C12.4335 3.50684 12.064 3.09655 11.5962 2.82978C11.1284 2.563 10.5871 2.45393 10.0525 2.51869C8.23797 2.75706 6.57225 3.64778 5.36643 5.02451C4.16062 6.40123 3.49717 8.16982 3.50001 9.99994C3.50001 20.2012 11.7988 28.4999 22 28.4999C23.8301 28.5028 25.5987 27.8393 26.9754 26.6335C28.3522 25.4277 29.2429 23.762 29.4813 21.9474C29.546 21.4128 29.4369 20.8715 29.1702 20.4037C28.9034 19.9359 28.4931 19.5664 28 19.3499ZM22 25.4999C17.8907 25.495 13.9511 23.8604 11.0453 20.9546C8.1396 18.0489 6.50497 14.1093 6.50001 9.99994C6.49715 8.96431 6.84874 7.95887 7.49636 7.15071C8.14398 6.34255 9.04864 5.78032 10.06 5.55744L12.4125 10.8074L10.0175 13.6599C9.9788 13.7061 9.9429 13.7545 9.91001 13.8049C9.67395 14.1656 9.53516 14.5812 9.50712 15.0114C9.47909 15.4416 9.56276 15.8717 9.75001 16.2599C10.9275 18.6699 13.3538 21.0799 15.7888 22.2599C16.1796 22.4452 16.6119 22.526 17.0433 22.4942C17.4747 22.4624 17.8905 22.3193 18.25 22.0787C18.2983 22.0461 18.3447 22.0106 18.3888 21.9724L21.1925 19.5887L26.4425 21.9399C26.2196 22.9513 25.6574 23.856 24.8492 24.5036C24.0411 25.1512 23.0356 25.5028 22 25.4999Z"
24
+ fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === 'fill') {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M28.985 21.885C28.7621 23.5788 27.9303 25.1335 26.6449 26.2588C25.3595 27.3841 23.7084 28.0031 22 28C12.075 28 4.00001 19.925 4.00001 9.99999C3.99695 8.2916 4.61587 6.64052 5.74118 5.35511C6.86649 4.0697 8.42122 3.23787 10.115 3.01499C10.5433 2.96269 10.9771 3.05032 11.3515 3.26479C11.7259 3.47926 12.0209 3.80907 12.1925 4.20499L14.8325 10.0987V10.1137C14.9639 10.4168 15.0181 10.7477 14.9904 11.0768C14.9627 11.406 14.8539 11.7231 14.6738 12C14.6513 12.0337 14.6275 12.065 14.6025 12.0962L12 15.1812C12.9363 17.0837 14.9263 19.0562 16.8538 19.995L19.8963 17.4062C19.9261 17.3811 19.9574 17.3578 19.99 17.3362C20.2666 17.1517 20.5849 17.0391 20.916 17.0086C21.2471 16.978 21.5806 17.0305 21.8863 17.1612L21.9025 17.1687L27.7913 19.8075C28.1879 19.9785 28.5185 20.2732 28.7337 20.6477C28.9489 21.0222 29.037 21.4562 28.985 21.885Z"
32
+ fill="currentColor"/>
33
+ </svg>
34
+ }
35
+
36
+ if (type === 'duotone') {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2"
39
+ d="M27.9925 21.76C27.7983 23.2113 27.0836 24.5427 25.9813 25.5065C24.8791 26.4704 23.4642 27.0011 22 27C17.4913 27 13.1673 25.2089 9.97919 22.0208C6.79107 18.8327 5 14.5087 5 9.99997C4.99888 8.53573 5.5296 7.12091 6.49345 6.01864C7.45731 4.91637 8.78869 4.20167 10.24 4.00747C10.4545 3.98199 10.6716 4.02666 10.8586 4.13482C11.0456 4.24299 11.1926 4.40881 11.2775 4.60747L13.9188 10.5075C13.9836 10.659 14.0101 10.8242 13.9957 10.9885C13.9813 11.1527 13.9265 11.3108 13.8363 11.4487L11.165 14.625C11.0702 14.768 11.0142 14.9331 11.0024 15.1042C10.9906 15.2753 11.0233 15.4466 11.0975 15.6012C12.1313 17.7175 14.3188 19.8787 16.4413 20.9025C16.5967 20.9763 16.7688 21.0084 16.9404 20.9954C17.112 20.9825 17.2773 20.925 17.42 20.8287L20.545 18.1662C20.6835 18.0741 20.8428 18.0179 21.0084 18.0029C21.1741 17.9878 21.3409 18.0143 21.4937 18.08L27.3888 20.7212C27.5883 20.8056 27.7551 20.9525 27.864 21.1398C27.9729 21.3272 28.018 21.5448 27.9925 21.76Z"
40
+ fill="currentColor"/>
41
+ <path
42
+ d="M27.7963 19.8075L21.9075 17.1687L21.8913 17.1612C21.5856 17.0305 21.2521 16.978 20.921 17.0086C20.5899 17.0391 20.2716 17.1517 19.995 17.3362C19.9624 17.3578 19.9311 17.3811 19.9013 17.4062L16.8588 20C14.9313 19.0637 12.9413 17.0887 12.005 15.1862L14.6025 12.0975C14.6275 12.0662 14.6513 12.035 14.6738 12.0012C14.8543 11.7254 14.9638 11.4091 14.9926 11.0807C15.0214 10.7523 14.9686 10.4218 14.8388 10.1187V10.1037L12.1925 4.20499C12.0209 3.80907 11.7259 3.47926 11.3515 3.26479C10.9771 3.05032 10.5433 2.96269 10.115 3.01499C8.42122 3.23787 6.86649 4.0697 5.74118 5.35511C4.61587 6.64052 3.99695 8.2916 4.00001 9.99999C4.00001 19.925 12.075 28 22 28C23.7084 28.0031 25.3595 27.3841 26.6449 26.2588C27.9303 25.1335 28.7621 23.5788 28.985 21.885C29.0374 21.4568 28.95 21.0232 28.7357 20.6488C28.5215 20.2744 28.1919 19.9793 27.7963 19.8075ZM22 26C17.758 25.9954 13.691 24.3082 10.6914 21.3086C7.69184 18.309 6.00464 14.242 6.00001 9.99999C5.99531 8.77935 6.43507 7.59874 7.23718 6.67862C8.03929 5.75851 9.14889 5.16182 10.3588 4.99999C10.3583 5.00498 10.3583 5.01 10.3588 5.01499L12.9838 10.89L10.4 13.9825C10.3738 14.0127 10.35 14.0448 10.3288 14.0787C10.1407 14.3674 10.0303 14.6997 10.0084 15.0436C9.9865 15.3874 10.0538 15.7311 10.2038 16.0412C11.3363 18.3575 13.67 20.6737 16.0113 21.805C16.3237 21.9536 16.6694 22.0185 17.0144 21.9935C17.3595 21.9686 17.6922 21.8545 17.98 21.6625C18.0121 21.6409 18.043 21.6175 18.0725 21.5925L21.1113 19L26.9863 21.6312C26.9863 21.6312 26.9963 21.6312 27 21.6312C26.8402 22.8428 26.2444 23.9547 25.3241 24.7588C24.4038 25.5628 23.2221 26.0041 22 26Z"
43
+ fill="currentColor"/>
44
+ </svg>
45
+ }
46
+
47
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
48
+ <path
49
+ d="M27.6988 20.0374L21.7938 17.3912C21.5262 17.2766 21.2343 17.2305 20.9444 17.2571C20.6546 17.2837 20.3759 17.3822 20.1338 17.5437C20.1092 17.5595 20.0858 17.577 20.0638 17.5962L16.9775 20.2212C16.9455 20.2387 16.9098 20.2484 16.8734 20.2497C16.837 20.251 16.8007 20.2438 16.7675 20.2287C14.7838 19.2712 12.7288 17.2287 11.7675 15.2724C11.7515 15.2398 11.7432 15.2038 11.7432 15.1674C11.7432 15.1311 11.7515 15.0951 11.7675 15.0624L14.4013 11.9374C14.4202 11.9143 14.4377 11.8901 14.4538 11.8649C14.613 11.6218 14.7092 11.3429 14.7336 11.0533C14.7581 10.7637 14.71 10.4726 14.5938 10.2062L11.9663 4.3112C11.8171 3.96321 11.559 3.673 11.2308 3.48413C10.9027 3.29526 10.5221 3.21791 10.1463 3.2637C8.5128 3.47845 7.01341 4.28062 5.92829 5.52033C4.84318 6.76003 4.24659 8.35243 4.25001 9.99995C4.25001 19.7874 12.2125 27.7499 22 27.7499C23.6475 27.7531 25.2397 27.1564 26.4794 26.0714C27.719 24.9863 28.5213 23.4871 28.7363 21.8537C28.782 21.4796 28.7057 21.1008 28.5187 20.7735C28.3318 20.4463 28.0442 20.1881 27.6988 20.0374ZM22 26.2499C13.04 26.2499 5.75001 18.9599 5.75001 9.99995C5.74584 8.71736 6.20877 7.47712 7.05232 6.51096C7.89587 5.5448 9.06233 4.91881 10.3338 4.74995H10.3625C10.4129 4.75089 10.4618 4.76703 10.5028 4.79625C10.5439 4.82547 10.5751 4.86641 10.5925 4.9137L13.23 10.8024C13.2451 10.8352 13.2528 10.8708 13.2528 10.9068C13.2528 10.9429 13.2451 10.9785 13.23 11.0112L10.5913 14.1437C10.5716 14.1661 10.5536 14.1899 10.5375 14.2149C10.3724 14.467 10.2752 14.7575 10.2552 15.0581C10.2353 15.3588 10.2934 15.6595 10.4238 15.9312C11.5325 18.2012 13.82 20.4712 16.115 21.5799C16.3883 21.7096 16.6905 21.7663 16.9921 21.7444C17.2938 21.7225 17.5846 21.6228 17.8363 21.4549C17.86 21.4387 17.8838 21.4212 17.9063 21.4024L20.9913 18.7774C21.0217 18.7611 21.0554 18.7515 21.0899 18.7493C21.1244 18.7472 21.159 18.7525 21.1913 18.7649L27.0975 21.4112C27.1458 21.4317 27.1863 21.4669 27.2135 21.5118C27.2406 21.5567 27.253 21.6089 27.2488 21.6612C27.0808 22.9332 26.4554 24.1005 25.4894 24.945C24.5235 25.7895 23.2831 26.2534 22 26.2499Z"
50
+ fill="currentColor"/>
51
+ </svg>
52
+ };
53
+
54
+ export default Phone;