@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,74 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ClockCounterClockwise = ({type}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ width="32"
9
+ height="32"
10
+ viewBox="0 0 32 32"
11
+ fill="none"
12
+ >
13
+ <path
14
+ d="M16.5 10V15.7175L21.2575 18.5713C21.3712 18.6396 21.4531 18.7502 21.4853 18.8789C21.5174 19.0076 21.497 19.1438 21.4287 19.2575C21.3605 19.3712 21.2498 19.4532 21.1211 19.4853C20.9924 19.5174 20.8562 19.4971 20.7425 19.4288L15.7425 16.4288C15.6685 16.3843 15.6073 16.3215 15.5648 16.2463C15.5223 16.1712 15.5 16.0863 15.5 16V10C15.5 9.86742 15.5527 9.74024 15.6464 9.64647C15.7402 9.55271 15.8674 9.50003 16 9.50003C16.1326 9.50003 16.2598 9.55271 16.3536 9.64647C16.4473 9.74024 16.5 9.86742 16.5 10ZM16 4.50003C14.4884 4.49667 12.9912 4.79324 11.595 5.37257C10.1988 5.9519 8.93141 6.80247 7.86625 7.87503C6.63125 9.12503 5.5825 10.3088 4.5 11.6075V8.00003C4.5 7.86742 4.44732 7.74024 4.35355 7.64647C4.25979 7.55271 4.13261 7.50003 4 7.50003C3.86739 7.50003 3.74021 7.55271 3.64645 7.64647C3.55268 7.74024 3.5 7.86742 3.5 8.00003V13C3.5 13.1326 3.55268 13.2598 3.64645 13.3536C3.74021 13.4474 3.86739 13.5 4 13.5H9C9.13261 13.5 9.25979 13.4474 9.35355 13.3536C9.44732 13.2598 9.5 13.1326 9.5 13C9.5 12.8674 9.44732 12.7402 9.35355 12.6465C9.25979 12.5527 9.13261 12.5 9 12.5H5.05875C6.20125 11.125 7.2875 9.87503 8.575 8.57503C10.0342 7.11569 11.8912 6.11873 13.9138 5.70871C15.9364 5.2987 18.035 5.49382 19.9473 6.26968C21.8597 7.04554 23.501 8.36775 24.6662 10.0711C25.8314 11.7744 26.4688 13.7834 26.4988 15.8469C26.5287 17.9104 25.9499 19.9371 24.8347 21.6735C23.7195 23.41 22.1173 24.7793 20.2282 25.6104C18.3392 26.4415 16.2472 26.6974 14.2135 26.3463C12.1799 25.9952 10.2948 25.0526 8.79375 23.6363C8.69728 23.5451 8.56854 23.496 8.43586 23.4998C8.30318 23.5035 8.17742 23.5598 8.08625 23.6563C7.99508 23.7528 7.94597 23.8815 7.94972 24.0142C7.95347 24.1469 8.00978 24.2726 8.10625 24.3638C9.47141 25.6521 11.1312 26.5866 12.9406 27.0859C14.7501 27.5851 16.6542 27.6338 18.4869 27.2277C20.3195 26.8217 22.0249 25.9732 23.4541 24.7564C24.8833 23.5396 25.993 21.9914 26.6862 20.247C27.3794 18.5026 27.6351 16.6151 27.4309 14.7492C27.2267 12.8832 26.5689 11.0956 25.5149 9.54245C24.4609 7.98926 23.0427 6.71769 21.3841 5.83873C19.7256 4.95978 17.8771 4.50017 16 4.50003Z"
15
+ fill="currentColor"
16
+ />
17
+ </svg>
18
+ );
19
+ }
20
+ if (type === "regular") {
21
+ return (
22
+ <svg
23
+ xmlns="http://www.w3.org/2000/svg"
24
+ width="32"
25
+ height="32"
26
+ viewBox="0 0 32 32"
27
+ fill="none"
28
+ >
29
+ <path
30
+ d="M17 10V15.4338L21.515 18.1425C21.7424 18.2791 21.9063 18.5005 21.9705 18.7579C22.0347 19.0152 21.9941 19.2876 21.8575 19.515C21.7209 19.7425 21.4996 19.9063 21.2422 19.9705C20.9848 20.0348 20.7124 19.9941 20.485 19.8575L15.485 16.8575C15.337 16.7686 15.2146 16.6429 15.1296 16.4927C15.0446 16.3424 14.9999 16.1727 15 16V10C15 9.73482 15.1054 9.48047 15.2929 9.29293C15.4804 9.10539 15.7348 9.00004 16 9.00004C16.2652 9.00004 16.5196 9.10539 16.7071 9.29293C16.8946 9.48047 17 9.73482 17 10ZM16 4.00004C14.4225 3.99611 12.8599 4.30508 11.4026 4.90907C9.94527 5.51306 8.62222 6.40008 7.51 7.51879C6.60125 8.43879 5.79375 9.32379 5 10.25V8.00004C5 7.73482 4.89464 7.48047 4.70711 7.29293C4.51957 7.10539 4.26522 7.00004 4 7.00004C3.73478 7.00004 3.48043 7.10539 3.29289 7.29293C3.10536 7.48047 3 7.73482 3 8.00004V13C3 13.2653 3.10536 13.5196 3.29289 13.7071C3.48043 13.8947 3.73478 14 4 14H9C9.26522 14 9.51957 13.8947 9.70711 13.7071C9.89464 13.5196 10 13.2653 10 13C10 12.7348 9.89464 12.4805 9.70711 12.2929C9.51957 12.1054 9.26522 12 9 12H6.125C7.01875 10.9475 7.90875 9.95629 8.92375 8.92879C10.3136 7.53898 12.0821 6.58955 14.0085 6.19913C15.9348 5.80872 17.9335 5.99463 19.7547 6.73364C21.576 7.47266 23.1391 8.73199 24.2487 10.3543C25.3584 11.9766 25.9653 13.8899 25.9938 15.8552C26.0222 17.8205 25.4708 19.7506 24.4086 21.4043C23.3464 23.0581 21.8203 24.3621 20.0212 25.1535C18.2221 25.9448 16.2296 26.1885 14.2928 25.854C12.356 25.5194 10.5607 24.6216 9.13125 23.2725C9.03571 23.1823 8.92333 23.1117 8.80052 23.0648C8.6777 23.018 8.54686 22.9958 8.41547 22.9995C8.28407 23.0032 8.15469 23.0328 8.03472 23.0865C7.91475 23.1402 7.80653 23.217 7.71625 23.3125C7.62597 23.4081 7.55538 23.5205 7.50853 23.6433C7.46168 23.7661 7.43948 23.8969 7.44319 24.0283C7.44691 24.1597 7.47647 24.2891 7.53018 24.4091C7.5839 24.529 7.66071 24.6373 7.75625 24.7275C9.18056 26.0716 10.9122 27.0467 12.8 27.5677C14.6878 28.0886 16.6744 28.1396 18.5865 27.7162C20.4986 27.2929 22.278 26.4079 23.7694 25.1387C25.2608 23.8695 26.4189 22.2545 27.1427 20.4348C27.8664 18.6151 28.1338 16.6459 27.9215 14.699C27.7091 12.7522 27.0236 10.8869 25.9246 9.26595C24.8256 7.64501 23.3466 6.31766 21.6166 5.39977C19.8867 4.48187 17.9584 4.00131 16 4.00004Z"
31
+ fill="currentColor"
32
+ />
33
+ </svg>
34
+ );
35
+ }
36
+ if (type === "bold") {
37
+ return (
38
+ <svg
39
+ xmlns="http://www.w3.org/2000/svg"
40
+ width="32"
41
+ height="32"
42
+ viewBox="0 0 32 32"
43
+ fill="none"
44
+ >
45
+ <path
46
+ d="M17.5 10V15.1513L21.7713 17.7138C21.944 17.8132 22.0952 17.9459 22.216 18.1044C22.3368 18.2628 22.4249 18.4438 22.475 18.6366C22.5251 18.8295 22.5363 19.0304 22.5079 19.2276C22.4796 19.4249 22.4122 19.6145 22.3097 19.7854C22.2072 19.9563 22.0717 20.105 21.9111 20.223C21.7505 20.3409 21.568 20.4257 21.3743 20.4723C21.1806 20.519 20.9795 20.5265 20.7828 20.4946C20.5861 20.4626 20.3978 20.3918 20.2288 20.2863L15.2288 17.2863C15.0065 17.1531 14.8226 16.9646 14.6949 16.7392C14.5672 16.5138 14.5001 16.2591 14.5 16V10C14.5 9.60222 14.658 9.22069 14.9393 8.93938C15.2206 8.65808 15.6022 8.50004 16 8.50004C16.3978 8.50004 16.7794 8.65808 17.0607 8.93938C17.342 9.22069 17.5 9.60222 17.5 10ZM16 3.50004C14.3564 3.49581 12.7282 3.81779 11.2099 4.44734C9.69165 5.07689 8.31338 6.00148 7.155 7.16754C6.56875 7.76004 6.03 8.33879 5.5 8.91754V8.00004C5.5 7.60222 5.34197 7.22069 5.06066 6.93938C4.77936 6.65808 4.39783 6.50004 4 6.50004C3.60218 6.50004 3.22064 6.65808 2.93934 6.93938C2.65804 7.22069 2.5 7.60222 2.5 8.00004V13C2.5 13.3979 2.65804 13.7794 2.93934 14.0607C3.22064 14.342 3.60218 14.5 4 14.5H9C9.39783 14.5 9.77936 14.342 10.0607 14.0607C10.342 13.7794 10.5 13.3979 10.5 13C10.5 12.6022 10.342 12.2207 10.0607 11.9394C9.77936 11.6581 9.39783 11.5 9 11.5H7.22125C7.875 10.75 8.54625 10.0275 9.2825 9.28254C10.6027 7.96196 12.2828 7.05973 14.1129 6.68861C15.9429 6.31748 17.8418 6.49391 19.5721 7.19586C21.3025 7.8978 22.7876 9.09412 23.8419 10.6353C24.8962 12.1765 25.4729 13.9943 25.5 15.8614C25.5271 17.7285 25.0033 19.5622 23.9941 21.1333C22.9849 22.7044 21.5351 23.9433 19.8258 24.6951C18.1165 25.4469 16.2236 25.6783 14.3835 25.3604C12.5435 25.0425 10.8379 24.1893 9.48 22.9075C9.19058 22.6344 8.8045 22.4874 8.40669 22.4988C8.00888 22.5103 7.63192 22.6794 7.35875 22.9688C7.08558 23.2582 6.93856 23.6443 6.95005 24.0421C6.96154 24.4399 7.13058 24.8169 7.42 25.09C8.90378 26.4906 10.7079 27.5067 12.6747 28.0495C14.6416 28.5924 16.7115 28.6455 18.7036 28.2042C20.6957 27.763 22.5495 26.8408 24.1032 25.5181C25.6568 24.1955 26.8631 22.5126 27.6166 20.6164C28.3702 18.7203 28.6481 16.6685 28.4261 14.6402C28.2042 12.6119 27.489 10.6688 26.3432 8.98047C25.1974 7.29217 23.6557 5.91003 21.8528 4.95473C20.0498 3.99942 18.0404 3.49999 16 3.50004Z"
47
+ fill="currentColor"
48
+ />
49
+ </svg>
50
+ );
51
+ }
52
+ if (type === "fill") {
53
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
54
+ <path d="M28 16C28.0001 18.3439 27.3137 20.6364 26.0257 22.5946C24.7377 24.5529 22.9044 26.091 20.7522 27.0192C18.6 27.9474 16.2231 28.225 13.9149 27.8178C11.6067 27.4105 9.46835 26.3362 7.76375 24.7275C7.66821 24.6372 7.5914 24.529 7.53768 24.4091C7.48397 24.2891 7.45441 24.1597 7.45069 24.0283C7.44698 23.8969 7.46918 23.7661 7.51603 23.6433C7.56288 23.5204 7.63347 23.4081 7.72375 23.3125C7.90609 23.1196 8.1576 23.007 8.42297 22.9995C8.55436 22.9958 8.6852 23.018 8.80802 23.0648C8.93083 23.1117 9.04321 23.1822 9.13875 23.2725C10.5684 24.6213 12.3639 25.5189 14.3007 25.853C16.2376 26.1872 18.23 25.9432 20.029 25.1515C21.828 24.3598 23.3538 23.0555 24.4158 21.4016C25.4777 19.7477 26.0287 17.8175 25.9999 15.8523C25.9712 13.887 25.3639 11.9738 24.254 10.3516C23.1441 8.72953 21.5807 7.47046 19.7593 6.73177C17.9379 5.99307 15.9392 5.80751 14.013 6.19825C12.0867 6.589 10.3183 7.53873 8.92875 8.92878C8.4875 9.37503 8.0725 9.81378 7.66875 10.25L9.7075 12.2925C9.84751 12.4324 9.94288 12.6106 9.98153 12.8047C10.0202 12.9988 10.0004 13.2 9.92462 13.3828C9.84887 13.5656 9.72058 13.7219 9.55598 13.8317C9.39139 13.9416 9.1979 14.0002 9 14H4C3.73478 14 3.48043 13.8947 3.29289 13.7071C3.10536 13.5196 3 13.2652 3 13V8.00003C2.99984 7.80213 3.05841 7.60864 3.16828 7.44404C3.27815 7.27945 3.43439 7.15116 3.61721 7.0754C3.80003 6.99965 4.00122 6.97985 4.19531 7.0185C4.38939 7.05715 4.56764 7.15251 4.7075 7.29253L6.25 8.83752C6.6525 8.40127 7.0675 7.96253 7.5075 7.51878C9.18511 5.83831 11.3236 4.69333 13.6522 4.22875C15.9808 3.76417 18.3949 4.00089 20.589 4.90893C22.783 5.81698 24.6583 7.35554 25.9775 9.32986C27.2968 11.3042 28.0006 13.6255 28 16ZM16 9.00003C15.7348 9.00003 15.4804 9.10538 15.2929 9.29292C15.1054 9.48045 15 9.73481 15 10V16C14.9999 16.1727 15.0446 16.3424 15.1296 16.4926C15.2146 16.6429 15.337 16.7686 15.485 16.8575L20.485 19.8575C20.5976 19.9252 20.7224 19.9699 20.8524 19.9893C20.9823 20.0087 21.1147 20.0023 21.2422 19.9705C21.3696 19.9387 21.4896 19.8821 21.5951 19.804C21.7007 19.7258 21.7899 19.6276 21.8575 19.515C21.9251 19.4024 21.9699 19.2776 21.9893 19.1477C22.0087 19.0178 22.0023 18.8853 21.9705 18.7578C21.9387 18.6304 21.8821 18.5105 21.8039 18.4049C21.7258 18.2993 21.6276 18.2102 21.515 18.1425L17 15.4338V10C17 9.73481 16.8946 9.48045 16.7071 9.29292C16.5196 9.10538 16.2652 9.00003 16 9.00003Z" fill="currentColor"/>
55
+ </svg>
56
+ }
57
+ if (type === 'duotone') {
58
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
59
+ <path opacity="0.2"
60
+ d="M27 16C27 18.1756 26.3549 20.3023 25.1462 22.1113C23.9375 23.9202 22.2195 25.3301 20.2095 26.1627C18.1995 26.9952 15.9878 27.2131 13.854 26.7886C11.7202 26.3642 9.76021 25.3166 8.22183 23.7782C6.68345 22.2398 5.6358 20.2798 5.21137 18.146C4.78693 16.0122 5.00477 13.8005 5.83733 11.7905C6.66989 9.7805 8.07979 8.06253 9.88873 6.85383C11.6977 5.64514 13.8244 5 16 5C18.9174 5 21.7153 6.15893 23.7782 8.22183C25.8411 10.2847 27 13.0826 27 16Z"
61
+ fill="currentColor" />
62
+ <path
63
+ d="M17 10V15.4338L21.515 18.1425C21.7424 18.2791 21.9063 18.5005 21.9705 18.7579C22.0347 19.0152 21.9941 19.2876 21.8575 19.515C21.7209 19.7425 21.4996 19.9063 21.2422 19.9705C20.9848 20.0348 20.7124 19.9941 20.485 19.8575L15.485 16.8575C15.337 16.7686 15.2146 16.6429 15.1296 16.4927C15.0446 16.3424 14.9999 16.1727 15 16V10C15 9.73482 15.1054 9.48047 15.2929 9.29293C15.4804 9.10539 15.7348 9.00004 16 9.00004C16.2652 9.00004 16.5196 9.10539 16.7071 9.29293C16.8946 9.48047 17 9.73482 17 10ZM16 4.00004C14.4225 3.99611 12.8599 4.30508 11.4026 4.90907C9.94527 5.51306 8.62222 6.40008 7.51 7.51879C6.60125 8.43879 5.79375 9.32379 5 10.25V8.00004C5 7.73482 4.89464 7.48047 4.70711 7.29293C4.51957 7.10539 4.26522 7.00004 4 7.00004C3.73478 7.00004 3.48043 7.10539 3.29289 7.29293C3.10536 7.48047 3 7.73482 3 8.00004V13C3 13.2653 3.10536 13.5196 3.29289 13.7071C3.48043 13.8947 3.73478 14 4 14H9C9.26522 14 9.51957 13.8947 9.70711 13.7071C9.89464 13.5196 10 13.2653 10 13C10 12.7348 9.89464 12.4805 9.70711 12.2929C9.51957 12.1054 9.26522 12 9 12H6.125C7.01875 10.9475 7.90875 9.95629 8.92375 8.92879C10.3136 7.53898 12.0821 6.58955 14.0085 6.19913C15.9348 5.80872 17.9335 5.99463 19.7547 6.73364C21.576 7.47266 23.1391 8.73199 24.2487 10.3543C25.3584 11.9766 25.9653 13.8899 25.9938 15.8552C26.0222 17.8205 25.4708 19.7506 24.4086 21.4043C23.3464 23.0581 21.8203 24.3621 20.0212 25.1535C18.2221 25.9448 16.2296 26.1885 14.2928 25.854C12.356 25.5194 10.5607 24.6216 9.13125 23.2725C9.03571 23.1823 8.92333 23.1117 8.80052 23.0648C8.6777 23.018 8.54686 22.9958 8.41547 22.9995C8.28407 23.0032 8.15469 23.0328 8.03472 23.0865C7.91475 23.1402 7.80653 23.217 7.71625 23.3125C7.62597 23.4081 7.55538 23.5205 7.50853 23.6433C7.46168 23.7661 7.43948 23.8969 7.44319 24.0283C7.44691 24.1597 7.47647 24.2891 7.53018 24.4091C7.5839 24.529 7.66071 24.6373 7.75625 24.7275C9.18056 26.0716 10.9122 27.0467 12.8 27.5677C14.6878 28.0886 16.6744 28.1396 18.5865 27.7162C20.4986 27.2929 22.278 26.4079 23.7694 25.1387C25.2608 23.8695 26.4189 22.2545 27.1427 20.4348C27.8664 18.6151 28.1338 16.6459 27.9215 14.699C27.7091 12.7522 27.0236 10.8869 25.9246 9.26595C24.8256 7.64501 23.3466 6.31766 21.6166 5.39977C19.8867 4.48187 17.9584 4.00131 16 4.00004Z"
64
+ fill="currentColor" />
65
+ </svg>
66
+ }
67
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
68
+ <path
69
+ d="M16.75 10V15.575L21.3862 18.3563C21.557 18.4587 21.68 18.6248 21.7283 18.818C21.7766 19.0111 21.7462 19.2156 21.6437 19.3863C21.5413 19.557 21.3752 19.6801 21.1821 19.7284C20.9889 19.7766 20.7845 19.7462 20.6138 19.6438L15.6138 16.6438C15.5027 16.5771 15.4108 16.4827 15.347 16.3699C15.2833 16.257 15.2499 16.1296 15.25 16V10C15.25 9.80113 15.329 9.61036 15.4697 9.46971C15.6103 9.32906 15.8011 9.25004 16 9.25004C16.1989 9.25004 16.3897 9.32906 16.5303 9.46971C16.671 9.61036 16.75 9.80113 16.75 10ZM16 4.25004C14.4557 4.24603 12.9259 4.54845 11.4992 5.13979C10.0726 5.73114 8.7774 6.59965 7.68875 7.69504C6.61625 8.78004 5.68875 9.82004 4.75 10.92V8.00004C4.75 7.80113 4.67098 7.61036 4.53033 7.46971C4.38968 7.32906 4.19891 7.25004 4 7.25004C3.80109 7.25004 3.61032 7.32906 3.46967 7.46971C3.32902 7.61036 3.25 7.80113 3.25 8.00004V13C3.25 13.199 3.32902 13.3897 3.46967 13.5304C3.61032 13.671 3.80109 13.75 4 13.75H9C9.19891 13.75 9.38968 13.671 9.53033 13.5304C9.67098 13.3897 9.75 13.199 9.75 13C9.75 12.8011 9.67098 12.6104 9.53033 12.4697C9.38968 12.3291 9.19891 12.25 9 12.25H5.59125C6.6075 11.0363 7.59875 9.91879 8.75 8.75004C10.1746 7.32552 11.9874 6.35241 13.9619 5.95227C15.9364 5.55214 17.985 5.74274 19.8518 6.50026C21.7185 7.25778 23.3207 8.54862 24.458 10.2115C25.5954 11.8744 26.2175 13.8355 26.2466 15.8499C26.2757 17.8644 25.7105 19.8427 24.6217 21.5377C23.5329 23.2328 21.9687 24.5694 20.1246 25.3805C18.2805 26.1917 16.2383 26.4414 14.253 26.0985C12.2678 25.7556 10.4277 24.8353 8.9625 23.4525C8.89141 23.3825 8.80704 23.3273 8.71435 23.2902C8.62166 23.2532 8.5225 23.235 8.42269 23.2368C8.32289 23.2386 8.22444 23.2602 8.13312 23.3006C8.0418 23.3409 7.95945 23.399 7.89089 23.4716C7.82233 23.5441 7.76894 23.6296 7.73386 23.7231C7.69877 23.8165 7.6827 23.9161 7.68657 24.0158C7.69045 24.1155 7.7142 24.2135 7.75643 24.304C7.79866 24.3944 7.85852 24.4755 7.9325 24.5425C9.327 25.8595 11.0227 26.8151 12.8716 27.3259C14.7204 27.8366 16.6662 27.8869 18.539 27.4725C20.4118 27.058 22.1547 26.1914 23.6154 24.9483C25.0762 23.7052 26.2104 22.1233 26.919 20.3409C27.6276 18.5585 27.8891 16.6297 27.6806 14.723C27.4721 12.8162 26.8 10.9895 25.723 9.40232C24.646 7.81514 23.1968 6.51577 21.5019 5.61765C19.8071 4.71954 17.9181 4.25 16 4.25004Z"
70
+ fill="currentColor" />
71
+ </svg>
72
+ };
73
+
74
+ export default ClockCounterClockwise;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Hourglass = ({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.5 9.455V5C24.5 4.60218 24.342 4.22064 24.0607 3.93934C23.7794 3.65804 23.3978 3.5 23 3.5H9C8.60218 3.5 8.22064 3.65804 7.93934 3.93934C7.65804 4.22064 7.5 4.60218 7.5 5V9.5C7.5 9.73287 7.55422 9.96254 7.65836 10.1708C7.7625 10.3791 7.91371 10.5603 8.1 10.7L15.1663 16L8.1 21.3C7.91371 21.4397 7.7625 21.6209 7.65836 21.8292C7.55422 22.0375 7.5 22.2671 7.5 22.5V27C7.5 27.3978 7.65804 27.7794 7.93934 28.0607C8.22064 28.342 8.60218 28.5 9 28.5H23C23.3978 28.5 23.7794 28.342 24.0607 28.0607C24.342 27.7794 24.5 27.3978 24.5 27V22.545C24.4995 22.3133 24.4456 22.0848 24.3424 21.8773C24.2392 21.6698 24.0895 21.4889 23.905 21.3487L16.8288 16L23.905 10.6512C24.0895 10.5111 24.2392 10.3302 24.3424 10.1227C24.4456 9.91522 24.4995 9.68673 24.5 9.455ZM23.5 22.545V27C23.5 27.1326 23.4473 27.2598 23.3536 27.3536C23.2598 27.4473 23.1326 27.5 23 27.5H9C8.86739 27.5 8.74021 27.4473 8.64645 27.3536C8.55268 27.2598 8.5 27.1326 8.5 27V22.5C8.5 22.4224 8.51807 22.3458 8.55279 22.2764C8.5875 22.207 8.6379 22.1466 8.7 22.1L16 16.625L23.3025 22.145C23.3641 22.1918 23.4141 22.2523 23.4483 22.3218C23.4826 22.3912 23.5003 22.4676 23.5 22.545ZM23.5 9.455C23.5 9.53231 23.482 9.60855 23.4475 9.67774C23.413 9.74692 23.363 9.80717 23.3013 9.85375L16 15.375L8.7 9.9C8.6379 9.85343 8.5875 9.79303 8.55279 9.72361C8.51807 9.65418 8.5 9.57762 8.5 9.5V5C8.5 4.86739 8.55268 4.74021 8.64645 4.64645C8.74021 4.55268 8.86739 4.5 9 4.5H23C23.1326 4.5 23.2598 4.55268 23.3536 4.64645C23.4473 4.74021 23.5 4.86739 23.5 5V9.455Z" 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="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455ZM23 27H9V22.5L16 17.25L23 22.5438V27ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" 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.5 9.455V5C25.5 4.33696 25.2366 3.70107 24.7678 3.23223C24.2989 2.76339 23.663 2.5 23 2.5H9C8.33696 2.5 7.70107 2.76339 7.23223 3.23223C6.76339 3.70107 6.5 4.33696 6.5 5V9.5C6.50096 9.88794 6.59175 10.2704 6.76524 10.6174C6.93874 10.9644 7.19023 11.2665 7.5 11.5L13.5 16L7.5 20.5C7.19023 20.7335 6.93874 21.0356 6.76524 21.3826C6.59175 21.7296 6.50096 22.1121 6.5 22.5V27C6.5 27.663 6.76339 28.2989 7.23223 28.7678C7.70107 29.2366 8.33696 29.5 9 29.5H23C23.663 29.5 24.2989 29.2366 24.7678 28.7678C25.2366 28.2989 25.5 27.663 25.5 27V22.545C25.4996 22.1577 25.4099 21.7758 25.2377 21.4289C25.0656 21.082 24.8157 20.7795 24.5075 20.545L18.4875 16L24.5075 11.45C24.815 11.216 25.0645 10.9143 25.2366 10.5683C25.4087 10.2224 25.4989 9.84142 25.5 9.455ZM22.5 26.5H9.5V22.75L16 17.875L22.5 22.7913V26.5ZM22.5 9.20625L16 14.125L9.5 9.25V5.5H22.5V9.20625Z" 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="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00092 9.81046 7.07374 10.1165 7.21275 10.3941C7.35177 10.6717 7.5532 10.9133 7.80125 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C25 22.2356 24.9282 21.9303 24.7903 21.6534C24.6523 21.3764 24.452 21.1352 24.205 20.9487L17.6575 16L24.205 11.0513C24.4516 10.8645 24.6517 10.6232 24.7896 10.3463C24.9275 10.0694 24.9995 9.76435 25 9.455Z" 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="M23.6025 10.25L16 16L8.4 10.3C8.2758 10.2069 8.175 10.0861 8.10557 9.94721C8.03614 9.80836 8 9.65525 8 9.5V5C8 4.73478 8.10536 4.48043 8.29289 4.29289C8.48043 4.10536 8.73478 4 9 4H23C23.2652 4 23.5196 4.10536 23.7071 4.29289C23.8946 4.48043 24 4.73478 24 5V9.455C23.9995 9.60919 23.9634 9.76118 23.8944 9.89909C23.8255 10.037 23.7256 10.1571 23.6025 10.25ZM8 22.5V27C8 27.2652 8.10536 27.5196 8.29289 27.7071C8.48043 27.8946 8.73478 28 9 28H23C23.2652 28 23.5196 27.8946 23.7071 27.7071C23.8946 27.5196 24 27.2652 24 27V22.545C23.9999 22.3904 23.964 22.2379 23.895 22.0995C23.826 21.9612 23.7259 21.8407 23.6025 21.7475L16 16L8.4 21.7C8.2758 21.7931 8.175 21.9139 8.10557 22.0528C8.03614 22.1916 8 22.3448 8 22.5Z" fill="currentColor"/>
36
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM23 27H9V22.5L16 17.25L23 22.5438V27ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" 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.75 9.455V5C24.75 4.53587 24.5656 4.09075 24.2374 3.76256C23.9092 3.43437 23.4641 3.25 23 3.25H9C8.53587 3.25 8.09075 3.43437 7.76256 3.76256C7.43437 4.09075 7.25 4.53587 7.25 5V9.5C7.25058 9.77158 7.31409 10.0393 7.43554 10.2822C7.55699 10.5251 7.73309 10.7366 7.95 10.9L14.75 16L7.95 21.1C7.73309 21.2634 7.55699 21.4749 7.43554 21.7178C7.31409 21.9607 7.25058 22.2284 7.25 22.5V27C7.25 27.4641 7.43437 27.9092 7.76256 28.2374C8.09075 28.5656 8.53587 28.75 9 28.75H23C23.4641 28.75 23.9092 28.5656 24.2374 28.2374C24.5656 27.9092 24.75 27.4641 24.75 27V22.545C24.7492 22.2745 24.6861 22.0078 24.5656 21.7657C24.4451 21.5235 24.2703 21.3124 24.055 21.1488L17.25 16L24.0613 10.8512C24.2754 10.6869 24.449 10.4755 24.5684 10.2334C24.6878 9.99131 24.75 9.72497 24.75 9.455ZM23.25 22.545V27C23.25 27.0663 23.2237 27.1299 23.1768 27.1768C23.1299 27.2237 23.0663 27.25 23 27.25H9C8.9337 27.25 8.87011 27.2237 8.82322 27.1768C8.77634 27.1299 8.75 27.0663 8.75 27V22.5C8.75 22.4612 8.75904 22.4229 8.77639 22.3882C8.79375 22.3535 8.81895 22.3233 8.85 22.3L16 16.9387L23.1525 22.345C23.1831 22.3685 23.2078 22.3989 23.2247 22.4336C23.2416 22.4683 23.2503 22.5064 23.25 22.545ZM23.25 9.455C23.2501 9.49371 23.2413 9.53192 23.2242 9.56662C23.207 9.60133 23.1821 9.63158 23.1513 9.655L16 15.0612L8.85 9.7C8.81895 9.67671 8.79375 9.64652 8.77639 9.6118C8.75904 9.57709 8.75 9.53881 8.75 9.5V5C8.75 4.9337 8.77634 4.87011 8.82322 4.82322C8.87011 4.77634 8.9337 4.75 9 4.75H23C23.0663 4.75 23.1299 4.77634 23.1768 4.82322C23.2237 4.87011 23.25 4.9337 23.25 5V9.455Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Hourglass;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const HourglassHigh = ({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="M23 3.5H9C8.60218 3.5 8.22064 3.65804 7.93934 3.93934C7.65804 4.22064 7.5 4.60218 7.5 5V9.5C7.5 9.73287 7.55422 9.96254 7.65836 10.1708C7.7625 10.3791 7.91371 10.5603 8.1 10.7L15.1663 16L8.1 21.3C7.91371 21.4397 7.7625 21.6209 7.65836 21.8292C7.55422 22.0375 7.5 22.2671 7.5 22.5V27C7.5 27.3978 7.65804 27.7794 7.93934 28.0607C8.22064 28.342 8.60218 28.5 9 28.5H23C23.3978 28.5 23.7794 28.342 24.0607 28.0607C24.342 27.7794 24.5 27.3978 24.5 27V22.545C24.4995 22.3133 24.4456 22.0848 24.3424 21.8773C24.2392 21.6698 24.0895 21.4889 23.905 21.3487L16.8288 16L23.905 10.6512C24.0895 10.5111 24.2392 10.3302 24.3424 10.1227C24.4456 9.91522 24.4995 9.68673 24.5 9.455V5C24.5 4.60218 24.342 4.22064 24.0607 3.93934C23.7794 3.65804 23.3978 3.5 23 3.5ZM9 4.5H23C23.1326 4.5 23.2598 4.55268 23.3536 4.64645C23.4473 4.74021 23.5 4.86739 23.5 5V7.5H8.5V5C8.5 4.86739 8.55268 4.74021 8.64645 4.64645C8.74021 4.55268 8.86739 4.5 9 4.5ZM23.5 22.545V27C23.5 27.1326 23.4473 27.2598 23.3536 27.3536C23.2598 27.4473 23.1326 27.5 23 27.5H9C8.86739 27.5 8.74021 27.4473 8.64645 27.3536C8.55268 27.2598 8.5 27.1326 8.5 27V22.5C8.5 22.4224 8.51807 22.3458 8.55279 22.2764C8.5875 22.207 8.6379 22.1466 8.7 22.1L16 16.625L23.3025 22.145C23.3641 22.1918 23.4141 22.2523 23.4483 22.3218C23.4826 22.3912 23.5003 22.4676 23.5 22.545ZM23.3013 9.85375L16 15.375L8.7 9.9C8.6379 9.85343 8.5875 9.79303 8.55279 9.72361C8.51807 9.65418 8.5 9.57762 8.5 9.5V8.5H23.5V9.455C23.5 9.53231 23.482 9.60855 23.4475 9.67774C23.413 9.74692 23.363 9.80717 23.3013 9.85375Z" 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="M23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3ZM23 5V7H9V5H23ZM23 27H9V22.5L16 17.25L23 22.5438V27ZM16 14.75L9 9.5V9H23V9.455L16 14.75Z" 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="M23 2.5H9C8.33696 2.5 7.70107 2.76339 7.23223 3.23223C6.76339 3.70107 6.5 4.33696 6.5 5V9.5C6.50096 9.88794 6.59175 10.2704 6.76524 10.6174C6.93874 10.9644 7.19023 11.2665 7.5 11.5L13.5 16L7.5 20.5C7.19023 20.7335 6.93874 21.0356 6.76524 21.3826C6.59175 21.7296 6.50096 22.1121 6.5 22.5V27C6.5 27.663 6.76339 28.2989 7.23223 28.7678C7.70107 29.2366 8.33696 29.5 9 29.5H23C23.663 29.5 24.2989 29.2366 24.7678 28.7678C25.2366 28.2989 25.5 27.663 25.5 27V22.545C25.4996 22.1577 25.4099 21.7758 25.2377 21.4289C25.0656 21.082 24.8157 20.7795 24.5075 20.545L18.4875 16L24.5075 11.45C24.8157 11.2155 25.0656 10.913 25.2377 10.5661C25.4099 10.2192 25.4996 9.83726 25.5 9.45V5C25.5 4.33696 25.2366 3.70107 24.7678 3.23223C24.2989 2.76339 23.663 2.5 23 2.5ZM22.5 5.5V7.5H9.5V5.5H22.5ZM16 14.125L11.1663 10.5H20.7913L16 14.125ZM22.5 26.5H9.5V22.75L16 17.875L22.5 22.7913V26.5Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM23 5V8H9V5H23ZM23 27H9V22.5L16 17.25L23 22.5438V27Z" 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="M24 8V9.455C23.9995 9.60919 23.9634 9.76118 23.8944 9.89909C23.8255 10.037 23.7256 10.1571 23.6025 10.25L16 16L8.4 10.3C8.2758 10.2069 8.175 10.0861 8.10557 9.94721C8.03614 9.80836 8 9.65525 8 9.5V8H24Z" fill="currentColor"/>
36
+ <path d="M23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3ZM23 5V7H9V5H23ZM23 27H9V22.5L16 17.25L23 22.5438V27ZM16 14.75L9 9.5V9H23V9.455L16 14.75Z" 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="M23 3.25H9C8.53587 3.25 8.09075 3.43437 7.76256 3.76256C7.43437 4.09075 7.25 4.53587 7.25 5V9.5C7.25058 9.77158 7.31409 10.0393 7.43554 10.2822C7.55699 10.5251 7.73309 10.7366 7.95 10.9L14.75 16L7.95 21.1C7.73309 21.2634 7.55699 21.4749 7.43554 21.7178C7.31409 21.9607 7.25058 22.2284 7.25 22.5V27C7.25 27.4641 7.43437 27.9092 7.76256 28.2374C8.09075 28.5656 8.53587 28.75 9 28.75H23C23.4641 28.75 23.9092 28.5656 24.2374 28.2374C24.5656 27.9092 24.75 27.4641 24.75 27V22.545C24.7492 22.2745 24.6861 22.0078 24.5656 21.7657C24.4451 21.5235 24.2703 21.3124 24.055 21.1488L17.25 16L24.0613 10.8512C24.2754 10.6869 24.449 10.4755 24.5684 10.2334C24.6878 9.99131 24.75 9.72497 24.75 9.455V5C24.75 4.53587 24.5656 4.09075 24.2374 3.76256C23.9092 3.43437 23.4641 3.25 23 3.25ZM9 4.75H23C23.0663 4.75 23.1299 4.77634 23.1768 4.82322C23.2237 4.87011 23.25 4.9337 23.25 5V7.25H8.75V5C8.75 4.9337 8.77634 4.87011 8.82322 4.82322C8.87011 4.77634 8.9337 4.75 9 4.75ZM23.25 22.545V27C23.25 27.0663 23.2237 27.1299 23.1768 27.1768C23.1299 27.2237 23.0663 27.25 23 27.25H9C8.9337 27.25 8.87011 27.2237 8.82322 27.1768C8.77634 27.1299 8.75 27.0663 8.75 27V22.5C8.75 22.4612 8.75904 22.4229 8.77639 22.3882C8.79375 22.3535 8.81895 22.3233 8.85 22.3L16 16.9387L23.1525 22.345C23.1831 22.3685 23.2078 22.3989 23.2247 22.4336C23.2416 22.4683 23.2503 22.5064 23.25 22.545ZM23.1513 9.655L16 15.0612L8.85 9.7C8.81895 9.67671 8.79375 9.64652 8.77639 9.6118C8.75904 9.57709 8.75 9.53881 8.75 9.5V8.75H23.25V9.455C23.2501 9.49371 23.2413 9.53192 23.2242 9.56662C23.207 9.60133 23.1821 9.63158 23.1513 9.655Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default HourglassHigh;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const HourglassLow = ({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.5 9.455V5C24.5 4.60218 24.342 4.22064 24.0607 3.93934C23.7794 3.65804 23.3978 3.5 23 3.5H9C8.60218 3.5 8.22064 3.65804 7.93934 3.93934C7.65804 4.22064 7.5 4.60218 7.5 5V9.5C7.5 9.73287 7.55422 9.96254 7.65836 10.1708C7.7625 10.3791 7.91371 10.5603 8.1 10.7L15.1663 16L8.1 21.3C7.91371 21.4397 7.7625 21.6209 7.65836 21.8292C7.55422 22.0375 7.5 22.2671 7.5 22.5V27C7.5 27.3978 7.65804 27.7794 7.93934 28.0607C8.22064 28.342 8.60218 28.5 9 28.5H23C23.3978 28.5 23.7794 28.342 24.0607 28.0607C24.342 27.7794 24.5 27.3978 24.5 27V22.545C24.4995 22.3133 24.4456 22.0848 24.3424 21.8773C24.2392 21.6698 24.0895 21.4889 23.905 21.3487L16.8288 16L23.905 10.6512C24.0895 10.5111 24.2392 10.3302 24.3424 10.1227C24.4456 9.91522 24.4995 9.68673 24.5 9.455ZM23 27.5H9C8.86739 27.5 8.74021 27.4473 8.64645 27.3536C8.55268 27.2598 8.5 27.1326 8.5 27V23.5H23.5V27C23.5 27.1326 23.4473 27.2598 23.3536 27.3536C23.2598 27.4473 23.1326 27.5 23 27.5ZM23.5 22.5H8.5C8.5 22.4224 8.51807 22.3458 8.55279 22.2764C8.5875 22.207 8.6379 22.1466 8.7 22.1L16 16.625L23.3025 22.145C23.3584 22.1871 23.4049 22.2404 23.4389 22.3015C23.4729 22.3627 23.4938 22.4303 23.5 22.5ZM23.5 9.455C23.5 9.53231 23.482 9.60855 23.4475 9.67774C23.413 9.74692 23.363 9.80717 23.3013 9.85375L16 15.375L8.7 9.9C8.6379 9.85343 8.5875 9.79303 8.55279 9.72361C8.51807 9.65418 8.5 9.57762 8.5 9.5V5C8.5 4.86739 8.55268 4.74021 8.64645 4.64645C8.74021 4.55268 8.86739 4.5 9 4.5H23C23.1326 4.5 23.2598 4.55268 23.3536 4.64645C23.4473 4.74021 23.5 4.86739 23.5 5V9.455Z" 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="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9992 22.236 24.9272 21.9314 24.7895 21.6548C24.6518 21.3781 24.4522 21.137 24.2062 20.95L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455ZM22.2787 22H9.66625L16 17.25L22.2787 22ZM9 27V24H23V27H9ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" 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.5 9.455V5C25.5 4.33696 25.2366 3.70107 24.7678 3.23223C24.2989 2.76339 23.663 2.5 23 2.5H9C8.33696 2.5 7.70107 2.76339 7.23223 3.23223C6.76339 3.70107 6.5 4.33696 6.5 5V9.5C6.50096 9.88794 6.59175 10.2704 6.76524 10.6174C6.93874 10.9644 7.19023 11.2665 7.5 11.5L13.5 16L7.5 20.5C7.19023 20.7335 6.93874 21.0356 6.76524 21.3826C6.59175 21.7296 6.50096 22.1121 6.5 22.5V27C6.5 27.663 6.76339 28.2989 7.23223 28.7678C7.70107 29.2366 8.33696 29.5 9 29.5H23C23.663 29.5 24.2989 29.2366 24.7678 28.7678C25.2366 28.2989 25.5 27.663 25.5 27V22.545C25.4996 22.1577 25.4099 21.7758 25.2377 21.4289C25.0656 21.082 24.8157 20.7795 24.5075 20.545L18.4875 16L24.5075 11.45C24.815 11.216 25.0645 10.9143 25.2366 10.5683C25.4087 10.2224 25.4989 9.84142 25.5 9.455ZM20.7887 21.5H11.1637L16 17.875L20.7887 21.5ZM9.5 26.5V24.5H22.5V26.5H9.5ZM22.5 9.20625L16 14.125L9.5 9.25V5.5H22.5V9.20625Z" 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="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9992 22.236 24.9272 21.9314 24.7895 21.6548C24.6518 21.3781 24.4522 21.137 24.2062 20.95L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM22.2787 22H9.66625L16 17.25L22.2787 22ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" 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="M24 23V27C24 27.2652 23.8946 27.5196 23.7071 27.7071C23.5196 27.8946 23.2652 28 23 28H9C8.73478 28 8.48043 27.8946 8.29289 27.7071C8.10536 27.5196 8 27.2652 8 27V23H24Z" fill="currentColor"/>
36
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9992 22.236 24.9272 21.9314 24.7895 21.6548C24.6518 21.3781 24.4522 21.137 24.2062 20.95L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM22.2787 22H9.66625L16 17.25L22.2787 22ZM9 27V24H23V27H9ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" 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.75 9.455V5C24.75 4.53587 24.5656 4.09075 24.2374 3.76256C23.9092 3.43437 23.4641 3.25 23 3.25H9C8.53587 3.25 8.09075 3.43437 7.76256 3.76256C7.43437 4.09075 7.25 4.53587 7.25 5V9.5C7.25058 9.77158 7.31409 10.0393 7.43554 10.2822C7.55699 10.5251 7.73309 10.7366 7.95 10.9L14.75 16L7.95 21.1C7.73309 21.2634 7.55699 21.4749 7.43554 21.7178C7.31409 21.9607 7.25058 22.2284 7.25 22.5V27C7.25 27.4641 7.43437 27.9092 7.76256 28.2374C8.09075 28.5656 8.53587 28.75 9 28.75H23C23.4641 28.75 23.9092 28.5656 24.2374 28.2374C24.5656 27.9092 24.75 27.4641 24.75 27V22.545C24.7492 22.2745 24.6861 22.0078 24.5656 21.7657C24.4451 21.5235 24.2703 21.3124 24.055 21.1488L17.25 16L24.0613 10.8512C24.2754 10.6869 24.449 10.4755 24.5684 10.2334C24.6878 9.99131 24.75 9.72497 24.75 9.455ZM23.025 22.25H8.91625L16 16.9387L23.025 22.25ZM23 27.25H9C8.9337 27.25 8.87011 27.2237 8.82322 27.1768C8.77634 27.1299 8.75 27.0663 8.75 27V23.75H23.25V27C23.25 27.0663 23.2237 27.1299 23.1768 27.1768C23.1299 27.2237 23.0663 27.25 23 27.25ZM23.25 9.455C23.2501 9.49371 23.2413 9.53192 23.2242 9.56662C23.207 9.60133 23.1821 9.63158 23.1513 9.655L16 15.0612L8.85 9.7C8.81895 9.67671 8.79375 9.64652 8.77639 9.6118C8.75904 9.57709 8.75 9.53881 8.75 9.5V5C8.75 4.9337 8.77634 4.87011 8.82322 4.82322C8.87011 4.77634 8.9337 4.75 9 4.75H23C23.0663 4.75 23.1299 4.77634 23.1768 4.82322C23.2237 4.87011 23.25 4.9337 23.25 5V9.455Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default HourglassLow;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const HourglassLow = ({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="M23 3.5H9C8.60218 3.5 8.22064 3.65804 7.93934 3.93934C7.65804 4.22064 7.5 4.60218 7.5 5V9.5C7.5 9.73287 7.55422 9.96254 7.65836 10.1708C7.7625 10.3791 7.91371 10.5603 8.1 10.7L15.1663 16L8.1 21.3C7.91371 21.4397 7.7625 21.6209 7.65836 21.8292C7.55422 22.0375 7.5 22.2671 7.5 22.5V27C7.5 27.3978 7.65804 27.7794 7.93934 28.0607C8.22064 28.342 8.60218 28.5 9 28.5H23C23.3978 28.5 23.7794 28.342 24.0607 28.0607C24.342 27.7794 24.5 27.3978 24.5 27V22.545C24.4995 22.3133 24.4456 22.0848 24.3424 21.8773C24.2392 21.6698 24.0895 21.4889 23.905 21.3487L16.8288 16L23.905 10.6512C24.0895 10.5111 24.2392 10.3302 24.3424 10.1227C24.4456 9.91522 24.4995 9.68673 24.5 9.455V5C24.5 4.60218 24.342 4.22064 24.0607 3.93934C23.7794 3.65804 23.3978 3.5 23 3.5ZM9 4.5H23C23.1326 4.5 23.2598 4.55268 23.3536 4.64645C23.4473 4.74021 23.5 4.86739 23.5 5V7.5H8.5V5C8.5 4.86739 8.55268 4.74021 8.64645 4.64645C8.74021 4.55268 8.86739 4.5 9 4.5ZM23.5 22.545V27C23.5 27.1326 23.4473 27.2598 23.3536 27.3536C23.2598 27.4473 23.1326 27.5 23 27.5H9C8.86739 27.5 8.74021 27.4473 8.64645 27.3536C8.55268 27.2598 8.5 27.1326 8.5 27V22.5C8.5 22.4224 8.51807 22.3458 8.55279 22.2764C8.5875 22.207 8.6379 22.1466 8.7 22.1L16 16.625L23.3025 22.145C23.3641 22.1918 23.4141 22.2523 23.4483 22.3218C23.4826 22.3912 23.5003 22.4676 23.5 22.545ZM23.3013 9.85375L16 15.375L8.7 9.9C8.6379 9.85343 8.5875 9.79303 8.55279 9.72361C8.51807 9.65418 8.5 9.57762 8.5 9.5V8.5H23.5V9.455C23.5 9.53231 23.482 9.60855 23.4475 9.67774C23.413 9.74692 23.363 9.80717 23.3013 9.85375Z" 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="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9992 22.236 24.9272 21.9314 24.7895 21.6548C24.6518 21.3781 24.4522 21.137 24.2062 20.95L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455ZM22.2787 22H9.66625L16 17.25L22.2787 22ZM9 27V24H23V27H9ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" fill="#191919"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M25.5 9.455V5C25.5 4.33696 25.2366 3.70107 24.7678 3.23223C24.2989 2.76339 23.663 2.5 23 2.5H9C8.33696 2.5 7.70107 2.76339 7.23223 3.23223C6.76339 3.70107 6.5 4.33696 6.5 5V9.5C6.50096 9.88794 6.59175 10.2704 6.76524 10.6174C6.93874 10.9644 7.19023 11.2665 7.5 11.5L13.5 16L7.5 20.5C7.19023 20.7335 6.93874 21.0356 6.76524 21.3826C6.59175 21.7296 6.50096 22.1121 6.5 22.5V27C6.5 27.663 6.76339 28.2989 7.23223 28.7678C7.70107 29.2366 8.33696 29.5 9 29.5H23C23.663 29.5 24.2989 29.2366 24.7678 28.7678C25.2366 28.2989 25.5 27.663 25.5 27V22.545C25.4996 22.1577 25.4099 21.7758 25.2377 21.4289C25.0656 21.082 24.8157 20.7795 24.5075 20.545L18.4875 16L24.5075 11.45C24.815 11.216 25.0645 10.9143 25.2366 10.5683C25.4087 10.2224 25.4989 9.84142 25.5 9.455ZM20.7887 21.5H11.1637L16 17.875L20.7887 21.5ZM9.5 26.5V24.5H22.5V26.5H9.5ZM22.5 9.20625L16 14.125L9.5 9.25V5.5H22.5V9.20625Z" fill="#191919"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9992 22.236 24.9272 21.9314 24.7895 21.6548C24.6518 21.3781 24.4522 21.137 24.2062 20.95L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM22.2787 22H9.66625L16 17.25L22.2787 22ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" fill="#191919"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M24 23V27C24 27.2652 23.8946 27.5196 23.7071 27.7071C23.5196 27.8946 23.2652 28 23 28H9C8.73478 28 8.48043 27.8946 8.29289 27.7071C8.10536 27.5196 8 27.2652 8 27V23H24Z" fill="#191919"/>
36
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9992 22.236 24.9272 21.9314 24.7895 21.6548C24.6518 21.3781 24.4522 21.137 24.2062 20.95L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM22.2787 22H9.66625L16 17.25L22.2787 22ZM9 27V24H23V27H9ZM23 9.455L16 14.75L9 9.5V5H23V9.455Z" fill="#191919"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M24.75 9.455V5C24.75 4.53587 24.5656 4.09075 24.2374 3.76256C23.9092 3.43437 23.4641 3.25 23 3.25H9C8.53587 3.25 8.09075 3.43437 7.76256 3.76256C7.43437 4.09075 7.25 4.53587 7.25 5V9.5C7.25058 9.77158 7.31409 10.0393 7.43554 10.2822C7.55699 10.5251 7.73309 10.7366 7.95 10.9L14.75 16L7.95 21.1C7.73309 21.2634 7.55699 21.4749 7.43554 21.7178C7.31409 21.9607 7.25058 22.2284 7.25 22.5V27C7.25 27.4641 7.43437 27.9092 7.76256 28.2374C8.09075 28.5656 8.53587 28.75 9 28.75H23C23.4641 28.75 23.9092 28.5656 24.2374 28.2374C24.5656 27.9092 24.75 27.4641 24.75 27V22.545C24.7492 22.2745 24.6861 22.0078 24.5656 21.7657C24.4451 21.5235 24.2703 21.3124 24.055 21.1488L17.25 16L24.0613 10.8512C24.2754 10.6869 24.449 10.4755 24.5684 10.2334C24.6878 9.99131 24.75 9.72497 24.75 9.455ZM23.025 22.25H8.91625L16 16.9387L23.025 22.25ZM23 27.25H9C8.9337 27.25 8.87011 27.2237 8.82322 27.1768C8.77634 27.1299 8.75 27.0663 8.75 27V23.75H23.25V27C23.25 27.0663 23.2237 27.1299 23.1768 27.1768C23.1299 27.2237 23.0663 27.25 23 27.25ZM23.25 9.455C23.2501 9.49371 23.2413 9.53192 23.2242 9.56662C23.207 9.60133 23.1821 9.63158 23.1513 9.655L16 15.0612L8.85 9.7C8.81895 9.67671 8.79375 9.64652 8.77639 9.6118C8.75904 9.57709 8.75 9.53881 8.75 9.5V5C8.75 4.9337 8.77634 4.87011 8.82322 4.82322C8.87011 4.77634 8.9337 4.75 9 4.75H23C23.0663 4.75 23.1299 4.77634 23.1768 4.82322C23.2237 4.87011 23.25 4.9337 23.25 5V9.455Z" fill="#191919"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default HourglassLow;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const HourglassMedium = ({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.5 9.455V5C24.5 4.60218 24.342 4.22064 24.0607 3.93934C23.7794 3.65804 23.3978 3.5 23 3.5H9C8.60218 3.5 8.22064 3.65804 7.93934 3.93934C7.65804 4.22064 7.5 4.60218 7.5 5V9.5C7.5 9.73287 7.55422 9.96254 7.65836 10.1708C7.7625 10.3791 7.91371 10.5603 8.1 10.7L15.1663 16L8.1 21.3C7.91371 21.4397 7.7625 21.6209 7.65836 21.8292C7.55422 22.0375 7.5 22.2671 7.5 22.5V27C7.5 27.3978 7.65804 27.7794 7.93934 28.0607C8.22064 28.342 8.60218 28.5 9 28.5H23C23.3978 28.5 23.7794 28.342 24.0607 28.0607C24.342 27.7794 24.5 27.3978 24.5 27V22.545C24.4995 22.3133 24.4456 22.0848 24.3424 21.8773C24.2392 21.6698 24.0895 21.4889 23.905 21.3487L16.8288 16L23.905 10.6512C24.0895 10.5111 24.2392 10.3302 24.3424 10.1227C24.4456 9.91522 24.4995 9.68673 24.5 9.455ZM16 15.375L10.8337 11.5H21.125L16 15.375ZM23.5 22.5462V27C23.5 27.1326 23.4473 27.2598 23.3536 27.3536C23.2598 27.4473 23.1326 27.5 23 27.5H9C8.86739 27.5 8.74021 27.4473 8.64645 27.3536C8.55268 27.2598 8.5 27.1326 8.5 27V22.5C8.5 22.4224 8.51807 22.3458 8.55279 22.2764C8.5875 22.207 8.6379 22.1466 8.7 22.1L15.5 17V21C15.5 21.1326 15.5527 21.2598 15.6464 21.3536C15.7402 21.4473 15.8674 21.5 16 21.5C16.1326 21.5 16.2598 21.4473 16.3536 21.3536C16.4473 21.2598 16.5 21.1326 16.5 21V17L23.3013 22.1413C23.3636 22.1883 23.4141 22.2494 23.4486 22.3195C23.4831 22.3896 23.5007 22.4669 23.5 22.545V22.5462ZM23.5 9.45625C23.5 9.53356 23.482 9.6098 23.4475 9.67899C23.413 9.74817 23.363 9.80842 23.3013 9.855L22.4475 10.5H9.5L8.7 9.9C8.6379 9.85343 8.5875 9.79303 8.55279 9.72361C8.51807 9.65418 8.5 9.57762 8.5 9.5V5C8.5 4.86739 8.55268 4.74021 8.64645 4.64645C8.74021 4.55268 8.86739 4.5 9 4.5H23C23.1326 4.5 23.2598 4.55268 23.3536 4.64645C23.4473 4.74021 23.5 4.86739 23.5 5V9.45625Z" 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="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.05C24.4525 10.8632 24.6522 10.6221 24.7899 10.3454C24.9276 10.0688 24.9995 9.76403 25 9.455ZM9 5H23V9.455L22.2787 10H9.66625L9 9.5V5ZM16 14.75L12.3337 12H19.6338L16 14.75ZM23 27H9V22.5L15 18V21C15 21.2652 15.1054 21.5196 15.2929 21.7071C15.4804 21.8946 15.7348 22 16 22C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V18.01L23 22.545V27Z" 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.5 9.455V5C25.5 4.33696 25.2366 3.70107 24.7678 3.23223C24.2989 2.76339 23.663 2.5 23 2.5H9C8.33696 2.5 7.70107 2.76339 7.23223 3.23223C6.76339 3.70107 6.5 4.33696 6.5 5V9.5C6.50096 9.88794 6.59175 10.2704 6.76524 10.6174C6.93874 10.9644 7.19023 11.2665 7.5 11.5L13.5 16L7.5 20.5C7.19023 20.7335 6.93874 21.0356 6.76524 21.3826C6.59175 21.7296 6.50096 22.1121 6.5 22.5V27C6.5 27.663 6.76339 28.2989 7.23223 28.7678C7.70107 29.2366 8.33696 29.5 9 29.5H23C23.663 29.5 24.2989 29.2366 24.7678 28.7678C25.2366 28.2989 25.5 27.663 25.5 27V22.545C25.4996 22.1577 25.4099 21.7758 25.2377 21.4289C25.0656 21.082 24.8157 20.7795 24.5075 20.545L18.4875 16L24.5075 11.45C24.815 11.216 25.0645 10.9143 25.2366 10.5683C25.4087 10.2224 25.4989 9.84142 25.5 9.455ZM22.5 5.5V9H9.5V5.5H22.5ZM16 14.125L13.1663 12H18.8037L16 14.125ZM22.5 26.5H9.5V22.75L14.5 19V21C14.5 21.3978 14.658 21.7794 14.9393 22.0607C15.2206 22.342 15.6022 22.5 16 22.5C16.3978 22.5 16.7794 22.342 17.0607 22.0607C17.342 21.7794 17.5 21.3978 17.5 21V19.0138L22.5 22.7938V26.5Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM23 22.545V27H9V22.5L15 18V21C15 21.2652 15.1054 21.5196 15.2929 21.7071C15.4804 21.8946 15.7348 22 16 22C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V18.01L23 22.545ZM23 9.455L22.2787 10H9.66625L9 9.5V5H23V9.455Z" 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="M22.6152 11L16.0002 16L9.33398 11H22.6152Z" fill="currentColor"/>
36
+ <path d="M25 9.455V5C25 4.46957 24.7893 3.96086 24.4142 3.58579C24.0391 3.21071 23.5304 3 23 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9.5C7.00068 9.81037 7.07326 10.1164 7.21206 10.394C7.35087 10.6716 7.55211 10.9132 7.8 11.1L14.3337 16L7.8 20.9C7.55211 21.0868 7.35087 21.3284 7.21206 21.606C7.07326 21.8836 7.00068 22.1896 7 22.5V27C7 27.5304 7.21071 28.0391 7.58579 28.4142C7.96086 28.7893 8.46957 29 9 29H23C23.5304 29 24.0391 28.7893 24.4142 28.4142C24.7893 28.0391 25 27.5304 25 27V22.545C24.9993 22.2358 24.9273 21.931 24.7896 21.6541C24.652 21.3773 24.4523 21.1359 24.2062 20.9487L17.6588 16L24.2062 11.0513C24.4523 10.8641 24.652 10.6227 24.7896 10.3459C24.9273 10.069 24.9993 9.76418 25 9.455ZM9 5H23V9.455L22.2787 10H9.66625L9 9.5V5ZM16 14.75L12.3337 12H19.6338L16 14.75ZM23 27H9V22.5L15 18V21C15 21.2652 15.1054 21.5196 15.2929 21.7071C15.4804 21.8946 15.7348 22 16 22C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V18.01L23 22.545V27Z" 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.75 9.455V5C24.75 4.53587 24.5656 4.09075 24.2374 3.76256C23.9092 3.43437 23.4641 3.25 23 3.25H9C8.53587 3.25 8.09075 3.43437 7.76256 3.76256C7.43437 4.09075 7.25 4.53587 7.25 5V9.5C7.25058 9.77158 7.31409 10.0393 7.43554 10.2822C7.55699 10.5251 7.73309 10.7366 7.95 10.9L14.75 16L7.95 21.1C7.73309 21.2634 7.55699 21.4749 7.43554 21.7178C7.31409 21.9607 7.25058 22.2284 7.25 22.5V27C7.25 27.4641 7.43437 27.9092 7.76256 28.2374C8.09075 28.5656 8.53587 28.75 9 28.75H23C23.4641 28.75 23.9092 28.5656 24.2374 28.2374C24.5656 27.9092 24.75 27.4641 24.75 27V22.545C24.7492 22.2745 24.6861 22.0078 24.5656 21.7657C24.4451 21.5235 24.2703 21.3124 24.055 21.1488L17.25 16L24.0613 10.8512C24.2754 10.6869 24.449 10.4755 24.5684 10.2334C24.6878 9.99131 24.75 9.72497 24.75 9.455ZM8.75 5C8.75 4.9337 8.77634 4.87011 8.82322 4.82322C8.87011 4.77634 8.9337 4.75 9 4.75H23C23.0663 4.75 23.1299 4.77634 23.1768 4.82322C23.2237 4.87011 23.25 4.9337 23.25 5V9.455C23.2501 9.49371 23.2413 9.53192 23.2242 9.56662C23.207 9.60133 23.1821 9.63158 23.1513 9.655L22.3625 10.25H9.58375L8.85 9.7C8.81895 9.67671 8.79375 9.64652 8.77639 9.6118C8.75904 9.57709 8.75 9.53881 8.75 9.5V5ZM16 15.0612L11.5837 11.75H20.375L16 15.0612ZM23.25 22.545V27C23.25 27.0663 23.2237 27.1299 23.1768 27.1768C23.1299 27.2237 23.0663 27.25 23 27.25H9C8.9337 27.25 8.87011 27.2237 8.82322 27.1768C8.77634 27.1299 8.75 27.0663 8.75 27V22.5C8.75 22.4612 8.75904 22.4229 8.77639 22.3882C8.79375 22.3535 8.81895 22.3233 8.85 22.3L15.25 17.5V21C15.25 21.1989 15.329 21.3897 15.4697 21.5303C15.6103 21.671 15.8011 21.75 16 21.75C16.1989 21.75 16.3897 21.671 16.5303 21.5303C16.671 21.3897 16.75 21.1989 16.75 21V17.5075L23.1513 22.345C23.1821 22.3684 23.207 22.3987 23.2242 22.4334C23.2413 22.4681 23.2501 22.5063 23.25 22.545Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default HourglassMedium;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const HourglassSimple = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M16.7217 16L26.0567 7.06125C26.2665 6.85169 26.4095 6.58466 26.4676 6.29388C26.5257 6.0031 26.4963 5.70163 26.3831 5.42755C26.27 5.15346 26.0781 4.91907 25.8318 4.75398C25.5855 4.58889 25.2958 4.50051 24.9992 4.5H6.99923C6.70238 4.49977 6.41215 4.58761 6.16526 4.75242C5.91836 4.91723 5.72592 5.15158 5.61229 5.42582C5.49867 5.70005 5.46896 6.00183 5.52693 6.29296C5.58491 6.58409 5.72796 6.85147 5.93798 7.06125L5.94673 7.06875L15.2767 16L5.95048 24.9312L5.94173 24.9387C5.73194 25.1483 5.58896 25.4153 5.53087 25.7061C5.47277 25.9969 5.50216 26.2984 5.61533 26.5725C5.72849 26.8465 5.92035 27.0809 6.16667 27.246C6.41298 27.4111 6.7027 27.4995 6.99923 27.5H24.9992C25.2969 27.5 25.5878 27.4114 25.835 27.2456C26.0821 27.0798 26.2744 26.8441 26.3872 26.5687C26.5001 26.2933 26.5284 25.9905 26.4687 25.6989C26.4089 25.4073 26.2638 25.1401 26.0517 24.9312L16.7217 16ZM6.54048 5.80875C6.57712 5.71718 6.64047 5.63876 6.72229 5.5837C6.80411 5.52863 6.90061 5.49947 6.99923 5.5H24.9992C25.0973 5.49989 25.1932 5.52863 25.2751 5.58263C25.3569 5.63663 25.4211 5.7135 25.4596 5.8037C25.4981 5.89389 25.5093 5.99341 25.4916 6.08988C25.474 6.18635 25.4284 6.2755 25.3605 6.34625L15.9992 15.3075L6.64548 6.35C6.57569 6.28073 6.52836 6.19207 6.50963 6.09554C6.49091 5.99902 6.50165 5.89909 6.54048 5.80875ZM25.458 26.1912C25.4213 26.2828 25.358 26.3612 25.2762 26.4163C25.1944 26.4714 25.0979 26.5005 24.9992 26.5H6.99923C6.90073 26.5001 6.80439 26.4711 6.72232 26.4166C6.64025 26.3621 6.57609 26.2846 6.53791 26.1938C6.49972 26.1031 6.4892 26.003 6.50767 25.9062C6.52614 25.8095 6.57278 25.7203 6.64173 25.65L15.9992 16.6925L25.3492 25.6462C25.4203 25.7155 25.4687 25.8046 25.4881 25.9019C25.5075 25.9992 25.497 26.1 25.458 26.1912Z" 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="M26.3973 24.57L17.446 16L26.3973 7.43C26.4024 7.42427 26.4078 7.41885 26.4135 7.41375C26.693 7.13405 26.8834 6.77777 26.9605 6.38993C27.0376 6.00209 26.998 5.6001 26.8467 5.23476C26.6954 4.86942 26.4392 4.55713 26.1104 4.33736C25.7817 4.11758 25.3952 4.00018 24.9998 4H6.99978C6.60446 4.00043 6.21813 4.11801 5.88959 4.33788C5.56106 4.55775 5.30505 4.87005 5.1539 5.23533C5.00276 5.60062 4.96326 6.00251 5.04039 6.39023C5.11753 6.77796 5.30784 7.13412 5.58728 7.41375L5.60228 7.43L14.5535 16L5.60228 24.57L5.58728 24.5863C5.30784 24.8659 5.11753 25.222 5.04039 25.6098C4.96326 25.9975 5.00276 26.3994 5.1539 26.7647C5.30505 27.13 5.56106 27.4423 5.88959 27.6621C6.21813 27.882 6.60446 27.9996 6.99978 28H24.9998C25.3953 28.0001 25.782 27.8828 26.1109 27.6632C26.4398 27.4435 26.6962 27.1312 26.8477 26.7658C26.9991 26.4004 27.0388 25.9983 26.9618 25.6104C26.8847 25.2224 26.6944 24.866 26.4148 24.5863C26.4086 24.5812 26.4028 24.5758 26.3973 24.57ZM24.9998 6L15.9998 14.615L6.99978 6H24.9998ZM6.99978 26L15.9998 17.385L24.9998 26H6.99978Z" 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="M26.7502 24.21L18.1689 16L26.7502 7.79L26.7727 7.7675C27.1225 7.41757 27.3606 6.97171 27.4569 6.48636C27.5531 6.00101 27.5032 5.49801 27.3134 5.04106C27.1236 4.5841 26.8025 4.19374 26.3907 3.91941C25.9789 3.64508 25.495 3.49912 25.0002 3.5H7.00017C6.5059 3.50036 6.02283 3.64721 5.612 3.92202C5.20116 4.19683 4.88101 4.58725 4.69199 5.04394C4.50297 5.50064 4.45356 6.00312 4.55002 6.48789C4.64648 6.97266 4.88447 7.41795 5.23392 7.7675L5.25642 7.79L13.8314 16L5.25642 24.21L5.23392 24.2325C4.88447 24.5821 4.64648 25.0274 4.55002 25.5121C4.45356 25.9969 4.50297 26.4994 4.69199 26.9561C4.88101 27.4128 5.20116 27.8032 5.612 28.078C6.02283 28.3528 6.5059 28.4997 7.00017 28.5H25.0002C25.4946 28.4999 25.9778 28.3532 26.3888 28.0785C26.7998 27.8038 27.1202 27.4134 27.3094 26.9566C27.4985 26.4999 27.5481 25.9973 27.4516 25.5124C27.3552 25.0275 27.1172 24.5821 26.7677 24.2325L26.7502 24.21ZM23.7502 6.5L16.0002 13.9238L8.25017 6.5H23.7502ZM8.25017 25.5L16.0002 18.0763L23.7502 25.5H8.25017Z" 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="M26.4141 24.5863C26.6936 24.866 26.8839 25.2222 26.961 25.6101C27.0381 25.9979 26.9985 26.3999 26.8472 26.7652C26.6959 27.1306 26.4397 27.4429 26.111 27.6626C25.7823 27.8824 25.3958 27.9998 25.0003 28H7.00032C6.60479 28.0001 6.21812 27.8828 5.8892 27.6632C5.56028 27.4435 5.30388 27.1312 5.15243 26.7658C5.00098 26.4004 4.96126 25.9983 5.03832 25.6104C5.11537 25.2224 5.30573 24.866 5.58532 24.5863C5.59105 24.5812 5.59648 24.5757 5.60157 24.57L14.5541 16L5.60282 7.43C5.59773 7.42427 5.5923 7.41885 5.58657 7.41375C5.30706 7.13405 5.11672 6.77777 5.03963 6.38993C4.96254 6.00209 5.00214 5.6001 5.15344 5.23476C5.30474 4.86942 5.56094 4.55713 5.88967 4.33736C6.2184 4.11758 6.6049 4.00018 7.00032 4H25.0003C25.3959 3.99994 25.7825 4.11715 26.1115 4.33683C26.4404 4.55652 26.6968 4.86879 26.8482 5.23418C26.9997 5.59957 27.0394 6.00166 26.9623 6.38962C26.8853 6.77758 26.6949 7.13397 26.4153 7.41375C26.4096 7.41885 26.4042 7.42427 26.3991 7.43L17.4466 16L26.3978 24.57C26.4029 24.5757 26.4083 24.5812 26.4141 24.5863Z" 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="M25.7052 6.7075L16.0002 16L6.29524 6.7075C6.15538 6.5678 6.06006 6.38977 6.02133 6.19592C5.9826 6.00207 6.0022 5.80108 6.07764 5.61836C6.15308 5.43564 6.28099 5.27938 6.4452 5.16932C6.60941 5.05926 6.80256 5.00034 7.00024 5H25.0002C25.1979 5.00034 25.3911 5.05926 25.5553 5.16932C25.7195 5.27938 25.8474 5.43564 25.9228 5.61836C25.9983 5.80108 26.0179 6.00207 25.9792 6.19592C25.9404 6.38977 25.8451 6.5678 25.7052 6.7075ZM16.0002 16L6.29524 25.2925C6.15538 25.4322 6.06006 25.6102 6.02133 25.8041C5.9826 25.9979 6.0022 26.1989 6.07764 26.3816C6.15308 26.5644 6.28099 26.7206 6.4452 26.8307C6.60941 26.9407 6.80256 26.9997 7.00024 27H25.0002C25.1981 27.0002 25.3916 26.9416 25.5562 26.8317C25.7208 26.7218 25.8491 26.5656 25.9249 26.3828C26.0006 26.2 26.0204 25.9988 25.9818 25.8047C25.9431 25.6106 25.8478 25.4324 25.7077 25.2925L16.0002 16Z" fill="currentColor"/>
36
+ <path d="M26.3966 24.57L17.4453 16L26.3966 7.43C26.4017 7.42427 26.4071 7.41885 26.4128 7.41375C26.6923 7.13405 26.8827 6.77777 26.9598 6.38993C27.0369 6.00209 26.9973 5.6001 26.846 5.23476C26.6947 4.86942 26.4385 4.55713 26.1097 4.33736C25.781 4.11758 25.3945 4.00018 24.9991 4H6.99907C6.60365 4.00018 6.21715 4.11758 5.88842 4.33736C5.55969 4.55713 5.30349 4.86942 5.15219 5.23476C5.00089 5.6001 4.96129 6.00209 5.03838 6.38993C5.11547 6.77777 5.30581 7.13405 5.58532 7.41375C5.59105 7.41885 5.59648 7.42427 5.60157 7.43L14.5528 16L5.60157 24.57C5.59648 24.5757 5.59105 24.5812 5.58532 24.5863C5.30581 24.866 5.11547 25.2222 5.03838 25.6101C4.96129 25.9979 5.00089 26.3999 5.15219 26.7652C5.30349 27.1306 5.55969 27.4429 5.88842 27.6626C6.21715 27.8824 6.60365 27.9998 6.99907 28H24.9991C25.3946 28.0001 25.7813 27.8828 26.1102 27.6632C26.4391 27.4435 26.6955 27.1312 26.847 26.7658C26.9984 26.4004 27.0381 25.9983 26.9611 25.6104C26.884 25.2224 26.6937 24.866 26.4141 24.5863C26.4079 24.5812 26.4021 24.5758 26.3966 24.57ZM24.9991 6L15.9991 14.615L6.99907 6H24.9991ZM6.99907 26L15.9991 17.385L24.9991 26H6.99907Z" 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="M26.2251 24.75L17.0851 16L26.2251 7.25L26.2364 7.23875C26.4815 6.99415 26.6485 6.68232 26.7164 6.34274C26.7842 6.00316 26.7497 5.6511 26.6174 5.3311C26.485 5.01111 26.2607 4.73758 25.9728 4.54513C25.6849 4.35269 25.3464 4.24997 25.0001 4.25H7.00013C6.65399 4.24998 6.31562 4.3526 6.02781 4.54489C5.74001 4.73718 5.51568 5.0105 5.38322 5.33029C5.25076 5.65007 5.2161 6.00196 5.28363 6.34144C5.35117 6.68093 5.51786 6.99276 5.76263 7.2375L5.77388 7.24875L14.9139 15.9987L5.77513 24.75L5.76388 24.7612C5.51876 25.0059 5.35171 25.3177 5.28389 25.6573C5.21607 25.9968 5.25052 26.3489 5.38288 26.6689C5.51524 26.9889 5.73956 27.2624 6.02745 27.4549C6.31533 27.6473 6.65384 27.75 7.00013 27.75H25.0001C25.3463 27.75 25.6846 27.6474 25.9724 27.4551C26.2603 27.2628 26.4846 26.9895 26.617 26.6697C26.7495 26.3499 26.7842 25.998 26.7166 25.6586C26.6491 25.3191 26.4824 25.0072 26.2376 24.7625L26.2251 24.75ZM6.77013 5.90375C6.78776 5.85741 6.81937 5.81772 6.86059 5.79017C6.9018 5.76261 6.95057 5.74858 7.00013 5.75H25.0001C25.0491 5.74994 25.097 5.76426 25.1379 5.79118C25.1788 5.8181 25.2109 5.85644 25.2302 5.90144C25.2495 5.94643 25.2551 5.99611 25.2465 6.04429C25.2378 6.09248 25.2152 6.13706 25.1814 6.1725L16.0001 14.9613L6.82013 6.1725C6.78528 6.13821 6.7618 6.09405 6.75286 6.04599C6.74392 5.99793 6.74994 5.94828 6.77013 5.90375ZM25.2301 26.0963C25.2125 26.1426 25.1809 26.1823 25.1397 26.2098C25.0985 26.2374 25.0497 26.2514 25.0001 26.25H7.00013C6.95117 26.2501 6.90327 26.2357 6.86237 26.2088C6.82147 26.1819 6.78938 26.1436 6.77008 26.0986C6.75078 26.0536 6.74511 26.0039 6.75379 25.9557C6.76246 25.9075 6.78509 25.8629 6.81888 25.8275L16.0001 17.0387L25.1801 25.8275C25.215 25.8618 25.2385 25.9059 25.2474 25.954C25.2563 26.0021 25.2503 26.0517 25.2301 26.0963Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default HourglassSimple;
@@ -0,0 +1,35 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Campfire = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <path d="M27.4764 28.1513C27.4443 28.2524 27.3809 28.3407 27.2952 28.4034C27.2096 28.4661 27.1063 28.5 27.0002 28.5C26.9488 28.5001 26.8978 28.4921 26.8489 28.4763L16.0002 25.025L5.15141 28.4763C5.10255 28.4921 5.05151 28.5001 5.00016 28.5C4.881 28.4998 4.76583 28.457 4.67543 28.3794C4.58502 28.3017 4.52532 28.1943 4.50707 28.0766C4.48883 27.9588 4.51324 27.8384 4.57592 27.7371C4.63859 27.6357 4.73541 27.5601 4.84891 27.5238L14.3489 24.5L4.84891 21.4763C4.78425 21.4582 4.72388 21.4273 4.67141 21.3854C4.61894 21.3435 4.57545 21.2915 4.54353 21.2324C4.51161 21.1734 4.49191 21.1085 4.48561 21.0416C4.4793 20.9748 4.48653 20.9074 4.50685 20.8434C4.52718 20.7794 4.56018 20.7201 4.60389 20.6692C4.64761 20.6182 4.70114 20.5766 4.76129 20.5467C4.82145 20.5169 4.88699 20.4995 4.95402 20.4956C5.02104 20.4916 5.08818 20.5012 5.15141 20.5238L16.0002 23.975L26.8489 20.5238C26.9122 20.5012 26.9793 20.4916 27.0463 20.4956C27.1133 20.4995 27.1789 20.5169 27.239 20.5467C27.2992 20.5766 27.3527 20.6182 27.3964 20.6692C27.4401 20.7201 27.4732 20.7794 27.4935 20.8434C27.5138 20.9074 27.521 20.9748 27.5147 21.0416C27.5084 21.1085 27.4887 21.1734 27.4568 21.2324C27.4249 21.2915 27.3814 21.3435 27.3289 21.3854C27.2764 21.4273 27.2161 21.4582 27.1514 21.4763L17.6514 24.5L27.1514 27.5238C27.2777 27.564 27.3828 27.6526 27.4438 27.7703C27.5047 27.8879 27.5164 28.025 27.4764 28.1513ZM9.00016 13.5C9.00016 11.125 10.1727 8.64378 12.3902 6.34128C13.3965 5.29385 14.5197 4.36529 15.7377 3.57378C15.8166 3.5251 15.9075 3.49933 16.0002 3.49933C16.0929 3.49933 16.1838 3.5251 16.2627 3.57378C17.4806 4.36529 18.6038 5.29385 19.6102 6.34128C21.8277 8.64378 23.0002 11.125 23.0002 13.5C23.0008 15.3258 22.288 17.0795 21.014 18.3872C19.7399 19.6949 18.0053 20.4531 16.1802 20.5C16.1202 20.5 16.0552 20.5 16.0002 20.5C15.9452 20.5 15.8752 20.5 15.8202 20.5C13.995 20.4531 12.2604 19.6949 10.9864 18.3872C9.7123 17.0795 8.99956 15.3258 9.00016 13.5ZM16.0002 19.5C16.6632 19.5 17.2991 19.2366 17.7679 18.7678C18.2368 18.299 18.5002 17.6631 18.5002 17C18.5002 14.8263 16.7039 13.1838 16.0002 12.625C15.2964 13.185 13.5002 14.8275 13.5002 17C13.5002 17.6631 13.7636 18.299 14.2324 18.7678C14.7012 19.2366 15.3371 19.5 16.0002 19.5ZM10.0002 13.5C10.0005 14.5352 10.2686 15.5527 10.7786 16.4536C11.2885 17.3545 12.0228 18.1082 12.9102 18.6413C12.6405 18.1363 12.4997 17.5725 12.5002 17C12.5002 13.77 15.5914 11.6713 15.7227 11.5838C15.8048 11.529 15.9014 11.4997 16.0002 11.4997C16.0989 11.4997 16.1955 11.529 16.2777 11.5838C16.4089 11.6713 19.5002 13.77 19.5002 17C19.5006 17.5725 19.3598 18.1363 19.0902 18.6413C19.9775 18.1082 20.7119 17.3545 21.2218 16.4536C21.7317 15.5527 21.9998 14.5352 22.0002 13.5C22.0002 8.95378 17.1889 5.40503 16.0002 4.59878C14.8127 5.40628 10.0002 8.96003 10.0002 13.5Z" fill="currentColor"/>
7
+ </svg>
8
+ }
9
+ if (type === "regular") {
10
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
11
+ <path d="M27.9525 28.3025C27.9127 28.4277 27.8486 28.5438 27.7639 28.6442C27.6793 28.7446 27.5756 28.8274 27.459 28.8878C27.3423 28.9481 27.2149 28.9849 27.084 28.996C26.9532 29.0071 26.8214 28.9924 26.6962 28.9525L16 25.5488L5.30371 28.9525C5.17854 28.9923 5.04676 29.0071 4.91589 28.996C4.78502 28.9849 4.65762 28.9481 4.54097 28.8877C4.42431 28.8273 4.32069 28.7446 4.23601 28.6442C4.15134 28.5438 4.08727 28.4277 4.04746 28.3025C4.00765 28.1774 3.99289 28.0456 4.00401 27.9147C4.01513 27.7838 4.05192 27.6564 4.11228 27.5398C4.17264 27.4231 4.25538 27.3195 4.35579 27.2348C4.45619 27.1502 4.57229 27.0861 4.69746 27.0463L12.6975 24.5L4.69746 21.9525C4.56884 21.9157 4.44891 21.8535 4.34478 21.7694C4.24065 21.6854 4.15444 21.5814 4.09124 21.4635C4.02805 21.3456 3.98916 21.2162 3.97688 21.0829C3.9646 20.9497 3.97917 20.8154 4.01975 20.6879C4.06032 20.5604 4.12606 20.4423 4.21308 20.3407C4.3001 20.2391 4.40662 20.156 4.52635 20.0963C4.64607 20.0365 4.77656 20.0015 4.91009 19.9931C5.04362 19.9847 5.17746 20.0032 5.30371 20.0475L16 23.45L26.6962 20.0475C26.8225 20.0032 26.9563 19.9847 27.0898 19.9931C27.2234 20.0015 27.3538 20.0365 27.4736 20.0963C27.5933 20.156 27.6998 20.2391 27.7868 20.3407C27.8739 20.4423 27.9396 20.5604 27.9802 20.6879C28.0207 20.8154 28.0353 20.9497 28.023 21.0829C28.0108 21.2162 27.9719 21.3456 27.9087 21.4635C27.8455 21.5814 27.7593 21.6854 27.6551 21.7694C27.551 21.8535 27.4311 21.9157 27.3025 21.9525L19.3025 24.5L27.3025 27.0463C27.4276 27.0861 27.5438 27.1501 27.6442 27.2348C27.7446 27.3195 27.8273 27.4231 27.8877 27.5397C27.9481 27.6564 27.9848 27.7838 27.996 27.9147C28.0071 28.0456 27.9923 28.1774 27.9525 28.3025ZM8.49996 13.5C8.49996 10.9875 9.72121 8.39127 12.03 6.00003C13.0659 4.92276 14.2222 3.96816 15.4762 3.15503C15.6337 3.05817 15.815 3.0069 16 3.0069C16.1849 3.0069 16.3662 3.05817 16.5237 3.15503C16.8087 3.32377 23.5 7.51003 23.5 13.5C23.5 15.4891 22.7098 17.3968 21.3033 18.8033C19.8967 20.2098 17.9891 21 16 21C14.0108 21 12.1032 20.2098 10.6967 18.8033C9.29014 17.3968 8.49996 15.4891 8.49996 13.5ZM16 19C16.5304 19 17.0391 18.7893 17.4142 18.4142C17.7892 18.0392 18 17.5305 18 17C18 15.3038 16.75 13.9425 16 13.2763C15.25 13.9425 14 15.3038 14 17C14 17.5305 14.2107 18.0392 14.5857 18.4142C14.9608 18.7893 15.4695 19 16 19ZM10.5 13.5C10.4995 14.9074 11.0407 16.2609 12.0112 17.28C12.0112 17.1875 12 17.0938 12 17C12 13.5 15.305 11.2613 15.445 11.1675C15.6093 11.0579 15.8024 10.9994 16 10.9994C16.1975 10.9994 16.3906 11.0579 16.555 11.1675C16.695 11.2613 20 13.5 20 17C20 17.0938 20 17.1875 19.9887 17.28C20.9592 16.2609 21.5004 14.9074 21.5 13.5C21.5 9.50002 17.4675 6.25003 16 5.20753C14.5337 6.25003 10.5 9.50002 10.5 13.5Z" fill="currentColor"/>
12
+ </svg>
13
+ }
14
+ if (type === "bold") {
15
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
16
+ <path d="M28.4289 28.4538C28.3326 28.7572 28.1423 29.0221 27.8854 29.2102C27.6286 29.3983 27.3185 29.4998 27.0002 29.5C26.8457 29.5002 26.6922 29.4762 26.5452 29.4288L16.0002 26.0738L5.45518 29.4288C5.30815 29.4761 5.15463 29.5001 5.00018 29.5C4.64188 29.5005 4.29523 29.3728 4.02296 29.1398C3.7507 28.9069 3.5708 28.5842 3.51582 28.2302C3.46083 27.8761 3.5344 27.5141 3.72321 27.2096C3.91202 26.9051 4.2036 26.6782 4.54518 26.57L11.0527 24.5L4.54518 22.4288C4.16608 22.3081 3.85045 22.0418 3.66772 21.6884C3.48499 21.335 3.45013 20.9235 3.5708 20.5444C3.69147 20.1653 3.9578 19.8497 4.31119 19.6669C4.66458 19.4842 5.07608 19.4493 5.45518 19.57L16.0002 22.925L26.5452 19.57C26.9243 19.4493 27.3358 19.4842 27.6892 19.6669C28.0426 19.8497 28.3089 20.1653 28.4296 20.5444C28.5502 20.9235 28.5154 21.335 28.3326 21.6884C28.1499 22.0418 27.8343 22.3081 27.4552 22.4288L20.9477 24.5L27.4552 26.57C27.834 26.6908 28.1494 26.9571 28.332 27.3103C28.5146 27.6636 28.5494 28.0748 28.4289 28.4538ZM8.00018 13.5C8.00018 7.23377 14.9189 2.90377 15.2139 2.72252C15.4504 2.57699 15.7225 2.49994 16.0002 2.49994C16.2778 2.49994 16.55 2.57699 16.7864 2.72252C17.0814 2.90377 24.0002 7.23377 24.0002 13.5C24.0002 15.6217 23.1573 17.6566 21.657 19.1569C20.1567 20.6572 18.1219 21.5 16.0002 21.5C13.8784 21.5 11.8436 20.6572 10.3433 19.1569C8.84303 17.6566 8.00018 15.6217 8.00018 13.5ZM16.0002 18.5C16.398 18.5 16.7795 18.342 17.0608 18.0607C17.3421 17.7794 17.5002 17.3978 17.5002 17C17.5002 15.7175 16.6702 14.625 16.0002 13.96C15.3302 14.6288 14.5002 15.7175 14.5002 17C14.5002 17.3978 14.6582 17.7794 14.9395 18.0607C15.2208 18.342 15.6024 18.5 16.0002 18.5ZM11.0002 13.5C10.9992 14.3329 11.2077 15.1526 11.6064 15.8838C12.1902 12.7738 15.0339 10.8413 15.1677 10.7513C15.4142 10.5868 15.7039 10.499 16.0002 10.499C16.2965 10.499 16.5862 10.5868 16.8327 10.7513C16.9664 10.8413 19.8102 12.7738 20.3939 15.8838C20.7926 15.1526 21.0011 14.3329 21.0002 13.5C21.0002 12.2075 20.5089 10.1575 18.1702 7.72752C17.4994 7.0358 16.7737 6.39955 16.0002 5.82502C14.4202 7.00002 11.0002 9.95877 11.0002 13.5Z" fill="currentColor"/>
17
+ </svg>
18
+ }
19
+ if (type === "fill") {
20
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
21
+ <path d="M16.5237 3.14874C16.3662 3.05189 16.1849 3.00061 16 3.00061C15.815 3.00061 15.6337 3.05189 15.4762 3.14874C14.2219 3.96382 13.0655 4.92053 12.03 5.99999C9.72121 8.39124 8.49996 10.9875 8.49996 13.5C8.49996 15.4891 9.29014 17.3968 10.6967 18.8033C12.1032 20.2098 14.0108 21 16 21C17.9891 21 19.8967 20.2098 21.3033 18.8033C22.7098 17.3968 23.5 15.4891 23.5 13.5C23.5 7.50999 16.8087 3.32374 16.5237 3.14874ZM16 19C15.2043 19 14.4412 18.6839 13.8786 18.1213C13.316 17.5587 13 16.7956 13 16C13 13 16 11 16 11C16 11 19 13 19 16C19 16.7956 18.6839 17.5587 18.1213 18.1213C17.5587 18.6839 16.7956 19 16 19ZM27.9525 28.3025C27.9127 28.4277 27.8486 28.5438 27.7639 28.6442C27.6793 28.7446 27.5756 28.8274 27.459 28.8877C27.3423 28.9481 27.2149 28.9849 27.084 28.996C26.9532 29.0071 26.8214 28.9923 26.6962 28.9525L16 25.5487L5.30371 28.9525C5.17854 28.9923 5.04676 29.0071 4.91589 28.9959C4.78502 28.9848 4.65762 28.948 4.54097 28.8877C4.42431 28.8273 4.32069 28.7446 4.23601 28.6442C4.15134 28.5438 4.08727 28.4277 4.04746 28.3025C4.00765 28.1773 3.99289 28.0455 4.00401 27.9147C4.01513 27.7838 4.05192 27.6564 4.11228 27.5397C4.17264 27.4231 4.25538 27.3195 4.35579 27.2348C4.45619 27.1501 4.57229 27.086 4.69746 27.0462L12.6975 24.5L4.69746 21.9525C4.56884 21.9157 4.44891 21.8534 4.34478 21.7694C4.24065 21.6854 4.15444 21.5814 4.09124 21.4634C4.02805 21.3455 3.98916 21.2161 3.97688 21.0829C3.9646 20.9497 3.97917 20.8153 4.01975 20.6878C4.06032 20.5604 4.12606 20.4423 4.21308 20.3407C4.3001 20.2391 4.40662 20.1559 4.52635 20.0962C4.64607 20.0365 4.77656 20.0014 4.91009 19.9931C5.04362 19.9847 5.17746 20.0032 5.30371 20.0475L16 23.45L26.6962 20.0475C26.8225 20.0032 26.9563 19.9847 27.0898 19.9931C27.2234 20.0014 27.3538 20.0365 27.4736 20.0962C27.5933 20.1559 27.6998 20.2391 27.7868 20.3407C27.8739 20.4423 27.9396 20.5604 27.9802 20.6878C28.0207 20.8153 28.0353 20.9497 28.023 21.0829C28.0108 21.2161 27.9719 21.3455 27.9087 21.4634C27.8455 21.5814 27.7593 21.6854 27.6551 21.7694C27.551 21.8534 27.4311 21.9157 27.3025 21.9525L19.3025 24.5L27.3025 27.0462C27.4276 27.086 27.5438 27.1501 27.6442 27.2348C27.7446 27.3194 27.8273 27.4231 27.8877 27.5397C27.9481 27.6564 27.9848 27.7838 27.996 27.9147C28.0071 28.0455 27.9923 28.1773 27.9525 28.3025Z" fill="currentColor"/>
22
+ </svg>
23
+ }
24
+ if (type === "duotone") {
25
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
26
+ <path opacity="0.2" d="M22.5 13.5C22.5 15.2239 21.8152 16.8772 20.5962 18.0962C19.3772 19.3152 17.7239 20 16 20C16.7956 20 17.5587 19.6839 18.1213 19.1213C18.6839 18.5587 19 17.7956 19 17C19 14 16 12 16 12C16 12 13 14 13 17C13 17.7956 13.3161 18.5587 13.8787 19.1213C14.4413 19.6839 15.2044 20 16 20C14.2761 20 12.6228 19.3152 11.4038 18.0962C10.1848 16.8772 9.5 15.2239 9.5 13.5C9.5 8 16 4 16 4C16 4 22.5 8 22.5 13.5Z" fill="currentColor"/>
27
+ <path d="M16 21C17.9884 20.9977 19.8947 20.2068 21.3007 18.8007C22.7067 17.3947 23.4976 15.4884 23.5 13.5C23.5 7.50999 16.8087 3.32374 16.5237 3.14874C16.3662 3.05189 16.1849 3.00061 16 3.00061C15.815 3.00061 15.6337 3.05189 15.4762 3.14874C14.2219 3.96382 13.0655 4.92053 12.03 5.99999C9.72121 8.39124 8.49996 10.9875 8.49996 13.5C8.50228 15.4884 9.2932 17.3947 10.6992 18.8007C12.1052 20.2068 14.0115 20.9977 16 21ZM14 17C14 15.3037 15.25 13.9425 16 13.2762C16.75 13.9425 18 15.3037 18 17C18 17.5304 17.7892 18.0391 17.4142 18.4142C17.0391 18.7893 16.5304 19 16 19C15.4695 19 14.9608 18.7893 14.5857 18.4142C14.2107 18.0391 14 17.5304 14 17ZM16 5.20749C17.4675 6.24999 21.5 9.49999 21.5 13.5C21.5004 14.9073 20.9592 16.2609 19.9887 17.28C19.995 17.1875 20 17.0937 20 17C20 13.5 16.695 11.2612 16.555 11.1675C16.3906 11.0578 16.1975 10.9993 16 10.9993C15.8024 10.9993 15.6093 11.0578 15.445 11.1675C15.305 11.2612 12 13.5 12 17C12 17.0937 12 17.1875 12.0112 17.28C11.0407 16.2609 10.4995 14.9073 10.5 13.5C10.5 9.49999 14.5337 6.24999 16 5.20749ZM27.9525 28.3025C27.9127 28.4277 27.8486 28.5438 27.7639 28.6442C27.6793 28.7446 27.5756 28.8274 27.459 28.8877C27.3423 28.9481 27.2149 28.9849 27.084 28.996C26.9532 29.0071 26.8214 28.9923 26.6962 28.9525L16 25.5487L5.30371 28.9525C5.17854 28.9923 5.04676 29.0071 4.91589 28.9959C4.78502 28.9848 4.65762 28.948 4.54097 28.8877C4.42431 28.8273 4.32069 28.7446 4.23601 28.6442C4.15134 28.5438 4.08727 28.4277 4.04746 28.3025C4.00765 28.1773 3.99289 28.0455 4.00401 27.9147C4.01513 27.7838 4.05192 27.6564 4.11228 27.5397C4.17264 27.4231 4.25538 27.3195 4.35579 27.2348C4.45619 27.1501 4.57229 27.086 4.69746 27.0462L12.6975 24.5L4.69746 21.9525C4.56884 21.9157 4.44891 21.8534 4.34478 21.7694C4.24065 21.6854 4.15444 21.5814 4.09124 21.4634C4.02805 21.3455 3.98916 21.2161 3.97688 21.0829C3.9646 20.9497 3.97917 20.8153 4.01975 20.6878C4.06032 20.5604 4.12606 20.4423 4.21308 20.3407C4.3001 20.2391 4.40662 20.1559 4.52635 20.0962C4.64607 20.0365 4.77656 20.0014 4.91009 19.9931C5.04362 19.9847 5.17746 20.0032 5.30371 20.0475L16 23.45L26.6962 20.0475C26.8225 20.0032 26.9563 19.9847 27.0898 19.9931C27.2234 20.0014 27.3538 20.0365 27.4736 20.0962C27.5933 20.1559 27.6998 20.2391 27.7868 20.3407C27.8739 20.4423 27.9396 20.5604 27.9802 20.6878C28.0207 20.8153 28.0353 20.9497 28.023 21.0829C28.0108 21.2161 27.9719 21.3455 27.9087 21.4634C27.8455 21.5814 27.7593 21.6854 27.6551 21.7694C27.551 21.8534 27.4311 21.9157 27.3025 21.9525L19.3025 24.5L27.3025 27.0462C27.4276 27.086 27.5438 27.1501 27.6442 27.2348C27.7446 27.3194 27.8273 27.4231 27.8877 27.5397C27.9481 27.6564 27.9848 27.7838 27.996 27.9147C28.0071 28.0455 27.9923 28.1773 27.9525 28.3025Z" fill="currentColor"/>
28
+ </svg>
29
+ }
30
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
31
+ <path d="M27.7148 28.2275C27.685 28.3214 27.6369 28.4086 27.5734 28.4839C27.5099 28.5592 27.4321 28.6213 27.3446 28.6666C27.2571 28.7119 27.1615 28.7394 27.0633 28.7478C26.9651 28.7561 26.8662 28.7449 26.7723 28.715L15.9998 25.2875L5.22733 28.715C5.13344 28.7449 5.03458 28.756 4.9364 28.7477C4.83822 28.7393 4.74264 28.7117 4.65512 28.6665C4.5676 28.6212 4.48985 28.5591 4.42632 28.4838C4.36279 28.4085 4.31471 28.3214 4.28483 28.2275C4.25496 28.1336 4.24387 28.0348 4.2522 27.9366C4.26053 27.8384 4.28812 27.7428 4.33338 27.6553C4.37865 27.5678 4.44072 27.49 4.51603 27.4265C4.59135 27.363 4.67844 27.3149 4.77233 27.285L13.5223 24.5L4.77233 21.715C4.67844 21.6851 4.59135 21.6371 4.51603 21.5735C4.44072 21.51 4.37865 21.4323 4.33338 21.3447C4.28812 21.2572 4.26053 21.1616 4.2522 21.0635C4.24387 20.9653 4.25496 20.8664 4.28483 20.7725C4.31471 20.6786 4.36279 20.5915 4.42632 20.5162C4.48985 20.4409 4.5676 20.3788 4.65512 20.3336C4.74264 20.2883 4.83822 20.2607 4.9364 20.2524C5.03458 20.2441 5.13344 20.2551 5.22733 20.285L15.9998 23.7125L26.7723 20.285C26.962 20.2247 27.1678 20.2421 27.3445 20.3336C27.5213 20.425 27.6545 20.5829 27.7148 20.7725C27.7752 20.9621 27.7577 21.168 27.6663 21.3447C27.5749 21.5215 27.417 21.6547 27.2273 21.715L18.4773 24.5L27.2273 27.285C27.3213 27.3149 27.4084 27.3629 27.4837 27.4264C27.559 27.49 27.6211 27.5677 27.6664 27.6552C27.7117 27.7428 27.7393 27.8384 27.7476 27.9366C27.7559 28.0348 27.7448 28.1336 27.7148 28.2275ZM8.74983 13.5C8.74983 7.64877 15.3273 3.53377 15.6073 3.36127C15.7254 3.28875 15.8613 3.25037 15.9998 3.25037C16.1384 3.25037 16.2743 3.28875 16.3923 3.36127C16.6723 3.53377 23.2498 7.64877 23.2498 13.5C23.2498 15.4228 22.486 17.2669 21.1264 18.6265C19.7667 19.9862 17.9227 20.75 15.9998 20.75C14.077 20.75 12.2329 19.9862 10.8733 18.6265C9.51367 17.2669 8.74983 15.4228 8.74983 13.5ZM15.9998 19.25C16.5966 19.25 17.1689 19.013 17.5908 18.591C18.0128 18.1691 18.2498 17.5968 18.2498 17C18.2498 15.065 16.7498 13.5713 15.9998 12.945C15.2498 13.57 13.7498 15.07 13.7498 17C13.7498 17.5968 13.9869 18.1691 14.4088 18.591C14.8308 19.013 15.4031 19.25 15.9998 19.25ZM10.2498 13.5C10.2499 14.3545 10.4407 15.1982 10.8083 15.9696C11.176 16.741 11.7111 17.4205 12.3748 17.9588C12.2918 17.646 12.2498 17.3237 12.2498 17C12.2498 13.6375 15.4473 11.4663 15.5836 11.375C15.7068 11.2928 15.8517 11.2489 15.9998 11.2489C16.148 11.2489 16.2928 11.2928 16.4161 11.375C16.5523 11.465 19.7498 13.6363 19.7498 17C19.7499 17.3237 19.7079 17.646 19.6248 17.9588C20.2885 17.4205 20.8237 16.741 21.1913 15.9696C21.559 15.1982 21.7498 14.3545 21.7498 13.5C21.7498 9.24252 17.3561 5.84752 15.9998 4.90252C14.6436 5.84752 10.2498 9.24127 10.2498 13.5Z" fill="currentColor"/>
32
+ </svg>
33
+ };
34
+
35
+ export default Campfire;