@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,51 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Translate = ({type}: IconProps) => {
4
+
5
+ if (type === 'thin') {
6
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path
8
+ d="M29.4475 26.7763L22.4475 12.7762C22.406 12.693 22.3422 12.6231 22.2631 12.5741C22.1841 12.5252 22.093 12.4993 22 12.4993C21.907 12.4993 21.8159 12.5252 21.7369 12.5741C21.6578 12.6231 21.594 12.693 21.5525 12.7762L18.6938 18.5C16.1581 18.4289 13.7169 17.5219 11.75 15.92C14.0262 13.6941 15.364 10.6812 15.4888 7.5H19C19.1326 7.5 19.2598 7.44732 19.3536 7.35355C19.4473 7.25979 19.5 7.13261 19.5 7C19.5 6.86739 19.4473 6.74021 19.3536 6.64645C19.2598 6.55268 19.1326 6.5 19 6.5H11.5V4C11.5 3.86739 11.4473 3.74021 11.3536 3.64645C11.2598 3.55268 11.1326 3.5 11 3.5C10.8674 3.5 10.7402 3.55268 10.6464 3.64645C10.5527 3.74021 10.5 3.86739 10.5 4V6.5H3C2.86739 6.5 2.74021 6.55268 2.64645 6.64645C2.55268 6.74021 2.5 6.86739 2.5 7C2.5 7.13261 2.55268 7.25979 2.64645 7.35355C2.74021 7.44732 2.86739 7.5 3 7.5H14.4888C14.3622 10.4368 13.1135 13.2131 11 15.2563C9.72237 14.0217 8.74815 12.508 8.15375 10.8337C8.13358 10.7698 8.10074 10.7105 8.05719 10.6595C8.01364 10.6085 7.96027 10.5667 7.90026 10.5368C7.84024 10.5068 7.77481 10.4892 7.70786 10.4851C7.64091 10.4809 7.5738 10.4903 7.51055 10.5126C7.44729 10.5349 7.38916 10.5697 7.33964 10.615C7.29012 10.6602 7.2502 10.715 7.22228 10.7759C7.19435 10.8369 7.17898 10.9029 7.17709 10.97C7.17519 11.037 7.18681 11.1038 7.21125 11.1663C7.84715 12.9611 8.8863 14.5861 10.2487 15.9163C8.203 17.5881 5.64199 18.5009 3 18.5C2.86739 18.5 2.74021 18.5527 2.64645 18.6464C2.55268 18.7402 2.5 18.8674 2.5 19C2.5 19.1326 2.55268 19.2598 2.64645 19.3536C2.74021 19.4473 2.86739 19.5 3 19.5C5.92477 19.5032 8.7572 18.476 11 16.5987C13.0371 18.2967 15.561 19.3035 18.2075 19.4737L14.555 26.7775C14.5256 26.8363 14.5081 26.9002 14.5034 26.9658C14.4988 27.0313 14.5071 27.0971 14.5279 27.1595C14.5698 27.2853 14.6601 27.3894 14.7788 27.4487C14.8974 27.5081 15.0348 27.5179 15.1607 27.4759C15.2866 27.4339 15.3907 27.3437 15.45 27.225L17.3088 23.5H26.6912L28.5525 27.2237C28.5941 27.3068 28.658 27.3767 28.737 27.4255C28.816 27.4743 28.9071 27.5001 29 27.5C29.0776 27.4996 29.1541 27.4816 29.2237 27.4475C29.2825 27.4181 29.335 27.3775 29.3781 27.3279C29.4211 27.2782 29.454 27.2206 29.4748 27.1583C29.4956 27.0959 29.5038 27.0301 29.4992 26.9645C29.4945 26.899 29.4769 26.835 29.4475 26.7763ZM17.8088 22.5L22 14.1175L26.1912 22.5H17.8088Z"
9
+ fill="currentColor"/>
10
+ </svg>
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="M29.8937 26.5525L22.8937 12.5525C22.8107 12.3864 22.683 12.2468 22.5251 12.1491C22.3671 12.0515 22.1851 11.9998 21.9994 11.9998C21.8137 11.9998 21.6317 12.0515 21.4737 12.1491C21.3157 12.2468 21.1881 12.3864 21.105 12.5525L18.3913 17.9813C16.2641 17.8616 14.2175 17.1269 12.5 15.8663C14.5151 13.7143 15.7361 10.9395 15.9613 8H19C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7C20 6.73478 19.8946 6.48043 19.7071 6.29289C19.5196 6.10536 19.2652 6 19 6H12V4C12 3.73478 11.8946 3.48043 11.7071 3.29289C11.5196 3.10536 11.2652 3 11 3C10.7348 3 10.4804 3.10536 10.2929 3.29289C10.1054 3.48043 10 3.73478 10 4V6H3C2.73478 6 2.48043 6.10536 2.29289 6.29289C2.10536 6.48043 2 6.73478 2 7C2 7.26522 2.10536 7.51957 2.29289 7.70711C2.48043 7.89464 2.73478 8 3 8H13.9537C13.731 10.4508 12.6907 12.7556 11 14.5437C9.94645 13.4321 9.13741 12.1121 8.625 10.6687C8.58287 10.5428 8.51607 10.4265 8.42852 10.3267C8.34096 10.2269 8.2344 10.1455 8.11505 10.0873C7.9957 10.029 7.86595 9.99518 7.73337 9.98765C7.6008 9.98013 7.46805 9.99908 7.34287 10.0434C7.2177 10.0877 7.10261 10.1565 7.00431 10.2458C6.90602 10.3351 6.82649 10.4431 6.77037 10.5634C6.71425 10.6838 6.68266 10.8141 6.67744 10.9468C6.67223 11.0795 6.6935 11.2119 6.74 11.3363C7.33658 13.0236 8.27634 14.569 9.5 15.875C7.61595 17.2595 5.33803 18.0042 3 18C2.73478 18 2.48043 18.1054 2.29289 18.2929C2.10536 18.4804 2 18.7348 2 19C2 19.2652 2.10536 19.5196 2.29289 19.7071C2.48043 19.8946 2.73478 20 3 20C5.90073 20.0032 8.71833 19.0312 11 17.24C12.862 18.6948 15.0847 19.6156 17.43 19.9037L14.105 26.5525C13.9863 26.7897 13.9667 27.0643 14.0505 27.316C14.1343 27.5676 14.3147 27.7757 14.5519 27.8944C14.7891 28.0131 15.0637 28.0327 15.3154 27.9488C15.567 27.865 15.7751 27.6847 15.8938 27.4475L17.6175 24H26.3813L28.105 27.4475C28.1881 27.6136 28.3159 27.7533 28.474 27.8509C28.6321 27.9485 28.8142 28.0001 29 28C29.1704 27.9999 29.338 27.9563 29.4869 27.8732C29.6357 27.7901 29.7608 27.6704 29.8503 27.5254C29.9399 27.3803 29.9909 27.2148 29.9985 27.0446C30.0061 26.8743 29.97 26.7049 29.8937 26.5525ZM18.6175 22L22 15.2362L25.3813 22H18.6175Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+ if (type === 'bold') {
20
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path
22
+ d="M30.3412 26.3288L23.3412 12.3287C23.2166 12.0798 23.0251 11.8705 22.7882 11.7241C22.5513 11.5778 22.2784 11.5004 22 11.5004C21.7216 11.5004 21.4487 11.5778 21.2118 11.7241C20.9749 11.8705 20.7834 12.0798 20.6588 12.3287L18.0938 17.4538C16.3657 17.3027 14.7018 16.7269 13.25 15.7775C15.0142 13.7259 16.1178 11.1893 16.4163 8.5H19C19.3978 8.5 19.7794 8.34196 20.0607 8.06066C20.342 7.77936 20.5 7.39782 20.5 7C20.5 6.60218 20.342 6.22064 20.0607 5.93934C19.7794 5.65804 19.3978 5.5 19 5.5H12.5V4C12.5 3.60218 12.342 3.22064 12.0607 2.93934C11.7794 2.65804 11.3978 2.5 11 2.5C10.6022 2.5 10.2206 2.65804 9.93934 2.93934C9.65804 3.22064 9.5 3.60218 9.5 4V5.5H3C2.60218 5.5 2.22064 5.65804 1.93934 5.93934C1.65804 6.22064 1.5 6.60218 1.5 7C1.5 7.39782 1.65804 7.77936 1.93934 8.06066C2.22064 8.34196 2.60218 8.5 3 8.5H13.3912C13.1099 10.4549 12.2808 12.2903 11 13.7937C10.375 13.0623 9.85341 12.2485 9.45 11.375C9.37099 11.1913 9.25604 11.0252 9.11191 10.8866C8.96779 10.748 8.7974 10.6396 8.61077 10.5677C8.42413 10.4959 8.22502 10.4621 8.02514 10.4684C7.82526 10.4747 7.62865 10.5208 7.44687 10.6042C7.26509 10.6875 7.10182 10.8064 6.96664 10.9537C6.83146 11.1011 6.72712 11.274 6.65975 11.4623C6.59237 11.6506 6.56333 11.8504 6.57432 12.0501C6.58531 12.2498 6.63612 12.4452 6.72375 12.625C7.24847 13.7662 7.93052 14.8281 8.75 15.78C7.04294 16.9036 5.04368 17.5017 3 17.5C2.60218 17.5 2.22064 17.658 1.93934 17.9393C1.65804 18.2206 1.5 18.6022 1.5 19C1.5 19.3978 1.65804 19.7794 1.93934 20.0607C2.22064 20.342 2.60218 20.5 3 20.5C5.88005 20.5023 8.6846 19.579 11 17.8662C12.6791 19.1019 14.6207 19.9335 16.6737 20.2962L13.6575 26.3288C13.5638 26.5055 13.5063 26.6991 13.4885 26.8984C13.4707 27.0976 13.493 27.2984 13.5539 27.4889C13.6149 27.6794 13.7133 27.8558 13.8435 28.0077C13.9736 28.1596 14.1328 28.2839 14.3117 28.3734C14.4907 28.4629 14.6856 28.5156 14.8853 28.5286C15.0849 28.5416 15.2851 28.5145 15.474 28.449C15.663 28.3834 15.837 28.2807 15.9857 28.147C16.1344 28.0132 16.2549 27.851 16.34 27.67L17.9263 24.5H26.0725L27.6575 27.67C27.7456 27.8462 27.8675 28.0034 28.0163 28.1325C28.1651 28.2616 28.3379 28.3601 28.5247 28.4224C28.7116 28.4848 28.9089 28.5097 29.1054 28.4957C29.3019 28.4818 29.4938 28.4293 29.67 28.3412C29.8462 28.2532 30.0034 28.1313 30.1325 27.9825C30.2616 27.8337 30.3601 27.6609 30.4224 27.474C30.4848 27.2871 30.5097 27.0898 30.4957 26.8933C30.4818 26.6968 30.4293 26.505 30.3412 26.3288ZM19.4263 21.5L22 16.3538L24.5725 21.5H19.4263Z"
23
+ fill="currentColor"/>
24
+ </svg>
25
+ }
26
+ if (type === 'fill') {
27
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path
29
+ d="M20 16.2362L21.8825 20H18.1175L18.9125 18.4125L20 16.2362ZM28 6V26C28 26.5304 27.7893 27.0391 27.4142 27.4142C27.0391 27.7893 26.5304 28 26 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H26C26.5304 4 27.0391 4.21071 27.4142 4.58579C27.7893 4.96086 28 5.46957 28 6ZM25.895 23.5525L20.895 13.5525C20.8121 13.3861 20.6844 13.2461 20.5263 13.1483C20.3682 13.0504 20.1859 12.9986 20 12.9986C19.8141 12.9986 19.6318 13.0504 19.4737 13.1483C19.3156 13.2461 19.1879 13.3861 19.105 13.5525L17.4575 16.85C16.3977 16.6424 15.3927 16.2168 14.5063 15.6C15.8879 14.0358 16.7428 12.0767 16.95 10H19C19.2652 10 19.5196 9.89464 19.7071 9.70711C19.8946 9.51957 20 9.26522 20 9C20 8.73478 19.8946 8.48043 19.7071 8.29289C19.5196 8.10536 19.2652 8 19 8H14V7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V8H7C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9C6 9.26522 6.10536 9.51957 6.29289 9.70711C6.48043 9.89464 6.73478 10 7 10H14.935C14.7366 11.5778 14.0705 13.0602 13.0225 14.2563C12.5785 13.7379 12.2006 13.1665 11.8975 12.555C11.7747 12.326 11.5675 12.1538 11.3199 12.0748C11.0723 11.9959 10.8037 12.0165 10.571 12.1322C10.3383 12.2479 10.1598 12.4496 10.0733 12.6947C9.98675 12.9397 9.99903 13.2088 10.1075 13.445C10.4902 14.2168 10.969 14.9371 11.5325 15.5887C10.2006 16.5096 8.61928 17.002 7 17C6.73478 17 6.48043 17.1054 6.29289 17.2929C6.10536 17.4804 6 17.7348 6 18C6 18.2652 6.10536 18.5196 6.29289 18.7071C6.48043 18.8946 6.73478 19 7 19C9.17092 19.0023 11.283 18.2942 13.0138 16.9837C14.061 17.7842 15.2591 18.365 16.5362 18.6912L14.105 23.5525C13.9863 23.7899 13.9668 24.0647 14.0507 24.3164C14.1346 24.5682 14.3151 24.7763 14.5525 24.895C14.7899 25.0137 15.0647 25.0332 15.3164 24.9493C15.5682 24.8654 15.7763 24.6849 15.895 24.4475L17.1175 22H22.8825L24.105 24.4475C24.1638 24.565 24.2451 24.6698 24.3444 24.7559C24.4437 24.842 24.5589 24.9077 24.6836 24.9493C24.8082 24.9908 24.9399 25.0074 25.0709 24.9981C25.202 24.9888 25.33 24.9538 25.4475 24.895C25.565 24.8362 25.6698 24.7549 25.7559 24.6556C25.842 24.5563 25.9077 24.4411 25.9493 24.3164C25.9908 24.1918 26.0074 24.0601 25.9981 23.9291C25.9888 23.798 25.9538 23.67 25.895 23.5525Z"
30
+ fill="currentColor"/>
31
+ </svg>
32
+ }
33
+ if (type === 'duotone') {
34
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2"
36
+ d="M27 23H17L22 13L27 23ZM11 15.945C12.2599 14.8205 13.2676 13.4421 13.957 11.9004C14.6464 10.3588 15.0018 8.68876 15 7H7.00001C6.99817 8.68876 7.35362 10.3588 8.043 11.9004C8.73239 13.4421 9.74012 14.8205 11 15.945Z"
37
+ fill="currentColor"/>
38
+ <path
39
+ d="M29.8937 26.5525L22.8937 12.5525C22.8107 12.3864 22.683 12.2468 22.5251 12.1491C22.3671 12.0515 22.1851 11.9998 21.9994 11.9998C21.8137 11.9998 21.6317 12.0515 21.4737 12.1491C21.3157 12.2468 21.1881 12.3864 21.105 12.5525L18.3913 17.9813C16.2641 17.8616 14.2175 17.1269 12.5 15.8663C14.5151 13.7143 15.7361 10.9395 15.9613 8H19C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7C20 6.73478 19.8946 6.48043 19.7071 6.29289C19.5196 6.10536 19.2652 6 19 6H12V4C12 3.73478 11.8946 3.48043 11.7071 3.29289C11.5196 3.10536 11.2652 3 11 3C10.7348 3 10.4804 3.10536 10.2929 3.29289C10.1054 3.48043 10 3.73478 10 4V6H3C2.73478 6 2.48043 6.10536 2.29289 6.29289C2.10536 6.48043 2 6.73478 2 7C2 7.26522 2.10536 7.51957 2.29289 7.70711C2.48043 7.89464 2.73478 8 3 8H13.9537C13.7316 10.451 12.6912 12.7559 11 14.5437C9.94645 13.4321 9.13741 12.1121 8.625 10.6687C8.58287 10.5428 8.51607 10.4265 8.42852 10.3267C8.34096 10.2269 8.2344 10.1455 8.11505 10.0873C7.9957 10.029 7.86595 9.99518 7.73337 9.98765C7.6008 9.98013 7.46805 9.99908 7.34287 10.0434C7.2177 10.0877 7.10261 10.1565 7.00431 10.2458C6.90602 10.3351 6.82649 10.4431 6.77037 10.5634C6.71425 10.6838 6.68266 10.8141 6.67744 10.9468C6.67223 11.0795 6.6935 11.2119 6.74 11.3363C7.33658 13.0236 8.27634 14.569 9.5 15.875C7.61595 17.2595 5.33803 18.0042 3 18C2.73478 18 2.48043 18.1054 2.29289 18.2929C2.10536 18.4804 2 18.7348 2 19C2 19.2652 2.10536 19.5196 2.29289 19.7071C2.48043 19.8946 2.73478 20 3 20C5.90073 20.0032 8.71833 19.0312 11 17.24C12.862 18.6948 15.0847 19.6156 17.43 19.9037L14.105 26.5525C13.9863 26.7897 13.9667 27.0643 14.0505 27.316C14.1343 27.5676 14.3147 27.7757 14.5519 27.8944C14.7891 28.0131 15.0637 28.0327 15.3154 27.9488C15.567 27.865 15.7751 27.6847 15.8938 27.4475L17.6175 24H26.3813L28.105 27.4475C28.1881 27.6136 28.3159 27.7533 28.474 27.8509C28.6321 27.9485 28.8142 28.0001 29 28C29.1704 27.9999 29.338 27.9563 29.4869 27.8732C29.6357 27.7901 29.7608 27.6704 29.8503 27.5254C29.9399 27.3803 29.9909 27.2148 29.9985 27.0446C30.0061 26.8743 29.97 26.7049 29.8937 26.5525ZM18.6175 22L22 15.2362L25.3813 22H18.6175Z"
40
+ fill="currentColor"/>
41
+ </svg>
42
+ }
43
+
44
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
45
+ <path
46
+ d="M29.6712 26.665L22.6712 12.665C22.609 12.5402 22.5133 12.4352 22.3947 12.3618C22.2761 12.2884 22.1394 12.2496 22 12.2496C21.8606 12.2496 21.7239 12.2884 21.6053 12.3618C21.4867 12.4352 21.391 12.5402 21.3288 12.665L18.5413 18.24C16.2116 18.1434 13.9694 17.3252 12.125 15.8988C14.2692 13.7058 15.5487 10.8118 15.7275 7.75H19C19.1989 7.75 19.3897 7.67098 19.5303 7.53033C19.671 7.38968 19.75 7.19891 19.75 7C19.75 6.80109 19.671 6.61032 19.5303 6.46967C19.3897 6.32902 19.1989 6.25 19 6.25H11.75V4C11.75 3.80109 11.671 3.61032 11.5303 3.46967C11.3897 3.32902 11.1989 3.25 11 3.25C10.8011 3.25 10.6103 3.32902 10.4697 3.46967C10.329 3.61032 10.25 3.80109 10.25 4V6.25H3C2.80109 6.25 2.61032 6.32902 2.46967 6.46967C2.32902 6.61032 2.25 6.80109 2.25 7C2.25 7.19891 2.32902 7.38968 2.46967 7.53033C2.61032 7.67098 2.80109 7.75 3 7.75H14.2238C14.0457 10.445 12.901 12.9852 11 14.9038C9.83397 13.7286 8.94226 12.3102 8.38875 10.75C8.35769 10.6549 8.30792 10.567 8.24239 10.4915C8.17685 10.4159 8.09687 10.3543 8.00714 10.3101C7.91741 10.2659 7.81975 10.2401 7.71991 10.2342C7.62007 10.2284 7.52006 10.2425 7.42577 10.2759C7.33147 10.3092 7.2448 10.3611 7.17086 10.4284C7.09691 10.4958 7.03718 10.5772 6.99518 10.668C6.95318 10.7587 6.92975 10.857 6.92629 10.9569C6.92282 11.0569 6.93939 11.1565 6.975 11.25C7.59196 12.9925 8.58164 14.5794 9.875 15.9C7.90832 17.4259 5.4892 18.2528 3 18.25C2.80109 18.25 2.61032 18.329 2.46967 18.4697C2.32902 18.6103 2.25 18.8011 2.25 19C2.25 19.1989 2.32902 19.3897 2.46967 19.5303C2.61032 19.671 2.80109 19.75 3 19.75C5.9122 19.7527 8.73677 18.7539 11 16.9213C12.9508 18.4941 15.3214 19.4579 17.8162 19.6925L14.33 26.665C14.286 26.7532 14.2598 26.8491 14.2529 26.9474C14.246 27.0457 14.2585 27.1443 14.2897 27.2378C14.3528 27.4265 14.4882 27.5824 14.6663 27.6713C14.8443 27.7601 15.0503 27.7746 15.239 27.7115C15.4277 27.6485 15.5837 27.513 15.6725 27.335L17.4638 23.75H26.5362L28.3288 27.335C28.391 27.4597 28.4868 27.5646 28.6054 27.6379C28.7239 27.7112 28.8606 27.75 29 27.75C29.1164 27.7503 29.2313 27.7229 29.335 27.67C29.5127 27.5812 29.648 27.4255 29.711 27.2371C29.7741 27.0486 29.7598 26.8429 29.6712 26.665ZM18.2138 22.25L22 14.6775L25.7862 22.25H18.2138Z"
47
+ fill="currentColor"/>
48
+ </svg>
49
+ };
50
+
51
+ export default Translate;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignBottom = ({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="M27.5 27C27.5 27.1326 27.4473 27.2598 27.3536 27.3536C27.2598 27.4473 27.1326 27.5 27 27.5H5C4.86739 27.5 4.74021 27.4473 4.64645 27.3536C4.55268 27.2598 4.5 27.1326 4.5 27C4.5 26.8674 4.55268 26.7402 4.64645 26.6464C4.74021 26.5527 4.86739 26.5 5 26.5H27C27.1326 26.5 27.2598 26.5527 27.3536 26.6464C27.4473 26.7402 27.5 26.8674 27.5 27ZM17.5 22V10C17.5 9.60218 17.658 9.22064 17.9393 8.93934C18.2206 8.65804 18.6022 8.5 19 8.5H24C24.3978 8.5 24.7794 8.65804 25.0607 8.93934C25.342 9.22064 25.5 9.60218 25.5 10V22C25.5 22.3978 25.342 22.7794 25.0607 23.0607C24.7794 23.342 24.3978 23.5 24 23.5H19C18.6022 23.5 18.2206 23.342 17.9393 23.0607C17.658 22.7794 17.5 22.3978 17.5 22ZM18.5 22C18.5 22.1326 18.5527 22.2598 18.6464 22.3536C18.7402 22.4473 18.8674 22.5 19 22.5H24C24.1326 22.5 24.2598 22.4473 24.3536 22.3536C24.4473 22.2598 24.5 22.1326 24.5 22V10C24.5 9.86739 24.4473 9.74021 24.3536 9.64645C24.2598 9.55268 24.1326 9.5 24 9.5H19C18.8674 9.5 18.7402 9.55268 18.6464 9.64645C18.5527 9.74021 18.5 9.86739 18.5 10V22ZM6.5 22V5C6.5 4.60218 6.65804 4.22064 6.93934 3.93934C7.22064 3.65804 7.60218 3.5 8 3.5H13C13.3978 3.5 13.7794 3.65804 14.0607 3.93934C14.342 4.22064 14.5 4.60218 14.5 5V22C14.5 22.3978 14.342 22.7794 14.0607 23.0607C13.7794 23.342 13.3978 23.5 13 23.5H8C7.60218 23.5 7.22064 23.342 6.93934 23.0607C6.65804 22.7794 6.5 22.3978 6.5 22ZM7.5 22C7.5 22.1326 7.55268 22.2598 7.64645 22.3536C7.74021 22.4473 7.86739 22.5 8 22.5H13C13.1326 22.5 13.2598 22.4473 13.3536 22.3536C13.4473 22.2598 13.5 22.1326 13.5 22V5C13.5 4.86739 13.4473 4.74021 13.3536 4.64645C13.2598 4.55268 13.1326 4.5 13 4.5H8C7.86739 4.5 7.74021 4.55268 7.64645 4.64645C7.55268 4.74021 7.5 4.86739 7.5 5V22Z" 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 27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27C4 26.7348 4.10536 26.4804 4.29289 26.2929C4.48043 26.1054 4.73478 26 5 26H27C27.2652 26 27.5196 26.1054 27.7071 26.2929C27.8946 26.4804 28 26.7348 28 27ZM17 22V10C17 9.46957 17.2107 8.96086 17.5858 8.58579C17.9609 8.21071 18.4696 8 19 8H24C24.5304 8 25.0391 8.21071 25.4142 8.58579C25.7893 8.96086 26 9.46957 26 10V22C26 22.5304 25.7893 23.0391 25.4142 23.4142C25.0391 23.7893 24.5304 24 24 24H19C18.4696 24 17.9609 23.7893 17.5858 23.4142C17.2107 23.0391 17 22.5304 17 22ZM19 22H24V10H19V22ZM6 22V5C6 4.46957 6.21071 3.96086 6.58579 3.58579C6.96086 3.21071 7.46957 3 8 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5V22C15 22.5304 14.7893 23.0391 14.4142 23.4142C14.0391 23.7893 13.5304 24 13 24H8C7.46957 24 6.96086 23.7893 6.58579 23.4142C6.21071 23.0391 6 22.5304 6 22ZM8 22H13V5H8V22Z" 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.5 27C28.5 27.3978 28.342 27.7794 28.0607 28.0607C27.7794 28.342 27.3978 28.5 27 28.5H5C4.60218 28.5 4.22064 28.342 3.93934 28.0607C3.65804 27.7794 3.5 27.3978 3.5 27C3.5 26.6022 3.65804 26.2206 3.93934 25.9393C4.22064 25.658 4.60218 25.5 5 25.5H27C27.3978 25.5 27.7794 25.658 28.0607 25.9393C28.342 26.2206 28.5 26.6022 28.5 27ZM17 21V10C17 9.33696 17.2634 8.70107 17.7322 8.23223C18.2011 7.76339 18.837 7.5 19.5 7.5H24C24.663 7.5 25.2989 7.76339 25.7678 8.23223C26.2366 8.70107 26.5 9.33696 26.5 10V21C26.5 21.663 26.2366 22.2989 25.7678 22.7678C25.2989 23.2366 24.663 23.5 24 23.5H19.5C18.837 23.5 18.2011 23.2366 17.7322 22.7678C17.2634 22.2989 17 21.663 17 21ZM20 20.5H23.5V10.5H20V20.5ZM5.5 21V5C5.5 4.33696 5.76339 3.70107 6.23223 3.23223C6.70107 2.76339 7.33696 2.5 8 2.5H12.5C13.163 2.5 13.7989 2.76339 14.2678 3.23223C14.7366 3.70107 15 4.33696 15 5V21C15 21.663 14.7366 22.2989 14.2678 22.7678C13.7989 23.2366 13.163 23.5 12.5 23.5H8C7.33696 23.5 6.70107 23.2366 6.23223 22.7678C5.76339 22.2989 5.5 21.663 5.5 21ZM8.5 20.5H12V5.5H8.5V20.5Z" 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 27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27C4 26.7348 4.10536 26.4804 4.29289 26.2929C4.48043 26.1054 4.73478 26 5 26H27C27.2652 26 27.5196 26.1054 27.7071 26.2929C27.8946 26.4804 28 26.7348 28 27ZM19 24H24C24.5304 24 25.0391 23.7893 25.4142 23.4142C25.7893 23.0391 26 22.5304 26 22V10C26 9.46957 25.7893 8.96086 25.4142 8.58579C25.0391 8.21071 24.5304 8 24 8H19C18.4696 8 17.9609 8.21071 17.5858 8.58579C17.2107 8.96086 17 9.46957 17 10V22C17 22.5304 17.2107 23.0391 17.5858 23.4142C17.9609 23.7893 18.4696 24 19 24ZM8 24H13C13.5304 24 14.0391 23.7893 14.4142 23.4142C14.7893 23.0391 15 22.5304 15 22V5C15 4.46957 14.7893 3.96086 14.4142 3.58579C14.0391 3.21071 13.5304 3 13 3H8C7.46957 3 6.96086 3.21071 6.58579 3.58579C6.21071 3.96086 6 4.46957 6 5V22C6 22.5304 6.21071 23.0391 6.58579 23.4142C6.96086 23.7893 7.46957 24 8 24Z" 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="M25 10V22C25 22.2652 24.8946 22.5196 24.7071 22.7071C24.5196 22.8946 24.2652 23 24 23H19C18.7348 23 18.4804 22.8946 18.2929 22.7071C18.1054 22.5196 18 22.2652 18 22V10C18 9.73478 18.1054 9.48043 18.2929 9.29289C18.4804 9.10536 18.7348 9 19 9H24C24.2652 9 24.5196 9.10536 24.7071 9.29289C24.8946 9.48043 25 9.73478 25 10ZM13 4H8C7.73478 4 7.48043 4.10536 7.29289 4.29289C7.10536 4.48043 7 4.73478 7 5V22C7 22.2652 7.10536 22.5196 7.29289 22.7071C7.48043 22.8946 7.73478 23 8 23H13C13.2652 23 13.5196 22.8946 13.7071 22.7071C13.8946 22.5196 14 22.2652 14 22V5C14 4.73478 13.8946 4.48043 13.7071 4.29289C13.5196 4.10536 13.2652 4 13 4Z" fill="currentColor"/>
37
+ <path d="M8 24H13C13.5304 24 14.0391 23.7893 14.4142 23.4142C14.7893 23.0391 15 22.5304 15 22V5C15 4.46957 14.7893 3.96086 14.4142 3.58579C14.0391 3.21071 13.5304 3 13 3H8C7.46957 3 6.96086 3.21071 6.58579 3.58579C6.21071 3.96086 6 4.46957 6 5V22C6 22.5304 6.21071 23.0391 6.58579 23.4142C6.96086 23.7893 7.46957 24 8 24ZM8 5H13V22H8V5ZM28 27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27C4 26.7348 4.10536 26.4804 4.29289 26.2929C4.48043 26.1054 4.73478 26 5 26H27C27.2652 26 27.5196 26.1054 27.7071 26.2929C27.8946 26.4804 28 26.7348 28 27ZM19 24H24C24.5304 24 25.0391 23.7893 25.4142 23.4142C25.7893 23.0391 26 22.5304 26 22V10C26 9.46957 25.7893 8.96086 25.4142 8.58579C25.0391 8.21071 24.5304 8 24 8H19C18.4696 8 17.9609 8.21071 17.5858 8.58579C17.2107 8.96086 17 9.46957 17 10V22C17 22.5304 17.2107 23.0391 17.5858 23.4142C17.9609 23.7893 18.4696 24 19 24ZM19 10H24V22H19V10Z" 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="M27.75 27C27.75 27.1989 27.671 27.3897 27.5303 27.5303C27.3897 27.671 27.1989 27.75 27 27.75H5C4.80109 27.75 4.61032 27.671 4.46967 27.5303C4.32902 27.3897 4.25 27.1989 4.25 27C4.25 26.8011 4.32902 26.6103 4.46967 26.4697C4.61032 26.329 4.80109 26.25 5 26.25H27C27.1989 26.25 27.3897 26.329 27.5303 26.4697C27.671 26.6103 27.75 26.8011 27.75 27ZM17.25 22V10C17.25 9.53587 17.4344 9.09075 17.7626 8.76256C18.0908 8.43437 18.5359 8.25 19 8.25H24C24.4641 8.25 24.9092 8.43437 25.2374 8.76256C25.5656 9.09075 25.75 9.53587 25.75 10V22C25.75 22.4641 25.5656 22.9092 25.2374 23.2374C24.9092 23.5656 24.4641 23.75 24 23.75H19C18.5359 23.75 18.0908 23.5656 17.7626 23.2374C17.4344 22.9092 17.25 22.4641 17.25 22ZM18.75 22C18.75 22.0663 18.7763 22.1299 18.8232 22.1768C18.8701 22.2237 18.9337 22.25 19 22.25H24C24.0663 22.25 24.1299 22.2237 24.1768 22.1768C24.2237 22.1299 24.25 22.0663 24.25 22V10C24.25 9.9337 24.2237 9.87011 24.1768 9.82322C24.1299 9.77634 24.0663 9.75 24 9.75H19C18.9337 9.75 18.8701 9.77634 18.8232 9.82322C18.7763 9.87011 18.75 9.9337 18.75 10V22ZM6.25 22V5C6.25 4.53587 6.43437 4.09075 6.76256 3.76256C7.09075 3.43437 7.53587 3.25 8 3.25H13C13.2298 3.25 13.4574 3.29527 13.6697 3.38321C13.882 3.47116 14.0749 3.60006 14.2374 3.76256C14.3999 3.92507 14.5288 4.11798 14.6168 4.3303C14.7047 4.54262 14.75 4.77019 14.75 5V22C14.75 22.2298 14.7047 22.4574 14.6168 22.6697C14.5288 22.882 14.3999 23.0749 14.2374 23.2374C14.0749 23.3999 13.882 23.5288 13.6697 23.6168C13.4574 23.7047 13.2298 23.75 13 23.75H8C7.53587 23.75 7.09075 23.5656 6.76256 23.2374C6.43437 22.9092 6.25 22.4641 6.25 22ZM7.75 22C7.75 22.0663 7.77634 22.1299 7.82322 22.1768C7.87011 22.2237 7.9337 22.25 8 22.25H13C13.0663 22.25 13.1299 22.2237 13.1768 22.1768C13.2237 22.1299 13.25 22.0663 13.25 22V5C13.25 4.9337 13.2237 4.87011 13.1768 4.82322C13.1299 4.77634 13.0663 4.75 13 4.75H8C7.9337 4.75 7.87011 4.77634 7.82322 4.82322C7.77634 4.87011 7.75 4.9337 7.75 5V22Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignBottom;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignBottomSimple = ({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="M25.5 29C25.5 29.1326 25.4473 29.2598 25.3536 29.3536C25.2598 29.4473 25.1326 29.5 25 29.5H7C6.86739 29.5 6.74021 29.4473 6.64645 29.3536C6.55268 29.2598 6.5 29.1326 6.5 29C6.5 28.8674 6.55268 28.7402 6.64645 28.6464C6.74021 28.5527 6.86739 28.5 7 28.5H25C25.1326 28.5 25.2598 28.5527 25.3536 28.6464C25.4473 28.7402 25.5 28.8674 25.5 29ZM10.5 24V5C10.5 4.60218 10.658 4.22064 10.9393 3.93934C11.2206 3.65804 11.6022 3.5 12 3.5H20C20.3978 3.5 20.7794 3.65804 21.0607 3.93934C21.342 4.22064 21.5 4.60218 21.5 5V24C21.5 24.3978 21.342 24.7794 21.0607 25.0607C20.7794 25.342 20.3978 25.5 20 25.5H12C11.6022 25.5 11.2206 25.342 10.9393 25.0607C10.658 24.7794 10.5 24.3978 10.5 24ZM11.5 24C11.5 24.1326 11.5527 24.2598 11.6464 24.3536C11.7402 24.4473 11.8674 24.5 12 24.5H20C20.1326 24.5 20.2598 24.4473 20.3536 24.3536C20.4473 24.2598 20.5 24.1326 20.5 24V5C20.5 4.86739 20.4473 4.74021 20.3536 4.64645C20.2598 4.55268 20.1326 4.5 20 4.5H12C11.8674 4.5 11.7402 4.55268 11.6464 4.64645C11.5527 4.74021 11.5 4.86739 11.5 5V24Z" 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="M26 29C26 29.2652 25.8946 29.5196 25.7071 29.7071C25.5196 29.8946 25.2652 30 25 30H7C6.73478 30 6.48043 29.8946 6.29289 29.7071C6.10536 29.5196 6 29.2652 6 29C6 28.7348 6.10536 28.4804 6.29289 28.2929C6.48043 28.1054 6.73478 28 7 28H25C25.2652 28 25.5196 28.1054 25.7071 28.2929C25.8946 28.4804 26 28.7348 26 29ZM10 24V5C10 4.46957 10.2107 3.96086 10.5858 3.58579C10.9609 3.21071 11.4696 3 12 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V24C22 24.5304 21.7893 25.0391 21.4142 25.4142C21.0391 25.7893 20.5304 26 20 26H12C11.4696 26 10.9609 25.7893 10.5858 25.4142C10.2107 25.0391 10 24.5304 10 24ZM12 24H20V5H12V24Z" 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="M26.5 29C26.5 29.3978 26.342 29.7794 26.0607 30.0607C25.7794 30.342 25.3978 30.5 25 30.5H7C6.60218 30.5 6.22064 30.342 5.93934 30.0607C5.65804 29.7794 5.5 29.3978 5.5 29C5.5 28.6022 5.65804 28.2206 5.93934 27.9393C6.22064 27.658 6.60218 27.5 7 27.5H25C25.3978 27.5 25.7794 27.658 26.0607 27.9393C26.342 28.2206 26.5 28.6022 26.5 29ZM9.5 23V5C9.5 4.33696 9.76339 3.70107 10.2322 3.23223C10.7011 2.76339 11.337 2.5 12 2.5H20C20.663 2.5 21.2989 2.76339 21.7678 3.23223C22.2366 3.70107 22.5 4.33696 22.5 5V23C22.5 23.663 22.2366 24.2989 21.7678 24.7678C21.2989 25.2366 20.663 25.5 20 25.5H12C11.337 25.5 10.7011 25.2366 10.2322 24.7678C9.76339 24.2989 9.5 23.663 9.5 23ZM12.5 22.5H19.5V5.5H12.5V22.5Z" 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="M26 29C26 29.2652 25.8946 29.5196 25.7071 29.7071C25.5196 29.8946 25.2652 30 25 30H7C6.73478 30 6.48043 29.8946 6.29289 29.7071C6.10536 29.5196 6 29.2652 6 29C6 28.7348 6.10536 28.4804 6.29289 28.2929C6.48043 28.1054 6.73478 28 7 28H25C25.2652 28 25.5196 28.1054 25.7071 28.2929C25.8946 28.4804 26 28.7348 26 29ZM12 26H20C20.5304 26 21.0391 25.7893 21.4142 25.4142C21.7893 25.0391 22 24.5304 22 24V5C22 4.46957 21.7893 3.96086 21.4142 3.58579C21.0391 3.21071 20.5304 3 20 3H12C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5V24C10 24.5304 10.2107 25.0391 10.5858 25.4142C10.9609 25.7893 11.4696 26 12 26Z" 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="M21 5V24C21 24.2652 20.8946 24.5196 20.7071 24.7071C20.5196 24.8946 20.2652 25 20 25H12C11.7348 25 11.4804 24.8946 11.2929 24.7071C11.1054 24.5196 11 24.2652 11 24V5C11 4.73478 11.1054 4.48043 11.2929 4.29289C11.4804 4.10536 11.7348 4 12 4H20C20.2652 4 20.5196 4.10536 20.7071 4.29289C20.8946 4.48043 21 4.73478 21 5Z" fill="currentColor"/>
37
+ <path d="M26 29C26 29.2652 25.8946 29.5196 25.7071 29.7071C25.5196 29.8946 25.2652 30 25 30H7C6.73478 30 6.48043 29.8946 6.29289 29.7071C6.10536 29.5196 6 29.2652 6 29C6 28.7348 6.10536 28.4804 6.29289 28.2929C6.48043 28.1054 6.73478 28 7 28H25C25.2652 28 25.5196 28.1054 25.7071 28.2929C25.8946 28.4804 26 28.7348 26 29ZM10 24V5C10 4.46957 10.2107 3.96086 10.5858 3.58579C10.9609 3.21071 11.4696 3 12 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V24C22 24.5304 21.7893 25.0391 21.4142 25.4142C21.0391 25.7893 20.5304 26 20 26H12C11.4696 26 10.9609 25.7893 10.5858 25.4142C10.2107 25.0391 10 24.5304 10 24ZM12 24H20V5H12V24Z" 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="M25.75 29C25.75 29.1989 25.671 29.3897 25.5303 29.5303C25.3897 29.671 25.1989 29.75 25 29.75H7C6.80109 29.75 6.61032 29.671 6.46967 29.5303C6.32902 29.3897 6.25 29.1989 6.25 29C6.25 28.8011 6.32902 28.6103 6.46967 28.4697C6.61032 28.329 6.80109 28.25 7 28.25H25C25.1989 28.25 25.3897 28.329 25.5303 28.4697C25.671 28.6103 25.75 28.8011 25.75 29ZM10.25 24V5C10.25 4.53587 10.4344 4.09075 10.7626 3.76256C11.0908 3.43437 11.5359 3.25 12 3.25H20C20.4641 3.25 20.9092 3.43437 21.2374 3.76256C21.5656 4.09075 21.75 4.53587 21.75 5V24C21.75 24.4641 21.5656 24.9092 21.2374 25.2374C20.9092 25.5656 20.4641 25.75 20 25.75H12C11.5359 25.75 11.0908 25.5656 10.7626 25.2374C10.4344 24.9092 10.25 24.4641 10.25 24ZM11.75 24C11.75 24.0663 11.7763 24.1299 11.8232 24.1768C11.8701 24.2237 11.9337 24.25 12 24.25H20C20.0663 24.25 20.1299 24.2237 20.1768 24.1768C20.2237 24.1299 20.25 24.0663 20.25 24V5C20.25 4.9337 20.2237 4.87011 20.1768 4.82322C20.1299 4.77634 20.0663 4.75 20 4.75H12C11.9337 4.75 11.8701 4.77634 11.8232 4.82322C11.7763 4.87011 11.75 4.9337 11.75 5V24Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignBottomSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterHorizontal = ({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="M26 17.5H16.5V14.5H23C23.3978 14.5 23.7794 14.342 24.0607 14.0607C24.342 13.7794 24.5 13.3978 24.5 13V8C24.5 7.60218 24.342 7.22064 24.0607 6.93934C23.7794 6.65804 23.3978 6.5 23 6.5H16.5V4C16.5 3.86739 16.4473 3.74021 16.3536 3.64645C16.2598 3.55268 16.1326 3.5 16 3.5C15.8674 3.5 15.7402 3.55268 15.6464 3.64645C15.5527 3.74021 15.5 3.86739 15.5 4V6.5H9C8.60218 6.5 8.22064 6.65804 7.93934 6.93934C7.65804 7.22064 7.5 7.60218 7.5 8V13C7.5 13.3978 7.65804 13.7794 7.93934 14.0607C8.22064 14.342 8.60218 14.5 9 14.5H15.5V17.5H6C5.60218 17.5 5.22064 17.658 4.93934 17.9393C4.65804 18.2206 4.5 18.6022 4.5 19V24C4.5 24.3978 4.65804 24.7794 4.93934 25.0607C5.22064 25.342 5.60218 25.5 6 25.5H15.5V28C15.5 28.1326 15.5527 28.2598 15.6464 28.3536C15.7402 28.4473 15.8674 28.5 16 28.5C16.1326 28.5 16.2598 28.4473 16.3536 28.3536C16.4473 28.2598 16.5 28.1326 16.5 28V25.5H26C26.3978 25.5 26.7794 25.342 27.0607 25.0607C27.342 24.7794 27.5 24.3978 27.5 24V19C27.5 18.6022 27.342 18.2206 27.0607 17.9393C26.7794 17.658 26.3978 17.5 26 17.5ZM8.5 13V8C8.5 7.86739 8.55268 7.74021 8.64645 7.64645C8.74021 7.55268 8.86739 7.5 9 7.5H23C23.1326 7.5 23.2598 7.55268 23.3536 7.64645C23.4473 7.74021 23.5 7.86739 23.5 8V13C23.5 13.1326 23.4473 13.2598 23.3536 13.3536C23.2598 13.4473 23.1326 13.5 23 13.5H9C8.86739 13.5 8.74021 13.4473 8.64645 13.3536C8.55268 13.2598 8.5 13.1326 8.5 13ZM26.5 24C26.5 24.1326 26.4473 24.2598 26.3536 24.3536C26.2598 24.4473 26.1326 24.5 26 24.5H6C5.86739 24.5 5.74021 24.4473 5.64645 24.3536C5.55268 24.2598 5.5 24.1326 5.5 24V19C5.5 18.8674 5.55268 18.7402 5.64645 18.6464C5.74021 18.5527 5.86739 18.5 6 18.5H26C26.1326 18.5 26.2598 18.5527 26.3536 18.6464C26.4473 18.7402 26.5 18.8674 26.5 19V24Z" 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="M26 17H17V15H23C23.5304 15 24.0391 14.7893 24.4142 14.4142C24.7893 14.0391 25 13.5304 25 13V8C25 7.46957 24.7893 6.96086 24.4142 6.58579C24.0391 6.21071 23.5304 6 23 6H17V4C17 3.73478 16.8946 3.48043 16.7071 3.29289C16.5196 3.10536 16.2652 3 16 3C15.7348 3 15.4804 3.10536 15.2929 3.29289C15.1054 3.48043 15 3.73478 15 4V6H9C8.46957 6 7.96086 6.21071 7.58579 6.58579C7.21071 6.96086 7 7.46957 7 8V13C7 13.5304 7.21071 14.0391 7.58579 14.4142C7.96086 14.7893 8.46957 15 9 15H15V17H6C5.46957 17 4.96086 17.2107 4.58579 17.5858C4.21071 17.9609 4 18.4696 4 19V24C4 24.5304 4.21071 25.0391 4.58579 25.4142C4.96086 25.7893 5.46957 26 6 26H15V28C15 28.2652 15.1054 28.5196 15.2929 28.7071C15.4804 28.8946 15.7348 29 16 29C16.2652 29 16.5196 28.8946 16.7071 28.7071C16.8946 28.5196 17 28.2652 17 28V26H26C26.5304 26 27.0391 25.7893 27.4142 25.4142C27.7893 25.0391 28 24.5304 28 24V19C28 18.4696 27.7893 17.9609 27.4142 17.5858C27.0391 17.2107 26.5304 17 26 17ZM9 8H23V13H9V8ZM26 24H6V19H26V24Z" 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="M26 17H17.5V15H23C23.663 15 24.2989 14.7366 24.7678 14.2678C25.2366 13.7989 25.5 13.163 25.5 12.5V7.5C25.5 6.83696 25.2366 6.20107 24.7678 5.73223C24.2989 5.26339 23.663 5 23 5H17.5V4C17.5 3.60218 17.342 3.22064 17.0607 2.93934C16.7794 2.65804 16.3978 2.5 16 2.5C15.6022 2.5 15.2206 2.65804 14.9393 2.93934C14.658 3.22064 14.5 3.60218 14.5 4V5H9C8.33696 5 7.70107 5.26339 7.23223 5.73223C6.76339 6.20107 6.5 6.83696 6.5 7.5V12.5C6.5 13.163 6.76339 13.7989 7.23223 14.2678C7.70107 14.7366 8.33696 15 9 15H14.5V17H6C5.33696 17 4.70107 17.2634 4.23223 17.7322C3.76339 18.2011 3.5 18.837 3.5 19.5V24.5C3.5 25.163 3.76339 25.7989 4.23223 26.2678C4.70107 26.7366 5.33696 27 6 27H14.5V28C14.5 28.3978 14.658 28.7794 14.9393 29.0607C15.2206 29.342 15.6022 29.5 16 29.5C16.3978 29.5 16.7794 29.342 17.0607 29.0607C17.342 28.7794 17.5 28.3978 17.5 28V27H26C26.663 27 27.2989 26.7366 27.7678 26.2678C28.2366 25.7989 28.5 25.163 28.5 24.5V19.5C28.5 18.837 28.2366 18.2011 27.7678 17.7322C27.2989 17.2634 26.663 17 26 17ZM9.5 8H22.5V12H9.5V8ZM25.5 24H6.5V20H25.5V24Z" 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 19V24C28 24.5304 27.7893 25.0391 27.4142 25.4142C27.0391 25.7893 26.5304 26 26 26H17V28C17 28.2652 16.8946 28.5196 16.7071 28.7071C16.5196 28.8946 16.2652 29 16 29C15.7348 29 15.4804 28.8946 15.2929 28.7071C15.1054 28.5196 15 28.2652 15 28V26H6C5.46957 26 4.96086 25.7893 4.58579 25.4142C4.21071 25.0391 4 24.5304 4 24V19C4 18.4696 4.21071 17.9609 4.58579 17.5858C4.96086 17.2107 5.46957 17 6 17H15V15H9C8.46957 15 7.96086 14.7893 7.58579 14.4142C7.21071 14.0391 7 13.5304 7 13V8C7 7.46957 7.21071 6.96086 7.58579 6.58579C7.96086 6.21071 8.46957 6 9 6H15V4C15 3.73478 15.1054 3.48043 15.2929 3.29289C15.4804 3.10536 15.7348 3 16 3C16.2652 3 16.5196 3.10536 16.7071 3.29289C16.8946 3.48043 17 3.73478 17 4V6H23C23.5304 6 24.0391 6.21071 24.4142 6.58579C24.7893 6.96086 25 7.46957 25 8V13C25 13.5304 24.7893 14.0391 24.4142 14.4142C24.0391 14.7893 23.5304 15 23 15H17V17H26C26.5304 17 27.0391 17.2107 27.4142 17.5858C27.7893 17.9609 28 18.4696 28 19Z" 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="M8 13V8C8 7.73478 8.10536 7.48043 8.29289 7.29289C8.48043 7.10536 8.73478 7 9 7H23C23.2652 7 23.5196 7.10536 23.7071 7.29289C23.8946 7.48043 24 7.73478 24 8V13C24 13.2652 23.8946 13.5196 23.7071 13.7071C23.5196 13.8946 23.2652 14 23 14H9C8.73478 14 8.48043 13.8946 8.29289 13.7071C8.10536 13.5196 8 13.2652 8 13ZM26 18H6C5.73478 18 5.48043 18.1054 5.29289 18.2929C5.10536 18.4804 5 18.7348 5 19V24C5 24.2652 5.10536 24.5196 5.29289 24.7071C5.48043 24.8946 5.73478 25 6 25H26C26.2652 25 26.5196 24.8946 26.7071 24.7071C26.8946 24.5196 27 24.2652 27 24V19C27 18.7348 26.8946 18.4804 26.7071 18.2929C26.5196 18.1054 26.2652 18 26 18Z" fill="currentColor"/>
37
+ <path d="M26 17H17V15H23C23.5304 15 24.0391 14.7893 24.4142 14.4142C24.7893 14.0391 25 13.5304 25 13V8C25 7.46957 24.7893 6.96086 24.4142 6.58579C24.0391 6.21071 23.5304 6 23 6H17V4C17 3.73478 16.8946 3.48043 16.7071 3.29289C16.5196 3.10536 16.2652 3 16 3C15.7348 3 15.4804 3.10536 15.2929 3.29289C15.1054 3.48043 15 3.73478 15 4V6H9C8.46957 6 7.96086 6.21071 7.58579 6.58579C7.21071 6.96086 7 7.46957 7 8V13C7 13.5304 7.21071 14.0391 7.58579 14.4142C7.96086 14.7893 8.46957 15 9 15H15V17H6C5.46957 17 4.96086 17.2107 4.58579 17.5858C4.21071 17.9609 4 18.4696 4 19V24C4 24.5304 4.21071 25.0391 4.58579 25.4142C4.96086 25.7893 5.46957 26 6 26H15V28C15 28.2652 15.1054 28.5196 15.2929 28.7071C15.4804 28.8946 15.7348 29 16 29C16.2652 29 16.5196 28.8946 16.7071 28.7071C16.8946 28.5196 17 28.2652 17 28V26H26C26.5304 26 27.0391 25.7893 27.4142 25.4142C27.7893 25.0391 28 24.5304 28 24V19C28 18.4696 27.7893 17.9609 27.4142 17.5858C27.0391 17.2107 26.5304 17 26 17ZM9 8H23V13H9V8ZM26 24H6V19H26V24Z" 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="M26 17.25H16.75V14.75H23C23.2298 14.75 23.4574 14.7047 23.6697 14.6168C23.882 14.5288 24.0749 14.3999 24.2374 14.2374C24.3999 14.0749 24.5288 13.882 24.6168 13.6697C24.7047 13.4574 24.75 13.2298 24.75 13V8C24.75 7.53587 24.5656 7.09075 24.2374 6.76256C23.9092 6.43437 23.4641 6.25 23 6.25H16.75V4C16.75 3.80109 16.671 3.61032 16.5303 3.46967C16.3897 3.32902 16.1989 3.25 16 3.25C15.8011 3.25 15.6103 3.32902 15.4697 3.46967C15.329 3.61032 15.25 3.80109 15.25 4V6.25H9C8.53587 6.25 8.09075 6.43437 7.76256 6.76256C7.43437 7.09075 7.25 7.53587 7.25 8V13C7.25 13.2298 7.29526 13.4574 7.38321 13.6697C7.47116 13.882 7.60006 14.0749 7.76256 14.2374C7.92507 14.3999 8.11798 14.5288 8.3303 14.6168C8.54262 14.7047 8.77019 14.75 9 14.75H15.25V17.25H6C5.53587 17.25 5.09075 17.4344 4.76256 17.7626C4.43437 18.0908 4.25 18.5359 4.25 19V24C4.25 24.4641 4.43437 24.9092 4.76256 25.2374C5.09075 25.5656 5.53587 25.75 6 25.75H15.25V28C15.25 28.1989 15.329 28.3897 15.4697 28.5303C15.6103 28.671 15.8011 28.75 16 28.75C16.1989 28.75 16.3897 28.671 16.5303 28.5303C16.671 28.3897 16.75 28.1989 16.75 28V25.75H26C26.4641 25.75 26.9092 25.5656 27.2374 25.2374C27.5656 24.9092 27.75 24.4641 27.75 24V19C27.75 18.5359 27.5656 18.0908 27.2374 17.7626C26.9092 17.4344 26.4641 17.25 26 17.25ZM8.75 13V8C8.75 7.9337 8.77634 7.87011 8.82322 7.82322C8.87011 7.77634 8.9337 7.75 9 7.75H23C23.0663 7.75 23.1299 7.77634 23.1768 7.82322C23.2237 7.87011 23.25 7.9337 23.25 8V13C23.25 13.0663 23.2237 13.1299 23.1768 13.1768C23.1299 13.2237 23.0663 13.25 23 13.25H9C8.9337 13.25 8.87011 13.2237 8.82322 13.1768C8.77634 13.1299 8.75 13.0663 8.75 13ZM26.25 24C26.25 24.0663 26.2237 24.1299 26.1768 24.1768C26.1299 24.2237 26.0663 24.25 26 24.25H6C5.9337 24.25 5.87011 24.2237 5.82322 24.1768C5.77634 24.1299 5.75 24.0663 5.75 24V19C5.75 18.9337 5.77634 18.8701 5.82322 18.8232C5.87011 18.7763 5.9337 18.75 6 18.75H26C26.0663 18.75 26.1299 18.7763 26.1768 18.8232C26.2237 18.8701 26.25 18.9337 26.25 19V24Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterHorizontal;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterHorizontalSimple = ({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="M26 10.5H16.5V6C16.5 5.86739 16.4473 5.74021 16.3536 5.64645C16.2598 5.55268 16.1326 5.5 16 5.5C15.8674 5.5 15.7402 5.55268 15.6464 5.64645C15.5527 5.74021 15.5 5.86739 15.5 6V10.5H6C5.60218 10.5 5.22064 10.658 4.93934 10.9393C4.65804 11.2206 4.5 11.6022 4.5 12V20C4.5 20.3978 4.65804 20.7794 4.93934 21.0607C5.22064 21.342 5.60218 21.5 6 21.5H15.5V26C15.5 26.1326 15.5527 26.2598 15.6464 26.3536C15.7402 26.4473 15.8674 26.5 16 26.5C16.1326 26.5 16.2598 26.4473 16.3536 26.3536C16.4473 26.2598 16.5 26.1326 16.5 26V21.5H26C26.3978 21.5 26.7794 21.342 27.0607 21.0607C27.342 20.7794 27.5 20.3978 27.5 20V12C27.5 11.6022 27.342 11.2206 27.0607 10.9393C26.7794 10.658 26.3978 10.5 26 10.5ZM26.5 20C26.5 20.1326 26.4473 20.2598 26.3536 20.3536C26.2598 20.4473 26.1326 20.5 26 20.5H6C5.86739 20.5 5.74021 20.4473 5.64645 20.3536C5.55268 20.2598 5.5 20.1326 5.5 20V12C5.5 11.8674 5.55268 11.7402 5.64645 11.6464C5.74021 11.5527 5.86739 11.5 6 11.5H26C26.1326 11.5 26.2598 11.5527 26.3536 11.6464C26.4473 11.7402 26.5 11.8674 26.5 12V20Z" 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="M26 10H17V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5C15.7348 5 15.4804 5.10536 15.2929 5.29289C15.1054 5.48043 15 5.73478 15 6V10H6C5.46957 10 4.96086 10.2107 4.58579 10.5858C4.21071 10.9609 4 11.4696 4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H15V26C15 26.2652 15.1054 26.5196 15.2929 26.7071C15.4804 26.8946 15.7348 27 16 27C16.2652 27 16.5196 26.8946 16.7071 26.7071C16.8946 26.5196 17 26.2652 17 26V22H26C26.5304 22 27.0391 21.7893 27.4142 21.4142C27.7893 21.0391 28 20.5304 28 20V12C28 11.4696 27.7893 10.9609 27.4142 10.5858C27.0391 10.2107 26.5304 10 26 10ZM26 20H6V12H26V20Z" 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="M26 9.5H17.5V6C17.5 5.60218 17.342 5.22064 17.0607 4.93934C16.7794 4.65804 16.3978 4.5 16 4.5C15.6022 4.5 15.2206 4.65804 14.9393 4.93934C14.658 5.22064 14.5 5.60218 14.5 6V9.5H6C5.33696 9.5 4.70107 9.76339 4.23223 10.2322C3.76339 10.7011 3.5 11.337 3.5 12V20C3.5 20.663 3.76339 21.2989 4.23223 21.7678C4.70107 22.2366 5.33696 22.5 6 22.5H14.5V26C14.5 26.3978 14.658 26.7794 14.9393 27.0607C15.2206 27.342 15.6022 27.5 16 27.5C16.3978 27.5 16.7794 27.342 17.0607 27.0607C17.342 26.7794 17.5 26.3978 17.5 26V22.5H26C26.663 22.5 27.2989 22.2366 27.7678 21.7678C28.2366 21.2989 28.5 20.663 28.5 20V12C28.5 11.337 28.2366 10.7011 27.7678 10.2322C27.2989 9.76339 26.663 9.5 26 9.5ZM25.5 19.5H6.5V12.5H25.5V19.5Z" 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 12V20C28 20.5304 27.7893 21.0391 27.4142 21.4142C27.0391 21.7893 26.5304 22 26 22H17V26C17 26.2652 16.8946 26.5196 16.7071 26.7071C16.5196 26.8946 16.2652 27 16 27C15.7348 27 15.4804 26.8946 15.2929 26.7071C15.1054 26.5196 15 26.2652 15 26V22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V12C4 11.4696 4.21071 10.9609 4.58579 10.5858C4.96086 10.2107 5.46957 10 6 10H15V6C15 5.73478 15.1054 5.48043 15.2929 5.29289C15.4804 5.10536 15.7348 5 16 5C16.2652 5 16.5196 5.10536 16.7071 5.29289C16.8946 5.48043 17 5.73478 17 6V10H26C26.5304 10 27.0391 10.2107 27.4142 10.5858C27.7893 10.9609 28 11.4696 28 12Z" 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 12V20C27 20.2652 26.8946 20.5196 26.7071 20.7071C26.5196 20.8946 26.2652 21 26 21H6C5.73478 21 5.48043 20.8946 5.29289 20.7071C5.10536 20.5196 5 20.2652 5 20V12C5 11.7348 5.10536 11.4804 5.29289 11.2929C5.48043 11.1054 5.73478 11 6 11H26C26.2652 11 26.5196 11.1054 26.7071 11.2929C26.8946 11.4804 27 11.7348 27 12Z" fill="currentColor"/>
37
+ <path d="M26 10H17V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5C15.7348 5 15.4804 5.10536 15.2929 5.29289C15.1054 5.48043 15 5.73478 15 6V10H6C5.46957 10 4.96086 10.2107 4.58579 10.5858C4.21071 10.9609 4 11.4696 4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H15V26C15 26.2652 15.1054 26.5196 15.2929 26.7071C15.4804 26.8946 15.7348 27 16 27C16.2652 27 16.5196 26.8946 16.7071 26.7071C16.8946 26.5196 17 26.2652 17 26V22H26C26.5304 22 27.0391 21.7893 27.4142 21.4142C27.7893 21.0391 28 20.5304 28 20V12C28 11.4696 27.7893 10.9609 27.4142 10.5858C27.0391 10.2107 26.5304 10 26 10ZM26 20H6V12H26V20Z" 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="M26 10.25H16.75V6C16.75 5.80109 16.671 5.61032 16.5303 5.46967C16.3897 5.32902 16.1989 5.25 16 5.25C15.8011 5.25 15.6103 5.32902 15.4697 5.46967C15.329 5.61032 15.25 5.80109 15.25 6V10.25H6C5.53587 10.25 5.09075 10.4344 4.76256 10.7626C4.43437 11.0908 4.25 11.5359 4.25 12V20C4.25 20.4641 4.43437 20.9092 4.76256 21.2374C5.09075 21.5656 5.53587 21.75 6 21.75H15.25V26C15.25 26.1989 15.329 26.3897 15.4697 26.5303C15.6103 26.671 15.8011 26.75 16 26.75C16.1989 26.75 16.3897 26.671 16.5303 26.5303C16.671 26.3897 16.75 26.1989 16.75 26V21.75H26C26.4641 21.75 26.9092 21.5656 27.2374 21.2374C27.5656 20.9092 27.75 20.4641 27.75 20V12C27.75 11.5359 27.5656 11.0908 27.2374 10.7626C26.9092 10.4344 26.4641 10.25 26 10.25ZM26.25 20C26.25 20.0663 26.2237 20.1299 26.1768 20.1768C26.1299 20.2237 26.0663 20.25 26 20.25H6C5.9337 20.25 5.87011 20.2237 5.82322 20.1768C5.77634 20.1299 5.75 20.0663 5.75 20V12C5.75 11.9337 5.77634 11.8701 5.82322 11.8232C5.87011 11.7763 5.9337 11.75 6 11.75H26C26.0663 11.75 26.1299 11.7763 26.1768 11.8232C26.2237 11.8701 26.25 11.9337 26.25 12V20Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterHorizontalSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterVertical = ({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 15.5H25.5V9C25.5 8.60218 25.342 8.22064 25.0607 7.93934C24.7794 7.65804 24.3978 7.5 24 7.5H19C18.6022 7.5 18.2206 7.65804 17.9393 7.93934C17.658 8.22064 17.5 8.60218 17.5 9V15.5H14.5V6C14.5 5.60218 14.342 5.22064 14.0607 4.93934C13.7794 4.65804 13.3978 4.5 13 4.5H8C7.60218 4.5 7.22064 4.65804 6.93934 4.93934C6.65804 5.22064 6.5 5.60218 6.5 6V15.5H4C3.86739 15.5 3.74021 15.5527 3.64645 15.6464C3.55268 15.7402 3.5 15.8674 3.5 16C3.5 16.1326 3.55268 16.2598 3.64645 16.3536C3.74021 16.4473 3.86739 16.5 4 16.5H6.5V26C6.5 26.3978 6.65804 26.7794 6.93934 27.0607C7.22064 27.342 7.60218 27.5 8 27.5H13C13.3978 27.5 13.7794 27.342 14.0607 27.0607C14.342 26.7794 14.5 26.3978 14.5 26V16.5H17.5V23C17.5 23.3978 17.658 23.7794 17.9393 24.0607C18.2206 24.342 18.6022 24.5 19 24.5H24C24.3978 24.5 24.7794 24.342 25.0607 24.0607C25.342 23.7794 25.5 23.3978 25.5 23V16.5H28C28.1326 16.5 28.2598 16.4473 28.3536 16.3536C28.4473 16.2598 28.5 16.1326 28.5 16C28.5 15.8674 28.4473 15.7402 28.3536 15.6464C28.2598 15.5527 28.1326 15.5 28 15.5ZM13.5 26C13.5 26.1326 13.4473 26.2598 13.3536 26.3536C13.2598 26.4473 13.1326 26.5 13 26.5H8C7.86739 26.5 7.74021 26.4473 7.64645 26.3536C7.55268 26.2598 7.5 26.1326 7.5 26V6C7.5 5.86739 7.55268 5.74021 7.64645 5.64645C7.74021 5.55268 7.86739 5.5 8 5.5H13C13.1326 5.5 13.2598 5.55268 13.3536 5.64645C13.4473 5.74021 13.5 5.86739 13.5 6V26ZM24.5 23C24.5 23.1326 24.4473 23.2598 24.3536 23.3536C24.2598 23.4473 24.1326 23.5 24 23.5H19C18.8674 23.5 18.7402 23.4473 18.6464 23.3536C18.5527 23.2598 18.5 23.1326 18.5 23V9C18.5 8.86739 18.5527 8.74021 18.6464 8.64645C18.7402 8.55268 18.8674 8.5 19 8.5H24C24.1326 8.5 24.2598 8.55268 24.3536 8.64645C24.4473 8.74021 24.5 8.86739 24.5 9V23Z" 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 15H26V9C26 8.46957 25.7893 7.96086 25.4142 7.58579C25.0391 7.21071 24.5304 7 24 7H19C18.4696 7 17.9609 7.21071 17.5858 7.58579C17.2107 7.96086 17 8.46957 17 9V15H15V6C15 5.46957 14.7893 4.96086 14.4142 4.58579C14.0391 4.21071 13.5304 4 13 4H8C7.46957 4 6.96086 4.21071 6.58579 4.58579C6.21071 4.96086 6 5.46957 6 6V15H4C3.73478 15 3.48043 15.1054 3.29289 15.2929C3.10536 15.4804 3 15.7348 3 16C3 16.2652 3.10536 16.5196 3.29289 16.7071C3.48043 16.8946 3.73478 17 4 17H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H13C13.5304 28 14.0391 27.7893 14.4142 27.4142C14.7893 27.0391 15 26.5304 15 26V17H17V23C17 23.5304 17.2107 24.0391 17.5858 24.4142C17.9609 24.7893 18.4696 25 19 25H24C24.5304 25 25.0391 24.7893 25.4142 24.4142C25.7893 24.0391 26 23.5304 26 23V17H28C28.2652 17 28.5196 16.8946 28.7071 16.7071C28.8946 16.5196 29 16.2652 29 16C29 15.7348 28.8946 15.4804 28.7071 15.2929C28.5196 15.1054 28.2652 15 28 15ZM13 26H8V6H13V26ZM24 23H19V9H24V23Z" 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 14.5H27V9C27 8.33696 26.7366 7.70107 26.2678 7.23223C25.7989 6.76339 25.163 6.5 24.5 6.5H19.5C18.837 6.5 18.2011 6.76339 17.7322 7.23223C17.2634 7.70107 17 8.33696 17 9V14.5H15V6C15 5.33696 14.7366 4.70107 14.2678 4.23223C13.7989 3.76339 13.163 3.5 12.5 3.5H7.5C6.83696 3.5 6.20107 3.76339 5.73223 4.23223C5.26339 4.70107 5 5.33696 5 6V14.5H4C3.60218 14.5 3.22064 14.658 2.93934 14.9393C2.65804 15.2206 2.5 15.6022 2.5 16C2.5 16.3978 2.65804 16.7794 2.93934 17.0607C3.22064 17.342 3.60218 17.5 4 17.5H5V26C5 26.663 5.26339 27.2989 5.73223 27.7678C6.20107 28.2366 6.83696 28.5 7.5 28.5H12.5C13.163 28.5 13.7989 28.2366 14.2678 27.7678C14.7366 27.2989 15 26.663 15 26V17.5H17V23C17 23.663 17.2634 24.2989 17.7322 24.7678C18.2011 25.2366 18.837 25.5 19.5 25.5H24.5C25.163 25.5 25.7989 25.2366 26.2678 24.7678C26.7366 24.2989 27 23.663 27 23V17.5H28C28.3978 17.5 28.7794 17.342 29.0607 17.0607C29.342 16.7794 29.5 16.3978 29.5 16C29.5 15.6022 29.342 15.2206 29.0607 14.9393C28.7794 14.658 28.3978 14.5 28 14.5ZM12 25.5H8V6.5H12V25.5ZM24 22.5H20V9.5H24V22.5Z" 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="M29 16C29 16.2652 28.8946 16.5196 28.7071 16.7071C28.5196 16.8946 28.2652 17 28 17H26V23C26 23.5304 25.7893 24.0391 25.4142 24.4142C25.0391 24.7893 24.5304 25 24 25H19C18.4696 25 17.9609 24.7893 17.5858 24.4142C17.2107 24.0391 17 23.5304 17 23V17H15V26C15 26.5304 14.7893 27.0391 14.4142 27.4142C14.0391 27.7893 13.5304 28 13 28H8C7.46957 28 6.96086 27.7893 6.58579 27.4142C6.21071 27.0391 6 26.5304 6 26V17H4C3.73478 17 3.48043 16.8946 3.29289 16.7071C3.10536 16.5196 3 16.2652 3 16C3 15.7348 3.10536 15.4804 3.29289 15.2929C3.48043 15.1054 3.73478 15 4 15H6V6C6 5.46957 6.21071 4.96086 6.58579 4.58579C6.96086 4.21071 7.46957 4 8 4H13C13.5304 4 14.0391 4.21071 14.4142 4.58579C14.7893 4.96086 15 5.46957 15 6V15H17V9C17 8.46957 17.2107 7.96086 17.5858 7.58579C17.9609 7.21071 18.4696 7 19 7H24C24.5304 7 25.0391 7.21071 25.4142 7.58579C25.7893 7.96086 26 8.46957 26 9V15H28C28.2652 15 28.5196 15.1054 28.7071 15.2929C28.8946 15.4804 29 15.7348 29 16Z" 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="M25 9V23C25 23.2652 24.8946 23.5196 24.7071 23.7071C24.5196 23.8946 24.2652 24 24 24H19C18.7348 24 18.4804 23.8946 18.2929 23.7071C18.1054 23.5196 18 23.2652 18 23V9C18 8.73478 18.1054 8.48043 18.2929 8.29289C18.4804 8.10536 18.7348 8 19 8H24C24.2652 8 24.5196 8.10536 24.7071 8.29289C24.8946 8.48043 25 8.73478 25 9ZM13 5H8C7.73478 5 7.48043 5.10536 7.29289 5.29289C7.10536 5.48043 7 5.73478 7 6V26C7 26.2652 7.10536 26.5196 7.29289 26.7071C7.48043 26.8946 7.73478 27 8 27H13C13.2652 27 13.5196 26.8946 13.7071 26.7071C13.8946 26.5196 14 26.2652 14 26V6C14 5.73478 13.8946 5.48043 13.7071 5.29289C13.5196 5.10536 13.2652 5 13 5Z" fill="currentColor"/>
37
+ <path d="M28 15H26V9C26 8.46957 25.7893 7.96086 25.4142 7.58579C25.0391 7.21071 24.5304 7 24 7H19C18.4696 7 17.9609 7.21071 17.5858 7.58579C17.2107 7.96086 17 8.46957 17 9V15H15V6C15 5.46957 14.7893 4.96086 14.4142 4.58579C14.0391 4.21071 13.5304 4 13 4H8C7.46957 4 6.96086 4.21071 6.58579 4.58579C6.21071 4.96086 6 5.46957 6 6V15H4C3.73478 15 3.48043 15.1054 3.29289 15.2929C3.10536 15.4804 3 15.7348 3 16C3 16.2652 3.10536 16.5196 3.29289 16.7071C3.48043 16.8946 3.73478 17 4 17H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H13C13.5304 28 14.0391 27.7893 14.4142 27.4142C14.7893 27.0391 15 26.5304 15 26V17H17V23C17 23.5304 17.2107 24.0391 17.5858 24.4142C17.9609 24.7893 18.4696 25 19 25H24C24.5304 25 25.0391 24.7893 25.4142 24.4142C25.7893 24.0391 26 23.5304 26 23V17H28C28.2652 17 28.5196 16.8946 28.7071 16.7071C28.8946 16.5196 29 16.2652 29 16C29 15.7348 28.8946 15.4804 28.7071 15.2929C28.5196 15.1054 28.2652 15 28 15ZM13 26H8V6H13V26ZM24 23H19V9H24V23Z" 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 15.25H25.75V9C25.75 8.53587 25.5656 8.09075 25.2374 7.76256C24.9092 7.43437 24.4641 7.25 24 7.25H19C18.5359 7.25 18.0908 7.43437 17.7626 7.76256C17.4344 8.09075 17.25 8.53587 17.25 9V15.25H14.75V6C14.75 5.77019 14.7047 5.54262 14.6168 5.3303C14.5288 5.11798 14.3999 4.92507 14.2374 4.76256C14.0749 4.60006 13.882 4.47116 13.6697 4.38321C13.4574 4.29526 13.2298 4.25 13 4.25H8C7.53587 4.25 7.09075 4.43437 6.76256 4.76256C6.43437 5.09075 6.25 5.53587 6.25 6V15.25H4C3.80109 15.25 3.61032 15.329 3.46967 15.4697C3.32902 15.6103 3.25 15.8011 3.25 16C3.25 16.1989 3.32902 16.3897 3.46967 16.5303C3.61032 16.671 3.80109 16.75 4 16.75H6.25V26C6.25 26.4641 6.43437 26.9092 6.76256 27.2374C7.09075 27.5656 7.53587 27.75 8 27.75H13C13.2298 27.75 13.4574 27.7047 13.6697 27.6168C13.882 27.5288 14.0749 27.3999 14.2374 27.2374C14.3999 27.0749 14.5288 26.882 14.6168 26.6697C14.7047 26.4574 14.75 26.2298 14.75 26V16.75H17.25V23C17.25 23.4641 17.4344 23.9092 17.7626 24.2374C18.0908 24.5656 18.5359 24.75 19 24.75H24C24.4641 24.75 24.9092 24.5656 25.2374 24.2374C25.5656 23.9092 25.75 23.4641 25.75 23V16.75H28C28.1989 16.75 28.3897 16.671 28.5303 16.5303C28.671 16.3897 28.75 16.1989 28.75 16C28.75 15.8011 28.671 15.6103 28.5303 15.4697C28.3897 15.329 28.1989 15.25 28 15.25ZM13.25 26C13.25 26.0663 13.2237 26.1299 13.1768 26.1768C13.1299 26.2237 13.0663 26.25 13 26.25H8C7.9337 26.25 7.87011 26.2237 7.82322 26.1768C7.77634 26.1299 7.75 26.0663 7.75 26V6C7.75 5.9337 7.77634 5.87011 7.82322 5.82322C7.87011 5.77634 7.9337 5.75 8 5.75H13C13.0663 5.75 13.1299 5.77634 13.1768 5.82322C13.2237 5.87011 13.25 5.9337 13.25 6V26ZM24.25 23C24.25 23.0663 24.2237 23.1299 24.1768 23.1768C24.1299 23.2237 24.0663 23.25 24 23.25H19C18.9337 23.25 18.8701 23.2237 18.8232 23.1768C18.7763 23.1299 18.75 23.0663 18.75 23V9C18.75 8.9337 18.7763 8.87011 18.8232 8.82322C18.8701 8.77634 18.9337 8.75 19 8.75H24C24.0663 8.75 24.1299 8.77634 24.1768 8.82322C24.2237 8.87011 24.25 8.9337 24.25 9V23Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterVertical;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterVerticalSimple = ({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="M26 15.5H21.5V6C21.5 5.60218 21.342 5.22064 21.0607 4.93934C20.7794 4.65804 20.3978 4.5 20 4.5H12C11.6022 4.5 11.2206 4.65804 10.9393 4.93934C10.658 5.22064 10.5 5.60218 10.5 6V15.5H6C5.86739 15.5 5.74021 15.5527 5.64645 15.6464C5.55268 15.7402 5.5 15.8674 5.5 16C5.5 16.1326 5.55268 16.2598 5.64645 16.3536C5.74021 16.4473 5.86739 16.5 6 16.5H10.5V26C10.5 26.3978 10.658 26.7794 10.9393 27.0607C11.2206 27.342 11.6022 27.5 12 27.5H20C20.3978 27.5 20.7794 27.342 21.0607 27.0607C21.342 26.7794 21.5 26.3978 21.5 26V16.5H26C26.1326 16.5 26.2598 16.4473 26.3536 16.3536C26.4473 16.2598 26.5 16.1326 26.5 16C26.5 15.8674 26.4473 15.7402 26.3536 15.6464C26.2598 15.5527 26.1326 15.5 26 15.5ZM20.5 26C20.5 26.1326 20.4473 26.2598 20.3536 26.3536C20.2598 26.4473 20.1326 26.5 20 26.5H12C11.8674 26.5 11.7402 26.4473 11.6464 26.3536C11.5527 26.2598 11.5 26.1326 11.5 26V6C11.5 5.86739 11.5527 5.74021 11.6464 5.64645C11.7402 5.55268 11.8674 5.5 12 5.5H20C20.1326 5.5 20.2598 5.55268 20.3536 5.64645C20.4473 5.74021 20.5 5.86739 20.5 6V26Z" 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="M26 15H22V6C22 5.46957 21.7893 4.96086 21.4142 4.58579C21.0391 4.21071 20.5304 4 20 4H12C11.4696 4 10.9609 4.21071 10.5858 4.58579C10.2107 4.96086 10 5.46957 10 6V15H6C5.73478 15 5.48043 15.1054 5.29289 15.2929C5.10536 15.4804 5 15.7348 5 16C5 16.2652 5.10536 16.5196 5.29289 16.7071C5.48043 16.8946 5.73478 17 6 17H10V26C10 26.5304 10.2107 27.0391 10.5858 27.4142C10.9609 27.7893 11.4696 28 12 28H20C20.5304 28 21.0391 27.7893 21.4142 27.4142C21.7893 27.0391 22 26.5304 22 26V17H26C26.2652 17 26.5196 16.8946 26.7071 16.7071C26.8946 16.5196 27 16.2652 27 16C27 15.7348 26.8946 15.4804 26.7071 15.2929C26.5196 15.1054 26.2652 15 26 15ZM20 26H12V6H20V26Z" 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="M26 14.5H22.5V6C22.5 5.33696 22.2366 4.70107 21.7678 4.23223C21.2989 3.76339 20.663 3.5 20 3.5H12C11.337 3.5 10.7011 3.76339 10.2322 4.23223C9.76339 4.70107 9.5 5.33696 9.5 6V14.5H6C5.60218 14.5 5.22064 14.658 4.93934 14.9393C4.65804 15.2206 4.5 15.6022 4.5 16C4.5 16.3978 4.65804 16.7794 4.93934 17.0607C5.22064 17.342 5.60218 17.5 6 17.5H9.5V26C9.5 26.663 9.76339 27.2989 10.2322 27.7678C10.7011 28.2366 11.337 28.5 12 28.5H20C20.663 28.5 21.2989 28.2366 21.7678 27.7678C22.2366 27.2989 22.5 26.663 22.5 26V17.5H26C26.3978 17.5 26.7794 17.342 27.0607 17.0607C27.342 16.7794 27.5 16.3978 27.5 16C27.5 15.6022 27.342 15.2206 27.0607 14.9393C26.7794 14.658 26.3978 14.5 26 14.5ZM19.5 25.5H12.5V6.5H19.5V25.5Z" 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="M27 16C27 16.2652 26.8946 16.5196 26.7071 16.7071C26.5196 16.8946 26.2652 17 26 17H22V26C22 26.5304 21.7893 27.0391 21.4142 27.4142C21.0391 27.7893 20.5304 28 20 28H12C11.4696 28 10.9609 27.7893 10.5858 27.4142C10.2107 27.0391 10 26.5304 10 26V17H6C5.73478 17 5.48043 16.8946 5.29289 16.7071C5.10536 16.5196 5 16.2652 5 16C5 15.7348 5.10536 15.4804 5.29289 15.2929C5.48043 15.1054 5.73478 15 6 15H10V6C10 5.46957 10.2107 4.96086 10.5858 4.58579C10.9609 4.21071 11.4696 4 12 4H20C20.5304 4 21.0391 4.21071 21.4142 4.58579C21.7893 4.96086 22 5.46957 22 6V15H26C26.2652 15 26.5196 15.1054 26.7071 15.2929C26.8946 15.4804 27 15.7348 27 16Z" 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="M21 6V26C21 26.2652 20.8946 26.5196 20.7071 26.7071C20.5196 26.8946 20.2652 27 20 27H12C11.7348 27 11.4804 26.8946 11.2929 26.7071C11.1054 26.5196 11 26.2652 11 26V6C11 5.73478 11.1054 5.48043 11.2929 5.29289C11.4804 5.10536 11.7348 5 12 5H20C20.2652 5 20.5196 5.10536 20.7071 5.29289C20.8946 5.48043 21 5.73478 21 6Z" fill="currentColor"/>
37
+ <path d="M26 15H22V6C22 5.46957 21.7893 4.96086 21.4142 4.58579C21.0391 4.21071 20.5304 4 20 4H12C11.4696 4 10.9609 4.21071 10.5858 4.58579C10.2107 4.96086 10 5.46957 10 6V15H6C5.73478 15 5.48043 15.1054 5.29289 15.2929C5.10536 15.4804 5 15.7348 5 16C5 16.2652 5.10536 16.5196 5.29289 16.7071C5.48043 16.8946 5.73478 17 6 17H10V26C10 26.5304 10.2107 27.0391 10.5858 27.4142C10.9609 27.7893 11.4696 28 12 28H20C20.5304 28 21.0391 27.7893 21.4142 27.4142C21.7893 27.0391 22 26.5304 22 26V17H26C26.2652 17 26.5196 16.8946 26.7071 16.7071C26.8946 16.5196 27 16.2652 27 16C27 15.7348 26.8946 15.4804 26.7071 15.2929C26.5196 15.1054 26.2652 15 26 15ZM20 26H12V6H20V26Z" 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="M26 15.25H21.75V6C21.75 5.53587 21.5656 5.09075 21.2374 4.76256C20.9092 4.43437 20.4641 4.25 20 4.25H12C11.5359 4.25 11.0908 4.43437 10.7626 4.76256C10.4344 5.09075 10.25 5.53587 10.25 6V15.25H6C5.80109 15.25 5.61032 15.329 5.46967 15.4697C5.32902 15.6103 5.25 15.8011 5.25 16C5.25 16.1989 5.32902 16.3897 5.46967 16.5303C5.61032 16.671 5.80109 16.75 6 16.75H10.25V26C10.25 26.4641 10.4344 26.9092 10.7626 27.2374C11.0908 27.5656 11.5359 27.75 12 27.75H20C20.4641 27.75 20.9092 27.5656 21.2374 27.2374C21.5656 26.9092 21.75 26.4641 21.75 26V16.75H26C26.1989 16.75 26.3897 16.671 26.5303 16.5303C26.671 16.3897 26.75 16.1989 26.75 16C26.75 15.8011 26.671 15.6103 26.5303 15.4697C26.3897 15.329 26.1989 15.25 26 15.25ZM20.25 26C20.25 26.0663 20.2237 26.1299 20.1768 26.1768C20.1299 26.2237 20.0663 26.25 20 26.25H12C11.9337 26.25 11.8701 26.2237 11.8232 26.1768C11.7763 26.1299 11.75 26.0663 11.75 26V6C11.75 5.9337 11.7763 5.87011 11.8232 5.82322C11.8701 5.77634 11.9337 5.75 12 5.75H20C20.0663 5.75 20.1299 5.77634 20.1768 5.82322C20.2237 5.87011 20.25 5.9337 20.25 6V26Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterVerticalSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignLeft = ({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="M5.5 5V27C5.5 27.1326 5.44732 27.2598 5.35355 27.3536C5.25979 27.4473 5.13261 27.5 5 27.5C4.86739 27.5 4.74021 27.4473 4.64645 27.3536C4.55268 27.2598 4.5 27.1326 4.5 27V5C4.5 4.86739 4.55268 4.74021 4.64645 4.64645C4.74021 4.55268 4.86739 4.5 5 4.5C5.13261 4.5 5.25979 4.55268 5.35355 4.64645C5.44732 4.74021 5.5 4.86739 5.5 5ZM8.5 13V8C8.5 7.60218 8.65804 7.22064 8.93934 6.93934C9.22064 6.65804 9.60218 6.5 10 6.5H22C22.3978 6.5 22.7794 6.65804 23.0607 6.93934C23.342 7.22064 23.5 7.60218 23.5 8V13C23.5 13.3978 23.342 13.7794 23.0607 14.0607C22.7794 14.342 22.3978 14.5 22 14.5H10C9.60218 14.5 9.22064 14.342 8.93934 14.0607C8.65804 13.7794 8.5 13.3978 8.5 13ZM9.5 13C9.5 13.1326 9.55268 13.2598 9.64645 13.3536C9.74021 13.4473 9.86739 13.5 10 13.5H22C22.1326 13.5 22.2598 13.4473 22.3536 13.3536C22.4473 13.2598 22.5 13.1326 22.5 13V8C22.5 7.86739 22.4473 7.74021 22.3536 7.64645C22.2598 7.55268 22.1326 7.5 22 7.5H10C9.86739 7.5 9.74021 7.55268 9.64645 7.64645C9.55268 7.74021 9.5 7.86739 9.5 8V13ZM28.5 19V24C28.5 24.3978 28.342 24.7794 28.0607 25.0607C27.7794 25.342 27.3978 25.5 27 25.5H10C9.60218 25.5 9.22064 25.342 8.93934 25.0607C8.65804 24.7794 8.5 24.3978 8.5 24V19C8.5 18.6022 8.65804 18.2206 8.93934 17.9393C9.22064 17.658 9.60218 17.5 10 17.5H27C27.3978 17.5 27.7794 17.658 28.0607 17.9393C28.342 18.2206 28.5 18.6022 28.5 19ZM27.5 19C27.5 18.8674 27.4473 18.7402 27.3536 18.6464C27.2598 18.5527 27.1326 18.5 27 18.5H10C9.86739 18.5 9.74021 18.5527 9.64645 18.6464C9.55268 18.7402 9.5 18.8674 9.5 19V24C9.5 24.1326 9.55268 24.2598 9.64645 24.3536C9.74021 24.4473 9.86739 24.5 10 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24V19Z" 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="M6 5V27C6 27.2652 5.89464 27.5196 5.70711 27.7071C5.51957 27.8946 5.26522 28 5 28C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4C5.26522 4 5.51957 4.10536 5.70711 4.29289C5.89464 4.48043 6 4.73478 6 5ZM8 13V8C8 7.46957 8.21071 6.96086 8.58579 6.58579C8.96086 6.21071 9.46957 6 10 6H22C22.5304 6 23.0391 6.21071 23.4142 6.58579C23.7893 6.96086 24 7.46957 24 8V13C24 13.5304 23.7893 14.0391 23.4142 14.4142C23.0391 14.7893 22.5304 15 22 15H10C9.46957 15 8.96086 14.7893 8.58579 14.4142C8.21071 14.0391 8 13.5304 8 13ZM10 13H22V8H10V13ZM29 19V24C29 24.5304 28.7893 25.0391 28.4142 25.4142C28.0391 25.7893 27.5304 26 27 26H10C9.46957 26 8.96086 25.7893 8.58579 25.4142C8.21071 25.0391 8 24.5304 8 24V19C8 18.4696 8.21071 17.9609 8.58579 17.5858C8.96086 17.2107 9.46957 17 10 17H27C27.5304 17 28.0391 17.2107 28.4142 17.5858C28.7893 17.9609 29 18.4696 29 19ZM27 24V19H10V24H27Z" 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="M6.5 5V27C6.5 27.3978 6.34196 27.7794 6.06066 28.0607C5.77936 28.342 5.39782 28.5 5 28.5C4.60218 28.5 4.22064 28.342 3.93934 28.0607C3.65804 27.7794 3.5 27.3978 3.5 27V5C3.5 4.60218 3.65804 4.22064 3.93934 3.93934C4.22064 3.65804 4.60218 3.5 5 3.5C5.39782 3.5 5.77936 3.65804 6.06066 3.93934C6.34196 4.22064 6.5 4.60218 6.5 5ZM8.5 12.5V8C8.5 7.33696 8.76339 6.70107 9.23223 6.23223C9.70107 5.76339 10.337 5.5 11 5.5H22C22.663 5.5 23.2989 5.76339 23.7678 6.23223C24.2366 6.70107 24.5 7.33696 24.5 8V12.5C24.5 13.163 24.2366 13.7989 23.7678 14.2678C23.2989 14.7366 22.663 15 22 15H11C10.337 15 9.70107 14.7366 9.23223 14.2678C8.76339 13.7989 8.5 13.163 8.5 12.5ZM11.5 12H21.5V8.5H11.5V12ZM29.5 19.5V24C29.5 24.663 29.2366 25.2989 28.7678 25.7678C28.2989 26.2366 27.663 26.5 27 26.5H11C10.337 26.5 9.70107 26.2366 9.23223 25.7678C8.76339 25.2989 8.5 24.663 8.5 24V19.5C8.5 18.837 8.76339 18.2011 9.23223 17.7322C9.70107 17.2634 10.337 17 11 17H27C27.663 17 28.2989 17.2634 28.7678 17.7322C29.2366 18.2011 29.5 18.837 29.5 19.5ZM26.5 20H11.5V23.5H26.5V20Z" 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="M29 19V24C29 24.5304 28.7893 25.0391 28.4142 25.4142C28.0391 25.7893 27.5304 26 27 26H10C9.46957 26 8.96086 25.7893 8.58579 25.4142C8.21071 25.0391 8 24.5304 8 24V19C8 18.4696 8.21071 17.9609 8.58579 17.5858C8.96086 17.2107 9.46957 17 10 17H27C27.5304 17 28.0391 17.2107 28.4142 17.5858C28.7893 17.9609 29 18.4696 29 19ZM5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V27C4 27.2652 4.10536 27.5196 4.29289 27.7071C4.48043 27.8946 4.73478 28 5 28C5.26522 28 5.51957 27.8946 5.70711 27.7071C5.89464 27.5196 6 27.2652 6 27V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 4ZM10 15H22C22.5304 15 23.0391 14.7893 23.4142 14.4142C23.7893 14.0391 24 13.5304 24 13V8C24 7.46957 23.7893 6.96086 23.4142 6.58579C23.0391 6.21071 22.5304 6 22 6H10C9.46957 6 8.96086 6.21071 8.58579 6.58579C8.21071 6.96086 8 7.46957 8 8V13C8 13.5304 8.21071 14.0391 8.58579 14.4142C8.96086 14.7893 9.46957 15 10 15Z" 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="M9 13V8C9 7.73478 9.10536 7.48043 9.29289 7.29289C9.48043 7.10536 9.73478 7 10 7H22C22.2652 7 22.5196 7.10536 22.7071 7.29289C22.8946 7.48043 23 7.73478 23 8V13C23 13.2652 22.8946 13.5196 22.7071 13.7071C22.5196 13.8946 22.2652 14 22 14H10C9.73478 14 9.48043 13.8946 9.29289 13.7071C9.10536 13.5196 9 13.2652 9 13ZM27 18H10C9.73478 18 9.48043 18.1054 9.29289 18.2929C9.10536 18.4804 9 18.7348 9 19V24C9 24.2652 9.10536 24.5196 9.29289 24.7071C9.48043 24.8946 9.73478 25 10 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24V19C28 18.7348 27.8946 18.4804 27.7071 18.2929C27.5196 18.1054 27.2652 18 27 18Z" fill="currentColor"/>
37
+ <path d="M27 17H10C9.46957 17 8.96086 17.2107 8.58579 17.5858C8.21071 17.9609 8 18.4696 8 19V24C8 24.5304 8.21071 25.0391 8.58579 25.4142C8.96086 25.7893 9.46957 26 10 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V19C29 18.4696 28.7893 17.9609 28.4142 17.5858C28.0391 17.2107 27.5304 17 27 17ZM27 24H10V19H27V24ZM6 5V27C6 27.2652 5.89464 27.5196 5.70711 27.7071C5.51957 27.8946 5.26522 28 5 28C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4C5.26522 4 5.51957 4.10536 5.70711 4.29289C5.89464 4.48043 6 4.73478 6 5ZM10 15H22C22.5304 15 23.0391 14.7893 23.4142 14.4142C23.7893 14.0391 24 13.5304 24 13V8C24 7.46957 23.7893 6.96086 23.4142 6.58579C23.0391 6.21071 22.5304 6 22 6H10C9.46957 6 8.96086 6.21071 8.58579 6.58579C8.21071 6.96086 8 7.46957 8 8V13C8 13.5304 8.21071 14.0391 8.58579 14.4142C8.96086 14.7893 9.46957 15 10 15ZM10 8H22V13H10V8Z" 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="M5.75 5V27C5.75 27.1989 5.67098 27.3897 5.53033 27.5303C5.38968 27.671 5.19891 27.75 5 27.75C4.80109 27.75 4.61032 27.671 4.46967 27.5303C4.32902 27.3897 4.25 27.1989 4.25 27V5C4.25 4.80109 4.32902 4.61032 4.46967 4.46967C4.61032 4.32902 4.80109 4.25 5 4.25C5.19891 4.25 5.38968 4.32902 5.53033 4.46967C5.67098 4.61032 5.75 4.80109 5.75 5ZM8.25 13V8C8.25 7.53587 8.43437 7.09075 8.76256 6.76256C9.09075 6.43437 9.53587 6.25 10 6.25H22C22.4641 6.25 22.9092 6.43437 23.2374 6.76256C23.5656 7.09075 23.75 7.53587 23.75 8V13C23.75 13.2298 23.7047 13.4574 23.6168 13.6697C23.5288 13.882 23.3999 14.0749 23.2374 14.2374C23.0749 14.3999 22.882 14.5288 22.6697 14.6168C22.4574 14.7047 22.2298 14.75 22 14.75H10C9.77019 14.75 9.54262 14.7047 9.3303 14.6168C9.11798 14.5288 8.92507 14.3999 8.76256 14.2374C8.60006 14.0749 8.47116 13.882 8.38321 13.6697C8.29527 13.4574 8.25 13.2298 8.25 13ZM9.75 13C9.75 13.0663 9.77634 13.1299 9.82322 13.1768C9.87011 13.2237 9.9337 13.25 10 13.25H22C22.0663 13.25 22.1299 13.2237 22.1768 13.1768C22.2237 13.1299 22.25 13.0663 22.25 13V8C22.25 7.9337 22.2237 7.87011 22.1768 7.82322C22.1299 7.77634 22.0663 7.75 22 7.75H10C9.9337 7.75 9.87011 7.77634 9.82322 7.82322C9.77634 7.87011 9.75 7.9337 9.75 8V13ZM28.75 19V24C28.75 24.4641 28.5656 24.9092 28.2374 25.2374C27.9092 25.5656 27.4641 25.75 27 25.75H10C9.53587 25.75 9.09075 25.5656 8.76256 25.2374C8.43437 24.9092 8.25 24.4641 8.25 24V19C8.25 18.5359 8.43437 18.0908 8.76256 17.7626C9.09075 17.4344 9.53587 17.25 10 17.25H27C27.4641 17.25 27.9092 17.4344 28.2374 17.7626C28.5656 18.0908 28.75 18.5359 28.75 19ZM27.25 19C27.25 18.9337 27.2237 18.8701 27.1768 18.8232C27.1299 18.7763 27.0663 18.75 27 18.75H10C9.9337 18.75 9.87011 18.7763 9.82322 18.8232C9.77634 18.8701 9.75 18.9337 9.75 19V24C9.75 24.0663 9.77634 24.1299 9.82322 24.1768C9.87011 24.2237 9.9337 24.25 10 24.25H27C27.0663 24.25 27.1299 24.2237 27.1768 24.1768C27.2237 24.1299 27.25 24.0663 27.25 24V19Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignLeft;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignLeftSimple = ({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="M4.5 7V25C4.5 25.1326 4.44732 25.2598 4.35355 25.3536C4.25979 25.4473 4.13261 25.5 4 25.5C3.86739 25.5 3.74021 25.4473 3.64645 25.3536C3.55268 25.2598 3.5 25.1326 3.5 25V7C3.5 6.86739 3.55268 6.74021 3.64645 6.64645C3.74021 6.55268 3.86739 6.5 4 6.5C4.13261 6.5 4.25979 6.55268 4.35355 6.64645C4.44732 6.74021 4.5 6.86739 4.5 7ZM29.5 12V20C29.5 20.3978 29.342 20.7794 29.0607 21.0607C28.7794 21.342 28.3978 21.5 28 21.5H9C8.60218 21.5 8.22064 21.342 7.93934 21.0607C7.65804 20.7794 7.5 20.3978 7.5 20V12C7.5 11.6022 7.65804 11.2206 7.93934 10.9393C8.22064 10.658 8.60218 10.5 9 10.5H28C28.3978 10.5 28.7794 10.658 29.0607 10.9393C29.342 11.2206 29.5 11.6022 29.5 12ZM28.5 12C28.5 11.8674 28.4473 11.7402 28.3536 11.6464C28.2598 11.5527 28.1326 11.5 28 11.5H9C8.86739 11.5 8.74021 11.5527 8.64645 11.6464C8.55268 11.7402 8.5 11.8674 8.5 12V20C8.5 20.1326 8.55268 20.2598 8.64645 20.3536C8.74021 20.4473 8.86739 20.5 9 20.5H28C28.1326 20.5 28.2598 20.4473 28.3536 20.3536C28.4473 20.2598 28.5 20.1326 28.5 20V12Z" 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="M5 7V25C5 25.2652 4.89464 25.5196 4.70711 25.7071C4.51957 25.8946 4.26522 26 4 26C3.73478 26 3.48043 25.8946 3.29289 25.7071C3.10536 25.5196 3 25.2652 3 25V7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM30 12V20C30 20.5304 29.7893 21.0391 29.4142 21.4142C29.0391 21.7893 28.5304 22 28 22H9C8.46957 22 7.96086 21.7893 7.58579 21.4142C7.21071 21.0391 7 20.5304 7 20V12C7 11.4696 7.21071 10.9609 7.58579 10.5858C7.96086 10.2107 8.46957 10 9 10H28C28.5304 10 29.0391 10.2107 29.4142 10.5858C29.7893 10.9609 30 11.4696 30 12ZM28 20V12H9V20H28Z" 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="M5.5 7V25C5.5 25.3978 5.34196 25.7794 5.06066 26.0607C4.77936 26.342 4.39782 26.5 4 26.5C3.60218 26.5 3.22064 26.342 2.93934 26.0607C2.65804 25.7794 2.5 25.3978 2.5 25V7C2.5 6.60218 2.65804 6.22064 2.93934 5.93934C3.22064 5.65804 3.60218 5.5 4 5.5C4.39782 5.5 4.77936 5.65804 5.06066 5.93934C5.34196 6.22064 5.5 6.60218 5.5 7ZM30.5 12V20C30.5 20.663 30.2366 21.2989 29.7678 21.7678C29.2989 22.2366 28.663 22.5 28 22.5H10C9.33696 22.5 8.70107 22.2366 8.23223 21.7678C7.76339 21.2989 7.5 20.663 7.5 20V12C7.5 11.337 7.76339 10.7011 8.23223 10.2322C8.70107 9.76339 9.33696 9.5 10 9.5H28C28.663 9.5 29.2989 9.76339 29.7678 10.2322C30.2366 10.7011 30.5 11.337 30.5 12ZM27.5 12.5H10.5V19.5H27.5V12.5Z" 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="M5 7V25C5 25.2652 4.89464 25.5196 4.70711 25.7071C4.51957 25.8946 4.26522 26 4 26C3.73478 26 3.48043 25.8946 3.29289 25.7071C3.10536 25.5196 3 25.2652 3 25V7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM28 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V20C7 20.5304 7.21071 21.0391 7.58579 21.4142C7.96086 21.7893 8.46957 22 9 22H28C28.5304 22 29.0391 21.7893 29.4142 21.4142C29.7893 21.0391 30 20.5304 30 20V12C30 11.4696 29.7893 10.9609 29.4142 10.5858C29.0391 10.2107 28.5304 10 28 10Z" 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="M29 12V20C29 20.2652 28.8946 20.5196 28.7071 20.7071C28.5196 20.8946 28.2652 21 28 21H9C8.73478 21 8.48043 20.8946 8.29289 20.7071C8.10536 20.5196 8 20.2652 8 20V12C8 11.7348 8.10536 11.4804 8.29289 11.2929C8.48043 11.1054 8.73478 11 9 11H28C28.2652 11 28.5196 11.1054 28.7071 11.2929C28.8946 11.4804 29 11.7348 29 12Z" fill="currentColor"/>
37
+ <path d="M5 7V25C5 25.2652 4.89464 25.5196 4.70711 25.7071C4.51957 25.8946 4.26522 26 4 26C3.73478 26 3.48043 25.8946 3.29289 25.7071C3.10536 25.5196 3 25.2652 3 25V7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM30 12V20C30 20.5304 29.7893 21.0391 29.4142 21.4142C29.0391 21.7893 28.5304 22 28 22H9C8.46957 22 7.96086 21.7893 7.58579 21.4142C7.21071 21.0391 7 20.5304 7 20V12C7 11.4696 7.21071 10.9609 7.58579 10.5858C7.96086 10.2107 8.46957 10 9 10H28C28.5304 10 29.0391 10.2107 29.4142 10.5858C29.7893 10.9609 30 11.4696 30 12ZM28 20V12H9V20H28Z" 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="M4.75 7V25C4.75 25.1989 4.67098 25.3897 4.53033 25.5303C4.38968 25.671 4.19891 25.75 4 25.75C3.80109 25.75 3.61032 25.671 3.46967 25.5303C3.32902 25.3897 3.25 25.1989 3.25 25V7C3.25 6.80109 3.32902 6.61032 3.46967 6.46967C3.61032 6.32902 3.80109 6.25 4 6.25C4.19891 6.25 4.38968 6.32902 4.53033 6.46967C4.67098 6.61032 4.75 6.80109 4.75 7ZM29.75 12V20C29.75 20.4641 29.5656 20.9092 29.2374 21.2374C28.9092 21.5656 28.4641 21.75 28 21.75H9C8.53587 21.75 8.09075 21.5656 7.76256 21.2374C7.43437 20.9092 7.25 20.4641 7.25 20V12C7.25 11.5359 7.43437 11.0908 7.76256 10.7626C8.09075 10.4344 8.53587 10.25 9 10.25H28C28.4641 10.25 28.9092 10.4344 29.2374 10.7626C29.5656 11.0908 29.75 11.5359 29.75 12ZM28.25 12C28.25 11.9337 28.2237 11.8701 28.1768 11.8232C28.1299 11.7763 28.0663 11.75 28 11.75H9C8.9337 11.75 8.87011 11.7763 8.82322 11.8232C8.77634 11.8701 8.75 11.9337 8.75 12V20C8.75 20.0663 8.77634 20.1299 8.82322 20.1768C8.87011 20.2237 8.9337 20.25 9 20.25H28C28.0663 20.25 28.1299 20.2237 28.1768 20.1768C28.2237 20.1299 28.25 20.0663 28.25 20V12Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignLeftSimple;