@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 NotificationsActiveIcon = 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: "M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z" })));
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: "M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z" }) }));
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 OpenNewTabIcon = 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 18.9844V12H21V18.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 3H12V5.01562H5.01562V18.9844H18.9844ZM14.0156 3H21V9.98438H18.9844V6.42188L9.1875 16.2188L7.78125 14.8125L17.5781 5.01562H14.0156V3Z", 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 18.9844V12H21V18.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 3H12V5.01562H5.01562V18.9844H18.9844ZM14.0156 3H21V9.98438H18.9844V6.42188L9.1875 16.2188L7.78125 14.8125L17.5781 5.01562H14.0156V3Z", fill: "currentColor" }) }));
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 OpenUrlIcon = 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: "M777.58 798.080h-572.16v-572.16h286.080v-82.56h-286.080c-46.080 0-82.56 36.48-82.56 82.56v572.16c0 46.080 36.48 82.56 82.56 82.56h572.16c46.080 0 82.56-36.48 82.56-82.56v-286.080h-82.56zM574.060 143.36v82.56h145.92l-401.28 401.28 57.6 57.6 401.28-401.28v145.92h82.56v-286.080z" }))));
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: "M777.58 798.080h-572.16v-572.16h286.080v-82.56h-286.080c-46.080 0-82.56 36.48-82.56 82.56v572.16c0 46.080 36.48 82.56 82.56 82.56h572.16c46.080 0 82.56-36.48 82.56-82.56v-286.080h-82.56zM574.060 143.36v82.56h145.92l-401.28 401.28 57.6 57.6 401.28-401.28v145.92h82.56v-286.080z" }) }) }));
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 OrchestrationIcon = 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: "M6.6002 11C7.64517 11 8.53416 10.3322 8.86363 9.40001H11.0002C11.3185 9.40001 11.6237 9.52644 11.8488 9.75149C12.0738 9.97654 12.2002 10.2818 12.2002 10.6V14.2L8.86368 14.2C8.53421 13.2679 7.64522 12.6 6.60024 12.6C5.27476 12.6 4.20024 13.6745 4.20024 15C4.20024 16.3255 5.27476 17.4 6.60024 17.4C7.64522 17.4 8.53421 16.7322 8.86368 15.8H15.4002V19.4C15.4002 19.7183 15.2738 20.0235 15.0488 20.2485C14.8237 20.4736 14.5185 20.6 14.2002 20.6H8.86368C8.53421 19.6679 7.64522 19 6.60024 19C5.27476 19 4.20024 20.0745 4.20024 21.4C4.20024 22.7255 5.27476 23.8 6.60024 23.8C7.64522 23.8 8.53421 23.1322 8.86368 22.2H14.2002C14.9429 22.2 15.655 21.905 16.1801 21.3799C16.7052 20.8548 17.0002 20.1426 17.0002 19.4V15.8H19.5018C19.6445 16.3524 19.9325 16.8578 20.3375 17.2628C20.785 17.7103 21.3552 18.015 21.976 18.1385C22.5967 18.262 23.2401 18.1986 23.8249 17.9564C24.4096 17.7142 24.9093 17.3041 25.2609 16.7778C25.6126 16.2516 25.8002 15.6329 25.8002 15C25.8002 14.1513 25.4631 13.3374 24.863 12.7373C24.2629 12.1372 23.4489 11.8 22.6003 11.8C21.9674 11.8 21.3487 11.9877 20.8224 12.3393C20.2962 12.6909 19.8861 13.1907 19.6439 13.7754C19.5864 13.914 19.5391 14.0559 19.5019 14.2L13.8002 14.2V10.6C13.8002 9.8574 13.5052 9.14521 12.9801 8.62012C12.455 8.09502 11.7429 7.80001 11.0002 7.80001H8.86363C8.53416 6.86786 7.64517 6.20001 6.6002 6.20001C5.27471 6.20001 4.2002 7.27453 4.2002 8.60001C4.2002 9.9255 5.27471 11 6.6002 11ZM22.6003 16.6C22.2838 16.6 21.9745 16.5062 21.7113 16.3304C21.4482 16.1545 21.2431 15.9047 21.122 15.6123C21.0009 15.32 20.9693 14.9982 21.031 14.6879C21.0927 14.3775 21.2451 14.0924 21.4689 13.8686C21.6927 13.6449 21.9777 13.4925 22.2881 13.4307C22.5985 13.369 22.9202 13.4007 23.2126 13.5218C23.5049 13.6429 23.7548 13.848 23.9306 14.1111C24.1064 14.3742 24.2003 14.6836 24.2003 15C24.2003 15.4244 24.0317 15.8313 23.7316 16.1314C23.4315 16.4314 23.0246 16.6 22.6003 16.6Z", 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: "M6.6002 11C7.64517 11 8.53416 10.3322 8.86363 9.40001H11.0002C11.3185 9.40001 11.6237 9.52644 11.8488 9.75149C12.0738 9.97654 12.2002 10.2818 12.2002 10.6V14.2L8.86368 14.2C8.53421 13.2679 7.64522 12.6 6.60024 12.6C5.27476 12.6 4.20024 13.6745 4.20024 15C4.20024 16.3255 5.27476 17.4 6.60024 17.4C7.64522 17.4 8.53421 16.7322 8.86368 15.8H15.4002V19.4C15.4002 19.7183 15.2738 20.0235 15.0488 20.2485C14.8237 20.4736 14.5185 20.6 14.2002 20.6H8.86368C8.53421 19.6679 7.64522 19 6.60024 19C5.27476 19 4.20024 20.0745 4.20024 21.4C4.20024 22.7255 5.27476 23.8 6.60024 23.8C7.64522 23.8 8.53421 23.1322 8.86368 22.2H14.2002C14.9429 22.2 15.655 21.905 16.1801 21.3799C16.7052 20.8548 17.0002 20.1426 17.0002 19.4V15.8H19.5018C19.6445 16.3524 19.9325 16.8578 20.3375 17.2628C20.785 17.7103 21.3552 18.015 21.976 18.1385C22.5967 18.262 23.2401 18.1986 23.8249 17.9564C24.4096 17.7142 24.9093 17.3041 25.2609 16.7778C25.6126 16.2516 25.8002 15.6329 25.8002 15C25.8002 14.1513 25.4631 13.3374 24.863 12.7373C24.2629 12.1372 23.4489 11.8 22.6003 11.8C21.9674 11.8 21.3487 11.9877 20.8224 12.3393C20.2962 12.6909 19.8861 13.1907 19.6439 13.7754C19.5864 13.914 19.5391 14.0559 19.5019 14.2L13.8002 14.2V10.6C13.8002 9.8574 13.5052 9.14521 12.9801 8.62012C12.455 8.09502 11.7429 7.80001 11.0002 7.80001H8.86363C8.53416 6.86786 7.64517 6.20001 6.6002 6.20001C5.27471 6.20001 4.2002 7.27453 4.2002 8.60001C4.2002 9.9255 5.27471 11 6.6002 11ZM22.6003 16.6C22.2838 16.6 21.9745 16.5062 21.7113 16.3304C21.4482 16.1545 21.2431 15.9047 21.122 15.6123C21.0009 15.32 20.9693 14.9982 21.031 14.6879C21.0927 14.3775 21.2451 14.0924 21.4689 13.8686C21.6927 13.6449 21.9777 13.4925 22.2881 13.4307C22.5985 13.369 22.9202 13.4007 23.2126 13.5218C23.5049 13.6429 23.7548 13.848 23.9306 14.1111C24.1064 14.3742 24.2003 14.6836 24.2003 15C24.2003 15.4244 24.0317 15.8313 23.7316 16.1314C23.4315 16.4314 23.0246 16.6 22.6003 16.6Z", 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 PageArticleIcon = 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.9844ZM14.0156 17.0156V15H6.98438V17.0156H14.0156ZM17.0156 12.9844V11.0156H6.98438V12.9844H17.0156ZM17.0156 9V6.98438H6.98438V9H17.0156Z" })));
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.9844ZM14.0156 17.0156V15H6.98438V17.0156H14.0156ZM17.0156 12.9844V11.0156H6.98438V12.9844H17.0156ZM17.0156 9V6.98438H6.98438V9H17.0156Z" }) }));
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 PauseIcon = 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: "M368.62 675.2h82.56v-326.4h-82.56zM491.5 103.040c-226.56 0-408.96 182.4-408.96 408.96s182.4 408.96 408.96 408.96c226.56 0 408.96-182.4 408.96-408.96s-182.4-408.96-408.96-408.96zM491.5 840.32c-180.48 0-328.32-147.84-328.32-328.32s147.84-328.32 328.32-328.32c180.48 0 328.32 147.84 328.32 328.32s-147.84 328.32-328.32 328.32zM531.82 675.2h82.56v-326.4h-82.56z" }))));
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: "M368.62 675.2h82.56v-326.4h-82.56zM491.5 103.040c-226.56 0-408.96 182.4-408.96 408.96s182.4 408.96 408.96 408.96c226.56 0 408.96-182.4 408.96-408.96s-182.4-408.96-408.96-408.96zM491.5 840.32c-180.48 0-328.32-147.84-328.32-328.32s147.84-328.32 328.32-328.32c180.48 0 328.32 147.84 328.32 328.32s-147.84 328.32-328.32 328.32zM531.82 675.2h82.56v-326.4h-82.56z" }) }) }));
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 PaymentIcon = 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: "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z" })));
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: "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z" }) }));
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 PenDrawingIcon = 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.8438 10.4062L14.625 6.14062L15.6562 5.10938C16.4531 4.3125 17.7188 4.3125 18.5156 5.10938L19.9219 6.51562C20.6719 7.26562 20.6719 8.53125 19.9219 9.32812L18.8438 10.4062ZM14.625 11.8125L13.1719 10.4062L6 17.5781V18.9844H7.40625L14.625 11.8125ZM13.1719 7.54688L17.4375 11.8125L8.25 21H3.98438V16.7812L13.1719 7.54688ZM18.9844 17.4844C18.9844 16.3125 18.3281 15.4688 17.25 14.8125L15.75 16.3125C16.5 16.6406 17.0156 17.0156 17.0156 17.4844C17.0156 18.2812 15.5625 18.9844 14.0156 18.9844C13.4531 18.9844 12.9844 19.4531 12.9844 20.0156C12.9844 20.5312 13.4531 21 14.0156 21C16.4531 21 18.9844 19.6875 18.9844 17.4844ZM4.59375 13.3594L6.04688 11.8594C5.4375 11.5781 5.01562 11.2969 5.01562 11.0156C5.01562 10.5 6.42188 9.89062 7.35938 9.46875C9.04688 8.71875 11.0156 7.875 11.0156 6C11.0156 4.3125 9.23438 3 6.98438 3C4.78125 3 3.75 4.21875 3.60938 4.35938C3.28125 4.82812 3.375 5.4375 3.75 5.76562C4.17188 6.09375 4.82812 6.04688 5.15625 5.625C5.20312 5.625 5.71875 5.01562 6.98438 5.01562C8.20312 5.01562 9 5.57812 9 6C9 6.5625 7.59375 7.17188 6.5625 7.64062C4.875 8.39062 3 9.1875 3 11.0156C3 12.0469 3.60938 12.7969 4.59375 13.3594Z", 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.8438 10.4062L14.625 6.14062L15.6562 5.10938C16.4531 4.3125 17.7188 4.3125 18.5156 5.10938L19.9219 6.51562C20.6719 7.26562 20.6719 8.53125 19.9219 9.32812L18.8438 10.4062ZM14.625 11.8125L13.1719 10.4062L6 17.5781V18.9844H7.40625L14.625 11.8125ZM13.1719 7.54688L17.4375 11.8125L8.25 21H3.98438V16.7812L13.1719 7.54688ZM18.9844 17.4844C18.9844 16.3125 18.3281 15.4688 17.25 14.8125L15.75 16.3125C16.5 16.6406 17.0156 17.0156 17.0156 17.4844C17.0156 18.2812 15.5625 18.9844 14.0156 18.9844C13.4531 18.9844 12.9844 19.4531 12.9844 20.0156C12.9844 20.5312 13.4531 21 14.0156 21C16.4531 21 18.9844 19.6875 18.9844 17.4844ZM4.59375 13.3594L6.04688 11.8594C5.4375 11.5781 5.01562 11.2969 5.01562 11.0156C5.01562 10.5 6.42188 9.89062 7.35938 9.46875C9.04688 8.71875 11.0156 7.875 11.0156 6C11.0156 4.3125 9.23438 3 6.98438 3C4.78125 3 3.75 4.21875 3.60938 4.35938C3.28125 4.82812 3.375 5.4375 3.75 5.76562C4.17188 6.09375 4.82812 6.04688 5.15625 5.625C5.20312 5.625 5.71875 5.01562 6.98438 5.01562C8.20312 5.01562 9 5.57812 9 6C9 6.5625 7.59375 7.17188 6.5625 7.64062C4.875 8.39062 3 9.1875 3 11.0156C3 12.0469 3.60938 12.7969 4.59375 13.3594Z", 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 PersonAddDisabledIcon = 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("circle", { cx: "15", cy: "8", r: "4" }),
7
- React.createElement("path", { d: "M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9h.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9l2.5 2.5zM6 10v-.9l.9.9H6z" })));
6
+ return (_jsxs("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: [_jsx("circle", { cx: "15", cy: "8", r: "4" }), _jsx("path", { d: "M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9h.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9l2.5 2.5zM6 10v-.9l.9.9H6z" })] }));
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 PersonUserAccountIcon = 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 6C10.9219 6 9.98438 6.89062 9.98438 8.01562C9.98438 9.09375 10.9219 9.98438 12 9.98438C13.0781 9.98438 14.0156 9.09375 14.0156 8.01562C14.0156 6.89062 13.0781 6 12 6ZM12 15.9844C9.32812 15.9844 6.23438 17.2969 6 18H18C17.8125 17.2969 14.7188 15.9844 12 15.9844ZM12 3.98438C14.2031 3.98438 15.9844 5.8125 15.9844 8.01562C15.9844 10.2188 14.2031 12 12 12C9.79688 12 8.01562 10.2188 8.01562 8.01562C8.01562 5.8125 9.79688 3.98438 12 3.98438ZM12 14.0156C14.6719 14.0156 20.0156 15.3281 20.0156 18V20.0156H3.98438V18C3.98438 15.3281 9.32812 14.0156 12 14.0156Z" })));
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 6C10.9219 6 9.98438 6.89062 9.98438 8.01562C9.98438 9.09375 10.9219 9.98438 12 9.98438C13.0781 9.98438 14.0156 9.09375 14.0156 8.01562C14.0156 6.89062 13.0781 6 12 6ZM12 15.9844C9.32812 15.9844 6.23438 17.2969 6 18H18C17.8125 17.2969 14.7188 15.9844 12 15.9844ZM12 3.98438C14.2031 3.98438 15.9844 5.8125 15.9844 8.01562C15.9844 10.2188 14.2031 12 12 12C9.79688 12 8.01562 10.2188 8.01562 8.01562C8.01562 5.8125 9.79688 3.98438 12 3.98438ZM12 14.0156C14.6719 14.0156 20.0156 15.3281 20.0156 18V20.0156H3.98438V18C3.98438 15.3281 9.32812 14.0156 12 14.0156Z" }) }));
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 PhoneCallbackIcon = 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: "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2zm13.54-7.1-.71-.7L13 9.29V5h-1v6h6v-1h-4.15z" })));
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: "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2zm13.54-7.1-.71-.7L13 9.29V5h-1v6h6v-1h-4.15z" }) }));
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 PhoneIphoneIcon = 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: "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z" })));
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: "M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z" })] }));
8
7
  });
@@ -1,11 +1,8 @@
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 PivotTableChartIcon = forwardRef((props, ref) => {
4
5
  // search tag: group by, pivot table
5
6
  const { width, height } = useIcon(props);
6
- 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 }),
7
- React.createElement("g", null,
8
- React.createElement("path", { d: "M0,0h24v24H0V0z", fill: "none" })),
9
- React.createElement("g", null,
10
- React.createElement("path", { d: "M21,5c0-1.1-0.9-2-2-2h-9v5h11V5z M3,19c0,1.1,0.9,2,2,2h3V10H3V19z M3,5v3h5V3H5C3.9,3,3,3.9,3,5z M18,8.99L14,13 l1.41,1.41l1.59-1.6V15c0,1.1-0.9,2-2,2h-2.17l1.59-1.59L13,14l-4,4l4,4l1.41-1.41L12.83,19H15c2.21,0,4-1.79,4-4v-2.18l1.59,1.6 L22,13L18,8.99z" }))));
7
+ 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("g", { children: _jsx("path", { d: "M0,0h24v24H0V0z", fill: "none" }) }), _jsx("g", { children: _jsx("path", { d: "M21,5c0-1.1-0.9-2-2-2h-9v5h11V5z M3,19c0,1.1,0.9,2,2,2h3V10H3V19z M3,5v3h5V3H5C3.9,3,3,3.9,3,5z M18,8.99L14,13 l1.41,1.41l1.59-1.6V15c0,1.1-0.9,2-2,2h-2.17l1.59-1.59L13,14l-4,4l4,4l1.41-1.41L12.83,19H15c2.21,0,4-1.79,4-4v-2.18l1.59,1.6 L22,13L18,8.99z" }) })] }));
11
8
  });
@@ -1,9 +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 PlaneIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 25", version: "1.1", id: "svg5", fill: "currentColor" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("defs", { id: "defs9" }),
7
- React.createElement("g", { "aria-label": "send", style: { fontSize: 24 } },
8
- React.createElement("path", { d: "m 2.015625,21 v -6.984375 l 15,-2.015625 -15,-2.015625 V 3 l 21,9 z", id: "path826" }))));
6
+ return (_jsxs("svg", { viewBox: "0 0 24 25", version: "1.1", id: "svg5", fill: "currentColor", ...props, ref: ref, width: width, height: height, children: [_jsx("defs", { id: "defs9" }), _jsx("g", { "aria-label": "send", style: { fontSize: 24 }, children: _jsx("path", { d: "m 2.015625,21 v -6.984375 l 15,-2.015625 -15,-2.015625 V 3 l 21,9 z", id: "path826" }) })] }));
9
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 Plannings30Icon = 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: "M23.5 3L27.5 8H24.4973L24.4878 14.8813C24.487 15.4283 24.0468 15.8732 23.4998 15.8798L14.5 15.988V25C14.5 25.5523 14.0523 26 13.5 26H3.5C2.94772 26 2.5 25.5523 2.5 25C2.5 24.4477 2.94772 24 3.5 24H12.5V15C12.5 14.4524 12.9404 14.0067 13.488 14.0001L22.4891 13.8918L22.4972 8H19.5L23.5 3ZM9.5 14H2.5V21H9.5V14ZM25.5 23C25.5 20.7909 23.7091 19 21.5 19C19.2909 19 17.5 20.7909 17.5 23C17.5 25.2091 19.2909 27 21.5 27C23.7091 27 25.5 25.2091 25.5 23ZM11.2071 4.29289C10.8166 3.90237 10.1834 3.90237 9.79289 4.29289C9.40237 4.68342 9.40237 5.31658 9.79289 5.70711L11.5858 7.5L9.79289 9.29289C9.40237 9.68342 9.40237 10.3166 9.79289 10.7071C10.1834 11.0976 10.8166 11.0976 11.2071 10.7071L13 8.91421L14.7929 10.7071C15.1834 11.0976 15.8166 11.0976 16.2071 10.7071C16.5976 10.3166 16.5976 9.68342 16.2071 9.29289L14.4142 7.5L16.2071 5.70711C16.5976 5.31658 16.5976 4.68342 16.2071 4.29289C15.8166 3.90237 15.1834 3.90237 14.7929 4.29289L13 6.08579L11.2071 4.29289Z", 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: "M23.5 3L27.5 8H24.4973L24.4878 14.8813C24.487 15.4283 24.0468 15.8732 23.4998 15.8798L14.5 15.988V25C14.5 25.5523 14.0523 26 13.5 26H3.5C2.94772 26 2.5 25.5523 2.5 25C2.5 24.4477 2.94772 24 3.5 24H12.5V15C12.5 14.4524 12.9404 14.0067 13.488 14.0001L22.4891 13.8918L22.4972 8H19.5L23.5 3ZM9.5 14H2.5V21H9.5V14ZM25.5 23C25.5 20.7909 23.7091 19 21.5 19C19.2909 19 17.5 20.7909 17.5 23C17.5 25.2091 19.2909 27 21.5 27C23.7091 27 25.5 25.2091 25.5 23ZM11.2071 4.29289C10.8166 3.90237 10.1834 3.90237 9.79289 4.29289C9.40237 4.68342 9.40237 5.31658 9.79289 5.70711L11.5858 7.5L9.79289 9.29289C9.40237 9.68342 9.40237 10.3166 9.79289 10.7071C10.1834 11.0976 10.8166 11.0976 11.2071 10.7071L13 8.91421L14.7929 10.7071C15.1834 11.0976 15.8166 11.0976 16.2071 10.7071C16.5976 10.3166 16.5976 9.68342 16.2071 9.29289L14.4142 7.5L16.2071 5.70711C16.5976 5.31658 16.5976 4.68342 16.2071 4.29289C15.8166 3.90237 15.1834 3.90237 14.7929 4.29289L13 6.08579L11.2071 4.29289Z", 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 Predictive30Icon = 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: "M15 24C17.125 24 19.078 23.2635 20.6177 22.0319L22.7488 24.1631C20.6581 25.9328 17.9537 27 15 27C12.0463 27 9.34187 25.9329 7.25119 24.1631L9.38235 22.0319C10.922 23.2635 12.875 24 15 24ZM24 15C24 12.875 23.2635 10.922 22.0319 9.38235L24.1631 7.2512C25.9329 9.34187 27 12.0463 27 15C27 17.9537 25.9328 20.6582 24.163 22.7489L22.0319 20.6177C23.2635 19.078 24 17.125 24 15ZM15 3C17.9537 3 20.6582 4.06717 22.7489 5.83698L20.6177 7.96813C19.078 6.73648 17.125 6 15 6C12.875 6 10.922 6.73648 9.3823 7.96811L7.25115 5.83696C9.34183 4.06716 12.0463 3 15 3ZM5.83694 7.25117L7.96809 9.38233C6.73647 10.922 6 12.875 6 15C6 17.125 6.73649 19.078 7.96813 20.6177L5.83698 22.7489C4.06717 20.6582 3 17.9537 3 15C3 12.0463 4.06715 9.34185 5.83694 7.25117ZM14.9298 8.00035C13.7293 8.01239 12.5473 8.33316 11.5 8.93782L12.4996 10.6692C11.0053 11.5337 10 13.1495 10 15C10 17.7614 12.2386 20 15 20C17.0519 20 18.8151 18.764 19.5857 16.996L21.4184 17.7937C21.7977 16.9222 21.9934 15.9878 21.9998 15.048C21.974 18.8919 18.85 22 15 22C11.134 22 8 18.866 8 15C8 11.1574 11.0961 8.03803 14.9298 8.00035ZM15.0662 8.00031C15.283 8.00236 15.5002 8.01449 15.7172 8.03683C17.1827 8.18777 18.5632 8.79725 19.6622 9.77848C19.7126 9.82348 19.7623 9.86915 19.8112 9.91549C18.5718 8.74224 16.9036 8.01733 15.0662 8.00031ZM21.9998 14.9458C21.9858 13.096 21.2542 11.4169 20.0697 10.1732C20.9498 11.0976 21.5631 12.248 21.8378 13.5018C21.9423 13.9788 21.9961 14.4628 21.9998 14.9458ZM21 15C21 13.4087 20.3679 11.8826 19.2426 10.7574C18.1174 9.63214 16.5913 9 15 9V15L21 15Z", 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: "M15 24C17.125 24 19.078 23.2635 20.6177 22.0319L22.7488 24.1631C20.6581 25.9328 17.9537 27 15 27C12.0463 27 9.34187 25.9329 7.25119 24.1631L9.38235 22.0319C10.922 23.2635 12.875 24 15 24ZM24 15C24 12.875 23.2635 10.922 22.0319 9.38235L24.1631 7.2512C25.9329 9.34187 27 12.0463 27 15C27 17.9537 25.9328 20.6582 24.163 22.7489L22.0319 20.6177C23.2635 19.078 24 17.125 24 15ZM15 3C17.9537 3 20.6582 4.06717 22.7489 5.83698L20.6177 7.96813C19.078 6.73648 17.125 6 15 6C12.875 6 10.922 6.73648 9.3823 7.96811L7.25115 5.83696C9.34183 4.06716 12.0463 3 15 3ZM5.83694 7.25117L7.96809 9.38233C6.73647 10.922 6 12.875 6 15C6 17.125 6.73649 19.078 7.96813 20.6177L5.83698 22.7489C4.06717 20.6582 3 17.9537 3 15C3 12.0463 4.06715 9.34185 5.83694 7.25117ZM14.9298 8.00035C13.7293 8.01239 12.5473 8.33316 11.5 8.93782L12.4996 10.6692C11.0053 11.5337 10 13.1495 10 15C10 17.7614 12.2386 20 15 20C17.0519 20 18.8151 18.764 19.5857 16.996L21.4184 17.7937C21.7977 16.9222 21.9934 15.9878 21.9998 15.048C21.974 18.8919 18.85 22 15 22C11.134 22 8 18.866 8 15C8 11.1574 11.0961 8.03803 14.9298 8.00035ZM15.0662 8.00031C15.283 8.00236 15.5002 8.01449 15.7172 8.03683C17.1827 8.18777 18.5632 8.79725 19.6622 9.77848C19.7126 9.82348 19.7623 9.86915 19.8112 9.91549C18.5718 8.74224 16.9036 8.01733 15.0662 8.00031ZM21.9998 14.9458C21.9858 13.096 21.2542 11.4169 20.0697 10.1732C20.9498 11.0976 21.5631 12.248 21.8378 13.5018C21.9423 13.9788 21.9961 14.4628 21.9998 14.9458ZM21 15C21 13.4087 20.3679 11.8826 19.2426 10.7574C18.1174 9.63214 16.5913 9 15 9V15L21 15Z", 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 PredictiveModel30Icon = 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: "M15.0001 7.44853L12.005 12.5172H17.9952L15.0001 7.44853ZM15 4.48285C15.3337 4.48285 15.6674 4.64661 15.861 4.97412L20.6085 13.0084C21.0024 13.6751 20.5219 14.5172 19.7476 14.5172H10.2525C9.4782 14.5172 8.99766 13.6751 9.39157 13.0084L14.1391 4.97412C14.3327 4.64661 14.6664 4.48285 15 4.48285ZM19.005 23.5172L22.0001 18.4485L24.9952 23.5172H19.005ZM22.861 15.9741C22.6674 15.6466 22.3337 15.4828 22 15.4828C21.6664 15.4828 21.3327 15.6466 21.1391 15.9741L16.3916 24.0084C15.9977 24.6751 16.4782 25.5172 17.2525 25.5172H26.7476C27.5219 25.5172 28.0024 24.6751 27.6085 24.0084L22.861 15.9741ZM14.1363 21.0364C14.3292 21.3672 14.6646 21.5325 15.0001 21.5325C15.3355 21.5325 15.6709 21.3672 15.8638 21.0364L17.6228 18.021C18.0117 17.3544 17.5308 16.5172 16.759 16.5172H13.2411C12.4693 16.5172 11.9884 17.3544 12.3773 18.021L14.1363 21.0364ZM5.00495 23.5172L8.00005 18.4485L10.9952 23.5172H5.00495ZM8.86098 15.9741C8.66745 15.6466 8.33375 15.4828 8.00005 15.4828C7.66635 15.4828 7.33265 15.6466 7.13912 15.9741L2.39157 24.0084C1.99766 24.6751 2.4782 25.5172 3.2525 25.5172H12.7476C13.5219 25.5172 14.0024 24.6751 13.6085 24.0084L8.86098 15.9741Z", 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: "M15.0001 7.44853L12.005 12.5172H17.9952L15.0001 7.44853ZM15 4.48285C15.3337 4.48285 15.6674 4.64661 15.861 4.97412L20.6085 13.0084C21.0024 13.6751 20.5219 14.5172 19.7476 14.5172H10.2525C9.4782 14.5172 8.99766 13.6751 9.39157 13.0084L14.1391 4.97412C14.3327 4.64661 14.6664 4.48285 15 4.48285ZM19.005 23.5172L22.0001 18.4485L24.9952 23.5172H19.005ZM22.861 15.9741C22.6674 15.6466 22.3337 15.4828 22 15.4828C21.6664 15.4828 21.3327 15.6466 21.1391 15.9741L16.3916 24.0084C15.9977 24.6751 16.4782 25.5172 17.2525 25.5172H26.7476C27.5219 25.5172 28.0024 24.6751 27.6085 24.0084L22.861 15.9741ZM14.1363 21.0364C14.3292 21.3672 14.6646 21.5325 15.0001 21.5325C15.3355 21.5325 15.6709 21.3672 15.8638 21.0364L17.6228 18.021C18.0117 17.3544 17.5308 16.5172 16.759 16.5172H13.2411C12.4693 16.5172 11.9884 17.3544 12.3773 18.021L14.1363 21.0364ZM5.00495 23.5172L8.00005 18.4485L10.9952 23.5172H5.00495ZM8.86098 15.9741C8.66745 15.6466 8.33375 15.4828 8.00005 15.4828C7.66635 15.4828 7.33265 15.6466 7.13912 15.9741L2.39157 24.0084C1.99766 24.6751 2.4782 25.5172 3.2525 25.5172H12.7476C13.5219 25.5172 14.0024 24.6751 13.6085 24.0084L8.86098 15.9741Z", 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 PredictiveModelIcon = 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: "M15.0001 7.44853L12.005 12.5172H17.9952L15.0001 7.44853ZM15 4.48285C15.3337 4.48285 15.6674 4.64661 15.861 4.97412L20.6085 13.0084C21.0024 13.6751 20.5219 14.5172 19.7476 14.5172H10.2525C9.4782 14.5172 8.99766 13.6751 9.39157 13.0084L14.1391 4.97412C14.3327 4.64661 14.6664 4.48285 15 4.48285ZM19.005 23.5172L22.0001 18.4485L24.9952 23.5172H19.005ZM22.861 15.9741C22.6674 15.6466 22.3337 15.4828 22 15.4828C21.6664 15.4828 21.3327 15.6466 21.1391 15.9741L16.3916 24.0084C15.9977 24.6751 16.4782 25.5172 17.2525 25.5172H26.7476C27.5219 25.5172 28.0024 24.6751 27.6085 24.0084L22.861 15.9741ZM14.1363 21.0364C14.3292 21.3672 14.6646 21.5325 15.0001 21.5325C15.3355 21.5325 15.6709 21.3672 15.8638 21.0364L17.6228 18.021C18.0117 17.3544 17.5308 16.5172 16.759 16.5172H13.2411C12.4693 16.5172 11.9884 17.3544 12.3773 18.021L14.1363 21.0364ZM5.00495 23.5172L8.00005 18.4485L10.9952 23.5172H5.00495ZM8.86098 15.9741C8.66745 15.6466 8.33375 15.4828 8.00005 15.4828C7.66635 15.4828 7.33265 15.6466 7.13912 15.9741L2.39157 24.0084C1.99766 24.6751 2.4782 25.5172 3.2525 25.5172H12.7476C13.5219 25.5172 14.0024 24.6751 13.6085 24.0084L8.86098 15.9741Z", 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: "M15.0001 7.44853L12.005 12.5172H17.9952L15.0001 7.44853ZM15 4.48285C15.3337 4.48285 15.6674 4.64661 15.861 4.97412L20.6085 13.0084C21.0024 13.6751 20.5219 14.5172 19.7476 14.5172H10.2525C9.4782 14.5172 8.99766 13.6751 9.39157 13.0084L14.1391 4.97412C14.3327 4.64661 14.6664 4.48285 15 4.48285ZM19.005 23.5172L22.0001 18.4485L24.9952 23.5172H19.005ZM22.861 15.9741C22.6674 15.6466 22.3337 15.4828 22 15.4828C21.6664 15.4828 21.3327 15.6466 21.1391 15.9741L16.3916 24.0084C15.9977 24.6751 16.4782 25.5172 17.2525 25.5172H26.7476C27.5219 25.5172 28.0024 24.6751 27.6085 24.0084L22.861 15.9741ZM14.1363 21.0364C14.3292 21.3672 14.6646 21.5325 15.0001 21.5325C15.3355 21.5325 15.6709 21.3672 15.8638 21.0364L17.6228 18.021C18.0117 17.3544 17.5308 16.5172 16.759 16.5172H13.2411C12.4693 16.5172 11.9884 17.3544 12.3773 18.021L14.1363 21.0364ZM5.00495 23.5172L8.00005 18.4485L10.9952 23.5172H5.00495ZM8.86098 15.9741C8.66745 15.6466 8.33375 15.4828 8.00005 15.4828C7.66635 15.4828 7.33265 15.6466 7.13912 15.9741L2.39157 24.0084C1.99766 24.6751 2.4782 25.5172 3.2525 25.5172H12.7476C13.5219 25.5172 14.0024 24.6751 13.6085 24.0084L8.86098 15.9741Z", 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 PreviewIcon = 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: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" })));
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: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" }) }));
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 PreviewVisibilityEyeIcon = 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: "M13.2422 13.2422C13.737 12.7474 14.3229 12.5 15 12.5C15.6771 12.5 16.263 12.7474 16.7578 13.2422C17.2526 13.737 17.5 14.3229 17.5 15C17.5 15.6771 17.2526 16.263 16.7578 16.7578C16.263 17.2526 15.6771 17.5 15 17.5C14.3229 17.5 13.737 17.2526 13.2422 16.7578C12.7474 16.263 12.5 15.6771 12.5 15C12.5 14.3229 12.7474 13.737 13.2422 13.2422ZM12.0312 17.9688C12.8646 18.776 13.8542 19.1797 15 19.1797C16.1458 19.1797 17.1224 18.776 17.9297 17.9688C18.763 17.1354 19.1797 16.1458 19.1797 15C19.1797 13.8542 18.763 12.8776 17.9297 12.0703C17.1224 11.237 16.1458 10.8203 15 10.8203C13.8542 10.8203 12.8646 11.237 12.0312 12.0703C11.224 12.8776 10.8203 13.8542 10.8203 15C10.8203 16.1458 11.224 17.1354 12.0312 17.9688ZM9.41406 10.4688C11.0807 9.32292 12.9427 8.75 15 8.75C17.0573 8.75 18.9193 9.32292 20.5859 10.4688C22.2526 11.6146 23.4505 13.125 24.1797 15C23.4505 16.875 22.2526 18.3854 20.5859 19.5312C18.9193 20.6771 17.0573 21.25 15 21.25C12.9427 21.25 11.0807 20.6771 9.41406 19.5312C7.7474 18.3854 6.54948 16.875 5.82031 15C6.54948 13.125 7.7474 11.6146 9.41406 10.4688Z", 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: "M13.2422 13.2422C13.737 12.7474 14.3229 12.5 15 12.5C15.6771 12.5 16.263 12.7474 16.7578 13.2422C17.2526 13.737 17.5 14.3229 17.5 15C17.5 15.6771 17.2526 16.263 16.7578 16.7578C16.263 17.2526 15.6771 17.5 15 17.5C14.3229 17.5 13.737 17.2526 13.2422 16.7578C12.7474 16.263 12.5 15.6771 12.5 15C12.5 14.3229 12.7474 13.737 13.2422 13.2422ZM12.0312 17.9688C12.8646 18.776 13.8542 19.1797 15 19.1797C16.1458 19.1797 17.1224 18.776 17.9297 17.9688C18.763 17.1354 19.1797 16.1458 19.1797 15C19.1797 13.8542 18.763 12.8776 17.9297 12.0703C17.1224 11.237 16.1458 10.8203 15 10.8203C13.8542 10.8203 12.8646 11.237 12.0312 12.0703C11.224 12.8776 10.8203 13.8542 10.8203 15C10.8203 16.1458 11.224 17.1354 12.0312 17.9688ZM9.41406 10.4688C11.0807 9.32292 12.9427 8.75 15 8.75C17.0573 8.75 18.9193 9.32292 20.5859 10.4688C22.2526 11.6146 23.4505 13.125 24.1797 15C23.4505 16.875 22.2526 18.3854 20.5859 19.5312C18.9193 20.6771 17.0573 21.25 15 21.25C12.9427 21.25 11.0807 20.6771 9.41406 19.5312C7.7474 18.3854 6.54948 16.875 5.82031 15C6.54948 13.125 7.7474 11.6146 9.41406 10.4688Z", 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 ProcessHistoryIcon = 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.5 10C21.1009 10 24 12.8991 24 16.5C24 20.1009 21.1009 23 17.5 23C13.8991 23 11 20.1009 11 16.5C11 12.8991 13.8991 10 17.5 10ZM17.5 21.7183C20.3685 21.7183 22.7183 19.3685 22.7183 16.5C22.7183 13.6315 20.3685 11.2817 17.5 11.2817C14.6315 11.2817 12.2817 13.6315 12.2817 16.5C12.2817 19.3685 14.6315 21.7183 17.5 21.7183ZM17.8357 13.2347V16.6526L20.7653 18.392L20.277 19.216L16.8592 17.1408V13.2347H17.8357Z" }),
7
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8526 19.9844H7.98435C7.74998 19.9844 7.56248 19.7969 7.5156 19.5625L7.1406 16.9375C6.53123 16.7031 5.96873 16.3281 5.4531 15.9531L2.96873 16.9375C2.92185 16.9844 2.8281 16.9844 2.78123 16.9844C2.59373 16.9844 2.4531 16.8906 2.35935 16.75L0.343729 13.2812C0.203104 13.0469 0.249979 12.7656 0.437479 12.625L2.54685 10.9844C2.54685 10.8203 2.53513 10.6562 2.52342 10.4922C2.5117 10.3281 2.49998 10.1641 2.49998 10C2.49998 9.83594 2.5117 9.67188 2.52342 9.50781C2.53513 9.34375 2.54685 9.17969 2.54685 9.01562L0.437479 7.375C0.249979 7.23438 0.203104 6.95312 0.343729 6.71875L2.35935 3.25C2.4531 3.10938 2.59373 3.01562 2.78123 3.01562C2.8281 3.01562 2.87498 3.01562 2.96873 3.0625L5.4531 4.04688C5.96873 3.67188 6.53123 3.29688 7.1406 3.0625L7.5156 0.4375C7.56248 0.203125 7.74998 0.015625 7.98435 0.015625H12.0156C12.25 0.015625 12.4375 0.203125 12.4844 0.4375L12.8594 3.0625C13.4687 3.29688 14.0312 3.67188 14.5469 4.04688L17.0312 3.0625C17.0781 3.01562 17.1719 3.01562 17.2187 3.01562C17.4062 3.01562 17.5469 3.10938 17.6406 3.25L19.6562 6.71875C19.7969 6.95312 19.75 7.23438 19.5625 7.375L17.4731 9.00005C16.7687 9.0025 16.0876 9.10134 15.4422 9.2841C15.4407 9.27285 15.4391 9.26148 15.4375 9.25L15.2969 8.125L16.1875 7.42188L17.2656 6.57812L16.5625 5.35938L15.2969 5.875L14.2187 6.29688L13.3281 5.64062C12.9531 5.3125 12.5312 5.07812 12.1094 4.89062L11.0312 4.46875L10.8906 3.34375L10.7031 1.98438H9.29685L9.10935 3.34375L8.92185 4.46875L7.8906 4.89062C7.46873 5.07812 7.04685 5.3125 6.62498 5.64062L5.73435 6.29688L4.7031 5.92188L3.43748 5.40625L2.73435 6.57812L3.81248 7.42188L4.7031 8.125L4.56248 9.25C4.5156 9.57812 4.5156 9.8125 4.5156 10C4.5156 10.1875 4.5156 10.4219 4.56248 10.75L4.7031 11.875L3.81248 12.5781L2.73435 13.4219L3.43748 14.6406L4.7031 14.125L5.73435 13.7031L6.67185 14.3594C7.04685 14.6875 7.46873 14.9219 7.8906 15.1094L8.96873 15.5312L9.10935 16.6562L9.29685 18.0156H10.1522C10.2944 18.7123 10.5326 19.3733 10.8526 19.9844ZM13.9823 9.87022C12.3451 10.7382 11.0707 12.1947 10.4383 13.9606C10.2944 13.9763 10.1481 13.9844 9.99998 13.9844C7.79685 13.9844 6.0156 12.2031 6.0156 10C6.0156 7.79688 7.79685 6.01562 9.99998 6.01562C12.1597 6.01562 13.914 7.72734 13.9823 9.87022ZM12.0156 10C12.0156 11.0781 11.0781 12.0156 9.99998 12.0156C8.92185 12.0156 7.98435 11.0781 7.98435 10C7.98435 8.92188 8.92185 7.98438 9.99998 7.98438C11.0781 7.98438 12.0156 8.92188 12.0156 10Z" })));
6
+ return (_jsxs("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.5 10C21.1009 10 24 12.8991 24 16.5C24 20.1009 21.1009 23 17.5 23C13.8991 23 11 20.1009 11 16.5C11 12.8991 13.8991 10 17.5 10ZM17.5 21.7183C20.3685 21.7183 22.7183 19.3685 22.7183 16.5C22.7183 13.6315 20.3685 11.2817 17.5 11.2817C14.6315 11.2817 12.2817 13.6315 12.2817 16.5C12.2817 19.3685 14.6315 21.7183 17.5 21.7183ZM17.8357 13.2347V16.6526L20.7653 18.392L20.277 19.216L16.8592 17.1408V13.2347H17.8357Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8526 19.9844H7.98435C7.74998 19.9844 7.56248 19.7969 7.5156 19.5625L7.1406 16.9375C6.53123 16.7031 5.96873 16.3281 5.4531 15.9531L2.96873 16.9375C2.92185 16.9844 2.8281 16.9844 2.78123 16.9844C2.59373 16.9844 2.4531 16.8906 2.35935 16.75L0.343729 13.2812C0.203104 13.0469 0.249979 12.7656 0.437479 12.625L2.54685 10.9844C2.54685 10.8203 2.53513 10.6562 2.52342 10.4922C2.5117 10.3281 2.49998 10.1641 2.49998 10C2.49998 9.83594 2.5117 9.67188 2.52342 9.50781C2.53513 9.34375 2.54685 9.17969 2.54685 9.01562L0.437479 7.375C0.249979 7.23438 0.203104 6.95312 0.343729 6.71875L2.35935 3.25C2.4531 3.10938 2.59373 3.01562 2.78123 3.01562C2.8281 3.01562 2.87498 3.01562 2.96873 3.0625L5.4531 4.04688C5.96873 3.67188 6.53123 3.29688 7.1406 3.0625L7.5156 0.4375C7.56248 0.203125 7.74998 0.015625 7.98435 0.015625H12.0156C12.25 0.015625 12.4375 0.203125 12.4844 0.4375L12.8594 3.0625C13.4687 3.29688 14.0312 3.67188 14.5469 4.04688L17.0312 3.0625C17.0781 3.01562 17.1719 3.01562 17.2187 3.01562C17.4062 3.01562 17.5469 3.10938 17.6406 3.25L19.6562 6.71875C19.7969 6.95312 19.75 7.23438 19.5625 7.375L17.4731 9.00005C16.7687 9.0025 16.0876 9.10134 15.4422 9.2841C15.4407 9.27285 15.4391 9.26148 15.4375 9.25L15.2969 8.125L16.1875 7.42188L17.2656 6.57812L16.5625 5.35938L15.2969 5.875L14.2187 6.29688L13.3281 5.64062C12.9531 5.3125 12.5312 5.07812 12.1094 4.89062L11.0312 4.46875L10.8906 3.34375L10.7031 1.98438H9.29685L9.10935 3.34375L8.92185 4.46875L7.8906 4.89062C7.46873 5.07812 7.04685 5.3125 6.62498 5.64062L5.73435 6.29688L4.7031 5.92188L3.43748 5.40625L2.73435 6.57812L3.81248 7.42188L4.7031 8.125L4.56248 9.25C4.5156 9.57812 4.5156 9.8125 4.5156 10C4.5156 10.1875 4.5156 10.4219 4.56248 10.75L4.7031 11.875L3.81248 12.5781L2.73435 13.4219L3.43748 14.6406L4.7031 14.125L5.73435 13.7031L6.67185 14.3594C7.04685 14.6875 7.46873 14.9219 7.8906 15.1094L8.96873 15.5312L9.10935 16.6562L9.29685 18.0156H10.1522C10.2944 18.7123 10.5326 19.3733 10.8526 19.9844ZM13.9823 9.87022C12.3451 10.7382 11.0707 12.1947 10.4383 13.9606C10.2944 13.9763 10.1481 13.9844 9.99998 13.9844C7.79685 13.9844 6.0156 12.2031 6.0156 10C6.0156 7.79688 7.79685 6.01562 9.99998 6.01562C12.1597 6.01562 13.914 7.72734 13.9823 9.87022ZM12.0156 10C12.0156 11.0781 11.0781 12.0156 9.99998 12.0156C8.92185 12.0156 7.98435 11.0781 7.98435 10C7.98435 8.92188 8.92185 7.98438 9.99998 7.98438C11.0781 7.98438 12.0156 8.92188 12.0156 10Z" })] }));
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 ProfileTemplate30Icon = 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: "M5 7H25C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7ZM2 8C2 6.34315 3.34315 5 5 5H25C26.6569 5 28 6.34315 28 8V22C28 23.6569 26.6569 25 25 25H5C3.34315 25 2 23.6569 2 22V8ZM6 18.75V20H16V18.75C16 18.75 14.812 16.25 11 16.25C7.188 16.25 6 18.75 6 18.75ZM8.92133 11.1111C8.64662 11.5222 8.5 12.0055 8.5 12.5C8.5 13.163 8.7634 13.7989 9.23224 14.2678C9.70108 14.7366 10.337 15 11 15C11.4945 15 11.9778 14.8534 12.3889 14.5787C12.8 14.304 13.1205 13.9135 13.3097 13.4567C13.4989 12.9999 13.5484 12.4972 13.452 12.0123C13.3555 11.5273 13.1174 11.0819 12.7678 10.7322C12.4181 10.3826 11.9727 10.1445 11.4877 10.048C11.0028 9.95157 10.5001 10.0011 10.0433 10.1903C9.58646 10.3795 9.19603 10.7 8.92133 11.1111ZM23 10H18V12H23V10ZM18 14H24V16H18V14ZM22 18H18V20H22V18Z", 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: "M5 7H25C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7ZM2 8C2 6.34315 3.34315 5 5 5H25C26.6569 5 28 6.34315 28 8V22C28 23.6569 26.6569 25 25 25H5C3.34315 25 2 23.6569 2 22V8ZM6 18.75V20H16V18.75C16 18.75 14.812 16.25 11 16.25C7.188 16.25 6 18.75 6 18.75ZM8.92133 11.1111C8.64662 11.5222 8.5 12.0055 8.5 12.5C8.5 13.163 8.7634 13.7989 9.23224 14.2678C9.70108 14.7366 10.337 15 11 15C11.4945 15 11.9778 14.8534 12.3889 14.5787C12.8 14.304 13.1205 13.9135 13.3097 13.4567C13.4989 12.9999 13.5484 12.4972 13.452 12.0123C13.3555 11.5273 13.1174 11.0819 12.7678 10.7322C12.4181 10.3826 11.9727 10.1445 11.4877 10.048C11.0028 9.95157 10.5001 10.0011 10.0433 10.1903C9.58646 10.3795 9.19603 10.7 8.92133 11.1111ZM23 10H18V12H23V10ZM18 14H24V16H18V14ZM22 18H18V20H22V18Z", 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 ProfileTemplateIcon = 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: "M5 7H25C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7ZM2 8C2 6.34315 3.34315 5 5 5H25C26.6569 5 28 6.34315 28 8V22C28 23.6569 26.6569 25 25 25H5C3.34315 25 2 23.6569 2 22V8ZM6 18.75V20H16V18.75C16 18.75 14.812 16.25 11 16.25C7.188 16.25 6 18.75 6 18.75ZM8.92133 11.1111C8.64662 11.5222 8.5 12.0055 8.5 12.5C8.5 13.163 8.7634 13.7989 9.23224 14.2678C9.70108 14.7366 10.337 15 11 15C11.4945 15 11.9778 14.8534 12.3889 14.5787C12.8 14.304 13.1205 13.9135 13.3097 13.4567C13.4989 12.9999 13.5484 12.4972 13.452 12.0123C13.3555 11.5273 13.1174 11.0819 12.7678 10.7322C12.4181 10.3826 11.9727 10.1445 11.4877 10.048C11.0028 9.95157 10.5001 10.0011 10.0433 10.1903C9.58646 10.3795 9.19603 10.7 8.92133 11.1111ZM23 10H18V12H23V10ZM18 14H24V16H18V14ZM22 18H18V20H22V18Z", 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: "M5 7H25C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7ZM2 8C2 6.34315 3.34315 5 5 5H25C26.6569 5 28 6.34315 28 8V22C28 23.6569 26.6569 25 25 25H5C3.34315 25 2 23.6569 2 22V8ZM6 18.75V20H16V18.75C16 18.75 14.812 16.25 11 16.25C7.188 16.25 6 18.75 6 18.75ZM8.92133 11.1111C8.64662 11.5222 8.5 12.0055 8.5 12.5C8.5 13.163 8.7634 13.7989 9.23224 14.2678C9.70108 14.7366 10.337 15 11 15C11.4945 15 11.9778 14.8534 12.3889 14.5787C12.8 14.304 13.1205 13.9135 13.3097 13.4567C13.4989 12.9999 13.5484 12.4972 13.452 12.0123C13.3555 11.5273 13.1174 11.0819 12.7678 10.7322C12.4181 10.3826 11.9727 10.1445 11.4877 10.048C11.0028 9.95157 10.5001 10.0011 10.0433 10.1903C9.58646 10.3795 9.19603 10.7 8.92133 11.1111ZM23 10H18V12H23V10ZM18 14H24V16H18V14ZM22 18H18V20H22V18Z", 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 ProjectIcon = 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: "M7.26562 9.02344V22.9922H13.2656V25.0078H7.26562C6.14062 25.0078 5.25 24.1172 5.25 22.9922V9.02344C5.25 7.89844 6.14062 7.00781 7.26562 7.00781H11.4375C11.8594 5.83594 12.9375 4.99219 14.25 4.99219C15.5625 4.99219 16.6406 5.83594 17.0625 7.00781H21.2344C22.3594 7.00781 23.25 7.89844 23.25 9.02344V13.9922H21.2344V9.02344H19.2656V12.0234H9.23438V9.02344H7.26562ZM14.25 7.00781C13.6875 7.00781 13.2656 7.47656 13.2656 7.99219C13.2656 8.55469 13.6875 9.02344 14.25 9.02344C14.8125 9.02344 15.2344 8.55469 15.2344 7.99219C15.2344 7.47656 14.8125 7.00781 14.25 7.00781ZM23.25 15.4922L24.75 16.9922L17.7656 24.0234L13.2656 19.5234L14.7656 18.0234L17.7656 21.0234L23.25 15.4922Z", 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: "M7.26562 9.02344V22.9922H13.2656V25.0078H7.26562C6.14062 25.0078 5.25 24.1172 5.25 22.9922V9.02344C5.25 7.89844 6.14062 7.00781 7.26562 7.00781H11.4375C11.8594 5.83594 12.9375 4.99219 14.25 4.99219C15.5625 4.99219 16.6406 5.83594 17.0625 7.00781H21.2344C22.3594 7.00781 23.25 7.89844 23.25 9.02344V13.9922H21.2344V9.02344H19.2656V12.0234H9.23438V9.02344H7.26562ZM14.25 7.00781C13.6875 7.00781 13.2656 7.47656 13.2656 7.99219C13.2656 8.55469 13.6875 9.02344 14.25 9.02344C14.8125 9.02344 15.2344 8.55469 15.2344 7.99219C15.2344 7.47656 14.8125 7.00781 14.25 7.00781ZM23.25 15.4922L24.75 16.9922L17.7656 24.0234L13.2656 19.5234L14.7656 18.0234L17.7656 21.0234L23.25 15.4922Z", 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 PromotionCenter30Icon = 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: "M2 18.465V22.5H20V7.5H2V11.536C2.83357 11.6556 3.59606 12.0718 4.1476 12.7082C4.69915 13.3445 5.00277 14.1584 5.00277 15.0005C5.00277 15.8426 4.69915 16.6565 4.1476 17.2928C3.59606 17.9292 2.83357 18.3454 2 18.465ZM13.5517 15.1739C13.9264 14.7667 14.4472 14.5244 15 14.5C15.5528 14.5244 16.0736 14.7667 16.4483 15.1739C16.8231 15.5811 17.0214 16.12 17 16.673C17.0214 17.226 16.8231 17.7649 16.4483 18.1721C16.0736 18.5793 15.5528 18.8216 15 18.846C14.4472 18.8216 13.9264 18.5793 13.5517 18.1721C13.1769 17.7649 12.9786 17.226 13 16.673C12.9786 16.12 13.1769 15.5811 13.5517 15.1739ZM13.2245 10.6172C13.342 10.5402 13.4795 10.4995 13.62 10.5C13.7154 10.4996 13.8089 10.5183 13.897 10.555C13.9842 10.5902 14.0634 10.6426 14.1299 10.7091C14.1964 10.7756 14.2488 10.8548 14.284 10.942C14.32 11.0268 14.3385 11.1179 14.3385 11.21C14.3385 11.3021 14.32 11.3932 14.284 11.478L11.384 18.287C11.3286 18.4161 11.2363 18.5261 11.1188 18.6031C11.0012 18.6801 10.8635 18.7208 10.723 18.72C10.6283 18.7196 10.5346 18.7009 10.447 18.665C10.3597 18.6294 10.2805 18.5768 10.2138 18.5102C10.1472 18.4435 10.0946 18.3643 10.059 18.277C10.0234 18.1921 10.0051 18.101 10.0051 18.009C10.0051 17.917 10.0234 17.8259 10.059 17.741L12.959 10.933C13.0146 10.804 13.107 10.6942 13.2245 10.6172ZM7.55175 11.1732C7.92654 10.7662 8.44724 10.5242 9 10.5C9.55276 10.5242 10.0735 10.7662 10.4482 11.1732C10.823 11.5803 11.0214 12.1191 11 12.672C11.0214 13.225 10.8231 13.7639 10.4483 14.1711C10.0736 14.5783 9.55285 14.8206 9 14.845C8.44715 14.8206 7.92645 14.5783 7.55169 14.1711C7.17693 13.7639 6.97858 13.225 7 12.672C6.97859 12.1191 7.17696 11.5803 7.55175 11.1732ZM14.434 16.673C14.434 17.085 14.693 17.434 15 17.434V17.435C15.306 17.435 15.566 17.085 15.566 16.673C15.566 16.261 15.307 15.912 15 15.912C14.693 15.912 14.434 16.261 14.434 16.673ZM8.434 12.672C8.434 13.085 8.693 13.434 9 13.434C9.306 13.434 9.566 13.084 9.566 12.672C9.566 12.26 9.307 11.912 9 11.912C8.693 11.912 8.434 12.259 8.434 12.672ZM21 22.5H28V18.465C27.1664 18.3454 26.4039 17.9292 25.8524 17.2928C25.3009 16.6565 24.9972 15.8426 24.9972 15.0005C24.9972 14.1584 25.3009 13.3445 25.8524 12.7082C26.4039 12.0718 27.1664 11.6556 28 11.536V7.5H21V9.586C21.1606 9.52915 21.3297 9.50007 21.5 9.5C21.8978 9.5 22.2794 9.65804 22.5607 9.93934C22.842 10.2206 23 10.6022 23 11C23 11.3978 22.842 11.7794 22.5607 12.0607C22.2794 12.342 21.8978 12.5 21.5 12.5C21.3297 12.5005 21.1606 12.4718 21 12.415V13.586C21.1606 13.5292 21.3297 13.5001 21.5 13.5C21.8978 13.5 22.2794 13.658 22.5607 13.9393C22.842 14.2206 23 14.6022 23 15C23 15.3978 22.842 15.7794 22.5607 16.0607C22.2794 16.342 21.8978 16.5 21.5 16.5C21.3296 16.5002 21.1605 16.4711 21 16.414V17.585C21.1606 17.5285 21.3297 17.4997 21.5 17.5C21.8978 17.5 22.2794 17.658 22.5607 17.9393C22.842 18.2206 23 18.6022 23 19C23 19.3978 22.842 19.7794 22.5607 20.0607C22.2794 20.342 21.8978 20.5 21.5 20.5C21.3297 20.5005 21.1606 20.4718 21 20.415V22.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: "M2 18.465V22.5H20V7.5H2V11.536C2.83357 11.6556 3.59606 12.0718 4.1476 12.7082C4.69915 13.3445 5.00277 14.1584 5.00277 15.0005C5.00277 15.8426 4.69915 16.6565 4.1476 17.2928C3.59606 17.9292 2.83357 18.3454 2 18.465ZM13.5517 15.1739C13.9264 14.7667 14.4472 14.5244 15 14.5C15.5528 14.5244 16.0736 14.7667 16.4483 15.1739C16.8231 15.5811 17.0214 16.12 17 16.673C17.0214 17.226 16.8231 17.7649 16.4483 18.1721C16.0736 18.5793 15.5528 18.8216 15 18.846C14.4472 18.8216 13.9264 18.5793 13.5517 18.1721C13.1769 17.7649 12.9786 17.226 13 16.673C12.9786 16.12 13.1769 15.5811 13.5517 15.1739ZM13.2245 10.6172C13.342 10.5402 13.4795 10.4995 13.62 10.5C13.7154 10.4996 13.8089 10.5183 13.897 10.555C13.9842 10.5902 14.0634 10.6426 14.1299 10.7091C14.1964 10.7756 14.2488 10.8548 14.284 10.942C14.32 11.0268 14.3385 11.1179 14.3385 11.21C14.3385 11.3021 14.32 11.3932 14.284 11.478L11.384 18.287C11.3286 18.4161 11.2363 18.5261 11.1188 18.6031C11.0012 18.6801 10.8635 18.7208 10.723 18.72C10.6283 18.7196 10.5346 18.7009 10.447 18.665C10.3597 18.6294 10.2805 18.5768 10.2138 18.5102C10.1472 18.4435 10.0946 18.3643 10.059 18.277C10.0234 18.1921 10.0051 18.101 10.0051 18.009C10.0051 17.917 10.0234 17.8259 10.059 17.741L12.959 10.933C13.0146 10.804 13.107 10.6942 13.2245 10.6172ZM7.55175 11.1732C7.92654 10.7662 8.44724 10.5242 9 10.5C9.55276 10.5242 10.0735 10.7662 10.4482 11.1732C10.823 11.5803 11.0214 12.1191 11 12.672C11.0214 13.225 10.8231 13.7639 10.4483 14.1711C10.0736 14.5783 9.55285 14.8206 9 14.845C8.44715 14.8206 7.92645 14.5783 7.55169 14.1711C7.17693 13.7639 6.97858 13.225 7 12.672C6.97859 12.1191 7.17696 11.5803 7.55175 11.1732ZM14.434 16.673C14.434 17.085 14.693 17.434 15 17.434V17.435C15.306 17.435 15.566 17.085 15.566 16.673C15.566 16.261 15.307 15.912 15 15.912C14.693 15.912 14.434 16.261 14.434 16.673ZM8.434 12.672C8.434 13.085 8.693 13.434 9 13.434C9.306 13.434 9.566 13.084 9.566 12.672C9.566 12.26 9.307 11.912 9 11.912C8.693 11.912 8.434 12.259 8.434 12.672ZM21 22.5H28V18.465C27.1664 18.3454 26.4039 17.9292 25.8524 17.2928C25.3009 16.6565 24.9972 15.8426 24.9972 15.0005C24.9972 14.1584 25.3009 13.3445 25.8524 12.7082C26.4039 12.0718 27.1664 11.6556 28 11.536V7.5H21V9.586C21.1606 9.52915 21.3297 9.50007 21.5 9.5C21.8978 9.5 22.2794 9.65804 22.5607 9.93934C22.842 10.2206 23 10.6022 23 11C23 11.3978 22.842 11.7794 22.5607 12.0607C22.2794 12.342 21.8978 12.5 21.5 12.5C21.3297 12.5005 21.1606 12.4718 21 12.415V13.586C21.1606 13.5292 21.3297 13.5001 21.5 13.5C21.8978 13.5 22.2794 13.658 22.5607 13.9393C22.842 14.2206 23 14.6022 23 15C23 15.3978 22.842 15.7794 22.5607 16.0607C22.2794 16.342 21.8978 16.5 21.5 16.5C21.3296 16.5002 21.1605 16.4711 21 16.414V17.585C21.1606 17.5285 21.3297 17.4997 21.5 17.5C21.8978 17.5 22.2794 17.658 22.5607 17.9393C22.842 18.2206 23 18.6022 23 19C23 19.3978 22.842 19.7794 22.5607 20.0607C22.2794 20.342 21.8978 20.5 21.5 20.5C21.3297 20.5005 21.1606 20.4718 21 20.415V22.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 PromotionCenterIcon = 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: "M2 18.465V22.5H20V7.5H2V11.536C2.83357 11.6556 3.59606 12.0718 4.1476 12.7082C4.69915 13.3445 5.00277 14.1584 5.00277 15.0005C5.00277 15.8426 4.69915 16.6565 4.1476 17.2928C3.59606 17.9292 2.83357 18.3454 2 18.465ZM13.5517 15.1739C13.9264 14.7667 14.4472 14.5244 15 14.5C15.5528 14.5244 16.0736 14.7667 16.4483 15.1739C16.8231 15.5811 17.0214 16.12 17 16.673C17.0214 17.226 16.8231 17.7649 16.4483 18.1721C16.0736 18.5793 15.5528 18.8216 15 18.846C14.4472 18.8216 13.9264 18.5793 13.5517 18.1721C13.1769 17.7649 12.9786 17.226 13 16.673C12.9786 16.12 13.1769 15.5811 13.5517 15.1739ZM13.2245 10.6172C13.342 10.5402 13.4795 10.4995 13.62 10.5C13.7154 10.4996 13.8089 10.5183 13.897 10.555C13.9842 10.5902 14.0634 10.6426 14.1299 10.7091C14.1964 10.7756 14.2488 10.8548 14.284 10.942C14.32 11.0268 14.3385 11.1179 14.3385 11.21C14.3385 11.3021 14.32 11.3932 14.284 11.478L11.384 18.287C11.3286 18.4161 11.2363 18.5261 11.1188 18.6031C11.0012 18.6801 10.8635 18.7208 10.723 18.72C10.6283 18.7196 10.5346 18.7009 10.447 18.665C10.3597 18.6294 10.2805 18.5768 10.2138 18.5102C10.1472 18.4435 10.0946 18.3643 10.059 18.277C10.0234 18.1921 10.0051 18.101 10.0051 18.009C10.0051 17.917 10.0234 17.8259 10.059 17.741L12.959 10.933C13.0146 10.804 13.107 10.6942 13.2245 10.6172ZM7.55175 11.1732C7.92654 10.7662 8.44724 10.5242 9 10.5C9.55276 10.5242 10.0735 10.7662 10.4482 11.1732C10.823 11.5803 11.0214 12.1191 11 12.672C11.0214 13.225 10.8231 13.7639 10.4483 14.1711C10.0736 14.5783 9.55285 14.8206 9 14.845C8.44715 14.8206 7.92645 14.5783 7.55169 14.1711C7.17693 13.7639 6.97858 13.225 7 12.672C6.97859 12.1191 7.17696 11.5803 7.55175 11.1732ZM14.434 16.673C14.434 17.085 14.693 17.434 15 17.434V17.435C15.306 17.435 15.566 17.085 15.566 16.673C15.566 16.261 15.307 15.912 15 15.912C14.693 15.912 14.434 16.261 14.434 16.673ZM8.434 12.672C8.434 13.085 8.693 13.434 9 13.434C9.306 13.434 9.566 13.084 9.566 12.672C9.566 12.26 9.307 11.912 9 11.912C8.693 11.912 8.434 12.259 8.434 12.672ZM21 22.5H28V18.465C27.1664 18.3454 26.4039 17.9292 25.8524 17.2928C25.3009 16.6565 24.9972 15.8426 24.9972 15.0005C24.9972 14.1584 25.3009 13.3445 25.8524 12.7082C26.4039 12.0718 27.1664 11.6556 28 11.536V7.5H21V9.586C21.1606 9.52915 21.3297 9.50007 21.5 9.5C21.8978 9.5 22.2794 9.65804 22.5607 9.93934C22.842 10.2206 23 10.6022 23 11C23 11.3978 22.842 11.7794 22.5607 12.0607C22.2794 12.342 21.8978 12.5 21.5 12.5C21.3297 12.5005 21.1606 12.4718 21 12.415V13.586C21.1606 13.5292 21.3297 13.5001 21.5 13.5C21.8978 13.5 22.2794 13.658 22.5607 13.9393C22.842 14.2206 23 14.6022 23 15C23 15.3978 22.842 15.7794 22.5607 16.0607C22.2794 16.342 21.8978 16.5 21.5 16.5C21.3296 16.5002 21.1605 16.4711 21 16.414V17.585C21.1606 17.5285 21.3297 17.4997 21.5 17.5C21.8978 17.5 22.2794 17.658 22.5607 17.9393C22.842 18.2206 23 18.6022 23 19C23 19.3978 22.842 19.7794 22.5607 20.0607C22.2794 20.342 21.8978 20.5 21.5 20.5C21.3297 20.5005 21.1606 20.4718 21 20.415V22.5Z", 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: "M2 18.465V22.5H20V7.5H2V11.536C2.83357 11.6556 3.59606 12.0718 4.1476 12.7082C4.69915 13.3445 5.00277 14.1584 5.00277 15.0005C5.00277 15.8426 4.69915 16.6565 4.1476 17.2928C3.59606 17.9292 2.83357 18.3454 2 18.465ZM13.5517 15.1739C13.9264 14.7667 14.4472 14.5244 15 14.5C15.5528 14.5244 16.0736 14.7667 16.4483 15.1739C16.8231 15.5811 17.0214 16.12 17 16.673C17.0214 17.226 16.8231 17.7649 16.4483 18.1721C16.0736 18.5793 15.5528 18.8216 15 18.846C14.4472 18.8216 13.9264 18.5793 13.5517 18.1721C13.1769 17.7649 12.9786 17.226 13 16.673C12.9786 16.12 13.1769 15.5811 13.5517 15.1739ZM13.2245 10.6172C13.342 10.5402 13.4795 10.4995 13.62 10.5C13.7154 10.4996 13.8089 10.5183 13.897 10.555C13.9842 10.5902 14.0634 10.6426 14.1299 10.7091C14.1964 10.7756 14.2488 10.8548 14.284 10.942C14.32 11.0268 14.3385 11.1179 14.3385 11.21C14.3385 11.3021 14.32 11.3932 14.284 11.478L11.384 18.287C11.3286 18.4161 11.2363 18.5261 11.1188 18.6031C11.0012 18.6801 10.8635 18.7208 10.723 18.72C10.6283 18.7196 10.5346 18.7009 10.447 18.665C10.3597 18.6294 10.2805 18.5768 10.2138 18.5102C10.1472 18.4435 10.0946 18.3643 10.059 18.277C10.0234 18.1921 10.0051 18.101 10.0051 18.009C10.0051 17.917 10.0234 17.8259 10.059 17.741L12.959 10.933C13.0146 10.804 13.107 10.6942 13.2245 10.6172ZM7.55175 11.1732C7.92654 10.7662 8.44724 10.5242 9 10.5C9.55276 10.5242 10.0735 10.7662 10.4482 11.1732C10.823 11.5803 11.0214 12.1191 11 12.672C11.0214 13.225 10.8231 13.7639 10.4483 14.1711C10.0736 14.5783 9.55285 14.8206 9 14.845C8.44715 14.8206 7.92645 14.5783 7.55169 14.1711C7.17693 13.7639 6.97858 13.225 7 12.672C6.97859 12.1191 7.17696 11.5803 7.55175 11.1732ZM14.434 16.673C14.434 17.085 14.693 17.434 15 17.434V17.435C15.306 17.435 15.566 17.085 15.566 16.673C15.566 16.261 15.307 15.912 15 15.912C14.693 15.912 14.434 16.261 14.434 16.673ZM8.434 12.672C8.434 13.085 8.693 13.434 9 13.434C9.306 13.434 9.566 13.084 9.566 12.672C9.566 12.26 9.307 11.912 9 11.912C8.693 11.912 8.434 12.259 8.434 12.672ZM21 22.5H28V18.465C27.1664 18.3454 26.4039 17.9292 25.8524 17.2928C25.3009 16.6565 24.9972 15.8426 24.9972 15.0005C24.9972 14.1584 25.3009 13.3445 25.8524 12.7082C26.4039 12.0718 27.1664 11.6556 28 11.536V7.5H21V9.586C21.1606 9.52915 21.3297 9.50007 21.5 9.5C21.8978 9.5 22.2794 9.65804 22.5607 9.93934C22.842 10.2206 23 10.6022 23 11C23 11.3978 22.842 11.7794 22.5607 12.0607C22.2794 12.342 21.8978 12.5 21.5 12.5C21.3297 12.5005 21.1606 12.4718 21 12.415V13.586C21.1606 13.5292 21.3297 13.5001 21.5 13.5C21.8978 13.5 22.2794 13.658 22.5607 13.9393C22.842 14.2206 23 14.6022 23 15C23 15.3978 22.842 15.7794 22.5607 16.0607C22.2794 16.342 21.8978 16.5 21.5 16.5C21.3296 16.5002 21.1605 16.4711 21 16.414V17.585C21.1606 17.5285 21.3297 17.4997 21.5 17.5C21.8978 17.5 22.2794 17.658 22.5607 17.9393C22.842 18.2206 23 18.6022 23 19C23 19.3978 22.842 19.7794 22.5607 20.0607C22.2794 20.342 21.8978 20.5 21.5 20.5C21.3297 20.5005 21.1606 20.4718 21 20.415V22.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 Providers30Icon = 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: "M25.9844 4.97574C26.3337 4.97345 26.6758 4.8751 26.9731 4.69144C27.2175 4.97532 27.4367 5.28005 27.6281 5.60214C27.766 5.85943 27.8837 6.1271 27.9801 6.40273C27.6885 6.59417 27.4492 6.85524 27.2837 7.16239C27.1182 7.46954 27.0317 7.81312 27.0321 8.16208C27.0256 8.5312 27.1191 8.89519 27.3025 9.21548C27.486 9.53578 27.7526 9.80045 28.0741 9.98146C27.881 10.6318 27.5724 11.242 27.1631 11.7828C26.861 11.593 26.5121 11.4912 26.1554 11.4889C25.7988 11.4866 25.4485 11.5839 25.1441 11.7698C24.8113 11.976 24.5427 12.2712 24.3687 12.622C24.1947 12.9729 24.122 13.3654 24.1591 13.7553C23.5174 13.9074 22.8521 13.9316 22.2011 13.8264C22.2329 13.446 22.1586 13.0642 21.9864 12.7236C21.8143 12.3829 21.5511 12.0967 21.2261 11.8969C20.8925 11.6977 20.5062 11.6048 20.1186 11.6306C19.731 11.6563 19.3604 11.7995 19.0561 12.041C18.8272 11.7704 18.6262 11.4774 18.4561 11.1664C18.303 10.8838 18.1749 10.5885 18.0731 10.2837C18.4117 10.1056 18.6949 9.83776 18.8917 9.50948C19.0885 9.18121 19.1914 8.8051 19.1891 8.42228C19.1954 8.04006 19.0945 7.66374 18.8977 7.33609C18.701 7.00844 18.4163 6.74262 18.0761 6.56886C18.2944 5.92729 18.6286 5.3313 19.0621 4.81053C19.3627 5.00046 19.7105 5.10218 20.066 5.10412C20.4215 5.10607 20.7704 5.00816 21.0731 4.82153C21.3847 4.62986 21.6409 4.36006 21.8163 4.03884C21.9917 3.71762 22.0802 3.35613 22.0731 2.99015C22.7126 2.86091 23.3712 2.85751 24.0121 2.98013C24.017 3.32691 24.1094 3.66682 24.2807 3.96828C24.452 4.26974 24.6967 4.52298 24.9921 4.70445C25.2917 4.88419 25.635 4.97804 25.9844 4.97574ZM23.2859 10.44C23.5455 10.4037 23.795 10.3148 24.0191 10.1786V10.1766C24.4787 9.88957 24.8112 9.43727 24.948 8.91261C25.0849 8.38795 25.0159 7.83077 24.7551 7.35547C24.632 7.12385 24.4629 6.91979 24.2583 6.75583C24.0537 6.59187 23.8177 6.47146 23.5649 6.40194C23.3122 6.33242 23.0479 6.31527 22.7883 6.35155C22.5286 6.38782 22.2791 6.47675 22.0551 6.6129C21.5954 6.90049 21.2631 7.35314 21.1263 7.87805C20.9894 8.40297 21.0584 8.96039 21.3191 9.43605C21.4421 9.66767 21.6112 9.87171 21.8158 10.0357C22.0205 10.1996 22.2564 10.3201 22.5092 10.3896C22.7619 10.4591 23.0262 10.4762 23.2859 10.44ZM27.926 22.7567C27.926 20.7254 26.301 19.0424 24.2117 19.0424H21.7742C21.7742 17.5915 20.8457 16.2567 19.4528 15.7344L11.7921 12.8906H1.92603V26.471H9.3546V24.7299L18.06 27.1094L27.926 24.0335V22.7567ZM6.9171 24.0335H4.42156V15.3281H6.9171V24.0335ZM25.3725 22.2344L18.0019 24.4978L9.3546 22.1183V15.3281H11.3858L18.5823 18.0558C18.9885 18.1719 19.2787 18.5781 19.2787 19.0424C19.2787 19.0424 16.8412 18.9844 16.435 18.8683L13.4751 17.8817L12.7207 20.2612L15.6225 21.2478C16.2608 21.4219 16.9573 21.5379 17.5957 21.5379H24.2117C24.7341 21.5379 25.1403 21.8281 25.3725 22.2344Z", 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: "M25.9844 4.97574C26.3337 4.97345 26.6758 4.8751 26.9731 4.69144C27.2175 4.97532 27.4367 5.28005 27.6281 5.60214C27.766 5.85943 27.8837 6.1271 27.9801 6.40273C27.6885 6.59417 27.4492 6.85524 27.2837 7.16239C27.1182 7.46954 27.0317 7.81312 27.0321 8.16208C27.0256 8.5312 27.1191 8.89519 27.3025 9.21548C27.486 9.53578 27.7526 9.80045 28.0741 9.98146C27.881 10.6318 27.5724 11.242 27.1631 11.7828C26.861 11.593 26.5121 11.4912 26.1554 11.4889C25.7988 11.4866 25.4485 11.5839 25.1441 11.7698C24.8113 11.976 24.5427 12.2712 24.3687 12.622C24.1947 12.9729 24.122 13.3654 24.1591 13.7553C23.5174 13.9074 22.8521 13.9316 22.2011 13.8264C22.2329 13.446 22.1586 13.0642 21.9864 12.7236C21.8143 12.3829 21.5511 12.0967 21.2261 11.8969C20.8925 11.6977 20.5062 11.6048 20.1186 11.6306C19.731 11.6563 19.3604 11.7995 19.0561 12.041C18.8272 11.7704 18.6262 11.4774 18.4561 11.1664C18.303 10.8838 18.1749 10.5885 18.0731 10.2837C18.4117 10.1056 18.6949 9.83776 18.8917 9.50948C19.0885 9.18121 19.1914 8.8051 19.1891 8.42228C19.1954 8.04006 19.0945 7.66374 18.8977 7.33609C18.701 7.00844 18.4163 6.74262 18.0761 6.56886C18.2944 5.92729 18.6286 5.3313 19.0621 4.81053C19.3627 5.00046 19.7105 5.10218 20.066 5.10412C20.4215 5.10607 20.7704 5.00816 21.0731 4.82153C21.3847 4.62986 21.6409 4.36006 21.8163 4.03884C21.9917 3.71762 22.0802 3.35613 22.0731 2.99015C22.7126 2.86091 23.3712 2.85751 24.0121 2.98013C24.017 3.32691 24.1094 3.66682 24.2807 3.96828C24.452 4.26974 24.6967 4.52298 24.9921 4.70445C25.2917 4.88419 25.635 4.97804 25.9844 4.97574ZM23.2859 10.44C23.5455 10.4037 23.795 10.3148 24.0191 10.1786V10.1766C24.4787 9.88957 24.8112 9.43727 24.948 8.91261C25.0849 8.38795 25.0159 7.83077 24.7551 7.35547C24.632 7.12385 24.4629 6.91979 24.2583 6.75583C24.0537 6.59187 23.8177 6.47146 23.5649 6.40194C23.3122 6.33242 23.0479 6.31527 22.7883 6.35155C22.5286 6.38782 22.2791 6.47675 22.0551 6.6129C21.5954 6.90049 21.2631 7.35314 21.1263 7.87805C20.9894 8.40297 21.0584 8.96039 21.3191 9.43605C21.4421 9.66767 21.6112 9.87171 21.8158 10.0357C22.0205 10.1996 22.2564 10.3201 22.5092 10.3896C22.7619 10.4591 23.0262 10.4762 23.2859 10.44ZM27.926 22.7567C27.926 20.7254 26.301 19.0424 24.2117 19.0424H21.7742C21.7742 17.5915 20.8457 16.2567 19.4528 15.7344L11.7921 12.8906H1.92603V26.471H9.3546V24.7299L18.06 27.1094L27.926 24.0335V22.7567ZM6.9171 24.0335H4.42156V15.3281H6.9171V24.0335ZM25.3725 22.2344L18.0019 24.4978L9.3546 22.1183V15.3281H11.3858L18.5823 18.0558C18.9885 18.1719 19.2787 18.5781 19.2787 19.0424C19.2787 19.0424 16.8412 18.9844 16.435 18.8683L13.4751 17.8817L12.7207 20.2612L15.6225 21.2478C16.2608 21.4219 16.9573 21.5379 17.5957 21.5379H24.2117C24.7341 21.5379 25.1403 21.8281 25.3725 22.2344Z", 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 PublicIcon = 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.9062 17.3906C19.3125 15.8906 20.0156 14.0938 20.0156 12C20.0156 10.3438 19.5469 8.84375 18.6094 7.5C17.7031 6.15625 16.5 5.1875 15 4.59375V5.01562C15 5.54687 14.7969 6.01562 14.3906 6.42188C13.9844 6.79688 13.5156 6.98438 12.9844 6.98438H11.0156V9C11.0156 9.28125 10.9062 9.51562 10.6875 9.70312C10.5 9.89062 10.2656 9.98438 9.98438 9.98438H8.01562V12H14.0156C14.2969 12 14.5312 12.0938 14.7188 12.2812C14.9062 12.4688 15 12.7031 15 12.9844V15.9844H15.9844C16.9219 15.9844 17.5625 16.4531 17.9062 17.3906ZM11.0156 19.9219V18C10.4844 18 10.0156 17.7969 9.60938 17.3906C9.20312 16.9844 9 16.5156 9 15.9844V15L4.21875 10.2188C4.0625 10.8438 3.98438 11.4375 3.98438 12C3.98438 14.0312 4.65625 15.7969 6 17.2969C7.375 18.7969 9.04688 19.6719 11.0156 19.9219ZM4.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.96875Z" })));
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.9062 17.3906C19.3125 15.8906 20.0156 14.0938 20.0156 12C20.0156 10.3438 19.5469 8.84375 18.6094 7.5C17.7031 6.15625 16.5 5.1875 15 4.59375V5.01562C15 5.54687 14.7969 6.01562 14.3906 6.42188C13.9844 6.79688 13.5156 6.98438 12.9844 6.98438H11.0156V9C11.0156 9.28125 10.9062 9.51562 10.6875 9.70312C10.5 9.89062 10.2656 9.98438 9.98438 9.98438H8.01562V12H14.0156C14.2969 12 14.5312 12.0938 14.7188 12.2812C14.9062 12.4688 15 12.7031 15 12.9844V15.9844H15.9844C16.9219 15.9844 17.5625 16.4531 17.9062 17.3906ZM11.0156 19.9219V18C10.4844 18 10.0156 17.7969 9.60938 17.3906C9.20312 16.9844 9 16.5156 9 15.9844V15L4.21875 10.2188C4.0625 10.8438 3.98438 11.4375 3.98438 12C3.98438 14.0312 4.65625 15.7969 6 17.2969C7.375 18.7969 9.04688 19.6719 11.0156 19.9219ZM4.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.96875Z" }) }));
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 PublishSendIcon = 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: "M20.64 2.10924L2.56895 12.6272C2.44336 12.7005 2.34084 12.8076 2.27299 12.9362C2.20515 13.0648 2.17469 13.2098 2.1851 13.3549C2.19551 13.4999 2.24637 13.6391 2.33189 13.7567C2.41741 13.8743 2.53419 13.9656 2.66896 14.0203L6.86896 15.7352L18.707 5.56823L9.21995 17.2552V21.3783C9.21984 21.5071 9.25974 21.6328 9.33414 21.738C9.40853 21.8432 9.51376 21.9227 9.63528 21.9655C9.7568 22.0083 9.88861 22.0123 10.0125 21.977C10.1364 21.9416 10.2463 21.8687 10.327 21.7682L13.127 18.2922L18.181 20.3582C18.2897 20.4025 18.407 20.4216 18.5241 20.4141C18.6413 20.4066 18.7552 20.3727 18.8574 20.3151C18.9596 20.2574 19.0475 20.1773 19.1144 20.0809C19.1814 19.9845 19.2256 19.8742 19.244 19.7582L21.807 2.90123C21.8306 2.755 21.812 2.60506 21.7533 2.46904C21.6946 2.33303 21.5984 2.21659 21.4758 2.13341C21.3532 2.05023 21.2095 2.00375 21.0614 1.99947C20.9133 1.99519 20.7671 2.03328 20.64 2.10924Z", 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: "M20.64 2.10924L2.56895 12.6272C2.44336 12.7005 2.34084 12.8076 2.27299 12.9362C2.20515 13.0648 2.17469 13.2098 2.1851 13.3549C2.19551 13.4999 2.24637 13.6391 2.33189 13.7567C2.41741 13.8743 2.53419 13.9656 2.66896 14.0203L6.86896 15.7352L18.707 5.56823L9.21995 17.2552V21.3783C9.21984 21.5071 9.25974 21.6328 9.33414 21.738C9.40853 21.8432 9.51376 21.9227 9.63528 21.9655C9.7568 22.0083 9.88861 22.0123 10.0125 21.977C10.1364 21.9416 10.2463 21.8687 10.327 21.7682L13.127 18.2922L18.181 20.3582C18.2897 20.4025 18.407 20.4216 18.5241 20.4141C18.6413 20.4066 18.7552 20.3727 18.8574 20.3151C18.9596 20.2574 19.0475 20.1773 19.1144 20.0809C19.1814 19.9845 19.2256 19.8742 19.244 19.7582L21.807 2.90123C21.8306 2.755 21.812 2.60506 21.7533 2.46904C21.6946 2.33303 21.5984 2.21659 21.4758 2.13341C21.3532 2.05023 21.2095 2.00375 21.0614 1.99947C20.9133 1.99519 20.7671 2.03328 20.64 2.10924Z", 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 QueryIcon = forwardRef((props, ref) => {
4
5
  const { width, height } = useIcon(props);
5
- return (React.createElement("svg", Object.assign({ viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
6
- React.createElement("path", { d: "M5.82031 7.5H1.67969V5.82031H5.82031V7.5ZM5.82031 10H1.67969V11.6797H5.82031V10ZM17.1484 15.8203L13.9844 12.6562C13.2812 13.0859 12.5 13.3203 11.6797 13.3203C9.375 13.3203 7.5 11.4844 7.5 9.17969C7.5 6.875 9.375 5 11.6797 5C13.9844 5 15.8203 6.875 15.8203 9.17969C15.8203 10 15.5859 10.7812 15.1562 11.4453L18.3203 14.6484L17.1484 15.8203ZM14.1797 9.17969C14.1797 7.77344 13.0469 6.67969 11.6797 6.67969C10.2734 6.67969 9.17969 7.77344 9.17969 9.17969C9.17969 10.5469 10.2734 11.6797 11.6797 11.6797C13.0469 11.6797 14.1797 10.5469 14.1797 9.17969ZM1.67969 15.8203H10V14.1797H1.67969V15.8203Z", fill: "currentColor" })));
6
+ return (_jsx("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M5.82031 7.5H1.67969V5.82031H5.82031V7.5ZM5.82031 10H1.67969V11.6797H5.82031V10ZM17.1484 15.8203L13.9844 12.6562C13.2812 13.0859 12.5 13.3203 11.6797 13.3203C9.375 13.3203 7.5 11.4844 7.5 9.17969C7.5 6.875 9.375 5 11.6797 5C13.9844 5 15.8203 6.875 15.8203 9.17969C15.8203 10 15.5859 10.7812 15.1562 11.4453L18.3203 14.6484L17.1484 15.8203ZM14.1797 9.17969C14.1797 7.77344 13.0469 6.67969 11.6797 6.67969C10.2734 6.67969 9.17969 7.77344 9.17969 9.17969C9.17969 10.5469 10.2734 11.6797 11.6797 11.6797C13.0469 11.6797 14.1797 10.5469 14.1797 9.17969ZM1.67969 15.8203H10V14.1797H1.67969V15.8203Z", 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 QuickTestIcon = 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: "M20.6084 18.9201C20.8236 19.1843 20.9621 19.5024 21.009 19.8399C21.0559 20.1773 21.0094 20.5213 20.8744 20.8341C20.6899 21.1185 20.4284 21.3446 20.1203 21.4862C19.8123 21.6278 19.4704 21.6791 19.1344 21.6341H4.86544C4.52943 21.6791 4.18754 21.6278 3.87953 21.4862C3.57151 21.3446 3.31002 21.1185 3.12544 20.8341C2.99052 20.5213 2.94398 20.1773 2.99088 19.8399C3.03778 19.5024 3.17632 19.1843 3.39144 18.9201L9.62144 8.96608V3.95815H8.82843C8.72414 3.95877 8.62085 3.93787 8.52501 3.89675C8.42916 3.85562 8.34284 3.79515 8.27144 3.71914C8.19611 3.64573 8.13645 3.55782 8.09606 3.46071C8.05567 3.3636 8.03538 3.25924 8.03644 3.15407C8.03532 3.04889 8.05558 2.94455 8.09597 2.84743C8.13637 2.75031 8.19606 2.6625 8.27144 2.58913C8.34277 2.51302 8.42908 2.45241 8.52494 2.41127C8.6208 2.37014 8.72413 2.34937 8.82843 2.35012H15.1704C15.2747 2.34937 15.3781 2.37014 15.4739 2.41127C15.5698 2.45241 15.6561 2.51302 15.7274 2.58913C15.8028 2.6625 15.8625 2.75031 15.9029 2.84743C15.9433 2.94455 15.9635 3.04889 15.9624 3.15407C15.9635 3.25924 15.9432 3.3636 15.9028 3.46071C15.8624 3.55782 15.8028 3.64573 15.7274 3.71914C15.656 3.79515 15.5697 3.85562 15.4739 3.89675C15.378 3.93787 15.2747 3.95877 15.1704 3.95815H14.3774V8.96608L20.6084 18.9201ZM10.9594 9.82009L7.59044 15.2051H16.4144L13.0454 9.82009L12.7974 9.43105V3.95815H11.2124V9.43105L10.9594 9.82009Z", 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: "M20.6084 18.9201C20.8236 19.1843 20.9621 19.5024 21.009 19.8399C21.0559 20.1773 21.0094 20.5213 20.8744 20.8341C20.6899 21.1185 20.4284 21.3446 20.1203 21.4862C19.8123 21.6278 19.4704 21.6791 19.1344 21.6341H4.86544C4.52943 21.6791 4.18754 21.6278 3.87953 21.4862C3.57151 21.3446 3.31002 21.1185 3.12544 20.8341C2.99052 20.5213 2.94398 20.1773 2.99088 19.8399C3.03778 19.5024 3.17632 19.1843 3.39144 18.9201L9.62144 8.96608V3.95815H8.82843C8.72414 3.95877 8.62085 3.93787 8.52501 3.89675C8.42916 3.85562 8.34284 3.79515 8.27144 3.71914C8.19611 3.64573 8.13645 3.55782 8.09606 3.46071C8.05567 3.3636 8.03538 3.25924 8.03644 3.15407C8.03532 3.04889 8.05558 2.94455 8.09597 2.84743C8.13637 2.75031 8.19606 2.6625 8.27144 2.58913C8.34277 2.51302 8.42908 2.45241 8.52494 2.41127C8.6208 2.37014 8.72413 2.34937 8.82843 2.35012H15.1704C15.2747 2.34937 15.3781 2.37014 15.4739 2.41127C15.5698 2.45241 15.6561 2.51302 15.7274 2.58913C15.8028 2.6625 15.8625 2.75031 15.9029 2.84743C15.9433 2.94455 15.9635 3.04889 15.9624 3.15407C15.9635 3.25924 15.9432 3.3636 15.9028 3.46071C15.8624 3.55782 15.8028 3.64573 15.7274 3.71914C15.656 3.79515 15.5697 3.85562 15.4739 3.89675C15.378 3.93787 15.2747 3.95877 15.1704 3.95815H14.3774V8.96608L20.6084 18.9201ZM10.9594 9.82009L7.59044 15.2051H16.4144L13.0454 9.82009L12.7974 9.43105V3.95815H11.2124V9.43105L10.9594 9.82009Z", 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 RatingStarBorderIcon = 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: "M21.9844 9.72656L16.5469 14.4609L18.1875 21.4922L12 17.7422L5.8125 21.4922L7.45312 14.4609L2.01562 9.72656L9.1875 9.11719L12 2.50781L14.8125 9.11719L21.9844 9.72656ZM12 15.9141L15.75 18.1641L14.7656 13.8984L18.0938 10.9922L13.6875 10.6172L12 6.58594L10.3125 10.6172L5.90625 10.9922L9.23438 13.8984L8.25 18.1641L12 15.9141Z" })));
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: "M21.9844 9.72656L16.5469 14.4609L18.1875 21.4922L12 17.7422L5.8125 21.4922L7.45312 14.4609L2.01562 9.72656L9.1875 9.11719L12 2.50781L14.8125 9.11719L21.9844 9.72656ZM12 15.9141L15.75 18.1641L14.7656 13.8984L18.0938 10.9922L13.6875 10.6172L12 6.58594L10.3125 10.6172L5.90625 10.9922L9.23438 13.8984L8.25 18.1641L12 15.9141Z" }) }));
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 RatingStarFullIcon = 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 17.25L5.8125 21L7.45312 13.9688L2.01562 9.23438L9.1875 8.625L12 2.01562L14.8125 8.625L21.9844 9.23438L16.5469 13.9688L18.1875 21L12 17.25Z" })));
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 17.25L5.8125 21L7.45312 13.9688L2.01562 9.23438L9.1875 8.625L12 2.01562L14.8125 8.625L21.9844 9.23438L16.5469 13.9688L18.1875 21L12 17.25Z" }) }));
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 RatingStarHalfIcon = 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: "M21.9844 9.23438L16.5469 13.9688L18.1875 21L12 17.25L5.8125 21L7.45312 13.9688L2.01562 9.23438L9.1875 8.625L12 2.01562L14.8125 8.625L21.9844 9.23438ZM12 15.4219L15.75 17.6719L14.7656 13.4062L18.0938 10.5L13.6875 10.125L12 6.09375V15.4219Z" })));
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: "M21.9844 9.23438L16.5469 13.9688L18.1875 21L12 17.25L5.8125 21L7.45312 13.9688L2.01562 9.23438L9.1875 8.625L12 2.01562L14.8125 8.625L21.9844 9.23438ZM12 15.4219L15.75 17.6719L14.7656 13.4062L18.0938 10.5L13.6875 10.125L12 6.09375V15.4219Z" }) }));
7
7
  });