hrm_ui_lib 1.4.2 → 1.4.3

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 (498) hide show
  1. package/{Button-028f6f93.js → Button-110130b7.js} +44 -44
  2. package/components/Alert/Alert.js +14 -14
  3. package/components/Alert/index.js +3 -3
  4. package/components/Alert/types.d.ts +3 -2
  5. package/components/Avatar/Avatar.js +6 -6
  6. package/components/Avatar/AvatarGroup.js +13 -13
  7. package/components/Avatar/index.js +3 -3
  8. package/components/Badge/Badge.js +4 -4
  9. package/components/Breadcrumb/Breadcrumb.js +4 -4
  10. package/components/Breadcrumb/types.d.ts +2 -1
  11. package/components/Button/Button.js +3 -3
  12. package/components/Button/index.js +3 -3
  13. package/components/ButtonIcon/ButtonIcon.js +3 -3
  14. package/components/ButtonIcon/index.js +3 -3
  15. package/components/CardBody/CardBody.d.ts +2 -1
  16. package/components/CardBody/CardBody.js +12 -12
  17. package/components/CardBody/index.js +3 -3
  18. package/components/CardSelect/CardSelect.js +16 -16
  19. package/components/CardSelect/CardSelectGroup.d.ts +2 -1
  20. package/components/CardSelect/CardSelectGroup.js +6 -6
  21. package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
  22. package/components/CardSelect/components/CardChips.js +3 -3
  23. package/components/CardSelect/components/CardDescription.js +3 -3
  24. package/components/CardSelect/components/CardInput.js +5 -5
  25. package/components/CardSelect/components/index.js +3 -3
  26. package/components/CardSelect/index.js +3 -3
  27. package/components/Cards/CardItem.js +10 -10
  28. package/components/Checkbox/Checkbox.js +3 -3
  29. package/components/Checkbox/index.js +3 -3
  30. package/components/Checkbox/types.d.ts +4 -3
  31. package/components/Chips/Chips.js +5 -5
  32. package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
  33. package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
  34. package/components/Collapse/CollapseItem/CollapseItem.js +16 -16
  35. package/components/Collapse/index.js +2 -2
  36. package/components/Container/Container.js +2 -2
  37. package/components/Copy/Copy.js +7 -7
  38. package/components/Copy/index.js +3 -3
  39. package/components/Counter/Counter.js +5 -5
  40. package/components/Counter/index.js +3 -3
  41. package/components/DatePicker/CustomHeader/CustomHeader.js +10 -10
  42. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +5 -5
  43. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +9 -9
  44. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -8
  45. package/components/DatePicker/RangeDatePicker/index.js +3 -3
  46. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +5 -5
  47. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
  48. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -10
  49. package/components/DatePicker/SimpleDatePicker/index.js +3 -3
  50. package/components/DatePicker/TimePicker/MobileModalContent.js +15 -15
  51. package/components/DatePicker/TimePicker/TimePicker.js +5 -5
  52. package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
  53. package/components/DatePicker/TimePicker/TimePickerDesktop.js +8 -8
  54. package/components/DatePicker/TimePicker/TimePickerMobile.js +7 -7
  55. package/components/DatePicker/TimePicker/index.js +3 -3
  56. package/components/DatePicker/hooks.js +2 -2
  57. package/components/DatePicker/index.js +3 -3
  58. package/components/Divider/Divider.d.ts +2 -1
  59. package/components/Divider/Divider.js +2 -2
  60. package/components/Empty/Empty.d.ts +2 -1
  61. package/components/Empty/Empty.js +11 -11
  62. package/components/Empty/index.js +3 -3
  63. package/components/FileUpload/FileUpload.d.ts +2 -1
  64. package/components/FileUpload/FileUpload.js +13 -13
  65. package/components/FileUpload/UploadItems.d.ts +2 -1
  66. package/components/FileUpload/UploadItems.js +12 -12
  67. package/components/FileUpload/index.js +3 -3
  68. package/components/FileUpload/types.d.ts +4 -3
  69. package/components/FormContainer/FormContainer.d.ts +2 -1
  70. package/components/FormContainer/FormContainer.js +8 -8
  71. package/components/FormContainer/index.js +3 -3
  72. package/components/FormField/FormField.js +9 -9
  73. package/components/FormField/index.js +3 -3
  74. package/components/FormField/types.d.ts +2 -1
  75. package/components/Heading/Heading.js +2 -2
  76. package/components/Image/Image.d.ts +2 -1
  77. package/components/Image/Image.js +3 -3
  78. package/components/Input/Input.js +20 -20
  79. package/components/Input/index.js +3 -3
  80. package/components/ItemSelect/ItemSelect.js +11 -11
  81. package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
  82. package/components/ItemSelect/ItemSelectGroup.js +6 -6
  83. package/components/ItemSelect/index.js +3 -3
  84. package/components/Link/Link.js +4 -4
  85. package/components/Link/types.d.ts +4 -3
  86. package/components/Menu/Menu.js +7 -7
  87. package/components/Menu/NestedMenu.js +8 -8
  88. package/components/Menu/index.js +3 -3
  89. package/components/Modal/Modal.js +3 -3
  90. package/components/Modal/ModalConfirmation.js +14 -14
  91. package/components/Modal/ModalContent.js +3 -3
  92. package/components/Modal/index.js +3 -3
  93. package/components/More/More.d.ts +2 -1
  94. package/components/More/More.js +6 -6
  95. package/components/More/index.js +3 -3
  96. package/components/Pagination/Pagination.d.ts +2 -1
  97. package/components/Pagination/Pagination.js +6 -6
  98. package/components/Popover/Popover.js +3 -3
  99. package/components/Popover/PopoverDesktop.js +5 -5
  100. package/components/Popover/PopoverMobile.js +3 -3
  101. package/components/Popover/index.js +3 -3
  102. package/components/Progress/Progress.d.ts +2 -1
  103. package/components/Progress/Progress.js +7 -7
  104. package/components/ProgressStep/ProgressStep.js +3 -3
  105. package/components/ProgressStep/Step.js +11 -11
  106. package/components/Radio/Radio.js +7 -7
  107. package/components/Radio/RadioGroup.js +8 -8
  108. package/components/Radio/index.js +3 -3
  109. package/components/SVGIcons/IconAdd.js +3 -3
  110. package/components/SVGIcons/IconAddCircle.js +4 -4
  111. package/components/SVGIcons/IconAddCircleFilled.js +4 -4
  112. package/components/SVGIcons/IconAddFilled.js +3 -3
  113. package/components/SVGIcons/IconAlert.js +4 -4
  114. package/components/SVGIcons/IconAlertBadge.js +4 -4
  115. package/components/SVGIcons/IconAlertBadgeFilled.js +4 -4
  116. package/components/SVGIcons/IconAlertFilled.js +4 -4
  117. package/components/SVGIcons/IconAm.js +9 -9
  118. package/components/SVGIcons/IconAmd.js +3 -3
  119. package/components/SVGIcons/IconAmdFilled.js +3 -3
  120. package/components/SVGIcons/IconApple.js +4 -4
  121. package/components/SVGIcons/IconArrowDown.js +4 -4
  122. package/components/SVGIcons/IconArrowDownFilled.js +4 -4
  123. package/components/SVGIcons/IconArrowDownLeft.js +4 -4
  124. package/components/SVGIcons/IconArrowDownLeftFilled.js +4 -4
  125. package/components/SVGIcons/IconArrowDownload.js +4 -4
  126. package/components/SVGIcons/IconArrowDownloadFilled.js +4 -4
  127. package/components/SVGIcons/IconArrowEnter.js +3 -3
  128. package/components/SVGIcons/IconArrowEnterFilled.js +3 -3
  129. package/components/SVGIcons/IconArrowExit.js +3 -3
  130. package/components/SVGIcons/IconArrowExitFilled.js +3 -3
  131. package/components/SVGIcons/IconArrowExportLeftToRight.js +4 -4
  132. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +4 -4
  133. package/components/SVGIcons/IconArrowExportRightToLeft.js +4 -4
  134. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +4 -4
  135. package/components/SVGIcons/IconArrowExportUp.js +4 -4
  136. package/components/SVGIcons/IconArrowExportUpFilled.js +4 -4
  137. package/components/SVGIcons/IconArrowImport.js +4 -4
  138. package/components/SVGIcons/IconArrowImportFilled.js +4 -4
  139. package/components/SVGIcons/IconArrowLeft.js +4 -4
  140. package/components/SVGIcons/IconArrowLeftFilled.js +4 -4
  141. package/components/SVGIcons/IconArrowRepeatAll.js +4 -4
  142. package/components/SVGIcons/IconArrowRepeatAllFilled.js +4 -4
  143. package/components/SVGIcons/IconArrowReset.js +4 -4
  144. package/components/SVGIcons/IconArrowResetFilled.js +4 -4
  145. package/components/SVGIcons/IconArrowRight.js +4 -4
  146. package/components/SVGIcons/IconArrowRightFilled.js +4 -4
  147. package/components/SVGIcons/IconArrowSort.js +3 -3
  148. package/components/SVGIcons/IconArrowSortFilled.js +3 -3
  149. package/components/SVGIcons/IconArrowSync.js +3 -3
  150. package/components/SVGIcons/IconArrowSyncFilled.js +3 -3
  151. package/components/SVGIcons/IconArrowUp.js +4 -4
  152. package/components/SVGIcons/IconArrowUpFilled.js +4 -4
  153. package/components/SVGIcons/IconArrowUpLeft.js +4 -4
  154. package/components/SVGIcons/IconArrowUpLeftFilled.js +4 -4
  155. package/components/SVGIcons/IconArrowUpRight.js +4 -4
  156. package/components/SVGIcons/IconArrowUpRightFilled.js +4 -4
  157. package/components/SVGIcons/IconAttach.js +4 -4
  158. package/components/SVGIcons/IconAttachFilled.js +4 -4
  159. package/components/SVGIcons/IconBeach.js +3 -3
  160. package/components/SVGIcons/IconBeachFilled.js +3 -3
  161. package/components/SVGIcons/IconBook.js +4 -4
  162. package/components/SVGIcons/IconBookFilled.js +4 -4
  163. package/components/SVGIcons/IconBookmark.js +4 -4
  164. package/components/SVGIcons/IconBookmarkFilled.js +4 -4
  165. package/components/SVGIcons/IconBriefcase.js +4 -4
  166. package/components/SVGIcons/IconBriefcaseFilled.js +4 -4
  167. package/components/SVGIcons/IconBuilding.js +10 -10
  168. package/components/SVGIcons/IconBuildingBank.js +3 -3
  169. package/components/SVGIcons/IconBuildingBankFilled.js +3 -3
  170. package/components/SVGIcons/IconBuildingFilled.js +4 -4
  171. package/components/SVGIcons/IconBulletListAdd.js +4 -4
  172. package/components/SVGIcons/IconBulletListAddFilled.js +4 -4
  173. package/components/SVGIcons/IconCalculator.js +4 -4
  174. package/components/SVGIcons/IconCalculatorFilled.js +4 -4
  175. package/components/SVGIcons/IconCalendarClock.js +3 -3
  176. package/components/SVGIcons/IconCalendarClockFilled.js +3 -3
  177. package/components/SVGIcons/IconCalendarDay.js +4 -4
  178. package/components/SVGIcons/IconCalendarDayFilled.js +4 -4
  179. package/components/SVGIcons/IconCalendarLeft.js +3 -3
  180. package/components/SVGIcons/IconCalendarLeftFilled.js +3 -3
  181. package/components/SVGIcons/IconCalendarRight.js +3 -3
  182. package/components/SVGIcons/IconCalendarRightFilled.js +3 -3
  183. package/components/SVGIcons/IconCall.js +4 -4
  184. package/components/SVGIcons/IconCallFilled.js +4 -4
  185. package/components/SVGIcons/IconCard.js +3 -3
  186. package/components/SVGIcons/IconCardFilled.js +3 -3
  187. package/components/SVGIcons/IconCaretDown.js +3 -3
  188. package/components/SVGIcons/IconCaretDownFilled.js +3 -3
  189. package/components/SVGIcons/IconCaretDownRight.js +3 -3
  190. package/components/SVGIcons/IconCaretDownRightFilled.js +3 -3
  191. package/components/SVGIcons/IconCaretLeft.js +3 -3
  192. package/components/SVGIcons/IconCaretLeftFilled.js +3 -3
  193. package/components/SVGIcons/IconCaretRight.js +3 -3
  194. package/components/SVGIcons/IconCaretRightFilled.js +3 -3
  195. package/components/SVGIcons/IconCaretUp.js +3 -3
  196. package/components/SVGIcons/IconCaretUpFilled.js +3 -3
  197. package/components/SVGIcons/IconChat.js +3 -3
  198. package/components/SVGIcons/IconChatFilled.js +3 -3
  199. package/components/SVGIcons/IconChatMultiple.js +3 -3
  200. package/components/SVGIcons/IconChatMultipleFilled.js +3 -3
  201. package/components/SVGIcons/IconCheckboxArrowRight.js +4 -4
  202. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +4 -4
  203. package/components/SVGIcons/IconCheckmark.js +3 -3
  204. package/components/SVGIcons/IconCheckmarkCircle.js +3 -3
  205. package/components/SVGIcons/IconCheckmarkCircleFilled.js +3 -3
  206. package/components/SVGIcons/IconCheckmarkFilled.js +3 -3
  207. package/components/SVGIcons/IconChevronDown.js +3 -3
  208. package/components/SVGIcons/IconChevronDownFilled.js +3 -3
  209. package/components/SVGIcons/IconChevronLeft.js +3 -3
  210. package/components/SVGIcons/IconChevronLeftFilled.js +3 -3
  211. package/components/SVGIcons/IconChevronRight.js +3 -3
  212. package/components/SVGIcons/IconChevronRightFilled.js +3 -3
  213. package/components/SVGIcons/IconChevronUp.js +3 -3
  214. package/components/SVGIcons/IconChevronUpDown.js +4 -4
  215. package/components/SVGIcons/IconChevronUpDownFilled.js +4 -4
  216. package/components/SVGIcons/IconChevronUpFilled.js +3 -3
  217. package/components/SVGIcons/IconClock.js +4 -4
  218. package/components/SVGIcons/IconClockDismiss.js +3 -3
  219. package/components/SVGIcons/IconClockDismissFilled.js +3 -3
  220. package/components/SVGIcons/IconClockFilled.js +4 -4
  221. package/components/SVGIcons/IconComment.js +4 -4
  222. package/components/SVGIcons/IconCommentFilled.js +4 -4
  223. package/components/SVGIcons/IconContractCard.js +3 -3
  224. package/components/SVGIcons/IconContractCardFilled.js +3 -3
  225. package/components/SVGIcons/IconCopy.js +3 -3
  226. package/components/SVGIcons/IconCopyFilled.js +3 -3
  227. package/components/SVGIcons/IconCubeTree.js +3 -3
  228. package/components/SVGIcons/IconCubeTreeFilled.js +4 -4
  229. package/components/SVGIcons/IconDatabase.js +4 -4
  230. package/components/SVGIcons/IconDatabaseFilled.js +4 -4
  231. package/components/SVGIcons/IconDelete.js +3 -3
  232. package/components/SVGIcons/IconDeleteFilled.js +3 -3
  233. package/components/SVGIcons/IconDeviceMeetingRoom.js +3 -3
  234. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +3 -3
  235. package/components/SVGIcons/IconDismiss.js +3 -3
  236. package/components/SVGIcons/IconDismissCircle.js +4 -4
  237. package/components/SVGIcons/IconDismissCircleFilled.js +4 -4
  238. package/components/SVGIcons/IconDismissFilled.js +3 -3
  239. package/components/SVGIcons/IconDocument.js +3 -3
  240. package/components/SVGIcons/IconDocumentBulletList.js +4 -4
  241. package/components/SVGIcons/IconDocumentBulletListFilled.js +4 -4
  242. package/components/SVGIcons/IconDocumentEdit.js +3 -3
  243. package/components/SVGIcons/IconDocumentEditFilled.js +3 -3
  244. package/components/SVGIcons/IconDocumentFilled.js +3 -3
  245. package/components/SVGIcons/IconEdit.js +3 -3
  246. package/components/SVGIcons/IconEditFilled.js +3 -3
  247. package/components/SVGIcons/IconErrorCircle.js +3 -3
  248. package/components/SVGIcons/IconErrorCircleFilled.js +3 -3
  249. package/components/SVGIcons/IconEur.js +3 -3
  250. package/components/SVGIcons/IconEurFilled.js +3 -3
  251. package/components/SVGIcons/IconExpandUpLeft.js +4 -4
  252. package/components/SVGIcons/IconExpandUpLeftFilled.js +4 -4
  253. package/components/SVGIcons/IconExpandUpRight.js +4 -4
  254. package/components/SVGIcons/IconExpandUpRightFilled.js +4 -4
  255. package/components/SVGIcons/IconEyeOff.js +4 -4
  256. package/components/SVGIcons/IconEyeOffFilled.js +4 -4
  257. package/components/SVGIcons/IconEyeOn.js +4 -4
  258. package/components/SVGIcons/IconEyeOnFilled.js +4 -4
  259. package/components/SVGIcons/IconFacebook.js +6 -6
  260. package/components/SVGIcons/IconFilter.js +3 -3
  261. package/components/SVGIcons/IconFilterFilled.js +3 -3
  262. package/components/SVGIcons/IconFlag.js +4 -4
  263. package/components/SVGIcons/IconFlagFilled.js +4 -4
  264. package/components/SVGIcons/IconFolderLink.js +3 -3
  265. package/components/SVGIcons/IconFolderLinkFilled.js +3 -3
  266. package/components/SVGIcons/IconGb.js +13 -13
  267. package/components/SVGIcons/IconGlobe.js +3 -3
  268. package/components/SVGIcons/IconGlobeFilled.js +3 -3
  269. package/components/SVGIcons/IconGoogle.js +6 -6
  270. package/components/SVGIcons/IconHandOpenHeart.js +4 -4
  271. package/components/SVGIcons/IconHandOpenHeartFilled.js +4 -4
  272. package/components/SVGIcons/IconHeart.js +4 -4
  273. package/components/SVGIcons/IconHeartFilled.js +4 -4
  274. package/components/SVGIcons/IconHistory.js +4 -4
  275. package/components/SVGIcons/IconHistoryFilled.js +4 -4
  276. package/components/SVGIcons/IconHome.js +4 -4
  277. package/components/SVGIcons/IconHomeFilled.js +4 -4
  278. package/components/SVGIcons/IconImage.js +4 -4
  279. package/components/SVGIcons/IconImageFilled.js +4 -4
  280. package/components/SVGIcons/IconInfo.js +3 -3
  281. package/components/SVGIcons/IconInfoFilled.js +3 -3
  282. package/components/SVGIcons/IconInstagram.js +6 -6
  283. package/components/SVGIcons/IconKeyReset.js +4 -4
  284. package/components/SVGIcons/IconKeyResetFilled.js +4 -4
  285. package/components/SVGIcons/IconLink.js +4 -4
  286. package/components/SVGIcons/IconLinkFilled.js +4 -4
  287. package/components/SVGIcons/IconLinkedin.js +4 -4
  288. package/components/SVGIcons/IconList.js +3 -3
  289. package/components/SVGIcons/IconListFilled.js +4 -4
  290. package/components/SVGIcons/IconLocation.js +4 -4
  291. package/components/SVGIcons/IconLocationFilled.js +4 -4
  292. package/components/SVGIcons/IconLockClosed.js +4 -4
  293. package/components/SVGIcons/IconLockClosedFilled.js +4 -4
  294. package/components/SVGIcons/IconLockOpen.js +4 -4
  295. package/components/SVGIcons/IconLockOpenFilled.js +4 -4
  296. package/components/SVGIcons/IconMail.js +4 -4
  297. package/components/SVGIcons/IconMailAdd.js +4 -4
  298. package/components/SVGIcons/IconMailAddFilled.js +4 -4
  299. package/components/SVGIcons/IconMailArrowForward.js +4 -4
  300. package/components/SVGIcons/IconMailArrowForwardFilled.js +4 -4
  301. package/components/SVGIcons/IconMailFilled.js +4 -4
  302. package/components/SVGIcons/IconMailLink.js +4 -4
  303. package/components/SVGIcons/IconMailLinkFilled.js +4 -4
  304. package/components/SVGIcons/IconMedium.js +4 -4
  305. package/components/SVGIcons/IconMore.js +4 -4
  306. package/components/SVGIcons/IconMoreFilled.js +4 -4
  307. package/components/SVGIcons/IconMoreVertical.js +4 -4
  308. package/components/SVGIcons/IconMoreVerticalFilled.js +4 -4
  309. package/components/SVGIcons/IconNavigation.js +4 -4
  310. package/components/SVGIcons/IconNavigationFilled.js +4 -4
  311. package/components/SVGIcons/IconNotebook.js +4 -4
  312. package/components/SVGIcons/IconNotebookAdd.js +10 -10
  313. package/components/SVGIcons/IconNotebookAddFilled.js +9 -9
  314. package/components/SVGIcons/IconNotebookFilled.js +4 -4
  315. package/components/SVGIcons/IconOnlyEmployee.js +3 -3
  316. package/components/SVGIcons/IconOpen.js +4 -4
  317. package/components/SVGIcons/IconOpenFilled.js +4 -4
  318. package/components/SVGIcons/IconPatient.js +3 -3
  319. package/components/SVGIcons/IconPatientFilled.js +3 -3
  320. package/components/SVGIcons/IconPeople.js +3 -3
  321. package/components/SVGIcons/IconPeopleAdd.js +4 -4
  322. package/components/SVGIcons/IconPeopleAddFilled.js +4 -4
  323. package/components/SVGIcons/IconPeopleFilled.js +4 -4
  324. package/components/SVGIcons/IconPercent.js +4 -4
  325. package/components/SVGIcons/IconPerson.js +4 -4
  326. package/components/SVGIcons/IconPersonAccount.js +3 -3
  327. package/components/SVGIcons/IconPersonAccountFilled.js +3 -3
  328. package/components/SVGIcons/IconPersonAdd.js +4 -4
  329. package/components/SVGIcons/IconPersonAddFilled.js +4 -4
  330. package/components/SVGIcons/IconPersonFilled.js +4 -4
  331. package/components/SVGIcons/IconPersonStar.js +4 -4
  332. package/components/SVGIcons/IconPersonStarFilled.js +4 -4
  333. package/components/SVGIcons/IconPersonSubtract.js +4 -4
  334. package/components/SVGIcons/IconPersonSubtractFilled.js +4 -4
  335. package/components/SVGIcons/IconPhone.js +4 -4
  336. package/components/SVGIcons/IconPhoneFilled.js +4 -4
  337. package/components/SVGIcons/IconPos.js +4 -4
  338. package/components/SVGIcons/IconPosFilled.js +4 -4
  339. package/components/SVGIcons/IconProhibited.js +4 -4
  340. package/components/SVGIcons/IconProhibitedFilled.js +4 -4
  341. package/components/SVGIcons/IconProjectProduct.js +3 -3
  342. package/components/SVGIcons/IconQuestion.js +4 -4
  343. package/components/SVGIcons/IconQuestionFilled.js +4 -4
  344. package/components/SVGIcons/IconRedo.js +4 -4
  345. package/components/SVGIcons/IconRedoFilled.js +4 -4
  346. package/components/SVGIcons/IconRu.js +8 -8
  347. package/components/SVGIcons/IconRub.js +3 -3
  348. package/components/SVGIcons/IconRubFilled.js +3 -3
  349. package/components/SVGIcons/IconSave.js +4 -4
  350. package/components/SVGIcons/IconSaveFilled.js +4 -4
  351. package/components/SVGIcons/IconSavings.js +4 -4
  352. package/components/SVGIcons/IconSavingsFilled.js +4 -4
  353. package/components/SVGIcons/IconSearch.js +4 -4
  354. package/components/SVGIcons/IconSearchFilled.js +4 -4
  355. package/components/SVGIcons/IconSelectAllOff.js +4 -4
  356. package/components/SVGIcons/IconSelectAllOffFilled.js +4 -4
  357. package/components/SVGIcons/IconSelectAllOn.js +4 -4
  358. package/components/SVGIcons/IconSelectAllOnFilled.js +4 -4
  359. package/components/SVGIcons/IconSend.js +4 -4
  360. package/components/SVGIcons/IconSendFilled.js +4 -4
  361. package/components/SVGIcons/IconSettings.js +3 -3
  362. package/components/SVGIcons/IconSettingsFilled.js +4 -4
  363. package/components/SVGIcons/IconShare.js +4 -4
  364. package/components/SVGIcons/IconShareAndroid.js +4 -4
  365. package/components/SVGIcons/IconShareAndroidFilled.js +4 -4
  366. package/components/SVGIcons/IconShareFilled.js +4 -4
  367. package/components/SVGIcons/IconSignOut.js +4 -4
  368. package/components/SVGIcons/IconSignOutFilled.js +4 -4
  369. package/components/SVGIcons/IconSpinner.js +4 -4
  370. package/components/SVGIcons/IconSpinnerFilled.js +4 -4
  371. package/components/SVGIcons/IconStatus.js +4 -4
  372. package/components/SVGIcons/IconStatusFilled.js +4 -4
  373. package/components/SVGIcons/IconSubtract.js +4 -4
  374. package/components/SVGIcons/IconSubtractCircle.js +4 -4
  375. package/components/SVGIcons/IconSubtractCircleFilled.js +4 -4
  376. package/components/SVGIcons/IconSubtractFilled.js +4 -4
  377. package/components/SVGIcons/IconTableCellEdit.js +6 -6
  378. package/components/SVGIcons/IconTableCellEditFilled.js +8 -8
  379. package/components/SVGIcons/IconTelegram.js +6 -6
  380. package/components/SVGIcons/IconTimer.js +4 -4
  381. package/components/SVGIcons/IconTimerFilled.js +4 -4
  382. package/components/SVGIcons/IconTwitter.js +4 -4
  383. package/components/SVGIcons/IconUndo.js +4 -4
  384. package/components/SVGIcons/IconUndoFilled.js +4 -4
  385. package/components/SVGIcons/IconUnitsEmployee.js +3 -3
  386. package/components/SVGIcons/IconUsd.js +3 -3
  387. package/components/SVGIcons/IconUsdFilled.js +3 -3
  388. package/components/SVGIcons/IconVideo.js +3 -3
  389. package/components/SVGIcons/IconVideoFilled.js +3 -3
  390. package/components/SVGIcons/IconWallet.js +4 -4
  391. package/components/SVGIcons/IconWalletFilled.js +4 -4
  392. package/components/SVGIcons/IconWarning.js +3 -3
  393. package/components/SVGIcons/IconWarningFilled.js +3 -3
  394. package/components/SVGIcons/IconYoutube.js +4 -4
  395. package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
  396. package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
  397. package/components/Select/FilterSelect/FilterDropdown.js +6 -6
  398. package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
  399. package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
  400. package/components/Select/FilterSelect/FilterSelect.js +11 -11
  401. package/components/Select/MultiSelect/MultiBase/MultiBase.js +9 -9
  402. package/components/Select/MultiSelect/MultiSelect.js +7 -7
  403. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
  404. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +16 -16
  405. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
  406. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +13 -13
  407. package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
  408. package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
  409. package/components/Select/NestedSelect/NestedSelect.js +11 -11
  410. package/components/Select/ProfileDropdown/index.d.ts +2 -1
  411. package/components/Select/ProfileDropdown/index.js +21 -21
  412. package/components/Select/Select/Select.d.ts +2 -1
  413. package/components/Select/Select/Select.js +13 -13
  414. package/components/Select/SharedComponents/Actions.d.ts +2 -1
  415. package/components/Select/SharedComponents/Actions.js +9 -9
  416. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +6 -6
  417. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +4 -4
  418. package/components/Select/SharedComponents/ContentTop.js +9 -9
  419. package/components/Select/SharedComponents/Footer.d.ts +2 -1
  420. package/components/Select/SharedComponents/Footer.js +10 -10
  421. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +8 -8
  422. package/components/Select/SharedComponents/Loading.d.ts +2 -1
  423. package/components/Select/SharedComponents/Loading.js +3 -3
  424. package/components/Select/SharedComponents/index.js +3 -3
  425. package/components/Select/index.js +3 -3
  426. package/components/Select/types.d.ts +5 -5
  427. package/components/SideNavigation/Block.js +4 -4
  428. package/components/SideNavigation/NavigationItem/index.js +10 -10
  429. package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
  430. package/components/SideNavigation/SideNavigation.d.ts +2 -1
  431. package/components/SideNavigation/SideNavigation.js +5 -5
  432. package/components/SideNavigation/types.d.ts +1 -1
  433. package/components/SideSheet/Footer/Footer.js +12 -12
  434. package/components/SideSheet/SideSheet.d.ts +2 -1
  435. package/components/SideSheet/SideSheet.js +17 -17
  436. package/components/SideSheet/index.js +3 -3
  437. package/components/Snackbar/Snackbar.js +10 -10
  438. package/components/Snackbar/index.js +3 -3
  439. package/components/Snackbar/types.d.ts +2 -1
  440. package/components/Status/Status.js +6 -6
  441. package/components/Stepper/Stepper.d.ts +2 -1
  442. package/components/Stepper/Stepper.js +2 -2
  443. package/components/Stepper/types.d.ts +2 -1
  444. package/components/Switcher/Switcher.js +11 -11
  445. package/components/Switcher/index.js +3 -3
  446. package/components/Switcher/types.d.ts +2 -1
  447. package/components/Tab/Tab.js +3 -3
  448. package/components/Tab/TabItem.d.ts +2 -1
  449. package/components/Tab/TabItem.js +6 -6
  450. package/components/Tab/types.d.ts +3 -2
  451. package/components/Table/Header.js +11 -11
  452. package/components/Table/IndeterminateCheckbox.js +5 -5
  453. package/components/Table/Row.js +6 -6
  454. package/components/Table/Table.js +10 -10
  455. package/components/Table/index.js +3 -3
  456. package/components/Table/utils.js +6 -6
  457. package/components/Text/Text.js +2 -2
  458. package/components/Textarea/Textarea.js +16 -16
  459. package/components/Textarea/index.js +3 -3
  460. package/components/Textarea/types.d.ts +3 -2
  461. package/components/Tooltip/Tooltip.d.ts +2 -1
  462. package/components/Tooltip/Tooltip.js +3 -3
  463. package/context/FormContextProvider.d.ts +2 -2
  464. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
  465. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
  466. package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
  467. package/helperComponents/CodeBlock/CodeBlock.js +3 -3
  468. package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
  469. package/helperComponents/ErrorMessage/types.d.ts +2 -1
  470. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
  471. package/helperComponents/Label/Label.js +3 -3
  472. package/helperComponents/Label/types.d.ts +1 -1
  473. package/helperComponents/Loader/Loader.js +3 -3
  474. package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
  475. package/helperComponents/OptionItem/OptionItem.js +15 -15
  476. package/helperComponents/OptionItem/index.js +3 -3
  477. package/helperComponents/index.js +3 -3
  478. package/index.js +3 -3
  479. package/package.json +2 -1
  480. package/stories/CardBody.stories.d.ts +2 -1
  481. package/stories/CardSelect.stories.d.ts +2 -1
  482. package/stories/Collapse.stories.d.ts +2 -1
  483. package/stories/Container.stories.d.ts +1 -1
  484. package/stories/DatePicker.stories.d.ts +1 -1
  485. package/stories/Empty.stories.d.ts +2 -1
  486. package/stories/FileUpload.stories.d.ts +2 -1
  487. package/stories/Form.stories.d.ts +3 -2
  488. package/stories/ItemSelect.stories.d.ts +2 -1
  489. package/stories/More.stories.d.ts +2 -1
  490. package/stories/Pagination.stories.d.ts +2 -1
  491. package/stories/Progress.stories.d.ts +2 -1
  492. package/stories/Select.stories.d.ts +4 -3
  493. package/stories/SideNavigation.stories.d.ts +2 -1
  494. package/stories/SideSheet.stories.d.ts +2 -1
  495. package/stories/Stepper.stories.d.ts +2 -1
  496. package/stories/Tooltip.stories.d.ts +2 -1
  497. package/AnimatePresenceWrapper-cf3daece.js +0 -1726
  498. package/proxy-3b995879.js +0 -9654
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBeach = function IconBeach(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconBeach = function IconBeach(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M9.35048 5.32144C11.2144 2.09296 15.3427 0.986807 18.5712 2.85077C21.7996 4.71473 22.9058 8.84296 21.0418 12.0714L20.7918 12.5045C20.5847 12.8632 20.126 12.9861 19.7673 12.779L15.2086 10.147L12.8357 14.2995C14.7406 14.525 16.4252 15.5093 17.6787 16.9141C17.1534 16.9994 16.6869 17.2909 16.3793 17.7161C15.2141 16.5078 13.6661 15.7503 12 15.7503C10.3339 15.7503 8.78594 16.5078 7.62074 17.7161C7.31271 17.2903 6.84569 16.9992 6.32132 16.914C7.56154 15.5241 9.22374 14.5459 11.1038 14.3069L13.9095 9.39697L9.375 6.77897C9.01628 6.57186 8.89337 6.11317 9.10048 5.75445L9.35048 5.32144ZM10.7796 5.85786L12.7456 6.99293C13.2797 6.17401 13.8198 5.49998 14.4891 4.89141C15.0146 4.41354 15.6067 3.98805 16.3152 3.56564C14.22 3.10815 11.9869 3.97619 10.7796 5.85786ZM16.5896 9.21228C17.1442 8.21522 17.4101 7.42287 17.5058 6.65729C17.5834 6.03611 17.5534 5.40152 17.4418 4.64661C16.6236 5.10695 16.0124 5.53366 15.4982 6.00122C14.9653 6.48581 14.5165 7.03232 14.0468 7.74416L16.5896 9.21228ZM17.8888 9.96236L19.8627 11.102C20.9059 9.08223 20.5111 6.66785 19.0063 5.08258C19.063 5.68104 19.0673 6.25857 18.9942 6.84334C18.868 7.85306 18.518 8.83567 17.8888 9.96236ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBeachFilled = function IconBeachFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconBeachFilled = function IconBeachFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M18.5712 2.85077C15.3427 0.986807 11.2144 2.09296 9.35048 5.32144L9.10048 5.75445C8.89337 6.11317 9.01628 6.57186 9.375 6.77897L13.9095 9.39697L11.1038 14.3069C9.22371 14.5459 7.5615 15.5242 6.32127 16.9141C7.05178 17.0327 7.67099 17.5509 7.90411 18.2764C8.13947 19.0089 8.62847 19.232 9.02241 19.2364C9.42476 19.2409 9.88419 19.0232 10.1026 18.3679C10.3749 17.5512 11.1391 17.0003 12 17.0003C12.8609 17.0003 13.6251 17.5512 13.8974 18.3679C14.1158 19.0232 14.5752 19.2409 14.9776 19.2364C15.3715 19.232 15.8605 19.0089 16.0959 18.2764C16.3285 17.5526 16.9464 17.033 17.6788 16.9141C16.4253 15.5093 14.7407 14.525 12.8357 14.2995L15.2086 10.147L19.7673 12.779C20.126 12.9861 20.5847 12.8632 20.7918 12.5045L21.0418 12.0714C22.9058 8.84296 21.7996 4.71473 18.5712 2.85077ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBook = function IconBook(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBook = function IconBook(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Cover=Default, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M7 6C7 5.44772 7.44772 5 8 5H16C16.5523 5 17 5.44772 17 6V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V6ZM8.5 7.5H15.5V6.5H8.5V7.5ZM4 4.5C4 3.11929 5.11929 2 6.5 2H18C19.3807 2 20.5 3.11929 20.5 4.5V18.75C20.5 19.1642 20.1642 19.5 19.75 19.5H5.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.75C20.1642 20.5 20.5 20.8358 20.5 21.25C20.5 21.6642 20.1642 22 19.75 22H6.5C5.11929 22 4 20.8807 4 19.5V4.5ZM5.5 18H19V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBookFilled = function IconBookFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBookFilled = function IconBookFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Cover=Default, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.5 2C5.11929 2 4 3.11929 4 4.5V19.5C4 20.8807 5.11929 22 6.5 22H19.75C20.1642 22 20.5 21.6642 20.5 21.25C20.5 20.8358 20.1642 20.5 19.75 20.5H6.5C5.94772 20.5 5.5 20.0523 5.5 19.5H19.75C20.1642 19.5 20.5 19.1642 20.5 18.75V4.5C20.5 3.11929 19.3807 2 18 2H6.5ZM8 5H16C16.5523 5 17 5.44772 17 6V7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7V6C7 5.44772 7.44772 5 8 5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBookmark = function IconBookmark(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBookmark = function IconBookmark(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538ZM17.501 6.24902C17.501 5.28253 16.7175 4.49902 15.751 4.49902H8.25256C7.28607 4.49902 6.50256 5.28253 6.50256 6.24902V19.7814L11.5637 16.1401C11.8254 15.9518 12.1781 15.9518 12.4398 16.1401L17.501 19.7814V6.24902Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBookmarkFilled = function IconBookmarkFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBookmarkFilled = function IconBookmarkFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBriefcase = function IconBriefcase(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBriefcase = function IconBriefcase(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M8.75 3H15.25C15.6297 3 15.9435 3.28215 15.9932 3.64823L16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25H8.75ZM17.75 8.5H6.25C5.2835 8.5 4.5 9.2835 4.5 10.25V16.75C4.5 17.7165 5.2835 18.5 6.25 18.5H17.75C18.7165 18.5 19.5 17.7165 19.5 16.75V10.25C19.5 9.2835 18.7165 8.5 17.75 8.5ZM14.5 4.5H9.5V7H14.5V4.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBriefcaseFilled = function IconBriefcaseFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBriefcaseFilled = function IconBriefcaseFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M15.25 3C15.6642 3 16 3.33579 16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25ZM14.5 4.5H9.5V7H14.5V4.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBuilding = function IconBuilding(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,22 +21,22 @@ var IconBuilding = function IconBuilding(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("rect", {
24
+ }, /*#__PURE__*/React.createElement("rect", {
25
25
  width: "24",
26
26
  height: "24",
27
27
  fill: "#1E1E1E"
28
- }), /*#__PURE__*/React__default.createElement("g", {
28
+ }), /*#__PURE__*/React.createElement("g", {
29
29
  id: "Iconography"
30
- }, /*#__PURE__*/React__default.createElement("rect", {
30
+ }, /*#__PURE__*/React.createElement("rect", {
31
31
  width: "51344",
32
32
  height: "12568",
33
33
  transform: "translate(-19103 -1288)",
34
34
  fill: "#F4F4F4"
35
- }), /*#__PURE__*/React__default.createElement("g", {
35
+ }), /*#__PURE__*/React.createElement("g", {
36
36
  id: "B Icons"
37
- }, /*#__PURE__*/React__default.createElement("g", {
37
+ }, /*#__PURE__*/React.createElement("g", {
38
38
  id: "Building"
39
- }, /*#__PURE__*/React__default.createElement("rect", {
39
+ }, /*#__PURE__*/React.createElement("rect", {
40
40
  x: "-19.5",
41
41
  y: "-19.5",
42
42
  width: "107",
@@ -44,9 +44,9 @@ var IconBuilding = function IconBuilding(_ref) {
44
44
  rx: "4.5",
45
45
  stroke: "#9747FF",
46
46
  strokeDasharray: "10 5"
47
- }), /*#__PURE__*/React__default.createElement("g", {
47
+ }), /*#__PURE__*/React.createElement("g", {
48
48
  id: "Size=24, Theme=Regular"
49
- }, /*#__PURE__*/React__default.createElement("path", {
49
+ }, /*#__PURE__*/React.createElement("path", {
50
50
  id: "Shape",
51
51
  d: "M8.5 5.5C7.94772 5.5 7.5 5.94772 7.5 6.5C7.5 7.05228 7.94772 7.5 8.5 7.5C9.05229 7.5 9.5 7.05228 9.5 6.5C9.5 5.94772 9.05229 5.5 8.5 5.5ZM7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5C9.05229 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05229 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5ZM8.5 9C7.94772 9 7.5 9.44771 7.5 10C7.5 10.5523 7.94772 11 8.5 11C9.05229 11 9.5 10.5523 9.5 10C9.5 9.44771 9.05229 9 8.5 9ZM11 6.5C11 5.94772 11.4477 5.5 12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5ZM12 12.5C11.4477 12.5 11 12.9477 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 12.9477 12.5523 12.5 12 12.5ZM14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5ZM12 9C11.4477 9 11 9.44771 11 10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10C13 9.44771 12.5523 9 12 9ZM6.25 2C5.00736 2 4 3.00736 4 4.25V20.75C4 21.1642 4.33579 21.5 4.75 21.5H19.2528C19.667 21.5 20.0028 21.1642 20.0028 20.75V11.7493C20.0028 10.5067 18.9954 9.4993 17.7528 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.25ZM5.5 4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H14.25C14.6642 3.5 15 3.83579 15 4.25V10.2493C15 10.6635 15.3358 10.9993 15.75 10.9993H17.7528C18.167 10.9993 18.5028 11.3351 18.5028 11.7493V20H16.5V17.25C16.5 16.8358 16.1642 16.5 15.75 16.5H8.25C7.83579 16.5 7.5 16.8358 7.5 17.25V20H5.5V4.25ZM15 18V20H12.75V18H15ZM11.25 18V20H9V18H11.25Z",
52
52
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBuildingBank = function IconBuildingBank(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconBuildingBank = function IconBuildingBank(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M13 6.24985C13 6.80213 12.5523 7.24985 12 7.24985C11.4477 7.24985 11 6.80213 11 6.24985C11 5.69756 11.4477 5.24985 12 5.24985C12.5523 5.24985 13 5.69756 13 6.24985ZM13.0316 2.32416C12.417 1.87567 11.583 1.87567 10.9684 2.32416L3.54657 7.74011C2.56949 8.45312 3.07382 9.99985 4.2834 9.99985H4.5L4.5 15.7997C3.60958 16.2549 3 17.1812 3 18.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V18.2498C21 17.1812 20.3904 16.2549 19.5 15.7997V9.99985H19.7166C20.9262 9.99985 21.4305 8.45312 20.4534 7.74011L13.0316 2.32416ZM11.8526 3.53585C11.9404 3.47178 12.0596 3.47178 12.1474 3.53585L18.9499 8.49985H5.05011L11.8526 3.53585ZM18 9.99985V15.4998H16V9.99985H18ZM14.5 9.99985V15.4998H12.75V9.99985H14.5ZM11.25 9.99985V15.4998H9.5L9.5 9.99985H11.25ZM5.75 16.9998H18.25C18.9404 16.9998 19.5 17.5595 19.5 18.2498V18.9998H4.5V18.2498C4.5 17.5595 5.05964 16.9998 5.75 16.9998ZM6 15.4998L6 9.99985H8L8 15.4998H6Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBuildingBankFilled = function IconBuildingBankFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconBuildingBankFilled = function IconBuildingBankFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M10.9684 2.32416C11.583 1.87567 12.417 1.87567 13.0316 2.32416L20.4534 7.74011C21.4299 8.45267 20.9268 9.99787 19.7189 9.99985H4.28108C3.07318 9.99787 2.57011 8.45266 3.54657 7.74011L10.9684 2.32416ZM13 6.24985C13 5.69756 12.5523 5.24985 12 5.24985C11.4477 5.24985 11 5.69756 11 6.24985C11 6.80213 11.4477 7.24985 12 7.24985C12.5523 7.24985 13 6.80213 13 6.24985ZM11.25 15.9998H9.25V10.9998H11.25V15.9998ZM14.75 15.9998H12.75V10.9998H14.75V15.9998ZM18.5 15.9998H16.25V10.9998H18.5V15.9998ZM18.75 16.9998H5.25C4.00736 16.9998 3 18.0072 3 19.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V19.2498C21 18.0072 19.9926 16.9998 18.75 16.9998ZM7.75 15.9998H5.5V10.9998H7.75V15.9998Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBuildingFilled = function IconBuildingFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBuildingFilled = function IconBuildingFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.75 2C5.50736 2 4.5 3.00736 4.5 4.25V20.75C4.5 21.1642 4.83579 21.5 5.25 21.5H7.5V17.25C7.5 16.8358 7.83579 16.5 8.25 16.5H15.75C16.1642 16.5 16.5 16.8358 16.5 17.25V21.5H18.75C19.1642 21.5 19.5 21.1642 19.5 20.75V11.7493C19.5 10.5067 18.4926 9.4993 17.25 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.75ZM7.5 6.5C7.5 5.94772 7.94772 5.5 8.5 5.5C9.05228 5.5 9.5 5.94772 9.5 6.5C9.5 7.05228 9.05228 7.5 8.5 7.5C7.94772 7.5 7.5 7.05228 7.5 6.5ZM8.5 12.5C9.05228 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05228 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5ZM7.5 10C7.5 9.44772 7.94772 9 8.5 9C9.05228 9 9.5 9.44772 9.5 10C9.5 10.5523 9.05228 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10ZM12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5C11 5.94772 11.4477 5.5 12 5.5ZM11 13.5C11 12.9477 11.4477 12.5 12 12.5C12.5523 12.5 13 12.9477 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5ZM15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5ZM11 10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10ZM15 21.5V18H12.7499V21.5H15ZM11.2499 21.5V18H9V21.5H11.2499Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBulletListAdd = function IconBulletListAdd(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBulletListAdd = function IconBulletListAdd(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M4.49858 18.7493C4.49858 18.0593 3.93925 17.5 3.24929 17.5C2.55933 17.5 2 18.0593 2 18.7493C2 19.4393 2.55933 19.9986 3.24929 19.9986C3.93925 19.9986 4.49858 19.4393 4.49858 18.7493ZM12.019 18H6.75L6.64823 18.0068C6.28215 18.0565 6 18.3703 6 18.75C6 19.1642 6.33579 19.5 6.75 19.5H12.3137C12.1591 19.0218 12.0585 18.5195 12.019 18ZM13.8091 13H6.75C6.33579 13 6 12.6642 6 12.25C6 11.8703 6.28215 11.5565 6.64823 11.5068L6.75 11.5H15.9944C15.1647 11.8469 14.4222 12.3609 13.8091 13ZM4.49858 12.2493C4.49858 11.5593 3.93925 11 3.24929 11C2.55933 11 2 11.5593 2 12.2493C2 12.9393 2.55933 13.4986 3.24929 13.4986C3.93925 13.4986 4.49858 12.9393 4.49858 12.2493ZM4.49858 5.74929C4.49858 5.05933 3.93925 4.5 3.24929 4.5C2.55933 4.5 2 5.05933 2 5.74929C2 6.43925 2.55933 6.99858 3.24929 6.99858C3.93925 6.99858 4.49858 6.43925 4.49858 5.74929ZM21.25 5H6.75L6.64823 5.00685C6.28215 5.05651 6 5.3703 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H21.25L21.3518 6.49315C21.7178 6.44349 22 6.1297 22 5.75C22 5.33579 21.6642 5 21.25 5ZM24 17.4995C24 14.4619 21.5376 11.9995 18.5 11.9995C15.4624 11.9995 13 14.4619 13 17.4995C13 20.5371 15.4624 22.9995 18.5 22.9995C21.5376 22.9995 24 20.5371 24 17.4995ZM19.0006 17.9995L19.0011 20.503C19.0011 20.7792 18.7773 21.003 18.5011 21.003C18.225 21.003 18.0011 20.7792 18.0011 20.503L18.0006 17.9995H15.4956C15.2197 17.9995 14.9961 17.7757 14.9961 17.4995C14.9961 17.2234 15.2197 16.9995 15.4956 16.9995H18.0005L18 14.4988C18 14.2226 18.2239 13.9988 18.5 13.9988C18.7761 13.9988 19 14.2226 19 14.4988L19.0005 16.9995H21.4966C21.7725 16.9995 21.9961 17.2234 21.9961 17.4995C21.9961 17.7757 21.7725 17.9995 21.4966 17.9995H19.0006Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconBulletListAddFilled = function IconBulletListAddFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconBulletListAddFilled = function IconBulletListAddFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M4.99883 18C4.99883 17.1719 4.32752 16.5006 3.49942 16.5006C2.67131 16.5006 2 17.1719 2 18C2 18.8281 2.67131 19.4994 3.49942 19.4994C4.32752 19.4994 4.99883 18.8281 4.99883 18ZM12.0189 17H7.50034L7.38372 17.0067C6.88638 17.0645 6.50034 17.4872 6.50034 18C6.50034 18.5523 6.94805 19 7.50034 19H12.1739C12.0602 18.5185 12 18.0163 12 17.5C12 17.3318 12.0064 17.165 12.0189 17ZM13.8096 13H7.50034C6.94805 13 6.50034 12.5523 6.50034 12C6.50034 11.4872 6.88638 11.0645 7.38372 11.0067L7.50034 11H18.5C16.6566 11 14.9925 11.7673 13.8096 13ZM4.99883 12C4.99883 11.1719 4.32752 10.5006 3.49942 10.5006C2.67131 10.5006 2 11.1719 2 12C2 12.8281 2.67131 13.4994 3.49942 13.4994C4.32752 13.4994 4.99883 12.8281 4.99883 12ZM4.99883 6.00723C4.99883 5.17912 4.32752 4.50781 3.49942 4.50781C2.67131 4.50781 2 5.17912 2 6.00723C2 6.83533 2.67131 7.50664 3.49942 7.50664C4.32752 7.50664 4.99883 6.83533 4.99883 6.00723ZM21.0035 5.00082H7.50034L7.38372 5.00755C6.88638 5.06532 6.50034 5.48799 6.50034 6.00082C6.50034 6.55311 6.94805 7.00082 7.50034 7.00082H21.0035L21.1201 6.9941C21.6174 6.93633 22.0035 6.51366 22.0035 6.00082C22.0035 5.44854 21.5558 5.00082 21.0035 5.00082ZM24 17.5C24 14.4624 21.5376 12 18.5 12C15.4624 12 13 14.4624 13 17.5C13 20.5376 15.4624 23 18.5 23C21.5376 23 24 20.5376 24 17.5ZM19.0006 18L19.0011 20.5035C19.0011 20.7797 18.7773 21.0035 18.5011 21.0035C18.225 21.0035 18.0011 20.7797 18.0011 20.5035L18.0006 18H15.4956C15.2197 18 14.9961 17.7762 14.9961 17.5C14.9961 17.2239 15.2197 17 15.4956 17H18.0005L18 14.4993C18 14.2231 18.2239 13.9993 18.5 13.9993C18.7761 13.9993 19 14.2231 19 14.4993L19.0005 17H21.4966C21.7725 17 21.9961 17.2239 21.9961 17.5C21.9961 17.7762 21.7725 18 21.4966 18H19.0006Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCalculator = function IconCalculator(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconCalculator = function IconCalculator(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M7 7C7 5.89543 7.89543 5 9 5H15C16.1046 5 17 5.89543 17 7V8C17 9.10457 16.1046 10 15 10H9C7.89543 10 7 9.10457 7 8V7ZM9 6.5C8.72386 6.5 8.5 6.72386 8.5 7V8C8.5 8.27614 8.72386 8.5 9 8.5H15C15.2761 8.5 15.5 8.27614 15.5 8V7C15.5 6.72386 15.2761 6.5 15 6.5H9ZM8.25 14.5C8.94036 14.5 9.5 13.9404 9.5 13.25C9.5 12.5596 8.94036 12 8.25 12C7.55964 12 7 12.5596 7 13.25C7 13.9404 7.55964 14.5 8.25 14.5ZM9.5 17.25C9.5 17.9404 8.94036 18.5 8.25 18.5C7.55964 18.5 7 17.9404 7 17.25C7 16.5596 7.55964 16 8.25 16C8.94036 16 9.5 16.5596 9.5 17.25ZM15.75 14.5C16.4404 14.5 17 13.9404 17 13.25C17 12.5596 16.4404 12 15.75 12C15.0596 12 14.5 12.5596 14.5 13.25C14.5 13.9404 15.0596 14.5 15.75 14.5ZM17 17.25C17 17.9404 16.4404 18.5 15.75 18.5C15.0596 18.5 14.5 17.9404 14.5 17.25C14.5 16.5596 15.0596 16 15.75 16C16.4404 16 17 16.5596 17 17.25ZM12 14.5C12.6904 14.5 13.25 13.9404 13.25 13.25C13.25 12.5596 12.6904 12 12 12C11.3096 12 10.75 12.5596 10.75 13.25C10.75 13.9404 11.3096 14.5 12 14.5ZM13.25 17.25C13.25 17.9404 12.6904 18.5 12 18.5C11.3096 18.5 10.75 17.9404 10.75 17.25C10.75 16.5596 11.3096 16 12 16C12.6904 16 13.25 16.5596 13.25 17.25ZM7.25 2C5.45507 2 4 3.45507 4 5.25V18.75C4 20.5449 5.45507 22 7.25 22H16.75C18.5449 22 20 20.5449 20 18.75V5.25C20 3.45507 18.5449 2 16.75 2H7.25ZM5.5 5.25C5.5 4.2835 6.2835 3.5 7.25 3.5H16.75C17.7165 3.5 18.5 4.2835 18.5 5.25V18.75C18.5 19.7165 17.7165 20.5 16.75 20.5H7.25C6.2835 20.5 5.5 19.7165 5.5 18.75V5.25Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCalculatorFilled = function IconCalculatorFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconCalculatorFilled = function IconCalculatorFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M4 5.25C4 3.45507 5.45507 2 7.25 2H16.75C18.5449 2 20 3.45507 20 5.25V18.75C20 20.5449 18.5449 22 16.75 22H7.25C5.45507 22 4 20.5449 4 18.75V5.25ZM9 5C7.89543 5 7 5.89543 7 7V8C7 9.10457 7.89543 10 9 10H15C16.1046 10 17 9.10457 17 8V7C17 5.89543 16.1046 5 15 5H9ZM9.5 13.25C9.5 12.5596 8.94036 12 8.25 12C7.55964 12 7 12.5596 7 13.25C7 13.9404 7.55964 14.5 8.25 14.5C8.94036 14.5 9.5 13.9404 9.5 13.25ZM8.25 18.5C8.94036 18.5 9.5 17.9404 9.5 17.25C9.5 16.5596 8.94036 16 8.25 16C7.55964 16 7 16.5596 7 17.25C7 17.9404 7.55964 18.5 8.25 18.5ZM17 13.25C17 12.5596 16.4404 12 15.75 12C15.0596 12 14.5 12.5596 14.5 13.25C14.5 13.9404 15.0596 14.5 15.75 14.5C16.4404 14.5 17 13.9404 17 13.25ZM15.75 18.5C16.4404 18.5 17 17.9404 17 17.25C17 16.5596 16.4404 16 15.75 16C15.0596 16 14.5 16.5596 14.5 17.25C14.5 17.9404 15.0596 18.5 15.75 18.5ZM13.25 13.25C13.25 12.5596 12.6904 12 12 12C11.3096 12 10.75 12.5596 10.75 13.25C10.75 13.9404 11.3096 14.5 12 14.5C12.6904 14.5 13.25 13.9404 13.25 13.25ZM12 18.5C12.6904 18.5 13.25 17.9404 13.25 17.25C13.25 16.5596 12.6904 16 12 16C11.3096 16 10.75 16.5596 10.75 17.25C10.75 17.9404 11.3096 18.5 12 18.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCalendarClock = function IconCalendarClock(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconCalendarClock = function IconCalendarClock(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M21.8906 6.25C21.8906 4.45507 20.4356 3 18.6406 3H7.14062C5.3457 3 3.89062 4.45507 3.89062 6.25V17.75C3.89062 19.5449 5.3457 21 7.14062 21H12.9124C12.6159 20.5368 12.3765 20.0335 12.2041 19.5H7.14062C6.17413 19.5 5.39062 18.7165 5.39062 17.75V8.5H20.3906V11.3135C20.9241 11.4858 21.4274 11.7253 21.8906 12.0218V6.25ZM7.14062 4.5H18.6406C19.6071 4.5 20.3906 5.2835 20.3906 6.25V7H5.39062V6.25C5.39062 5.2835 6.17413 4.5 7.14062 4.5ZM23.8906 17.5C23.8906 14.4624 21.4282 12 18.3906 12C15.3531 12 12.8906 14.4624 12.8906 17.5C12.8906 20.5376 15.3531 23 18.3906 23C21.4282 23 23.8906 20.5376 23.8906 17.5ZM18.3906 17.5H20.3906C20.6668 17.5 20.8906 17.7239 20.8906 18C20.8906 18.2762 20.6668 18.5 20.3906 18.5H17.8906C17.6174 18.5 17.3954 18.2809 17.3907 18.0089L17.3906 17.9999V14.9999C17.3906 14.7238 17.6145 14.4999 17.8906 14.4999C18.1668 14.4999 18.3906 14.7238 18.3906 14.9999L18.3906 17.5Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCalendarClockFilled = function IconCalendarClockFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconCalendarClockFilled = function IconCalendarClockFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M18.6406 3C20.4356 3 21.8906 4.45507 21.8906 6.25V7H3.89062V6.25C3.89062 4.45507 5.3457 3 7.14062 3H18.6406ZM21.8906 8.5V12.0218C20.8803 11.375 19.6793 11 18.3906 11C14.8008 11 11.8906 13.9101 11.8906 17.5C11.8906 18.7886 12.2656 19.9897 12.9124 21H7.14062C5.3457 21 3.89062 19.5449 3.89062 17.75V8.5H21.8906ZM23.8906 17.5C23.8906 14.4624 21.4282 12 18.3906 12C15.3531 12 12.8906 14.4624 12.8906 17.5C12.8906 20.5376 15.3531 23 18.3906 23C21.4282 23 23.8906 20.5376 23.8906 17.5ZM18.3906 17.5001H20.3906C20.6668 17.5001 20.8906 17.7239 20.8906 18.0001C20.8906 18.2762 20.6668 18.5001 20.3906 18.5001H17.8906C17.6145 18.5001 17.3906 18.2762 17.3906 18.0001L17.3906 17.9985L17.3906 14.9999C17.3906 14.7238 17.6145 14.4999 17.8906 14.4999C18.1668 14.4999 18.3906 14.7238 18.3906 14.9999L18.3906 17.5001Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCalendarDay = function IconCalendarDay(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconCalendarDay = function IconCalendarDay(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M18 3C19.7949 3 21.25 4.45507 21.25 6.25V17.75C21.25 19.5449 19.7949 21 18 21H6.5C4.70507 21 3.25 19.5449 3.25 17.75V6.25C3.25 4.45507 4.70507 3 6.5 3H18ZM18 4.5H6.5C5.5335 4.5 4.75 5.2835 4.75 6.25V17.75C4.75 18.7165 5.5335 19.5 6.5 19.5H18C18.9665 19.5 19.75 18.7165 19.75 17.75V6.25C19.75 5.2835 18.9665 4.5 18 4.5ZM16.5 11C16.9142 11 17.25 11.3358 17.25 11.75V16.25C17.25 16.6642 16.9142 17 16.5 17H8C7.58579 17 7.25 16.6642 7.25 16.25V11.75C7.25 11.3358 7.58579 11 8 11H16.5ZM15.75 12.5H8.75V15.5H15.75V12.5ZM8 7.25H16.5C16.9142 7.25 17.25 7.58579 17.25 8C17.25 8.3797 16.9678 8.69349 16.6018 8.74315L16.5 8.75H8C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.6203 7.53215 7.30651 7.89823 7.25685L8 7.25H16.5H8Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCalendarDayFilled = function IconCalendarDayFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconCalendarDayFilled = function IconCalendarDayFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M18 3C19.7949 3 21.25 4.45507 21.25 6.25V17.75C21.25 19.5449 19.7949 21 18 21H6.5C4.70507 21 3.25 19.5449 3.25 17.75V6.25C3.25 4.45507 4.70507 3 6.5 3H18ZM16.5 11H8C7.6203 11 7.30651 11.2822 7.25685 11.6482L7.25 11.75V16.25C7.25 16.6297 7.53215 16.9435 7.89823 16.9932L8 17H16.5C16.8797 17 17.1935 16.7178 17.2432 16.3518L17.25 16.25V11.75C17.25 11.3703 16.9678 11.0565 16.6018 11.0068L16.5 11ZM15.75 12.5V15.5H8.75V12.5H15.75ZM16.5 7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H16.5C16.9142 8.75 17.25 8.41421 17.25 8C17.25 7.58579 16.9142 7.25 16.5 7.25Z",
29
29
  fill: "#222222"