@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,60 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Van = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path
8
+ d="M31.375 14.675L25.6838 8.0375C25.5429 7.86912 25.3668 7.73371 25.1678 7.64084C24.9689 7.54796 24.752 7.49989 24.5325 7.5H4C3.60218 7.5 3.22064 7.65804 2.93934 7.93934C2.65804 8.22064 2.5 8.60218 2.5 9V23C2.5 23.3978 2.65804 23.7794 2.93934 24.0607C3.22064 24.342 3.60218 24.5 4 24.5H6.53625C6.65701 25.3325 7.07355 26.0936 7.70964 26.6441C8.34573 27.1946 9.15879 27.4976 10 27.4976C10.8412 27.4976 11.6543 27.1946 12.2904 26.6441C12.9264 26.0936 13.343 25.3325 13.4637 24.5H20.5362C20.657 25.3325 21.0736 26.0936 21.7096 26.6441C22.3457 27.1946 23.1588 27.4976 24 27.4976C24.8412 27.4976 25.6543 27.1946 26.2904 26.6441C26.9264 26.0936 27.343 25.3325 27.4638 24.5H30C30.3978 24.5 30.7794 24.342 31.0607 24.0607C31.342 23.7794 31.5 23.3978 31.5 23V15C31.4986 14.8802 31.4543 14.7649 31.375 14.675ZM24.92 8.68375L29.9125 14.5H21.5V8.5H24.5325C24.6067 8.49997 24.6799 8.51644 24.747 8.54822C24.814 8.58 24.8731 8.6263 24.92 8.68375ZM12.5 14.5V8.5H20.5V14.5H12.5ZM4 8.5H11.5V14.5H3.5V9C3.5 8.86739 3.55268 8.74021 3.64645 8.64645C3.74021 8.55268 3.86739 8.5 4 8.5ZM10 26.5C9.50555 26.5 9.0222 26.3534 8.61107 26.0787C8.19995 25.804 7.87952 25.4135 7.6903 24.9567C7.50108 24.4999 7.45157 23.9972 7.54804 23.5123C7.6445 23.0273 7.8826 22.5819 8.23223 22.2322C8.58186 21.8826 9.02732 21.6445 9.51227 21.548C9.99723 21.4516 10.4999 21.5011 10.9567 21.6903C11.4135 21.8795 11.804 22.2 12.0787 22.6111C12.3534 23.0222 12.5 23.5055 12.5 24C12.5 24.663 12.2366 25.2989 11.7678 25.7678C11.2989 26.2366 10.663 26.5 10 26.5ZM24 26.5C23.5055 26.5 23.0222 26.3534 22.6111 26.0787C22.2 25.804 21.8795 25.4135 21.6903 24.9567C21.5011 24.4999 21.4516 23.9972 21.548 23.5123C21.6445 23.0273 21.8826 22.5819 22.2322 22.2322C22.5819 21.8826 23.0273 21.6445 23.5123 21.548C23.9972 21.4516 24.4999 21.5011 24.9567 21.6903C25.4135 21.8795 25.804 22.2 26.0787 22.6111C26.3534 23.0222 26.5 23.5055 26.5 24C26.5 24.663 26.2366 25.2989 25.7678 25.7678C25.2989 26.2366 24.663 26.5 24 26.5ZM30 23.5H27.4638C27.343 22.6675 26.9264 21.9064 26.2904 21.3559C25.6543 20.8054 24.8412 20.5024 24 20.5024C23.1588 20.5024 22.3457 20.8054 21.7096 21.3559C21.0736 21.9064 20.657 22.6675 20.5362 23.5H13.4637C13.343 22.6675 12.9264 21.9064 12.2904 21.3559C11.6543 20.8054 10.8412 20.5024 10 20.5024C9.15879 20.5024 8.34573 20.8054 7.70964 21.3559C7.07355 21.9064 6.65701 22.6675 6.53625 23.5H4C3.86739 23.5 3.74021 23.4473 3.64645 23.3536C3.55268 23.2598 3.5 23.1326 3.5 23V15.5H30.5V23C30.5 23.1326 30.4473 23.2598 30.3536 23.3536C30.2598 23.4473 30.1326 23.5 30 23.5Z"
9
+ fill="currentColor" />
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M31.7588 14.3488L26.0662 7.71625C25.8785 7.49198 25.6439 7.31161 25.3789 7.18786C25.1139 7.06411 24.825 6.99998 24.5325 7H4C3.46957 7 2.96086 7.21071 2.58579 7.58579C2.21071 7.96086 2 8.46957 2 9V23C2 23.5304 2.21071 24.0391 2.58579 24.4142C2.96086 24.7893 3.46957 25 4 25H6.125C6.3453 25.8604 6.8457 26.623 7.54731 27.1676C8.24892 27.7122 9.11183 28.0078 10 28.0078C10.8882 28.0078 11.7511 27.7122 12.4527 27.1676C13.1543 26.623 13.6547 25.8604 13.875 25H20.125C20.3453 25.8604 20.8457 26.623 21.5473 27.1676C22.2489 27.7122 23.1118 28.0078 24 28.0078C24.8882 28.0078 25.7511 27.7122 26.4527 27.1676C27.1543 26.623 27.6547 25.8604 27.875 25H30C30.5304 25 31.0391 24.7893 31.4142 24.4142C31.7893 24.0391 32 23.5304 32 23V15C32 14.7611 31.9144 14.53 31.7588 14.3488ZM28.8237 14H22V9H24.5325L28.8237 14ZM13 14V9H20V14H13ZM11 9V14H4V9H11ZM10 26C9.60444 26 9.21776 25.8827 8.88886 25.6629C8.55996 25.4432 8.30362 25.1308 8.15224 24.7654C8.00087 24.3999 7.96126 23.9978 8.03843 23.6098C8.1156 23.2219 8.30608 22.8655 8.58579 22.5858C8.86549 22.3061 9.22186 22.1156 9.60982 22.0384C9.99778 21.9613 10.3999 22.0009 10.7654 22.1522C11.1308 22.3036 11.4432 22.56 11.6629 22.8889C11.8827 23.2178 12 23.6044 12 24C12 24.5304 11.7893 25.0391 11.4142 25.4142C11.0391 25.7893 10.5304 26 10 26ZM24 26C23.6044 26 23.2178 25.8827 22.8889 25.6629C22.56 25.4432 22.3036 25.1308 22.1522 24.7654C22.0009 24.3999 21.9613 23.9978 22.0384 23.6098C22.1156 23.2219 22.3061 22.8655 22.5858 22.5858C22.8655 22.3061 23.2219 22.1156 23.6098 22.0384C23.9978 21.9613 24.3999 22.0009 24.7654 22.1522C25.1308 22.3036 25.4432 22.56 25.6629 22.8889C25.8827 23.2178 26 23.6044 26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26ZM27.875 23C27.6547 22.1396 27.1543 21.377 26.4527 20.8324C25.7511 20.2878 24.8882 19.9922 24 19.9922C23.1118 19.9922 22.2489 20.2878 21.5473 20.8324C20.8457 21.377 20.3453 22.1396 20.125 23H13.875C13.6547 22.1396 13.1543 21.377 12.4527 20.8324C11.7511 20.2878 10.8882 19.9922 10 19.9922C9.11183 19.9922 8.24892 20.2878 7.54731 20.8324C6.8457 21.377 6.3453 22.1396 6.125 23H4V16H30V23H27.875Z"
18
+ fill="currentColor" />
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M31.6388 14.0225L25.9425 7.38625C25.7081 7.10811 25.4156 6.88464 25.0857 6.73154C24.7557 6.57844 24.3962 6.49941 24.0325 6.5H4C3.33696 6.5 2.70107 6.7634 2.23223 7.23224C1.76339 7.70108 1.5 8.33696 1.5 9V23C1.5 23.663 1.76339 24.2989 2.23223 24.7678C2.70107 25.2366 3.33696 25.5 4 25.5H5.7575C6.06775 26.3773 6.64232 27.1368 7.4021 27.674C8.16187 28.2112 9.0695 28.4996 10 28.4996C10.9305 28.4996 11.8381 28.2112 12.5979 27.674C13.3577 27.1368 13.9323 26.3773 14.2425 25.5H19.2575C19.5677 26.3773 20.1423 27.1368 20.9021 27.674C21.6619 28.2112 22.5695 28.4996 23.5 28.4996C24.4305 28.4996 25.3381 28.2112 26.0979 27.674C26.8577 27.1368 27.4323 26.3773 27.7425 25.5H29.5C30.163 25.5 30.7989 25.2366 31.2678 24.7678C31.7366 24.2989 32 23.663 32 23V15C31.9997 14.6416 31.8716 14.295 31.6388 14.0225ZM27.2362 13.5H22V9.5H23.8025L27.2362 13.5ZM13 13.5V9.5H19V13.5H13ZM10 9.5V13.5H4.5V9.5H10ZM10 25.5C9.70333 25.5 9.41332 25.412 9.16665 25.2472C8.91997 25.0824 8.72771 24.8481 8.61418 24.574C8.50065 24.2999 8.47094 23.9983 8.52882 23.7074C8.5867 23.4164 8.72956 23.1491 8.93934 22.9393C9.14912 22.7296 9.41639 22.5867 9.70736 22.5288C9.99834 22.4709 10.2999 22.5007 10.574 22.6142C10.8481 22.7277 11.0824 22.92 11.2472 23.1666C11.412 23.4133 11.5 23.7033 11.5 24C11.5 24.3978 11.342 24.7794 11.0607 25.0607C10.7794 25.342 10.3978 25.5 10 25.5ZM23.5 25.5C23.2033 25.5 22.9133 25.412 22.6666 25.2472C22.42 25.0824 22.2277 24.8481 22.1142 24.574C22.0007 24.2999 21.9709 23.9983 22.0288 23.7074C22.0867 23.4164 22.2296 23.1491 22.4393 22.9393C22.6491 22.7296 22.9164 22.5867 23.2074 22.5288C23.4983 22.4709 23.7999 22.5007 24.074 22.6142C24.3481 22.7277 24.5824 22.92 24.7472 23.1666C24.912 23.4133 25 23.7033 25 24C25 24.3978 24.842 24.7794 24.5607 25.0607C24.2794 25.342 23.8978 25.5 23.5 25.5ZM27.7425 22.5C27.4323 21.6227 26.8577 20.8632 26.0979 20.326C25.3381 19.7889 24.4305 19.5004 23.5 19.5004C22.5695 19.5004 21.6619 19.7889 20.9021 20.326C20.1423 20.8632 19.5677 21.6227 19.2575 22.5H14.2425C13.9323 21.6227 13.3577 20.8632 12.5979 20.326C11.8381 19.7889 10.9305 19.5004 10 19.5004C9.0695 19.5004 8.16187 19.7889 7.4021 20.326C6.64232 20.8632 6.06775 21.6227 5.7575 22.5H4.5V16.5H29V22.5H27.7425Z"
27
+ fill="currentColor" />
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M31.7588 14.3488L26.0662 7.71625C25.8785 7.49198 25.6439 7.31161 25.3789 7.18786C25.1139 7.06411 24.825 6.99998 24.5325 7H4C3.46957 7 2.96086 7.21071 2.58579 7.58579C2.21071 7.96086 2 8.46957 2 9V23C2 23.5304 2.21071 24.0391 2.58579 24.4142C2.96086 24.7893 3.46957 25 4 25H6.125C6.3453 25.8604 6.8457 26.623 7.54731 27.1676C8.24892 27.7122 9.11183 28.0078 10 28.0078C10.8882 28.0078 11.7511 27.7122 12.4527 27.1676C13.1543 26.623 13.6547 25.8604 13.875 25H20.125C20.3453 25.8604 20.8457 26.623 21.5473 27.1676C22.2489 27.7122 23.1118 28.0078 24 28.0078C24.8882 28.0078 25.7511 27.7122 26.4527 27.1676C27.1543 26.623 27.6547 25.8604 27.875 25H30C30.5304 25 31.0391 24.7893 31.4142 24.4142C31.7893 24.0391 32 23.5304 32 23V15C32 14.7611 31.9144 14.53 31.7588 14.3488ZM4 14V9H11V14H4ZM10 26C9.60444 26 9.21776 25.8827 8.88886 25.6629C8.55996 25.4432 8.30362 25.1308 8.15224 24.7654C8.00087 24.3999 7.96126 23.9978 8.03843 23.6098C8.1156 23.2219 8.30608 22.8655 8.58579 22.5858C8.86549 22.3061 9.22186 22.1156 9.60982 22.0384C9.99778 21.9613 10.3999 22.0009 10.7654 22.1522C11.1308 22.3036 11.4432 22.56 11.6629 22.8889C11.8827 23.2178 12 23.6044 12 24C12 24.5304 11.7893 25.0391 11.4142 25.4142C11.0391 25.7893 10.5304 26 10 26ZM20 14H13V9H20V14ZM24 26C23.6044 26 23.2178 25.8827 22.8889 25.6629C22.56 25.4432 22.3036 25.1308 22.1522 24.7654C22.0009 24.3999 21.9613 23.9978 22.0384 23.6098C22.1156 23.2219 22.3061 22.8655 22.5858 22.5858C22.8655 22.3061 23.2219 22.1156 23.6098 22.0384C23.9978 21.9613 24.3999 22.0009 24.7654 22.1522C25.1308 22.3036 25.4432 22.56 25.6629 22.8889C25.8827 23.2178 26 23.6044 26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26ZM22 14V9H24.5325L28.8237 14H22Z"
36
+ fill="currentColor" />
37
+ </svg>);
38
+ }
39
+ if (type === "duotone") {
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path opacity="0.2"
43
+ d="M31 15V23C31 23.2652 30.8946 23.5196 30.7071 23.7071C30.5196 23.8946 30.2652 24 30 24H27C27 23.2044 26.6839 22.4413 26.1213 21.8787C25.5587 21.3161 24.7956 21 24 21C23.2044 21 22.4413 21.3161 21.8787 21.8787C21.3161 22.4413 21 23.2044 21 24H13C13 23.2044 12.6839 22.4413 12.1213 21.8787C11.5587 21.3161 10.7956 21 10 21C9.20435 21 8.44129 21.3161 7.87868 21.8787C7.31607 22.4413 7 23.2044 7 24H4C3.73478 24 3.48043 23.8946 3.29289 23.7071C3.10536 23.5196 3 23.2652 3 23V15H31Z"
44
+ fill="currentColor" />
45
+ <path
46
+ d="M31.7588 14.3488L26.0662 7.71625C25.8785 7.49198 25.6439 7.31161 25.3789 7.18786C25.1139 7.06411 24.825 6.99998 24.5325 7H4C3.46957 7 2.96086 7.21071 2.58579 7.58579C2.21071 7.96086 2 8.46957 2 9V23C2 23.5304 2.21071 24.0391 2.58579 24.4142C2.96086 24.7893 3.46957 25 4 25H6.125C6.3453 25.8604 6.8457 26.623 7.54731 27.1676C8.24892 27.7122 9.11183 28.0078 10 28.0078C10.8882 28.0078 11.7511 27.7122 12.4527 27.1676C13.1543 26.623 13.6547 25.8604 13.875 25H20.125C20.3453 25.8604 20.8457 26.623 21.5473 27.1676C22.2489 27.7122 23.1118 28.0078 24 28.0078C24.8882 28.0078 25.7511 27.7122 26.4527 27.1676C27.1543 26.623 27.6547 25.8604 27.875 25H30C30.5304 25 31.0391 24.7893 31.4142 24.4142C31.7893 24.0391 32 23.5304 32 23V15C32 14.7611 31.9144 14.53 31.7588 14.3488ZM28.8237 14H22V9H24.5325L28.8237 14ZM13 14V9H20V14H13ZM11 9V14H4V9H11ZM10 26C9.60444 26 9.21776 25.8827 8.88886 25.6629C8.55996 25.4432 8.30362 25.1308 8.15224 24.7654C8.00087 24.3999 7.96126 23.9978 8.03843 23.6098C8.1156 23.2219 8.30608 22.8655 8.58579 22.5858C8.86549 22.3061 9.22186 22.1156 9.60982 22.0384C9.99778 21.9613 10.3999 22.0009 10.7654 22.1522C11.1308 22.3036 11.4432 22.56 11.6629 22.8889C11.8827 23.2178 12 23.6044 12 24C12 24.5304 11.7893 25.0391 11.4142 25.4142C11.0391 25.7893 10.5304 26 10 26ZM24 26C23.6044 26 23.2178 25.8827 22.8889 25.6629C22.56 25.4432 22.3036 25.1308 22.1522 24.7654C22.0009 24.3999 21.9613 23.9978 22.0384 23.6098C22.1156 23.2219 22.3061 22.8655 22.5858 22.5858C22.8655 22.3061 23.2219 22.1156 23.6098 22.0384C23.9978 21.9613 24.3999 22.0009 24.7654 22.1522C25.1308 22.3036 25.4432 22.56 25.6629 22.8889C25.8827 23.2178 26 23.6044 26 24C26 24.5304 25.7893 25.0391 25.4142 25.4142C25.0391 25.7893 24.5304 26 24 26ZM27.875 23C27.6547 22.1396 27.1543 21.377 26.4527 20.8324C25.7511 20.2878 24.8882 19.9922 24 19.9922C23.1118 19.9922 22.2489 20.2878 21.5473 20.8324C20.8457 21.377 20.3453 22.1396 20.125 23H13.875C13.6547 22.1396 13.1543 21.377 12.4527 20.8324C11.7511 20.2878 10.8882 19.9922 10 19.9922C9.11183 19.9922 8.24892 20.2878 7.54731 20.8324C6.8457 21.377 6.3453 22.1396 6.125 23H4V16H30V23H27.875Z"
47
+ fill="currentColor" />
48
+ </svg>
49
+ );
50
+ }
51
+ return (
52
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
53
+ <path
54
+ d="M31.5688 14.5113L25.875 7.875C25.7105 7.67902 25.5051 7.52149 25.2731 7.4135C25.0412 7.30552 24.7884 7.24971 24.5325 7.25H4C3.53587 7.25 3.09075 7.43438 2.76256 7.76256C2.43437 8.09075 2.25 8.53587 2.25 9V23C2.25 23.4641 2.43437 23.9093 2.76256 24.2374C3.09075 24.5656 3.53587 24.75 4 24.75H6.325C6.49714 25.5977 6.95705 26.3599 7.62681 26.9073C8.29657 27.4547 9.13498 27.7538 10 27.7538C10.865 27.7538 11.7034 27.4547 12.3732 26.9073C13.043 26.3599 13.5029 25.5977 13.675 24.75H20.325C20.4971 25.5977 20.957 26.3599 21.6268 26.9073C22.2966 27.4547 23.135 27.7538 24 27.7538C24.865 27.7538 25.7034 27.4547 26.3732 26.9073C27.043 26.3599 27.5029 25.5977 27.675 24.75H30C30.4641 24.75 30.9092 24.5656 31.2374 24.2374C31.5656 23.9093 31.75 23.4641 31.75 23V15C31.75 14.8207 31.6857 14.6473 31.5688 14.5113ZM24.7313 8.84625L29.3675 14.25H21.75V8.75H24.5325C24.5708 8.74975 24.6086 8.7583 24.6431 8.77499C24.6775 8.79168 24.7077 8.81606 24.7313 8.84625ZM12.75 14.25V8.75H20.25V14.25H12.75ZM4 8.75H11.25V14.25H3.75V9C3.75 8.9337 3.77634 8.87011 3.82322 8.82322C3.87011 8.77634 3.9337 8.75 4 8.75ZM10 26.25C9.55499 26.25 9.11998 26.118 8.74997 25.8708C8.37996 25.6236 8.09157 25.2722 7.92127 24.861C7.75097 24.4499 7.70642 23.9975 7.79323 23.561C7.88005 23.1246 8.09434 22.7237 8.40901 22.409C8.72368 22.0943 9.12459 21.8801 9.56105 21.7932C9.9975 21.7064 10.4499 21.751 10.861 21.9213C11.2722 22.0916 11.6236 22.38 11.8708 22.75C12.118 23.12 12.25 23.555 12.25 24C12.25 24.5967 12.0129 25.169 11.591 25.591C11.169 26.0129 10.5967 26.25 10 26.25ZM24 26.25C23.555 26.25 23.12 26.118 22.75 25.8708C22.38 25.6236 22.0916 25.2722 21.9213 24.861C21.751 24.4499 21.7064 23.9975 21.7932 23.561C21.8801 23.1246 22.0943 22.7237 22.409 22.409C22.7237 22.0943 23.1246 21.8801 23.561 21.7932C23.9975 21.7064 24.4499 21.751 24.861 21.9213C25.2722 22.0916 25.6236 22.38 25.8708 22.75C26.118 23.12 26.25 23.555 26.25 24C26.25 24.5967 26.0129 25.169 25.591 25.591C25.169 26.0129 24.5967 26.25 24 26.25ZM30 23.25H27.675C27.5029 22.4023 27.043 21.6401 26.3732 21.0927C25.7034 20.5453 24.865 20.2462 24 20.2462C23.135 20.2462 22.2966 20.5453 21.6268 21.0927C20.957 21.6401 20.4971 22.4023 20.325 23.25H13.675C13.5029 22.4023 13.043 21.6401 12.3732 21.0927C11.7034 20.5453 10.865 20.2462 10 20.2462C9.13498 20.2462 8.29657 20.5453 7.62681 21.0927C6.95705 21.6401 6.49714 22.4023 6.325 23.25H4C3.9337 23.25 3.87011 23.2237 3.82322 23.1768C3.77634 23.1299 3.75 23.0663 3.75 23V15.75H30.25V23C30.25 23.0663 30.2237 23.1299 30.1768 23.1768C30.1299 23.2237 30.0663 23.25 30 23.25Z"
55
+ fill="currentColor" />
56
+ </svg>
57
+ );
58
+ };
59
+
60
+ export default Van;
@@ -0,0 +1,59 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Calculator = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path
8
+ d="M22 7.5H10C9.86739 7.5 9.74021 7.55268 9.64645 7.64645C9.55268 7.74021 9.5 7.86739 9.5 8V14C9.5 14.1326 9.55268 14.2598 9.64645 14.3536C9.74021 14.4473 9.86739 14.5 10 14.5H22C22.1326 14.5 22.2598 14.4473 22.3536 14.3536C22.4473 14.2598 22.5 14.1326 22.5 14V8C22.5 7.86739 22.4473 7.74021 22.3536 7.64645C22.2598 7.55268 22.1326 7.5 22 7.5ZM21.5 13.5H10.5V8.5H21.5V13.5ZM25 3.5H7C6.60218 3.5 6.22064 3.65804 5.93934 3.93934C5.65804 4.22064 5.5 4.60218 5.5 5V27C5.5 27.3978 5.65804 27.7794 5.93934 28.0607C6.22064 28.342 6.60218 28.5 7 28.5H25C25.3978 28.5 25.7794 28.342 26.0607 28.0607C26.342 27.7794 26.5 27.3978 26.5 27V5C26.5 4.60218 26.342 4.22064 26.0607 3.93934C25.7794 3.65804 25.3978 3.5 25 3.5ZM25.5 27C25.5 27.1326 25.4473 27.2598 25.3536 27.3536C25.2598 27.4473 25.1326 27.5 25 27.5H7C6.86739 27.5 6.74021 27.4473 6.64645 27.3536C6.55268 27.2598 6.5 27.1326 6.5 27V5C6.5 4.86739 6.55268 4.74021 6.64645 4.64645C6.74021 4.55268 6.86739 4.5 7 4.5H25C25.1326 4.5 25.2598 4.55268 25.3536 4.64645C25.4473 4.74021 25.5 4.86739 25.5 5V27ZM12 18.5C12 18.6978 11.9414 18.8911 11.8315 19.0556C11.7216 19.22 11.5654 19.3482 11.3827 19.4239C11.2 19.4996 10.9989 19.5194 10.8049 19.4808C10.6109 19.4422 10.4327 19.347 10.2929 19.2071C10.153 19.0673 10.0578 18.8891 10.0192 18.6951C9.98063 18.5011 10.0004 18.3 10.0761 18.1173C10.1518 17.9346 10.28 17.7784 10.4444 17.6685C10.6089 17.5586 10.8022 17.5 11 17.5C11.2652 17.5 11.5196 17.6054 11.7071 17.7929C11.8946 17.9804 12 18.2348 12 18.5ZM17 18.5C17 18.6978 16.9414 18.8911 16.8315 19.0556C16.7216 19.22 16.5654 19.3482 16.3827 19.4239C16.2 19.4996 15.9989 19.5194 15.8049 19.4808C15.6109 19.4422 15.4327 19.347 15.2929 19.2071C15.153 19.0673 15.0578 18.8891 15.0192 18.6951C14.9806 18.5011 15.0004 18.3 15.0761 18.1173C15.1518 17.9346 15.28 17.7784 15.4444 17.6685C15.6089 17.5586 15.8022 17.5 16 17.5C16.2652 17.5 16.5196 17.6054 16.7071 17.7929C16.8946 17.9804 17 18.2348 17 18.5ZM22 18.5C22 18.6978 21.9414 18.8911 21.8315 19.0556C21.7216 19.22 21.5654 19.3482 21.3827 19.4239C21.2 19.4996 20.9989 19.5194 20.8049 19.4808C20.6109 19.4422 20.4327 19.347 20.2929 19.2071C20.153 19.0673 20.0578 18.8891 20.0192 18.6951C19.9806 18.5011 20.0004 18.3 20.0761 18.1173C20.1518 17.9346 20.28 17.7784 20.4444 17.6685C20.6089 17.5586 20.8022 17.5 21 17.5C21.2652 17.5 21.5196 17.6054 21.7071 17.7929C21.8946 17.9804 22 18.2348 22 18.5ZM12 23.5C12 23.6978 11.9414 23.8911 11.8315 24.0556C11.7216 24.22 11.5654 24.3482 11.3827 24.4239C11.2 24.4996 10.9989 24.5194 10.8049 24.4808C10.6109 24.4422 10.4327 24.347 10.2929 24.2071C10.153 24.0673 10.0578 23.8891 10.0192 23.6951C9.98063 23.5011 10.0004 23.3 10.0761 23.1173C10.1518 22.9346 10.28 22.7784 10.4444 22.6685C10.6089 22.5586 10.8022 22.5 11 22.5C11.2652 22.5 11.5196 22.6054 11.7071 22.7929C11.8946 22.9804 12 23.2348 12 23.5ZM17 23.5C17 23.6978 16.9414 23.8911 16.8315 24.0556C16.7216 24.22 16.5654 24.3482 16.3827 24.4239C16.2 24.4996 15.9989 24.5194 15.8049 24.4808C15.6109 24.4422 15.4327 24.347 15.2929 24.2071C15.153 24.0673 15.0578 23.8891 15.0192 23.6951C14.9806 23.5011 15.0004 23.3 15.0761 23.1173C15.1518 22.9346 15.28 22.7784 15.4444 22.6685C15.6089 22.5586 15.8022 22.5 16 22.5C16.2652 22.5 16.5196 22.6054 16.7071 22.7929C16.8946 22.9804 17 23.2348 17 23.5ZM22 23.5C22 23.6978 21.9414 23.8911 21.8315 24.0556C21.7216 24.22 21.5654 24.3482 21.3827 24.4239C21.2 24.4996 20.9989 24.5194 20.8049 24.4808C20.6109 24.4422 20.4327 24.347 20.2929 24.2071C20.153 24.0673 20.0578 23.8891 20.0192 23.6951C19.9806 23.5011 20.0004 23.3 20.0761 23.1173C20.1518 22.9346 20.28 22.7784 20.4444 22.6685C20.6089 22.5586 20.8022 22.5 21 22.5C21.2652 22.5 21.5196 22.6054 21.7071 22.7929C21.8946 22.9804 22 23.2348 22 23.5Z"
9
+ fill="currentColor" />
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M10 15H22C22.2652 15 22.5196 14.8946 22.7071 14.7071C22.8946 14.5196 23 14.2652 23 14V8C23 7.73478 22.8946 7.48043 22.7071 7.29289C22.5196 7.10536 22.2652 7 22 7H10C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15ZM11 9H21V13H11V9ZM25 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0391 3.21071 25.5304 3 25 3ZM25 27H7V5H25V27ZM12.5 18.5C12.5 18.7967 12.412 19.0867 12.2472 19.3334C12.0824 19.58 11.8481 19.7723 11.574 19.8858C11.2999 19.9993 10.9983 20.0291 10.7074 19.9712C10.4164 19.9133 10.1491 19.7704 9.93934 19.5607C9.72956 19.3509 9.5867 19.0836 9.52882 18.7926C9.47094 18.5017 9.50065 18.2001 9.61418 17.926C9.72771 17.6519 9.91997 17.4176 10.1666 17.2528C10.4133 17.088 10.7033 17 11 17C11.3978 17 11.7794 17.158 12.0607 17.4393C12.342 17.7206 12.5 18.1022 12.5 18.5ZM17.5 18.5C17.5 18.7967 17.412 19.0867 17.2472 19.3334C17.0824 19.58 16.8481 19.7723 16.574 19.8858C16.2999 19.9993 15.9983 20.0291 15.7074 19.9712C15.4164 19.9133 15.1491 19.7704 14.9393 19.5607C14.7296 19.3509 14.5867 19.0836 14.5288 18.7926C14.4709 18.5017 14.5006 18.2001 14.6142 17.926C14.7277 17.6519 14.92 17.4176 15.1666 17.2528C15.4133 17.088 15.7033 17 16 17C16.3978 17 16.7794 17.158 17.0607 17.4393C17.342 17.7206 17.5 18.1022 17.5 18.5ZM22.5 18.5C22.5 18.7967 22.412 19.0867 22.2472 19.3334C22.0824 19.58 21.8481 19.7723 21.574 19.8858C21.2999 19.9993 20.9983 20.0291 20.7074 19.9712C20.4164 19.9133 20.1491 19.7704 19.9393 19.5607C19.7296 19.3509 19.5867 19.0836 19.5288 18.7926C19.4709 18.5017 19.5007 18.2001 19.6142 17.926C19.7277 17.6519 19.92 17.4176 20.1666 17.2528C20.4133 17.088 20.7033 17 21 17C21.3978 17 21.7794 17.158 22.0607 17.4393C22.342 17.7206 22.5 18.1022 22.5 18.5ZM12.5 23.5C12.5 23.7967 12.412 24.0867 12.2472 24.3334C12.0824 24.58 11.8481 24.7723 11.574 24.8858C11.2999 24.9993 10.9983 25.0291 10.7074 24.9712C10.4164 24.9133 10.1491 24.7704 9.93934 24.5607C9.72956 24.3509 9.5867 24.0836 9.52882 23.7926C9.47094 23.5017 9.50065 23.2001 9.61418 22.926C9.72771 22.6519 9.91997 22.4176 10.1666 22.2528C10.4133 22.088 10.7033 22 11 22C11.3978 22 11.7794 22.158 12.0607 22.4393C12.342 22.7206 12.5 23.1022 12.5 23.5ZM17.5 23.5C17.5 23.7967 17.412 24.0867 17.2472 24.3334C17.0824 24.58 16.8481 24.7723 16.574 24.8858C16.2999 24.9993 15.9983 25.0291 15.7074 24.9712C15.4164 24.9133 15.1491 24.7704 14.9393 24.5607C14.7296 24.3509 14.5867 24.0836 14.5288 23.7926C14.4709 23.5017 14.5006 23.2001 14.6142 22.926C14.7277 22.6519 14.92 22.4176 15.1666 22.2528C15.4133 22.088 15.7033 22 16 22C16.3978 22 16.7794 22.158 17.0607 22.4393C17.342 22.7206 17.5 23.1022 17.5 23.5ZM22.5 23.5C22.5 23.7967 22.412 24.0867 22.2472 24.3334C22.0824 24.58 21.8481 24.7723 21.574 24.8858C21.2999 24.9993 20.9983 25.0291 20.7074 24.9712C20.4164 24.9133 20.1491 24.7704 19.9393 24.5607C19.7296 24.3509 19.5867 24.0836 19.5288 23.7926C19.4709 23.5017 19.5007 23.2001 19.6142 22.926C19.7277 22.6519 19.92 22.4176 20.1666 22.2528C20.4133 22.088 20.7033 22 21 22C21.3978 22 21.7794 22.158 22.0607 22.4393C22.342 22.7206 22.5 23.1022 22.5 23.5Z"
18
+ fill="currentColor" />
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M25 2.5H7C6.33696 2.5 5.70107 2.76339 5.23223 3.23223C4.76339 3.70107 4.5 4.33696 4.5 5V27C4.5 27.663 4.76339 28.2989 5.23223 28.7678C5.70107 29.2366 6.33696 29.5 7 29.5H25C25.663 29.5 26.2989 29.2366 26.7678 28.7678C27.2366 28.2989 27.5 27.663 27.5 27V5C27.5 4.33696 27.2366 3.70107 26.7678 3.23223C26.2989 2.76339 25.663 2.5 25 2.5ZM24.5 26.5H7.5V5.5H24.5V26.5ZM10 9.5C10 9.10218 10.158 8.72064 10.4393 8.43934C10.7206 8.15804 11.1022 8 11.5 8H20.5C20.8978 8 21.2794 8.15804 21.5607 8.43934C21.842 8.72064 22 9.10218 22 9.5C22 9.89782 21.842 10.2794 21.5607 10.5607C21.2794 10.842 20.8978 11 20.5 11H11.5C11.1022 11 10.7206 10.842 10.4393 10.5607C10.158 10.2794 10 9.89782 10 9.5ZM15 16C15 16.3956 14.8827 16.7822 14.6629 17.1111C14.4432 17.44 14.1308 17.6964 13.7654 17.8478C13.3999 17.9991 12.9978 18.0387 12.6098 17.9616C12.2219 17.8844 11.8655 17.6939 11.5858 17.4142C11.3061 17.1345 11.1156 16.7781 11.0384 16.3902C10.9613 16.0022 11.0009 15.6001 11.1522 15.2346C11.3036 14.8692 11.56 14.5568 11.8889 14.3371C12.2178 14.1173 12.6044 14 13 14C13.5304 14 14.0391 14.2107 14.4142 14.5858C14.7893 14.9609 15 15.4696 15 16ZM21 16C21 16.3956 20.8827 16.7822 20.6629 17.1111C20.4432 17.44 20.1308 17.6964 19.7654 17.8478C19.3999 17.9991 18.9978 18.0387 18.6098 17.9616C18.2219 17.8844 17.8655 17.6939 17.5858 17.4142C17.3061 17.1345 17.1156 16.7781 17.0384 16.3902C16.9613 16.0022 17.0009 15.6001 17.1522 15.2346C17.3036 14.8692 17.56 14.5568 17.8889 14.3371C18.2178 14.1173 18.6044 14 19 14C19.5304 14 20.0391 14.2107 20.4142 14.5858C20.7893 14.9609 21 15.4696 21 16ZM15 22C15 22.3956 14.8827 22.7822 14.6629 23.1111C14.4432 23.44 14.1308 23.6964 13.7654 23.8478C13.3999 23.9991 12.9978 24.0387 12.6098 23.9616C12.2219 23.8844 11.8655 23.6939 11.5858 23.4142C11.3061 23.1345 11.1156 22.7781 11.0384 22.3902C10.9613 22.0022 11.0009 21.6001 11.1522 21.2346C11.3036 20.8692 11.56 20.5568 11.8889 20.3371C12.2178 20.1173 12.6044 20 13 20C13.5304 20 14.0391 20.2107 14.4142 20.5858C14.7893 20.9609 15 21.4696 15 22ZM21 22C21 22.3956 20.8827 22.7822 20.6629 23.1111C20.4432 23.44 20.1308 23.6964 19.7654 23.8478C19.3999 23.9991 18.9978 24.0387 18.6098 23.9616C18.2219 23.8844 17.8655 23.6939 17.5858 23.4142C17.3061 23.1345 17.1156 22.7781 17.0384 22.3902C16.9613 22.0022 17.0009 21.6001 17.1522 21.2346C17.3036 20.8692 17.56 20.5568 17.8889 20.3371C18.2178 20.1173 18.6044 20 19 20C19.5304 20 20.0391 20.2107 20.4142 20.5858C20.7893 20.9609 21 21.4696 21 22Z"
27
+ fill="currentColor" />
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M25 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0391 3.21071 25.5304 3 25 3ZM11 25C10.7033 25 10.4133 24.912 10.1666 24.7472C9.91997 24.5824 9.72771 24.3481 9.61418 24.074C9.50065 23.7999 9.47094 23.4983 9.52882 23.2074C9.5867 22.9164 9.72956 22.6491 9.93934 22.4393C10.1491 22.2296 10.4164 22.0867 10.7074 22.0288C10.9983 21.9709 11.2999 22.0007 11.574 22.1142C11.8481 22.2277 12.0824 22.42 12.2472 22.6666C12.412 22.9133 12.5 23.2033 12.5 23.5C12.5 23.8978 12.342 24.2794 12.0607 24.5607C11.7794 24.842 11.3978 25 11 25ZM11 20C10.7033 20 10.4133 19.912 10.1666 19.7472C9.91997 19.5824 9.72771 19.3481 9.61418 19.074C9.50065 18.7999 9.47094 18.4983 9.52882 18.2074C9.5867 17.9164 9.72956 17.6491 9.93934 17.4393C10.1491 17.2296 10.4164 17.0867 10.7074 17.0288C10.9983 16.9709 11.2999 17.0007 11.574 17.1142C11.8481 17.2277 12.0824 17.42 12.2472 17.6666C12.412 17.9133 12.5 18.2033 12.5 18.5C12.5 18.8978 12.342 19.2794 12.0607 19.5607C11.7794 19.842 11.3978 20 11 20ZM16 25C15.7033 25 15.4133 24.912 15.1666 24.7472C14.92 24.5824 14.7277 24.3481 14.6142 24.074C14.5006 23.7999 14.4709 23.4983 14.5288 23.2074C14.5867 22.9164 14.7296 22.6491 14.9393 22.4393C15.1491 22.2296 15.4164 22.0867 15.7074 22.0288C15.9983 21.9709 16.2999 22.0007 16.574 22.1142C16.8481 22.2277 17.0824 22.42 17.2472 22.6666C17.412 22.9133 17.5 23.2033 17.5 23.5C17.5 23.8978 17.342 24.2794 17.0607 24.5607C16.7794 24.842 16.3978 25 16 25ZM16 20C15.7033 20 15.4133 19.912 15.1666 19.7472C14.92 19.5824 14.7277 19.3481 14.6142 19.074C14.5006 18.7999 14.4709 18.4983 14.5288 18.2074C14.5867 17.9164 14.7296 17.6491 14.9393 17.4393C15.1491 17.2296 15.4164 17.0867 15.7074 17.0288C15.9983 16.9709 16.2999 17.0007 16.574 17.1142C16.8481 17.2277 17.0824 17.42 17.2472 17.6666C17.412 17.9133 17.5 18.2033 17.5 18.5C17.5 18.8978 17.342 19.2794 17.0607 19.5607C16.7794 19.842 16.3978 20 16 20ZM21 25C20.7033 25 20.4133 24.912 20.1666 24.7472C19.92 24.5824 19.7277 24.3481 19.6142 24.074C19.5007 23.7999 19.4709 23.4983 19.5288 23.2074C19.5867 22.9164 19.7296 22.6491 19.9393 22.4393C20.1491 22.2296 20.4164 22.0867 20.7074 22.0288C20.9983 21.9709 21.2999 22.0007 21.574 22.1142C21.8481 22.2277 22.0824 22.42 22.2472 22.6666C22.412 22.9133 22.5 23.2033 22.5 23.5C22.5 23.8978 22.342 24.2794 22.0607 24.5607C21.7794 24.842 21.3978 25 21 25ZM21 20C20.7033 20 20.4133 19.912 20.1666 19.7472C19.92 19.5824 19.7277 19.3481 19.6142 19.074C19.5007 18.7999 19.4709 18.4983 19.5288 18.2074C19.5867 17.9164 19.7296 17.6491 19.9393 17.4393C20.1491 17.2296 20.4164 17.0867 20.7074 17.0288C20.9983 16.9709 21.2999 17.0007 21.574 17.1142C21.8481 17.2277 22.0824 17.42 22.2472 17.6666C22.412 17.9133 22.5 18.2033 22.5 18.5C22.5 18.8978 22.342 19.2794 22.0607 19.5607C21.7794 19.842 21.3978 20 21 20ZM23 13C23 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 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 8V13Z"
36
+ fill="currentColor" />
37
+ </svg>
38
+ );
39
+ }
40
+ if (type === "duotone") {
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path opacity="0.2" d="M22 8V14H10V8H22Z" fill="currentColor" />
44
+ <path
45
+ d="M10 15H22C22.2652 15 22.5196 14.8946 22.7071 14.7071C22.8946 14.5196 23 14.2652 23 14V8C23 7.73478 22.8946 7.48043 22.7071 7.29289C22.5196 7.10536 22.2652 7 22 7H10C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15ZM11 9H21V13H11V9ZM25 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0391 3.21071 25.5304 3 25 3ZM25 27H7V5H25V27ZM12.5 18.5C12.5 18.7967 12.412 19.0867 12.2472 19.3334C12.0824 19.58 11.8481 19.7723 11.574 19.8858C11.2999 19.9993 10.9983 20.0291 10.7074 19.9712C10.4164 19.9133 10.1491 19.7704 9.93934 19.5607C9.72956 19.3509 9.5867 19.0836 9.52882 18.7926C9.47094 18.5017 9.50065 18.2001 9.61418 17.926C9.72771 17.6519 9.91997 17.4176 10.1666 17.2528C10.4133 17.088 10.7033 17 11 17C11.3978 17 11.7794 17.158 12.0607 17.4393C12.342 17.7206 12.5 18.1022 12.5 18.5ZM17.5 18.5C17.5 18.7967 17.412 19.0867 17.2472 19.3334C17.0824 19.58 16.8481 19.7723 16.574 19.8858C16.2999 19.9993 15.9983 20.0291 15.7074 19.9712C15.4164 19.9133 15.1491 19.7704 14.9393 19.5607C14.7296 19.3509 14.5867 19.0836 14.5288 18.7926C14.4709 18.5017 14.5006 18.2001 14.6142 17.926C14.7277 17.6519 14.92 17.4176 15.1666 17.2528C15.4133 17.088 15.7033 17 16 17C16.3978 17 16.7794 17.158 17.0607 17.4393C17.342 17.7206 17.5 18.1022 17.5 18.5ZM22.5 18.5C22.5 18.7967 22.412 19.0867 22.2472 19.3334C22.0824 19.58 21.8481 19.7723 21.574 19.8858C21.2999 19.9993 20.9983 20.0291 20.7074 19.9712C20.4164 19.9133 20.1491 19.7704 19.9393 19.5607C19.7296 19.3509 19.5867 19.0836 19.5288 18.7926C19.4709 18.5017 19.5007 18.2001 19.6142 17.926C19.7277 17.6519 19.92 17.4176 20.1666 17.2528C20.4133 17.088 20.7033 17 21 17C21.3978 17 21.7794 17.158 22.0607 17.4393C22.342 17.7206 22.5 18.1022 22.5 18.5ZM12.5 23.5C12.5 23.7967 12.412 24.0867 12.2472 24.3334C12.0824 24.58 11.8481 24.7723 11.574 24.8858C11.2999 24.9993 10.9983 25.0291 10.7074 24.9712C10.4164 24.9133 10.1491 24.7704 9.93934 24.5607C9.72956 24.3509 9.5867 24.0836 9.52882 23.7926C9.47094 23.5017 9.50065 23.2001 9.61418 22.926C9.72771 22.6519 9.91997 22.4176 10.1666 22.2528C10.4133 22.088 10.7033 22 11 22C11.3978 22 11.7794 22.158 12.0607 22.4393C12.342 22.7206 12.5 23.1022 12.5 23.5ZM17.5 23.5C17.5 23.7967 17.412 24.0867 17.2472 24.3334C17.0824 24.58 16.8481 24.7723 16.574 24.8858C16.2999 24.9993 15.9983 25.0291 15.7074 24.9712C15.4164 24.9133 15.1491 24.7704 14.9393 24.5607C14.7296 24.3509 14.5867 24.0836 14.5288 23.7926C14.4709 23.5017 14.5006 23.2001 14.6142 22.926C14.7277 22.6519 14.92 22.4176 15.1666 22.2528C15.4133 22.088 15.7033 22 16 22C16.3978 22 16.7794 22.158 17.0607 22.4393C17.342 22.7206 17.5 23.1022 17.5 23.5ZM22.5 23.5C22.5 23.7967 22.412 24.0867 22.2472 24.3334C22.0824 24.58 21.8481 24.7723 21.574 24.8858C21.2999 24.9993 20.9983 25.0291 20.7074 24.9712C20.4164 24.9133 20.1491 24.7704 19.9393 24.5607C19.7296 24.3509 19.5867 24.0836 19.5288 23.7926C19.4709 23.5017 19.5007 23.2001 19.6142 22.926C19.7277 22.6519 19.92 22.4176 20.1666 22.2528C20.4133 22.088 20.7033 22 21 22C21.3978 22 21.7794 22.158 22.0607 22.4393C22.342 22.7206 22.5 23.1022 22.5 23.5Z"
46
+ fill="currentColor" />
47
+ </svg>
48
+ );
49
+ }
50
+ return (
51
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
52
+ <path
53
+ d="M22 7.25H10C9.80109 7.25 9.61032 7.32902 9.46967 7.46967C9.32902 7.61032 9.25 7.80109 9.25 8V14C9.25 14.1989 9.32902 14.3897 9.46967 14.5303C9.61032 14.671 9.80109 14.75 10 14.75H22C22.1989 14.75 22.3897 14.671 22.5303 14.5303C22.671 14.3897 22.75 14.1989 22.75 14V8C22.75 7.80109 22.671 7.61032 22.5303 7.46967C22.3897 7.32902 22.1989 7.25 22 7.25ZM21.25 13.25H10.75V8.75H21.25V13.25ZM25 3.25H7C6.53587 3.25 6.09075 3.43437 5.76256 3.76256C5.43437 4.09075 5.25 4.53587 5.25 5V27C5.25 27.4641 5.43437 27.9092 5.76256 28.2374C6.09075 28.5656 6.53587 28.75 7 28.75H25C25.4641 28.75 25.9092 28.5656 26.2374 28.2374C26.5656 27.9092 26.75 27.4641 26.75 27V5C26.75 4.53587 26.5656 4.09075 26.2374 3.76256C25.9092 3.43437 25.4641 3.25 25 3.25ZM25.25 27C25.25 27.0663 25.2237 27.1299 25.1768 27.1768C25.1299 27.2237 25.0663 27.25 25 27.25H7C6.9337 27.25 6.87011 27.2237 6.82322 27.1768C6.77634 27.1299 6.75 27.0663 6.75 27V5C6.75 4.9337 6.77634 4.87011 6.82322 4.82322C6.87011 4.77634 6.9337 4.75 7 4.75H25C25.0663 4.75 25.1299 4.77634 25.1768 4.82322C25.2237 4.87011 25.25 4.9337 25.25 5V27ZM12.25 18.5C12.25 18.7472 12.1767 18.9889 12.0393 19.1945C11.902 19.4 11.7068 19.5602 11.4784 19.6549C11.2499 19.7495 10.9986 19.7742 10.7561 19.726C10.5137 19.6777 10.2909 19.5587 10.1161 19.3839C9.9413 19.2091 9.82225 18.9863 9.77402 18.7439C9.72579 18.5014 9.75054 18.2501 9.84515 18.0216C9.93976 17.7932 10.1 17.598 10.3055 17.4607C10.5111 17.3233 10.7528 17.25 11 17.25C11.3315 17.25 11.6495 17.3817 11.8839 17.6161C12.1183 17.8505 12.25 18.1685 12.25 18.5ZM17.25 18.5C17.25 18.7472 17.1767 18.9889 17.0393 19.1945C16.902 19.4 16.7068 19.5602 16.4784 19.6549C16.2499 19.7495 15.9986 19.7742 15.7561 19.726C15.5137 19.6777 15.2909 19.5587 15.1161 19.3839C14.9413 19.2091 14.8222 18.9863 14.774 18.7439C14.7258 18.5014 14.7505 18.2501 14.8452 18.0216C14.9398 17.7932 15.1 17.598 15.3055 17.4607C15.5111 17.3233 15.7528 17.25 16 17.25C16.3315 17.25 16.6495 17.3817 16.8839 17.6161C17.1183 17.8505 17.25 18.1685 17.25 18.5ZM22.25 18.5C22.25 18.7472 22.1767 18.9889 22.0393 19.1945C21.902 19.4 21.7068 19.5602 21.4784 19.6549C21.2499 19.7495 20.9986 19.7742 20.7561 19.726C20.5137 19.6777 20.2909 19.5587 20.1161 19.3839C19.9413 19.2091 19.8223 18.9863 19.774 18.7439C19.7258 18.5014 19.7505 18.2501 19.8451 18.0216C19.9398 17.7932 20.1 17.598 20.3055 17.4607C20.5111 17.3233 20.7528 17.25 21 17.25C21.3315 17.25 21.6495 17.3817 21.8839 17.6161C22.1183 17.8505 22.25 18.1685 22.25 18.5ZM12.25 23.5C12.25 23.7472 12.1767 23.9889 12.0393 24.1945C11.902 24.4 11.7068 24.5602 11.4784 24.6549C11.2499 24.7495 10.9986 24.7742 10.7561 24.726C10.5137 24.6777 10.2909 24.5587 10.1161 24.3839C9.9413 24.2091 9.82225 23.9863 9.77402 23.7439C9.72579 23.5014 9.75054 23.2501 9.84515 23.0216C9.93976 22.7932 10.1 22.598 10.3055 22.4607C10.5111 22.3233 10.7528 22.25 11 22.25C11.3315 22.25 11.6495 22.3817 11.8839 22.6161C12.1183 22.8505 12.25 23.1685 12.25 23.5ZM17.25 23.5C17.25 23.7472 17.1767 23.9889 17.0393 24.1945C16.902 24.4 16.7068 24.5602 16.4784 24.6549C16.2499 24.7495 15.9986 24.7742 15.7561 24.726C15.5137 24.6777 15.2909 24.5587 15.1161 24.3839C14.9413 24.2091 14.8222 23.9863 14.774 23.7439C14.7258 23.5014 14.7505 23.2501 14.8452 23.0216C14.9398 22.7932 15.1 22.598 15.3055 22.4607C15.5111 22.3233 15.7528 22.25 16 22.25C16.3315 22.25 16.6495 22.3817 16.8839 22.6161C17.1183 22.8505 17.25 23.1685 17.25 23.5ZM22.25 23.5C22.25 23.7472 22.1767 23.9889 22.0393 24.1945C21.902 24.4 21.7068 24.5602 21.4784 24.6549C21.2499 24.7495 20.9986 24.7742 20.7561 24.726C20.5137 24.6777 20.2909 24.5587 20.1161 24.3839C19.9413 24.2091 19.8223 23.9863 19.774 23.7439C19.7258 23.5014 19.7505 23.2501 19.8451 23.0216C19.9398 22.7932 20.1 22.598 20.3055 22.4607C20.5111 22.3233 20.7528 22.25 21 22.25C21.3315 22.25 21.6495 22.3817 21.8839 22.6161C22.1183 22.8505 22.25 23.1685 22.25 23.5Z"
54
+ fill="currentColor" />
55
+ </svg>
56
+ );
57
+ };
58
+
59
+ export default Calculator;
@@ -0,0 +1,59 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChartBar = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path
8
+ d="M28 25.5H26.5V5C26.5 4.86739 26.4473 4.74021 26.3536 4.64645C26.2598 4.55268 26.1326 4.5 26 4.5H19C18.8674 4.5 18.7402 4.55268 18.6464 4.64645C18.5527 4.74021 18.5 4.86739 18.5 5V10.5H12C11.8674 10.5 11.7402 10.5527 11.6464 10.6464C11.5527 10.7402 11.5 10.8674 11.5 11V16.5H6C5.86739 16.5 5.74021 16.5527 5.64645 16.6464C5.55268 16.7402 5.5 16.8674 5.5 17V25.5H4C3.86739 25.5 3.74021 25.5527 3.64645 25.6464C3.55268 25.7402 3.5 25.8674 3.5 26C3.5 26.1326 3.55268 26.2598 3.64645 26.3536C3.74021 26.4473 3.86739 26.5 4 26.5H28C28.1326 26.5 28.2598 26.4473 28.3536 26.3536C28.4473 26.2598 28.5 26.1326 28.5 26C28.5 25.8674 28.4473 25.7402 28.3536 25.6464C28.2598 25.5527 28.1326 25.5 28 25.5ZM19.5 5.5H25.5V25.5H19.5V5.5ZM12.5 11.5H18.5V25.5H12.5V11.5ZM6.5 17.5H11.5V25.5H6.5V17.5Z"
9
+ fill="currentColor"/>
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M28 25H27V5C27 4.73478 26.8946 4.48043 26.7071 4.29289C26.5196 4.10536 26.2652 4 26 4H19C18.7348 4 18.4804 4.10536 18.2929 4.29289C18.1054 4.48043 18 4.73478 18 5V10H12C11.7348 10 11.4804 10.1054 11.2929 10.2929C11.1054 10.4804 11 10.7348 11 11V16H6C5.73478 16 5.48043 16.1054 5.29289 16.2929C5.10536 16.4804 5 16.7348 5 17V25H4C3.73478 25 3.48043 25.1054 3.29289 25.2929C3.10536 25.4804 3 25.7348 3 26C3 26.2652 3.10536 26.5196 3.29289 26.7071C3.48043 26.8946 3.73478 27 4 27H28C28.2652 27 28.5196 26.8946 28.7071 26.7071C28.8946 26.5196 29 26.2652 29 26C29 25.7348 28.8946 25.4804 28.7071 25.2929C28.5196 25.1054 28.2652 25 28 25ZM20 6H25V25H20V6ZM13 12H18V25H13V12ZM7 18H11V25H7V18Z"
18
+ fill="currentColor"/>
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M28 24.5H27.5V5C27.5 4.60218 27.342 4.22064 27.0607 3.93934C26.7794 3.65804 26.3978 3.5 26 3.5H19C18.6022 3.5 18.2206 3.65804 17.9393 3.93934C17.658 4.22064 17.5 4.60218 17.5 5V9.5H12C11.6022 9.5 11.2206 9.65804 10.9393 9.93934C10.658 10.2206 10.5 10.6022 10.5 11V15.5H6C5.60218 15.5 5.22064 15.658 4.93934 15.9393C4.65804 16.2206 4.5 16.6022 4.5 17V24.5H4C3.60218 24.5 3.22064 24.658 2.93934 24.9393C2.65804 25.2206 2.5 25.6022 2.5 26C2.5 26.3978 2.65804 26.7794 2.93934 27.0607C3.22064 27.342 3.60218 27.5 4 27.5H28C28.3978 27.5 28.7794 27.342 29.0607 27.0607C29.342 26.7794 29.5 26.3978 29.5 26C29.5 25.6022 29.342 25.2206 29.0607 24.9393C28.7794 24.658 28.3978 24.5 28 24.5ZM20.5 6.5H24.5V24.5H20.5V6.5ZM13.5 12.5H17.5V24.5H13.5V12.5ZM7.5 18.5H10.5V24.5H7.5V18.5Z"
27
+ fill="currentColor"/>
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26C3 25.7348 3.10536 25.4804 3.29289 25.2929C3.48043 25.1054 3.73478 25 4 25H5V17C5 16.7348 5.10536 16.4804 5.29289 16.2929C5.48043 16.1054 5.73478 16 6 16H9C9.26522 16 9.51957 16.1054 9.70711 16.2929C9.89464 16.4804 10 16.7348 10 17V25H12V11C12 10.7348 12.1054 10.4804 12.2929 10.2929C12.4804 10.1054 12.7348 10 13 10H17C17.2652 10 17.5196 10.1054 17.7071 10.2929C17.8946 10.4804 18 10.7348 18 11V25H20V5C20 4.73478 20.1054 4.48043 20.2929 4.29289C20.4804 4.10536 20.7348 4 21 4H26C26.2652 4 26.5196 4.10536 26.7071 4.29289C26.8946 4.48043 27 4.73478 27 5V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
36
+ fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ if (type === "duotone") {
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path opacity="0.2" d="M26 5V26H19V5H26Z" fill="currentColor"/>
44
+ <path
45
+ d="M28 25H27V5C27 4.73478 26.8946 4.48043 26.7071 4.29289C26.5196 4.10536 26.2652 4 26 4H19C18.7348 4 18.4804 4.10536 18.2929 4.29289C18.1054 4.48043 18 4.73478 18 5V10H12C11.7348 10 11.4804 10.1054 11.2929 10.2929C11.1054 10.4804 11 10.7348 11 11V16H6C5.73478 16 5.48043 16.1054 5.29289 16.2929C5.10536 16.4804 5 16.7348 5 17V25H4C3.73478 25 3.48043 25.1054 3.29289 25.2929C3.10536 25.4804 3 25.7348 3 26C3 26.2652 3.10536 26.5196 3.29289 26.7071C3.48043 26.8946 3.73478 27 4 27H28C28.2652 27 28.5196 26.8946 28.7071 26.7071C28.8946 26.5196 29 26.2652 29 26C29 25.7348 28.8946 25.4804 28.7071 25.2929C28.5196 25.1054 28.2652 25 28 25ZM20 6H25V25H20V6ZM13 12H18V25H13V12ZM7 18H11V25H7V18Z"
46
+ fill="currentColor"/>
47
+ </svg>
48
+ );
49
+ }
50
+ return (
51
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
52
+ <path
53
+ d="M28 25.25H26.75V5C26.75 4.80109 26.671 4.61032 26.5303 4.46967C26.3897 4.32902 26.1989 4.25 26 4.25H19C18.8011 4.25 18.6103 4.32902 18.4697 4.46967C18.329 4.61032 18.25 4.80109 18.25 5V10.25H12C11.8011 10.25 11.6103 10.329 11.4697 10.4697C11.329 10.6103 11.25 10.8011 11.25 11V16.25H6C5.80109 16.25 5.61032 16.329 5.46967 16.4697C5.32902 16.6103 5.25 16.8011 5.25 17V25.25H4C3.80109 25.25 3.61032 25.329 3.46967 25.4697C3.32902 25.6103 3.25 25.8011 3.25 26C3.25 26.1989 3.32902 26.3897 3.46967 26.5303C3.61032 26.671 3.80109 26.75 4 26.75H28C28.1989 26.75 28.3897 26.671 28.5303 26.5303C28.671 26.3897 28.75 26.1989 28.75 26C28.75 25.8011 28.671 25.6103 28.5303 25.4697C28.3897 25.329 28.1989 25.25 28 25.25ZM19.75 5.75H25.25V25.25H19.75V5.75ZM12.75 11.75H18.25V25.25H12.75V11.75ZM6.75 17.75H11.25V25.25H6.75V17.75Z"
54
+ fill="currentColor"/>
55
+ </svg>
56
+ );
57
+ };
58
+
59
+ export default ChartBar;
@@ -0,0 +1,52 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChartBarHorizontal = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path
7
+ d="M27 12.5H21.5V7C21.5 6.86739 21.4473 6.74021 21.3536 6.64645C21.2598 6.55268 21.1326 6.5 21 6.5H5.5V5C5.5 4.86739 5.44732 4.74021 5.35355 4.64645C5.25979 4.55268 5.13261 4.5 5 4.5C4.86739 4.5 4.74021 4.55268 4.64645 4.64645C4.55268 4.74021 4.5 4.86739 4.5 5V27C4.5 27.1326 4.55268 27.2598 4.64645 27.3536C4.74021 27.4473 4.86739 27.5 5 27.5C5.13261 27.5 5.25979 27.4473 5.35355 27.3536C5.44732 27.2598 5.5 27.1326 5.5 27V25.5H17C17.1326 25.5 17.2598 25.4473 17.3536 25.3536C17.4473 25.2598 17.5 25.1326 17.5 25V19.5H27C27.1326 19.5 27.2598 19.4473 27.3536 19.3536C27.4473 19.2598 27.5 19.1326 27.5 19V13C27.5 12.8674 27.4473 12.7402 27.3536 12.6464C27.2598 12.5527 27.1326 12.5 27 12.5ZM20.5 7.5V12.5H5.5V7.5H20.5ZM16.5 24.5H5.5V19.5H16.5V24.5ZM26.5 18.5H5.5V13.5H26.5V18.5Z"
8
+ fill="currentColor"/>
9
+ </svg>
10
+ }
11
+
12
+ if (type === "regular") {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M27 12H22V7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H6V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 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 27V26H17C17.2652 26 17.5196 25.8946 17.7071 25.7071C17.8946 25.5196 18 25.2652 18 25V20H27C27.2652 20 27.5196 19.8946 27.7071 19.7071C27.8946 19.5196 28 19.2652 28 19V13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM20 8V12H6V8H20ZM16 24H6V20H16V24ZM26 18H6V14H26V18Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+
20
+ if (type === "bold") {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M27 11.5H22.5V7C22.5 6.60218 22.342 6.22064 22.0607 5.93934C21.7794 5.65804 21.3978 5.5 21 5.5H6.5V5C6.5 4.60218 6.34196 4.22064 6.06066 3.93934C5.77936 3.65804 5.39782 3.5 5 3.5C4.60218 3.5 4.22064 3.65804 3.93934 3.93934C3.65804 4.22064 3.5 4.60218 3.5 5V27C3.5 27.3978 3.65804 27.7794 3.93934 28.0607C4.22064 28.342 4.60218 28.5 5 28.5C5.39782 28.5 5.77936 28.342 6.06066 28.0607C6.34196 27.7794 6.5 27.3978 6.5 27V26.5H17C17.3978 26.5 17.7794 26.342 18.0607 26.0607C18.342 25.7794 18.5 25.3978 18.5 25V20.5H27C27.3978 20.5 27.7794 20.342 28.0607 20.0607C28.342 19.7794 28.5 19.3978 28.5 19V13C28.5 12.6022 28.342 12.2206 28.0607 11.9393C27.7794 11.658 27.3978 11.5 27 11.5ZM19.5 8.5V11.5H6.5V8.5H19.5ZM15.5 23.5H6.5V20.5H15.5V23.5ZM25.5 17.5H6.5V14.5H25.5V17.5Z"
24
+ fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === "fill") {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M28 14V18C28 18.2652 27.8946 18.5196 27.7071 18.7071C27.5196 18.8946 27.2652 19 27 19H6V21H17C17.2652 21 17.5196 21.1054 17.7071 21.2929C17.8946 21.4804 18 21.7348 18 22V25C18 25.2652 17.8946 25.5196 17.7071 25.7071C17.5196 25.8946 17.2652 26 17 26H6V27C6 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 5V6H21C21.2652 6 21.5196 6.10536 21.7071 6.29289C21.8946 6.48043 22 6.73478 22 7V10C22 10.2652 21.8946 10.5196 21.7071 10.7071C21.5196 10.8946 21.2652 11 21 11H6V13H27C27.2652 13 27.5196 13.1054 27.7071 13.2929C27.8946 13.4804 28 13.7348 28 14Z"
32
+ fill="currentColor"/>
33
+ </svg>
34
+ }
35
+
36
+ if (type === "duotone") {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2" d="M27 13V19H5V13H27Z" fill="currentColor"/>
39
+ <path
40
+ d="M27 12H22V7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H6V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 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 27V26H17C17.2652 26 17.5196 25.8946 17.7071 25.7071C17.8946 25.5196 18 25.2652 18 25V20H27C27.2652 20 27.5196 19.8946 27.7071 19.7071C27.8946 19.5196 28 19.2652 28 19V13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM20 8V12H6V8H20ZM16 24H6V20H16V24ZM26 18H6V14H26V18Z"
41
+ fill="currentColor"/>
42
+ </svg>
43
+ }
44
+
45
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
46
+ <path
47
+ d="M27 12.25H21.75V7C21.75 6.80109 21.671 6.61032 21.5303 6.46967C21.3897 6.32902 21.1989 6.25 21 6.25H5.75V5C5.75 4.80109 5.67098 4.61032 5.53033 4.46967C5.38968 4.32902 5.19891 4.25 5 4.25C4.80109 4.25 4.61032 4.32902 4.46967 4.46967C4.32902 4.61032 4.25 4.80109 4.25 5V27C4.25 27.1989 4.32902 27.3897 4.46967 27.5303C4.61032 27.671 4.80109 27.75 5 27.75C5.19891 27.75 5.38968 27.671 5.53033 27.5303C5.67098 27.3897 5.75 27.1989 5.75 27V25.75H17C17.1989 25.75 17.3897 25.671 17.5303 25.5303C17.671 25.3897 17.75 25.1989 17.75 25V19.75H27C27.1989 19.75 27.3897 19.671 27.5303 19.5303C27.671 19.3897 27.75 19.1989 27.75 19V13C27.75 12.8011 27.671 12.6103 27.5303 12.4697C27.3897 12.329 27.1989 12.25 27 12.25ZM20.25 7.75V12.25H5.75V7.75H20.25ZM16.25 24.25H5.75V19.75H16.25V24.25ZM26.25 18.25H5.75V13.75H26.25V18.25Z"
48
+ fill="currentColor"/>
49
+ </svg>
50
+ };
51
+
52
+ export default ChartBarHorizontal;
@@ -0,0 +1,53 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChartLine = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path
7
+ d="M28.5 26C28.5 26.1326 28.4473 26.2598 28.3536 26.3536C28.2598 26.4473 28.1326 26.5 28 26.5H4C3.86739 26.5 3.74021 26.4473 3.64645 26.3536C3.55268 26.2598 3.5 26.1326 3.5 26V6C3.5 5.86739 3.55268 5.74021 3.64645 5.64645C3.74021 5.55268 3.86739 5.5 4 5.5C4.13261 5.5 4.25979 5.55268 4.35355 5.64645C4.44732 5.74021 4.5 5.86739 4.5 6V7.7925L12 15.2925L15.6462 11.6462C15.6927 11.5998 15.7478 11.5629 15.8085 11.5377C15.8692 11.5126 15.9343 11.4996 16 11.4996C16.0657 11.4996 16.1308 11.5126 16.1915 11.5377C16.2522 11.5629 16.3073 11.5998 16.3538 11.6462L24.5 19.7925V16C24.5 15.8674 24.5527 15.7402 24.6464 15.6464C24.7402 15.5527 24.8674 15.5 25 15.5C25.1326 15.5 25.2598 15.5527 25.3536 15.6464C25.4473 15.7402 25.5 15.8674 25.5 16V21C25.4998 21.0327 25.4964 21.0654 25.49 21.0975C25.4866 21.1119 25.4824 21.1261 25.4775 21.14C25.4734 21.1575 25.468 21.1746 25.4613 21.1912C25.4542 21.2081 25.4458 21.2244 25.4363 21.24C25.43 21.2525 25.4237 21.265 25.4163 21.2775C25.3792 21.3321 25.3321 21.3792 25.2775 21.4163L25.2388 21.4363C25.2234 21.4456 25.2076 21.4539 25.1912 21.4613C25.1746 21.468 25.1575 21.4734 25.14 21.4775C25.1261 21.4824 25.1119 21.4866 25.0975 21.49C25.0654 21.4964 25.0327 21.4998 25 21.5H20C19.8674 21.5 19.7402 21.4473 19.6464 21.3536C19.5527 21.2598 19.5 21.1326 19.5 21C19.5 20.8674 19.5527 20.7402 19.6464 20.6464C19.7402 20.5527 19.8674 20.5 20 20.5H23.7925L16 12.7075L12.3538 16.3538C12.3073 16.4002 12.2522 16.4371 12.1915 16.4623C12.1308 16.4874 12.0657 16.5004 12 16.5004C11.9343 16.5004 11.8692 16.4874 11.8085 16.4623C11.7478 16.4371 11.6927 16.4002 11.6462 16.3538L4.5 9.2075V25.5H28C28.1326 25.5 28.2598 25.5527 28.3536 25.6464C28.4473 25.7402 28.5 25.8674 28.5 26Z"
8
+ fill="currentColor"/>
9
+ </svg>
10
+ }
11
+
12
+ if (type === "regular") {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V7.58625L12 14.5863L15.2925 11.2925C15.3854 11.1995 15.4957 11.1258 15.6171 11.0754C15.7385 11.0251 15.8686 10.9992 16 10.9992C16.1314 10.9992 16.2615 11.0251 16.3829 11.0754C16.5043 11.1258 16.6146 11.1995 16.7075 11.2925L24 18.5863V16C24 15.7348 24.1054 15.4804 24.2929 15.2929C24.4804 15.1054 24.7348 15 25 15C25.2652 15 25.5196 15.1054 25.7071 15.2929C25.8946 15.4804 26 15.7348 26 16V21C26.0019 21.0333 26.0019 21.0667 26 21.1C26 21.1138 26 21.1262 25.9937 21.14C25.9875 21.1537 25.9938 21.1775 25.985 21.1975C25.9823 21.2132 25.9785 21.2286 25.9737 21.2437C25.9737 21.26 25.9662 21.2762 25.9613 21.2925C25.9563 21.3088 25.9513 21.3213 25.9463 21.3363L25.9287 21.385L25.91 21.4237C25.9025 21.44 25.895 21.4575 25.8862 21.4737C25.8775 21.49 25.8725 21.4963 25.8662 21.5088L25.8363 21.5575L25.81 21.5925L25.7775 21.6362C25.7638 21.6537 25.7475 21.67 25.7325 21.6863L25.7125 21.7087L25.6912 21.7275C25.6747 21.7439 25.6571 21.7594 25.6388 21.7738C25.626 21.7849 25.6126 21.7953 25.5987 21.805L25.5613 21.8325L25.5138 21.8612C25.5017 21.8691 25.4892 21.8762 25.4762 21.8825L25.43 21.9062L25.3875 21.925L25.3425 21.9412C25.3271 21.9478 25.3112 21.9532 25.295 21.9575L25.25 21.97C25.2325 21.97 25.2175 21.9788 25.2 21.9813L25.1475 21.99L25.1038 21.9963C25.0709 21.9981 25.0379 21.9981 25.005 21.9963H20C19.7348 21.9963 19.4804 21.8909 19.2929 21.7034C19.1054 21.5158 19 21.2615 19 20.9963C19 20.731 19.1054 20.4767 19.2929 20.2891C19.4804 20.1016 19.7348 19.9963 20 19.9963H22.5863L16 13.4137L12.7075 16.7075C12.6146 16.8005 12.5043 16.8742 12.3829 16.9246C12.2615 16.9749 12.1314 17.0008 12 17.0008C11.8686 17.0008 11.7385 16.9749 11.6171 16.9246C11.4957 16.8742 11.3854 16.8005 11.2925 16.7075L5 10.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+
20
+ if (type === "bold") {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M29.5 26C29.5 26.3978 29.342 26.7794 29.0607 27.0607C28.7794 27.342 28.3978 27.5 28 27.5H4C3.60218 27.5 3.22064 27.342 2.93934 27.0607C2.65804 26.7794 2.5 26.3978 2.5 26V6C2.5 5.60218 2.65804 5.22064 2.93934 4.93934C3.22064 4.65804 3.60218 4.5 4 4.5C4.39782 4.5 4.77936 4.65804 5.06066 4.93934C5.34196 5.22064 5.5 5.60218 5.5 6V7.375L12 13.875L14.9388 10.935C15.0781 10.7952 15.2437 10.6842 15.426 10.6085C15.6083 10.5328 15.8038 10.4938 16.0012 10.4938C16.1987 10.4938 16.3941 10.5328 16.5765 10.6085C16.7588 10.6842 16.9244 10.7952 17.0637 10.935L23.5 17.375V16C23.5 15.6022 23.658 15.2206 23.9393 14.9393C24.2206 14.658 24.6022 14.5 25 14.5C25.3978 14.5 25.7794 14.658 26.0607 14.9393C26.342 15.2206 26.5 15.6022 26.5 16V21C26.5 21.05 26.4975 21.1 26.4925 21.15C26.4925 21.17 26.4862 21.1912 26.4837 21.2113C26.4812 21.2313 26.4762 21.2675 26.4713 21.295C26.4663 21.3225 26.46 21.3425 26.4538 21.365C26.4475 21.3875 26.4425 21.4137 26.435 21.4375L26.4112 21.505C26.4025 21.5287 26.395 21.5525 26.385 21.575C26.375 21.5975 26.3663 21.6175 26.3563 21.6375C26.3463 21.6575 26.335 21.685 26.3225 21.7087C26.31 21.7325 26.3 21.7463 26.2887 21.765C26.2775 21.7837 26.2625 21.8125 26.2475 21.835C26.2325 21.8575 26.2175 21.875 26.2025 21.8937C26.1875 21.9125 26.175 21.9338 26.16 21.9525C26.145 21.9712 26.1025 22.0187 26.0713 22.05L26.0613 22.0625L26.0487 22.0725C26.0175 22.1038 25.985 22.1325 25.9513 22.1612L25.8937 22.2038C25.8737 22.2188 25.8538 22.235 25.8337 22.2488C25.8137 22.2625 25.7875 22.2763 25.765 22.29C25.7425 22.3038 25.7275 22.3137 25.7075 22.3237C25.6875 22.3337 25.6613 22.3463 25.6375 22.3575C25.6138 22.3687 25.5962 22.3775 25.5737 22.3862L25.5063 22.4125L25.435 22.4363C25.4124 22.4434 25.3895 22.4492 25.3662 22.4538L25.2938 22.4725L25.2138 22.4837L25.1475 22.4937C25.0985 22.4984 25.0492 22.5004 25 22.5H20C19.6022 22.5 19.2206 22.342 18.9393 22.0607C18.658 21.7794 18.5 21.3978 18.5 21C18.5 20.6022 18.658 20.2206 18.9393 19.9393C19.2206 19.658 19.6022 19.5 20 19.5H21.375L16 14.125L13.0612 17.065C12.9219 17.2048 12.7563 17.3158 12.574 17.3915C12.3917 17.4672 12.1962 17.5062 11.9987 17.5062C11.8013 17.5062 11.6058 17.4672 11.4235 17.3915C11.2412 17.3158 11.0756 17.2048 10.9362 17.065L5.5 11.625V24.5H28C28.3978 24.5 28.7794 24.658 29.0607 24.9393C29.342 25.2206 29.5 25.6022 29.5 26Z"
24
+ fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === "fill") {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V7.58625L12 14.5863L15.2925 11.2925C15.3854 11.1995 15.4957 11.1258 15.6171 11.0754C15.7385 11.0251 15.8686 10.9992 16 10.9992C16.1314 10.9992 16.2615 11.0251 16.3829 11.0754C16.5043 11.1258 16.6146 11.1995 16.7075 11.2925L22.5 17.0863L24.2925 15.2925C24.4324 15.1525 24.6106 15.0571 24.8047 15.0185C24.9988 14.9798 25.2 14.9996 25.3828 15.0754C25.5656 15.1511 25.7218 15.2794 25.8317 15.444C25.9416 15.6086 26.0002 15.8021 26 16V21C26 21.2652 25.8946 21.5196 25.7071 21.7071C25.5196 21.8946 25.2652 22 25 22H20C19.8021 22.0002 19.6086 21.9416 19.444 21.8317C19.2794 21.7218 19.1511 21.5656 19.0754 21.3828C18.9996 21.2 18.9798 20.9988 19.0185 20.8047C19.0571 20.6106 19.1525 20.4324 19.2925 20.2925L21.0863 18.5L16 13.4137L12.7075 16.7075C12.6146 16.8005 12.5043 16.8742 12.3829 16.9246C12.2615 16.9749 12.1314 17.0008 12 17.0008C11.8686 17.0008 11.7385 16.9749 11.6171 16.9246C11.4957 16.8742 11.3854 16.8005 11.2925 16.7075L5 10.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
32
+ fill="currentColor"/>
33
+ </svg>
34
+ }
35
+
36
+ if (type === "duotone") {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2" d="M28 7V26H4V6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z"
39
+ fill="currentColor"/>
40
+ <path
41
+ d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V7.58625L12 14.5863L15.2925 11.2925C15.3854 11.1995 15.4957 11.1258 15.6171 11.0754C15.7385 11.0251 15.8686 10.9992 16 10.9992C16.1314 10.9992 16.2615 11.0251 16.3829 11.0754C16.5043 11.1258 16.6146 11.1995 16.7075 11.2925L24 18.5863V16C24 15.7348 24.1054 15.4804 24.2929 15.2929C24.4804 15.1054 24.7348 15 25 15C25.2652 15 25.5196 15.1054 25.7071 15.2929C25.8946 15.4804 26 15.7348 26 16V21C26.0019 21.0333 26.0019 21.0667 26 21.1C26 21.1138 26 21.1262 25.9937 21.14C25.9875 21.1537 25.9938 21.1775 25.985 21.1975C25.9823 21.2132 25.9785 21.2286 25.9737 21.2437C25.9737 21.26 25.9662 21.2762 25.9613 21.2925C25.9563 21.3088 25.9513 21.3213 25.9463 21.3363L25.9287 21.385L25.91 21.4237C25.9025 21.44 25.895 21.4575 25.8862 21.4737C25.8775 21.49 25.8725 21.4963 25.8662 21.5088L25.8363 21.5575L25.81 21.5925L25.7775 21.6362C25.7638 21.6537 25.7475 21.67 25.7325 21.6863L25.7125 21.7087L25.6912 21.7275C25.6747 21.7439 25.6571 21.7594 25.6388 21.7738C25.626 21.7849 25.6126 21.7953 25.5987 21.805L25.5613 21.8325L25.5138 21.8612C25.5017 21.8691 25.4892 21.8762 25.4762 21.8825L25.43 21.9062L25.3875 21.925L25.3425 21.9412C25.3271 21.9478 25.3112 21.9532 25.295 21.9575L25.25 21.97C25.2325 21.97 25.2175 21.9788 25.2 21.9813L25.1475 21.99L25.1038 21.9963C25.0709 21.9981 25.0379 21.9981 25.005 21.9963H20C19.7348 21.9963 19.4804 21.8909 19.2929 21.7034C19.1054 21.5158 19 21.2615 19 20.9963C19 20.731 19.1054 20.4767 19.2929 20.2891C19.4804 20.1016 19.7348 19.9963 20 19.9963H22.5863L16 13.4137L12.7075 16.7075C12.6146 16.8005 12.5043 16.8742 12.3829 16.9246C12.2615 16.9749 12.1314 17.0008 12 17.0008C11.8686 17.0008 11.7385 16.9749 11.6171 16.9246C11.4957 16.8742 11.3854 16.8005 11.2925 16.7075L5 10.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
42
+ fill="currentColor"/>
43
+ </svg>
44
+ }
45
+
46
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
47
+ <path
48
+ d="M28.75 26C28.75 26.1989 28.671 26.3897 28.5303 26.5303C28.3897 26.671 28.1989 26.75 28 26.75H4C3.80109 26.75 3.61032 26.671 3.46967 26.5303C3.32902 26.3897 3.25 26.1989 3.25 26V6C3.25 5.80109 3.32902 5.61032 3.46967 5.46967C3.61032 5.32902 3.80109 5.25 4 5.25C4.19891 5.25 4.38968 5.32902 4.53033 5.46967C4.67098 5.61032 4.75 5.80109 4.75 6V7.69L12 14.94L15.47 11.4712C15.6106 11.3308 15.8012 11.2519 16 11.2519C16.1988 11.2519 16.3894 11.3308 16.53 11.4712L24.25 19.19V16C24.25 15.8011 24.329 15.6103 24.4697 15.4697C24.6103 15.329 24.8011 15.25 25 15.25C25.1989 15.25 25.3897 15.329 25.5303 15.4697C25.671 15.6103 25.75 15.8011 25.75 16V21C25.7499 21.0462 25.7453 21.0922 25.7362 21.1375V21.145C25.7266 21.1896 25.7136 21.2335 25.6975 21.2763V21.285C25.6797 21.3286 25.658 21.3704 25.6325 21.41V21.4175C25.5766 21.5003 25.5053 21.5716 25.4225 21.6275H25.415C25.3754 21.653 25.3336 21.6747 25.29 21.6925H25.2812C25.2385 21.7086 25.1946 21.7216 25.15 21.7313H25.1425C25.0972 21.7403 25.0512 21.7449 25.005 21.745H20C19.8011 21.745 19.6103 21.666 19.4697 21.5253C19.329 21.3847 19.25 21.1939 19.25 20.995C19.25 20.7961 19.329 20.6053 19.4697 20.4647C19.6103 20.324 19.8011 20.245 20 20.245H23.19L16 13.0612L12.53 16.53C12.3894 16.6705 12.1988 16.7493 12 16.7493C11.8012 16.7493 11.6106 16.6705 11.47 16.53L4.75 9.81V25.25H28C28.1989 25.25 28.3897 25.329 28.5303 25.4697C28.671 25.6103 28.75 25.8011 28.75 26Z"
49
+ fill="currentColor"/>
50
+ </svg>
51
+ };
52
+
53
+ export default ChartLine;
@@ -0,0 +1,54 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ChartPie = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path
7
+ d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM25.6975 9.82375L16.5 15.1337V4.50875C18.3473 4.59063 20.1477 5.11642 21.7487 6.0416C23.3497 6.96678 24.7042 8.26411 25.6975 9.82375ZM15.5 4.51125V15.7113L5.80251 21.31C4.90978 19.595 4.46388 17.6825 4.50604 15.7495C4.5482 13.8165 5.07705 11.9253 6.04369 10.2508C7.01034 8.5763 8.38357 7.17255 10.0364 6.16935C11.6893 5.16615 13.5684 4.59587 15.5 4.51125ZM16 27.5C14.0664 27.4995 12.1641 27.0114 10.469 26.0808C8.77402 25.1503 7.341 23.8074 6.30251 22.1763L26.1975 10.69C27.1098 12.4426 27.5552 14.4008 27.4907 16.3756C27.4262 18.3504 26.8539 20.2753 25.8291 21.9646C24.8043 23.6539 23.3615 25.0507 21.6399 26.0203C19.9183 26.9898 17.9759 27.4995 16 27.5Z"
8
+ fill="currentColor"/>
9
+ </svg>
10
+ }
11
+
12
+ if (type === "regular") {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM24.9838 9.65875L17 14.2675V5.04625C18.5853 5.19159 20.1201 5.67927 21.4985 6.47562C22.8769 7.27197 24.066 8.35802 24.9838 9.65875ZM15 5.04625V15.4213L6.01376 20.6087C5.27606 19.0098 4.933 17.2571 5.01344 15.498C5.09388 13.739 5.59546 12.0249 6.47601 10.5C7.35656 8.97501 8.59034 7.68375 10.0736 6.73472C11.5569 5.7857 13.2464 5.20665 15 5.04625ZM16 27C14.239 26.9993 12.5039 26.5758 10.9406 25.7651C9.37726 24.9544 8.03144 23.7802 7.01626 22.3412L25.9863 11.39C26.7598 13.0659 27.0992 14.9096 26.9732 16.7512C26.8471 18.5927 26.2597 20.3729 25.265 21.9278C24.2702 23.4827 22.9002 24.7623 21.2811 25.6487C19.662 26.5351 17.8459 26.9998 16 27Z"
16
+ fill="currentColor"/>
17
+ </svg>
18
+ }
19
+
20
+ if (type === "bold") {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM17.5 5.60875C20.1671 5.99438 22.5838 7.39072 24.25 9.50875L17.5 13.4025V5.60875ZM6.25001 19.8962C5.65927 18.4214 5.41117 16.8317 5.52442 15.247C5.63767 13.6623 6.10931 12.124 6.90376 10.7481C7.69822 9.37225 8.79474 8.19478 10.1106 7.3045C11.4265 6.41423 12.9274 5.8344 14.5 5.60875V15.1337L6.25001 19.8962ZM16 26.5C14.412 26.4997 12.8449 26.1387 11.4168 25.4443C9.98877 24.7498 8.73709 23.7401 7.75626 22.4912L25.75 12.1038C26.3866 13.6968 26.6232 15.4216 26.439 17.1273C26.2548 18.833 25.6555 20.4675 24.6935 21.888C23.7314 23.3084 22.436 24.4715 20.9205 25.2755C19.405 26.0795 17.7156 26.4999 16 26.5Z"
24
+ fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === "fill") {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 5C17.761 5.00072 19.4961 5.42423 21.0594 6.23493C22.6227 7.04562 23.9686 8.2198 24.9838 9.65875L16 14.845V5ZM16 27C14.239 26.9993 12.5039 26.5758 10.9406 25.7651C9.37726 24.9544 8.03144 23.7802 7.01626 22.3412L25.9863 11.39C26.7598 13.0659 27.0992 14.9096 26.9732 16.7512C26.8471 18.5927 26.2597 20.3729 25.265 21.9278C24.2702 23.4827 22.9002 24.7623 21.2811 25.6487C19.662 26.5351 17.8459 26.9998 16 27Z"
32
+ fill="currentColor"/>
33
+ </svg>
34
+ }
35
+
36
+ if (type === "duotone") {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2"
39
+ d="M16.0002 4V16L5.6077 22C4.55447 20.1758 3.99999 18.1064 4 16C4.00001 13.8935 4.5545 11.8242 5.60774 9.99992C6.66099 8.17568 8.17587 6.66083 10.0001 5.60762C11.8244 4.55442 13.8937 3.99997 16.0002 4Z"
40
+ fill="currentColor"/>
41
+ <path
42
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM24.9838 9.65875L17 14.2675V5.04625C18.5853 5.19159 20.1201 5.67927 21.4985 6.47562C22.8769 7.27197 24.066 8.35802 24.9838 9.65875ZM15 5.04625V15.4213L6.01376 20.6087C5.27606 19.0098 4.933 17.2571 5.01344 15.498C5.09388 13.739 5.59546 12.0249 6.47601 10.5C7.35656 8.97501 8.59034 7.68375 10.0736 6.73472C11.5569 5.7857 13.2464 5.20665 15 5.04625ZM16 27C14.239 26.9993 12.5039 26.5758 10.9406 25.7651C9.37726 24.9544 8.03144 23.7802 7.01626 22.3412L25.9863 11.39C26.7598 13.0659 27.0992 14.9096 26.9732 16.7512C26.8471 18.5927 26.2597 20.3729 25.265 21.9278C24.2702 23.4827 22.9002 24.7623 21.2811 25.6487C19.662 26.5351 17.8459 26.9998 16 27Z"
43
+ fill="currentColor"/>
44
+ </svg>
45
+ }
46
+
47
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
48
+ <path
49
+ d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM25.3425 9.74L16.75 14.7013V4.775C18.4665 4.89049 20.1337 5.39812 21.6233 6.25886C23.1129 7.1196 24.3853 8.3105 25.3425 9.74ZM15.25 4.775V15.5675L5.90501 20.9625C5.09003 19.3044 4.69593 17.4712 4.75755 15.6247C4.81916 13.7782 5.33458 11.9753 6.25828 10.3753C7.18198 8.77524 8.48552 7.42731 10.0537 6.45058C11.622 5.47385 13.4066 4.89838 15.25 4.775ZM16 27.25C14.1528 27.2492 12.3342 26.7935 10.7048 25.9232C9.0754 25.053 7.68539 23.7948 6.65751 22.26L26.095 11.0375C26.938 12.7526 27.3302 14.6541 27.2346 16.5627C27.139 18.4714 26.5588 20.3242 25.5486 21.9465C24.5385 23.5687 23.1318 24.9069 21.4612 25.8348C19.7905 26.7627 17.911 27.2498 16 27.25Z"
50
+ fill="currentColor"/>
51
+ </svg>
52
+ };
53
+
54
+ export default ChartPie;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Graph = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M24.9996 19.5C24.0946 19.4993 23.2249 19.8508 22.5746 20.48L19.0396 17.73C19.3415 17.2034 19.5001 16.607 19.4996 16C19.4995 15.7904 19.4807 15.5812 19.4433 15.375L21.8746 14.5688C22.2724 15.3618 22.9559 15.9747 23.7875 16.284C24.619 16.5934 25.5369 16.5762 26.3563 16.2359C27.1757 15.8957 27.8358 15.2577 28.2037 14.4503C28.5716 13.6429 28.62 12.7261 28.3391 11.8846C28.0582 11.043 27.4689 10.339 26.6898 9.91446C25.9107 9.48991 24.9997 9.37626 24.1402 9.5964C23.2807 9.81653 22.5365 10.3541 22.0575 11.1009C21.5784 11.8477 21.4001 12.7482 21.5583 13.6213L19.1246 14.4313C18.8338 13.8514 18.3876 13.3637 17.8358 13.0227C17.284 12.6817 16.6483 12.5007 15.9996 12.5C15.6783 12.4998 15.3585 12.5444 15.0496 12.6325L13.8621 9.96125C14.5757 9.51163 15.1029 8.81944 15.3468 8.01202C15.5907 7.20459 15.5348 6.33626 15.1894 5.56677C14.844 4.79728 14.2324 4.1784 13.467 3.82398C12.7016 3.46957 11.834 3.40347 11.0238 3.63784C10.2135 3.87221 9.51519 4.39128 9.05722 5.09957C8.59924 5.80785 8.41244 6.65769 8.53118 7.49274C8.64992 8.32779 9.06622 9.09187 9.70349 9.64441C10.3408 10.197 11.1561 10.5008 11.9996 10.5C12.3209 10.5002 12.6406 10.4556 12.9496 10.3675L14.1371 13.0388C13.7423 13.2863 13.4011 13.6104 13.1335 13.9918C12.8658 14.3732 12.6772 14.8043 12.5786 15.2597C12.4801 15.7151 12.4737 16.1857 12.5597 16.6436C12.6457 17.1015 12.8225 17.5376 13.0796 17.9263L9.24957 21.3263C8.57383 20.7551 7.70687 20.4611 6.82311 20.5033C5.93935 20.5456 5.10439 20.921 4.48622 21.554C3.86805 22.1869 3.51255 23.0306 3.49125 23.9151C3.46995 24.7996 3.78443 25.6593 4.37141 26.3214C4.9584 26.9834 5.77433 27.3985 6.65503 27.4833C7.53573 27.568 8.41584 27.316 9.11828 26.7781C9.82072 26.2401 10.2934 25.4561 10.4411 24.5838C10.5888 23.7114 10.4007 22.8155 9.91457 22.0763L13.7396 18.6763C14.3999 19.2353 15.2444 19.5291 16.1092 19.5007C16.9739 19.4723 17.7973 19.1237 18.4196 18.5225L21.9546 21.2725C21.5749 21.9416 21.4262 22.7171 21.5315 23.4792C21.6368 24.2413 21.9903 24.9474 22.5373 25.4884C23.0842 26.0294 23.7942 26.3751 24.5574 26.4721C25.3206 26.5691 26.0944 26.4119 26.7593 26.0248C27.4242 25.6378 27.943 25.0425 28.2356 24.331C28.5281 23.6195 28.5781 22.8314 28.3778 22.0886C28.1775 21.3458 27.738 20.6898 27.1273 20.2218C26.5167 19.7539 25.7689 19.5002 24.9996 19.5ZM24.9996 10.5C25.494 10.5 25.9774 10.6466 26.3885 10.9213C26.7996 11.196 27.12 11.5865 27.3093 12.0433C27.4985 12.5001 27.548 13.0028 27.4515 13.4877C27.3551 13.9727 27.117 14.4181 26.7673 14.7678C26.4177 15.1174 25.9722 15.3555 25.4873 15.452C25.0023 15.5484 24.4997 15.4989 24.0429 15.3097C23.586 15.1205 23.1956 14.8 22.9209 14.3889C22.6462 13.9778 22.4996 13.4945 22.4996 13C22.4996 12.337 22.763 11.7011 23.2318 11.2322C23.7006 10.7634 24.3365 10.5 24.9996 10.5ZM9.49957 7C9.49957 6.50555 9.64619 6.0222 9.92089 5.61108C10.1956 5.19995 10.586 4.87952 11.0429 4.6903C11.4997 4.50108 12.0023 4.45157 12.4873 4.54804C12.9722 4.6445 13.4177 4.8826 13.7673 5.23223C14.117 5.58187 14.3551 6.02732 14.4515 6.51228C14.548 6.99723 14.4985 7.49989 14.3093 7.95671C14.12 8.41352 13.7996 8.80397 13.3885 9.07868C12.9774 9.35338 12.494 9.5 11.9996 9.5C11.3365 9.5 10.7006 9.23661 10.2318 8.76777C9.76296 8.29893 9.49957 7.66304 9.49957 7ZM6.99957 26.5C6.50511 26.5 6.02176 26.3534 5.61064 26.0787C5.19952 25.804 4.87909 25.4135 4.68987 24.9567C4.50065 24.4999 4.45114 23.9972 4.5476 23.5123C4.64407 23.0273 4.88217 22.5819 5.2318 22.2322C5.58143 21.8826 6.02689 21.6445 6.51184 21.548C6.99679 21.4516 7.49946 21.5011 7.95628 21.6903C8.41309 21.8795 8.80354 22.2 9.07824 22.6111C9.35294 23.0222 9.49957 23.5055 9.49957 24C9.49957 24.663 9.23618 25.2989 8.76733 25.7678C8.29849 26.2366 7.66261 26.5 6.99957 26.5ZM15.9996 18.5C15.5051 18.5 15.0218 18.3534 14.6106 18.0787C14.1995 17.804 13.8791 17.4135 13.6899 16.9567C13.5006 16.4999 13.4511 15.9972 13.5476 15.5123C13.6441 15.0273 13.8822 14.5819 14.2318 14.2322C14.5814 13.8826 15.0269 13.6445 15.5118 13.548C15.9968 13.4516 16.4995 13.5011 16.9563 13.6903C17.4131 13.8795 17.8035 14.2 18.0782 14.6111C18.3529 15.0222 18.4996 15.5055 18.4996 16C18.4996 16.663 18.2362 17.2989 17.7673 17.7678C17.2985 18.2366 16.6626 18.5 15.9996 18.5ZM24.9996 25.5C24.5051 25.5 24.0218 25.3534 23.6106 25.0787C23.1995 24.804 22.8791 24.4135 22.6899 23.9567C22.5006 23.4999 22.4511 22.9972 22.5476 22.5123C22.6441 22.0273 22.8822 21.5819 23.2318 21.2322C23.5814 20.8826 24.0269 20.6445 24.5118 20.548C24.9968 20.4516 25.4995 20.5011 25.9563 20.6903C26.4131 20.8795 26.8035 21.2 27.0782 21.6111C27.3529 22.0222 27.4996 22.5055 27.4996 23C27.4996 23.663 27.2362 24.2989 26.7673 24.7678C26.2985 25.2366 25.6626 25.5 24.9996 25.5Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M24.9994 19C24.1155 18.9995 23.2566 19.2933 22.5581 19.835L19.6694 17.585C19.8874 17.085 19.9998 16.5454 19.9994 16C19.9994 15.9075 19.9994 15.815 19.9894 15.7237L21.6431 15.1725C22.1663 15.9794 22.9627 16.5708 23.8864 16.8384C24.8102 17.106 25.7994 17.0318 26.6729 16.6294C27.5464 16.2271 28.2456 15.5235 28.6426 14.6476C29.0396 13.7716 29.1078 12.782 28.8345 11.8599C28.5613 10.9378 27.965 10.1451 27.1549 9.62683C26.3448 9.10858 25.3751 8.89955 24.4234 9.03803C23.4717 9.1765 22.6018 9.65321 21.973 10.3808C21.3441 11.1085 20.9985 12.0383 20.9994 13C20.9994 13.0925 20.9994 13.185 21.0094 13.2762L19.3556 13.8275C18.9931 13.267 18.4961 12.8062 17.9098 12.487C17.3236 12.1678 16.6669 12.0004 15.9994 12C15.7787 12.0004 15.5583 12.0188 15.3406 12.055L14.4856 10.125C15.2239 9.5351 15.7295 8.70288 15.9128 7.77584C16.0961 6.84879 15.9452 5.88679 15.487 5.06034C15.0287 4.23388 14.2927 3.59636 13.4093 3.26075C12.5259 2.92514 11.5522 2.91313 10.6608 3.22685C9.76942 3.54056 9.01787 4.15974 8.53939 4.97464C8.0609 5.78954 7.88637 6.74753 8.04674 7.67882C8.20711 8.6101 8.69202 9.45453 9.41552 10.0624C10.139 10.6704 11.0544 11.0025 11.9994 11C12.2201 10.9995 12.4404 10.9811 12.6581 10.945L13.5131 12.87C12.7881 13.4438 12.2848 14.2517 12.0894 15.1555C11.894 16.0593 12.0186 17.0029 12.4419 17.825L9.22811 20.68C8.41934 20.1348 7.43948 19.9032 6.4722 20.0287C5.50492 20.1543 4.61663 20.6283 3.97382 21.3619C3.33102 22.0955 2.97784 23.0384 2.98048 24.0138C2.98313 24.9892 3.34141 25.9301 3.98818 26.6602C4.63495 27.3903 5.5258 27.8595 6.49374 27.9798C7.46169 28.1001 8.44028 27.8632 9.24609 27.3136C10.0519 26.764 10.6296 25.9394 10.8709 24.9943C11.1122 24.0493 11.0005 23.0486 10.5569 22.18L13.7706 19.325C14.4664 19.7935 15.2923 20.0307 16.1307 20.0029C16.9691 19.9751 17.7774 19.6836 18.4406 19.17L21.3294 21.42C21.112 21.9184 20.9996 22.4562 20.9994 23C20.9994 23.7911 21.234 24.5645 21.6735 25.2223C22.113 25.8801 22.7377 26.3928 23.4686 26.6955C24.1995 26.9983 25.0038 27.0775 25.7797 26.9231C26.5557 26.7688 27.2684 26.3878 27.8278 25.8284C28.3872 25.269 28.7682 24.5563 28.9225 23.7803C29.0768 23.0044 28.9976 22.2002 28.6949 21.4693C28.3921 20.7383 27.8794 20.1136 27.2216 19.6741C26.5638 19.2346 25.7905 19 24.9994 19ZM24.9994 11C25.3949 11 25.7816 11.1173 26.1105 11.337C26.4394 11.5568 26.6957 11.8692 26.8471 12.2346C26.9985 12.6001 27.0381 13.0022 26.9609 13.3902C26.8838 13.7781 26.6933 14.1345 26.4136 14.4142C26.1339 14.6939 25.7775 14.8844 25.3895 14.9616C25.0016 15.0387 24.5994 14.9991 24.234 14.8477C23.8685 14.6964 23.5562 14.44 23.3364 14.1111C23.1167 13.7822 22.9994 13.3955 22.9994 13C22.9994 12.4696 23.2101 11.9608 23.5852 11.5858C23.9602 11.2107 24.4689 11 24.9994 11ZM9.99936 6.99999C9.99936 6.60442 10.1167 6.21774 10.3364 5.88885C10.5562 5.55995 10.8685 5.3036 11.234 5.15223C11.5994 5.00085 12.0016 4.96124 12.3895 5.03841C12.7775 5.11559 13.1339 5.30607 13.4136 5.58577C13.6933 5.86548 13.8838 6.22184 13.9609 6.60981C14.0381 6.99777 13.9985 7.3999 13.8471 7.76535C13.6957 8.13081 13.4394 8.44316 13.1105 8.66292C12.7816 8.88269 12.3949 8.99999 11.9994 8.99999C11.4689 8.99999 10.9602 8.78927 10.5852 8.4142C10.2101 8.03913 9.99936 7.53042 9.99936 6.99999ZM6.99936 26C6.6038 26 6.21712 25.8827 5.88822 25.6629C5.55933 25.4432 5.30298 25.1308 5.15161 24.7654C5.00023 24.3999 4.96062 23.9978 5.03779 23.6098C5.11496 23.2218 5.30545 22.8655 5.58515 22.5858C5.86486 22.3061 6.22122 22.1156 6.60918 22.0384C6.99715 21.9612 7.39928 22.0009 7.76473 22.1522C8.13018 22.3036 8.44254 22.5599 8.6623 22.8888C8.88207 23.2177 8.99936 23.6044 8.99936 24C8.99936 24.5304 8.78865 25.0391 8.41358 25.4142C8.0385 25.7893 7.5298 26 6.99936 26ZM13.9994 16C13.9994 15.6044 14.1167 15.2177 14.3364 14.8888C14.5562 14.5599 14.8685 14.3036 15.234 14.1522C15.5994 14.0009 16.0016 13.9612 16.3895 14.0384C16.7775 14.1156 17.1339 14.3061 17.4136 14.5858C17.6933 14.8655 17.8838 15.2218 17.9609 15.6098C18.0381 15.9978 17.9985 16.3999 17.8471 16.7654C17.6957 17.1308 17.4394 17.4432 17.1105 17.6629C16.7816 17.8827 16.3949 18 15.9994 18C15.4689 18 14.9602 17.7893 14.5852 17.4142C14.2101 17.0391 13.9994 16.5304 13.9994 16ZM24.9994 25C24.6038 25 24.2171 24.8827 23.8882 24.6629C23.5593 24.4432 23.303 24.1308 23.1516 23.7654C23.0002 23.3999 22.9606 22.9978 23.0378 22.6098C23.115 22.2218 23.3054 21.8655 23.5852 21.5858C23.8649 21.3061 24.2212 21.1156 24.6092 21.0384C24.9971 20.9612 25.3993 21.0009 25.7647 21.1522C26.1302 21.3036 26.4425 21.5599 26.6623 21.8888C26.8821 22.2177 26.9994 22.6044 26.9994 23C26.9994 23.5304 26.7887 24.0391 26.4136 24.4142C26.0385 24.7893 25.5298 25 24.9994 25Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M25.0009 19C24.285 18.9995 23.5794 19.171 22.9434 19.5L20.2697 17.42C20.4151 16.9883 20.4931 16.5367 20.5009 16.0812L21.7947 15.6512C22.5264 16.3943 23.4935 16.8601 24.5307 16.9691C25.5678 17.0781 26.6106 16.8235 27.4808 16.2488C28.351 15.6741 28.9946 14.815 29.3016 13.8183C29.6085 12.8217 29.5598 11.7494 29.1638 10.7847C28.7677 9.81996 28.0489 9.02275 27.1302 8.52932C26.2114 8.03589 25.1498 7.87686 24.1269 8.07943C23.1039 8.28199 22.183 8.83356 21.5216 9.63987C20.8603 10.4462 20.4995 11.4572 20.5009 12.5C20.5009 12.6387 20.5084 12.7762 20.5209 12.9125L19.5484 13.2362C19.1281 12.6961 18.5901 12.259 17.9754 11.9581C17.3606 11.6573 16.6854 11.5006 16.0009 11.5C15.8759 11.5 15.7659 11.5 15.6497 11.515L15.0934 10.265C15.8527 9.54491 16.3372 8.58275 16.4637 7.54404C16.5902 6.50533 16.3508 5.455 15.7866 4.57373C15.2224 3.69247 14.3687 3.03536 13.3725 2.71546C12.3762 2.39555 11.2995 2.43285 10.3278 2.82092C9.35601 3.209 8.54987 3.9236 8.04802 4.84179C7.54617 5.75998 7.37999 6.82436 7.57807 7.85183C7.77614 8.8793 8.32609 9.80563 9.13331 10.4715C9.94053 11.1373 10.9546 11.501 12.0009 11.5C12.1259 11.5 12.2359 11.5 12.3522 11.485L12.9084 12.735C12.2494 13.3571 11.7942 14.1641 11.6025 15.0498C11.4109 15.9356 11.4918 16.8586 11.8347 17.6975L9.17469 20.0612C8.24531 19.5482 7.16447 19.3803 6.12323 19.5871C5.082 19.794 4.14741 20.3622 3.48466 21.1915C2.82192 22.0208 2.4737 23.0577 2.50155 24.1189C2.5294 25.1802 2.93153 26.1974 3.63687 26.9908C4.3422 27.7841 5.30531 28.3026 6.35596 28.4546C7.40662 28.6065 8.47716 28.3821 9.37835 27.821C10.2796 27.2599 10.9534 26.3983 11.2807 25.3885C11.6081 24.3786 11.5679 23.2856 11.1672 22.3025L13.8272 19.9387C14.5362 20.3311 15.3382 20.5242 16.1481 20.4976C16.9579 20.4709 17.7455 20.2256 18.4272 19.7875L20.8759 21.695C20.4872 22.5828 20.3955 23.5723 20.6144 24.5164C20.8333 25.4605 21.3511 26.3087 22.0908 26.9348C22.8306 27.5609 23.7527 27.9315 24.72 27.9914C25.6872 28.0513 26.648 27.7973 27.4593 27.2672C28.2707 26.7372 28.8892 25.9593 29.2229 25.0495C29.5566 24.1396 29.5876 23.1463 29.3114 22.2174C29.0352 21.2884 28.4664 20.4735 27.6898 19.8938C26.9131 19.3141 25.9701 19.0006 25.0009 19ZM25.0009 11C25.2976 11 25.5876 11.088 25.8343 11.2528C26.081 11.4176 26.2732 11.6519 26.3868 11.926C26.5003 12.2001 26.53 12.5017 26.4721 12.7926C26.4142 13.0836 26.2714 13.3509 26.0616 13.5607C25.8518 13.7704 25.5846 13.9133 25.2936 13.9712C25.0026 14.0291 24.701 13.9993 24.4269 13.8858C24.1528 13.7723 23.9186 13.58 23.7537 13.3334C23.5889 13.0867 23.5009 12.7967 23.5009 12.5C23.5009 12.1022 23.659 11.7206 23.9403 11.4393C24.2216 11.158 24.6031 11 25.0009 11ZM10.5009 7C10.5009 6.70333 10.5889 6.41332 10.7537 6.16664C10.9186 5.91997 11.1528 5.72771 11.4269 5.61418C11.701 5.50065 12.0026 5.47094 12.2936 5.52882C12.5846 5.5867 12.8518 5.72956 13.0616 5.93934C13.2714 6.14912 13.4142 6.41639 13.4721 6.70736C13.53 6.99833 13.5003 7.29993 13.3868 7.57402C13.2732 7.84811 13.081 8.08238 12.8343 8.2472C12.5876 8.41203 12.2976 8.5 12.0009 8.5C11.6031 8.5 11.2216 8.34196 10.9403 8.06066C10.659 7.77935 10.5009 7.39782 10.5009 7ZM7.00094 25.5C6.70427 25.5 6.41426 25.412 6.16759 25.2472C5.92091 25.0824 5.72866 24.8481 5.61512 24.574C5.50159 24.2999 5.47189 23.9983 5.52977 23.7074C5.58764 23.4164 5.7305 23.1491 5.94028 22.9393C6.15006 22.7296 6.41734 22.5867 6.70831 22.5288C6.99928 22.4709 7.30088 22.5006 7.57497 22.6142C7.84906 22.7277 8.08333 22.92 8.24815 23.1666C8.41297 23.4133 8.50094 23.7033 8.50094 24C8.50094 24.3978 8.34291 24.7794 8.0616 25.0607C7.7803 25.342 7.39877 25.5 7.00094 25.5ZM14.5009 16C14.5009 15.7033 14.5889 15.4133 14.7537 15.1666C14.9186 14.92 15.1528 14.7277 15.4269 14.6142C15.701 14.5006 16.0026 14.4709 16.2936 14.5288C16.5846 14.5867 16.8518 14.7296 17.0616 14.9393C17.2714 15.1491 17.4142 15.4164 17.4721 15.7074C17.53 15.9983 17.5003 16.2999 17.3868 16.574C17.2732 16.8481 17.081 17.0824 16.8343 17.2472C16.5876 17.412 16.2976 17.5 16.0009 17.5C15.6031 17.5 15.2216 17.342 14.9403 17.0607C14.659 16.7794 14.5009 16.3978 14.5009 16ZM25.0009 25C24.7043 25 24.4143 24.912 24.1676 24.7472C23.9209 24.5824 23.7287 24.3481 23.6151 24.074C23.5016 23.7999 23.4719 23.4983 23.5298 23.2074C23.5876 22.9164 23.7305 22.6491 23.9403 22.4393C24.1501 22.2296 24.4173 22.0867 24.7083 22.0288C24.9993 21.9709 25.3009 22.0006 25.575 22.1142C25.8491 22.2277 26.0833 22.42 26.2481 22.6666C26.413 22.9133 26.5009 23.2033 26.5009 23.5C26.5009 23.8978 26.3429 24.2794 26.0616 24.5607C25.7803 24.842 25.3988 25 25.0009 25Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M24.9994 19C24.1155 18.9995 23.2566 19.2933 22.5581 19.835L19.6694 17.585C19.8874 17.085 19.9998 16.5454 19.9994 16C19.9994 15.9075 19.9994 15.815 19.9894 15.7237L21.6431 15.1725C22.1663 15.9794 22.9627 16.5708 23.8864 16.8384C24.8102 17.106 25.7994 17.0318 26.6729 16.6294C27.5464 16.2271 28.2456 15.5235 28.6426 14.6476C29.0396 13.7716 29.1078 12.782 28.8345 11.8599C28.5613 10.9378 27.965 10.1451 27.1549 9.62683C26.3448 9.10858 25.3751 8.89955 24.4234 9.03803C23.4717 9.1765 22.6018 9.65321 21.973 10.3808C21.3441 11.1085 20.9985 12.0383 20.9994 13C20.9994 13.0925 20.9994 13.185 21.0094 13.2762L19.3556 13.8275C18.9931 13.267 18.4961 12.8062 17.9098 12.487C17.3236 12.1678 16.6669 12.0004 15.9994 12C15.7787 12.0004 15.5583 12.0188 15.3406 12.055L14.4856 10.125C15.2239 9.5351 15.7295 8.70288 15.9128 7.77584C16.0961 6.84879 15.9452 5.88679 15.487 5.06034C15.0287 4.23388 14.2927 3.59636 13.4093 3.26075C12.5259 2.92514 11.5522 2.91313 10.6608 3.22685C9.76942 3.54056 9.01787 4.15974 8.53939 4.97464C8.0609 5.78954 7.88637 6.74753 8.04674 7.67882C8.20711 8.6101 8.69202 9.45453 9.41552 10.0624C10.139 10.6704 11.0544 11.0025 11.9994 11C12.2201 10.9995 12.4404 10.9811 12.6581 10.945L13.5131 12.87C12.7881 13.4438 12.2848 14.2517 12.0894 15.1555C11.894 16.0593 12.0186 17.0029 12.4419 17.825L9.22811 20.68C8.41934 20.1348 7.43948 19.9032 6.4722 20.0287C5.50492 20.1543 4.61663 20.6283 3.97382 21.3619C3.33102 22.0955 2.97784 23.0384 2.98048 24.0138C2.98313 24.9892 3.34141 25.9301 3.98818 26.6602C4.63495 27.3903 5.5258 27.8595 6.49374 27.9798C7.46169 28.1001 8.44028 27.8632 9.24609 27.3136C10.0519 26.764 10.6296 25.9394 10.8709 24.9943C11.1122 24.0493 11.0005 23.0486 10.5569 22.18L13.7706 19.325C14.4664 19.7935 15.2923 20.0307 16.1307 20.0029C16.9691 19.9751 17.7774 19.6836 18.4406 19.17L21.3294 21.42C21.112 21.9184 20.9996 22.4562 20.9994 23C20.9994 23.7911 21.234 24.5645 21.6735 25.2223C22.113 25.8801 22.7377 26.3928 23.4686 26.6955C24.1995 26.9983 25.0038 27.0775 25.7797 26.9231C26.5557 26.7688 27.2684 26.3878 27.8278 25.8284C28.3872 25.269 28.7682 24.5563 28.9225 23.7803C29.0768 23.0044 28.9976 22.2002 28.6949 21.4693C28.3921 20.7383 27.8794 20.1136 27.2216 19.6741C26.5638 19.2346 25.7905 19 24.9994 19ZM24.9994 11C25.3949 11 25.7816 11.1173 26.1105 11.337C26.4394 11.5568 26.6957 11.8692 26.8471 12.2346C26.9985 12.6001 27.0381 13.0022 26.9609 13.3902C26.8838 13.7781 26.6933 14.1345 26.4136 14.4142C26.1339 14.6939 25.7775 14.8844 25.3895 14.9616C25.0016 15.0387 24.5994 14.9991 24.234 14.8477C23.8685 14.6964 23.5562 14.44 23.3364 14.1111C23.1167 13.7822 22.9994 13.3955 22.9994 13C22.9994 12.4696 23.2101 11.9608 23.5852 11.5858C23.9602 11.2107 24.4689 11 24.9994 11ZM9.99936 6.99999C9.99936 6.60442 10.1167 6.21774 10.3364 5.88885C10.5562 5.55995 10.8685 5.3036 11.234 5.15223C11.5994 5.00085 12.0016 4.96124 12.3895 5.03841C12.7775 5.11559 13.1339 5.30607 13.4136 5.58577C13.6933 5.86548 13.8838 6.22184 13.9609 6.60981C14.0381 6.99777 13.9985 7.3999 13.8471 7.76535C13.6957 8.13081 13.4394 8.44316 13.1105 8.66292C12.7816 8.88269 12.3949 8.99999 11.9994 8.99999C11.4689 8.99999 10.9602 8.78927 10.5852 8.4142C10.2101 8.03913 9.99936 7.53042 9.99936 6.99999ZM6.99936 26C6.6038 26 6.21712 25.8827 5.88822 25.6629C5.55933 25.4432 5.30298 25.1308 5.15161 24.7654C5.00023 24.3999 4.96062 23.9978 5.03779 23.6098C5.11496 23.2218 5.30545 22.8655 5.58515 22.5858C5.86486 22.3061 6.22122 22.1156 6.60918 22.0384C6.99715 21.9612 7.39928 22.0009 7.76473 22.1522C8.13018 22.3036 8.44254 22.5599 8.6623 22.8888C8.88207 23.2177 8.99936 23.6044 8.99936 24C8.99936 24.5304 8.78865 25.0391 8.41358 25.4142C8.0385 25.7893 7.5298 26 6.99936 26ZM24.9994 25C24.6038 25 24.2171 24.8827 23.8882 24.6629C23.5593 24.4432 23.303 24.1308 23.1516 23.7654C23.0002 23.3999 22.9606 22.9978 23.0378 22.6098C23.115 22.2218 23.3054 21.8655 23.5852 21.5858C23.8649 21.3061 24.2212 21.1156 24.6092 21.0384C24.9971 20.9612 25.3993 21.0009 25.7647 21.1522C26.1302 21.3036 26.4425 21.5599 26.6623 21.8888C26.8821 22.2177 26.9994 22.6044 26.9994 23C26.9994 23.5304 26.7887 24.0391 26.4136 24.4142C26.0385 24.7893 25.5298 25 24.9994 25Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M19 16C19 16.5933 18.8241 17.1734 18.4944 17.6667C18.1648 18.1601 17.6962 18.5446 17.1481 18.7716C16.5999 18.9987 15.9967 19.0581 15.4147 18.9424C14.8328 18.8266 14.2982 18.5409 13.8787 18.1213C13.4591 17.7018 13.1734 17.1672 13.0576 16.5853C12.9419 16.0033 13.0013 15.4001 13.2284 14.8519C13.4554 14.3038 13.8399 13.8352 14.3333 13.5056C14.8266 13.1759 15.4067 13 16 13C16.7957 13 17.5587 13.3161 18.1213 13.8787C18.6839 14.4413 19 15.2044 19 16Z" fill="currentColor"/>
36
+ <path d="M24.9994 19C24.1155 18.9995 23.2566 19.2933 22.5581 19.835L19.6694 17.585C19.8874 17.085 19.9998 16.5454 19.9994 16C19.9994 15.9075 19.9994 15.815 19.9894 15.7237L21.6431 15.1725C22.1663 15.9794 22.9627 16.5708 23.8864 16.8384C24.8102 17.106 25.7994 17.0318 26.6729 16.6294C27.5464 16.2271 28.2456 15.5235 28.6426 14.6476C29.0396 13.7716 29.1078 12.782 28.8345 11.8599C28.5613 10.9378 27.965 10.1451 27.1549 9.62683C26.3448 9.10858 25.3751 8.89955 24.4234 9.03803C23.4717 9.1765 22.6018 9.65321 21.973 10.3808C21.3441 11.1085 20.9985 12.0383 20.9994 13C20.9994 13.0925 20.9994 13.185 21.0094 13.2762L19.3556 13.8275C18.9931 13.267 18.4961 12.8062 17.9098 12.487C17.3236 12.1678 16.6669 12.0004 15.9994 12C15.7787 12.0004 15.5583 12.0188 15.3406 12.055L14.4856 10.125C15.2239 9.5351 15.7295 8.70288 15.9128 7.77584C16.0961 6.84879 15.9452 5.88679 15.487 5.06034C15.0287 4.23388 14.2927 3.59636 13.4093 3.26075C12.5259 2.92514 11.5522 2.91313 10.6608 3.22685C9.76942 3.54056 9.01787 4.15974 8.53939 4.97464C8.0609 5.78954 7.88637 6.74753 8.04674 7.67882C8.20711 8.6101 8.69202 9.45453 9.41552 10.0624C10.139 10.6704 11.0544 11.0025 11.9994 11C12.2201 10.9995 12.4404 10.9811 12.6581 10.945L13.5131 12.87C12.7881 13.4438 12.2848 14.2517 12.0894 15.1555C11.894 16.0593 12.0186 17.0029 12.4419 17.825L9.22811 20.68C8.41934 20.1348 7.43948 19.9032 6.4722 20.0287C5.50492 20.1543 4.61663 20.6283 3.97382 21.3619C3.33102 22.0955 2.97784 23.0384 2.98048 24.0138C2.98313 24.9892 3.34141 25.9301 3.98818 26.6602C4.63495 27.3903 5.5258 27.8595 6.49374 27.9798C7.46169 28.1001 8.44028 27.8632 9.24609 27.3136C10.0519 26.764 10.6296 25.9394 10.8709 24.9943C11.1122 24.0493 11.0005 23.0486 10.5569 22.18L13.7706 19.325C14.4664 19.7935 15.2923 20.0307 16.1307 20.0029C16.9691 19.9751 17.7774 19.6836 18.4406 19.17L21.3294 21.42C21.112 21.9184 20.9996 22.4562 20.9994 23C20.9994 23.7911 21.234 24.5645 21.6735 25.2223C22.113 25.8801 22.7377 26.3928 23.4686 26.6955C24.1995 26.9983 25.0038 27.0775 25.7797 26.9231C26.5557 26.7688 27.2684 26.3878 27.8278 25.8284C28.3872 25.269 28.7682 24.5563 28.9225 23.7803C29.0768 23.0044 28.9976 22.2002 28.6949 21.4693C28.3921 20.7383 27.8794 20.1136 27.2216 19.6741C26.5638 19.2346 25.7905 19 24.9994 19ZM24.9994 11C25.3949 11 25.7816 11.1173 26.1105 11.337C26.4394 11.5568 26.6957 11.8692 26.8471 12.2346C26.9985 12.6001 27.0381 13.0022 26.9609 13.3902C26.8838 13.7781 26.6933 14.1345 26.4136 14.4142C26.1339 14.6939 25.7775 14.8844 25.3895 14.9616C25.0016 15.0387 24.5994 14.9991 24.234 14.8477C23.8685 14.6964 23.5562 14.44 23.3364 14.1111C23.1167 13.7822 22.9994 13.3955 22.9994 13C22.9994 12.4696 23.2101 11.9608 23.5852 11.5858C23.9602 11.2107 24.4689 11 24.9994 11ZM9.99936 6.99999C9.99936 6.60442 10.1167 6.21774 10.3364 5.88885C10.5562 5.55995 10.8685 5.3036 11.234 5.15223C11.5994 5.00085 12.0016 4.96124 12.3895 5.03841C12.7775 5.11559 13.1339 5.30607 13.4136 5.58577C13.6933 5.86548 13.8838 6.22184 13.9609 6.60981C14.0381 6.99777 13.9985 7.3999 13.8471 7.76535C13.6957 8.13081 13.4394 8.44316 13.1105 8.66292C12.7816 8.88269 12.3949 8.99999 11.9994 8.99999C11.4689 8.99999 10.9602 8.78927 10.5852 8.4142C10.2101 8.03913 9.99936 7.53042 9.99936 6.99999ZM6.99936 26C6.6038 26 6.21712 25.8827 5.88822 25.6629C5.55933 25.4432 5.30298 25.1308 5.15161 24.7654C5.00023 24.3999 4.96062 23.9978 5.03779 23.6098C5.11496 23.2218 5.30545 22.8655 5.58515 22.5858C5.86486 22.3061 6.22122 22.1156 6.60918 22.0384C6.99715 21.9612 7.39928 22.0009 7.76473 22.1522C8.13018 22.3036 8.44254 22.5599 8.6623 22.8888C8.88207 23.2177 8.99936 23.6044 8.99936 24C8.99936 24.5304 8.78865 25.0391 8.41358 25.4142C8.0385 25.7893 7.5298 26 6.99936 26ZM13.9994 16C13.9994 15.6044 14.1167 15.2177 14.3364 14.8888C14.5562 14.5599 14.8685 14.3036 15.234 14.1522C15.5994 14.0009 16.0016 13.9612 16.3895 14.0384C16.7775 14.1156 17.1339 14.3061 17.4136 14.5858C17.6933 14.8655 17.8838 15.2218 17.9609 15.6098C18.0381 15.9978 17.9985 16.3999 17.8471 16.7654C17.6957 17.1308 17.4394 17.4432 17.1105 17.6629C16.7816 17.8827 16.3949 18 15.9994 18C15.4689 18 14.9602 17.7893 14.5852 17.4142C14.2101 17.0391 13.9994 16.5304 13.9994 16ZM24.9994 25C24.6038 25 24.2171 24.8827 23.8882 24.6629C23.5593 24.4432 23.303 24.1308 23.1516 23.7654C23.0002 23.3999 22.9606 22.9978 23.0378 22.6098C23.115 22.2218 23.3054 21.8655 23.5852 21.5858C23.8649 21.3061 24.2212 21.1156 24.6092 21.0384C24.9971 20.9612 25.3993 21.0009 25.7647 21.1522C26.1302 21.3036 26.4425 21.5599 26.6623 21.8888C26.8821 22.2177 26.9994 22.6044 26.9994 23C26.9994 23.5304 26.7887 24.0391 26.4136 24.4142C26.0385 24.7893 25.5298 25 24.9994 25Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M24.9997 19.25C24.1052 19.2496 23.2402 19.5703 22.5622 20.1538L19.3597 17.6625C19.6166 17.146 19.7501 16.5769 19.7497 16C19.7494 15.8496 19.7402 15.6994 19.7222 15.55L21.7497 14.875C22.2036 15.6635 22.9287 16.2601 23.7898 16.5537C24.651 16.8472 25.5895 16.8176 26.4305 16.4705C27.2715 16.1234 27.9576 15.4824 28.361 14.6669C28.7644 13.8514 28.8575 12.917 28.6231 12.038C28.3887 11.1589 27.8427 10.395 27.0868 9.88863C26.3309 9.38228 25.4167 9.168 24.5145 9.28571C23.6124 9.40342 22.7838 9.8451 22.1831 10.5285C21.5825 11.2118 21.2507 12.0902 21.2497 13C21.25 13.1504 21.2592 13.3007 21.2772 13.45L19.2497 14.125C18.853 13.4339 18.2459 12.8876 17.5169 12.5659C16.7879 12.2441 15.9752 12.1636 15.1972 12.3363L14.1797 10.0488C14.9362 9.50931 15.4655 8.70823 15.665 7.80078C15.8644 6.89333 15.72 5.94413 15.2595 5.13714C14.799 4.33014 14.0554 3.72282 13.1727 3.43288C12.2899 3.14293 11.331 3.19101 10.4817 3.56779C9.63241 3.94456 8.95323 4.62322 8.57578 5.47222C8.19834 6.32122 8.14951 7.28011 8.43877 8.16306C8.72802 9.04601 9.33476 9.79014 10.1414 10.2512C10.948 10.7123 11.8971 10.8576 12.8047 10.6588L13.8222 12.9463C13.062 13.487 12.5312 14.2923 12.3342 15.2042C12.1371 16.1161 12.288 17.0687 12.7572 17.875L9.24972 21C8.50385 20.4416 7.57722 20.1801 6.64946 20.266C5.7217 20.352 4.85889 20.7793 4.22831 21.4653C3.59772 22.1512 3.24426 23.0468 3.23646 23.9785C3.22866 24.9102 3.56706 25.8116 4.18607 26.508C4.80508 27.2044 5.6606 27.6461 6.58679 27.7476C7.51298 27.8491 8.44386 27.6031 9.19898 27.0573C9.9541 26.5114 10.4797 25.7047 10.6738 24.7934C10.8679 23.8821 10.7168 22.9312 10.2497 22.125L13.7497 19C14.431 19.5121 15.2668 19.776 16.1187 19.748C16.9705 19.7201 17.7872 19.4019 18.4335 18.8463L21.636 21.3375C21.2746 22.0681 21.1611 22.8966 21.3127 23.6974C21.4643 24.4983 21.8727 25.228 22.4761 25.776C23.0795 26.324 23.8449 26.6605 24.6567 26.7345C25.4684 26.8086 26.2821 26.6161 26.9747 26.1863C27.6672 25.7565 28.2009 25.1128 28.4949 24.3526C28.7889 23.5923 28.8272 22.757 28.604 21.9731C28.3808 21.1892 27.9082 20.4993 27.2579 20.008C26.6075 19.5166 25.8148 19.2505 24.9997 19.25ZM24.9997 10.75C25.4447 10.75 25.8797 10.882 26.2498 11.1292C26.6198 11.3765 26.9081 11.7279 27.0784 12.139C27.2487 12.5501 27.2933 13.0025 27.2065 13.439C27.1197 13.8754 26.9054 14.2763 26.5907 14.591C26.276 14.9057 25.8751 15.12 25.4387 15.2068C25.0022 15.2936 24.5498 15.2491 24.1387 15.0788C23.7275 14.9085 23.3761 14.6201 23.1289 14.2501C22.8817 13.88 22.7497 13.445 22.7497 13C22.7497 12.4033 22.9868 11.831 23.4087 11.409C23.8307 10.9871 24.403 10.75 24.9997 10.75ZM9.74972 7.00003C9.74972 6.55502 9.88168 6.12 10.1289 5.74999C10.3761 5.37998 10.7275 5.09159 11.1387 4.9213C11.5498 4.751 12.0022 4.70644 12.4387 4.79326C12.8751 4.88008 13.276 5.09437 13.5907 5.40904C13.9054 5.7237 14.1197 6.12461 14.2065 6.56107C14.2933 6.99753 14.2487 7.44993 14.0784 7.86106C13.9081 8.2722 13.6198 8.6236 13.2498 8.87083C12.8797 9.11807 12.4447 9.25003 11.9997 9.25003C11.403 9.25003 10.8307 9.01297 10.4087 8.59102C9.98677 8.16906 9.74972 7.59676 9.74972 7.00003ZM6.99972 26.25C6.55471 26.25 6.11969 26.1181 5.74968 25.8708C5.37967 25.6236 5.09128 25.2722 4.92099 24.8611C4.75069 24.4499 4.70613 23.9975 4.79295 23.5611C4.87977 23.1246 5.09406 22.7237 5.40873 22.409C5.7234 22.0944 6.12431 21.8801 6.56076 21.7933C6.99722 21.7064 7.44962 21.751 7.86075 21.9213C8.27189 22.0916 8.62329 22.38 8.87052 22.75C9.11776 23.12 9.24972 23.555 9.24972 24C9.24972 24.5968 9.01266 25.1691 8.59071 25.591C8.16875 26.013 7.59645 26.25 6.99972 26.25ZM15.9997 18.25C15.5547 18.25 15.1197 18.1181 14.7497 17.8708C14.3797 17.6236 14.0913 17.2722 13.921 16.8611C13.7507 16.4499 13.7061 15.9975 13.7929 15.5611C13.8798 15.1246 14.0941 14.7237 14.4087 14.409C14.7234 14.0944 15.1243 13.8801 15.5608 13.7933C15.9972 13.7064 16.4496 13.751 16.8608 13.9213C17.2719 14.0916 17.6233 14.38 17.8705 14.75C18.1178 15.12 18.2497 15.555 18.2497 16C18.2497 16.5968 18.0127 17.1691 17.5907 17.591C17.1687 18.013 16.5965 18.25 15.9997 18.25ZM24.9997 25.25C24.5547 25.25 24.1197 25.1181 23.7497 24.8708C23.3797 24.6236 23.0913 24.2722 22.921 23.8611C22.7507 23.4499 22.7061 22.9975 22.793 22.5611C22.8798 22.1246 23.0941 21.7237 23.4087 21.409C23.7234 21.0944 24.1243 20.8801 24.5608 20.7933C24.9972 20.7064 25.4496 20.751 25.8608 20.9213C26.2719 21.0916 26.6233 21.38 26.8705 21.75C27.1178 22.12 27.2497 22.555 27.2497 23C27.2497 23.5968 27.0127 24.1691 26.5907 24.591C26.1688 25.013 25.5965 25.25 24.9997 25.25Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Graph;
@@ -0,0 +1,49 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Minus = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <path d="M27.5 16C27.5 16.1326 27.4473 16.2598 27.3536 16.3536C27.2598 16.4473 27.1326 16.5 27 16.5H5C4.86739 16.5 4.74021 16.4473 4.64645 16.3536C4.55268 16.2598 4.5 16.1326 4.5 16C4.5 15.8674 4.55268 15.7402 4.64645 15.6464C4.74021 15.5527 4.86739 15.5 5 15.5H27C27.1326 15.5 27.2598 15.5527 27.3536 15.6464C27.4473 15.7402 27.5 15.8674 27.5 16Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+
12
+ if (type === "regular") {
13
+ return (
14
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
+ <path d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
22
+ <path d="M28.5 16C28.5 16.3978 28.342 16.7794 28.0607 17.0607C27.7794 17.342 27.3978 17.5 27 17.5H5C4.60218 17.5 4.22064 17.342 3.93934 17.0607C3.65804 16.7794 3.5 16.3978 3.5 16C3.5 15.6022 3.65804 15.2206 3.93934 14.9393C4.22064 14.658 4.60218 14.5 5 14.5H27C27.3978 14.5 27.7794 14.658 28.0607 14.9393C28.342 15.2206 28.5 15.6022 28.5 16Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
29
+ <path d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM23 17H9C8.73478 17 8.48043 16.8946 8.29289 16.7071C8.10536 16.5196 8 16.2652 8 16C8 15.7348 8.10536 15.4804 8.29289 15.2929C8.48043 15.1054 8.73478 15 9 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
36
+ <path opacity="0.2" d="M27 6V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z" fill="currentColor"/>
37
+ <path d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+
42
+ return (
43
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
44
+ <path d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.75H5C4.80109 16.75 4.61032 16.671 4.46967 16.5303C4.32902 16.3897 4.25 16.1989 4.25 16C4.25 15.8011 4.32902 15.6103 4.46967 15.4697C4.61032 15.329 4.80109 15.25 5 15.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16Z" fill="currentColor"/>
45
+ </svg>
46
+ );
47
+ };
48
+
49
+ export default Minus;