@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-331

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1094) hide show
  1. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
  2. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
  3. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
  4. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
  5. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
  7. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
  8. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
  9. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
  11. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
  12. package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
  13. package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
  14. package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
  15. package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
  16. package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
  17. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
  19. package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
  20. package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
  21. package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
  22. package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
  23. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
  24. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
  25. package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
  26. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
  27. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
  28. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
  29. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
  30. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
  31. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
  32. package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
  33. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
  34. package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
  35. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
  36. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
  37. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
  38. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
  39. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
  40. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
  41. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
  42. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
  43. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
  44. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
  45. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
  46. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
  47. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
  48. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
  49. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
  50. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
  51. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
  52. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
  53. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
  54. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
  55. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
  56. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
  57. package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
  58. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
  59. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
  60. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
  61. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
  62. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
  63. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
  64. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
  65. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
  66. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
  67. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
  68. package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
  69. package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
  70. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
  71. package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
  72. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
  73. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
  74. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
  75. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
  76. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
  77. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
  78. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
  79. package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
  80. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
  81. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
  82. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
  83. package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
  84. package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
  85. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
  86. package/dist/Components/DataDisplay/index.d.ts +6 -3
  87. package/dist/Components/Form/Button/Button.d.ts +2 -1
  88. package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
  89. package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
  90. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
  91. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
  92. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
  93. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
  94. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
  95. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
  96. package/dist/Components/Form/DateField/DateField.d.ts +2 -1
  97. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
  98. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
  99. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
  100. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
  101. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
  102. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
  103. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
  104. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
  105. package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
  106. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
  107. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
  108. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
  109. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
  110. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
  111. package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
  112. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
  113. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
  114. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
  115. package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
  116. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
  117. package/dist/Components/Form/InputProps.d.ts +7 -2
  118. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  119. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
  120. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
  121. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
  122. package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
  123. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
  124. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
  125. package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
  126. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
  127. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
  128. package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
  129. package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
  130. package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
  131. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
  132. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
  133. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
  134. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
  135. package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
  136. package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
  137. package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
  138. package/dist/Components/Form/TextField/TextField.d.ts +2 -1
  139. package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
  140. package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
  141. package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
  142. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
  143. package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
  144. package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
  145. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
  146. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
  147. package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
  148. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
  149. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
  150. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
  151. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
  152. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
  153. package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
  154. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
  155. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
  156. package/dist/Components/Form/index.d.ts +15 -0
  157. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
  158. package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
  159. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  160. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
  161. package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
  162. package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
  163. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
  164. package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
  165. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
  166. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
  167. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
  168. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
  169. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
  170. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  171. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  172. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  173. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  174. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  175. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  176. package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
  177. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
  178. package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
  179. package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
  180. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
  181. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  182. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
  183. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
  184. package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
  185. package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
  186. package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
  187. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
  188. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
  189. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
  190. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
  191. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
  192. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
  193. package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
  194. package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
  195. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
  196. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
  197. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
  198. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
  199. package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
  200. package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
  201. package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
  202. package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
  203. package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
  204. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
  205. package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
  206. package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
  207. package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
  208. package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
  209. package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
  210. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
  211. package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
  212. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
  213. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
  214. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
  215. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  216. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  217. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  218. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  219. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  220. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  221. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  222. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  223. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  224. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  225. package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
  226. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
  227. package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
  228. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
  229. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
  230. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
  231. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
  232. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
  233. package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
  234. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
  235. package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
  236. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  237. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
  238. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
  239. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  240. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  241. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  242. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  243. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  244. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  245. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  246. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  247. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  248. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  249. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  250. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  251. package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
  252. package/dist/Components/Icons/Games/Strategy/Strategy.d.ts +4 -0
  253. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
  254. package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
  255. package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
  256. package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
  257. package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
  258. package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
  259. package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
  260. package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
  261. package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
  262. package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
  263. package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
  264. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
  265. package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
  266. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
  267. package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
  268. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
  269. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
  270. package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
  271. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
  272. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
  273. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
  274. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
  275. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
  276. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
  277. package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
  278. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
  279. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
  280. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
  281. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
  282. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
  283. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
  284. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
  285. package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
  286. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
  287. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
  288. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
  289. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
  290. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
  291. package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
  292. package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
  293. package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
  294. package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
  295. package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
  296. package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
  297. package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
  298. package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
  299. package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
  300. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  301. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  302. package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
  303. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  304. package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
  305. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
  306. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
  307. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
  308. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
  309. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
  310. package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
  311. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
  312. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
  313. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
  314. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
  315. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
  316. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
  317. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
  318. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
  319. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
  320. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
  321. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
  322. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
  323. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
  324. package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
  325. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
  326. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
  327. package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
  328. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
  329. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
  330. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
  331. package/dist/Components/Icons/People/User/User.d.ts +2 -1
  332. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
  333. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
  334. package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
  335. package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
  336. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
  337. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
  338. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
  339. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
  340. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
  341. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  342. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
  343. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
  344. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
  345. package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
  346. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
  347. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
  348. package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
  349. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  350. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
  351. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
  352. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  353. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
  354. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
  355. package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
  356. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
  357. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
  358. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
  359. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
  360. package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
  361. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
  362. package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
  363. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
  364. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
  365. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
  366. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
  367. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
  368. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  369. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
  370. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  371. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
  372. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  373. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  374. package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
  375. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  376. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  377. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  378. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
  379. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  380. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  381. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  382. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  383. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  384. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
  385. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
  386. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
  387. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
  388. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
  389. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
  390. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
  391. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
  392. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
  393. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
  394. package/dist/Components/Icons/index.d.ts +188 -2
  395. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
  396. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
  397. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
  398. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
  399. package/dist/Components/Layout/Header/Header.d.ts +2 -1
  400. package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
  401. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
  402. package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
  403. package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
  404. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
  405. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
  406. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
  407. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
  408. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
  409. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
  410. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
  411. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
  412. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
  413. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
  414. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
  415. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
  416. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
  417. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
  418. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
  419. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
  420. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
  421. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
  422. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
  423. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
  424. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
  425. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
  426. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
  427. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
  428. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
  429. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
  430. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
  431. package/dist/betterui.css +1 -0
  432. package/dist/image/logo-small.svg +4 -4
  433. package/dist/image/logo.svg +26 -26
  434. package/dist/index.cjs.js +50 -2
  435. package/dist/index.cjs.js.map +1 -1
  436. package/dist/index.es.js +12977 -2480
  437. package/dist/index.es.js.map +1 -1
  438. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  439. package/dist/lib/tinymce/langs/README.md +3 -0
  440. package/dist/lib/tinymce/license.md +6 -0
  441. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  442. package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
  443. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  444. package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  445. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  446. package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  447. package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  448. package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  449. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  450. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  451. package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  452. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  453. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  454. package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  455. package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  456. package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  457. package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  458. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  459. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  460. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  461. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  462. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  463. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  464. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  465. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  466. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  467. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  468. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  469. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  470. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  471. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  472. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  473. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  474. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  475. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  476. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  477. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  478. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  479. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  480. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  481. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  482. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  483. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  484. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  485. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  486. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  487. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  488. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  489. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  490. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  491. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  492. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  493. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  494. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  495. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  496. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  497. package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
  498. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  499. package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  500. package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  501. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  502. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  503. package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
  504. package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  505. package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  506. package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  507. package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  508. package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
  509. package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  510. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  511. package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  512. package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  513. package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  514. package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
  515. package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
  516. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  517. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  518. package/dist/lib/tinymce/skins/content/document/content.js +2 -0
  519. package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
  520. package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
  521. package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  522. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
  523. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  524. package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
  525. package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
  526. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  527. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  528. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  529. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  530. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  531. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  532. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  533. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  534. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  535. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  536. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  537. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  538. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  539. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  540. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  541. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  542. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
  543. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  544. package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
  545. package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  546. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
  547. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  548. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  549. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  550. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  551. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  552. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
  553. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  554. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
  555. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  556. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  557. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  558. package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
  559. package/dist/lib/tinymce/tinymce.d.ts +3250 -0
  560. package/dist/lib/tinymce/tinymce.min.js +4 -0
  561. package/dist/main.d.ts +1 -0
  562. package/package.json +30 -19
  563. package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
  564. package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
  565. package/src/Components/BetterUIProvider/index.ts +2 -0
  566. package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
  567. package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
  568. package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
  569. package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
  570. package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
  571. package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
  572. package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
  573. package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
  574. package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
  575. package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
  576. package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
  577. package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
  578. package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
  579. package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
  580. package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
  581. package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
  582. package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
  583. package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
  584. package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
  585. package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
  586. package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
  587. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
  588. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
  589. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
  590. package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
  591. package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
  592. package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
  593. package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
  594. package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
  595. package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
  596. package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
  597. package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
  598. package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
  599. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
  600. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
  601. package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
  602. package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
  603. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
  604. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
  605. package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
  606. package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
  607. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
  608. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
  609. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
  610. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
  611. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
  612. package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
  613. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
  614. package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
  615. package/src/Components/DataDisplay/Media/Media.tsx +50 -0
  616. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
  617. package/src/Components/DataDisplay/Media/media.module.scss +8 -0
  618. package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
  619. package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
  620. package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
  621. package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
  622. package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
  623. package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
  624. package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
  625. package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
  626. package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
  627. package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
  628. package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
  629. package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
  630. package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
  631. package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
  632. package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
  633. package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
  634. package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
  635. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
  636. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
  637. package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
  638. package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
  639. package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
  640. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
  641. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
  642. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
  643. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
  644. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
  645. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
  646. package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
  647. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
  648. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
  649. package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
  650. package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
  651. package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
  652. package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
  653. package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
  654. package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
  655. package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
  656. package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
  657. package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
  658. package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
  659. package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
  660. package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
  661. package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
  662. package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
  663. package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
  664. package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
  665. package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
  666. package/src/Components/DataDisplay/Table/Table.tsx +14 -0
  667. package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
  668. package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
  669. package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
  670. package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
  671. package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
  672. package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
  673. package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
  674. package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
  675. package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
  676. package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
  677. package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
  678. package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
  679. package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
  680. package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
  681. package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
  682. package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
  683. package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
  684. package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
  685. package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
  686. package/src/Components/DataDisplay/Table/table.module.scss +141 -0
  687. package/src/Components/DataDisplay/index.ts +89 -0
  688. package/src/Components/Form/Button/Button.mdx +15 -0
  689. package/src/Components/Form/Button/Button.stories.tsx +65 -0
  690. package/src/Components/Form/Button/Button.tsx +83 -0
  691. package/src/Components/Form/Button/ButtonProps.tsx +21 -0
  692. package/src/Components/Form/Button/button.module.scss +258 -0
  693. package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
  694. package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
  695. package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
  696. package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
  697. package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
  698. package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
  699. package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
  700. package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
  701. package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
  702. package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
  703. package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
  704. package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
  705. package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
  706. package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
  707. package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
  708. package/src/Components/Form/DateField/DateField.tsx +61 -0
  709. package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
  710. package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
  711. package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
  712. package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
  713. package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
  714. package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
  715. package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
  716. package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
  717. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
  718. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
  719. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
  720. package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
  721. package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
  722. package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
  723. package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
  724. package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
  725. package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
  726. package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
  727. package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
  728. package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
  729. package/src/Components/Form/EmailField/EmailField.tsx +56 -0
  730. package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
  731. package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
  732. package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
  733. package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
  734. package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
  735. package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
  736. package/src/Components/Form/IconButton/IconButton.tsx +65 -0
  737. package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
  738. package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
  739. package/src/Components/Form/InputProps.tsx +30 -0
  740. package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
  741. package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
  742. package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
  743. package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
  744. package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
  745. package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
  746. package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
  747. package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
  748. package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
  749. package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
  750. package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
  751. package/src/Components/Form/NumberField/NumberField.tsx +137 -0
  752. package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
  753. package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
  754. package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
  755. package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
  756. package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
  757. package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
  758. package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
  759. package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
  760. package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
  761. package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
  762. package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
  763. package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
  764. package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
  765. package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
  766. package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
  767. package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
  768. package/src/Components/Form/TextField/TextField.stories.ts +22 -0
  769. package/src/Components/Form/TextField/TextField.tsx +62 -0
  770. package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
  771. package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
  772. package/src/Components/Form/Textarea/Textarea.tsx +74 -0
  773. package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
  774. package/src/Components/Form/Textarea/textarea.module.scss +49 -0
  775. package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
  776. package/src/Components/Form/TimeField/TimeField.tsx +58 -0
  777. package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
  778. package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
  779. package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
  780. package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
  781. package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
  782. package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
  783. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
  784. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
  785. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
  786. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
  787. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
  788. package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
  789. package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
  790. package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
  791. package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
  792. package/src/Components/Form/index.ts +89 -0
  793. package/src/Components/Form/inputs.module.scss +170 -0
  794. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  795. package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
  796. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  797. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  798. package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
  799. package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
  800. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  801. package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
  802. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  803. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  804. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  805. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  806. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  807. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  808. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  809. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  810. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  811. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  812. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  813. package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
  814. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  815. package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
  816. package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
  817. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
  818. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  819. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  820. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  821. package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
  822. package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
  823. package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
  824. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  825. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  826. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  827. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  828. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  829. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  830. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  831. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  832. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  833. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  834. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  835. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  836. package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
  837. package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
  838. package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
  839. package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
  840. package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
  841. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  842. package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
  843. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
  844. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
  845. package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
  846. package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
  847. package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
  848. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  849. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  850. package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
  851. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  852. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  853. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  854. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  855. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  856. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  857. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  858. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  859. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  860. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  861. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  862. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  863. package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
  864. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  865. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  866. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  867. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  868. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  869. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  870. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  871. package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
  872. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  873. package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
  874. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  875. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  876. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  877. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  878. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  879. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  880. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  881. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  882. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  883. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  884. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  885. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  886. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  887. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  888. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  889. package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
  890. package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
  891. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  892. package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
  893. package/src/Components/Icons/IconProps.tsx +5 -0
  894. package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
  895. package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
  896. package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
  897. package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
  898. package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
  899. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
  900. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
  901. package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
  902. package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
  903. package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
  904. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
  905. package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
  906. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  907. package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
  908. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  909. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  910. package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
  911. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  912. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  913. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  914. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  915. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  916. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  917. package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
  918. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  919. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  920. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  921. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  922. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  923. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  924. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  925. package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
  926. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  927. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  928. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  929. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  930. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  931. package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
  932. package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
  933. package/src/Components/Icons/Media/Article/Article.tsx +47 -0
  934. package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
  935. package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
  936. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  937. package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
  938. package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
  939. package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
  940. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  941. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  942. package/src/Components/Icons/Media/Image/Image.tsx +48 -0
  943. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  944. package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
  945. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  946. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  947. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  948. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  949. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  950. package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
  951. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  952. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  953. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  954. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  955. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  956. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  957. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  958. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  959. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  960. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  961. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  962. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  963. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  964. package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
  965. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  966. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  967. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  968. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  969. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  970. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  971. package/src/Components/Icons/People/User/User.tsx +61 -0
  972. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  973. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  974. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  975. package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
  976. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  977. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  978. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  979. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  980. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  981. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  982. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  983. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  984. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  985. package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
  986. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  987. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  988. package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
  989. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  990. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  991. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  992. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  993. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  994. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  995. package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
  996. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  997. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  998. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  999. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  1000. package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
  1001. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  1002. package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
  1003. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  1004. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  1005. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  1006. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  1007. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  1008. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  1009. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  1010. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
  1011. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  1012. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  1013. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  1014. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  1015. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  1016. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  1017. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  1018. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  1019. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  1020. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  1021. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  1022. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  1023. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  1024. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  1025. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  1026. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  1027. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  1028. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  1029. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  1030. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  1031. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  1032. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  1033. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  1034. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  1035. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  1036. package/src/Components/Icons/index.ts +284 -0
  1037. package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
  1038. package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
  1039. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
  1040. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
  1041. package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
  1042. package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
  1043. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  1044. package/src/Components/Layout/Header/Header.tsx +14 -0
  1045. package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
  1046. package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
  1047. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  1048. package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
  1049. package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
  1050. package/src/Components/Layout/Header/header.module.scss +100 -0
  1051. package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
  1052. package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
  1053. package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
  1054. package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
  1055. package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
  1056. package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
  1057. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
  1058. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
  1059. package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
  1060. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
  1061. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
  1062. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
  1063. package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
  1064. package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
  1065. package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
  1066. package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
  1067. package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
  1068. package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
  1069. package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
  1070. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
  1071. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
  1072. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
  1073. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
  1074. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
  1075. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
  1076. package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
  1077. package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
  1078. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
  1079. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
  1080. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
  1081. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
  1082. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
  1083. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  1084. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  1085. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
  1086. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
  1087. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
  1088. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
  1089. package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
  1090. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
  1091. package/src/Components/Layout/index.ts +50 -0
  1092. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
  1093. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
  1094. package/dist/style.css +0 -1
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CalendarPlus = ({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="M26 4.5H22.5V3C22.5 2.86739 22.4473 2.74021 22.3536 2.64645C22.2598 2.55268 22.1326 2.5 22 2.5C21.8674 2.5 21.7402 2.55268 21.6464 2.64645C21.5527 2.74021 21.5 2.86739 21.5 3V4.5H10.5V3C10.5 2.86739 10.4473 2.74021 10.3536 2.64645C10.2598 2.55268 10.1326 2.5 10 2.5C9.86739 2.5 9.74021 2.55268 9.64645 2.64645C9.55268 2.74021 9.5 2.86739 9.5 3V4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM6 5.5H9.5V7C9.5 7.13261 9.55268 7.25979 9.64645 7.35355C9.74021 7.44732 9.86739 7.5 10 7.5C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5.5H21.5V7C21.5 7.13261 21.5527 7.25979 21.6464 7.35355C21.7402 7.44732 21.8674 7.5 22 7.5C22.1326 7.5 22.2598 7.44732 22.3536 7.35355C22.4473 7.25979 22.5 7.13261 22.5 7V5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V10.5H5.5V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5ZM26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V11.5H26.5V26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5ZM19.5 19C19.5 19.1326 19.4473 19.2598 19.3536 19.3536C19.2598 19.4473 19.1326 19.5 19 19.5H16.5V22C16.5 22.1326 16.4473 22.2598 16.3536 22.3536C16.2598 22.4473 16.1326 22.5 16 22.5C15.8674 22.5 15.7402 22.4473 15.6464 22.3536C15.5527 22.2598 15.5 22.1326 15.5 22V19.5H13C12.8674 19.5 12.7402 19.4473 12.6464 19.3536C12.5527 19.2598 12.5 19.1326 12.5 19C12.5 18.8674 12.5527 18.7402 12.6464 18.6464C12.7402 18.5527 12.8674 18.5 13 18.5H15.5V16C15.5 15.8674 15.5527 15.7402 15.6464 15.6464C15.7402 15.5527 15.8674 15.5 16 15.5C16.1326 15.5 16.2598 15.5527 16.3536 15.6464C16.4473 15.7402 16.5 15.8674 16.5 16V18.5H19C19.1326 18.5 19.2598 18.5527 19.3536 18.6464C19.4473 18.7402 19.5 18.8674 19.5 19Z" 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 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM20 19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H17V22C17 22.2652 16.8946 22.5196 16.7071 22.7071C16.5196 22.8946 16.2652 23 16 23C15.7348 23 15.4804 22.8946 15.2929 22.7071C15.1054 22.5196 15 22.2652 15 22V20H13C12.7348 20 12.4804 19.8946 12.2929 19.7071C12.1054 19.5196 12 19.2652 12 19C12 18.7348 12.1054 18.4804 12.2929 18.2929C12.4804 18.1054 12.7348 18 13 18H15V16C15 15.7348 15.1054 15.4804 15.2929 15.2929C15.4804 15.1054 15.7348 15 16 15C16.2652 15 16.5196 15.1054 16.7071 15.2929C16.8946 15.4804 17 15.7348 17 16V18H19C19.2652 18 19.5196 18.1054 19.7071 18.2929C19.8946 18.4804 20 18.7348 20 19Z" 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 3.5H23.5V3C23.5 2.60218 23.342 2.22064 23.0607 1.93934C22.7794 1.65804 22.3978 1.5 22 1.5C21.6022 1.5 21.2206 1.65804 20.9393 1.93934C20.658 2.22064 20.5 2.60218 20.5 3V3.5H11.5V3C11.5 2.60218 11.342 2.22064 11.0607 1.93934C10.7794 1.65804 10.3978 1.5 10 1.5C9.60218 1.5 9.22064 1.65804 8.93934 1.93934C8.65804 2.22064 8.5 2.60218 8.5 3V3.5H6C5.33696 3.5 4.70107 3.76339 4.23223 4.23223C3.76339 4.70107 3.5 5.33696 3.5 6V26C3.5 26.663 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.2989 28.5 26.663 28.5 26V6C28.5 5.33696 28.2366 4.70107 27.7678 4.23223C27.2989 3.76339 26.663 3.5 26 3.5ZM8.5 6.5C8.5 6.89782 8.65804 7.27936 8.93934 7.56066C9.22064 7.84196 9.60218 8 10 8C10.3978 8 10.7794 7.84196 11.0607 7.56066C11.342 7.27936 11.5 6.89782 11.5 6.5H20.5C20.5 6.89782 20.658 7.27936 20.9393 7.56066C21.2206 7.84196 21.6022 8 22 8C22.3978 8 22.7794 7.84196 23.0607 7.56066C23.342 7.27936 23.5 6.89782 23.5 6.5H25.5V9.5H6.5V6.5H8.5ZM6.5 25.5V12.5H25.5V25.5H6.5ZM20.5 19C20.5 19.3978 20.342 19.7794 20.0607 20.0607C19.7794 20.342 19.3978 20.5 19 20.5H17.5V22C17.5 22.3978 17.342 22.7794 17.0607 23.0607C16.7794 23.342 16.3978 23.5 16 23.5C15.6022 23.5 15.2206 23.342 14.9393 23.0607C14.658 22.7794 14.5 22.3978 14.5 22V20.5H13C12.6022 20.5 12.2206 20.342 11.9393 20.0607C11.658 19.7794 11.5 19.3978 11.5 19C11.5 18.6022 11.658 18.2206 11.9393 17.9393C12.2206 17.658 12.6022 17.5 13 17.5H14.5V16C14.5 15.6022 14.658 15.2206 14.9393 14.9393C15.2206 14.658 15.6022 14.5 16 14.5C16.3978 14.5 16.7794 14.658 17.0607 14.9393C17.342 15.2206 17.5 15.6022 17.5 16V17.5H19C19.3978 17.5 19.7794 17.658 20.0607 17.9393C20.342 18.2206 20.5 18.6022 20.5 19Z" 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 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM19 20H17V22C17 22.2652 16.8946 22.5196 16.7071 22.7071C16.5196 22.8946 16.2652 23 16 23C15.7348 23 15.4804 22.8946 15.2929 22.7071C15.1054 22.5196 15 22.2652 15 22V20H13C12.7348 20 12.4804 19.8946 12.2929 19.7071C12.1054 19.5196 12 19.2652 12 19C12 18.7348 12.1054 18.4804 12.2929 18.2929C12.4804 18.1054 12.7348 18 13 18H15V16C15 15.7348 15.1054 15.4804 15.2929 15.2929C15.4804 15.1054 15.7348 15 16 15C16.2652 15 16.5196 15.1054 16.7071 15.2929C16.8946 15.4804 17 15.7348 17 16V18H19C19.2652 18 19.5196 18.1054 19.7071 18.2929C19.8946 18.4804 20 18.7348 20 19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20ZM6 10V6H9V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6Z" 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="M27 6V11H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z" fill="currentColor"/>
36
+ <path d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM20 19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H17V22C17 22.2652 16.8946 22.5196 16.7071 22.7071C16.5196 22.8946 16.2652 23 16 23C15.7348 23 15.4804 22.8946 15.2929 22.7071C15.1054 22.5196 15 22.2652 15 22V20H13C12.7348 20 12.4804 19.8946 12.2929 19.7071C12.1054 19.5196 12 19.2652 12 19C12 18.7348 12.1054 18.4804 12.2929 18.2929C12.4804 18.1054 12.7348 18 13 18H15V16C15 15.7348 15.1054 15.4804 15.2929 15.2929C15.4804 15.1054 15.7348 15 16 15C16.2652 15 16.5196 15.1054 16.7071 15.2929C16.8946 15.4804 17 15.7348 17 16V18H19C19.2652 18 19.5196 18.1054 19.7071 18.2929C19.8946 18.4804 20 18.7348 20 19Z" 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 4.25H22.75V3C22.75 2.80109 22.671 2.61032 22.5303 2.46967C22.3897 2.32902 22.1989 2.25 22 2.25C21.8011 2.25 21.6103 2.32902 21.4697 2.46967C21.329 2.61032 21.25 2.80109 21.25 3V4.25H10.75V3C10.75 2.80109 10.671 2.61032 10.5303 2.46967C10.3897 2.32902 10.1989 2.25 10 2.25C9.80109 2.25 9.61032 2.32902 9.46967 2.46967C9.32902 2.61032 9.25 2.80109 9.25 3V4.25H6C5.53587 4.25 5.09075 4.43437 4.76256 4.76256C4.43437 5.09075 4.25 5.53587 4.25 6V26C4.25 26.4641 4.43437 26.9092 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9092 27.5656 27.2374 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V6C27.75 5.53587 27.5656 5.09075 27.2374 4.76256C26.9092 4.43437 26.4641 4.25 26 4.25ZM6 5.75H9.25V7C9.25 7.19891 9.32902 7.38968 9.46967 7.53033C9.61032 7.67098 9.80109 7.75 10 7.75C10.1989 7.75 10.3897 7.67098 10.5303 7.53033C10.671 7.38968 10.75 7.19891 10.75 7V5.75H21.25V7C21.25 7.19891 21.329 7.38968 21.4697 7.53033C21.6103 7.67098 21.8011 7.75 22 7.75C22.1989 7.75 22.3897 7.67098 22.5303 7.53033C22.671 7.38968 22.75 7.19891 22.75 7V5.75H26C26.0663 5.75 26.1299 5.77634 26.1768 5.82322C26.2237 5.87011 26.25 5.9337 26.25 6V10.25H5.75V6C5.75 5.9337 5.77634 5.87011 5.82322 5.82322C5.87011 5.77634 5.9337 5.75 6 5.75ZM26 26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V11.75H26.25V26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25ZM19.75 19C19.75 19.1989 19.671 19.3897 19.5303 19.5303C19.3897 19.671 19.1989 19.75 19 19.75H16.75V22C16.75 22.1989 16.671 22.3897 16.5303 22.5303C16.3897 22.671 16.1989 22.75 16 22.75C15.8011 22.75 15.6103 22.671 15.4697 22.5303C15.329 22.3897 15.25 22.1989 15.25 22V19.75H13C12.8011 19.75 12.6103 19.671 12.4697 19.5303C12.329 19.3897 12.25 19.1989 12.25 19C12.25 18.8011 12.329 18.6103 12.4697 18.4697C12.6103 18.329 12.8011 18.25 13 18.25H15.25V16C15.25 15.8011 15.329 15.6103 15.4697 15.4697C15.6103 15.329 15.8011 15.25 16 15.25C16.1989 15.25 16.3897 15.329 16.5303 15.4697C16.671 15.6103 16.75 15.8011 16.75 16V18.25H19C19.1989 18.25 19.3897 18.329 19.5303 18.4697C19.671 18.6103 19.75 18.8011 19.75 19Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CalendarPlus;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CalendarX = ({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="M26 4.5H22.5V3C22.5 2.86739 22.4473 2.74021 22.3536 2.64645C22.2598 2.55268 22.1326 2.5 22 2.5C21.8674 2.5 21.7402 2.55268 21.6464 2.64645C21.5527 2.74021 21.5 2.86739 21.5 3V4.5H10.5V3C10.5 2.86739 10.4473 2.74021 10.3536 2.64645C10.2598 2.55268 10.1326 2.5 10 2.5C9.86739 2.5 9.74021 2.55268 9.64645 2.64645C9.55268 2.74021 9.5 2.86739 9.5 3V4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM6 5.5H9.5V7C9.5 7.13261 9.55268 7.25979 9.64645 7.35355C9.74021 7.44732 9.86739 7.5 10 7.5C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5.5H21.5V7C21.5 7.13261 21.5527 7.25979 21.6464 7.35355C21.7402 7.44732 21.8674 7.5 22 7.5C22.1326 7.5 22.2598 7.44732 22.3536 7.35355C22.4473 7.25979 22.5 7.13261 22.5 7V5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V10.5H5.5V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5ZM26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V11.5H26.5V26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5ZM19.3538 16.3538L16.7075 19L19.3538 21.6462C19.4476 21.7401 19.5003 21.8673 19.5003 22C19.5003 22.1327 19.4476 22.2599 19.3538 22.3538C19.2599 22.4476 19.1327 22.5003 19 22.5003C18.8673 22.5003 18.7401 22.4476 18.6462 22.3538L16 19.7075L13.3538 22.3538C13.2599 22.4476 13.1327 22.5003 13 22.5003C12.8673 22.5003 12.7401 22.4476 12.6462 22.3538C12.5524 22.2599 12.4997 22.1327 12.4997 22C12.4997 21.8673 12.5524 21.7401 12.6462 21.6462L15.2925 19L12.6462 16.3538C12.5998 16.3073 12.5629 16.2521 12.5378 16.1914C12.5127 16.1308 12.4997 16.0657 12.4997 16C12.4997 15.9343 12.5127 15.8692 12.5378 15.8086C12.5629 15.7479 12.5998 15.6927 12.6462 15.6462C12.6927 15.5998 12.7479 15.5629 12.8086 15.5378C12.8692 15.5127 12.9343 15.4997 13 15.4997C13.0657 15.4997 13.1308 15.5127 13.1914 15.5378C13.2521 15.5629 13.3073 15.5998 13.3538 15.6462L16 18.2925L18.6462 15.6462C18.6927 15.5998 18.7479 15.5629 18.8086 15.5378C18.8692 15.5127 18.9343 15.4997 19 15.4997C19.0657 15.4997 19.1308 15.5127 19.1914 15.5378C19.2521 15.5629 19.3073 15.5998 19.3538 15.6462C19.4002 15.6927 19.4371 15.7479 19.4622 15.8086C19.4873 15.8692 19.5003 15.9343 19.5003 16C19.5003 16.0657 19.4873 16.1308 19.4622 16.1914C19.4371 16.2521 19.4002 16.3073 19.3538 16.3538Z" 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 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM19.7075 16.7075L17.4137 19L19.7075 21.2925C19.8004 21.3854 19.8741 21.4957 19.9244 21.6171C19.9747 21.7385 20.0006 21.8686 20.0006 22C20.0006 22.1314 19.9747 22.2615 19.9244 22.3829C19.8741 22.5043 19.8004 22.6146 19.7075 22.7075C19.6146 22.8004 19.5043 22.8741 19.3829 22.9244C19.2615 22.9747 19.1314 23.0006 19 23.0006C18.8686 23.0006 18.7385 22.9747 18.6171 22.9244C18.4957 22.8741 18.3854 22.8004 18.2925 22.7075L16 20.4137L13.7075 22.7075C13.6146 22.8004 13.5043 22.8741 13.3829 22.9244C13.2615 22.9747 13.1314 23.0006 13 23.0006C12.8686 23.0006 12.7385 22.9747 12.6171 22.9244C12.4957 22.8741 12.3854 22.8004 12.2925 22.7075C12.1996 22.6146 12.1259 22.5043 12.0756 22.3829C12.0253 22.2615 11.9994 22.1314 11.9994 22C11.9994 21.8686 12.0253 21.7385 12.0756 21.6171C12.1259 21.4957 12.1996 21.3854 12.2925 21.2925L14.5863 19L12.2925 16.7075C12.1049 16.5199 11.9994 16.2654 11.9994 16C11.9994 15.7346 12.1049 15.4801 12.2925 15.2925C12.4801 15.1049 12.7346 14.9994 13 14.9994C13.2654 14.9994 13.5199 15.1049 13.7075 15.2925L16 17.5863L18.2925 15.2925C18.3854 15.1996 18.4957 15.1259 18.6171 15.0756C18.7385 15.0253 18.8686 14.9994 19 14.9994C19.1314 14.9994 19.2615 15.0253 19.3829 15.0756C19.5043 15.1259 19.6146 15.1996 19.7075 15.2925C19.8004 15.3854 19.8741 15.4957 19.9244 15.6171C19.9747 15.7385 20.0006 15.8686 20.0006 16C20.0006 16.1314 19.9747 16.2615 19.9244 16.3829C19.8741 16.5043 19.8004 16.6146 19.7075 16.7075Z" 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="M20.0613 17.0613L18.125 19L20.065 20.9387C20.3468 21.2205 20.5051 21.6027 20.5051 22.0012C20.5051 22.3998 20.3468 22.782 20.065 23.0637C19.7832 23.3455 19.401 23.5039 19.0025 23.5039C18.604 23.5039 18.2218 23.3455 17.94 23.0637L16 21.125L14.0612 23.065C13.7795 23.3468 13.3973 23.5051 12.9987 23.5051C12.6002 23.5051 12.218 23.3468 11.9362 23.065C11.6545 22.7832 11.4961 22.401 11.4961 22.0025C11.4961 21.604 11.6545 21.2218 11.9362 20.94L13.875 19L11.9388 17.0613C11.7992 16.9217 11.6885 16.7561 11.613 16.5738C11.5375 16.3915 11.4986 16.1961 11.4986 15.9987C11.4986 15.8014 11.5375 15.606 11.613 15.4237C11.6885 15.2414 11.7992 15.0758 11.9388 14.9362C12.0783 14.7967 12.2439 14.686 12.4262 14.6105C12.6085 14.535 12.8039 14.4961 13.0013 14.4961C13.1986 14.4961 13.394 14.535 13.5763 14.6105C13.7586 14.686 13.9242 14.7967 14.0638 14.9362L16 16.875L17.9387 14.935C18.0783 14.7955 18.2439 14.6848 18.4262 14.6093C18.6085 14.5338 18.8039 14.4949 19.0012 14.4949C19.1986 14.4949 19.394 14.5338 19.5763 14.6093C19.7586 14.6848 19.9242 14.7955 20.0637 14.935C20.2033 15.0745 20.314 15.2402 20.3895 15.4225C20.465 15.6048 20.5039 15.8002 20.5039 15.9975C20.5039 16.1948 20.465 16.3902 20.3895 16.5725C20.314 16.7548 20.2033 16.9205 20.0637 17.06L20.0613 17.0613ZM28.5 6V26C28.5 26.663 28.2366 27.2989 27.7678 27.7678C27.2989 28.2366 26.663 28.5 26 28.5H6C5.33696 28.5 4.70107 28.2366 4.23223 27.7678C3.76339 27.2989 3.5 26.663 3.5 26V6C3.5 5.33696 3.76339 4.70107 4.23223 4.23223C4.70107 3.76339 5.33696 3.5 6 3.5H8.5V3C8.5 2.60218 8.65804 2.22064 8.93934 1.93934C9.22064 1.65804 9.60218 1.5 10 1.5C10.3978 1.5 10.7794 1.65804 11.0607 1.93934C11.342 2.22064 11.5 2.60218 11.5 3V3.5H20.5V3C20.5 2.60218 20.658 2.22064 20.9393 1.93934C21.2206 1.65804 21.6022 1.5 22 1.5C22.3978 1.5 22.7794 1.65804 23.0607 1.93934C23.342 2.22064 23.5 2.60218 23.5 3V3.5H26C26.663 3.5 27.2989 3.76339 27.7678 4.23223C28.2366 4.70107 28.5 5.33696 28.5 6ZM6.5 6.5V9.5H25.5V6.5H23.5C23.5 6.89782 23.342 7.27936 23.0607 7.56066C22.7794 7.84196 22.3978 8 22 8C21.6022 8 21.2206 7.84196 20.9393 7.56066C20.658 7.27936 20.5 6.89782 20.5 6.5H11.5C11.5 6.89782 11.342 7.27936 11.0607 7.56066C10.7794 7.84196 10.3978 8 10 8C9.60218 8 9.22064 7.84196 8.93934 7.56066C8.65804 7.27936 8.5 6.89782 8.5 6.5H6.5ZM25.5 25.5V12.5H6.5V25.5H25.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="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM19.7075 21.2925C19.8004 21.3854 19.8741 21.4957 19.9244 21.6171C19.9747 21.7385 20.0006 21.8686 20.0006 22C20.0006 22.1314 19.9747 22.2615 19.9244 22.3829C19.8741 22.5043 19.8004 22.6146 19.7075 22.7075C19.6146 22.8004 19.5043 22.8741 19.3829 22.9244C19.2615 22.9747 19.1314 23.0006 19 23.0006C18.8686 23.0006 18.7385 22.9747 18.6171 22.9244C18.4957 22.8741 18.3854 22.8004 18.2925 22.7075L16 20.4137L13.7075 22.7075C13.6146 22.8004 13.5043 22.8741 13.3829 22.9244C13.2615 22.9747 13.1314 23.0006 13 23.0006C12.8686 23.0006 12.7385 22.9747 12.6171 22.9244C12.4957 22.8741 12.3854 22.8004 12.2925 22.7075C12.1996 22.6146 12.1259 22.5043 12.0756 22.3829C12.0253 22.2615 11.9994 22.1314 11.9994 22C11.9994 21.8686 12.0253 21.7385 12.0756 21.6171C12.1259 21.4957 12.1996 21.3854 12.2925 21.2925L14.5863 19L12.2925 16.7075C12.1049 16.5199 11.9994 16.2654 11.9994 16C11.9994 15.7346 12.1049 15.4801 12.2925 15.2925C12.4801 15.1049 12.7346 14.9994 13 14.9994C13.2654 14.9994 13.5199 15.1049 13.7075 15.2925L16 17.5863L18.2925 15.2925C18.3854 15.1996 18.4957 15.1259 18.6171 15.0756C18.7385 15.0253 18.8686 14.9994 19 14.9994C19.1314 14.9994 19.2615 15.0253 19.3829 15.0756C19.5043 15.1259 19.6146 15.1996 19.7075 15.2925C19.8004 15.3854 19.8741 15.4957 19.9244 15.6171C19.9747 15.7385 20.0006 15.8686 20.0006 16C20.0006 16.1314 19.9747 16.2615 19.9244 16.3829C19.8741 16.5043 19.8004 16.6146 19.7075 16.7075L17.4137 19L19.7075 21.2925ZM26 10H6V6H9V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10Z" 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="M27 6V11H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z" fill="currentColor"/>
36
+ <path d="M26 4H23V3C23 2.73478 22.8946 2.48043 22.7071 2.29289C22.5196 2.10536 22.2652 2 22 2C21.7348 2 21.4804 2.10536 21.2929 2.29289C21.1054 2.48043 21 2.73478 21 3V4H11V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM9 6V7C9 7.26522 9.10536 7.51957 9.29289 7.70711C9.48043 7.89464 9.73478 8 10 8C10.2652 8 10.5196 7.89464 10.7071 7.70711C10.8946 7.51957 11 7.26522 11 7V6H21V7C21 7.26522 21.1054 7.51957 21.2929 7.70711C21.4804 7.89464 21.7348 8 22 8C22.2652 8 22.5196 7.89464 22.7071 7.70711C22.8946 7.51957 23 7.26522 23 7V6H26V10H6V6H9ZM26 26H6V12H26V26ZM19.7075 16.7075L17.4137 19L19.7075 21.2925C19.8004 21.3854 19.8741 21.4957 19.9244 21.6171C19.9747 21.7385 20.0006 21.8686 20.0006 22C20.0006 22.1314 19.9747 22.2615 19.9244 22.3829C19.8741 22.5043 19.8004 22.6146 19.7075 22.7075C19.6146 22.8004 19.5043 22.8741 19.3829 22.9244C19.2615 22.9747 19.1314 23.0006 19 23.0006C18.8686 23.0006 18.7385 22.9747 18.6171 22.9244C18.4957 22.8741 18.3854 22.8004 18.2925 22.7075L16 20.4137L13.7075 22.7075C13.6146 22.8004 13.5043 22.8741 13.3829 22.9244C13.2615 22.9747 13.1314 23.0006 13 23.0006C12.8686 23.0006 12.7385 22.9747 12.6171 22.9244C12.4957 22.8741 12.3854 22.8004 12.2925 22.7075C12.1996 22.6146 12.1259 22.5043 12.0756 22.3829C12.0253 22.2615 11.9994 22.1314 11.9994 22C11.9994 21.8686 12.0253 21.7385 12.0756 21.6171C12.1259 21.4957 12.1996 21.3854 12.2925 21.2925L14.5863 19L12.2925 16.7075C12.1049 16.5199 11.9994 16.2654 11.9994 16C11.9994 15.7346 12.1049 15.4801 12.2925 15.2925C12.4801 15.1049 12.7346 14.9994 13 14.9994C13.2654 14.9994 13.5199 15.1049 13.7075 15.2925L16 17.5863L18.2925 15.2925C18.3854 15.1996 18.4957 15.1259 18.6171 15.0756C18.7385 15.0253 18.8686 14.9994 19 14.9994C19.1314 14.9994 19.2615 15.0253 19.3829 15.0756C19.5043 15.1259 19.6146 15.1996 19.7075 15.2925C19.8004 15.3854 19.8741 15.4957 19.9244 15.6171C19.9747 15.7385 20.0006 15.8686 20.0006 16C20.0006 16.1314 19.9747 16.2615 19.9244 16.3829C19.8741 16.5043 19.8004 16.6146 19.7075 16.7075Z" 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 4.25H22.75V3C22.75 2.80109 22.671 2.61032 22.5303 2.46967C22.3897 2.32902 22.1989 2.25 22 2.25C21.8011 2.25 21.6103 2.32902 21.4697 2.46967C21.329 2.61032 21.25 2.80109 21.25 3V4.25H10.75V3C10.75 2.80109 10.671 2.61032 10.5303 2.46967C10.3897 2.32902 10.1989 2.25 10 2.25C9.80109 2.25 9.61032 2.32902 9.46967 2.46967C9.32902 2.61032 9.25 2.80109 9.25 3V4.25H6C5.53587 4.25 5.09075 4.43437 4.76256 4.76256C4.43437 5.09075 4.25 5.53587 4.25 6V26C4.25 26.4641 4.43437 26.9092 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9092 27.5656 27.2374 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V6C27.75 5.53587 27.5656 5.09075 27.2374 4.76256C26.9092 4.43437 26.4641 4.25 26 4.25ZM6 5.75H9.25V7C9.25 7.19891 9.32902 7.38968 9.46967 7.53033C9.61032 7.67098 9.80109 7.75 10 7.75C10.1989 7.75 10.3897 7.67098 10.5303 7.53033C10.671 7.38968 10.75 7.19891 10.75 7V5.75H21.25V7C21.25 7.19891 21.329 7.38968 21.4697 7.53033C21.6103 7.67098 21.8011 7.75 22 7.75C22.1989 7.75 22.3897 7.67098 22.5303 7.53033C22.671 7.38968 22.75 7.19891 22.75 7V5.75H26C26.0663 5.75 26.1299 5.77634 26.1768 5.82322C26.2237 5.87011 26.25 5.9337 26.25 6V10.25H5.75V6C5.75 5.9337 5.77634 5.87011 5.82322 5.82322C5.87011 5.77634 5.9337 5.75 6 5.75ZM26 26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V11.75H26.25V26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25ZM19.53 16.53L17.06 19L19.53 21.47C19.6037 21.5387 19.6628 21.6215 19.7038 21.7135C19.7448 21.8055 19.7668 21.9048 19.7686 22.0055C19.7704 22.1062 19.7518 22.2062 19.7141 22.2996C19.6764 22.393 19.6203 22.4778 19.549 22.549C19.4778 22.6203 19.393 22.6764 19.2996 22.7141C19.2062 22.7518 19.1062 22.7704 19.0055 22.7686C18.9048 22.7668 18.8055 22.7448 18.7135 22.7038C18.6215 22.6628 18.5387 22.6037 18.47 22.53L16 20.06L13.53 22.53C13.3878 22.6625 13.1998 22.7346 13.0055 22.7312C12.8112 22.7277 12.6258 22.649 12.4884 22.5116C12.351 22.3742 12.2723 22.1888 12.2688 21.9945C12.2654 21.8002 12.3375 21.6122 12.47 21.47L14.94 19L12.47 16.53C12.3963 16.4613 12.3372 16.3785 12.2962 16.2865C12.2552 16.1945 12.2332 16.0952 12.2314 15.9945C12.2296 15.8938 12.2482 15.7938 12.2859 15.7004C12.3236 15.607 12.3797 15.5222 12.451 15.451C12.5222 15.3797 12.607 15.3236 12.7004 15.2859C12.7938 15.2482 12.8938 15.2296 12.9945 15.2314C13.0952 15.2332 13.1945 15.2552 13.2865 15.2962C13.3785 15.3372 13.4613 15.3963 13.53 15.47L16 17.94L18.47 15.47C18.5387 15.3963 18.6215 15.3372 18.7135 15.2962C18.8055 15.2552 18.9048 15.2332 19.0055 15.2314C19.1062 15.2296 19.2062 15.2482 19.2996 15.2859C19.393 15.3236 19.4778 15.3797 19.549 15.451C19.6203 15.5222 19.6764 15.607 19.7141 15.7004C19.7518 15.7938 19.7704 15.8938 19.7686 15.9945C19.7668 16.0952 19.7448 16.1945 19.7038 16.2865C19.6628 16.3785 19.6037 16.4613 19.53 16.53Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CalendarX;
@@ -0,0 +1,105 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Clock = ({ type = "light" }: 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 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM16 27.5C13.7255 27.5 11.5021 26.8255 9.61095 25.5619C7.71978 24.2983 6.2458 22.5022 5.37539 20.4009C4.50498 18.2995 4.27724 15.9872 4.72097 13.7565C5.1647 11.5257 6.25997 9.47658 7.86828 7.86827C9.47658 6.25997 11.5257 5.1647 13.7565 4.72097C15.9872 4.27724 18.2995 4.50498 20.4009 5.37539C22.5022 6.24579 24.2983 7.71978 25.5619 9.61094C26.8255 11.5021 27.5 13.7255 27.5 16C27.4967 19.049 26.284 21.9721 24.1281 24.1281C21.9721 26.284 19.049 27.4967 16 27.5ZM23.5 16C23.5 16.1326 23.4473 16.2598 23.3536 16.3536C23.2598 16.4473 23.1326 16.5 23 16.5H16C15.8674 16.5 15.7402 16.4473 15.6465 16.3536C15.5527 16.2598 15.5 16.1326 15.5 16V9C15.5 8.86739 15.5527 8.74021 15.6465 8.64645C15.7402 8.55268 15.8674 8.5 16 8.5C16.1326 8.5 16.2598 8.55268 16.3536 8.64645C16.4473 8.74021 16.5 8.86739 16.5 9V15.5H23C23.1326 15.5 23.2598 15.5527 23.3536 15.6464C23.4473 15.7402 23.5 15.8674 23.5 16Z"
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="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H16C15.7348 17 15.4804 16.8946 15.2929 16.7071C15.1054 16.5196 15 16.2652 15 16V9C15 8.73478 15.1054 8.48043 15.2929 8.29289C15.4804 8.10536 15.7348 8 16 8C16.2652 8 16.5196 8.10536 16.7071 8.29289C16.8946 8.48043 17 8.73478 17 9V15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z"
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="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM16 26.5C13.9233 26.5 11.8932 25.8842 10.1665 24.7304C8.4398 23.5767 7.09399 21.9368 6.29927 20.0182C5.50455 18.0996 5.29662 15.9884 5.70176 13.9516C6.10691 11.9148 7.10693 10.0438 8.57538 8.57538C10.0438 7.10693 11.9148 6.1069 13.9516 5.70175C15.9884 5.29661 18.0996 5.50454 20.0182 6.29926C21.9368 7.09399 23.5767 8.4398 24.7304 10.1665C25.8842 11.8932 26.5 13.9233 26.5 16C26.497 18.7839 25.3898 21.4528 23.4213 23.4213C21.4529 25.3898 18.7839 26.497 16 26.5ZM24.5 16C24.5 16.3978 24.342 16.7794 24.0607 17.0607C23.7794 17.342 23.3978 17.5 23 17.5H16C15.6022 17.5 15.2206 17.342 14.9393 17.0607C14.658 16.7794 14.5 16.3978 14.5 16V9C14.5 8.60218 14.658 8.22064 14.9393 7.93934C15.2206 7.65804 15.6022 7.5 16 7.5C16.3978 7.5 16.7794 7.65804 17.0607 7.93934C17.342 8.22064 17.5 8.60218 17.5 9V14.5H23C23.3978 14.5 23.7794 14.658 24.0607 14.9393C24.342 15.2206 24.5 15.6022 24.5 16Z"
47
+ fill="currentColor"
48
+ />
49
+ </svg>
50
+ );
51
+ }
52
+ if (type === "fill") {
53
+ return (
54
+ <svg
55
+ xmlns="http://www.w3.org/2000/svg"
56
+ width="32"
57
+ height="32"
58
+ viewBox="0 0 32 32"
59
+ fill="none"
60
+ >
61
+ <path
62
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM23 17H16C15.7348 17 15.4804 16.8946 15.2929 16.7071C15.1054 16.5196 15 16.2652 15 16V9C15 8.73478 15.1054 8.48043 15.2929 8.29289C15.4804 8.10536 15.7348 8 16 8C16.2652 8 16.5196 8.10536 16.7071 8.29289C16.8946 8.48043 17 8.73478 17 9V15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17Z"
63
+ fill="currentColor"
64
+ />
65
+ </svg>
66
+ );
67
+ }
68
+ if (type === "duotone") {
69
+ return (
70
+ <svg
71
+ xmlns="http://www.w3.org/2000/svg"
72
+ width="32"
73
+ height="32"
74
+ viewBox="0 0 32 32"
75
+ fill="none"
76
+ >
77
+ <path
78
+ opacity="0.2"
79
+ d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z"
80
+ fill="currentColor"
81
+ />
82
+ <path
83
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H16C15.7348 17 15.4804 16.8946 15.2929 16.7071C15.1054 16.5196 15 16.2652 15 16V9C15 8.73478 15.1054 8.48043 15.2929 8.29289C15.4804 8.10536 15.7348 8 16 8C16.2652 8 16.5196 8.10536 16.7071 8.29289C16.8946 8.48043 17 8.73478 17 9V15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z"
84
+ fill="currentColor"
85
+ />
86
+ </svg>
87
+ );
88
+ }
89
+ return (
90
+ <svg
91
+ xmlns="http://www.w3.org/2000/svg"
92
+ width="32"
93
+ height="32"
94
+ viewBox="0 0 32 32"
95
+ fill="none"
96
+ >
97
+ <path
98
+ d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM16 27.25C13.775 27.25 11.5999 26.5902 9.74984 25.354C7.89979 24.1179 6.45785 22.3609 5.60636 20.3052C4.75488 18.2495 4.53209 15.9875 4.96617 13.8052C5.40025 11.6229 6.47171 9.61839 8.04505 8.04505C9.6184 6.47171 11.623 5.40025 13.8052 4.96617C15.9875 4.53208 18.2495 4.75487 20.3052 5.60636C22.3609 6.45784 24.1179 7.89978 25.354 9.74984C26.5902 11.5999 27.25 13.775 27.25 16C27.2467 18.9827 26.0604 21.8422 23.9513 23.9513C21.8422 26.0604 18.9827 27.2467 16 27.25ZM23.75 16C23.75 16.1989 23.671 16.3897 23.5303 16.5303C23.3897 16.671 23.1989 16.75 23 16.75H16C15.8011 16.75 15.6103 16.671 15.4697 16.5303C15.329 16.3897 15.25 16.1989 15.25 16V9C15.25 8.80109 15.329 8.61032 15.4697 8.46967C15.6103 8.32902 15.8011 8.25 16 8.25C16.1989 8.25 16.3897 8.32902 16.5303 8.46967C16.671 8.61032 16.75 8.80109 16.75 9V15.25H23C23.1989 15.25 23.3897 15.329 23.5303 15.4697C23.671 15.6103 23.75 15.8011 23.75 16Z"
99
+ fill="currentColor"
100
+ />
101
+ </svg>
102
+ );
103
+ };
104
+
105
+ export default Clock;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ClockAfternoon = ({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 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM16 27.5C13.7255 27.5 11.5021 26.8255 9.61095 25.5619C7.71978 24.2983 6.2458 22.5022 5.37539 20.4009C4.50498 18.2995 4.27724 15.9872 4.72097 13.7565C5.1647 11.5257 6.25997 9.47658 7.86828 7.86827C9.47658 6.25997 11.5257 5.1647 13.7565 4.72097C15.9872 4.27724 18.2995 4.50498 20.4009 5.37539C22.5022 6.24579 24.2983 7.71978 25.5619 9.61094C26.8255 11.5021 27.5 13.7255 27.5 16C27.4967 19.049 26.284 21.9721 24.1281 24.1281C21.9721 26.284 19.049 27.4967 16 27.5ZM23.5 16C23.5 16.1326 23.4473 16.2598 23.3536 16.3536C23.2598 16.4473 23.1326 16.5 23 16.5H17.2075L21.3538 20.6462C21.4476 20.7401 21.5003 20.8673 21.5003 21C21.5003 21.1327 21.4476 21.2599 21.3538 21.3538C21.2599 21.4476 21.1327 21.5003 21 21.5003C20.8673 21.5003 20.7401 21.4476 20.6463 21.3538L15.6463 16.3538C15.5763 16.2838 15.5286 16.1947 15.5092 16.0977C15.4899 16.0006 15.4998 15.9 15.5377 15.8086C15.5756 15.7172 15.6397 15.6391 15.722 15.5841C15.8043 15.5292 15.9011 15.4999 16 15.5H23C23.1326 15.5 23.2598 15.5527 23.3536 15.6464C23.4473 15.7402 23.5 15.8674 23.5 16Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H18.4138L21.7075 20.2925C21.8004 20.3854 21.8741 20.4957 21.9244 20.6171C21.9747 20.7385 22.0006 20.8686 22.0006 21C22.0006 21.1314 21.9747 21.2615 21.9244 21.3829C21.8741 21.5043 21.8004 21.6146 21.7075 21.7075C21.6146 21.8004 21.5043 21.8741 21.3829 21.9244C21.2615 21.9747 21.1314 22.0006 21 22.0006C20.8686 22.0006 20.7385 21.9747 20.6171 21.9244C20.4957 21.8741 20.3854 21.8004 20.2925 21.7075L15.2925 16.7075C15.1525 16.5676 15.0571 16.3894 15.0185 16.1953C14.9798 16.0012 14.9996 15.8 15.0754 15.6172C15.1511 15.4344 15.2794 15.2782 15.444 15.1683C15.6086 15.0584 15.8021 14.9998 16 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM16 26.5C13.9233 26.5 11.8932 25.8842 10.1665 24.7304C8.4398 23.5767 7.09399 21.9368 6.29927 20.0182C5.50455 18.0996 5.29662 15.9884 5.70176 13.9516C6.10691 11.9148 7.10693 10.0438 8.57538 8.57538C10.0438 7.10693 11.9148 6.1069 13.9516 5.70175C15.9884 5.29661 18.0996 5.50454 20.0182 6.29926C21.9368 7.09399 23.5767 8.4398 24.7304 10.1665C25.8842 11.8932 26.5 13.9233 26.5 16C26.497 18.7839 25.3898 21.4528 23.4213 23.4213C21.4529 25.3898 18.7839 26.497 16 26.5ZM24.5 16C24.5 16.3978 24.342 16.7794 24.0607 17.0607C23.7794 17.342 23.3978 17.5 23 17.5H19.625L22.065 19.9387C22.3468 20.2205 22.5051 20.6027 22.5051 21.0012C22.5051 21.3998 22.3468 21.782 22.065 22.0637C21.7832 22.3455 21.401 22.5039 21.0025 22.5039C20.604 22.5039 20.2218 22.3455 19.94 22.0637L14.94 17.0637C14.7292 16.8542 14.5854 16.5867 14.5269 16.2953C14.4684 16.0038 14.4978 15.7016 14.6114 15.4269C14.725 15.1522 14.9176 14.9174 15.1648 14.7524C15.4121 14.5874 15.7028 14.4995 16 14.5H23C23.3978 14.5 23.7794 14.658 24.0607 14.9393C24.342 15.2206 24.5 15.6022 24.5 16Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM23 17H18.4138L21.7075 20.2925C21.8004 20.3854 21.8741 20.4957 21.9244 20.6171C21.9747 20.7385 22.0006 20.8686 22.0006 21C22.0006 21.1314 21.9747 21.2615 21.9244 21.3829C21.8741 21.5043 21.8004 21.6146 21.7075 21.7075C21.6146 21.8004 21.5043 21.8741 21.3829 21.9244C21.2615 21.9747 21.1314 22.0006 21 22.0006C20.8686 22.0006 20.7385 21.9747 20.6171 21.9244C20.4957 21.8741 20.3854 21.8004 20.2925 21.7075L15.2925 16.7075C15.1525 16.5676 15.0571 16.3894 15.0185 16.1953C14.9798 16.0012 14.9996 15.8 15.0754 15.6172C15.1511 15.4344 15.2794 15.2782 15.444 15.1683C15.6086 15.0584 15.8021 14.9998 16 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z" fill="currentColor"/>
36
+ <path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H18.4138L21.7075 20.2925C21.8004 20.3854 21.8741 20.4957 21.9244 20.6171C21.9747 20.7385 22.0006 20.8686 22.0006 21C22.0006 21.1314 21.9747 21.2615 21.9244 21.3829C21.8741 21.5043 21.8004 21.6146 21.7075 21.7075C21.6146 21.8004 21.5043 21.8741 21.3829 21.9244C21.2615 21.9747 21.1314 22.0006 21 22.0006C20.8686 22.0006 20.7385 21.9747 20.6171 21.9244C20.4957 21.8741 20.3854 21.8004 20.2925 21.7075L15.2925 16.7075C15.1525 16.5676 15.0571 16.3894 15.0185 16.1953C14.9798 16.0012 14.9996 15.8 15.0754 15.6172C15.1511 15.4344 15.2794 15.2782 15.444 15.1683C15.6086 15.0584 15.8021 14.9998 16 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM16 27.25C13.775 27.25 11.5999 26.5902 9.74984 25.354C7.89979 24.1179 6.45785 22.3609 5.60636 20.3052C4.75488 18.2495 4.53209 15.9875 4.96617 13.8052C5.40025 11.6229 6.47171 9.61839 8.04505 8.04505C9.6184 6.47171 11.623 5.40025 13.8052 4.96617C15.9875 4.53208 18.2495 4.75487 20.3052 5.60636C22.3609 6.45784 24.1179 7.89978 25.354 9.74984C26.5902 11.5999 27.25 13.775 27.25 16C27.2467 18.9827 26.0604 21.8422 23.9513 23.9513C21.8422 26.0604 18.9827 27.2467 16 27.25ZM23.75 16C23.75 16.1989 23.671 16.3897 23.5303 16.5303C23.3897 16.671 23.1989 16.75 23 16.75H17.8113L21.53 20.47C21.6037 20.5387 21.6628 20.6215 21.7038 20.7135C21.7448 20.8055 21.7668 20.9048 21.7686 21.0055C21.7704 21.1062 21.7519 21.2062 21.7141 21.2996C21.6764 21.393 21.6203 21.4778 21.549 21.549C21.4778 21.6203 21.393 21.6764 21.2996 21.7141C21.2062 21.7518 21.1062 21.7704 21.0055 21.7686C20.9048 21.7668 20.8055 21.7448 20.7135 21.7038C20.6215 21.6628 20.5387 21.6037 20.47 21.53L15.47 16.53C15.3652 16.4251 15.2939 16.2915 15.265 16.1461C15.2362 16.0007 15.251 15.85 15.3077 15.7131C15.3644 15.5761 15.4605 15.459 15.5837 15.3766C15.7069 15.2942 15.8518 15.2501 16 15.25H23C23.1989 15.25 23.3897 15.329 23.5303 15.4697C23.671 15.6103 23.75 15.8011 23.75 16Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ClockAfternoon;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ClockAfternoon = ({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="M26 4.5H22.5V3C22.5 2.86739 22.4473 2.74021 22.3536 2.64645C22.2598 2.55268 22.1326 2.5 22 2.5C21.8674 2.5 21.7402 2.55268 21.6464 2.64645C21.5527 2.74021 21.5 2.86739 21.5 3V4.5H10.5V3C10.5 2.86739 10.4473 2.74021 10.3536 2.64645C10.2598 2.55268 10.1326 2.5 10 2.5C9.86739 2.5 9.74021 2.55268 9.64645 2.64645C9.55268 2.74021 9.5 2.86739 9.5 3V4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22064 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM6 5.5H9.5V7C9.5 7.13261 9.55268 7.25979 9.64645 7.35355C9.74021 7.44732 9.86739 7.5 10 7.5C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5.5H21.5V7C21.5 7.13261 21.5527 7.25979 21.6464 7.35355C21.7402 7.44732 21.8674 7.5 22 7.5C22.1326 7.5 22.2598 7.44732 22.3536 7.35355C22.4473 7.25979 22.5 7.13261 22.5 7V5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V10.5H5.5V6C5.5 5.86739 5.55268 5.74021 5.64645 5.64645C5.74021 5.55268 5.86739 5.5 6 5.5ZM26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V11.5H26.5V26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5ZM19.3538 16.3538L16.7075 19L19.3538 21.6462C19.4476 21.7401 19.5003 21.8673 19.5003 22C19.5003 22.1327 19.4476 22.2599 19.3538 22.3538C19.2599 22.4476 19.1327 22.5003 19 22.5003C18.8673 22.5003 18.7401 22.4476 18.6462 22.3538L16 19.7075L13.3538 22.3538C13.2599 22.4476 13.1327 22.5003 13 22.5003C12.8673 22.5003 12.7401 22.4476 12.6462 22.3538C12.5524 22.2599 12.4997 22.1327 12.4997 22C12.4997 21.8673 12.5524 21.7401 12.6462 21.6462L15.2925 19L12.6462 16.3538C12.5998 16.3073 12.5629 16.2521 12.5378 16.1914C12.5127 16.1308 12.4997 16.0657 12.4997 16C12.4997 15.9343 12.5127 15.8692 12.5378 15.8086C12.5629 15.7479 12.5998 15.6927 12.6462 15.6462C12.6927 15.5998 12.7479 15.5629 12.8086 15.5378C12.8692 15.5127 12.9343 15.4997 13 15.4997C13.0657 15.4997 13.1308 15.5127 13.1914 15.5378C13.2521 15.5629 13.3073 15.5998 13.3538 15.6462L16 18.2925L18.6462 15.6462C18.6927 15.5998 18.7479 15.5629 18.8086 15.5378C18.8692 15.5127 18.9343 15.4997 19 15.4997C19.0657 15.4997 19.1308 15.5127 19.1914 15.5378C19.2521 15.5629 19.3073 15.5998 19.3538 15.6462C19.4002 15.6927 19.4371 15.7479 19.4622 15.8086C19.4873 15.8692 19.5003 15.9343 19.5003 16C19.5003 16.0657 19.4873 16.1308 19.4622 16.1914C19.4371 16.2521 19.4002 16.3073 19.3538 16.3538Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H18.4138L21.7075 20.2925C21.8004 20.3854 21.8741 20.4957 21.9244 20.6171C21.9747 20.7385 22.0006 20.8686 22.0006 21C22.0006 21.1314 21.9747 21.2615 21.9244 21.3829C21.8741 21.5043 21.8004 21.6146 21.7075 21.7075C21.6146 21.8004 21.5043 21.8741 21.3829 21.9244C21.2615 21.9747 21.1314 22.0006 21 22.0006C20.8686 22.0006 20.7385 21.9747 20.6171 21.9244C20.4957 21.8741 20.3854 21.8004 20.2925 21.7075L15.2925 16.7075C15.1525 16.5676 15.0571 16.3894 15.0185 16.1953C14.9798 16.0012 14.9996 15.8 15.0754 15.6172C15.1511 15.4344 15.2794 15.2782 15.444 15.1683C15.6086 15.0584 15.8021 14.9998 16 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z" fill="#191919"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM16 26.5C13.9233 26.5 11.8932 25.8842 10.1665 24.7304C8.4398 23.5767 7.09399 21.9368 6.29927 20.0182C5.50455 18.0996 5.29662 15.9884 5.70176 13.9516C6.10691 11.9148 7.10693 10.0438 8.57538 8.57538C10.0438 7.10693 11.9148 6.1069 13.9516 5.70175C15.9884 5.29661 18.0996 5.50454 20.0182 6.29926C21.9368 7.09399 23.5767 8.4398 24.7304 10.1665C25.8842 11.8932 26.5 13.9233 26.5 16C26.497 18.7839 25.3898 21.4528 23.4213 23.4213C21.4529 25.3898 18.7839 26.497 16 26.5ZM24.5 16C24.5 16.3978 24.342 16.7794 24.0607 17.0607C23.7794 17.342 23.3978 17.5 23 17.5H19.625L22.065 19.9387C22.3468 20.2205 22.5051 20.6027 22.5051 21.0012C22.5051 21.3998 22.3468 21.782 22.065 22.0637C21.7832 22.3455 21.401 22.5039 21.0025 22.5039C20.604 22.5039 20.2218 22.3455 19.94 22.0637L14.94 17.0637C14.7292 16.8542 14.5854 16.5867 14.5269 16.2953C14.4684 16.0038 14.4978 15.7016 14.6114 15.4269C14.725 15.1522 14.9176 14.9174 15.1648 14.7524C15.4121 14.5874 15.7028 14.4995 16 14.5H23C23.3978 14.5 23.7794 14.658 24.0607 14.9393C24.342 15.2206 24.5 15.6022 24.5 16Z" 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="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM23 17H18.4138L21.7075 20.2925C21.8004 20.3854 21.8741 20.4957 21.9244 20.6171C21.9747 20.7385 22.0006 20.8686 22.0006 21C22.0006 21.1314 21.9747 21.2615 21.9244 21.3829C21.8741 21.5043 21.8004 21.6146 21.7075 21.7075C21.6146 21.8004 21.5043 21.8741 21.3829 21.9244C21.2615 21.9747 21.1314 22.0006 21 22.0006C20.8686 22.0006 20.7385 21.9747 20.6171 21.9244C20.4957 21.8741 20.3854 21.8004 20.2925 21.7075L15.2925 16.7075C15.1525 16.5676 15.0571 16.3894 15.0185 16.1953C14.9798 16.0012 14.9996 15.8 15.0754 15.6172C15.1511 15.4344 15.2794 15.2782 15.444 15.1683C15.6086 15.0584 15.8021 14.9998 16 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17Z" fill="#191919"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z" fill="#191919"/>
36
+ <path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 27C13.8244 27 11.6977 26.3549 9.88873 25.1462C8.07979 23.9375 6.66989 22.2195 5.83733 20.2095C5.00477 18.1995 4.78693 15.9878 5.21137 13.854C5.63581 11.7202 6.68345 9.7602 8.22183 8.22183C9.76021 6.68345 11.7202 5.6358 13.854 5.21136C15.9878 4.78692 18.1995 5.00476 20.2095 5.83733C22.2195 6.66989 23.9375 8.07979 25.1462 9.88873C26.3549 11.6977 27 13.8244 27 16C26.9967 18.9164 25.8367 21.7123 23.7745 23.7745C21.7123 25.8367 18.9164 26.9967 16 27ZM24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H18.4138L21.7075 20.2925C21.8004 20.3854 21.8741 20.4957 21.9244 20.6171C21.9747 20.7385 22.0006 20.8686 22.0006 21C22.0006 21.1314 21.9747 21.2615 21.9244 21.3829C21.8741 21.5043 21.8004 21.6146 21.7075 21.7075C21.6146 21.8004 21.5043 21.8741 21.3829 21.9244C21.2615 21.9747 21.1314 22.0006 21 22.0006C20.8686 22.0006 20.7385 21.9747 20.6171 21.9244C20.4957 21.8741 20.3854 21.8004 20.2925 21.7075L15.2925 16.7075C15.1525 16.5676 15.0571 16.3894 15.0185 16.1953C14.9798 16.0012 14.9996 15.8 15.0754 15.6172C15.1511 15.4344 15.2794 15.2782 15.444 15.1683C15.6086 15.0584 15.8021 14.9998 16 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16Z" fill="#191919"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM16 27.25C13.775 27.25 11.5999 26.5902 9.74984 25.354C7.89979 24.1179 6.45785 22.3609 5.60636 20.3052C4.75488 18.2495 4.53209 15.9875 4.96617 13.8052C5.40025 11.6229 6.47171 9.61839 8.04505 8.04505C9.6184 6.47171 11.623 5.40025 13.8052 4.96617C15.9875 4.53208 18.2495 4.75487 20.3052 5.60636C22.3609 6.45784 24.1179 7.89978 25.354 9.74984C26.5902 11.5999 27.25 13.775 27.25 16C27.2467 18.9827 26.0604 21.8422 23.9513 23.9513C21.8422 26.0604 18.9827 27.2467 16 27.25ZM23.75 16C23.75 16.1989 23.671 16.3897 23.5303 16.5303C23.3897 16.671 23.1989 16.75 23 16.75H17.8113L21.53 20.47C21.6037 20.5387 21.6628 20.6215 21.7038 20.7135C21.7448 20.8055 21.7668 20.9048 21.7686 21.0055C21.7704 21.1062 21.7519 21.2062 21.7141 21.2996C21.6764 21.393 21.6203 21.4778 21.549 21.549C21.4778 21.6203 21.393 21.6764 21.2996 21.7141C21.2062 21.7518 21.1062 21.7704 21.0055 21.7686C20.9048 21.7668 20.8055 21.7448 20.7135 21.7038C20.6215 21.6628 20.5387 21.6037 20.47 21.53L15.47 16.53C15.3652 16.4251 15.2939 16.2915 15.265 16.1461C15.2362 16.0007 15.251 15.85 15.3077 15.7131C15.3644 15.5761 15.4605 15.459 15.5837 15.3766C15.7069 15.2942 15.8518 15.2501 16 15.25H23C23.1989 15.25 23.3897 15.329 23.5303 15.4697C23.671 15.6103 23.75 15.8011 23.75 16Z" fill="#191919"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ClockAfternoon;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ClockClockwise = ({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.4995 10.0001V15.7176L21.257 18.5713C21.3707 18.6396 21.4526 18.7503 21.4847 18.879C21.5168 19.0077 21.4965 19.1439 21.4282 19.2576C21.3599 19.3713 21.2492 19.4532 21.1205 19.4853C20.9919 19.5174 20.8557 19.4971 20.742 19.4288L15.742 16.4288C15.668 16.3844 15.6067 16.3215 15.5642 16.2464C15.5217 16.1712 15.4994 16.0864 15.4995 16.0001V10.0001C15.4995 9.86746 15.5521 9.74028 15.6459 9.64651C15.7397 9.55274 15.8668 9.50006 15.9995 9.50006C16.1321 9.50006 16.2592 9.55274 16.353 9.64651C16.4468 9.74028 16.4995 9.86746 16.4995 10.0001ZM27.9995 7.50007C27.8668 7.50007 27.7397 7.55274 27.6459 7.64651C27.5521 7.74028 27.4995 7.86746 27.4995 8.00007V11.6063C26.4157 10.3076 25.3745 9.12507 24.1307 7.87507C22.532 6.27757 20.4981 5.18653 18.283 4.73826C16.0678 4.28998 13.7697 4.50434 11.6757 5.35455C9.58171 6.20476 7.78463 7.65314 6.50898 9.51874C5.23334 11.3843 4.53567 13.5845 4.50314 15.8443C4.47062 18.1041 5.10467 20.3233 6.32609 22.2249C7.54751 24.1264 9.30216 25.6259 11.3708 26.5361C13.4395 27.4462 15.7305 27.7266 17.9576 27.3423C20.1847 26.9579 22.2492 25.9259 23.8932 24.3751C23.941 24.3299 23.9794 24.2758 24.0062 24.2158C24.0331 24.1558 24.0479 24.0912 24.0497 24.0255C24.0516 23.9598 24.0405 23.8943 24.0171 23.8329C23.9936 23.7715 23.9583 23.7153 23.9132 23.6676C23.8681 23.6198 23.814 23.5814 23.754 23.5545C23.694 23.5277 23.6293 23.5129 23.5636 23.511C23.4979 23.5092 23.4325 23.5203 23.3711 23.5437C23.3097 23.5671 23.2535 23.6024 23.2057 23.6476C21.7049 25.064 19.8199 26.0067 17.7864 26.358C15.7528 26.7093 13.6608 26.4536 11.7718 25.6228C9.88273 24.792 8.28038 23.4229 7.16494 21.6867C6.04949 19.9505 5.4704 17.924 5.50003 15.8606C5.52965 13.7971 6.16667 11.7881 7.3315 10.0846C8.49634 8.38112 10.1373 7.05863 12.0494 6.2824C13.9616 5.50616 16.06 5.3106 18.0827 5.72013C20.1053 6.12967 21.9624 7.12614 23.422 8.58506C24.712 9.87506 25.7982 11.1251 26.9407 12.5001H22.9995C22.8668 12.5001 22.7397 12.5527 22.6459 12.6465C22.5521 12.7403 22.4995 12.8675 22.4995 13.0001C22.4995 13.1327 22.5521 13.2599 22.6459 13.3536C22.7397 13.4474 22.8668 13.5001 22.9995 13.5001H27.9995C28.1321 13.5001 28.2592 13.4474 28.353 13.3536C28.4468 13.2599 28.4995 13.1327 28.4995 13.0001V8.00007C28.4995 7.86746 28.4468 7.74028 28.353 7.64651C28.2592 7.55274 28.1321 7.50007 27.9995 7.50007Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M17.0007 10V15.4338L21.5157 18.1425C21.7432 18.2791 21.907 18.5005 21.9713 18.7579C22.0355 19.0153 21.9948 19.2876 21.8582 19.515C21.7217 19.7425 21.5003 19.9063 21.2429 19.9705C20.9855 20.0348 20.7132 19.9941 20.4857 19.8575L15.4857 16.8575C15.3378 16.7686 15.2153 16.6429 15.1303 16.4927C15.0453 16.3424 15.0007 16.1727 15.0007 16V10C15.0007 9.73483 15.1061 9.48047 15.2936 9.29294C15.4812 9.1054 15.7355 9.00004 16.0007 9.00004C16.266 9.00004 16.5203 9.1054 16.7079 9.29294C16.8954 9.48047 17.0007 9.73483 17.0007 10ZM28.0007 7.00004C27.7355 7.00004 27.4812 7.1054 27.2936 7.29294C27.1061 7.48047 27.0007 7.73483 27.0007 8.00004V10.25C26.207 9.33004 25.397 8.44379 24.4857 7.52129C22.8181 5.85343 20.6959 4.71399 18.3843 4.24536C16.0727 3.77673 13.6743 3.99969 11.4887 4.88638C9.30316 5.77306 7.42734 7.28416 6.09567 9.23085C4.76399 11.1775 4.03552 13.4735 4.00127 15.8318C3.96701 18.1902 4.6285 20.5063 5.90307 22.4909C7.17765 24.4754 9.00879 26.0403 11.1677 26.9901C13.3266 27.9399 15.7175 28.2324 18.0417 27.8311C20.3659 27.4298 22.5203 26.3525 24.2357 24.7338C24.3313 24.6435 24.4081 24.5353 24.4618 24.4153C24.5155 24.2953 24.5451 24.166 24.5488 24.0346C24.5525 23.9032 24.5303 23.7723 24.4835 23.6495C24.4366 23.5267 24.366 23.4143 24.2757 23.3188C24.1855 23.2233 24.0772 23.1464 23.9573 23.0927C23.8373 23.039 23.7079 23.0094 23.5765 23.0057C23.4451 23.002 23.3143 23.0242 23.1915 23.0711C23.0687 23.1179 22.9563 23.1885 22.8607 23.2788C21.4308 24.6264 19.6355 25.5229 17.6992 25.8563C15.7628 26.1897 13.7711 25.9452 11.9728 25.1535C10.1745 24.3617 8.64927 23.0577 7.58764 21.4043C6.52601 19.7509 5.97499 17.8214 6.00339 15.8567C6.03179 13.892 6.63836 11.9793 7.74734 10.3573C8.85632 8.73525 10.4186 7.47589 12.239 6.73643C14.0594 5.99698 16.0574 5.81021 17.9833 6.19945C19.9093 6.58868 21.6779 7.53668 23.0682 8.92504C24.0857 9.95504 24.977 10.9475 25.8757 12H23.0007C22.7355 12 22.4812 12.1054 22.2936 12.2929C22.1061 12.4805 22.0007 12.7348 22.0007 13C22.0007 13.2653 22.1061 13.5196 22.2936 13.7071C22.4812 13.8947 22.7355 14 23.0007 14H28.0007C28.266 14 28.5203 13.8947 28.7079 13.7071C28.8954 13.5196 29.0007 13.2653 29.0007 13V8.00004C29.0007 7.73483 28.8954 7.48047 28.7079 7.29294C28.5203 7.1054 28.266 7.00004 28.0007 7.00004Z" 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="M17.4996 9.99992V15.1512L21.7708 17.7137C21.9436 17.813 22.0948 17.9458 22.2156 18.1043C22.3364 18.2627 22.4245 18.4437 22.4746 18.6365C22.5247 18.8294 22.5359 19.0303 22.5075 19.2275C22.4792 19.4247 22.4118 19.6143 22.3093 19.7852C22.2068 19.9561 22.0713 20.1049 21.9107 20.2228C21.7501 20.3408 21.5676 20.4256 21.3739 20.4722C21.1802 20.5188 20.9791 20.5264 20.7824 20.4945C20.5857 20.4625 20.3974 20.3917 20.2283 20.2862L15.2283 17.2862C15.0061 17.153 14.8222 16.9645 14.6945 16.7391C14.5668 16.5136 14.4996 16.259 14.4996 15.9999V9.99992C14.4996 9.6021 14.6576 9.22057 14.9389 8.93926C15.2202 8.65796 15.6018 8.49992 15.9996 8.49992C16.3974 8.49992 16.779 8.65796 17.0603 8.93926C17.3416 9.22057 17.4996 9.6021 17.4996 9.99992ZM27.9996 6.49992C27.6018 6.49992 27.2202 6.65796 26.9389 6.93926C26.6576 7.22057 26.4996 7.6021 26.4996 7.99992V8.92117C25.9733 8.33742 25.4271 7.75742 24.8383 7.16117C23.101 5.42402 20.8903 4.23735 18.4823 3.74945C16.0744 3.26155 13.5761 3.49406 11.2996 4.41792C9.02306 5.34177 7.06925 6.91601 5.6823 8.94393C4.29535 10.9719 3.53675 13.3635 3.5013 15.8201C3.46585 18.2767 4.15511 20.6893 5.48297 22.7564C6.81083 24.8235 8.71839 26.4534 10.9673 27.4426C13.2162 28.4318 15.7068 28.7363 18.1278 28.3181C20.5488 27.8999 22.7928 26.7775 24.5796 25.0912C24.869 24.818 25.0381 24.441 25.0495 24.0432C25.061 23.6454 24.914 23.2593 24.6408 22.9699C24.3677 22.6805 23.9907 22.5115 23.5929 22.5C23.1951 22.4885 22.809 22.6355 22.5196 22.9087C21.1619 24.19 19.4567 25.0429 17.6172 25.3608C15.7776 25.6788 13.8851 25.4476 12.1761 24.6963C10.4671 23.945 9.01729 22.7069 8.00784 21.1365C6.99839 19.566 6.47401 17.733 6.5002 15.8663C6.52638 13.9997 7.10198 12.1821 8.15508 10.6406C9.20819 9.09914 10.6921 7.90211 12.4215 7.19905C14.151 6.49598 16.0492 6.31804 17.8791 6.68746C19.7091 7.05688 21.3896 7.95727 22.7108 9.27617C23.4508 10.0249 24.1246 10.7499 24.7783 11.4999H22.9996C22.6018 11.4999 22.2202 11.658 21.9389 11.9393C21.6576 12.2206 21.4996 12.6021 21.4996 12.9999C21.4996 13.3977 21.6576 13.7793 21.9389 14.0606C22.2202 14.3419 22.6018 14.4999 22.9996 14.4999H27.9996C28.3974 14.4999 28.779 14.3419 29.0603 14.0606C29.3416 13.7793 29.4996 13.3977 29.4996 12.9999V7.99992C29.4996 7.6021 29.3416 7.22057 29.0603 6.93926C28.779 6.65796 28.3974 6.49992 27.9996 6.49992Z" 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="M17.0002 9.99994V15.4337L21.5152 18.1424C21.7426 18.279 21.9065 18.5004 21.9707 18.7578C22.0349 19.0152 21.9943 19.2875 21.8577 19.5149C21.7211 19.7424 21.4998 19.9062 21.2424 19.9704C20.985 20.0347 20.7126 19.994 20.4852 19.8574L15.4852 16.8574C15.3372 16.7685 15.2148 16.6428 15.1298 16.4926C15.0448 16.3423 15.0001 16.1726 15.0002 15.9999V9.99994C15.0002 9.73473 15.1056 9.48037 15.2931 9.29284C15.4806 9.1053 15.735 8.99994 16.0002 8.99994C16.2654 8.99994 16.5198 9.1053 16.7073 9.29284C16.8948 9.48037 17.0002 9.73473 17.0002 9.99994ZM28.3827 7.07619C28.2 7.0004 27.9989 6.98048 27.8049 7.01898C27.6109 7.05747 27.4326 7.15264 27.2927 7.29244L25.7502 8.83869C25.3465 8.39994 24.9302 7.96369 24.4877 7.51494C22.82 5.84708 20.6978 4.70764 18.3862 4.23901C16.0747 3.77038 13.6763 3.99334 11.4907 4.88003C9.30511 5.76671 7.42929 7.27781 6.09762 9.2245C4.76595 11.1712 4.03747 13.4671 4.00322 15.8255C3.96897 18.1838 4.63045 20.5 5.90503 22.4845C7.1796 24.4691 9.01074 26.034 11.1696 26.9838C13.3285 27.9336 15.7195 28.2261 18.0437 27.8248C20.3679 27.4235 22.5223 26.3462 24.2377 24.7274C24.3332 24.6372 24.4101 24.5289 24.4638 24.409C24.5175 24.289 24.547 24.1596 24.5508 24.0282C24.5545 23.8968 24.5323 23.766 24.4854 23.6432C24.4386 23.5204 24.368 23.408 24.2777 23.3124C24.1874 23.2169 24.0792 23.1401 23.9592 23.0864C23.8393 23.0327 23.7099 23.0031 23.5785 22.9994C23.4471 22.9957 23.3162 23.0179 23.1934 23.0647C23.0706 23.1116 22.9582 23.1822 22.8627 23.2724C21.4333 24.6212 19.6382 25.5189 17.7016 25.8533C15.765 26.1877 13.7728 25.9442 11.9738 25.1529C10.1749 24.3617 8.64891 23.058 7.58661 21.4046C6.5243 19.7511 5.97274 17.8214 6.00081 15.8563C6.02889 13.8912 6.63537 11.978 7.74447 10.3556C8.85358 8.73323 10.4162 7.47361 12.237 6.73412C14.0578 5.99462 16.0562 5.80804 17.9824 6.19768C19.9087 6.58733 21.6774 7.53591 23.0677 8.92494C23.5102 9.37245 23.9264 9.81244 24.3314 10.2537L22.2927 12.2924C22.1527 12.4323 22.0573 12.6106 22.0187 12.8046C21.98 12.9987 21.9998 13.1999 22.0756 13.3827C22.1513 13.5656 22.2796 13.7218 22.4442 13.8317C22.6088 13.9415 22.8023 14.0001 23.0002 13.9999H28.0002C28.2654 13.9999 28.5198 13.8946 28.7073 13.7071C28.8948 13.5195 29.0002 13.2652 29.0002 12.9999V7.99994C29.0002 7.80216 28.9415 7.60884 28.8316 7.44441C28.7216 7.27999 28.5654 7.15185 28.3827 7.07619Z" 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="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" fill="currentColor"/>
36
+ <path d="M17.0007 10V15.4338L21.5157 18.1425C21.7432 18.2791 21.907 18.5005 21.9713 18.7579C22.0355 19.0153 21.9948 19.2876 21.8582 19.515C21.7217 19.7425 21.5003 19.9063 21.2429 19.9705C20.9855 20.0348 20.7132 19.9941 20.4857 19.8575L15.4857 16.8575C15.3378 16.7686 15.2153 16.6429 15.1303 16.4927C15.0453 16.3424 15.0007 16.1727 15.0007 16V10C15.0007 9.73483 15.1061 9.48047 15.2936 9.29294C15.4812 9.1054 15.7355 9.00004 16.0007 9.00004C16.266 9.00004 16.5203 9.1054 16.7079 9.29294C16.8954 9.48047 17.0007 9.73483 17.0007 10ZM28.0007 7.00004C27.7355 7.00004 27.4812 7.1054 27.2936 7.29294C27.1061 7.48047 27.0007 7.73483 27.0007 8.00004V10.25C26.207 9.33004 25.397 8.44379 24.4857 7.52129C22.8181 5.85343 20.6959 4.71399 18.3843 4.24536C16.0727 3.77673 13.6743 3.99969 11.4887 4.88638C9.30316 5.77306 7.42734 7.28416 6.09567 9.23085C4.76399 11.1775 4.03552 13.4735 4.00127 15.8318C3.96701 18.1902 4.6285 20.5063 5.90307 22.4909C7.17765 24.4754 9.00879 26.0403 11.1677 26.9901C13.3266 27.9399 15.7175 28.2324 18.0417 27.8311C20.3659 27.4298 22.5203 26.3525 24.2357 24.7338C24.3313 24.6435 24.4081 24.5353 24.4618 24.4153C24.5155 24.2953 24.5451 24.166 24.5488 24.0346C24.5525 23.9032 24.5303 23.7723 24.4835 23.6495C24.4366 23.5267 24.366 23.4143 24.2757 23.3188C24.1855 23.2233 24.0772 23.1464 23.9573 23.0927C23.8373 23.039 23.7079 23.0094 23.5765 23.0057C23.4451 23.002 23.3143 23.0242 23.1915 23.0711C23.0687 23.1179 22.9563 23.1885 22.8607 23.2788C21.4308 24.6264 19.6355 25.5229 17.6992 25.8563C15.7628 26.1897 13.7711 25.9452 11.9728 25.1535C10.1745 24.3617 8.64927 23.0577 7.58764 21.4043C6.52601 19.7509 5.97499 17.8214 6.00339 15.8567C6.03179 13.892 6.63836 11.9793 7.74734 10.3573C8.85632 8.73525 10.4186 7.47589 12.239 6.73643C14.0594 5.99698 16.0574 5.81021 17.9833 6.19945C19.9093 6.58868 21.6779 7.53668 23.0682 8.92504C24.0857 9.95504 24.977 10.9475 25.8757 12H23.0007C22.7355 12 22.4812 12.1054 22.2936 12.2929C22.1061 12.4805 22.0007 12.7348 22.0007 13C22.0007 13.2653 22.1061 13.5196 22.2936 13.7071C22.4812 13.8947 22.7355 14 23.0007 14H28.0007C28.266 14 28.5203 13.8947 28.7079 13.7071C28.8954 13.5196 29.0007 13.2653 29.0007 13V8.00004C29.0007 7.73483 28.8954 7.48047 28.7079 7.29294C28.5203 7.1054 28.266 7.00004 28.0007 7.00004Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M16.7498 10V15.575L21.386 18.3563C21.5568 18.4587 21.6798 18.6248 21.7281 18.818C21.7764 19.0111 21.746 19.2156 21.6435 19.3863C21.5411 19.557 21.375 19.6801 21.1819 19.7284C20.9887 19.7766 20.7843 19.7462 20.6135 19.6438L15.6135 16.6438C15.5025 16.577 15.4106 16.4827 15.3468 16.3699C15.2831 16.257 15.2496 16.1296 15.2498 16V10C15.2498 9.80112 15.3288 9.61036 15.4695 9.46971C15.6101 9.32905 15.8009 9.25004 15.9998 9.25004C16.1987 9.25004 16.3895 9.32905 16.5301 9.46971C16.6708 9.61036 16.7498 9.80112 16.7498 10ZM27.9998 7.25004C27.8009 7.25004 27.6101 7.32905 27.4695 7.46971C27.3288 7.61036 27.2498 7.80112 27.2498 8.00004V10.92C26.3148 9.81629 25.3823 8.77879 24.3085 7.69129C22.6755 6.05824 20.5974 4.94265 18.334 4.4839C16.0705 4.02516 13.7221 4.2436 11.5821 5.11194C9.4421 5.98028 7.60544 7.46 6.30162 9.36622C4.99779 11.2724 4.28463 13.5206 4.25123 15.8298C4.21783 18.1391 4.86568 20.4069 6.11383 22.3501C7.36199 24.2932 9.15509 25.8254 11.2691 26.7553C13.3831 27.6851 15.7242 27.9714 18 27.5783C20.2758 27.1852 22.3852 26.1302 24.0648 24.545C24.2045 24.4073 24.2847 24.2204 24.2882 24.0242C24.2917 23.8281 24.2182 23.6384 24.0834 23.4958C23.9487 23.3532 23.7634 23.2691 23.5674 23.2615C23.3714 23.2538 23.1802 23.3233 23.0348 23.455C21.5693 24.8372 19.7289 25.7568 17.7438 26.0991C15.7586 26.4414 13.7166 26.1911 11.8728 25.3795C10.0291 24.568 8.46532 23.2311 7.37695 21.536C6.28858 19.8408 5.72385 17.8625 5.7533 15.8483C5.78275 13.834 6.40508 11.8731 7.54254 10.2105C8.68 8.54791 10.2822 7.25734 12.1489 6.50003C14.0155 5.74271 16.064 5.55225 18.0383 5.95241C20.0127 6.35258 21.8253 7.32564 23.2498 8.75004C24.4048 9.92004 25.3973 11.0375 26.4135 12.25H22.9998C22.8009 12.25 22.6101 12.3291 22.4695 12.4697C22.3288 12.6104 22.2498 12.8011 22.2498 13C22.2498 13.1989 22.3288 13.3897 22.4695 13.5304C22.6101 13.671 22.8009 13.75 22.9998 13.75H27.9998C28.1987 13.75 28.3895 13.671 28.5301 13.5304C28.6708 13.3897 28.7498 13.1989 28.7498 13V8.00004C28.7498 7.80112 28.6708 7.61036 28.5301 7.46971C28.3895 7.32905 28.1987 7.25004 27.9998 7.25004Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ClockClockwise;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ClockCountdown = ({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="M28.5003 17.0412C28.2963 19.4167 27.418 21.6845 25.9689 23.5778C24.5197 25.4711 22.5599 26.9111 20.3201 27.7283C18.0804 28.5456 15.6537 28.7061 13.3258 28.191C10.9979 27.6759 8.86551 26.5066 7.1796 24.8207C5.49369 23.1348 4.32439 21.0024 3.80928 18.6745C3.29416 16.3465 3.45468 13.9199 4.27193 11.6801C5.08918 9.44032 6.52916 7.48055 8.42244 6.03139C10.3157 4.58223 12.5835 3.70399 14.959 3.49999C15.0247 3.49457 15.0908 3.50214 15.1535 3.52226C15.2162 3.54239 15.2744 3.57467 15.3247 3.61727C15.3749 3.65987 15.4163 3.71195 15.4464 3.77054C15.4766 3.82913 15.4949 3.89308 15.5003 3.95874C15.5057 4.0244 15.4981 4.09049 15.478 4.15322C15.4579 4.21596 15.4256 4.27412 15.383 4.32437C15.3404 4.37463 15.2883 4.41601 15.2297 4.44614C15.1711 4.47628 15.1072 4.49457 15.0415 4.49999C12.8558 4.68757 10.769 5.49556 9.02692 6.82889C7.28481 8.16223 5.95977 9.96543 5.20774 12.0263C4.4557 14.0872 4.30796 16.32 4.7819 18.462C5.25584 20.604 6.33173 22.566 7.88298 24.1173C9.43423 25.6685 11.3963 26.7444 13.5383 27.2184C15.6803 27.6923 17.9131 27.5446 19.974 26.7925C22.0348 26.0405 23.838 24.7155 25.1714 22.9733C26.5047 21.2312 27.3127 19.1445 27.5003 16.9587C27.5057 16.8931 27.524 16.8291 27.5541 16.7705C27.5843 16.7119 27.6256 16.6599 27.6759 16.6173C27.7262 16.5747 27.7843 16.5424 27.847 16.5223C27.9098 16.5021 27.9759 16.4946 28.0415 16.5C28.1072 16.5054 28.1711 16.5237 28.2297 16.5538C28.2883 16.584 28.3404 16.6253 28.383 16.6756C28.4256 16.7259 28.4579 16.784 28.478 16.8468C28.4981 16.9095 28.5057 16.9756 28.5003 17.0412ZM16.0003 16.5H23.0003C23.1329 16.5 23.2601 16.4473 23.3538 16.3535C23.4476 16.2598 23.5003 16.1326 23.5003 16C23.5003 15.8674 23.4476 15.7402 23.3538 15.6464C23.2601 15.5527 23.1329 15.5 23.0003 15.5H16.5003V8.99999C16.5003 8.86738 16.4476 8.7402 16.3538 8.64644C16.2601 8.55267 16.1329 8.49999 16.0003 8.49999C15.8677 8.49999 15.7405 8.55267 15.6467 8.64644C15.553 8.7402 15.5003 8.86738 15.5003 8.99999V16C15.5003 16.1326 15.553 16.2598 15.6467 16.3535C15.7405 16.4473 15.8677 16.5 16.0003 16.5ZM20.0003 5.49999C20.1981 5.49999 20.3914 5.44134 20.5558 5.33146C20.7203 5.22158 20.8485 5.0654 20.9242 4.88267C20.9998 4.69995 21.0196 4.49888 20.9811 4.3049C20.9425 4.11092 20.8472 3.93274 20.7074 3.79288C20.5675 3.65303 20.3893 3.55779 20.1954 3.5192C20.0014 3.48062 19.8003 3.50042 19.6176 3.57611C19.4349 3.6518 19.2787 3.77997 19.1688 3.94442C19.0589 4.10887 19.0003 4.30221 19.0003 4.49999C19.0003 4.76521 19.1056 5.01956 19.2932 5.2071C19.4807 5.39463 19.7351 5.49999 20.0003 5.49999ZM24.5003 8.49999C24.6981 8.49999 24.8914 8.44134 25.0558 8.33146C25.2203 8.22158 25.3485 8.0654 25.4242 7.88267C25.4998 7.69995 25.5196 7.49888 25.4811 7.3049C25.4425 7.11092 25.3472 6.93274 25.2074 6.79288C25.0675 6.65303 24.8893 6.55779 24.6954 6.5192C24.5014 6.48062 24.3003 6.50042 24.1176 6.57611C23.9349 6.6518 23.7787 6.77997 23.6688 6.94442C23.5589 7.10887 23.5003 7.30221 23.5003 7.49999C23.5003 7.76521 23.6056 8.01956 23.7932 8.2071C23.9807 8.39463 24.2351 8.49999 24.5003 8.49999ZM27.5003 13C27.6981 13 27.8914 12.9413 28.0558 12.8315C28.2203 12.7216 28.3485 12.5654 28.4242 12.3827C28.4998 12.1999 28.5196 11.9989 28.4811 11.8049C28.4425 11.6109 28.3472 11.4327 28.2074 11.2929C28.0675 11.153 27.8893 11.0578 27.6954 11.0192C27.5014 10.9806 27.3003 11.0004 27.1176 11.0761C26.9349 11.1518 26.7787 11.28 26.6688 11.4444C26.5589 11.6089 26.5003 11.8022 26.5003 12C26.5003 12.2652 26.6056 12.5196 26.7932 12.7071C26.9807 12.8946 27.2351 13 27.5003 13Z" 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="M28.9997 17.0825C28.7872 19.5524 27.8738 21.9104 26.3668 23.8788C24.8597 25.8473 22.8219 27.3443 20.4929 28.1939C18.1639 29.0435 15.6408 29.2103 13.2203 28.6746C10.7997 28.1389 8.58257 26.9231 6.82959 25.1701C5.07661 23.4171 3.86075 21.1999 3.32506 18.7794C2.78937 16.3589 2.95614 13.8357 3.80574 11.5068C4.65534 9.17781 6.15243 7.13994 8.12087 5.63293C10.0893 4.12591 12.4472 3.21244 14.9172 2.99998C15.0485 2.98915 15.1807 3.00428 15.3062 3.04453C15.4316 3.08477 15.5479 3.14934 15.6485 3.23454C15.749 3.31973 15.8317 3.4239 15.892 3.54108C15.9523 3.65826 15.9889 3.78616 15.9997 3.91748C16.0105 4.0488 15.9954 4.18097 15.9551 4.30644C15.9149 4.43191 15.8503 4.54823 15.7651 4.64875C15.6799 4.74927 15.5758 4.83202 15.4586 4.89229C15.3414 4.95255 15.2135 4.98915 15.0822 4.99998C12.9917 5.1796 10.996 5.95256 9.32983 7.22793C7.66372 8.5033 6.39652 10.228 5.67735 12.1991C4.95819 14.1703 4.81696 16.3058 5.2703 18.3544C5.72364 20.4031 6.75269 22.2797 8.23635 23.7633C9.72002 25.247 11.5966 26.276 13.6452 26.7294C15.6939 27.1827 17.8294 27.0415 19.8005 26.3223C21.7717 25.6032 23.4964 24.336 24.7717 22.6698C26.0471 21.0037 26.8201 19.008 26.9997 16.9175C27.0216 16.6523 27.1479 16.4066 27.3509 16.2345C27.5539 16.0625 27.817 15.9781 28.0822 16C28.3474 16.0219 28.5931 16.1482 28.7651 16.3512C28.9372 16.5542 29.0216 16.8173 28.9997 17.0825ZM14.9997 8.99998V16C14.9997 16.2652 15.1051 16.5196 15.2926 16.7071C15.4801 16.8946 15.7345 17 15.9997 17H22.9997C23.2649 17 23.5193 16.8946 23.7068 16.7071C23.8943 16.5196 23.9997 16.2652 23.9997 16C23.9997 15.7348 23.8943 15.4804 23.7068 15.2929C23.5193 15.1053 23.2649 15 22.9997 15H16.9997V8.99998C16.9997 8.73476 16.8943 8.48041 16.7068 8.29287C16.5193 8.10534 16.2649 7.99998 15.9997 7.99998C15.7345 7.99998 15.4801 8.10534 15.2926 8.29287C15.1051 8.48041 14.9997 8.73476 14.9997 8.99998ZM19.9997 5.99998C20.2964 5.99998 20.5864 5.91201 20.8331 5.74718C21.0797 5.58236 21.272 5.34809 21.3855 5.074C21.499 4.79992 21.5288 4.49832 21.4709 4.20734C21.413 3.91637 21.2701 3.6491 21.0604 3.43932C20.8506 3.22954 20.5833 3.08668 20.2923 3.0288C20.0014 2.97092 19.6998 3.00063 19.4257 3.11416C19.1516 3.22769 18.9173 3.41995 18.7525 3.66662C18.5877 3.9133 18.4997 4.20331 18.4997 4.49998C18.4997 4.8978 18.6577 5.27934 18.939 5.56064C19.2203 5.84194 19.6019 5.99998 19.9997 5.99998ZM24.4997 8.99998C24.7964 8.99998 25.0864 8.91201 25.3331 8.74718C25.5797 8.58236 25.772 8.34809 25.8855 8.074C25.999 7.79992 26.0288 7.49832 25.9709 7.20734C25.913 6.91637 25.7701 6.6491 25.5604 6.43932C25.3506 6.22954 25.0833 6.08668 24.7923 6.0288C24.5014 5.97092 24.1998 6.00063 23.9257 6.11416C23.6516 6.22769 23.4173 6.41995 23.2525 6.66662C23.0877 6.9133 22.9997 7.20331 22.9997 7.49998C22.9997 7.8978 23.1577 8.27934 23.439 8.56064C23.7203 8.84194 24.1019 8.99998 24.4997 8.99998ZM27.4997 13.5C27.7964 13.5 28.0864 13.412 28.3331 13.2472C28.5797 13.0824 28.772 12.8481 28.8855 12.574C28.999 12.2999 29.0288 11.9983 28.9709 11.7073C28.913 11.4164 28.7701 11.1491 28.5604 10.9393C28.3506 10.7295 28.0833 10.5867 27.7923 10.5288C27.5014 10.4709 27.1998 10.5006 26.9257 10.6142C26.6516 10.7277 26.4173 10.92 26.2525 11.1666C26.0877 11.4133 25.9997 11.7033 25.9997 12C25.9997 12.3978 26.1577 12.7793 26.439 13.0606C26.7203 13.3419 27.1019 13.5 27.4997 13.5Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M29.5003 17.1251C29.2797 19.6902 28.331 22.1389 26.7659 24.1831C25.2009 26.2273 23.0845 27.782 20.6659 28.6644C18.2472 29.5467 15.6269 29.7198 13.1132 29.1635C10.5994 28.6072 8.29688 27.3445 6.4764 25.524C4.65591 23.7035 3.39323 21.401 2.83691 18.8873C2.28059 16.3735 2.45376 13.7532 3.33607 11.3345C4.21837 8.9159 5.77309 6.79955 7.81733 5.23448C9.86156 3.66942 12.3103 2.72074 14.8753 2.50008C15.2732 2.46692 15.6679 2.59317 15.9726 2.85103C16.2774 3.10889 16.4672 3.47725 16.5003 3.87508C16.5335 4.2729 16.4073 4.6676 16.1494 4.97235C15.8915 5.27709 15.5232 5.46692 15.1253 5.50008C13.1295 5.67123 11.2242 6.4089 9.63342 7.62627C8.04267 8.84365 6.83274 10.4901 6.14602 12.3718C5.4593 14.2535 5.32435 16.2923 5.75707 18.2481C6.18978 20.2039 7.17215 21.9954 8.58857 23.4118C10.005 24.8283 11.7965 25.8106 13.7523 26.2434C15.7082 26.6761 17.7469 26.5411 19.6286 25.8544C21.5103 25.1677 23.1568 23.9577 24.3741 22.367C25.5915 20.7762 26.3292 18.8709 26.5003 16.8751C26.5168 16.6781 26.5718 16.4863 26.6624 16.3106C26.7529 16.1349 26.8772 15.9787 27.0281 15.851C27.179 15.7233 27.3535 15.6266 27.5418 15.5664C27.7301 15.5062 27.9284 15.4837 28.1253 15.5001C28.3223 15.5165 28.5141 15.5715 28.6899 15.6621C28.8656 15.7526 29.0217 15.8769 29.1494 16.0278C29.2771 16.1787 29.3738 16.3533 29.434 16.5415C29.4942 16.7298 29.5168 16.9281 29.5003 17.1251ZM14.5003 9.50008V16.0001C14.5003 16.3979 14.6584 16.7794 14.9397 17.0607C15.221 17.342 15.6025 17.5001 16.0003 17.5001H22.5003C22.8982 17.5001 23.2797 17.342 23.561 17.0607C23.8423 16.7794 24.0003 16.3979 24.0003 16.0001C24.0003 15.6023 23.8423 15.2207 23.561 14.9394C23.2797 14.6581 22.8982 14.5001 22.5003 14.5001H17.5003V9.50008C17.5003 9.10225 17.3423 8.72072 17.061 8.43942C16.7797 8.15811 16.3982 8.00008 16.0003 8.00008C15.6025 8.00008 15.221 8.15811 14.9397 8.43942C14.6584 8.72072 14.5003 9.10225 14.5003 9.50008ZM26.0003 12.0001C26.3959 12.0001 26.7826 11.8828 27.1115 11.663C27.4404 11.4433 27.6967 11.1309 27.8481 10.7654C27.9995 10.4 28.0391 9.99786 27.9619 9.6099C27.8847 9.22193 27.6943 8.86557 27.4146 8.58586C27.1348 8.30616 26.7785 8.11568 26.3905 8.03851C26.0026 7.96134 25.6004 8.00094 25.235 8.15232C24.8695 8.30369 24.5572 8.56004 24.3374 8.88894C24.1176 9.21783 24.0003 9.60451 24.0003 10.0001C24.0003 10.5305 24.2111 11.0392 24.5861 11.4143C24.9612 11.7894 25.4699 12.0001 26.0003 12.0001ZM22.0003 8.00008C22.3959 8.00008 22.7826 7.88278 23.1115 7.66302C23.4404 7.44325 23.6967 7.1309 23.8481 6.76544C23.9995 6.39999 24.0391 5.99786 23.9619 5.6099C23.8847 5.22193 23.6943 4.86557 23.4146 4.58586C23.1348 4.30616 22.7785 4.11568 22.3905 4.03851C22.0026 3.96133 21.6004 4.00094 21.235 4.15232C20.8695 4.30369 20.5572 4.56004 20.3374 4.88894C20.1176 5.21783 20.0003 5.60451 20.0003 6.00008C20.0003 6.53051 20.2111 7.03922 20.5861 7.41429C20.9612 7.78936 21.4699 8.00008 22.0003 8.00008Z" 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.9997 12C25.9997 11.7033 26.0877 11.4133 26.2525 11.1666C26.4173 10.92 26.6516 10.7277 26.9257 10.6142C27.1998 10.5006 27.5014 10.4709 27.7923 10.5288C28.0833 10.5867 28.3506 10.7295 28.5604 10.9393C28.7701 11.1491 28.913 11.4164 28.9709 11.7073C29.0288 11.9983 28.999 12.2999 28.8855 12.574C28.772 12.8481 28.5797 13.0824 28.3331 13.2472C28.0864 13.412 27.7964 13.5 27.4997 13.5C27.1019 13.5 26.7203 13.3419 26.439 13.0606C26.1577 12.7793 25.9997 12.3978 25.9997 12ZM24.4997 8.99998C24.7964 8.99998 25.0864 8.91201 25.3331 8.74718C25.5797 8.58236 25.772 8.34809 25.8855 8.074C25.999 7.79992 26.0288 7.49832 25.9709 7.20734C25.913 6.91637 25.7701 6.6491 25.5604 6.43932C25.3506 6.22954 25.0833 6.08668 24.7923 6.0288C24.5014 5.97092 24.1998 6.00063 23.9257 6.11416C23.6516 6.22769 23.4173 6.41995 23.2525 6.66662C23.0877 6.9133 22.9997 7.20331 22.9997 7.49998C22.9997 7.8978 23.1577 8.27934 23.439 8.56064C23.7203 8.84194 24.1019 8.99998 24.4997 8.99998ZM28.0822 16C27.818 15.9782 27.556 16.0622 27.3537 16.2335C27.1514 16.4049 27.0254 16.6495 27.0034 16.9137C26.8245 19.0043 26.0521 21.0003 24.7773 22.6668C23.5025 24.3333 21.7781 25.601 19.8073 26.3208C17.8364 27.0406 15.7009 27.1825 13.6521 26.7298C11.6033 26.2771 9.72639 25.2487 8.24226 23.7655C6.75812 22.2823 5.72849 20.406 5.27451 18.3575C4.82052 16.309 4.96107 14.1734 5.67962 12.2021C6.39817 10.2307 7.66482 8.50564 9.33054 7.22974C10.9963 5.95385 12.9917 5.18025 15.0822 4.99998C15.2135 4.98915 15.3414 4.95255 15.4586 4.89229C15.5758 4.83202 15.6799 4.74927 15.7651 4.64875C15.8503 4.54823 15.9149 4.43191 15.9551 4.30644C15.9954 4.18097 16.0105 4.0488 15.9997 3.91748C15.9889 3.78616 15.9523 3.65826 15.892 3.54108C15.8317 3.4239 15.749 3.31973 15.6485 3.23454C15.5479 3.14934 15.4316 3.08477 15.3062 3.04453C15.1807 3.00428 15.0485 2.98915 14.9172 2.99998C12.4472 3.21244 10.0893 4.12591 8.12087 5.63293C6.15243 7.13994 4.65534 9.17781 3.80574 11.5068C2.95614 13.8357 2.78937 16.3589 3.32506 18.7794C3.86075 21.1999 5.07661 23.4171 6.82959 25.1701C8.58257 26.9231 10.7997 28.1389 13.2203 28.6746C15.6408 29.2103 18.1639 29.0435 20.4929 28.1939C22.8219 27.3443 24.8597 25.8473 26.3668 23.8788C27.8738 21.9104 28.7872 19.5524 28.9997 17.0825C29.011 16.9511 28.9962 16.8187 28.9561 16.6931C28.916 16.5674 28.8515 16.4509 28.7662 16.3503C28.6809 16.2497 28.5766 16.1669 28.4592 16.1068C28.3418 16.0467 28.2137 16.0104 28.0822 16ZM15.9997 6.99998C17.7797 6.99998 19.5198 7.52782 20.9998 8.51675C22.4799 9.50569 23.6334 10.9113 24.3146 12.5558C24.9958 14.2004 25.174 16.01 24.8268 17.7558C24.4795 19.5016 23.6223 21.1053 22.3637 22.3639C21.105 23.6226 19.5013 24.4798 17.7555 24.827C16.0097 25.1743 14.2001 24.9961 12.5555 24.3149C10.911 23.6337 9.5054 22.4802 8.51647 21.0001C7.52754 19.5201 6.9997 17.78 6.9997 16C7.00235 13.6138 7.95141 11.3262 9.63866 9.63894C11.3259 7.95169 13.6136 7.00263 15.9997 6.99998ZM14.9997 16C14.9997 16.2652 15.1051 16.5196 15.2926 16.7071C15.4801 16.8946 15.7345 17 15.9997 17H21.9997C22.2649 17 22.5193 16.8946 22.7068 16.7071C22.8943 16.5196 22.9997 16.2652 22.9997 16C22.9997 15.7348 22.8943 15.4804 22.7068 15.2929C22.5193 15.1053 22.2649 15 21.9997 15H16.9997V9.99998C16.9997 9.73476 16.8943 9.48041 16.7068 9.29287C16.5193 9.10534 16.2649 8.99998 15.9997 8.99998C15.7345 8.99998 15.4801 9.10534 15.2926 9.29287C15.1051 9.48041 14.9997 9.73476 14.9997 9.99998V16ZM19.9997 5.99998C20.2964 5.99998 20.5864 5.91201 20.8331 5.74718C21.0797 5.58236 21.272 5.34809 21.3855 5.074C21.499 4.79992 21.5288 4.49832 21.4709 4.20734C21.413 3.91637 21.2701 3.6491 21.0604 3.43932C20.8506 3.22954 20.5833 3.08668 20.2923 3.0288C20.0014 2.97092 19.6998 3.00063 19.4257 3.11416C19.1516 3.22769 18.9173 3.41995 18.7525 3.66662C18.5877 3.9133 18.4997 4.20331 18.4997 4.49998C18.4997 4.8978 18.6577 5.27934 18.939 5.56064C19.2203 5.84194 19.6019 5.99998 19.9997 5.99998Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z" fill="currentColor"/>
36
+ <path d="M28.9997 17.0825C28.7872 19.5524 27.8738 21.9104 26.3668 23.8788C24.8597 25.8473 22.8219 27.3443 20.4929 28.1939C18.1639 29.0435 15.6408 29.2103 13.2203 28.6746C10.7997 28.1389 8.58257 26.9231 6.82959 25.1701C5.07661 23.4171 3.86075 21.1999 3.32506 18.7794C2.78937 16.3589 2.95614 13.8357 3.80574 11.5068C4.65534 9.17781 6.15243 7.13994 8.12087 5.63293C10.0893 4.12591 12.4472 3.21244 14.9172 2.99998C15.0485 2.98915 15.1807 3.00428 15.3062 3.04453C15.4316 3.08477 15.5479 3.14934 15.6485 3.23454C15.749 3.31973 15.8317 3.4239 15.892 3.54108C15.9523 3.65826 15.9889 3.78616 15.9997 3.91748C16.0105 4.0488 15.9954 4.18097 15.9551 4.30644C15.9149 4.43191 15.8503 4.54823 15.7651 4.64875C15.6799 4.74927 15.5758 4.83202 15.4586 4.89229C15.3414 4.95255 15.2135 4.98915 15.0822 4.99998C12.9917 5.1796 10.996 5.95256 9.32983 7.22793C7.66372 8.5033 6.39652 10.228 5.67735 12.1991C4.95819 14.1703 4.81696 16.3058 5.2703 18.3544C5.72364 20.4031 6.75269 22.2797 8.23635 23.7633C9.72002 25.247 11.5966 26.276 13.6452 26.7294C15.6939 27.1827 17.8294 27.0415 19.8005 26.3223C21.7717 25.6032 23.4964 24.336 24.7717 22.6698C26.0471 21.0037 26.8201 19.008 26.9997 16.9175C27.0216 16.6523 27.1479 16.4066 27.3509 16.2345C27.5539 16.0625 27.817 15.9781 28.0822 16C28.3474 16.0219 28.5931 16.1482 28.7651 16.3512C28.9372 16.5542 29.0216 16.8173 28.9997 17.0825ZM14.9997 8.99998V16C14.9997 16.2652 15.1051 16.5196 15.2926 16.7071C15.4801 16.8946 15.7345 17 15.9997 17H22.9997C23.2649 17 23.5193 16.8946 23.7068 16.7071C23.8943 16.5196 23.9997 16.2652 23.9997 16C23.9997 15.7348 23.8943 15.4804 23.7068 15.2929C23.5193 15.1053 23.2649 15 22.9997 15H16.9997V8.99998C16.9997 8.73476 16.8943 8.48041 16.7068 8.29287C16.5193 8.10534 16.2649 7.99998 15.9997 7.99998C15.7345 7.99998 15.4801 8.10534 15.2926 8.29287C15.1051 8.48041 14.9997 8.73476 14.9997 8.99998ZM19.9997 5.99998C20.2964 5.99998 20.5864 5.91201 20.8331 5.74718C21.0797 5.58236 21.272 5.34809 21.3855 5.074C21.499 4.79992 21.5288 4.49832 21.4709 4.20734C21.413 3.91637 21.2701 3.6491 21.0604 3.43932C20.8506 3.22954 20.5833 3.08668 20.2923 3.0288C20.0014 2.97092 19.6998 3.00063 19.4257 3.11416C19.1516 3.22769 18.9173 3.41995 18.7525 3.66662C18.5877 3.9133 18.4997 4.20331 18.4997 4.49998C18.4997 4.8978 18.6577 5.27934 18.939 5.56064C19.2203 5.84194 19.6019 5.99998 19.9997 5.99998ZM24.4997 8.99998C24.7964 8.99998 25.0864 8.91201 25.3331 8.74718C25.5797 8.58236 25.772 8.34809 25.8855 8.074C25.999 7.79992 26.0288 7.49832 25.9709 7.20734C25.913 6.91637 25.7701 6.6491 25.5604 6.43932C25.3506 6.22954 25.0833 6.08668 24.7923 6.0288C24.5014 5.97092 24.1998 6.00063 23.9257 6.11416C23.6516 6.22769 23.4173 6.41995 23.2525 6.66662C23.0877 6.9133 22.9997 7.20331 22.9997 7.49998C22.9997 7.8978 23.1577 8.27934 23.439 8.56064C23.7203 8.84194 24.1019 8.99998 24.4997 8.99998ZM27.4997 13.5C27.7964 13.5 28.0864 13.412 28.3331 13.2472C28.5797 13.0824 28.772 12.8481 28.8855 12.574C28.999 12.2999 29.0288 11.9983 28.9709 11.7073C28.913 11.4164 28.7701 11.1491 28.5604 10.9393C28.3506 10.7295 28.0833 10.5867 27.7923 10.5288C27.5014 10.4709 27.1998 10.5006 26.9257 10.6142C26.6516 10.7277 26.4173 10.92 26.2525 11.1666C26.0877 11.4133 25.9997 11.7033 25.9997 12C25.9997 12.3978 26.1577 12.7793 26.439 13.0606C26.7203 13.3419 27.1019 13.5 27.4997 13.5Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M28.7507 17.0612C28.5425 19.4838 27.6466 21.7965 26.1686 23.7273C24.6906 25.658 22.6919 27.1265 20.4076 27.9599C18.1234 28.7932 15.6486 28.9569 13.2745 28.4315C10.9004 27.9061 8.72572 26.7136 7.00636 24.9942C5.28701 23.2749 4.09449 21.1002 3.56911 18.7261C3.04373 16.352 3.20736 13.8773 4.04074 11.593C4.87412 9.30872 6.34257 7.31 8.27333 5.83198C10.2041 4.35397 12.5168 3.45814 14.9394 3.24992C15.1384 3.23334 15.3357 3.29646 15.4881 3.42539C15.6404 3.55432 15.7354 3.7385 15.7519 3.93742C15.7685 4.13633 15.7054 4.33368 15.5765 4.48605C15.4475 4.63843 15.2634 4.73334 15.0644 4.74992C12.926 4.93304 10.8844 5.72318 9.17982 7.02734C7.47525 8.3315 6.17867 10.0954 5.44265 12.1115C4.70664 14.1276 4.56181 16.312 5.02522 18.4076C5.48863 20.5033 6.54099 22.4229 8.05846 23.9407C9.57593 25.4585 11.4954 26.5112 13.5909 26.9751C15.6864 27.4389 17.8709 27.2945 19.8871 26.5589C21.9034 25.8233 23.6675 24.5271 24.9721 22.8228C26.2766 21.1185 27.0671 19.0771 27.2507 16.9387C27.2589 16.8402 27.2864 16.7443 27.3317 16.6564C27.377 16.5686 27.4391 16.4905 27.5146 16.4266C27.6669 16.2977 27.8643 16.2346 28.0632 16.2512C28.1617 16.2594 28.2576 16.2869 28.3454 16.3322C28.4333 16.3774 28.5114 16.4396 28.5752 16.515C28.6391 16.5905 28.6874 16.6778 28.7175 16.7719C28.7476 16.866 28.7589 16.9652 28.7507 17.0637V17.0612ZM15.2507 8.99992V15.9999C15.2507 16.1988 15.3297 16.3896 15.4704 16.5302C15.611 16.6709 15.8018 16.7499 16.0007 16.7499H23.0007C23.1996 16.7499 23.3904 16.6709 23.531 16.5302C23.6717 16.3896 23.7507 16.1988 23.7507 15.9999C23.7507 15.801 23.6717 15.6102 23.531 15.4696C23.3904 15.3289 23.1996 15.2499 23.0007 15.2499H16.7507V8.99992C16.7507 8.801 16.6717 8.61024 16.531 8.46959C16.3904 8.32893 16.1996 8.24992 16.0007 8.24992C15.8018 8.24992 15.611 8.32893 15.4704 8.46959C15.3297 8.61024 15.2507 8.801 15.2507 8.99992ZM20.0007 5.74992C20.2479 5.74992 20.4896 5.6766 20.6952 5.53925C20.9007 5.4019 21.0609 5.20668 21.1555 4.97827C21.2501 4.74986 21.2749 4.49853 21.2267 4.25605C21.1784 4.01358 21.0594 3.79085 20.8846 3.61603C20.7098 3.44122 20.487 3.32217 20.2446 3.27393C20.0021 3.2257 19.7507 3.25046 19.5223 3.34507C19.2939 3.43968 19.0987 3.59989 18.9614 3.80545C18.824 4.01101 18.7507 4.25269 18.7507 4.49992C18.7507 4.66407 18.783 4.82661 18.8458 4.97827C18.9087 5.12993 19.0007 5.26773 19.1168 5.3838C19.3512 5.61822 19.6692 5.74992 20.0007 5.74992ZM24.5007 8.74992C24.7479 8.74992 24.9896 8.67661 25.1952 8.53925C25.4007 8.4019 25.5609 8.20668 25.6555 7.97827C25.7501 7.74986 25.7749 7.49853 25.7267 7.25605C25.6784 7.01358 25.5594 6.79085 25.3846 6.61603C25.2098 6.44122 24.987 6.32217 24.7446 6.27393C24.5021 6.2257 24.2507 6.25046 24.0223 6.34507C23.7939 6.43968 23.5987 6.59989 23.4614 6.80545C23.324 7.01101 23.2507 7.25269 23.2507 7.49992C23.2507 7.83144 23.3824 8.14938 23.6168 8.3838C23.8512 8.61822 24.1692 8.74992 24.5007 8.74992ZM27.5007 13.2499C27.7479 13.2499 27.9896 13.1766 28.1952 13.0393C28.4007 12.9019 28.5609 12.7067 28.6555 12.4783C28.7501 12.2499 28.7749 11.9985 28.7267 11.7561C28.6784 11.5136 28.5594 11.2908 28.3846 11.116C28.2098 10.9412 27.987 10.8222 27.7446 10.7739C27.5021 10.7257 27.2507 10.7505 27.0223 10.8451C26.7939 10.9397 26.5987 11.0999 26.4614 11.3055C26.324 11.511 26.2507 11.7527 26.2507 11.9999C26.2507 12.3314 26.3824 12.6494 26.6168 12.8838C26.8512 13.1182 27.1692 13.2499 27.5007 13.2499Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ClockCountdown;