@antscorp/antsomi-ui 2.0.13 → 2.0.15

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 (956) hide show
  1. package/es/components/atoms/Alert/Alert.js +10 -22
  2. package/es/components/atoms/Button/Button.d.ts +4 -2
  3. package/es/components/atoms/Button/Button.js +4 -1
  4. package/es/components/atoms/Button/test.js +9 -90
  5. package/es/components/atoms/Checkbox/Checkbox.d.ts +4 -1
  6. package/es/components/atoms/Checkbox/Checkbox.js +3 -1
  7. package/es/components/atoms/ContentEditable/ContentEditable.js +5 -16
  8. package/es/components/atoms/DividerPure/DividerPure.js +4 -15
  9. package/es/components/atoms/DividerPure/styled.js +2 -3
  10. package/es/components/atoms/Empty/Empty.js +2 -2
  11. package/es/components/atoms/Icon/index.js +4 -7
  12. package/es/components/atoms/Iframe/Iframe.js +6 -17
  13. package/es/components/atoms/Input/Input.js +12 -25
  14. package/es/components/atoms/Input/styled.js +12 -13
  15. package/es/components/atoms/InputDynamic/EditCaretPositioning.js +8 -9
  16. package/es/components/atoms/InputDynamic/InputDynamic.d.ts +1 -6
  17. package/es/components/atoms/InputDynamic/InputDynamic.js +105 -77
  18. package/es/components/atoms/InputDynamic/PopupShortLink.js +29 -24
  19. package/es/components/atoms/InputDynamic/constants.d.ts +4 -0
  20. package/es/components/atoms/InputDynamic/constants.js +4 -0
  21. package/es/components/atoms/InputDynamic/styled.d.ts +1 -2
  22. package/es/components/atoms/InputDynamic/styled.js +25 -21
  23. package/es/components/atoms/InputDynamic/types.d.ts +1 -1
  24. package/es/components/atoms/InputDynamic/utils.d.ts +0 -1
  25. package/es/components/atoms/InputDynamic/utils.js +14 -12
  26. package/es/components/atoms/InputNumber/InputNumber.js +6 -18
  27. package/es/components/atoms/MobileFrame/MobileFrame.js +2 -20
  28. package/es/components/atoms/MobileFrameV2/MobileFrameV2.js +2 -20
  29. package/es/components/atoms/PreviewTabs/PreviewTabs.js +14 -26
  30. package/es/components/atoms/PreviewTabs/styled.js +1 -2
  31. package/es/components/atoms/Radio/index.d.ts +2 -2
  32. package/es/components/atoms/Radio/index.js +8 -7
  33. package/es/components/atoms/RateV2/RateV2.js +19 -20
  34. package/es/components/atoms/ReactIframe/ReactIframe.js +5 -18
  35. package/es/components/atoms/ReactIframe/styled.js +1 -2
  36. package/es/components/atoms/RequiredLabel/index.js +4 -17
  37. package/es/components/atoms/RequiredLabel/styled.js +1 -2
  38. package/es/components/atoms/ScrollBox/index.js +11 -16
  39. package/es/components/atoms/Scrollbars/Scrollbars.js +6 -22
  40. package/es/components/atoms/Scrollbars/styled.js +1 -1
  41. package/es/components/atoms/SlideBar/SlideBar.js +68 -62
  42. package/es/components/atoms/SlideBar/styled.js +15 -19
  43. package/es/components/atoms/Slider/index.js +6 -11
  44. package/es/components/atoms/Slider/styled.js +2 -3
  45. package/es/components/atoms/SliderV2/index.js +12 -4
  46. package/es/components/atoms/Spin/Spin.d.ts +1 -2
  47. package/es/components/atoms/Spin/Spin.js +6 -18
  48. package/es/components/atoms/Steps/Steps.js +11 -20
  49. package/es/components/atoms/Steps/styled.d.ts +2 -2
  50. package/es/components/atoms/Steps/styled.js +17 -18
  51. package/es/components/atoms/Tag/Tag.js +3 -16
  52. package/es/components/atoms/Text/index.js +7 -15
  53. package/es/components/atoms/Text/styled.js +9 -11
  54. package/es/components/icons/AccountCircleIcon.js +3 -3
  55. package/es/components/icons/AccountCircleOutlineIcon.js +3 -3
  56. package/es/components/icons/AccountSharing30Icon.js +3 -3
  57. package/es/components/icons/AccountSharingIcon.js +3 -3
  58. package/es/components/icons/AccountTreeIcon.js +3 -3
  59. package/es/components/icons/Accounts30Icon.js +3 -3
  60. package/es/components/icons/AddChartIcon.js +3 -4
  61. package/es/components/icons/AddFolderIcon.js +3 -3
  62. package/es/components/icons/AddIcon.js +3 -3
  63. package/es/components/icons/AddRadiusIcon.js +3 -3
  64. package/es/components/icons/AddShoppingCartIcon.js +3 -3
  65. package/es/components/icons/AdjustIcon.js +3 -4
  66. package/es/components/icons/AllDevicesIcon.js +3 -4
  67. package/es/components/icons/AllJourneyChannelsIcon.js +3 -3
  68. package/es/components/icons/AnalyticModels30Icon.js +3 -3
  69. package/es/components/icons/AnalyticModelsIcon.js +3 -3
  70. package/es/components/icons/Analytics30Icon.js +3 -3
  71. package/es/components/icons/AnalyticsIcon.js +3 -10
  72. package/es/components/icons/AnlysisIcon.js +3 -3
  73. package/es/components/icons/AnlyticModelsIcon.js +3 -3
  74. package/es/components/icons/ArrowGrowIcon.js +3 -4
  75. package/es/components/icons/ArrowLineIcon.js +3 -3
  76. package/es/components/icons/ArticleIcon.js +3 -6
  77. package/es/components/icons/AssignmentIndIcon.js +3 -3
  78. package/es/components/icons/AttachmentIcon.js +3 -3
  79. package/es/components/icons/AudioRecordIcon.js +3 -4
  80. package/es/components/icons/BatchStreaming30Icon.js +3 -3
  81. package/es/components/icons/BatchStreamingIcon.js +3 -3
  82. package/es/components/icons/BlockIcon.js +3 -3
  83. package/es/components/icons/BudLightIcon.js +3 -4
  84. package/es/components/icons/BugIcon.js +3 -4
  85. package/es/components/icons/BusinessObjects30Icon.js +3 -3
  86. package/es/components/icons/BussinessObjectsIcon.js +3 -3
  87. package/es/components/icons/ByDayIcon.js +3 -3
  88. package/es/components/icons/ByMonthIcon.js +3 -3
  89. package/es/components/icons/ByScheduleIcon.js +3 -3
  90. package/es/components/icons/ByThreeDayIcon.js +3 -3
  91. package/es/components/icons/ByWeekIcon.js +3 -3
  92. package/es/components/icons/CalendarIcon.js +3 -3
  93. package/es/components/icons/CallIcon.js +3 -3
  94. package/es/components/icons/CameraIcon.js +3 -4
  95. package/es/components/icons/CampaignIcon.js +3 -9
  96. package/es/components/icons/CampaignMenuIcon.js +3 -3
  97. package/es/components/icons/CaptureIcon.js +3 -4
  98. package/es/components/icons/CatalogIcon.js +3 -3
  99. package/es/components/icons/CategoryIcon.js +3 -5
  100. package/es/components/icons/ChartRealTimeIcon.js +3 -5
  101. package/es/components/icons/ChartReviewIcon.js +3 -3
  102. package/es/components/icons/ChartTypeIcon.js +3 -4
  103. package/es/components/icons/ChatBubbleOutlineIcon.js +3 -3
  104. package/es/components/icons/ChatConversationCommentAddCommentIcon.js +3 -3
  105. package/es/components/icons/ChatMentionIcon.js +3 -3
  106. package/es/components/icons/ChatUnreadIcon.js +3 -3
  107. package/es/components/icons/CheckSlimIcon.js +3 -4
  108. package/es/components/icons/CheckboxChecked5RadiusIcon.js +3 -3
  109. package/es/components/icons/CheckboxCheckedIcon.js +3 -3
  110. package/es/components/icons/CheckboxIndeterminate5RadiusIcon.js +3 -3
  111. package/es/components/icons/CheckboxIndeterminateIcon.js +3 -3
  112. package/es/components/icons/CheckboxUnchecked5RadiusIcon.js +3 -3
  113. package/es/components/icons/CheckboxUncheckedIcon.js +3 -3
  114. package/es/components/icons/ChecklistRtlIcon.js +3 -4
  115. package/es/components/icons/CircleAddElementIcon.js +3 -3
  116. package/es/components/icons/CircleNotificationsIcon.js +3 -3
  117. package/es/components/icons/CloseIcon.js +3 -4
  118. package/es/components/icons/CodeIcon.js +3 -3
  119. package/es/components/icons/Collection30Icon.js +3 -3
  120. package/es/components/icons/ColorProfileStyleThemeIcon.js +3 -3
  121. package/es/components/icons/ColumnIcon.js +3 -3
  122. package/es/components/icons/CommentIcon.js +3 -4
  123. package/es/components/icons/CompareIcon.js +3 -3
  124. package/es/components/icons/ComputationHistoriesIcon.js +3 -3
  125. package/es/components/icons/ConfirmationNumberIcon.js +3 -3
  126. package/es/components/icons/ConnectOneNIcon.js +3 -3
  127. package/es/components/icons/ConnectOneOneIcon.js +3 -3
  128. package/es/components/icons/Connectors30Icon.js +3 -3
  129. package/es/components/icons/Content30Icon.js +3 -3
  130. package/es/components/icons/ConversionEvent30Icon.js +3 -4
  131. package/es/components/icons/ConversionIcon.js +3 -4
  132. package/es/components/icons/CopyDuplicateIcon.js +3 -3
  133. package/es/components/icons/CopyLinkActiveIcon.js +3 -8
  134. package/es/components/icons/CopyLinkIcon.js +3 -3
  135. package/es/components/icons/CropIcon.js +3 -3
  136. package/es/components/icons/CursorIcon.js +3 -3
  137. package/es/components/icons/CurvedConnectorIcon.js +3 -3
  138. package/es/components/icons/CustomerIcon.js +3 -4
  139. package/es/components/icons/CustomerInformationIcon.js +3 -9
  140. package/es/components/icons/CustomerJourney30Icon.js +3 -3
  141. package/es/components/icons/CustomerJourneyIcon.js +3 -3
  142. package/es/components/icons/Customers30Icon.js +3 -3
  143. package/es/components/icons/Dashboard30Icon.js +3 -3
  144. package/es/components/icons/DashboardIcon.js +3 -3
  145. package/es/components/icons/DataDestination30Icon.js +3 -3
  146. package/es/components/icons/DataDestinationIcon.js +3 -3
  147. package/es/components/icons/DataEncryption30Icon.js +3 -3
  148. package/es/components/icons/DataEncryptionIcon.js +3 -3
  149. package/es/components/icons/DataIcon.js +3 -3
  150. package/es/components/icons/DataRefreshIcon.js +3 -3
  151. package/es/components/icons/DataSchema30Icon.js +3 -3
  152. package/es/components/icons/DataSource30Icon.js +3 -3
  153. package/es/components/icons/DataView30Icon.js +3 -3
  154. package/es/components/icons/DataViewIcon.js +3 -3
  155. package/es/components/icons/Dataflows30Icon.js +3 -3
  156. package/es/components/icons/DatasourceIcon.js +3 -3
  157. package/es/components/icons/DatasourceSegment30Icon.js +3 -3
  158. package/es/components/icons/DeleteRemoveTrashIcon.js +3 -3
  159. package/es/components/icons/DeliveryLogIcon.js +3 -3
  160. package/es/components/icons/DesktopLaptopIcon.js +3 -3
  161. package/es/components/icons/DesktopWindowsIcon.js +3 -3
  162. package/es/components/icons/Destination130Icon.js +3 -5
  163. package/es/components/icons/Destinations30Icon.js +3 -3
  164. package/es/components/icons/DestinationsIcon.js +3 -3
  165. package/es/components/icons/Diagram30Icon.js +3 -3
  166. package/es/components/icons/DiagramIcon.js +3 -3
  167. package/es/components/icons/DirectoriesIcon.js +3 -3
  168. package/es/components/icons/DisplayMonitorScreenIcon.js +3 -3
  169. package/es/components/icons/DomainManagementIcon.js +4 -6
  170. package/es/components/icons/DownloadIcon.js +3 -3
  171. package/es/components/icons/DraftDocumentIcon.js +3 -3
  172. package/es/components/icons/DuplicateIcon.js +3 -3
  173. package/es/components/icons/DynamicFormIcon.js +3 -3
  174. package/es/components/icons/DynamicImageIcon.js +3 -4
  175. package/es/components/icons/DynamicTextIcon.js +3 -4
  176. package/es/components/icons/EditFilledIcon.js +3 -4
  177. package/es/components/icons/EditIcon.js +3 -3
  178. package/es/components/icons/ElbowConnectorIcon.js +3 -3
  179. package/es/components/icons/EmailTemplate30Icon.js +3 -3
  180. package/es/components/icons/EmailTemplateIcon.js +3 -3
  181. package/es/components/icons/EmailTemplateMenuIcon.js +3 -3
  182. package/es/components/icons/EmojiEmotionsIcon.js +3 -3
  183. package/es/components/icons/EventAttribute30Icon.js +3 -3
  184. package/es/components/icons/EventAttributeIcon.js +3 -3
  185. package/es/components/icons/EventIcon.js +3 -4
  186. package/es/components/icons/EventSources30Icon.js +3 -3
  187. package/es/components/icons/EventSourcesIcon.js +3 -3
  188. package/es/components/icons/ExcludePeopleIcon.js +3 -3
  189. package/es/components/icons/ExitFullScreenIcon.js +3 -4
  190. package/es/components/icons/ExitLogOutIcon.js +3 -4
  191. package/es/components/icons/ExpandLessIcon.js +3 -4
  192. package/es/components/icons/ExpandMoreIcon.js +3 -3
  193. package/es/components/icons/ExpandMoreRightIcon.js +3 -3
  194. package/es/components/icons/ExpandViewFullIcon.js +3 -4
  195. package/es/components/icons/ExploreBuiltIn30Icon.js +3 -3
  196. package/es/components/icons/ExploreBuiltInIcon.js +3 -3
  197. package/es/components/icons/ExploreIcon.js +3 -3
  198. package/es/components/icons/ExploreSegmentData30Icon.js +3 -10
  199. package/es/components/icons/ExploreStandard30Icon.js +3 -3
  200. package/es/components/icons/ExploreStandardIcon.js +3 -3
  201. package/es/components/icons/ExportHtmlIcon.js +3 -3
  202. package/es/components/icons/ExportMenuIcon.js +3 -3
  203. package/es/components/icons/ExtendValueIcon.js +3 -3
  204. package/es/components/icons/FactCheckIcon.js +3 -3
  205. package/es/components/icons/FileDownloadIcon.js +3 -3
  206. package/es/components/icons/FileTransferIcon.js +3 -7
  207. package/es/components/icons/FileUpload1Icon.js +3 -3
  208. package/es/components/icons/FileUploadIcon.js +3 -3
  209. package/es/components/icons/FilterIcon.js +3 -3
  210. package/es/components/icons/FolderCreateNewFolderIcon.js +3 -3
  211. package/es/components/icons/FolderShareIcon.js +3 -3
  212. package/es/components/icons/FolderUploadIcon.js +3 -3
  213. package/es/components/icons/ForceRunIcon.js +3 -3
  214. package/es/components/icons/ForecastIcon.js +3 -3
  215. package/es/components/icons/Form30Icon.js +3 -3
  216. package/es/components/icons/ForwardIcon.js +3 -3
  217. package/es/components/icons/FreeDrawIcon.js +3 -4
  218. package/es/components/icons/FullReviewIcon.js +3 -4
  219. package/es/components/icons/GPTIcon.js +3 -5
  220. package/es/components/icons/GalleryTemplateIcon.js +3 -5
  221. package/es/components/icons/GeneralSettingIcon.js +3 -3
  222. package/es/components/icons/GeneralSettings30Icon.js +3 -3
  223. package/es/components/icons/GenerateAutoWizardIcon.js +3 -3
  224. package/es/components/icons/Geofence30Icon.js +3 -3
  225. package/es/components/icons/GetInsightIcon.js +3 -3
  226. package/es/components/icons/GridViewIcon.js +3 -3
  227. package/es/components/icons/GroupIcon.js +3 -3
  228. package/es/components/icons/GroupLayerIcon.js +3 -3
  229. package/es/components/icons/HeartFavoriteBorderIcon.js +3 -3
  230. package/es/components/icons/HeartFavoriteIcon.js +3 -3
  231. package/es/components/icons/HelpIcon.js +3 -3
  232. package/es/components/icons/HighlightAltIcon.js +3 -3
  233. package/es/components/icons/HighlightIcon.js +3 -3
  234. package/es/components/icons/HomeHouse30Icon.js +3 -3
  235. package/es/components/icons/HomeIcon.js +3 -4
  236. package/es/components/icons/HowToRegIcon.js +3 -3
  237. package/es/components/icons/IdeaIcon.js +3 -4
  238. package/es/components/icons/ImageIcon.js +3 -3
  239. package/es/components/icons/InactiveIcon.js +3 -3
  240. package/es/components/icons/InactiveVariantIcon.js +3 -3
  241. package/es/components/icons/IncludePeopleIcon.js +3 -3
  242. package/es/components/icons/IncreaseDecreaseIcon.js +3 -3
  243. package/es/components/icons/Integration30Icon.js +3 -3
  244. package/es/components/icons/InteractiveIcon.js +3 -3
  245. package/es/components/icons/InvisibleIcon.js +3 -5
  246. package/es/components/icons/InvitePeopleIcon.js +3 -3
  247. package/es/components/icons/IssueBugIcon.js +3 -3
  248. package/es/components/icons/ItemRecommendationIcon.js +3 -6
  249. package/es/components/icons/JourneyTactic30Icon.js +3 -4
  250. package/es/components/icons/JourneyTacticIcon.js +3 -4
  251. package/es/components/icons/LayerIcon.js +3 -3
  252. package/es/components/icons/LeftExpandIcon.js +3 -4
  253. package/es/components/icons/LibraryIcon.js +3 -3
  254. package/es/components/icons/LineIcon.js +3 -3
  255. package/es/components/icons/LinkManagement30Icon.js +3 -3
  256. package/es/components/icons/LinkManagementIcon.js +3 -3
  257. package/es/components/icons/ListIcon.js +3 -3
  258. package/es/components/icons/LoadingIcon.js +4 -17
  259. package/es/components/icons/LocalMallIcon.js +3 -3
  260. package/es/components/icons/LongerIcon.js +3 -3
  261. package/es/components/icons/MapIcon.js +3 -3
  262. package/es/components/icons/MarkAsReadIcon.js +3 -3
  263. package/es/components/icons/MarketingHub30Icon.js +3 -3
  264. package/es/components/icons/MediaGalleryIcon.js +3 -3
  265. package/es/components/icons/MediaTemplate30Icon.js +3 -3
  266. package/es/components/icons/MediaTemplateIcon.js +3 -3
  267. package/es/components/icons/MediaTemplateMenuIcon.js +3 -3
  268. package/es/components/icons/Menu30Icon.js +3 -3
  269. package/es/components/icons/MenuCollapseIcon.js +3 -3
  270. package/es/components/icons/MenuExpandIcon.js +3 -3
  271. package/es/components/icons/MenuImageMultiIcon.js +3 -3
  272. package/es/components/icons/MenuImageSingleIcon.js +3 -3
  273. package/es/components/icons/MergeIcon.js +3 -3
  274. package/es/components/icons/MobileFriendlyIcon.js +3 -3
  275. package/es/components/icons/MobilePhoneIcon.js +3 -3
  276. package/es/components/icons/MonitorAppIcon.js +3 -3
  277. package/es/components/icons/MoreIcon.js +3 -3
  278. package/es/components/icons/MoreInfoIcon.js +3 -3
  279. package/es/components/icons/MoveToIcon.js +3 -3
  280. package/es/components/icons/MuteIcon.js +3 -4
  281. package/es/components/icons/NodeViewIcon.js +3 -9
  282. package/es/components/icons/NotificationIcon.js +3 -3
  283. package/es/components/icons/NotificationSettingIcon.js +3 -3
  284. package/es/components/icons/NotificationsActiveIcon.js +3 -3
  285. package/es/components/icons/OpenNewTabIcon.js +3 -3
  286. package/es/components/icons/OpenUrlIcon.js +3 -4
  287. package/es/components/icons/OrchestrationIcon.js +3 -3
  288. package/es/components/icons/PageArticleIcon.js +3 -3
  289. package/es/components/icons/PauseIcon.js +3 -4
  290. package/es/components/icons/PaymentIcon.js +3 -3
  291. package/es/components/icons/PenDrawingIcon.js +3 -3
  292. package/es/components/icons/PersonAddDisabledIcon.js +3 -4
  293. package/es/components/icons/PersonUserAccountIcon.js +3 -3
  294. package/es/components/icons/PhoneCallbackIcon.js +3 -3
  295. package/es/components/icons/PhoneIphoneIcon.js +3 -4
  296. package/es/components/icons/PivotTableChartIcon.js +3 -6
  297. package/es/components/icons/PlaneIcon.js +3 -5
  298. package/es/components/icons/Plannings30Icon.js +3 -3
  299. package/es/components/icons/Predictive30Icon.js +3 -3
  300. package/es/components/icons/PredictiveModel30Icon.js +3 -3
  301. package/es/components/icons/PredictiveModelIcon.js +3 -3
  302. package/es/components/icons/PreviewIcon.js +3 -3
  303. package/es/components/icons/PreviewVisibilityEyeIcon.js +3 -3
  304. package/es/components/icons/ProcessHistoryIcon.js +3 -4
  305. package/es/components/icons/ProfileTemplate30Icon.js +3 -3
  306. package/es/components/icons/ProfileTemplateIcon.js +3 -3
  307. package/es/components/icons/ProjectIcon.js +3 -3
  308. package/es/components/icons/PromotionCenter30Icon.js +3 -3
  309. package/es/components/icons/PromotionCenterIcon.js +3 -3
  310. package/es/components/icons/Providers30Icon.js +3 -3
  311. package/es/components/icons/PublicIcon.js +3 -3
  312. package/es/components/icons/PublishSendIcon.js +3 -3
  313. package/es/components/icons/QueryIcon.js +3 -3
  314. package/es/components/icons/QuickTestIcon.js +3 -3
  315. package/es/components/icons/RatingStarBorderIcon.js +3 -3
  316. package/es/components/icons/RatingStarFullIcon.js +3 -3
  317. package/es/components/icons/RatingStarHalfIcon.js +3 -3
  318. package/es/components/icons/RealtimeStreaming30Icon.js +3 -6
  319. package/es/components/icons/RealtimeStreamingIcon.js +3 -6
  320. package/es/components/icons/RecentHistoryVersionHistoryIcon.js +3 -3
  321. package/es/components/icons/RectangleIcon.js +3 -3
  322. package/es/components/icons/RedeemIcon.js +3 -3
  323. package/es/components/icons/RedoIcon.js +3 -3
  324. package/es/components/icons/RefreshIcon.js +3 -3
  325. package/es/components/icons/RemoveRedEyeIcon.js +3 -3
  326. package/es/components/icons/RemoveShoppingCartIcon.js +3 -3
  327. package/es/components/icons/ReportIcon.js +3 -3
  328. package/es/components/icons/RequestIcon.js +3 -4
  329. package/es/components/icons/RequiredIcon.js +3 -3
  330. package/es/components/icons/ResendValidateEmailIcon.js +3 -3
  331. package/es/components/icons/RestoreDefaultIcon.js +3 -4
  332. package/es/components/icons/ResumeIcon.js +3 -3
  333. package/es/components/icons/RightExpandIcon.js +3 -4
  334. package/es/components/icons/Role30Icon.js +3 -3
  335. package/es/components/icons/SQLWorkspace30Icon.js +3 -3
  336. package/es/components/icons/SaveAsIcon.js +3 -3
  337. package/es/components/icons/SaveIcon.js +3 -3
  338. package/es/components/icons/ScheduleEmailDeliveryIcon.js +3 -4
  339. package/es/components/icons/ScreenshotMonitorIcon.js +3 -4
  340. package/es/components/icons/SearchIcon.js +3 -3
  341. package/es/components/icons/SectionIcon.js +3 -3
  342. package/es/components/icons/Segments30Icon.js +3 -3
  343. package/es/components/icons/SegmentsIcon.js +3 -3
  344. package/es/components/icons/SendTranscriptIcon.js +3 -3
  345. package/es/components/icons/SettingIcon.js +3 -3
  346. package/es/components/icons/ShapeCircleIcon.js +3 -3
  347. package/es/components/icons/ShapeSquareIcon.js +3 -3
  348. package/es/components/icons/ShareIcon.js +3 -3
  349. package/es/components/icons/ShareWithMeAccountIcon.js +3 -3
  350. package/es/components/icons/ShoppingBagIcon.js +3 -3
  351. package/es/components/icons/ShoppingCartIcon.js +3 -3
  352. package/es/components/icons/ShowLeftPanelIcon.js +3 -3
  353. package/es/components/icons/ShowRightPanelIcon.js +3 -3
  354. package/es/components/icons/SignatureIcon.js +3 -3
  355. package/es/components/icons/SlideGroupIcon.js +3 -3
  356. package/es/components/icons/Sort1Icon.js +3 -3
  357. package/es/components/icons/SortIcon.js +3 -3
  358. package/es/components/icons/SqlWorkspaceIcon.js +3 -3
  359. package/es/components/icons/StatisticIcon.js +3 -4
  360. package/es/components/icons/StickerIcon.js +3 -3
  361. package/es/components/icons/StopRecordIcon.js +3 -4
  362. package/es/components/icons/StoreIcon.js +3 -3
  363. package/es/components/icons/StudioTemplates30Icon.js +3 -3
  364. package/es/components/icons/SubtractRadiusIcon.js +3 -3
  365. package/es/components/icons/SupportAssistantIcon.js +3 -3
  366. package/es/components/icons/Survey30Icon.js +3 -3
  367. package/es/components/icons/SurveyDirectorProfileIcon.js +3 -3
  368. package/es/components/icons/SurveyIcon.js +3 -3
  369. package/es/components/icons/SurveyProject30Icon.js +3 -3
  370. package/es/components/icons/SystemRunningIcon.js +3 -3
  371. package/es/components/icons/TabGroupIcon.js +3 -3
  372. package/es/components/icons/TableIcon.js +3 -3
  373. package/es/components/icons/TableVer2Icon.js +3 -3
  374. package/es/components/icons/TextIcon.js +3 -3
  375. package/es/components/icons/ThirdPartyPluginV130Icon.js +3 -3
  376. package/es/components/icons/ThirdPartyPluginV230Icon.js +3 -3
  377. package/es/components/icons/ThumbDownHandIcon.js +3 -3
  378. package/es/components/icons/ThumbUpHandIcon.js +3 -3
  379. package/es/components/icons/Ticket30Icon.js +3 -3
  380. package/es/components/icons/TicketIcon.js +3 -3
  381. package/es/components/icons/TimeIcon.js +3 -3
  382. package/es/components/icons/TipsAndUpdatesIcon.js +3 -3
  383. package/es/components/icons/TipsIdeaLight24Icon.js +3 -3
  384. package/es/components/icons/TipsIdeaLight30Icon.js +3 -3
  385. package/es/components/icons/UnblockIcon.js +3 -3
  386. package/es/components/icons/UndoIcon.js +3 -3
  387. package/es/components/icons/Unknown30Icon.js +3 -3
  388. package/es/components/icons/UploadIcon.js +3 -3
  389. package/es/components/icons/UploadMenuIcon.js +3 -3
  390. package/es/components/icons/UserActivityIcon.js +3 -12
  391. package/es/components/icons/UserAttributesIcon.js +3 -3
  392. package/es/components/icons/UserIcon.js +3 -5
  393. package/es/components/icons/ValidateFormatIcon.js +3 -3
  394. package/es/components/icons/VariantPriorityIcon.js +3 -3
  395. package/es/components/icons/VerticalDotsIcon.js +3 -4
  396. package/es/components/icons/ViewColumnIcon.js +3 -5
  397. package/es/components/icons/ViewDetailsInformationIcon.js +3 -3
  398. package/es/components/icons/VisibilityOffEyeIcon.js +3 -3
  399. package/es/components/icons/Visitor30Icon.js +3 -3
  400. package/es/components/icons/VisitorIcon.js +3 -3
  401. package/es/components/icons/WarningIcon.js +3 -4
  402. package/es/components/icons/WebAssetIcon.js +3 -3
  403. package/es/components/icons/WebIcon.js +3 -3
  404. package/es/components/icons/WebPersonalizationIcon.js +3 -3
  405. package/es/components/icons/WebhookIcon.js +3 -3
  406. package/es/components/icons/WidgetIcon.js +3 -3
  407. package/es/components/icons/WritingAIAssitantIcon.js +3 -5
  408. package/es/components/icons/document/IconGallery.d.ts +1 -1
  409. package/es/components/icons/document/IconGallery.js +13 -22
  410. package/es/components/icons/document/styled.js +2 -2
  411. package/es/components/icons/hooks/useIcon.js +1 -1
  412. package/es/components/molecules/AccessDenied/AccessDenied.js +3 -10
  413. package/es/components/molecules/AccessDenied/styled.js +1 -1
  414. package/es/components/molecules/AccountSelection/AccountListing.js +10 -16
  415. package/es/components/molecules/AccountSelection/AccountSelection.js +6 -21
  416. package/es/components/molecules/AccountSelection/components/AccountItem.js +2 -3
  417. package/es/components/molecules/AccountSelection/hooks/useAccountSelection.js +4 -4
  418. package/es/components/molecules/AccountSelection/styled.js +11 -12
  419. package/es/components/molecules/AddDynamicContent/AddDynamicContent.js +168 -182
  420. package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +1 -0
  421. package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.js +3 -4
  422. package/es/components/molecules/AddDynamicContent/components/FormatDatetime/FormatDatetime.d.ts +1 -2
  423. package/es/components/molecules/AddDynamicContent/components/FormatDatetime/FormatDatetime.js +49 -65
  424. package/es/components/molecules/AddDynamicContent/components/FormatNumber/FormatNumber.d.ts +1 -2
  425. package/es/components/molecules/AddDynamicContent/components/FormatNumber/FormatNumber.js +45 -51
  426. package/es/components/molecules/AddDynamicContent/utils.js +17 -20
  427. package/es/components/molecules/AlignSetting/index.js +16 -35
  428. package/es/components/molecules/ApplyPopupContent/ApplyPopupContent.js +3 -24
  429. package/es/components/molecules/ApplyPopupContent/styled.js +5 -5
  430. package/es/components/molecules/CalendarSelection/CalendarSelection.js +10 -16
  431. package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/AutoUpdateTo.js +2 -4
  432. package/es/components/molecules/CalendarSelection/components/CustomPicker/CustomPicker.js +46 -58
  433. package/es/components/molecules/CalendarSelection/components/Footer/Footer.d.ts +1 -2
  434. package/es/components/molecules/CalendarSelection/components/Footer/Footer.js +2 -4
  435. package/es/components/molecules/CalendarSelection/components/RangePicker/RangePicker.js +2 -2
  436. package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +3 -2
  437. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/RangeSelectOptions.js +3 -9
  438. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/NumOfDaysRanges.d.ts +1 -2
  439. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/NumOfDaysRanges.js +6 -8
  440. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +13 -10
  441. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/TimeRangeDisplay.js +5 -21
  442. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +2 -2
  443. package/es/components/molecules/CalendarSelection/constants.js +5 -1
  444. package/es/components/molecules/CalendarSelection/reducer.js +12 -17
  445. package/es/components/molecules/CalendarSelection/utils.js +5 -6
  446. package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +1 -2
  447. package/es/components/molecules/CaptureScreen/CaptureScreen.js +89 -129
  448. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +1 -2
  449. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +12 -23
  450. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +16 -20
  451. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +1 -2
  452. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +3 -5
  453. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +11 -15
  454. package/es/components/molecules/CaptureScreen/constants.js +2 -3
  455. package/es/components/molecules/CaptureScreen/styled.js +14 -18
  456. package/es/components/molecules/ChartTab/ChartTab.js +10 -12
  457. package/es/components/molecules/ChartTab/components/Item.js +27 -30
  458. package/es/components/molecules/ChartTab/components/styled.js +2 -3
  459. package/es/components/molecules/ChartTab/styled.js +5 -5
  460. package/es/components/molecules/ChatBox/AntsomiAI.d.ts +2 -0
  461. package/es/components/molecules/ChatBox/AntsomiAI.js +15 -0
  462. package/es/components/molecules/ChatBox/ChatBox.js +26 -48
  463. package/es/components/molecules/ChatBox/ChatBoxInsight/ChatBox.js +34 -53
  464. package/es/components/molecules/ChatBox/ChatBoxInsight/MessageItem.js +17 -22
  465. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -4
  466. package/es/components/molecules/ChatBox/ChatBoxInsight/index.js +5 -10
  467. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.d.ts +1 -0
  468. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +76 -22
  469. package/es/components/molecules/ChatBox/MessageItem.js +16 -13
  470. package/es/components/molecules/ChatBox/styled.js +76 -20
  471. package/es/components/molecules/Collapse/Collapse.js +2 -3
  472. package/es/components/molecules/ColorPicker/CustomPicker/index.js +18 -59
  473. package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +1 -2
  474. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +8 -8
  475. package/es/components/molecules/ColorPicker/SketchPicker/index.js +2 -3
  476. package/es/components/molecules/ColorPicker/index.js +12 -17
  477. package/es/components/molecules/ColorSetting/index.js +7 -28
  478. package/es/components/molecules/ColorSetting/styled.d.ts +1 -3
  479. package/es/components/molecules/ColorSetting/styled.js +1 -1
  480. package/es/components/molecules/DatePicker/DatePicker.js +3 -4
  481. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +6 -0
  482. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +126 -154
  483. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +12 -38
  484. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +1 -16
  485. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +4 -2
  486. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +11 -9
  487. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +1 -1
  488. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +16 -15
  489. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +34 -56
  490. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +3 -0
  491. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +41 -41
  492. package/es/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.d.ts +0 -2
  493. package/es/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.js +14 -23
  494. package/es/components/molecules/DatePicker/components/ErrorMessage/ErrorMessage.js +2 -4
  495. package/es/components/molecules/DatePickerV2/index.js +10 -23
  496. package/es/components/molecules/DatePickerV2/styled.js +1 -2
  497. package/es/components/molecules/Drawer/Drawer.js +2 -3
  498. package/es/components/molecules/DrawerDetail/DrawerDetail.js +13 -34
  499. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +5 -17
  500. package/es/components/molecules/DrawerDetail/styled.js +11 -11
  501. package/es/components/molecules/Dropdown/Dropdown.d.ts +1 -2
  502. package/es/components/molecules/Dropdown/Dropdown.js +7 -20
  503. package/es/components/molecules/Dropdown/styled.js +7 -8
  504. package/es/components/molecules/EdgeSetting/index.js +58 -68
  505. package/es/components/molecules/EdgeSetting/styled.js +1 -2
  506. package/es/components/molecules/EditableName/EditableName.js +16 -29
  507. package/es/components/molecules/EditableName/styled.js +1 -2
  508. package/es/components/molecules/EditorScript/EditorScript.d.ts +0 -1
  509. package/es/components/molecules/EditorScript/EditorScript.js +20 -29
  510. package/es/components/molecules/EditorTab/EditorTab.js +56 -74
  511. package/es/components/molecules/EditorTab/styled.js +6 -6
  512. package/es/components/molecules/EmptyData/EmptyData.js +5 -25
  513. package/es/components/molecules/EmptyData/styled.js +5 -6
  514. package/es/components/molecules/FontFamilySelect/index.js +6 -17
  515. package/es/components/molecules/FontSetting/index.d.ts +3 -3
  516. package/es/components/molecules/FontSetting/index.js +28 -35
  517. package/es/components/molecules/FontWeightSelect/index.js +7 -18
  518. package/es/components/molecules/GradientSetting/index.js +37 -56
  519. package/es/components/molecules/HeaderV2/HeaderV2.d.ts +1 -1
  520. package/es/components/molecules/HeaderV2/HeaderV2.js +28 -43
  521. package/es/components/molecules/HeaderV2/styled.js +4 -5
  522. package/es/components/molecules/IconSelection/components/Icon/index.js +12 -17
  523. package/es/components/molecules/IconSelection/constants.js +4 -5
  524. package/es/components/molecules/IconSelection/index.js +25 -44
  525. package/es/components/molecules/IconSelection/styled.d.ts +1 -3
  526. package/es/components/molecules/IconSelection/styled.js +2 -3
  527. package/es/components/molecules/ImageEditor/ImageEditor.js +253 -219
  528. package/es/components/molecules/ImageEditor/components/ModalShortcut.js +2 -9
  529. package/es/components/molecules/ImageEditor/constants.js +6 -1
  530. package/es/components/molecules/ImageEditor/reducer.js +33 -9
  531. package/es/components/molecules/ImageEditor/styled.js +1 -1
  532. package/es/components/molecules/ImageResizeTuiEditor/ImageResizeTuiEditor.js +14 -15
  533. package/es/components/molecules/InputNumber/index.js +11 -24
  534. package/es/components/molecules/InputNumberWithUnit/index.js +3 -16
  535. package/es/components/molecules/InputNumberWithUnit/styled.js +2 -3
  536. package/es/components/molecules/InputSearch/index.js +4 -16
  537. package/es/components/molecules/InputSearch/styled.js +5 -6
  538. package/es/components/molecules/MatchAnySelect/MatchesAnySelect.d.ts +2 -3
  539. package/es/components/molecules/MatchAnySelect/MatchesAnySelect.js +140 -159
  540. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +9 -22
  541. package/es/components/molecules/MatchAnySelect/styled.d.ts +5 -7
  542. package/es/components/molecules/MatchAnySelect/styled.js +9 -8
  543. package/es/components/molecules/MatchAnySelect/utils.js +22 -21
  544. package/es/components/molecules/Modal/Modal.js +11 -10
  545. package/es/components/molecules/Modal/styled.js +7 -8
  546. package/es/components/molecules/ModalSelect/Card.d.ts +3 -4
  547. package/es/components/molecules/ModalSelect/Card.js +24 -32
  548. package/es/components/molecules/ModalSelect/ModalSelect.d.ts +1 -2
  549. package/es/components/molecules/ModalSelect/ModalSelect.js +11 -18
  550. package/es/components/molecules/ModalSelect/index.d.ts +4 -5
  551. package/es/components/molecules/ModalSelect/styled.js +2 -2
  552. package/es/components/molecules/ModalV2/ModalV2.js +3 -17
  553. package/es/components/molecules/PopupDraggable/PopupDraggable.js +6 -10
  554. package/es/components/molecules/PopupDraggable/styled.js +18 -5
  555. package/es/components/molecules/PreviewModal/PreviewModal.js +3 -20
  556. package/es/components/molecules/PreviewModal/styled.d.ts +1 -1
  557. package/es/components/molecules/PreviewModal/styled.js +4 -3
  558. package/es/components/molecules/ProcessLoading/ProcessLoading.js +8 -27
  559. package/es/components/molecules/ProcessLoading/styled.js +1 -1
  560. package/es/components/molecules/RadioGroup/index.js +3 -17
  561. package/es/components/molecules/RequestAccess/RequestAccess.js +4 -14
  562. package/es/components/molecules/RequestAccess/styled.js +5 -5
  563. package/es/components/molecules/ResizeGrid/ResizeGrid.js +115 -75
  564. package/es/components/molecules/ResizeGrid/components/Cell/Cell.js +23 -17
  565. package/es/components/molecules/ResizeGrid/constant.js +12 -3
  566. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuBlock.js +19 -13
  567. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/index.js +17 -44
  568. package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +2 -2
  569. package/es/components/molecules/RichMenu/RichMenuChatBar/RichMenuChatBar.js +3 -19
  570. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/index.js +3 -8
  571. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +2 -2
  572. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +1 -1
  573. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +12 -34
  574. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +1 -2
  575. package/es/components/molecules/SearchPopover/SearchPopover.d.ts +1 -2
  576. package/es/components/molecules/SearchPopover/SearchPopover.js +4 -17
  577. package/es/components/molecules/SearchPopover/components/PopoverAddField/PopoverAddField.d.ts +1 -2
  578. package/es/components/molecules/SearchPopover/components/PopoverAddField/PopoverAddField.js +13 -25
  579. package/es/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.d.ts +1 -2
  580. package/es/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.js +11 -27
  581. package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.d.ts +1 -2
  582. package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +3 -3
  583. package/es/components/molecules/SearchPopover/styled.d.ts +1 -2
  584. package/es/components/molecules/SearchPopover/styled.js +2 -1
  585. package/es/components/molecules/SearchPopover/utils.d.ts +1 -2
  586. package/es/components/molecules/SearchPopover/utils.js +6 -6
  587. package/es/components/molecules/Select/Select.js +6 -21
  588. package/es/components/molecules/Select/Test.d.ts +1 -2
  589. package/es/components/molecules/Select/Test.js +2 -2
  590. package/es/components/molecules/Select/styled.js +4 -5
  591. package/es/components/molecules/SelectAccount/AccountChip.js +4 -7
  592. package/es/components/molecules/SelectAccount/AccountItem.js +4 -4
  593. package/es/components/molecules/SelectAccount/AccountItemOnlyOne.js +2 -3
  594. package/es/components/molecules/SelectAccount/AccountList.js +26 -52
  595. package/es/components/molecules/SelectAccount/AccountListOnlyOne.d.ts +1 -2
  596. package/es/components/molecules/SelectAccount/AccountListOnlyOne.js +26 -48
  597. package/es/components/molecules/SelectAccount/ButtonAdd.d.ts +1 -2
  598. package/es/components/molecules/SelectAccount/ButtonAdd.js +4 -8
  599. package/es/components/molecules/SelectAccount/ButtonViewAll.d.ts +1 -2
  600. package/es/components/molecules/SelectAccount/ButtonViewAll.js +18 -20
  601. package/es/components/molecules/SelectAccount/Content.js +21 -26
  602. package/es/components/molecules/SelectAccount/context/SelectAccountContext.js +11 -17
  603. package/es/components/molecules/SelectAccount/context/reducer.js +8 -11
  604. package/es/components/molecules/SelectAccount/hook/useGetAbstractUsers.js +5 -2
  605. package/es/components/molecules/SelectAccount/index.js +2 -6
  606. package/es/components/molecules/SelectAccount/styled.d.ts +3 -9
  607. package/es/components/molecules/SelectAccount/styled.js +3 -2
  608. package/es/components/molecules/SelectAccount/utils.js +1 -1
  609. package/es/components/molecules/SelectEventAttribute/index.js +98 -63
  610. package/es/components/molecules/SelectEventAttribute/styled.d.ts +4 -5
  611. package/es/components/molecules/SelectMulti/index.js +11 -28
  612. package/es/components/molecules/SelectMulti/styled.js +11 -12
  613. package/es/components/molecules/SelectV2/index.d.ts +6 -6
  614. package/es/components/molecules/SelectV2/index.js +27 -50
  615. package/es/components/molecules/SelectV2/styled.js +18 -19
  616. package/es/components/molecules/SettingWrapper/index.js +4 -11
  617. package/es/components/molecules/SettingWrapper/styled.d.ts +3 -5
  618. package/es/components/molecules/SettingWrapper/styled.js +1 -1
  619. package/es/components/molecules/SettingWrapperPopover/index.d.ts +0 -6
  620. package/es/components/molecules/SettingWrapperPopover/index.js +11 -16
  621. package/es/components/molecules/ShareAccess/ShareAccess.d.ts +1 -2
  622. package/es/components/molecules/ShareAccess/ShareAccess.js +8 -4
  623. package/es/components/molecules/ShareAccess/components/GeneralAccess/GeneralAccess.js +23 -36
  624. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +2 -3
  625. package/es/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.d.ts +1 -2
  626. package/es/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.js +2 -6
  627. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/ModalTransferOwnerShip.d.ts +1 -2
  628. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/ModalTransferOwnerShip.js +10 -6
  629. package/es/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.d.ts +1 -2
  630. package/es/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.js +26 -35
  631. package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +2 -3
  632. package/es/components/molecules/ShareAccess/components/SearchUser/SearchUser.d.ts +1 -2
  633. package/es/components/molecules/ShareAccess/components/SearchUser/SearchUser.js +19 -27
  634. package/es/components/molecules/ShareAccess/hooks/useShareAccess.js +8 -9
  635. package/es/components/molecules/ShareAccess/reducer.js +4 -1
  636. package/es/components/molecules/ShareAccess/utils.js +19 -10
  637. package/es/components/molecules/SliderWithInputNumber/index.js +10 -24
  638. package/es/components/molecules/SliderWithInputNumber/styled.js +1 -2
  639. package/es/components/molecules/TemplateSaveAs/TemplateSaveAs.js +111 -143
  640. package/es/components/molecules/TemplateSaveAs/TemplateSaveAsModal.js +6 -18
  641. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +14 -28
  642. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/BigImage.js +6 -13
  643. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/ImageSlider.js +46 -71
  644. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/SmallImage.js +7 -6
  645. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +14 -18
  646. package/es/components/molecules/TemplateSaveAs/hooks/useTemplateSave.js +24 -24
  647. package/es/components/molecules/TemplateSaveAs/styled.js +3 -4
  648. package/es/components/molecules/TextDecorationSelect/index.js +7 -18
  649. package/es/components/molecules/TextTransformSelect/index.js +7 -18
  650. package/es/components/molecules/ThumbnailCard/ThumbnailCard.d.ts +1 -2
  651. package/es/components/molecules/ThumbnailCard/ThumbnailCard.js +32 -62
  652. package/es/components/molecules/ThumbnailCard/styled.js +4 -4
  653. package/es/components/molecules/Tree/Tree.js +5 -16
  654. package/es/components/molecules/Tree/styled.js +1 -1
  655. package/es/components/molecules/Tree/utils.js +8 -2
  656. package/es/components/molecules/TreeSelect/TreeSelect.d.ts +1 -1
  657. package/es/components/molecules/UploadImage/MediaIcon.d.ts +1 -2
  658. package/es/components/molecules/UploadImage/MediaIcon.js +2 -3
  659. package/es/components/molecules/UploadImage/index.js +74 -137
  660. package/es/components/molecules/UploadImage/styled.js +4 -5
  661. package/es/components/molecules/VirtualizedMenu/VirtualizedMenu.js +2 -2
  662. package/es/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +1 -1
  663. package/es/components/molecules/VirtualizedMenu/components/Item/Item.js +9 -11
  664. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +1 -2
  665. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.js +15 -25
  666. package/es/components/molecules/VirtualizedMenu/config.js +2 -3
  667. package/es/components/molecules/VirtualizedMenu/styled.js +5 -6
  668. package/es/components/molecules/VirtualizedMenu/utils.js +1 -1
  669. package/es/components/organism/AccountProfile/AccountProfile.js +5 -5
  670. package/es/components/organism/AccountProfile/components/AccountSetting/AccountSetting.js +181 -145
  671. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/index.d.ts +1 -2
  672. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/index.js +28 -94
  673. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/index.d.ts +1 -2
  674. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/index.js +7 -17
  675. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.d.ts +1 -1
  676. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +2 -1
  677. package/es/components/organism/AccountProfile/components/AccountSetting/components/UploadAvatar/index.d.ts +1 -2
  678. package/es/components/organism/AccountProfile/components/AccountSetting/components/UploadAvatar/index.js +9 -16
  679. package/es/components/organism/AccountProfile/components/AccountSetting/index.d.ts +2 -1
  680. package/es/components/organism/AccountProfile/components/AccountSetting/styled.d.ts +2 -4
  681. package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +4 -5
  682. package/es/components/organism/AccountProfile/components/AccountSetting/useModal.js +14 -20
  683. package/es/components/organism/AccountProfile/components/AccountSetting/utils.js +3 -12
  684. package/es/components/organism/AccountSharing/AccountSharing.js +57 -110
  685. package/es/components/organism/AccountSharing/icons/close.d.ts +1 -2
  686. package/es/components/organism/AccountSharing/icons/close.js +2 -4
  687. package/es/components/organism/AccountSharing/icons/search.d.ts +1 -2
  688. package/es/components/organism/AccountSharing/icons/search.js +2 -4
  689. package/es/components/organism/AccountSharing/index.d.ts +2 -1
  690. package/es/components/organism/AccountSharing/styled.js +13 -14
  691. package/es/components/organism/AlgorithmsSetting/constants.js +2 -2
  692. package/es/components/organism/AlgorithmsSetting/index.js +239 -363
  693. package/es/components/organism/AlgorithmsSetting/styled.d.ts +4 -4
  694. package/es/components/organism/AlgorithmsSetting/styled.js +3 -4
  695. package/es/components/organism/ContentSources/Content.d.ts +1 -2
  696. package/es/components/organism/ContentSources/Content.js +15 -18
  697. package/es/components/organism/ContentSources/Group.d.ts +1 -2
  698. package/es/components/organism/ContentSources/Group.js +37 -47
  699. package/es/components/organism/ContentSources/Settings.d.ts +1 -1
  700. package/es/components/organism/ContentSources/Settings.js +24 -36
  701. package/es/components/organism/ContentSources/components/LevelSetting/index.d.ts +1 -1
  702. package/es/components/organism/ContentSources/components/LevelSetting/index.js +2 -3
  703. package/es/components/organism/ContentSources/index.d.ts +1 -1
  704. package/es/components/organism/ContentSources/index.js +4 -5
  705. package/es/components/organism/ContentSources/provider.d.ts +1 -1
  706. package/es/components/organism/ContentSources/provider.js +3 -3
  707. package/es/components/organism/ContentSources/reducer.js +4 -1
  708. package/es/components/organism/ContentSources/utils.js +11 -11
  709. package/es/components/organism/DataTable/DataTable.d.ts +1 -2
  710. package/es/components/organism/DataTable/DataTable.js +14 -30
  711. package/es/components/organism/DataTable/components/AddButton/index.js +7 -17
  712. package/es/components/organism/DataTable/components/Filter/AddFilterButton.js +24 -24
  713. package/es/components/organism/DataTable/components/Filter/FilterActionButton.js +29 -41
  714. package/es/components/organism/DataTable/components/Filter/FilterCondition/index.js +21 -27
  715. package/es/components/organism/DataTable/components/Filter/FilterCondition/styled.js +4 -4
  716. package/es/components/organism/DataTable/components/Filter/FilterConditionList.js +37 -38
  717. package/es/components/organism/DataTable/components/Filter/FilterItem.js +10 -30
  718. package/es/components/organism/DataTable/components/Filter/SaveFilterPopover.js +7 -21
  719. package/es/components/organism/DataTable/components/Filter/SavedFilterAndMetrics.js +23 -44
  720. package/es/components/organism/DataTable/components/Filter/index.js +3 -7
  721. package/es/components/organism/DataTable/components/Filter/styled.js +5 -5
  722. package/es/components/organism/DataTable/components/GridView/index.js +4 -3
  723. package/es/components/organism/DataTable/components/ModifyColumn/index.js +61 -89
  724. package/es/components/organism/DataTable/components/ModifyColumn/styled.js +2 -1
  725. package/es/components/organism/DataTable/components/Pagination/index.js +9 -33
  726. package/es/components/organism/DataTable/components/Pagination/styled.js +4 -4
  727. package/es/components/organism/DataTable/components/Table/ResizableCell.js +19 -30
  728. package/es/components/organism/DataTable/components/Table/index.js +47 -46
  729. package/es/components/organism/DataTable/components/Toolbar/GroupByPopover.js +6 -16
  730. package/es/components/organism/DataTable/components/Toolbar/RowSelectedControl.js +9 -12
  731. package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +24 -51
  732. package/es/components/organism/DataTable/components/Toolbar/ToolbarActionButtons.js +20 -32
  733. package/es/components/organism/DataTable/components/Toolbar/index.js +19 -30
  734. package/es/components/organism/DataTable/components/Toolbar/styled.js +12 -12
  735. package/es/components/organism/DataTable/constants/theme.js +1 -1
  736. package/es/components/organism/DataTable/constants/toolbar.js +5 -5
  737. package/es/components/organism/DataTable/hooks/useAddFilterButton.js +11 -6
  738. package/es/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.js +404 -232
  739. package/es/components/organism/DataTable/providers/AntdTableConfigProvider.js +3 -15
  740. package/es/components/organism/DataTable/providers/DataTableProvider.js +2 -3
  741. package/es/components/organism/DataTable/stores/index.js +32 -6
  742. package/es/components/organism/DataTable/styled/index.d.ts +1 -3
  743. package/es/components/organism/DataTable/styled/index.js +8 -7
  744. package/es/components/organism/DataTable/utils/filter.d.ts +2 -3
  745. package/es/components/organism/DataTable/utils/filter.js +40 -36
  746. package/es/components/organism/FilterSetting/components/common/InputArray/index.js +2 -3
  747. package/es/components/organism/FilterSetting/components/common/InputArray/styled.d.ts +4 -5
  748. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +1 -1
  749. package/es/components/organism/FilterSetting/components/common/InputBoolean/index.js +4 -15
  750. package/es/components/organism/FilterSetting/components/common/InputCalendar/index.js +6 -5
  751. package/es/components/organism/FilterSetting/components/common/InputCalendarBetween/index.js +7 -9
  752. package/es/components/organism/FilterSetting/components/common/InputDateTimeAgo/index.js +2 -5
  753. package/es/components/organism/FilterSetting/components/common/InputDateTimeBetweenAgo/index.js +3 -8
  754. package/es/components/organism/FilterSetting/components/common/InputNumber/index.js +2 -3
  755. package/es/components/organism/FilterSetting/components/common/InputNumberBetween/index.js +2 -6
  756. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.d.ts +4 -12
  757. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +215 -154
  758. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +6 -15
  759. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +8 -14
  760. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +114 -178
  761. package/es/components/organism/FilterSetting/components/common/TextTreeSelect/index.js +2 -3
  762. package/es/components/organism/FilterSetting/index.js +91 -114
  763. package/es/components/organism/FilterSetting/styled.js +2 -3
  764. package/es/components/organism/FilterSetting/utils.js +7 -7
  765. package/es/components/organism/Help/Help.js +218 -313
  766. package/es/components/organism/Help/styled.d.ts +2 -6
  767. package/es/components/organism/Help/styled.js +27 -28
  768. package/es/components/organism/Help/utils.js +21 -22
  769. package/es/components/organism/LeftMenu/LeftMenu.js +27 -51
  770. package/es/components/organism/LeftMenu/components/CommonMenu/index.js +5 -4
  771. package/es/components/organism/LeftMenu/components/CustomMenu/index.js +3 -2
  772. package/es/components/organism/LeftMenu/components/HomeMenu/index.js +3 -10
  773. package/es/components/organism/LeftMenu/components/HomeMenu/styled.d.ts +1 -3
  774. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +4 -4
  775. package/es/components/organism/LeftMenu/components/HomeMenu/useHomeMenu.js +43 -33
  776. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.js +5 -6
  777. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +3 -4
  778. package/es/components/organism/LeftMenu/components/common/ChildMenu/index.js +49 -61
  779. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +2 -1
  780. package/es/components/organism/LeftMenu/components/common/ChildMenu/utils.js +9 -10
  781. package/es/components/organism/LeftMenu/hooks/useLeftMenu.js +19 -18
  782. package/es/components/organism/LeftMenu/hooks/useNavigatePath.js +9 -11
  783. package/es/components/organism/LeftMenu/hooks/usePermission.js +35 -35
  784. package/es/components/organism/LeftMenu/index.d.ts +1 -1
  785. package/es/components/organism/LeftMenu/index.js +3 -4
  786. package/es/components/organism/LeftMenu/providers/index.js +2 -3
  787. package/es/components/organism/LeftMenu/stores/index.js +5 -1
  788. package/es/components/organism/LeftMenu/styled.js +2 -2
  789. package/es/components/organism/LeftMenu/utils/index.js +168 -114
  790. package/es/components/organism/Login/Login.js +52 -64
  791. package/es/components/organism/Login/components/Avatar/Avatar.js +4 -10
  792. package/es/components/organism/Login/components/ForgotPassword/ForgotPassword.js +35 -34
  793. package/es/components/organism/Login/components/IconInfo/IconInfo.js +5 -12
  794. package/es/components/organism/Login/components/LoginSelectPortal/Item/Item.js +6 -11
  795. package/es/components/organism/Login/components/LoginSelectPortal/LoginSelectPortal.js +43 -43
  796. package/es/components/organism/Login/components/LoginStep2/LoginStep2.js +17 -37
  797. package/es/components/organism/Login/components/Logo/Logo.js +2 -2
  798. package/es/components/organism/Login/components/SetupGGAuthenticator/SetupGGAuthenticator.js +22 -49
  799. package/es/components/organism/Login/components/SignIn/SignIn.js +18 -29
  800. package/es/components/organism/Login/components/VerifyAccount/VerifyAccount.js +6 -15
  801. package/es/components/organism/Login/components/WidgetLayout/WidgetLayout.js +6 -12
  802. package/es/components/organism/Menu/Menu.js +2 -3
  803. package/es/components/organism/Menu/styled.d.ts +1 -1
  804. package/es/components/organism/Menu/styled.js +1 -1
  805. package/es/components/organism/ModifyColumnModal/ModifyColumnModal.js +54 -96
  806. package/es/components/organism/ModifyColumnModal/SelectedMetricsList.js +18 -38
  807. package/es/components/organism/ModifyColumnModal/styled.d.ts +2 -1
  808. package/es/components/organism/ModifyColumnModal/styled.js +16 -15
  809. package/es/components/organism/Notification/Notification.js +54 -71
  810. package/es/components/organism/Notification/styled.d.ts +1 -3
  811. package/es/components/organism/Notification/styled.js +11 -12
  812. package/es/components/organism/PositionSetting/index.js +15 -10
  813. package/es/components/organism/PreviewTemplateModal/components/Banner/index.js +9 -24
  814. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +3 -3
  815. package/es/components/organism/PreviewTemplateModal/components/Information/index.js +3 -18
  816. package/es/components/organism/PreviewTemplateModal/components/Information/styled.d.ts +1 -3
  817. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +3 -3
  818. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/index.js +7 -20
  819. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +2 -2
  820. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/index.js +26 -44
  821. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +3 -4
  822. package/es/components/organism/PreviewTemplateModal/index.js +6 -24
  823. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/BannerPropsTable/index.js +8 -12
  824. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/DataTypeTable/index.js +10 -15
  825. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/InformationPropsTable/index.js +20 -33
  826. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/SimilarTemplatePropsTable/index.js +11 -17
  827. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/TThumbnailTable/index.js +8 -11
  828. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/ThumbnailPropsTable/index.js +11 -22
  829. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.d.ts +6 -6
  830. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.js +7 -6
  831. package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +8 -20
  832. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +4 -6
  833. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +5 -10
  834. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +8 -12
  835. package/es/components/organism/Table/ExplorePivotTable/utils.js +19 -12
  836. package/es/components/organism/TicketEditor/Content.d.ts +1 -2
  837. package/es/components/organism/TicketEditor/Content.js +87 -147
  838. package/es/components/organism/TicketEditor/Service.js +8 -8
  839. package/es/components/organism/TicketEditor/components/DropdownComponent.d.ts +1 -2
  840. package/es/components/organism/TicketEditor/components/DropdownComponent.js +13 -3
  841. package/es/components/organism/TicketEditor/components/Message.d.ts +1 -2
  842. package/es/components/organism/TicketEditor/components/Message.js +11 -19
  843. package/es/components/organism/TicketEditor/components/MessageComponent.d.ts +1 -2
  844. package/es/components/organism/TicketEditor/components/MessageComponent.js +26 -61
  845. package/es/components/organism/TicketEditor/components/icons/AddTicketIcon.d.ts +1 -2
  846. package/es/components/organism/TicketEditor/components/icons/AddTicketIcon.js +2 -5
  847. package/es/components/organism/TicketEditor/components/icons/TicketIcon.d.ts +1 -2
  848. package/es/components/organism/TicketEditor/components/icons/TicketIcon.js +2 -3
  849. package/es/components/organism/TicketEditor/index.d.ts +1 -2
  850. package/es/components/organism/TicketEditor/index.js +38 -57
  851. package/es/components/organism/TicketEditor/styled.d.ts +2 -6
  852. package/es/components/organism/TicketEditor/styled.js +8 -4
  853. package/es/components/organism/TicketEditor/util.js +42 -37
  854. package/es/components/template/Layout/Layout.d.ts +2 -2
  855. package/es/components/template/Layout/Layout.js +88 -78
  856. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/index.js +20 -24
  857. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +3 -4
  858. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/utils/index.js +2 -3
  859. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/index.js +11 -16
  860. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +5 -6
  861. package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/index.js +2 -7
  862. package/es/components/template/Layout/components/RecommendationWorkspace/index.js +2 -5
  863. package/es/components/template/Layout/stores/index.js +11 -8
  864. package/es/components/template/Layout/styled.d.ts +1 -1
  865. package/es/components/template/Layout/styled.js +4 -4
  866. package/es/components/template/Layout/utils/permission.js +3 -4
  867. package/es/components/template/TemplateListing/Loadable.d.ts +1 -0
  868. package/es/components/template/TemplateListing/components/BlankTemplate/index.js +4 -7
  869. package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +1 -1
  870. package/es/components/template/TemplateListing/components/CategoryListing/index.js +49 -63
  871. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +2 -3
  872. package/es/components/template/TemplateListing/components/Empty/index.js +3 -6
  873. package/es/components/template/TemplateListing/components/Empty/styled.js +3 -4
  874. package/es/components/template/TemplateListing/hooks/useTemplateListing.js +35 -24
  875. package/es/components/template/TemplateListing/index.js +27 -48
  876. package/es/components/template/TemplateListing/stories/dataTypes/components/BlankTemplatePropsTable/index.js +14 -15
  877. package/es/components/template/TemplateListing/stories/dataTypes/components/CategoryListingPropsTable/index.js +26 -28
  878. package/es/components/template/TemplateListing/stories/dataTypes/components/DataTypeTables/index.js +14 -21
  879. package/es/components/template/TemplateListing/stories/dataTypes/components/EmptyPropsTable/index.js +8 -9
  880. package/es/components/template/TemplateListing/stories/dataTypes/components/TCategoryItemTable/index.js +14 -15
  881. package/es/components/template/TemplateListing/stories/dataTypes/components/TTemplateItemTable/index.js +11 -12
  882. package/es/components/template/TemplateListing/stories/dataTypes/components/TemplatesPropsTable/index.js +17 -21
  883. package/es/components/template/TemplateListing/stories/dataTypes/dataType.stories.d.ts +7 -7
  884. package/es/components/template/TemplateListing/stories/dataTypes/dataType.stories.js +8 -7
  885. package/es/constants/storybook.d.ts +1 -2
  886. package/es/constants/storybook.js +2 -2
  887. package/es/constants/theme.js +34 -35
  888. package/es/hooks/createEffectWithTarget .js +2 -4
  889. package/es/hooks/index.js +1 -1
  890. package/es/hooks/useCustomRouter.js +1 -1
  891. package/es/hooks/useDeepCompareMemo.js +1 -1
  892. package/es/hooks/useDragEvent.js +2 -4
  893. package/es/hooks/useEffectDebugger.js +7 -4
  894. package/es/hooks/useEventListener.js +1 -2
  895. package/es/hooks/useIntersectionObserver.js +4 -6
  896. package/es/hooks/useListingItemResize.js +3 -4
  897. package/es/hooks/useMutationObserver.js +1 -1
  898. package/es/hooks/useUpdateEffect.js +1 -1
  899. package/es/hooks/useWindowSize.js +3 -1
  900. package/es/models/SavedMedia.js +5 -8
  901. package/es/providers/AppConfigProvider/contexts/index.js +7 -3
  902. package/es/providers/ConfigProvider/ConfigProvider.js +8 -27
  903. package/es/providers/ConfigProvider/GlobalStyle.js +74 -78
  904. package/es/queries/Account/useGetAccountList.js +21 -5
  905. package/es/queries/BusinessObject/useGetBODetail.js +8 -12
  906. package/es/queries/BusinessObject/useGetDataTableBO.js +4 -13
  907. package/es/queries/BusinessObject/useGetListAllEvents.js +7 -2
  908. package/es/queries/BusinessObject/useGetListAttributeBO.js +12 -15
  909. package/es/queries/BusinessObject/useGetListBO.js +7 -12
  910. package/es/queries/BusinessObject/useGetListEventAttr.js +7 -2
  911. package/es/queries/BusinessObject/useGetListPromotionCodeAttr.js +9 -15
  912. package/es/queries/BusinessObject/useGetListSourceByEvent.js +7 -1
  913. package/es/queries/CustomFunction/useCustomFunction.js +9 -14
  914. package/es/queries/DataTable/index.js +129 -20
  915. package/es/queries/DynamicContentAttribute/useGetDynamicContentAttr.js +7 -12
  916. package/es/queries/LeftMenu/index.js +26 -4
  917. package/es/queries/Permission/index.js +5 -1
  918. package/es/queries/PromotionPool/useGetListPromotionPool.js +7 -12
  919. package/es/queries/TemplateListing/index.js +67 -35
  920. package/es/queries/ThirdParty/useGetEventTrackingAttributes.js +8 -2
  921. package/es/queries/ThirdParty/useGetListFallbackBO.js +6 -1
  922. package/es/services/Abstract/index.js +12 -15
  923. package/es/services/Account/index.js +15 -26
  924. package/es/services/DataTable/index.js +168 -104
  925. package/es/services/LeftMenu/index.js +18 -27
  926. package/es/services/MediaTemplateDesign/BusinessObject/index.js +75 -84
  927. package/es/services/MediaTemplateDesign/CustomFunction/index.js +33 -36
  928. package/es/services/MediaTemplateDesign/DynamicContentAttribute/index.js +26 -19
  929. package/es/services/MediaTemplateDesign/ListCurrency/index.js +4 -13
  930. package/es/services/MediaTemplateDesign/PromotionPool/index.js +8 -15
  931. package/es/services/MediaTemplateDesign/UploadFile/index.js +15 -33
  932. package/es/services/Permission/index.js +8 -25
  933. package/es/services/TemplateListing/index.js +69 -59
  934. package/es/services/ThirParty/ListFallbackBO/getListFallbackBO.js +3 -12
  935. package/es/services/ThirParty/TableBO/index.js +3 -12
  936. package/es/services/ThirParty/index.js +6 -12
  937. package/es/services/Ticket.js +16 -16
  938. package/es/services/index.js +26 -20
  939. package/es/styled/common.js +2 -2
  940. package/es/test.d.ts +1 -2
  941. package/es/test.js +17 -13
  942. package/es/tests/DataTableTest.js +7 -11
  943. package/es/tests/MatchesAnySelect.d.ts +1 -2
  944. package/es/tests/MatchesAnySelect.js +18 -18
  945. package/es/utils/actionButtons.js +9 -13
  946. package/es/utils/common.js +12 -6
  947. package/es/utils/commonComponent.js +4 -14
  948. package/es/utils/cookie.js +17 -6
  949. package/es/utils/dataTable.js +7 -19
  950. package/es/utils/handleError.js +3 -23
  951. package/es/utils/loadable.js +3 -3
  952. package/es/utils/templateListing.js +1 -2
  953. package/es/utils/validateURL.d.ts +1 -0
  954. package/es/utils/validateURL.js +5 -0
  955. package/package.json +34 -42
  956. package/es/stories/assets/code-brackets.svg +0 -1
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CheckboxUncheckedIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M18.9844 5.01562H5.01562V18.9844H18.9844V5.01562ZM18.9844 3C20.1094 3 21 3.89062 21 5.01562V18.9844C21 20.1094 20.1094 21 18.9844 21H5.01562C3.89062 21 3 20.1094 3 18.9844V5.01562C3 3.89062 3.89062 3 5.01562 3H18.9844Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M18.9844 5.01562H5.01562V18.9844H18.9844V5.01562ZM18.9844 3C20.1094 3 21 3.89062 21 5.01562V18.9844C21 20.1094 20.1094 21 18.9844 21H5.01562C3.89062 21 3 20.1094 3 18.9844V5.01562C3 3.89062 3.89062 3 5.01562 3H18.9844Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,8 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ChecklistRtlIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", enableBackground: "new 0 0 24 24", viewBox: "0 0 24 24", fill: "currentColor" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("rect", { fill: "currentColor" }),
7
- React.createElement("path", { d: "M11,7H2v2h9V7z M11,15H2v2h9V15z M16.34,11l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L22,5.34L16.34,11z M16.34,19 l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L22,13.34L16.34,19z" })));
6
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", enableBackground: "new 0 0 24 24", viewBox: "0 0 24 24", fill: "currentColor", ...props, ref: ref, width: width, height: height, children: [_jsx("rect", { fill: "currentColor" }), _jsx("path", { d: "M11,7H2v2h9V7z M11,15H2v2h9V15z M16.34,11l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L22,5.34L16.34,11z M16.34,19 l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L22,13.34L16.34,19z" })] }));
8
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CircleAddElementIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M6.32812 17.6719C7.92188 19.2344 9.8125 20.0156 12 20.0156C14.1875 20.0156 16.0625 19.2344 17.625 17.6719C19.2188 16.0781 20.0156 14.1875 20.0156 12C20.0156 9.8125 19.2188 7.9375 17.625 6.375C16.0625 4.78125 14.1875 3.98438 12 3.98438C9.8125 3.98438 7.92188 4.78125 6.32812 6.375C4.76562 7.9375 3.98438 9.8125 3.98438 12C3.98438 14.1875 4.76562 16.0781 6.32812 17.6719ZM4.92188 4.96875C6.89062 3 9.25 2.01562 12 2.01562C14.75 2.01562 17.0938 3 19.0312 4.96875C21 6.90625 21.9844 9.25 21.9844 12C21.9844 14.75 21 17.1094 19.0312 19.0781C17.0938 21.0156 14.75 21.9844 12 21.9844C9.25 21.9844 6.89062 21.0156 4.92188 19.0781C2.98438 17.1094 2.01562 14.75 2.01562 12C2.01562 9.25 2.98438 6.90625 4.92188 4.96875ZM12.9844 6.98438V11.0156H17.0156V12.9844H12.9844V17.0156H11.0156V12.9844H6.98438V11.0156H11.0156V6.98438H12.9844Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M6.32812 17.6719C7.92188 19.2344 9.8125 20.0156 12 20.0156C14.1875 20.0156 16.0625 19.2344 17.625 17.6719C19.2188 16.0781 20.0156 14.1875 20.0156 12C20.0156 9.8125 19.2188 7.9375 17.625 6.375C16.0625 4.78125 14.1875 3.98438 12 3.98438C9.8125 3.98438 7.92188 4.78125 6.32812 6.375C4.76562 7.9375 3.98438 9.8125 3.98438 12C3.98438 14.1875 4.76562 16.0781 6.32812 17.6719ZM4.92188 4.96875C6.89062 3 9.25 2.01562 12 2.01562C14.75 2.01562 17.0938 3 19.0312 4.96875C21 6.90625 21.9844 9.25 21.9844 12C21.9844 14.75 21 17.1094 19.0312 19.0781C17.0938 21.0156 14.75 21.9844 12 21.9844C9.25 21.9844 6.89062 21.0156 4.92188 19.0781C2.98438 17.1094 2.01562 14.75 2.01562 12C2.01562 9.25 2.98438 6.90625 4.92188 4.96875ZM12.9844 6.98438V11.0156H17.0156V12.9844H12.9844V17.0156H11.0156V12.9844H6.98438V11.0156H11.0156V6.98438H12.9844Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CircleNotificationsIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm5-2.5H7v-1l1-1v-2.61C8 9.27 9.03 7.47 11 7v-.5c0-.57.43-1 1-1s1 .43 1 1V7c1.97.47 3 2.28 3 4.39V14l1 1v1z" })));
6
+ return (_jsx("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 16.5c-.83 0-1.5-.67-1.5-1.5h3c0 .83-.67 1.5-1.5 1.5zm5-2.5H7v-1l1-1v-2.61C8 9.27 9.03 7.47 11 7v-.5c0-.57.43-1 1-1s1 .43 1 1V7c1.97.47 3 2.28 3 4.39V14l1 1v1z" }) }));
7
7
  });
@@ -1,8 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CloseIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
7
- React.createElement("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z" })));
6
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M0 0h24v24H0V0z", fill: "none" }), _jsx("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z" })] }));
8
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CodeIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M9.42188 16.5938L4.78125 12L9.42188 7.40625L8.01562 6L2.01562 12L8.01562 18L9.42188 16.5938ZM14.5781 16.5938L19.2188 12L14.5781 7.40625L15.9844 6L21.9844 12L15.9844 18L14.5781 16.5938Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M9.42188 16.5938L4.78125 12L9.42188 7.40625L8.01562 6L2.01562 12L8.01562 18L9.42188 16.5938ZM14.5781 16.5938L19.2188 12L14.5781 7.40625L15.9844 6L21.9844 12L15.9844 18L14.5781 16.5938Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const Collection30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M21.9844 14.0156V12H18V8.01562H15.9844V12H12V14.0156H15.9844V18H18V14.0156H21.9844ZM23.0156 5.01562C23.5469 5.01562 24 5.21875 24.375 5.625C24.7812 6 24.9844 6.45313 24.9844 6.98438V18.9844C24.9844 19.5156 24.7812 19.9844 24.375 20.3906C24 20.7969 23.5469 21 23.0156 21H11.0156C10.4844 21 10.0156 20.7969 9.60938 20.3906C9.20312 19.9844 9 19.5156 9 18.9844V6.98438C9 6.45313 9.20312 6 9.60938 5.625C10.0156 5.21875 10.4844 5.01562 11.0156 5.01562H23.0156ZM6.98438 9V23.0156H21V24.9844H6.98438C6.45312 24.9844 5.98438 24.7969 5.57812 24.4219C5.20312 24.0156 5.01562 23.5469 5.01562 23.0156V9H6.98438Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M21.9844 14.0156V12H18V8.01562H15.9844V12H12V14.0156H15.9844V18H18V14.0156H21.9844ZM23.0156 5.01562C23.5469 5.01562 24 5.21875 24.375 5.625C24.7812 6 24.9844 6.45313 24.9844 6.98438V18.9844C24.9844 19.5156 24.7812 19.9844 24.375 20.3906C24 20.7969 23.5469 21 23.0156 21H11.0156C10.4844 21 10.0156 20.7969 9.60938 20.3906C9.20312 19.9844 9 19.5156 9 18.9844V6.98438C9 6.45313 9.20312 6 9.60938 5.625C10.0156 5.21875 10.4844 5.01562 11.0156 5.01562H23.0156ZM6.98438 9V23.0156H21V24.9844H6.98438C6.45312 24.9844 5.98438 24.7969 5.57812 24.4219C5.20312 24.0156 5.01562 23.5469 5.01562 23.0156V9H6.98438Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ColorProfileStyleThemeIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M12 21.9844C6.46875 21.9844 2.01562 17.5312 2.01562 12C2.01562 6.46875 6.46875 2.01562 12 2.01562C17.5312 2.01562 21.9844 6.04688 21.9844 11.0156C21.9844 14.2969 19.3125 17.0156 15.9844 17.0156H14.25C13.9688 17.0156 13.7344 17.2031 13.7344 17.4844C13.7344 17.625 13.7812 17.7188 13.875 17.8125C14.25 18.2812 14.4844 18.8906 14.4844 19.5C14.4844 20.8594 13.3594 21.9844 12 21.9844ZM12 3.98438C7.59375 3.98438 3.98438 7.59375 3.98438 12C3.98438 16.4062 7.59375 20.0156 12 20.0156C12.2812 20.0156 12.5156 19.7812 12.5156 19.5C12.5156 19.3594 12.4219 19.2188 12.375 19.1719C11.9531 18.7031 11.7188 18.0938 11.7188 17.4844C11.7188 16.125 12.8438 15 14.25 15H15.9844C18.1875 15 20.0156 13.2188 20.0156 11.0156C20.0156 7.125 16.4062 3.98438 12 3.98438ZM5.01562 11.4844C5.01562 10.6875 5.67188 9.98438 6.51562 9.98438C7.3125 9.98438 8.01562 10.6875 8.01562 11.4844C8.01562 12.3281 7.3125 12.9844 6.51562 12.9844C5.67188 12.9844 5.01562 12.3281 5.01562 11.4844ZM8.01562 7.5C8.01562 6.65625 8.67188 6 9.51562 6C10.3125 6 11.0156 6.65625 11.0156 7.5C11.0156 8.34375 10.3125 9 9.51562 9C8.67188 9 8.01562 8.34375 8.01562 7.5ZM12.9844 7.5C12.9844 6.65625 13.6875 6 14.4844 6C15.3281 6 15.9844 6.65625 15.9844 7.5C15.9844 8.34375 15.3281 9 14.4844 9C13.6875 9 12.9844 8.34375 12.9844 7.5ZM15.9844 11.4844C15.9844 10.6875 16.6875 9.98438 17.4844 9.98438C18.3281 9.98438 18.9844 10.6875 18.9844 11.4844C18.9844 12.3281 18.3281 12.9844 17.4844 12.9844C16.6875 12.9844 15.9844 12.3281 15.9844 11.4844Z" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M12 21.9844C6.46875 21.9844 2.01562 17.5312 2.01562 12C2.01562 6.46875 6.46875 2.01562 12 2.01562C17.5312 2.01562 21.9844 6.04688 21.9844 11.0156C21.9844 14.2969 19.3125 17.0156 15.9844 17.0156H14.25C13.9688 17.0156 13.7344 17.2031 13.7344 17.4844C13.7344 17.625 13.7812 17.7188 13.875 17.8125C14.25 18.2812 14.4844 18.8906 14.4844 19.5C14.4844 20.8594 13.3594 21.9844 12 21.9844ZM12 3.98438C7.59375 3.98438 3.98438 7.59375 3.98438 12C3.98438 16.4062 7.59375 20.0156 12 20.0156C12.2812 20.0156 12.5156 19.7812 12.5156 19.5C12.5156 19.3594 12.4219 19.2188 12.375 19.1719C11.9531 18.7031 11.7188 18.0938 11.7188 17.4844C11.7188 16.125 12.8438 15 14.25 15H15.9844C18.1875 15 20.0156 13.2188 20.0156 11.0156C20.0156 7.125 16.4062 3.98438 12 3.98438ZM5.01562 11.4844C5.01562 10.6875 5.67188 9.98438 6.51562 9.98438C7.3125 9.98438 8.01562 10.6875 8.01562 11.4844C8.01562 12.3281 7.3125 12.9844 6.51562 12.9844C5.67188 12.9844 5.01562 12.3281 5.01562 11.4844ZM8.01562 7.5C8.01562 6.65625 8.67188 6 9.51562 6C10.3125 6 11.0156 6.65625 11.0156 7.5C11.0156 8.34375 10.3125 9 9.51562 9C8.67188 9 8.01562 8.34375 8.01562 7.5ZM12.9844 7.5C12.9844 6.65625 13.6875 6 14.4844 6C15.3281 6 15.9844 6.65625 15.9844 7.5C15.9844 8.34375 15.3281 9 14.4844 9C13.6875 9 12.9844 8.34375 12.9844 7.5ZM15.9844 11.4844C15.9844 10.6875 16.6875 9.98438 17.4844 9.98438C18.3281 9.98438 18.9844 10.6875 18.9844 11.4844C18.9844 12.3281 18.3281 12.9844 17.4844 12.9844C16.6875 12.9844 15.9844 12.3281 15.9844 11.4844Z" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ColumnIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M10 19H14V5H10V19ZM4 19H8V5H4V19ZM16 5V19H20V5H16Z" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M10 19H14V5H10V19ZM4 19H8V5H4V19ZM16 5V19H20V5H16Z" }) }));
7
7
  });
@@ -1,8 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CommentIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", fill: "currentColor" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("g", { transform: "scale(0.03125 0.03125)" },
7
- React.createElement("path", { d: "M163.18 183.68h656.64v491.52h-608.64l-48 48zM163.18 103.040c-44.16 0-80.64 36.48-80.64 80.64v737.28l163.2-163.2h574.080c44.16 0 80.64-36.48 80.64-82.56v-491.52c0-44.16-36.48-80.64-80.64-80.64zM245.74 512h328.32v82.56h-328.32zM245.74 389.12h491.52v82.56h-491.52zM245.74 266.24h491.52v82.56h-491.52z" }))));
6
+ return (_jsx("svg", { viewBox: "0 0 32 32", fill: "currentColor", ...props, ref: ref, width: width, height: height, children: _jsx("g", { transform: "scale(0.03125 0.03125)", children: _jsx("path", { d: "M163.18 183.68h656.64v491.52h-608.64l-48 48zM163.18 103.040c-44.16 0-80.64 36.48-80.64 80.64v737.28l163.2-163.2h574.080c44.16 0 80.64-36.48 80.64-82.56v-491.52c0-44.16-36.48-80.64-80.64-80.64zM245.74 512h328.32v82.56h-328.32zM245.74 389.12h491.52v82.56h-491.52zM245.74 266.24h491.52v82.56h-491.52z" }) }) }));
8
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CompareIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M15 12.9844L11.0156 9L15 5.01562V8.01562H21.9844V9.98438H15V12.9844ZM9 14.0156V11.0156L12.9844 15L9 18.9844V15.9844H2.01562V14.0156H9Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M15 12.9844L11.0156 9L15 5.01562V8.01562H21.9844V9.98438H15V12.9844ZM9 14.0156V11.0156L12.9844 15L9 18.9844V15.9844H2.01562V14.0156H9Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ComputationHistoriesIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7H1.97183V9.01562H0V10.9844H1.97183V13H0V15.0156H1.97183V16.9844C1.97183 18.1094 2.9108 19 3.99061 19H9.21557C9.00178 18.3591 8.86204 17.6839 8.80644 16.9844H3.99061V3.01562H18.0282V7.82919C18.7122 7.88849 19.3726 8.0283 20 8.23911V3.01562C20 1.89062 19.108 1 18.0282 1H3.99061C2.9108 1 1.97183 1.89062 1.97183 3.01562V4.98438H0V7ZM8.87452 15.0156C9.04407 13.8871 9.43426 12.8323 10 11.8963V9.01562H6.00939V15.0156H8.87452ZM11.5609 10C12.7738 8.89834 14.3081 8.1437 16.0094 7.89046V4.98438H10.9859V10H11.5609ZM10 4.98438V7.98438H6.00939V4.98438H10ZM23.7792 16.2969C23.7792 12.6959 20.8802 9.79688 17.2792 9.79688C13.6783 9.79688 10.7792 12.6959 10.7792 16.2969C10.7792 19.8978 13.6783 22.7969 17.2792 22.7969C20.8802 22.7969 23.7792 19.8978 23.7792 16.2969ZM22.4975 16.2969C22.4975 19.1654 20.1478 21.5152 17.2792 21.5152C14.4107 21.5152 12.0609 19.1654 12.0609 16.2969C12.0609 13.4283 14.4107 11.0786 17.2792 11.0786C20.1478 11.0786 22.4975 13.4283 22.4975 16.2969ZM17.6149 16.4495V13.0316H16.6384V16.9377L20.0562 19.0128L20.5445 18.1889L17.6149 16.4495Z" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7H1.97183V9.01562H0V10.9844H1.97183V13H0V15.0156H1.97183V16.9844C1.97183 18.1094 2.9108 19 3.99061 19H9.21557C9.00178 18.3591 8.86204 17.6839 8.80644 16.9844H3.99061V3.01562H18.0282V7.82919C18.7122 7.88849 19.3726 8.0283 20 8.23911V3.01562C20 1.89062 19.108 1 18.0282 1H3.99061C2.9108 1 1.97183 1.89062 1.97183 3.01562V4.98438H0V7ZM8.87452 15.0156C9.04407 13.8871 9.43426 12.8323 10 11.8963V9.01562H6.00939V15.0156H8.87452ZM11.5609 10C12.7738 8.89834 14.3081 8.1437 16.0094 7.89046V4.98438H10.9859V10H11.5609ZM10 4.98438V7.98438H6.00939V4.98438H10ZM23.7792 16.2969C23.7792 12.6959 20.8802 9.79688 17.2792 9.79688C13.6783 9.79688 10.7792 12.6959 10.7792 16.2969C10.7792 19.8978 13.6783 22.7969 17.2792 22.7969C20.8802 22.7969 23.7792 19.8978 23.7792 16.2969ZM22.4975 16.2969C22.4975 19.1654 20.1478 21.5152 17.2792 21.5152C14.4107 21.5152 12.0609 19.1654 12.0609 16.2969C12.0609 13.4283 14.4107 11.0786 17.2792 11.0786C20.1478 11.0786 22.4975 13.4283 22.4975 16.2969ZM17.6149 16.4495V13.0316H16.6384V16.9377L20.0562 19.0128L20.5445 18.1889L17.6149 16.4495Z" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ConfirmationNumberIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-9 7.5h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z" })));
6
+ return (_jsx("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-9 7.5h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ConnectOneNIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5 4C18.1193 4 17 5.11929 17 6.5C17 7.88071 18.1193 9 19.5 9C20.8807 9 22 7.88071 22 6.5C22 5.11929 20.8807 4 19.5 4ZM9 12V13H15V12H9ZM17 12.5C17 11.1193 18.1193 10 19.5 10C20.8807 10 22 11.1193 22 12.5C22 13.8807 20.8807 15 19.5 15C18.1193 15 17 13.8807 17 12.5ZM19.5 16C18.1193 16 17 17.1193 17 18.5C17 19.8807 18.1193 21 19.5 21C20.8807 21 22 19.8807 22 18.5C22 17.1193 20.8807 16 19.5 16ZM11.7929 6.5H12H15V7.5H12.2071L9.35355 10.3536L8.64645 9.64645L11.6464 6.64645L11.7929 6.5ZM11.6464 18.3536L8.64645 15.3536L9.35355 14.6464L12.2071 17.5H15V18.5H12H11.7929L11.6464 18.3536ZM7 10H2V15H7V10Z" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5 4C18.1193 4 17 5.11929 17 6.5C17 7.88071 18.1193 9 19.5 9C20.8807 9 22 7.88071 22 6.5C22 5.11929 20.8807 4 19.5 4ZM9 12V13H15V12H9ZM17 12.5C17 11.1193 18.1193 10 19.5 10C20.8807 10 22 11.1193 22 12.5C22 13.8807 20.8807 15 19.5 15C18.1193 15 17 13.8807 17 12.5ZM19.5 16C18.1193 16 17 17.1193 17 18.5C17 19.8807 18.1193 21 19.5 21C20.8807 21 22 19.8807 22 18.5C22 17.1193 20.8807 16 19.5 16ZM11.7929 6.5H12H15V7.5H12.2071L9.35355 10.3536L8.64645 9.64645L11.6464 6.64645L11.7929 6.5ZM11.6464 18.3536L8.64645 15.3536L9.35355 14.6464L12.2071 17.5H15V18.5H12H11.7929L11.6464 18.3536ZM7 10H2V15H7V10Z" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ConnectOneOneIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 10H2V15H7V10ZM22 12.5C22 13.8807 20.8807 15 19.5 15C18.1193 15 17 13.8807 17 12.5C17 11.1193 18.1193 10 19.5 10C20.8807 10 22 11.1193 22 12.5ZM9 12H15V13H9V12Z" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 10H2V15H7V10ZM22 12.5C22 13.8807 20.8807 15 19.5 15C18.1193 15 17 13.8807 17 12.5C17 11.1193 18.1193 10 19.5 10C20.8807 10 22 11.1193 22 12.5ZM9 12H15V13H9V12Z" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const Connectors30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.43745 16.4259H5.91345C6.21795 18.3346 7.05935 20.1173 8.33932 21.5656C9.6193 23.0139 11.285 24.068 13.1418 24.6049C14.9986 25.1417 16.9699 25.139 18.8252 24.5972C20.6806 24.0553 22.3434 22.9967 23.6195 21.5449C23.7416 21.4023 23.834 21.2368 23.8913 21.0581C23.9486 20.8793 23.9697 20.6909 23.9533 20.5039C23.9369 20.3169 23.8834 20.1351 23.7959 19.969C23.7083 19.803 23.5885 19.6561 23.4435 19.5369C23.1487 19.2934 22.7701 19.1752 22.3892 19.208C22.0082 19.2407 21.6553 19.4217 21.4065 19.7119C20.4339 20.8075 19.1531 21.5837 17.7319 21.9388C16.3106 22.2939 14.8152 22.2114 13.4417 21.702C12.0682 21.1926 10.8806 20.2802 10.0345 19.0843C9.18849 17.8883 8.72348 16.4647 8.70045 14.9999C8.72316 13.535 9.18801 12.1111 10.0341 10.915C10.8801 9.71888 12.0678 8.80633 13.4416 8.29699C14.8153 7.78766 16.3108 7.70533 17.7322 8.06078C19.1535 8.41624 20.4342 9.1929 21.4065 10.2889C21.6555 10.579 22.0083 10.7598 22.3892 10.7925C22.7701 10.8252 23.1486 10.7072 23.4435 10.4639C23.5885 10.3448 23.7083 10.1978 23.7959 10.0318C23.8834 9.86575 23.9369 9.6839 23.9533 9.4969C23.9697 9.3099 23.9486 9.12151 23.8913 8.94276C23.834 8.76402 23.7416 8.5985 23.6195 8.45592C22.3434 7.00384 20.6804 5.94494 18.8248 5.40296C16.9693 4.86098 14.9978 4.85832 13.1407 5.39528C11.2837 5.93224 9.61786 6.98665 8.33788 8.43527C7.0579 9.8839 6.21665 11.6669 5.91245 13.5759H3.43745C3.05952 13.5759 2.69706 13.7261 2.42982 13.9933C2.16258 14.2605 2.01245 14.623 2.01245 15.0009C2.01245 15.3789 2.16258 15.7413 2.42982 16.0086C2.69706 16.2758 3.05952 16.4259 3.43745 16.4259ZM11.7414 13.2451C11.5144 13.8035 11.3996 14.4011 11.4035 15.0039C11.3996 15.6068 11.5144 16.2046 11.7415 16.7631C11.9686 17.3216 12.3034 17.83 12.727 18.2591C13.1505 18.6882 13.6544 19.0296 14.2099 19.264C14.7654 19.4983 15.3616 19.621 15.9645 19.6249C16.9337 19.6208 17.8765 19.3085 18.6565 18.7333C19.4365 18.158 20.0133 17.3496 20.3035 16.4249H26.5625C26.9405 16.4249 27.3029 16.2748 27.5702 16.0075C27.8374 15.7403 27.9875 15.3778 27.9875 14.9999C27.9875 14.622 27.8374 14.2595 27.5702 13.9923C27.3029 13.725 26.9405 13.5749 26.5625 13.5749H20.3035C20.0117 12.6517 19.434 11.8451 18.654 11.2716C17.8739 10.6981 16.9318 10.3872 15.9635 10.3839C15.3608 10.3878 14.7647 10.5105 14.2093 10.7448C13.6539 10.9791 13.1501 11.3205 12.7267 11.7495C12.3032 12.1785 11.9685 12.6867 11.7414 13.2451Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.43745 16.4259H5.91345C6.21795 18.3346 7.05935 20.1173 8.33932 21.5656C9.6193 23.0139 11.285 24.068 13.1418 24.6049C14.9986 25.1417 16.9699 25.139 18.8252 24.5972C20.6806 24.0553 22.3434 22.9967 23.6195 21.5449C23.7416 21.4023 23.834 21.2368 23.8913 21.0581C23.9486 20.8793 23.9697 20.6909 23.9533 20.5039C23.9369 20.3169 23.8834 20.1351 23.7959 19.969C23.7083 19.803 23.5885 19.6561 23.4435 19.5369C23.1487 19.2934 22.7701 19.1752 22.3892 19.208C22.0082 19.2407 21.6553 19.4217 21.4065 19.7119C20.4339 20.8075 19.1531 21.5837 17.7319 21.9388C16.3106 22.2939 14.8152 22.2114 13.4417 21.702C12.0682 21.1926 10.8806 20.2802 10.0345 19.0843C9.18849 17.8883 8.72348 16.4647 8.70045 14.9999C8.72316 13.535 9.18801 12.1111 10.0341 10.915C10.8801 9.71888 12.0678 8.80633 13.4416 8.29699C14.8153 7.78766 16.3108 7.70533 17.7322 8.06078C19.1535 8.41624 20.4342 9.1929 21.4065 10.2889C21.6555 10.579 22.0083 10.7598 22.3892 10.7925C22.7701 10.8252 23.1486 10.7072 23.4435 10.4639C23.5885 10.3448 23.7083 10.1978 23.7959 10.0318C23.8834 9.86575 23.9369 9.6839 23.9533 9.4969C23.9697 9.3099 23.9486 9.12151 23.8913 8.94276C23.834 8.76402 23.7416 8.5985 23.6195 8.45592C22.3434 7.00384 20.6804 5.94494 18.8248 5.40296C16.9693 4.86098 14.9978 4.85832 13.1407 5.39528C11.2837 5.93224 9.61786 6.98665 8.33788 8.43527C7.0579 9.8839 6.21665 11.6669 5.91245 13.5759H3.43745C3.05952 13.5759 2.69706 13.7261 2.42982 13.9933C2.16258 14.2605 2.01245 14.623 2.01245 15.0009C2.01245 15.3789 2.16258 15.7413 2.42982 16.0086C2.69706 16.2758 3.05952 16.4259 3.43745 16.4259ZM11.7414 13.2451C11.5144 13.8035 11.3996 14.4011 11.4035 15.0039C11.3996 15.6068 11.5144 16.2046 11.7415 16.7631C11.9686 17.3216 12.3034 17.83 12.727 18.2591C13.1505 18.6882 13.6544 19.0296 14.2099 19.264C14.7654 19.4983 15.3616 19.621 15.9645 19.6249C16.9337 19.6208 17.8765 19.3085 18.6565 18.7333C19.4365 18.158 20.0133 17.3496 20.3035 16.4249H26.5625C26.9405 16.4249 27.3029 16.2748 27.5702 16.0075C27.8374 15.7403 27.9875 15.3778 27.9875 14.9999C27.9875 14.622 27.8374 14.2595 27.5702 13.9923C27.3029 13.725 26.9405 13.5749 26.5625 13.5749H20.3035C20.0117 12.6517 19.434 11.8451 18.654 11.2716C17.8739 10.6981 16.9318 10.3872 15.9635 10.3839C15.3608 10.3878 14.7647 10.5105 14.2093 10.7448C13.6539 10.9791 13.1501 11.3205 12.7267 11.7495C12.3032 12.1785 11.9685 12.6867 11.7414 13.2451Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const Content30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M23.7305 6.26953H6.26953V23.7305H23.7305V6.26953ZM23.7305 3.75C25.1367 3.75 26.25 4.86328 26.25 6.26953V23.7305C26.25 25.1367 25.1367 26.25 23.7305 26.25H6.26953C4.86328 26.25 3.75 25.1367 3.75 23.7305V6.26953C3.75 4.86328 4.86328 3.75 6.26953 3.75H23.7305ZM17.5195 21.2695V18.75H8.73047V21.2695H17.5195ZM21.2695 16.2305V13.7695H8.73047V16.2305H21.2695ZM21.2695 11.25V8.73047H8.73047V11.25H21.2695Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M23.7305 6.26953H6.26953V23.7305H23.7305V6.26953ZM23.7305 3.75C25.1367 3.75 26.25 4.86328 26.25 6.26953V23.7305C26.25 25.1367 25.1367 26.25 23.7305 26.25H6.26953C4.86328 26.25 3.75 25.1367 3.75 23.7305V6.26953C3.75 4.86328 4.86328 3.75 6.26953 3.75H23.7305ZM17.5195 21.2695V18.75H8.73047V21.2695H17.5195ZM21.2695 16.2305V13.7695H8.73047V16.2305H21.2695ZM21.2695 11.25V8.73047H8.73047V11.25H21.2695Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,8 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ConversionEvent30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M9.98416 14.1543L14.9998 20.4355L20.0154 14.1543H9.98416ZM7.26541 13.7793C6.74978 13.123 7.21853 12.1387 8.06228 12.1387H21.9373C22.781 12.1387 23.2498 13.123 22.7342 13.7793C20.7185 16.3574 17.0154 21.1387 17.0154 21.1387V27.1387C17.0154 27.7012 16.5467 28.1699 15.9842 28.1699H14.0154C13.4529 28.1699 12.9842 27.7012 12.9842 27.1387V21.1387C12.9842 21.1387 9.28103 16.3574 7.26541 13.7793Z", fill: "currentColor" }),
7
- React.createElement("path", { d: "M20.3135 10.0293C20.329 9.99433 20.3442 9.95917 20.3591 9.92383C20.669 9.21289 20.824 8.45638 20.824 7.6543C20.824 6.85221 20.669 6.10482 20.3591 5.41211C20.0675 4.70117 19.6482 4.08138 19.1013 3.55273C18.5727 3.00586 17.9529 2.58659 17.2419 2.29492C16.5492 1.98503 15.8018 1.83008 14.9998 1.83008C14.1977 1.83008 13.4412 1.98503 12.7302 2.29492C12.0375 2.58659 11.4177 3.00586 10.8708 3.55273C10.3422 4.08138 9.92293 4.70117 9.61304 5.41211C9.32137 6.10482 9.17554 6.85221 9.17554 7.6543C9.17554 8.45638 9.32137 9.21289 9.61304 9.92383C9.62885 9.95917 9.64495 9.99433 9.66133 10.0293H13.0753C12.9368 9.82231 12.8218 9.56841 12.7302 9.26758L13.6873 8.85742C13.7055 8.89388 13.7328 8.97591 13.7693 9.10352C13.824 9.23112 13.8969 9.37695 13.988 9.54102C14.0974 9.68685 14.2432 9.81445 14.4255 9.92383C14.4989 9.96784 14.5781 10.003 14.6633 10.0293H15.499C15.6264 9.99288 15.7516 9.9395 15.8748 9.86914C16.13 9.72331 16.2576 9.48633 16.2576 9.1582C16.2576 8.86654 16.1482 8.63867 15.9294 8.47461C15.7107 8.29232 15.3735 8.11914 14.9177 7.95508L14.3435 7.76367C14.1248 7.67253 13.906 7.55404 13.6873 7.4082C13.4867 7.26237 13.3136 7.08008 13.1677 6.86133C13.0401 6.64258 12.9763 6.36914 12.9763 6.04102C12.9763 6.02279 12.9854 5.94076 13.0037 5.79492C13.0219 5.64909 13.0766 5.47591 13.1677 5.27539C13.2589 5.07487 13.4047 4.88346 13.6052 4.70117C13.824 4.51888 14.1156 4.39128 14.4802 4.31836V3.58008H15.5193V4.29102C15.8656 4.36393 16.1482 4.49154 16.3669 4.67383C16.5857 4.83789 16.7498 5.01107 16.8591 5.19336C16.9685 5.37565 17.0414 5.51237 17.0779 5.60352L16.1482 5.98633C16.13 5.91341 16.0753 5.82227 15.9841 5.71289C15.9112 5.58529 15.7927 5.4668 15.6287 5.35742C15.4828 5.24805 15.2823 5.19336 15.0271 5.19336C14.8995 5.19336 14.7537 5.2207 14.5896 5.27539C14.4255 5.33008 14.2797 5.42122 14.1521 5.54883C14.0427 5.6582 13.988 5.81315 13.988 6.01367C13.988 6.28711 14.1156 6.49674 14.3708 6.64258C14.6261 6.78841 15.0089 6.95247 15.5193 7.13477C16.212 7.37174 16.6768 7.66341 16.9138 8.00977C17.1508 8.35612 17.2693 8.72982 17.2693 9.13086C17.2693 9.48492 17.2069 9.78439 17.0822 10.0293H20.3135Z", fill: "currentColor" })));
6
+ return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M9.98416 14.1543L14.9998 20.4355L20.0154 14.1543H9.98416ZM7.26541 13.7793C6.74978 13.123 7.21853 12.1387 8.06228 12.1387H21.9373C22.781 12.1387 23.2498 13.123 22.7342 13.7793C20.7185 16.3574 17.0154 21.1387 17.0154 21.1387V27.1387C17.0154 27.7012 16.5467 28.1699 15.9842 28.1699H14.0154C13.4529 28.1699 12.9842 27.7012 12.9842 27.1387V21.1387C12.9842 21.1387 9.28103 16.3574 7.26541 13.7793Z", fill: "currentColor" }), _jsx("path", { d: "M20.3135 10.0293C20.329 9.99433 20.3442 9.95917 20.3591 9.92383C20.669 9.21289 20.824 8.45638 20.824 7.6543C20.824 6.85221 20.669 6.10482 20.3591 5.41211C20.0675 4.70117 19.6482 4.08138 19.1013 3.55273C18.5727 3.00586 17.9529 2.58659 17.2419 2.29492C16.5492 1.98503 15.8018 1.83008 14.9998 1.83008C14.1977 1.83008 13.4412 1.98503 12.7302 2.29492C12.0375 2.58659 11.4177 3.00586 10.8708 3.55273C10.3422 4.08138 9.92293 4.70117 9.61304 5.41211C9.32137 6.10482 9.17554 6.85221 9.17554 7.6543C9.17554 8.45638 9.32137 9.21289 9.61304 9.92383C9.62885 9.95917 9.64495 9.99433 9.66133 10.0293H13.0753C12.9368 9.82231 12.8218 9.56841 12.7302 9.26758L13.6873 8.85742C13.7055 8.89388 13.7328 8.97591 13.7693 9.10352C13.824 9.23112 13.8969 9.37695 13.988 9.54102C14.0974 9.68685 14.2432 9.81445 14.4255 9.92383C14.4989 9.96784 14.5781 10.003 14.6633 10.0293H15.499C15.6264 9.99288 15.7516 9.9395 15.8748 9.86914C16.13 9.72331 16.2576 9.48633 16.2576 9.1582C16.2576 8.86654 16.1482 8.63867 15.9294 8.47461C15.7107 8.29232 15.3735 8.11914 14.9177 7.95508L14.3435 7.76367C14.1248 7.67253 13.906 7.55404 13.6873 7.4082C13.4867 7.26237 13.3136 7.08008 13.1677 6.86133C13.0401 6.64258 12.9763 6.36914 12.9763 6.04102C12.9763 6.02279 12.9854 5.94076 13.0037 5.79492C13.0219 5.64909 13.0766 5.47591 13.1677 5.27539C13.2589 5.07487 13.4047 4.88346 13.6052 4.70117C13.824 4.51888 14.1156 4.39128 14.4802 4.31836V3.58008H15.5193V4.29102C15.8656 4.36393 16.1482 4.49154 16.3669 4.67383C16.5857 4.83789 16.7498 5.01107 16.8591 5.19336C16.9685 5.37565 17.0414 5.51237 17.0779 5.60352L16.1482 5.98633C16.13 5.91341 16.0753 5.82227 15.9841 5.71289C15.9112 5.58529 15.7927 5.4668 15.6287 5.35742C15.4828 5.24805 15.2823 5.19336 15.0271 5.19336C14.8995 5.19336 14.7537 5.2207 14.5896 5.27539C14.4255 5.33008 14.2797 5.42122 14.1521 5.54883C14.0427 5.6582 13.988 5.81315 13.988 6.01367C13.988 6.28711 14.1156 6.49674 14.3708 6.64258C14.6261 6.78841 15.0089 6.95247 15.5193 7.13477C16.212 7.37174 16.6768 7.66341 16.9138 8.00977C17.1508 8.35612 17.2693 8.72982 17.2693 9.13086C17.2693 9.48492 17.2069 9.78439 17.0822 10.0293H20.3135Z", fill: "currentColor" })] }));
8
7
  });
@@ -1,8 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const ConversionIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M9.98416 14.1543L14.9998 20.4355L20.0154 14.1543H9.98416ZM7.26541 13.7793C6.74978 13.123 7.21853 12.1387 8.06228 12.1387H21.9373C22.781 12.1387 23.2498 13.123 22.7342 13.7793C20.7185 16.3574 17.0154 21.1387 17.0154 21.1387V27.1387C17.0154 27.7012 16.5467 28.1699 15.9842 28.1699H14.0154C13.4529 28.1699 12.9842 27.7012 12.9842 27.1387V21.1387C12.9842 21.1387 9.28103 16.3574 7.26541 13.7793Z", fill: "currentColor" }),
7
- React.createElement("path", { d: "M20.3135 10.0293C20.329 9.99433 20.3442 9.95917 20.3591 9.92383C20.669 9.21289 20.824 8.45638 20.824 7.6543C20.824 6.85221 20.669 6.10482 20.3591 5.41211C20.0675 4.70117 19.6482 4.08138 19.1013 3.55273C18.5727 3.00586 17.9529 2.58659 17.2419 2.29492C16.5492 1.98503 15.8018 1.83008 14.9998 1.83008C14.1977 1.83008 13.4412 1.98503 12.7302 2.29492C12.0375 2.58659 11.4177 3.00586 10.8708 3.55273C10.3422 4.08138 9.92293 4.70117 9.61304 5.41211C9.32137 6.10482 9.17554 6.85221 9.17554 7.6543C9.17554 8.45638 9.32137 9.21289 9.61304 9.92383C9.62885 9.95917 9.64495 9.99433 9.66133 10.0293H13.0753C12.9368 9.82231 12.8218 9.56841 12.7302 9.26758L13.6873 8.85742C13.7055 8.89388 13.7328 8.97591 13.7693 9.10352C13.824 9.23112 13.8969 9.37695 13.988 9.54102C14.0974 9.68685 14.2432 9.81445 14.4255 9.92383C14.4989 9.96784 14.5781 10.003 14.6633 10.0293H15.499C15.6264 9.99288 15.7516 9.9395 15.8748 9.86914C16.13 9.72331 16.2576 9.48633 16.2576 9.1582C16.2576 8.86654 16.1482 8.63867 15.9294 8.47461C15.7107 8.29232 15.3735 8.11914 14.9177 7.95508L14.3435 7.76367C14.1248 7.67253 13.906 7.55404 13.6873 7.4082C13.4867 7.26237 13.3136 7.08008 13.1677 6.86133C13.0401 6.64258 12.9763 6.36914 12.9763 6.04102C12.9763 6.02279 12.9854 5.94076 13.0037 5.79492C13.0219 5.64909 13.0766 5.47591 13.1677 5.27539C13.2589 5.07487 13.4047 4.88346 13.6052 4.70117C13.824 4.51888 14.1156 4.39128 14.4802 4.31836V3.58008H15.5193V4.29102C15.8656 4.36393 16.1482 4.49154 16.3669 4.67383C16.5857 4.83789 16.7498 5.01107 16.8591 5.19336C16.9685 5.37565 17.0414 5.51237 17.0779 5.60352L16.1482 5.98633C16.13 5.91341 16.0753 5.82227 15.9841 5.71289C15.9112 5.58529 15.7927 5.4668 15.6287 5.35742C15.4828 5.24805 15.2823 5.19336 15.0271 5.19336C14.8995 5.19336 14.7537 5.2207 14.5896 5.27539C14.4255 5.33008 14.2797 5.42122 14.1521 5.54883C14.0427 5.6582 13.988 5.81315 13.988 6.01367C13.988 6.28711 14.1156 6.49674 14.3708 6.64258C14.6261 6.78841 15.0089 6.95247 15.5193 7.13477C16.212 7.37174 16.6768 7.66341 16.9138 8.00977C17.1508 8.35612 17.2693 8.72982 17.2693 9.13086C17.2693 9.48492 17.2069 9.78439 17.0822 10.0293H20.3135Z", fill: "currentColor" })));
6
+ return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M9.98416 14.1543L14.9998 20.4355L20.0154 14.1543H9.98416ZM7.26541 13.7793C6.74978 13.123 7.21853 12.1387 8.06228 12.1387H21.9373C22.781 12.1387 23.2498 13.123 22.7342 13.7793C20.7185 16.3574 17.0154 21.1387 17.0154 21.1387V27.1387C17.0154 27.7012 16.5467 28.1699 15.9842 28.1699H14.0154C13.4529 28.1699 12.9842 27.7012 12.9842 27.1387V21.1387C12.9842 21.1387 9.28103 16.3574 7.26541 13.7793Z", fill: "currentColor" }), _jsx("path", { d: "M20.3135 10.0293C20.329 9.99433 20.3442 9.95917 20.3591 9.92383C20.669 9.21289 20.824 8.45638 20.824 7.6543C20.824 6.85221 20.669 6.10482 20.3591 5.41211C20.0675 4.70117 19.6482 4.08138 19.1013 3.55273C18.5727 3.00586 17.9529 2.58659 17.2419 2.29492C16.5492 1.98503 15.8018 1.83008 14.9998 1.83008C14.1977 1.83008 13.4412 1.98503 12.7302 2.29492C12.0375 2.58659 11.4177 3.00586 10.8708 3.55273C10.3422 4.08138 9.92293 4.70117 9.61304 5.41211C9.32137 6.10482 9.17554 6.85221 9.17554 7.6543C9.17554 8.45638 9.32137 9.21289 9.61304 9.92383C9.62885 9.95917 9.64495 9.99433 9.66133 10.0293H13.0753C12.9368 9.82231 12.8218 9.56841 12.7302 9.26758L13.6873 8.85742C13.7055 8.89388 13.7328 8.97591 13.7693 9.10352C13.824 9.23112 13.8969 9.37695 13.988 9.54102C14.0974 9.68685 14.2432 9.81445 14.4255 9.92383C14.4989 9.96784 14.5781 10.003 14.6633 10.0293H15.499C15.6264 9.99288 15.7516 9.9395 15.8748 9.86914C16.13 9.72331 16.2576 9.48633 16.2576 9.1582C16.2576 8.86654 16.1482 8.63867 15.9294 8.47461C15.7107 8.29232 15.3735 8.11914 14.9177 7.95508L14.3435 7.76367C14.1248 7.67253 13.906 7.55404 13.6873 7.4082C13.4867 7.26237 13.3136 7.08008 13.1677 6.86133C13.0401 6.64258 12.9763 6.36914 12.9763 6.04102C12.9763 6.02279 12.9854 5.94076 13.0037 5.79492C13.0219 5.64909 13.0766 5.47591 13.1677 5.27539C13.2589 5.07487 13.4047 4.88346 13.6052 4.70117C13.824 4.51888 14.1156 4.39128 14.4802 4.31836V3.58008H15.5193V4.29102C15.8656 4.36393 16.1482 4.49154 16.3669 4.67383C16.5857 4.83789 16.7498 5.01107 16.8591 5.19336C16.9685 5.37565 17.0414 5.51237 17.0779 5.60352L16.1482 5.98633C16.13 5.91341 16.0753 5.82227 15.9841 5.71289C15.9112 5.58529 15.7927 5.4668 15.6287 5.35742C15.4828 5.24805 15.2823 5.19336 15.0271 5.19336C14.8995 5.19336 14.7537 5.2207 14.5896 5.27539C14.4255 5.33008 14.2797 5.42122 14.1521 5.54883C14.0427 5.6582 13.988 5.81315 13.988 6.01367C13.988 6.28711 14.1156 6.49674 14.3708 6.64258C14.6261 6.78841 15.0089 6.95247 15.5193 7.13477C16.212 7.37174 16.6768 7.66341 16.9138 8.00977C17.1508 8.35612 17.2693 8.72982 17.2693 9.13086C17.2693 9.48492 17.2069 9.78439 17.0822 10.0293H20.3135Z", fill: "currentColor" })] }));
8
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CopyDuplicateIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M18.9844 21V6.98438H8.01562V21H18.9844ZM18.9844 5.01562C19.5156 5.01562 19.9844 5.21875 20.3906 5.625C20.7969 6 21 6.45313 21 6.98438V21C21 21.5312 20.7969 22 20.3906 22.4062C19.9844 22.8125 19.5156 23.0156 18.9844 23.0156H8.01562C7.48438 23.0156 7.01562 22.8125 6.60938 22.4062C6.20312 22 6 21.5312 6 21V6.98438C6 6.45313 6.20312 6 6.60938 5.625C7.01562 5.21875 7.48438 5.01562 8.01562 5.01562H18.9844ZM15.9844 0.984375V3H3.98438V17.0156H2.01562V3C2.01562 2.46875 2.20312 2 2.57812 1.59375C2.98438 1.1875 3.45312 0.984375 3.98438 0.984375H15.9844Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M18.9844 21V6.98438H8.01562V21H18.9844ZM18.9844 5.01562C19.5156 5.01562 19.9844 5.21875 20.3906 5.625C20.7969 6 21 6.45313 21 6.98438V21C21 21.5312 20.7969 22 20.3906 22.4062C19.9844 22.8125 19.5156 23.0156 18.9844 23.0156H8.01562C7.48438 23.0156 7.01562 22.8125 6.60938 22.4062C6.20312 22 6 21.5312 6 21V6.98438C6 6.45313 6.20312 6 6.60938 5.625C7.01562 5.21875 7.48438 5.01562 8.01562 5.01562H18.9844ZM15.9844 0.984375V3H3.98438V17.0156H2.01562V3C2.01562 2.46875 2.20312 2 2.57812 1.59375C2.98438 1.1875 3.45312 0.984375 3.98438 0.984375H15.9844Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,12 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CopyLinkActiveIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("g", { clipPath: "url(#clip0_1_2647)" },
7
- React.createElement("path", { d: "M2 2H13V0H2C1.46957 0 0.960858 0.210712 0.585785 0.585785C0.210712 0.960858 0 1.46957 0 2V16H2V2Z", fill: "currentColor" }),
8
- React.createElement("path", { d: "M7 20H6V6H17V12H19V6C19 5.46957 18.7893 4.96086 18.4142 4.58578C18.0391 4.21071 17.5304 4 17 4H6C5.46957 4 4.96086 4.21071 4.58578 4.58578C4.21071 4.96086 4 5.46957 4 6V20C4 20.5304 4.21071 21.0391 4.58578 21.4142C4.96086 21.7893 5.46957 22 6 22H7V20Z", fill: "currentColor" }),
9
- React.createElement("path", { d: "M11.8787 16.8787C11.3161 17.4413 11 18.2044 11 19C11 19.7956 11.3161 20.5587 11.8787 21.1213C12.4413 21.6839 13.2044 22 14 22H15V24H14C12.6739 24 11.4022 23.4732 10.4645 22.5355C9.5268 21.5978 9 20.3261 9 19C9 17.6739 9.5268 16.4022 10.4645 15.4645C11.4022 14.5268 12.6739 14 14 14H15V16H14C13.2044 16 12.4413 16.3161 11.8787 16.8787Z", fill: "currentColor" }),
10
- React.createElement("path", { d: "M19 14H18V16H19C19.7956 16 20.5587 16.3161 21.1213 16.8787C21.6839 17.4413 22 18.2044 22 19C22 19.7956 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7956 22 19 22H18V24H19C20.3261 24 21.5978 23.4732 22.5355 22.5355C23.4732 21.5978 24 20.3261 24 19C24 17.6739 23.4732 16.4022 22.5355 15.4645C21.5978 14.5268 20.3261 14 19 14Z", fill: "currentColor" }),
11
- React.createElement("path", { d: "M14.5 18H18.5C18.7761 18 19 18.2239 19 18.5V19.5C19 19.7761 18.7761 20 18.5 20H14.5C14.2239 20 14 19.7761 14 19.5V18.5C14 18.2239 14.2239 18 14.5 18Z", fill: "currentColor" }))));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsxs("g", { clipPath: "url(#clip0_1_2647)", children: [_jsx("path", { d: "M2 2H13V0H2C1.46957 0 0.960858 0.210712 0.585785 0.585785C0.210712 0.960858 0 1.46957 0 2V16H2V2Z", fill: "currentColor" }), _jsx("path", { d: "M7 20H6V6H17V12H19V6C19 5.46957 18.7893 4.96086 18.4142 4.58578C18.0391 4.21071 17.5304 4 17 4H6C5.46957 4 4.96086 4.21071 4.58578 4.58578C4.21071 4.96086 4 5.46957 4 6V20C4 20.5304 4.21071 21.0391 4.58578 21.4142C4.96086 21.7893 5.46957 22 6 22H7V20Z", fill: "currentColor" }), _jsx("path", { d: "M11.8787 16.8787C11.3161 17.4413 11 18.2044 11 19C11 19.7956 11.3161 20.5587 11.8787 21.1213C12.4413 21.6839 13.2044 22 14 22H15V24H14C12.6739 24 11.4022 23.4732 10.4645 22.5355C9.5268 21.5978 9 20.3261 9 19C9 17.6739 9.5268 16.4022 10.4645 15.4645C11.4022 14.5268 12.6739 14 14 14H15V16H14C13.2044 16 12.4413 16.3161 11.8787 16.8787Z", fill: "currentColor" }), _jsx("path", { d: "M19 14H18V16H19C19.7956 16 20.5587 16.3161 21.1213 16.8787C21.6839 17.4413 22 18.2044 22 19C22 19.7956 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7956 22 19 22H18V24H19C20.3261 24 21.5978 23.4732 22.5355 22.5355C23.4732 21.5978 24 20.3261 24 19C24 17.6739 23.4732 16.4022 22.5355 15.4645C21.5978 14.5268 20.3261 14 19 14Z", fill: "currentColor" }), _jsx("path", { d: "M14.5 18H18.5C18.7761 18 19 18.2239 19 18.5V19.5C19 19.7761 18.7761 20 18.5 20H14.5C14.2239 20 14 19.7761 14 19.5V18.5C14 18.2239 14.2239 18 14.5 18Z", fill: "currentColor" })] }) }));
12
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CopyLinkIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M17.0156 6.98438C18.3906 6.98438 19.5625 7.48438 20.5312 8.48438C21.5 9.45312 21.9844 10.625 21.9844 12C21.9844 13.375 21.5 14.5625 20.5312 15.5625C19.5625 16.5312 18.3906 17.0156 17.0156 17.0156H12.9844V15.0938H17.0156C17.8594 15.0938 18.5781 14.7969 19.1719 14.2031C19.7969 13.5781 20.1094 12.8438 20.1094 12C20.1094 11.1562 19.7969 10.4375 19.1719 9.84375C18.5781 9.21875 17.8594 8.90625 17.0156 8.90625H12.9844V6.98438H17.0156ZM8.01562 12.9844V11.0156H15.9844V12.9844H8.01562ZM4.78125 9.84375C4.1875 10.4375 3.89062 11.1562 3.89062 12C3.89062 12.8438 4.1875 13.5781 4.78125 14.2031C5.40625 14.7969 6.14062 15.0938 6.98438 15.0938H11.0156V17.0156H6.98438C5.60938 17.0156 4.4375 16.5312 3.46875 15.5625C2.5 14.5625 2.01562 13.375 2.01562 12C2.01562 10.625 2.5 9.45312 3.46875 8.48438C4.4375 7.48438 5.60938 6.98438 6.98438 6.98438H11.0156V8.90625H6.98438C6.14062 8.90625 5.40625 9.21875 4.78125 9.84375Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M17.0156 6.98438C18.3906 6.98438 19.5625 7.48438 20.5312 8.48438C21.5 9.45312 21.9844 10.625 21.9844 12C21.9844 13.375 21.5 14.5625 20.5312 15.5625C19.5625 16.5312 18.3906 17.0156 17.0156 17.0156H12.9844V15.0938H17.0156C17.8594 15.0938 18.5781 14.7969 19.1719 14.2031C19.7969 13.5781 20.1094 12.8438 20.1094 12C20.1094 11.1562 19.7969 10.4375 19.1719 9.84375C18.5781 9.21875 17.8594 8.90625 17.0156 8.90625H12.9844V6.98438H17.0156ZM8.01562 12.9844V11.0156H15.9844V12.9844H8.01562ZM4.78125 9.84375C4.1875 10.4375 3.89062 11.1562 3.89062 12C3.89062 12.8438 4.1875 13.5781 4.78125 14.2031C5.40625 14.7969 6.14062 15.0938 6.98438 15.0938H11.0156V17.0156H6.98438C5.60938 17.0156 4.4375 16.5312 3.46875 15.5625C2.5 14.5625 2.01562 13.375 2.01562 12C2.01562 10.625 2.5 9.45312 3.46875 8.48438C4.4375 7.48438 5.60938 6.98438 6.98438 6.98438H11.0156V8.90625H6.98438C6.14062 8.90625 5.40625 9.21875 4.78125 9.84375Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CropIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M6.98438 17.0156H23.0156V18.9844H18.9844V23.0156H17.0156V18.9844H6.98438C6.45312 18.9844 5.98438 18.7969 5.57812 18.4219C5.20312 18.0156 5.01562 17.5469 5.01562 17.0156V6.98438H0.984375V5.01562H5.01562V0.984375H6.98438V17.0156ZM17.0156 15V6.98438H9V5.01562H17.0156C17.5469 5.01562 18 5.21875 18.375 5.625C18.7812 6 18.9844 6.45313 18.9844 6.98438V15H17.0156Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M6.98438 17.0156H23.0156V18.9844H18.9844V23.0156H17.0156V18.9844H6.98438C6.45312 18.9844 5.98438 18.7969 5.57812 18.4219C5.20312 18.0156 5.01562 17.5469 5.01562 17.0156V6.98438H0.984375V5.01562H5.01562V0.984375H6.98438V17.0156ZM17.0156 15V6.98438H9V5.01562H17.0156C17.5469 5.01562 18 5.21875 18.375 5.625C18.7812 6 18.9844 6.45313 18.9844 6.98438V15H17.0156Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CursorIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M4 3.80701L19.529 10.089L14.186 12.689L20 18.435L18.27 20.193L12.514 14.313L10.035 19.528L4 3.80701Z" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M4 3.80701L19.529 10.089L14.186 12.689L20 18.435L18.27 20.193L12.514 14.313L10.035 19.528L4 3.80701Z" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CurvedConnectorIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M18.5064 15.5002C17.7479 15.5019 17.0893 15.9278 16.7551 16.5532L16.7499 16.5639C16.7318 16.5642 16.7105 16.5644 16.6892 16.5644C15.9598 16.5644 15.2877 16.3191 14.751 15.9065L14.7585 15.9121C13.9277 15.2293 13.5069 13.9936 13.5069 12.2422C13.515 12.1197 13.5196 11.9768 13.5196 11.8327C13.5196 9.98812 12.7614 8.3206 11.5396 7.12484L11.5385 7.1237C10.3808 6.1411 8.8791 5.53198 7.23611 5.49732L7.22875 5.4972C6.87629 4.89675 6.23381 4.5 5.49866 4.5C4.39443 4.5 3.49927 5.39516 3.49927 6.4994C3.49927 7.60363 4.39443 8.49879 5.49866 8.49879C6.23381 8.49879 6.87629 8.10204 7.22364 7.51098L7.22874 7.50159C8.36481 7.53006 9.39864 7.94557 10.2086 8.62057L10.2009 8.61426C11.014 9.45777 11.5149 10.6071 11.5149 11.8734C11.5149 12.0032 11.5097 12.1317 11.4994 12.2589L11.5005 12.2422C11.5005 14.6335 12.1743 16.3949 13.4999 17.4746C14.3721 18.1555 15.4841 18.5664 16.692 18.5664C16.7296 18.5664 16.7671 18.566 16.8045 18.5652L16.7989 18.5653H16.8089C17.1686 19.1305 17.7918 19.5 18.5012 19.5C19.6055 19.5 20.5006 18.6048 20.5006 17.5006C20.5006 16.3964 19.6055 15.5012 18.5012 15.5012C18.4995 15.5012 18.4978 15.5012 18.4961 15.5012H18.4964L18.5064 15.5002Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M18.5064 15.5002C17.7479 15.5019 17.0893 15.9278 16.7551 16.5532L16.7499 16.5639C16.7318 16.5642 16.7105 16.5644 16.6892 16.5644C15.9598 16.5644 15.2877 16.3191 14.751 15.9065L14.7585 15.9121C13.9277 15.2293 13.5069 13.9936 13.5069 12.2422C13.515 12.1197 13.5196 11.9768 13.5196 11.8327C13.5196 9.98812 12.7614 8.3206 11.5396 7.12484L11.5385 7.1237C10.3808 6.1411 8.8791 5.53198 7.23611 5.49732L7.22875 5.4972C6.87629 4.89675 6.23381 4.5 5.49866 4.5C4.39443 4.5 3.49927 5.39516 3.49927 6.4994C3.49927 7.60363 4.39443 8.49879 5.49866 8.49879C6.23381 8.49879 6.87629 8.10204 7.22364 7.51098L7.22874 7.50159C8.36481 7.53006 9.39864 7.94557 10.2086 8.62057L10.2009 8.61426C11.014 9.45777 11.5149 10.6071 11.5149 11.8734C11.5149 12.0032 11.5097 12.1317 11.4994 12.2589L11.5005 12.2422C11.5005 14.6335 12.1743 16.3949 13.4999 17.4746C14.3721 18.1555 15.4841 18.5664 16.692 18.5664C16.7296 18.5664 16.7671 18.566 16.8045 18.5652L16.7989 18.5653H16.8089C17.1686 19.1305 17.7918 19.5 18.5012 19.5C19.6055 19.5 20.5006 18.6048 20.5006 17.5006C20.5006 16.3964 19.6055 15.5012 18.5012 15.5012C18.4995 15.5012 18.4978 15.5012 18.4961 15.5012H18.4964L18.5064 15.5002Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,8 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CustomerIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M9.00098 21H7.00098C6.20533 21 5.44249 20.6837 4.87988 20.1211C4.31727 19.5585 4.00098 18.7956 4.00098 18V16H6.00098V18C6.00098 18.2652 6.10641 18.5195 6.29395 18.707C6.48148 18.8946 6.73576 19 7.00098 19H9.00098V21ZM14.7549 17H8.00098V15.751C8.26995 15.2663 8.63369 14.8409 9.0708 14.5C10.1944 13.6389 11.5834 13.1968 12.998 13.25C14.3062 13.2084 15.5943 13.5795 16.6792 14.3115C15.8681 15.073 15.2141 15.9867 14.7549 17ZM12.999 12C12.5046 12 12.021 11.8538 11.6099 11.5791C11.1987 11.3044 10.8787 10.9138 10.6895 10.457C10.5002 10.0002 10.4504 9.49765 10.5469 9.0127C10.6433 8.52774 10.8818 8.08205 11.2314 7.73242C11.5811 7.38279 12.0263 7.14431 12.5112 7.04785C12.9962 6.95139 13.4988 7.00121 13.9556 7.19043C14.4124 7.37965 14.8029 7.70021 15.0776 8.11133C15.3523 8.52245 15.499 9.00555 15.499 9.5C15.499 10.1627 15.236 10.7978 14.7676 11.2666C14.2992 11.7354 13.6637 11.9995 13.001 12H12.999ZM21.999 8H19.999V6C19.999 5.73478 19.8936 5.48051 19.7061 5.29297C19.5185 5.10543 19.2642 5 18.999 5H16.999V3H18.999C19.7947 3 20.5575 3.3163 21.1201 3.87891C21.6827 4.44152 21.999 5.20435 21.999 6V8ZM5.99902 8H3.99902V6C3.99902 5.20435 4.31483 4.44152 4.87744 3.87891C5.44005 3.3163 6.20337 3 6.99902 3H8.99902V5H6.99902C6.73381 5 6.47953 5.10543 6.29199 5.29297C6.10446 5.48051 5.99902 5.73478 5.99902 6V8Z", fill: "currentColor" }),
7
- React.createElement("path", { d: "M22.5 26.9998C21.2144 26.9998 19.9576 26.6184 18.8886 25.9041C17.8197 25.1899 16.9866 24.1749 16.4946 22.9871C16.0026 21.7994 15.8742 20.4922 16.125 19.2313C16.3758 17.9704 16.9947 16.8122 17.9038 15.9032C18.8128 14.9941 19.971 14.3756 21.2319 14.1248C22.4928 13.874 23.7996 14.003 24.9873 14.495C26.175 14.9869 27.1905 15.8196 27.9048 16.8885C28.619 17.9574 29 19.2143 29 20.4998C28.9984 22.2233 28.3128 23.8759 27.0942 25.0946C25.8756 26.3132 24.2234 26.9983 22.5 26.9998ZM19.29 19.5926L17.8818 21.0008L21.4467 24.5155L27.1181 18.8914L25.665 17.4842L21.4458 21.703L19.29 19.5926Z", fill: "currentColor" })));
6
+ return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M9.00098 21H7.00098C6.20533 21 5.44249 20.6837 4.87988 20.1211C4.31727 19.5585 4.00098 18.7956 4.00098 18V16H6.00098V18C6.00098 18.2652 6.10641 18.5195 6.29395 18.707C6.48148 18.8946 6.73576 19 7.00098 19H9.00098V21ZM14.7549 17H8.00098V15.751C8.26995 15.2663 8.63369 14.8409 9.0708 14.5C10.1944 13.6389 11.5834 13.1968 12.998 13.25C14.3062 13.2084 15.5943 13.5795 16.6792 14.3115C15.8681 15.073 15.2141 15.9867 14.7549 17ZM12.999 12C12.5046 12 12.021 11.8538 11.6099 11.5791C11.1987 11.3044 10.8787 10.9138 10.6895 10.457C10.5002 10.0002 10.4504 9.49765 10.5469 9.0127C10.6433 8.52774 10.8818 8.08205 11.2314 7.73242C11.5811 7.38279 12.0263 7.14431 12.5112 7.04785C12.9962 6.95139 13.4988 7.00121 13.9556 7.19043C14.4124 7.37965 14.8029 7.70021 15.0776 8.11133C15.3523 8.52245 15.499 9.00555 15.499 9.5C15.499 10.1627 15.236 10.7978 14.7676 11.2666C14.2992 11.7354 13.6637 11.9995 13.001 12H12.999ZM21.999 8H19.999V6C19.999 5.73478 19.8936 5.48051 19.7061 5.29297C19.5185 5.10543 19.2642 5 18.999 5H16.999V3H18.999C19.7947 3 20.5575 3.3163 21.1201 3.87891C21.6827 4.44152 21.999 5.20435 21.999 6V8ZM5.99902 8H3.99902V6C3.99902 5.20435 4.31483 4.44152 4.87744 3.87891C5.44005 3.3163 6.20337 3 6.99902 3H8.99902V5H6.99902C6.73381 5 6.47953 5.10543 6.29199 5.29297C6.10446 5.48051 5.99902 5.73478 5.99902 6V8Z", fill: "currentColor" }), _jsx("path", { d: "M22.5 26.9998C21.2144 26.9998 19.9576 26.6184 18.8886 25.9041C17.8197 25.1899 16.9866 24.1749 16.4946 22.9871C16.0026 21.7994 15.8742 20.4922 16.125 19.2313C16.3758 17.9704 16.9947 16.8122 17.9038 15.9032C18.8128 14.9941 19.971 14.3756 21.2319 14.1248C22.4928 13.874 23.7996 14.003 24.9873 14.495C26.175 14.9869 27.1905 15.8196 27.9048 16.8885C28.619 17.9574 29 19.2143 29 20.4998C28.9984 22.2233 28.3128 23.8759 27.0942 25.0946C25.8756 26.3132 24.2234 26.9983 22.5 26.9998ZM19.29 19.5926L17.8818 21.0008L21.4467 24.5155L27.1181 18.8914L25.665 17.4842L21.4458 21.703L19.29 19.5926Z", fill: "currentColor" })] }));
8
7
  });
@@ -1,13 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CustomerInformationIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M1 15V13.75C1 13.75 2.188 11.25 6 11.25C9.812 11.25 11 13.75 11 13.75V15H1ZM3.5 7.5C3.5 7.00555 3.64662 6.52221 3.92133 6.11109C4.19603 5.69996 4.58646 5.37953 5.04327 5.19031C5.50009 5.00109 6.00278 4.95157 6.48773 5.04804C6.97268 5.1445 7.41813 5.38261 7.76776 5.73224C8.11739 6.08187 8.3555 6.52732 8.45197 7.01227C8.54843 7.49722 8.49891 7.99991 8.30969 8.45673C8.12047 8.91354 7.80004 9.30397 7.38892 9.57868C6.97779 9.85338 6.49445 10 6 10C5.33696 10 4.70108 9.7366 4.23224 9.26776C3.7634 8.79892 3.5 8.16304 3.5 7.5Z", fill: "#595959" }),
7
- React.createElement("rect", { x: "14", y: "5", width: "5", height: "2", fill: "#005EB8" }),
8
- React.createElement("rect", { x: "21", y: "5", width: "7", height: "2", fill: "#595959" }),
9
- React.createElement("rect", { x: "14", y: "9", width: "5", height: "2", fill: "#005EB8" }),
10
- React.createElement("rect", { x: "21", y: "9", width: "8", height: "2", fill: "#595959" }),
11
- React.createElement("rect", { x: "14", y: "13", width: "5", height: "2", fill: "#005EB8" }),
12
- React.createElement("rect", { x: "21", y: "13", width: "6", height: "2", fill: "#595959" })));
6
+ return (_jsxs("svg", { viewBox: "0 0 30 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M1 15V13.75C1 13.75 2.188 11.25 6 11.25C9.812 11.25 11 13.75 11 13.75V15H1ZM3.5 7.5C3.5 7.00555 3.64662 6.52221 3.92133 6.11109C4.19603 5.69996 4.58646 5.37953 5.04327 5.19031C5.50009 5.00109 6.00278 4.95157 6.48773 5.04804C6.97268 5.1445 7.41813 5.38261 7.76776 5.73224C8.11739 6.08187 8.3555 6.52732 8.45197 7.01227C8.54843 7.49722 8.49891 7.99991 8.30969 8.45673C8.12047 8.91354 7.80004 9.30397 7.38892 9.57868C6.97779 9.85338 6.49445 10 6 10C5.33696 10 4.70108 9.7366 4.23224 9.26776C3.7634 8.79892 3.5 8.16304 3.5 7.5Z", fill: "#595959" }), _jsx("rect", { x: "14", y: "5", width: "5", height: "2", fill: "#005EB8" }), _jsx("rect", { x: "21", y: "5", width: "7", height: "2", fill: "#595959" }), _jsx("rect", { x: "14", y: "9", width: "5", height: "2", fill: "#005EB8" }), _jsx("rect", { x: "21", y: "9", width: "8", height: "2", fill: "#595959" }), _jsx("rect", { x: "14", y: "13", width: "5", height: "2", fill: "#005EB8" }), _jsx("rect", { x: "21", y: "13", width: "6", height: "2", fill: "#595959" })] }));
13
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CustomerJourney30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.1065 17.3245L18.6575 16.9735C17.5845 16.1229 16.5999 15.1664 15.7185 14.1185C14.2451 12.5688 13.3607 10.5522 13.2185 8.41852C13.2206 6.98725 13.7403 5.60503 14.6817 4.52692C15.6231 3.4488 16.9226 2.74751 18.3405 2.55249V2.49951H19.0675H19.8785V2.55554C21.2971 2.74934 22.5975 3.4502 23.5392 4.52856C24.481 5.60692 25.0004 6.9898 25.0015 8.42151C24.8588 10.555 23.9744 12.5714 22.5015 14.1215C21.6202 15.1694 20.6355 16.1259 19.5625 16.9765L19.1065 17.3245ZM19.1475 6.02454C18.7613 6.02572 18.384 6.14134 18.0635 6.35681C17.7429 6.57228 17.4934 6.8779 17.3464 7.23511C17.1995 7.59232 17.1617 7.9851 17.2379 8.36377C17.314 8.74244 17.5007 9.09004 17.7743 9.36267C18.0479 9.6353 18.3962 9.82071 18.7751 9.89551C19.1541 9.97031 19.5467 9.93112 19.9034 9.7829C20.2601 9.63468 20.5648 9.38408 20.7791 9.06274C20.9934 8.74141 21.1077 8.36379 21.1075 7.97754C21.1067 7.45842 20.8998 6.96084 20.5323 6.59424C20.1647 6.22763 19.6666 6.02199 19.1475 6.02252V6.02454ZM18.6835 26.3635H11.8416C11.5401 26.3635 11.251 26.2438 11.0379 26.0306C10.8248 25.8175 10.705 25.5284 10.705 25.227C10.705 24.9256 10.8248 24.6365 11.0379 24.4234C11.251 24.2103 11.5401 24.0905 11.8416 24.0905H18.6835C20.0545 24.0905 20.9645 23.4065 20.9645 22.9545C20.9645 22.5025 20.0545 21.8185 18.6835 21.8185H9.56055C7.00255 21.8185 4.99854 20.3185 4.99854 18.4095C4.99854 16.5005 6.99855 14.9995 9.56055 14.9995H14.1226C14.424 14.9995 14.713 15.1193 14.9261 15.3324C15.1393 15.5455 15.259 15.8346 15.259 16.136C15.259 16.4374 15.1393 16.7265 14.9261 16.9396C14.713 17.1528 14.424 17.2725 14.1226 17.2725H9.56055C8.18955 17.2725 7.27954 17.9565 7.27954 18.4085C7.27954 18.8605 8.18955 19.5445 9.56055 19.5445H18.6835C21.2415 19.5445 23.2455 21.0445 23.2455 22.9535C23.2455 24.8625 21.2415 26.3635 18.6835 26.3635ZM9.79454 25.2275C9.79454 26.4828 8.77331 27.5005 7.51354 27.5005C6.25378 27.5005 5.23254 26.4828 5.23254 25.2275C5.23254 23.9721 6.25378 22.9545 7.51354 22.9545C8.77331 22.9545 9.79454 23.9721 9.79454 25.2275Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.1065 17.3245L18.6575 16.9735C17.5845 16.1229 16.5999 15.1664 15.7185 14.1185C14.2451 12.5688 13.3607 10.5522 13.2185 8.41852C13.2206 6.98725 13.7403 5.60503 14.6817 4.52692C15.6231 3.4488 16.9226 2.74751 18.3405 2.55249V2.49951H19.0675H19.8785V2.55554C21.2971 2.74934 22.5975 3.4502 23.5392 4.52856C24.481 5.60692 25.0004 6.9898 25.0015 8.42151C24.8588 10.555 23.9744 12.5714 22.5015 14.1215C21.6202 15.1694 20.6355 16.1259 19.5625 16.9765L19.1065 17.3245ZM19.1475 6.02454C18.7613 6.02572 18.384 6.14134 18.0635 6.35681C17.7429 6.57228 17.4934 6.8779 17.3464 7.23511C17.1995 7.59232 17.1617 7.9851 17.2379 8.36377C17.314 8.74244 17.5007 9.09004 17.7743 9.36267C18.0479 9.6353 18.3962 9.82071 18.7751 9.89551C19.1541 9.97031 19.5467 9.93112 19.9034 9.7829C20.2601 9.63468 20.5648 9.38408 20.7791 9.06274C20.9934 8.74141 21.1077 8.36379 21.1075 7.97754C21.1067 7.45842 20.8998 6.96084 20.5323 6.59424C20.1647 6.22763 19.6666 6.02199 19.1475 6.02252V6.02454ZM18.6835 26.3635H11.8416C11.5401 26.3635 11.251 26.2438 11.0379 26.0306C10.8248 25.8175 10.705 25.5284 10.705 25.227C10.705 24.9256 10.8248 24.6365 11.0379 24.4234C11.251 24.2103 11.5401 24.0905 11.8416 24.0905H18.6835C20.0545 24.0905 20.9645 23.4065 20.9645 22.9545C20.9645 22.5025 20.0545 21.8185 18.6835 21.8185H9.56055C7.00255 21.8185 4.99854 20.3185 4.99854 18.4095C4.99854 16.5005 6.99855 14.9995 9.56055 14.9995H14.1226C14.424 14.9995 14.713 15.1193 14.9261 15.3324C15.1393 15.5455 15.259 15.8346 15.259 16.136C15.259 16.4374 15.1393 16.7265 14.9261 16.9396C14.713 17.1528 14.424 17.2725 14.1226 17.2725H9.56055C8.18955 17.2725 7.27954 17.9565 7.27954 18.4085C7.27954 18.8605 8.18955 19.5445 9.56055 19.5445H18.6835C21.2415 19.5445 23.2455 21.0445 23.2455 22.9535C23.2455 24.8625 21.2415 26.3635 18.6835 26.3635ZM9.79454 25.2275C9.79454 26.4828 8.77331 27.5005 7.51354 27.5005C6.25378 27.5005 5.23254 26.4828 5.23254 25.2275C5.23254 23.9721 6.25378 22.9545 7.51354 22.9545C8.77331 22.9545 9.79454 23.9721 9.79454 25.2275Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const CustomerJourneyIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.1065 17.3245L18.6575 16.9735C17.5845 16.1229 16.5999 15.1664 15.7185 14.1185C14.2451 12.5688 13.3607 10.5522 13.2185 8.41852C13.2206 6.98725 13.7403 5.60503 14.6817 4.52692C15.6231 3.4488 16.9226 2.74751 18.3405 2.55249V2.49951H19.0675H19.8785V2.55554C21.2971 2.74934 22.5975 3.4502 23.5392 4.52856C24.481 5.60692 25.0004 6.9898 25.0015 8.42151C24.8588 10.555 23.9744 12.5714 22.5015 14.1215C21.6202 15.1694 20.6355 16.1259 19.5625 16.9765L19.1065 17.3245ZM19.1475 6.02454C18.7613 6.02572 18.384 6.14134 18.0635 6.35681C17.7429 6.57228 17.4934 6.8779 17.3464 7.23511C17.1995 7.59232 17.1617 7.9851 17.2379 8.36377C17.314 8.74244 17.5007 9.09004 17.7743 9.36267C18.0479 9.6353 18.3962 9.82071 18.7751 9.89551C19.1541 9.97031 19.5467 9.93112 19.9034 9.7829C20.2601 9.63468 20.5648 9.38408 20.7791 9.06274C20.9934 8.74141 21.1077 8.36379 21.1075 7.97754C21.1067 7.45842 20.8998 6.96084 20.5323 6.59424C20.1647 6.22763 19.6666 6.02199 19.1475 6.02252V6.02454ZM18.6835 26.3635H11.8416C11.5401 26.3635 11.251 26.2438 11.0379 26.0306C10.8248 25.8175 10.705 25.5284 10.705 25.227C10.705 24.9256 10.8248 24.6365 11.0379 24.4234C11.251 24.2103 11.5401 24.0905 11.8416 24.0905H18.6835C20.0545 24.0905 20.9645 23.4065 20.9645 22.9545C20.9645 22.5025 20.0545 21.8185 18.6835 21.8185H9.56055C7.00255 21.8185 4.99854 20.3185 4.99854 18.4095C4.99854 16.5005 6.99855 14.9995 9.56055 14.9995H14.1226C14.424 14.9995 14.713 15.1193 14.9261 15.3324C15.1393 15.5455 15.259 15.8346 15.259 16.136C15.259 16.4374 15.1393 16.7265 14.9261 16.9396C14.713 17.1528 14.424 17.2725 14.1226 17.2725H9.56055C8.18955 17.2725 7.27954 17.9565 7.27954 18.4085C7.27954 18.8605 8.18955 19.5445 9.56055 19.5445H18.6835C21.2415 19.5445 23.2455 21.0445 23.2455 22.9535C23.2455 24.8625 21.2415 26.3635 18.6835 26.3635ZM9.79454 25.2275C9.79454 26.4828 8.77331 27.5005 7.51354 27.5005C6.25378 27.5005 5.23254 26.4828 5.23254 25.2275C5.23254 23.9721 6.25378 22.9545 7.51354 22.9545C8.77331 22.9545 9.79454 23.9721 9.79454 25.2275Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.1065 17.3245L18.6575 16.9735C17.5845 16.1229 16.5999 15.1664 15.7185 14.1185C14.2451 12.5688 13.3607 10.5522 13.2185 8.41852C13.2206 6.98725 13.7403 5.60503 14.6817 4.52692C15.6231 3.4488 16.9226 2.74751 18.3405 2.55249V2.49951H19.0675H19.8785V2.55554C21.2971 2.74934 22.5975 3.4502 23.5392 4.52856C24.481 5.60692 25.0004 6.9898 25.0015 8.42151C24.8588 10.555 23.9744 12.5714 22.5015 14.1215C21.6202 15.1694 20.6355 16.1259 19.5625 16.9765L19.1065 17.3245ZM19.1475 6.02454C18.7613 6.02572 18.384 6.14134 18.0635 6.35681C17.7429 6.57228 17.4934 6.8779 17.3464 7.23511C17.1995 7.59232 17.1617 7.9851 17.2379 8.36377C17.314 8.74244 17.5007 9.09004 17.7743 9.36267C18.0479 9.6353 18.3962 9.82071 18.7751 9.89551C19.1541 9.97031 19.5467 9.93112 19.9034 9.7829C20.2601 9.63468 20.5648 9.38408 20.7791 9.06274C20.9934 8.74141 21.1077 8.36379 21.1075 7.97754C21.1067 7.45842 20.8998 6.96084 20.5323 6.59424C20.1647 6.22763 19.6666 6.02199 19.1475 6.02252V6.02454ZM18.6835 26.3635H11.8416C11.5401 26.3635 11.251 26.2438 11.0379 26.0306C10.8248 25.8175 10.705 25.5284 10.705 25.227C10.705 24.9256 10.8248 24.6365 11.0379 24.4234C11.251 24.2103 11.5401 24.0905 11.8416 24.0905H18.6835C20.0545 24.0905 20.9645 23.4065 20.9645 22.9545C20.9645 22.5025 20.0545 21.8185 18.6835 21.8185H9.56055C7.00255 21.8185 4.99854 20.3185 4.99854 18.4095C4.99854 16.5005 6.99855 14.9995 9.56055 14.9995H14.1226C14.424 14.9995 14.713 15.1193 14.9261 15.3324C15.1393 15.5455 15.259 15.8346 15.259 16.136C15.259 16.4374 15.1393 16.7265 14.9261 16.9396C14.713 17.1528 14.424 17.2725 14.1226 17.2725H9.56055C8.18955 17.2725 7.27954 17.9565 7.27954 18.4085C7.27954 18.8605 8.18955 19.5445 9.56055 19.5445H18.6835C21.2415 19.5445 23.2455 21.0445 23.2455 22.9535C23.2455 24.8625 21.2415 26.3635 18.6835 26.3635ZM9.79454 25.2275C9.79454 26.4828 8.77331 27.5005 7.51354 27.5005C6.25378 27.5005 5.23254 26.4828 5.23254 25.2275C5.23254 23.9721 6.25378 22.9545 7.51354 22.9545C8.77331 22.9545 9.79454 23.9721 9.79454 25.2275Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const Customers30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.22131 24.4999H21.8013C22.092 24.5033 22.3747 24.403 22.6001 24.2164C22.8256 24.0299 22.9796 23.7689 23.0352 23.4789L24.401 16.008H24.7494C25.0777 16.0109 25.3937 15.8814 25.6282 15.6478C25.8626 15.4142 25.9964 15.0957 26 14.762V12.057C25.9964 11.7235 25.8626 11.405 25.6281 11.1716C25.3936 10.9381 25.0776 10.8088 24.7494 10.812H21.7472V8.36005C21.7417 7.59631 21.4381 6.86603 20.903 6.32974C20.3679 5.79344 19.6452 5.49502 18.8936 5.50008H11.127C10.3734 5.49446 9.64821 5.79204 9.10972 6.32786C8.57122 6.86368 8.26317 7.59424 8.2528 8.36005V10.812H5.25163C4.92324 10.8086 4.60692 10.9378 4.37222 11.1712C4.13752 11.4047 4.00363 11.7233 4 12.057V14.762C4.00363 15.0958 4.13749 15.4145 4.37216 15.6482C4.60683 15.8818 4.92314 16.0112 5.25163 16.008H5.62456L6.99034 23.4789C7.04593 23.7684 7.19946 24.029 7.4243 24.2155C7.64914 24.4019 7.93111 24.5026 8.22131 24.4999ZM10.7398 7.96814C10.8438 7.86468 10.9835 7.80653 11.129 7.80606H18.8966C19.0393 7.80817 19.1753 7.86766 19.2749 7.9715C19.3745 8.07533 19.4295 8.21506 19.4279 8.36005V10.812H10.5721V8.36005C10.5756 8.2122 10.6358 8.07159 10.7398 7.96814ZM11 14.5C10.4477 14.5 10 14.9477 10 15.5V20.5C10 21.0523 10.4477 21.5 11 21.5C11.5523 21.5 12 21.0523 12 20.5V15.5C12 14.9477 11.5523 14.5 11 14.5ZM19 14.5C18.4477 14.5 18 14.9477 18 15.5V20.5C18 21.0523 18.4477 21.5 19 21.5C19.5523 21.5 20 21.0523 20 20.5V15.5C20 14.9477 19.5523 14.5 19 14.5ZM14 15.5C14 14.9477 14.4477 14.5 15 14.5C15.5523 14.5 16 14.9477 16 15.5V20.5C16 21.0523 15.5523 21.5 15 21.5C14.4477 21.5 14 21.0523 14 20.5V15.5Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.22131 24.4999H21.8013C22.092 24.5033 22.3747 24.403 22.6001 24.2164C22.8256 24.0299 22.9796 23.7689 23.0352 23.4789L24.401 16.008H24.7494C25.0777 16.0109 25.3937 15.8814 25.6282 15.6478C25.8626 15.4142 25.9964 15.0957 26 14.762V12.057C25.9964 11.7235 25.8626 11.405 25.6281 11.1716C25.3936 10.9381 25.0776 10.8088 24.7494 10.812H21.7472V8.36005C21.7417 7.59631 21.4381 6.86603 20.903 6.32974C20.3679 5.79344 19.6452 5.49502 18.8936 5.50008H11.127C10.3734 5.49446 9.64821 5.79204 9.10972 6.32786C8.57122 6.86368 8.26317 7.59424 8.2528 8.36005V10.812H5.25163C4.92324 10.8086 4.60692 10.9378 4.37222 11.1712C4.13752 11.4047 4.00363 11.7233 4 12.057V14.762C4.00363 15.0958 4.13749 15.4145 4.37216 15.6482C4.60683 15.8818 4.92314 16.0112 5.25163 16.008H5.62456L6.99034 23.4789C7.04593 23.7684 7.19946 24.029 7.4243 24.2155C7.64914 24.4019 7.93111 24.5026 8.22131 24.4999ZM10.7398 7.96814C10.8438 7.86468 10.9835 7.80653 11.129 7.80606H18.8966C19.0393 7.80817 19.1753 7.86766 19.2749 7.9715C19.3745 8.07533 19.4295 8.21506 19.4279 8.36005V10.812H10.5721V8.36005C10.5756 8.2122 10.6358 8.07159 10.7398 7.96814ZM11 14.5C10.4477 14.5 10 14.9477 10 15.5V20.5C10 21.0523 10.4477 21.5 11 21.5C11.5523 21.5 12 21.0523 12 20.5V15.5C12 14.9477 11.5523 14.5 11 14.5ZM19 14.5C18.4477 14.5 18 14.9477 18 15.5V20.5C18 21.0523 18.4477 21.5 19 21.5C19.5523 21.5 20 21.0523 20 20.5V15.5C20 14.9477 19.5523 14.5 19 14.5ZM14 15.5C14 14.9477 14.4477 14.5 15 14.5C15.5523 14.5 16 14.9477 16 15.5V20.5C16 21.0523 15.5523 21.5 15 21.5C14.4477 21.5 14 21.0523 14 20.5V15.5Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const Dashboard30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M23.7305 6.26953H18.75V8.73047H23.7305V6.26953ZM11.25 6.26953H6.26953V13.7695H11.25V6.26953ZM23.7305 16.2305H18.75V23.7305H23.7305V16.2305ZM11.25 21.2695H6.26953V23.7305H11.25V21.2695ZM26.25 3.75V11.25H16.2305V3.75H26.25ZM13.7695 3.75V16.2305H3.75V3.75H13.7695ZM26.25 13.7695V26.25H16.2305V13.7695H26.25ZM13.7695 18.75V26.25H3.75V18.75H13.7695Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M23.7305 6.26953H18.75V8.73047H23.7305V6.26953ZM11.25 6.26953H6.26953V13.7695H11.25V6.26953ZM23.7305 16.2305H18.75V23.7305H23.7305V16.2305ZM11.25 21.2695H6.26953V23.7305H11.25V21.2695ZM26.25 3.75V11.25H16.2305V3.75H26.25ZM13.7695 3.75V16.2305H3.75V3.75H13.7695ZM26.25 13.7695V26.25H16.2305V13.7695H26.25ZM13.7695 18.75V26.25H3.75V18.75H13.7695Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const DashboardIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M23.7305 6.26953H18.75V8.73047H23.7305V6.26953ZM11.25 6.26953H6.26953V13.7695H11.25V6.26953ZM23.7305 16.2305H18.75V23.7305H23.7305V16.2305ZM11.25 21.2695H6.26953V23.7305H11.25V21.2695ZM26.25 3.75V11.25H16.2305V3.75H26.25ZM13.7695 3.75V16.2305H3.75V3.75H13.7695ZM26.25 13.7695V26.25H16.2305V13.7695H26.25ZM13.7695 18.75V26.25H3.75V18.75H13.7695Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M23.7305 6.26953H18.75V8.73047H23.7305V6.26953ZM11.25 6.26953H6.26953V13.7695H11.25V6.26953ZM23.7305 16.2305H18.75V23.7305H23.7305V16.2305ZM11.25 21.2695H6.26953V23.7305H11.25V21.2695ZM26.25 3.75V11.25H16.2305V3.75H26.25ZM13.7695 3.75V16.2305H3.75V3.75H13.7695ZM26.25 13.7695V26.25H16.2305V13.7695H26.25ZM13.7695 18.75V26.25H3.75V18.75H13.7695Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,7 +1,7 @@
1
- import React, { forwardRef } from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
2
3
  import { useIcon } from './hooks/useIcon';
3
4
  export const DataDestination30Icon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4068 20.6704C21.9997 20.234 22.7156 19.9966 23.4517 19.9925L23.4537 19.9936C24.0945 19.9937 24.7228 20.1703 25.2697 20.5042C25.8166 20.8381 26.2608 21.3161 26.5537 21.886C26.8466 22.4559 26.9768 23.0955 26.9299 23.7345C26.883 24.3736 26.6609 24.9873 26.288 25.5083C25.9151 26.0294 25.4058 26.4375 24.8161 26.688C24.2264 26.9385 23.579 27.0217 22.9451 26.9283C22.3112 26.8349 21.7153 26.5685 21.2229 26.1586C20.7304 25.7487 20.3605 25.211 20.1537 24.6045H18.4707C18.3011 24.6043 18.1339 24.5641 17.9827 24.4871C17.8315 24.4101 17.7007 24.2986 17.6007 24.1615L14.5907 20.0454H7.91875C6.60187 20.0268 5.34524 19.4907 4.42058 18.5529C3.49592 17.6151 2.97754 16.351 2.97754 15.034C2.97754 13.717 3.49592 12.4529 4.42058 11.515C5.34524 10.5772 6.60187 10.0411 7.91875 10.0225H14.5907L17.6007 5.90653C17.7007 5.76944 17.8315 5.65782 17.9827 5.58085C18.1339 5.50387 18.3011 5.46371 18.4707 5.46354H20.1527C20.4124 4.66697 20.9477 3.98916 21.6624 3.55191C22.3771 3.11467 23.2243 2.94669 24.0517 3.07816C24.8792 3.20963 25.6326 3.63186 26.1766 4.26908C26.7206 4.9063 27.0194 5.71665 27.0194 6.55448C27.0194 7.39231 26.7206 8.20266 26.1766 8.83988C25.6326 9.4771 24.8792 9.89945 24.0517 10.0309C23.2243 10.1624 22.3771 9.99441 21.6624 9.55716C20.9477 9.11992 20.4124 8.44211 20.1527 7.64554H19.0157L16.0057 11.7615C15.9058 11.8986 15.7749 12.0102 15.6238 12.0872C15.4726 12.1642 15.3054 12.2043 15.1357 12.2045H7.91875C7.16845 12.2045 6.44888 12.5026 5.91834 13.0331C5.3878 13.5637 5.08974 14.2832 5.08974 15.0335C5.08974 15.7838 5.3878 16.5034 5.91834 17.034C6.44888 17.5645 7.16845 17.8625 7.91875 17.8625H15.1357C15.3054 17.8626 15.4726 17.9029 15.6238 17.9799C15.7749 18.0569 15.9058 18.1684 16.0057 18.3055L19.0157 22.4215H20.1517C20.3745 21.7199 20.8139 21.1068 21.4068 20.6704ZM24.1987 5.43473C23.977 5.28924 23.717 5.21291 23.4517 5.21549C23.0989 5.2176 22.7613 5.35952 22.5129 5.61014C22.2646 5.86076 22.1257 6.19968 22.1267 6.55253C22.1266 6.81775 22.2052 7.07708 22.3527 7.29752C22.5002 7.51796 22.7098 7.68953 22.9551 7.79056C23.2003 7.89159 23.47 7.91748 23.73 7.8649C23.9899 7.81233 24.2284 7.68366 24.4151 7.49527C24.6018 7.30689 24.7283 7.06722 24.7785 6.8068C24.8288 6.54637 24.8005 6.27694 24.6972 6.03263C24.594 5.78832 24.4205 5.58022 24.1987 5.43473ZM22.7048 24.6303C22.9265 24.7758 23.1865 24.8521 23.4517 24.8495C23.8046 24.8474 24.1422 24.7055 24.3906 24.4549C24.6389 24.2042 24.7778 23.8653 24.7767 23.5125C24.7769 23.2473 24.6983 22.9879 24.5508 22.7675C24.4033 22.5471 24.1937 22.3755 23.9484 22.2744C23.7032 22.1734 23.4335 22.1475 23.1735 22.2001C22.9135 22.2527 22.6751 22.3814 22.4884 22.5697C22.3017 22.7581 22.1752 22.9978 22.125 23.2582C22.0747 23.5186 22.103 23.7881 22.2063 24.0324C22.3095 24.2767 22.483 24.4848 22.7048 24.6303ZM15.0537 15.9956H20.1537C20.4134 16.7925 20.9488 17.4706 21.6637 17.908C22.3786 18.3454 23.2261 18.5135 24.0538 18.382C24.8815 18.2505 25.6352 17.8281 26.1793 17.1907C26.7235 16.5533 27.0224 15.7427 27.0224 14.9046C27.0224 14.0665 26.7235 13.256 26.1793 12.6186C25.6352 11.9811 24.8815 11.5587 24.0538 11.4273C23.2261 11.2958 22.3786 11.4638 21.6637 11.9013C20.9488 12.3387 20.4134 13.0168 20.1537 13.8136H15.0537C14.7644 13.8136 14.4869 13.9286 14.2823 14.1332C14.0777 14.3378 13.9627 14.6152 13.9627 14.9046C13.9627 15.1939 14.0777 15.4715 14.2823 15.6761C14.4869 15.8807 14.7644 15.9956 15.0537 15.9956ZM22.3559 15.6375C22.2088 15.4212 22.1291 15.1661 22.1267 14.9046C22.1257 14.5517 22.2645 14.2129 22.5129 13.9623C22.7613 13.7117 23.0989 13.5698 23.4517 13.5677C23.7133 13.5677 23.969 13.645 24.1866 13.7901C24.4042 13.9351 24.5741 14.1414 24.6747 14.3828C24.7753 14.6243 24.8022 14.8901 24.7521 15.1468C24.7019 15.4034 24.5769 15.6396 24.3928 15.8253C24.2087 16.0111 23.9737 16.1382 23.7175 16.1907C23.4613 16.2432 23.1953 16.2186 22.9529 16.1201C22.7106 16.0217 22.5029 15.8538 22.3559 15.6375ZM7.2828 13.9215C7.06304 14.2504 6.94574 14.6371 6.94574 15.0326C6.94574 15.5631 7.15645 16.0717 7.53153 16.4468C7.9066 16.8219 8.41531 17.0326 8.94574 17.0326C9.3413 17.0326 9.72798 16.9153 10.0569 16.6956C10.3858 16.4758 10.6421 16.1635 10.7935 15.798C10.9449 15.4325 10.9845 15.0304 10.9073 14.6425C10.8301 14.2545 10.6397 13.8981 10.36 13.6184C10.0802 13.3387 9.72388 13.1482 9.33592 13.0711C8.94796 12.9939 8.54582 13.0335 8.18037 13.1848C7.81492 13.3362 7.50256 13.5926 7.2828 13.9215Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.4068 20.6704C21.9997 20.234 22.7156 19.9966 23.4517 19.9925L23.4537 19.9936C24.0945 19.9937 24.7228 20.1703 25.2697 20.5042C25.8166 20.8381 26.2608 21.3161 26.5537 21.886C26.8466 22.4559 26.9768 23.0955 26.9299 23.7345C26.883 24.3736 26.6609 24.9873 26.288 25.5083C25.9151 26.0294 25.4058 26.4375 24.8161 26.688C24.2264 26.9385 23.579 27.0217 22.9451 26.9283C22.3112 26.8349 21.7153 26.5685 21.2229 26.1586C20.7304 25.7487 20.3605 25.211 20.1537 24.6045H18.4707C18.3011 24.6043 18.1339 24.5641 17.9827 24.4871C17.8315 24.4101 17.7007 24.2986 17.6007 24.1615L14.5907 20.0454H7.91875C6.60187 20.0268 5.34524 19.4907 4.42058 18.5529C3.49592 17.6151 2.97754 16.351 2.97754 15.034C2.97754 13.717 3.49592 12.4529 4.42058 11.515C5.34524 10.5772 6.60187 10.0411 7.91875 10.0225H14.5907L17.6007 5.90653C17.7007 5.76944 17.8315 5.65782 17.9827 5.58085C18.1339 5.50387 18.3011 5.46371 18.4707 5.46354H20.1527C20.4124 4.66697 20.9477 3.98916 21.6624 3.55191C22.3771 3.11467 23.2243 2.94669 24.0517 3.07816C24.8792 3.20963 25.6326 3.63186 26.1766 4.26908C26.7206 4.9063 27.0194 5.71665 27.0194 6.55448C27.0194 7.39231 26.7206 8.20266 26.1766 8.83988C25.6326 9.4771 24.8792 9.89945 24.0517 10.0309C23.2243 10.1624 22.3771 9.99441 21.6624 9.55716C20.9477 9.11992 20.4124 8.44211 20.1527 7.64554H19.0157L16.0057 11.7615C15.9058 11.8986 15.7749 12.0102 15.6238 12.0872C15.4726 12.1642 15.3054 12.2043 15.1357 12.2045H7.91875C7.16845 12.2045 6.44888 12.5026 5.91834 13.0331C5.3878 13.5637 5.08974 14.2832 5.08974 15.0335C5.08974 15.7838 5.3878 16.5034 5.91834 17.034C6.44888 17.5645 7.16845 17.8625 7.91875 17.8625H15.1357C15.3054 17.8626 15.4726 17.9029 15.6238 17.9799C15.7749 18.0569 15.9058 18.1684 16.0057 18.3055L19.0157 22.4215H20.1517C20.3745 21.7199 20.8139 21.1068 21.4068 20.6704ZM24.1987 5.43473C23.977 5.28924 23.717 5.21291 23.4517 5.21549C23.0989 5.2176 22.7613 5.35952 22.5129 5.61014C22.2646 5.86076 22.1257 6.19968 22.1267 6.55253C22.1266 6.81775 22.2052 7.07708 22.3527 7.29752C22.5002 7.51796 22.7098 7.68953 22.9551 7.79056C23.2003 7.89159 23.47 7.91748 23.73 7.8649C23.9899 7.81233 24.2284 7.68366 24.4151 7.49527C24.6018 7.30689 24.7283 7.06722 24.7785 6.8068C24.8288 6.54637 24.8005 6.27694 24.6972 6.03263C24.594 5.78832 24.4205 5.58022 24.1987 5.43473ZM22.7048 24.6303C22.9265 24.7758 23.1865 24.8521 23.4517 24.8495C23.8046 24.8474 24.1422 24.7055 24.3906 24.4549C24.6389 24.2042 24.7778 23.8653 24.7767 23.5125C24.7769 23.2473 24.6983 22.9879 24.5508 22.7675C24.4033 22.5471 24.1937 22.3755 23.9484 22.2744C23.7032 22.1734 23.4335 22.1475 23.1735 22.2001C22.9135 22.2527 22.6751 22.3814 22.4884 22.5697C22.3017 22.7581 22.1752 22.9978 22.125 23.2582C22.0747 23.5186 22.103 23.7881 22.2063 24.0324C22.3095 24.2767 22.483 24.4848 22.7048 24.6303ZM15.0537 15.9956H20.1537C20.4134 16.7925 20.9488 17.4706 21.6637 17.908C22.3786 18.3454 23.2261 18.5135 24.0538 18.382C24.8815 18.2505 25.6352 17.8281 26.1793 17.1907C26.7235 16.5533 27.0224 15.7427 27.0224 14.9046C27.0224 14.0665 26.7235 13.256 26.1793 12.6186C25.6352 11.9811 24.8815 11.5587 24.0538 11.4273C23.2261 11.2958 22.3786 11.4638 21.6637 11.9013C20.9488 12.3387 20.4134 13.0168 20.1537 13.8136H15.0537C14.7644 13.8136 14.4869 13.9286 14.2823 14.1332C14.0777 14.3378 13.9627 14.6152 13.9627 14.9046C13.9627 15.1939 14.0777 15.4715 14.2823 15.6761C14.4869 15.8807 14.7644 15.9956 15.0537 15.9956ZM22.3559 15.6375C22.2088 15.4212 22.1291 15.1661 22.1267 14.9046C22.1257 14.5517 22.2645 14.2129 22.5129 13.9623C22.7613 13.7117 23.0989 13.5698 23.4517 13.5677C23.7133 13.5677 23.969 13.645 24.1866 13.7901C24.4042 13.9351 24.5741 14.1414 24.6747 14.3828C24.7753 14.6243 24.8022 14.8901 24.7521 15.1468C24.7019 15.4034 24.5769 15.6396 24.3928 15.8253C24.2087 16.0111 23.9737 16.1382 23.7175 16.1907C23.4613 16.2432 23.1953 16.2186 22.9529 16.1201C22.7106 16.0217 22.5029 15.8538 22.3559 15.6375ZM7.2828 13.9215C7.06304 14.2504 6.94574 14.6371 6.94574 15.0326C6.94574 15.5631 7.15645 16.0717 7.53153 16.4468C7.9066 16.8219 8.41531 17.0326 8.94574 17.0326C9.3413 17.0326 9.72798 16.9153 10.0569 16.6956C10.3858 16.4758 10.6421 16.1635 10.7935 15.798C10.9449 15.4325 10.9845 15.0304 10.9073 14.6425C10.8301 14.2545 10.6397 13.8981 10.36 13.6184C10.0802 13.3387 9.72388 13.1482 9.33592 13.0711C8.94796 12.9939 8.54582 13.0335 8.18037 13.1848C7.81492 13.3362 7.50256 13.5926 7.2828 13.9215Z", fill: "currentColor" }) }));
7
7
  });