@galaxy-io/dls 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/README.md +42 -0
  2. package/dist/accordion/Accordion.d.ts +30 -0
  3. package/dist/accordion/Accordion.js +147 -0
  4. package/dist/animations/Fade.d.ts +6 -0
  5. package/dist/animations/Fade.js +22 -0
  6. package/dist/animations/Flashing.d.ts +3 -0
  7. package/dist/animations/Flashing.js +14 -0
  8. package/dist/animations/RotateWithTransition.d.ts +8 -0
  9. package/dist/animations/RotateWithTransition.js +28 -0
  10. package/dist/animations/ScaleFade.d.ts +6 -0
  11. package/dist/animations/ScaleFade.js +31 -0
  12. package/dist/animations/SpinAnimation.d.ts +7 -0
  13. package/dist/animations/SpinAnimation.js +20 -0
  14. package/dist/animations/SpinVerticalAnimation.d.ts +6 -0
  15. package/dist/animations/SpinVerticalAnimation.js +19 -0
  16. package/dist/assets/components/GalaxyLogomarkDark.d.ts +3 -0
  17. package/dist/assets/components/GalaxyLogomarkDark.js +11 -0
  18. package/dist/assets/components/GalaxyLogomarkLight.d.ts +3 -0
  19. package/dist/assets/components/GalaxyLogomarkLight.js +17 -0
  20. package/dist/assets/components/GalaxyWordmarkDark.d.ts +3 -0
  21. package/dist/assets/components/GalaxyWordmarkDark.js +15 -0
  22. package/dist/assets/components/GalaxyWordmarkLight.d.ts +3 -0
  23. package/dist/assets/components/GalaxyWordmarkLight.js +28 -0
  24. package/dist/assets/components/enrichment/PerplexityIcon.d.ts +3 -0
  25. package/dist/assets/components/enrichment/PerplexityIcon.js +35 -0
  26. package/dist/assets/components/enrichment/TavilyIcon.d.ts +3 -0
  27. package/dist/assets/components/enrichment/TavilyIcon.js +15 -0
  28. package/dist/assets/components/onboarding/TenantSetupDark.d.ts +3 -0
  29. package/dist/assets/components/onboarding/TenantSetupDark.js +498 -0
  30. package/dist/assets/components/onboarding/TenantSetupLight.d.ts +3 -0
  31. package/dist/assets/components/onboarding/TenantSetupLight.js +482 -0
  32. package/dist/assets/components/onboarding/UserSetupDark.d.ts +3 -0
  33. package/dist/assets/components/onboarding/UserSetupDark.js +1086 -0
  34. package/dist/assets/components/onboarding/UserSetupLight.d.ts +3 -0
  35. package/dist/assets/components/onboarding/UserSetupLight.js +1024 -0
  36. package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.d.ts +3 -0
  37. package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.js +466 -0
  38. package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.d.ts +3 -0
  39. package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.js +460 -0
  40. package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.d.ts +3 -0
  41. package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.js +336 -0
  42. package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.d.ts +3 -0
  43. package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.js +336 -0
  44. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.d.ts +3 -0
  45. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.js +153 -0
  46. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.d.ts +3 -0
  47. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.js +153 -0
  48. package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.d.ts +3 -0
  49. package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.js +117 -0
  50. package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.d.ts +3 -0
  51. package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.js +117 -0
  52. package/dist/assets/components/projects/MappingMethodBlankDark.d.ts +3 -0
  53. package/dist/assets/components/projects/MappingMethodBlankDark.js +150 -0
  54. package/dist/assets/components/projects/MappingMethodBlankDarkHovered.d.ts +3 -0
  55. package/dist/assets/components/projects/MappingMethodBlankDarkHovered.js +150 -0
  56. package/dist/assets/components/projects/MappingMethodBlankLight.d.ts +3 -0
  57. package/dist/assets/components/projects/MappingMethodBlankLight.js +150 -0
  58. package/dist/assets/components/projects/MappingMethodBlankLightHovered.d.ts +3 -0
  59. package/dist/assets/components/projects/MappingMethodBlankLightHovered.js +150 -0
  60. package/dist/assets/components/projects/MappingMethodJsonDark.d.ts +3 -0
  61. package/dist/assets/components/projects/MappingMethodJsonDark.js +90 -0
  62. package/dist/assets/components/projects/MappingMethodJsonDarkHovered.d.ts +3 -0
  63. package/dist/assets/components/projects/MappingMethodJsonDarkHovered.js +90 -0
  64. package/dist/assets/components/projects/MappingMethodJsonLight.d.ts +3 -0
  65. package/dist/assets/components/projects/MappingMethodJsonLight.js +90 -0
  66. package/dist/assets/components/projects/MappingMethodJsonLightHovered.d.ts +3 -0
  67. package/dist/assets/components/projects/MappingMethodJsonLightHovered.js +90 -0
  68. package/dist/assets/components/projects/ProjectsEmptyStateDark.d.ts +3 -0
  69. package/dist/assets/components/projects/ProjectsEmptyStateDark.js +454 -0
  70. package/dist/assets/components/projects/ProjectsEmptyStateLight.d.ts +3 -0
  71. package/dist/assets/components/projects/ProjectsEmptyStateLight.js +456 -0
  72. package/dist/assets/components/root/CreateProjectActionCardDark.d.ts +3 -0
  73. package/dist/assets/components/root/CreateProjectActionCardDark.js +1796 -0
  74. package/dist/assets/components/root/CreateProjectActionCardDarkHovered.d.ts +3 -0
  75. package/dist/assets/components/root/CreateProjectActionCardDarkHovered.js +1796 -0
  76. package/dist/assets/components/root/CreateProjectActionCardLight.d.ts +3 -0
  77. package/dist/assets/components/root/CreateProjectActionCardLight.js +1786 -0
  78. package/dist/assets/components/root/CreateProjectActionCardLightHovered.d.ts +3 -0
  79. package/dist/assets/components/root/CreateProjectActionCardLightHovered.js +1786 -0
  80. package/dist/assets/components/root/CreateSourceActionCardDark.d.ts +3 -0
  81. package/dist/assets/components/root/CreateSourceActionCardDark.js +879 -0
  82. package/dist/assets/components/root/CreateSourceActionCardDarkHovered.d.ts +3 -0
  83. package/dist/assets/components/root/CreateSourceActionCardDarkHovered.js +879 -0
  84. package/dist/assets/components/root/CreateSourceActionCardLight.d.ts +3 -0
  85. package/dist/assets/components/root/CreateSourceActionCardLight.js +889 -0
  86. package/dist/assets/components/root/CreateSourceActionCardLightHovered.d.ts +3 -0
  87. package/dist/assets/components/root/CreateSourceActionCardLightHovered.js +889 -0
  88. package/dist/assets/components/sources/AttioIcon.d.ts +3 -0
  89. package/dist/assets/components/sources/AttioIcon.js +11 -0
  90. package/dist/assets/components/sources/BigquerySourceIcon.d.ts +3 -0
  91. package/dist/assets/components/sources/BigquerySourceIcon.js +39 -0
  92. package/dist/assets/components/sources/BrowserbaseSourceIcon.d.ts +3 -0
  93. package/dist/assets/components/sources/BrowserbaseSourceIcon.js +35 -0
  94. package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.d.ts +3 -0
  95. package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.js +13 -0
  96. package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.d.ts +3 -0
  97. package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.js +13 -0
  98. package/dist/assets/components/sources/ConfluenceSourceIcon.d.ts +3 -0
  99. package/dist/assets/components/sources/ConfluenceSourceIcon.js +30 -0
  100. package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.d.ts +3 -0
  101. package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.js +16 -0
  102. package/dist/assets/components/sources/GalaxyTextSourceIcon.d.ts +3 -0
  103. package/dist/assets/components/sources/GalaxyTextSourceIcon.js +16 -0
  104. package/dist/assets/components/sources/GalaxyWebhookSourceIcon.d.ts +3 -0
  105. package/dist/assets/components/sources/GalaxyWebhookSourceIcon.js +16 -0
  106. package/dist/assets/components/sources/GithubSourceIcon.d.ts +3 -0
  107. package/dist/assets/components/sources/GithubSourceIcon.js +27 -0
  108. package/dist/assets/components/sources/GoogleDriveIcon.d.ts +3 -0
  109. package/dist/assets/components/sources/GoogleDriveIcon.js +45 -0
  110. package/dist/assets/components/sources/HubspotSourceIcon.d.ts +3 -0
  111. package/dist/assets/components/sources/HubspotSourceIcon.js +14 -0
  112. package/dist/assets/components/sources/JiraSourceIcon.d.ts +3 -0
  113. package/dist/assets/components/sources/JiraSourceIcon.js +54 -0
  114. package/dist/assets/components/sources/LinearSourceIcon.d.ts +3 -0
  115. package/dist/assets/components/sources/LinearSourceIcon.js +14 -0
  116. package/dist/assets/components/sources/MysqlLogoSourceIconDark.d.ts +3 -0
  117. package/dist/assets/components/sources/MysqlLogoSourceIconDark.js +17 -0
  118. package/dist/assets/components/sources/MysqlLogoSourceIconLight.d.ts +3 -0
  119. package/dist/assets/components/sources/MysqlLogoSourceIconLight.js +17 -0
  120. package/dist/assets/components/sources/NetsuiteSourceIcon.d.ts +3 -0
  121. package/dist/assets/components/sources/NetsuiteSourceIcon.js +32 -0
  122. package/dist/assets/components/sources/NotionIcon.d.ts +3 -0
  123. package/dist/assets/components/sources/NotionIcon.js +20 -0
  124. package/dist/assets/components/sources/NotionLogoSourceIconDark.d.ts +3 -0
  125. package/dist/assets/components/sources/NotionLogoSourceIconDark.js +10 -0
  126. package/dist/assets/components/sources/NotionLogoSourceIconLight.d.ts +3 -0
  127. package/dist/assets/components/sources/NotionLogoSourceIconLight.js +13 -0
  128. package/dist/assets/components/sources/PostgresLogoSourceIconDark.d.ts +3 -0
  129. package/dist/assets/components/sources/PostgresLogoSourceIconDark.js +28 -0
  130. package/dist/assets/components/sources/PostgresLogoSourceIconLight.d.ts +3 -0
  131. package/dist/assets/components/sources/PostgresLogoSourceIconLight.js +28 -0
  132. package/dist/assets/components/sources/PostgresqlIcon.d.ts +3 -0
  133. package/dist/assets/components/sources/PostgresqlIcon.js +61 -0
  134. package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.d.ts +3 -0
  135. package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.js +10 -0
  136. package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.d.ts +3 -0
  137. package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.js +13 -0
  138. package/dist/assets/components/sources/S3Icon.d.ts +3 -0
  139. package/dist/assets/components/sources/S3Icon.js +76 -0
  140. package/dist/assets/components/sources/S3LogoSourceIconDark.d.ts +3 -0
  141. package/dist/assets/components/sources/S3LogoSourceIconDark.js +10 -0
  142. package/dist/assets/components/sources/S3LogoSourceIconLight.d.ts +3 -0
  143. package/dist/assets/components/sources/S3LogoSourceIconLight.js +13 -0
  144. package/dist/assets/components/sources/SalesforceSourceIcon.d.ts +3 -0
  145. package/dist/assets/components/sources/SalesforceSourceIcon.js +23 -0
  146. package/dist/assets/components/sources/SlackIcon.d.ts +3 -0
  147. package/dist/assets/components/sources/SlackIcon.js +32 -0
  148. package/dist/assets/components/sources/SlackLogoSourceIconDark.d.ts +3 -0
  149. package/dist/assets/components/sources/SlackLogoSourceIconDark.js +15 -0
  150. package/dist/assets/components/sources/SlackLogoSourceIconLight.d.ts +3 -0
  151. package/dist/assets/components/sources/SlackLogoSourceIconLight.js +15 -0
  152. package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.d.ts +3 -0
  153. package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.js +14 -0
  154. package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.d.ts +3 -0
  155. package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.js +14 -0
  156. package/dist/assets/components/sources/SourcesEmptyStateDark.d.ts +3 -0
  157. package/dist/assets/components/sources/SourcesEmptyStateDark.js +432 -0
  158. package/dist/assets/components/sources/SourcesEmptyStateLight.d.ts +3 -0
  159. package/dist/assets/components/sources/SourcesEmptyStateLight.js +434 -0
  160. package/dist/assets/components/sources/WikipediaSourceIcon.d.ts +3 -0
  161. package/dist/assets/components/sources/WikipediaSourceIcon.js +1490 -0
  162. package/dist/assets/models/galaxy-logomark.js +4 -0
  163. package/dist/avatar/Avatar.d.ts +9 -0
  164. package/dist/avatar/Avatar.js +52 -0
  165. package/dist/avatar/AvatarEmpty.d.ts +36 -0
  166. package/dist/avatar/AvatarEmpty.js +43 -0
  167. package/dist/avatar/AvatarShimmer.d.ts +28 -0
  168. package/dist/avatar/AvatarShimmer.js +21 -0
  169. package/dist/avatar/GalaxyAvatar.d.ts +6 -0
  170. package/dist/avatar/GalaxyAvatar.js +36 -0
  171. package/dist/avatar/types.d.ts +5 -0
  172. package/dist/avatar/types.js +9 -0
  173. package/dist/backgrounds/CellGridBackground.d.ts +13 -0
  174. package/dist/backgrounds/CellGridBackground.js +39 -0
  175. package/dist/backgrounds/CrossGridBackground.d.ts +14 -0
  176. package/dist/backgrounds/CrossGridBackground.js +45 -0
  177. package/dist/backgrounds/DotGridBackground.d.ts +13 -0
  178. package/dist/backgrounds/DotGridBackground.js +43 -0
  179. package/dist/badge/Badge.d.ts +30 -0
  180. package/dist/badge/Badge.js +92 -0
  181. package/dist/beacons/Beacon.d.ts +43 -0
  182. package/dist/beacons/Beacon.js +68 -0
  183. package/dist/buttons/Button.d.ts +30 -0
  184. package/dist/buttons/Button.js +173 -0
  185. package/dist/charts/BarChart.d.ts +21 -0
  186. package/dist/charts/BarChart.js +264 -0
  187. package/dist/charts/ChartAxis.d.ts +28 -0
  188. package/dist/charts/ChartAxis.js +94 -0
  189. package/dist/charts/ChartLegend.d.ts +7 -0
  190. package/dist/charts/ChartLegend.js +30 -0
  191. package/dist/charts/ChartTooltip.d.ts +7 -0
  192. package/dist/charts/ChartTooltip.js +66 -0
  193. package/dist/charts/LineChart.d.ts +22 -0
  194. package/dist/charts/LineChart.js +250 -0
  195. package/dist/charts/PieChart.d.ts +35 -0
  196. package/dist/charts/PieChart.js +183 -0
  197. package/dist/charts/constants.d.ts +22 -0
  198. package/dist/charts/constants.js +38 -0
  199. package/dist/charts/types.d.ts +80 -0
  200. package/dist/charts/types.js +0 -0
  201. package/dist/charts/utils.d.ts +29 -0
  202. package/dist/charts/utils.js +62 -0
  203. package/dist/chips/Chip.d.ts +39 -0
  204. package/dist/chips/Chip.js +185 -0
  205. package/dist/containers/FlexItem.d.ts +28 -0
  206. package/dist/containers/FlexItem.js +93 -0
  207. package/dist/containers/FlexWrapper.d.ts +147 -0
  208. package/dist/containers/FlexWrapper.js +122 -0
  209. package/dist/containers/GridWrapper.d.ts +120 -0
  210. package/dist/containers/GridWrapper.js +117 -0
  211. package/dist/containers/Spacing.d.ts +13 -0
  212. package/dist/containers/Spacing.js +52 -0
  213. package/dist/containers/Wrapper.d.ts +16 -0
  214. package/dist/containers/Wrapper.js +50 -0
  215. package/dist/dividers/HorizontalDivider.d.ts +2 -0
  216. package/dist/dividers/HorizontalDivider.js +17 -0
  217. package/dist/dividers/VerticalDivider.d.ts +2 -0
  218. package/dist/dividers/VerticalDivider.js +17 -0
  219. package/dist/drawer/Drawer.d.ts +13 -0
  220. package/dist/drawer/Drawer.js +70 -0
  221. package/dist/dropdown/Dropdown.d.ts +51 -0
  222. package/dist/dropdown/Dropdown.js +136 -0
  223. package/dist/dropdown/DropdownButton.d.ts +18 -0
  224. package/dist/dropdown/DropdownButton.js +179 -0
  225. package/dist/dropdown/DropdownFooter.d.ts +10 -0
  226. package/dist/dropdown/DropdownFooter.js +35 -0
  227. package/dist/dropdown/DropdownItem.d.ts +10 -0
  228. package/dist/dropdown/DropdownItem.js +38 -0
  229. package/dist/editor/CodeEditor.d.ts +68 -0
  230. package/dist/editor/CodeEditor.js +435 -0
  231. package/dist/editor/CodeEditorReactWidget.d.ts +35 -0
  232. package/dist/editor/CodeEditorReactWidget.js +47 -0
  233. package/dist/hooks/useDismiss.d.ts +27 -0
  234. package/dist/hooks/useDismiss.js +37 -0
  235. package/dist/hooks/useElementWidth.d.ts +22 -0
  236. package/dist/hooks/useElementWidth.js +44 -0
  237. package/dist/hooks/useResize.d.ts +83 -0
  238. package/dist/hooks/useResize.js +114 -0
  239. package/dist/hotkeys/HotKeyBindings.d.ts +7 -0
  240. package/dist/hotkeys/HotKeyBindings.js +23 -0
  241. package/dist/hotkeys/HotKeySymbol.d.ts +13 -0
  242. package/dist/hotkeys/HotKeySymbol.js +49 -0
  243. package/dist/icons/BackIcon.d.ts +3 -0
  244. package/dist/icons/BackIcon.js +13 -0
  245. package/dist/icons/CloseIcon.d.ts +3 -0
  246. package/dist/icons/CloseIcon.js +13 -0
  247. package/dist/icons/CreateIcon.d.ts +3 -0
  248. package/dist/icons/CreateIcon.js +13 -0
  249. package/dist/icons/ForwardIcon.d.ts +3 -0
  250. package/dist/icons/ForwardIcon.js +13 -0
  251. package/dist/icons/GalaxyLogomark.d.ts +5 -0
  252. package/dist/icons/GalaxyLogomark.js +21 -0
  253. package/dist/icons/GalaxyLogomark3D.d.ts +41 -0
  254. package/dist/icons/GalaxyLogomark3D.js +310 -0
  255. package/dist/icons/GalaxyWordmark.d.ts +5 -0
  256. package/dist/icons/GalaxyWordmark.js +21 -0
  257. package/dist/icons/HelpIcon.d.ts +3 -0
  258. package/dist/icons/HelpIcon.js +14 -0
  259. package/dist/icons/Icon.d.ts +41 -0
  260. package/dist/icons/Icon.js +51 -0
  261. package/dist/icons/ProjectsIcon.d.ts +3 -0
  262. package/dist/icons/ProjectsIcon.js +12 -0
  263. package/dist/icons/SearchIcon.d.ts +3 -0
  264. package/dist/icons/SearchIcon.js +12 -0
  265. package/dist/icons/SourcesIcon.d.ts +3 -0
  266. package/dist/icons/SourcesIcon.js +12 -0
  267. package/dist/icons/TextIcon.d.ts +4 -0
  268. package/dist/icons/TextIcon.js +22 -0
  269. package/dist/icons/WebScrapeIcon.d.ts +4 -0
  270. package/dist/icons/WebScrapeIcon.js +22 -0
  271. package/dist/icons/WebhookIcon.d.ts +4 -0
  272. package/dist/icons/WebhookIcon.js +22 -0
  273. package/dist/icons/sources/AttioLogomark.d.ts +4 -0
  274. package/dist/icons/sources/AttioLogomark.js +8 -0
  275. package/dist/icons/sources/BrowserbaseLogomark.d.ts +4 -0
  276. package/dist/icons/sources/BrowserbaseLogomark.js +8 -0
  277. package/dist/icons/sources/ClickhouseLogomark.d.ts +4 -0
  278. package/dist/icons/sources/ClickhouseLogomark.js +16 -0
  279. package/dist/icons/sources/ConfluenceLogomark.d.ts +4 -0
  280. package/dist/icons/sources/ConfluenceLogomark.js +8 -0
  281. package/dist/icons/sources/GithubLogomark.d.ts +4 -0
  282. package/dist/icons/sources/GithubLogomark.js +8 -0
  283. package/dist/icons/sources/GoogleBigqueryLogomark.d.ts +4 -0
  284. package/dist/icons/sources/GoogleBigqueryLogomark.js +8 -0
  285. package/dist/icons/sources/GoogleDriveLogomark.d.ts +4 -0
  286. package/dist/icons/sources/GoogleDriveLogomark.js +8 -0
  287. package/dist/icons/sources/HubspotLogomark.d.ts +4 -0
  288. package/dist/icons/sources/HubspotLogomark.js +8 -0
  289. package/dist/icons/sources/JiraLogomark.d.ts +4 -0
  290. package/dist/icons/sources/JiraLogomark.js +8 -0
  291. package/dist/icons/sources/LinearLogomark.d.ts +4 -0
  292. package/dist/icons/sources/LinearLogomark.js +8 -0
  293. package/dist/icons/sources/MySQLLogomark.d.ts +4 -0
  294. package/dist/icons/sources/MySQLLogomark.js +8 -0
  295. package/dist/icons/sources/NetsuiteLogomark.d.ts +4 -0
  296. package/dist/icons/sources/NetsuiteLogomark.js +8 -0
  297. package/dist/icons/sources/NotionLogomark.d.ts +4 -0
  298. package/dist/icons/sources/NotionLogomark.js +8 -0
  299. package/dist/icons/sources/PostgresLogomark.d.ts +4 -0
  300. package/dist/icons/sources/PostgresLogomark.js +8 -0
  301. package/dist/icons/sources/S3Logomark.d.ts +4 -0
  302. package/dist/icons/sources/S3Logomark.js +8 -0
  303. package/dist/icons/sources/SalesforceLogomark.d.ts +4 -0
  304. package/dist/icons/sources/SalesforceLogomark.js +8 -0
  305. package/dist/icons/sources/SlackLogoIconmark.d.ts +4 -0
  306. package/dist/icons/sources/SlackLogoIconmark.js +8 -0
  307. package/dist/icons/sources/SnowflakeLogomark.d.ts +4 -0
  308. package/dist/icons/sources/SnowflakeLogomark.js +16 -0
  309. package/dist/icons/sources/WikipediaLogomark.d.ts +4 -0
  310. package/dist/icons/sources/WikipediaLogomark.js +8 -0
  311. package/dist/inputs/CheckboxInput.d.ts +20 -0
  312. package/dist/inputs/CheckboxInput.js +97 -0
  313. package/dist/inputs/ColorInput.d.ts +20 -0
  314. package/dist/inputs/ColorInput.js +368 -0
  315. package/dist/inputs/CopyInput.d.ts +15 -0
  316. package/dist/inputs/CopyInput.js +46 -0
  317. package/dist/inputs/DateInput.d.ts +19 -0
  318. package/dist/inputs/DateInput.js +498 -0
  319. package/dist/inputs/Input.d.ts +91 -0
  320. package/dist/inputs/Input.js +205 -0
  321. package/dist/inputs/MultiSelectInput.d.ts +38 -0
  322. package/dist/inputs/MultiSelectInput.js +566 -0
  323. package/dist/inputs/MultiTextInput.d.ts +27 -0
  324. package/dist/inputs/MultiTextInput.js +178 -0
  325. package/dist/inputs/NumberInput.d.ts +4 -0
  326. package/dist/inputs/NumberInput.js +34 -0
  327. package/dist/inputs/PasswordInput.d.ts +4 -0
  328. package/dist/inputs/PasswordInput.js +40 -0
  329. package/dist/inputs/RadioInput.d.ts +20 -0
  330. package/dist/inputs/RadioInput.js +108 -0
  331. package/dist/inputs/SelectInput.d.ts +51 -0
  332. package/dist/inputs/SelectInput.js +528 -0
  333. package/dist/inputs/SliderInput.d.ts +16 -0
  334. package/dist/inputs/SliderInput.js +172 -0
  335. package/dist/inputs/TextAreaInput.d.ts +40 -0
  336. package/dist/inputs/TextAreaInput.js +238 -0
  337. package/dist/inputs/TextInput.d.ts +4 -0
  338. package/dist/inputs/TextInput.js +53 -0
  339. package/dist/inputs/ToggleInput.d.ts +11 -0
  340. package/dist/inputs/ToggleInput.js +100 -0
  341. package/dist/inputs/hooks.d.ts +10 -0
  342. package/dist/inputs/hooks.js +22 -0
  343. package/dist/links/Link.d.ts +2 -0
  344. package/dist/links/Link.js +10 -0
  345. package/dist/lists/BulletedList.d.ts +11 -0
  346. package/dist/lists/BulletedList.js +41 -0
  347. package/dist/metrics/MetricItem.d.ts +15 -0
  348. package/dist/metrics/MetricItem.js +53 -0
  349. package/dist/metrics/ProgressBar.d.ts +15 -0
  350. package/dist/metrics/ProgressBar.js +60 -0
  351. package/dist/modal/Modal.d.ts +7 -0
  352. package/dist/modal/Modal.js +52 -0
  353. package/dist/overlay/OverlayProvider.d.ts +26 -0
  354. package/dist/overlay/OverlayProvider.js +92 -0
  355. package/dist/overlay/constants.d.ts +27 -0
  356. package/dist/overlay/constants.js +36 -0
  357. package/dist/overlay/useOverlay.d.ts +7 -0
  358. package/dist/overlay/useOverlay.js +46 -0
  359. package/dist/resizable/HorizontalResizeHandle.d.ts +10 -0
  360. package/dist/resizable/HorizontalResizeHandle.js +32 -0
  361. package/dist/resizable/VerticalResizeHandle.d.ts +11 -0
  362. package/dist/resizable/VerticalResizeHandle.js +33 -0
  363. package/dist/shapes/Circle.d.ts +6 -0
  364. package/dist/shapes/Circle.js +25 -0
  365. package/dist/spreadsheet/InfiniteSpreadsheet.d.ts +3 -0
  366. package/dist/spreadsheet/InfiniteSpreadsheet.js +265 -0
  367. package/dist/spreadsheet/SpreadsheetAddColumnButton.d.ts +6 -0
  368. package/dist/spreadsheet/SpreadsheetAddColumnButton.js +32 -0
  369. package/dist/spreadsheet/SpreadsheetCell.d.ts +19 -0
  370. package/dist/spreadsheet/SpreadsheetCell.js +115 -0
  371. package/dist/spreadsheet/SpreadsheetCellEditor.d.ts +11 -0
  372. package/dist/spreadsheet/SpreadsheetCellEditor.js +95 -0
  373. package/dist/spreadsheet/SpreadsheetHeaderCell.d.ts +13 -0
  374. package/dist/spreadsheet/SpreadsheetHeaderCell.js +125 -0
  375. package/dist/spreadsheet/SpreadsheetRow.d.ts +21 -0
  376. package/dist/spreadsheet/SpreadsheetRow.js +68 -0
  377. package/dist/spreadsheet/SpreadsheetRowActionCell.d.ts +11 -0
  378. package/dist/spreadsheet/SpreadsheetRowActionCell.js +60 -0
  379. package/dist/spreadsheet/hooks/useColumnResize.d.ts +6 -0
  380. package/dist/spreadsheet/hooks/useColumnResize.js +46 -0
  381. package/dist/spreadsheet/hooks/useSpreadsheetEditing.d.ts +13 -0
  382. package/dist/spreadsheet/hooks/useSpreadsheetEditing.js +41 -0
  383. package/dist/spreadsheet/types.d.ts +92 -0
  384. package/dist/spreadsheet/types.js +21 -0
  385. package/dist/styles.css +213 -0
  386. package/dist/switcher/Switcher.d.ts +11 -0
  387. package/dist/switcher/Switcher.js +41 -0
  388. package/dist/table/InfiniteTable.d.ts +83 -0
  389. package/dist/table/InfiniteTable.js +711 -0
  390. package/dist/table/VirtualizedInfiniteTable.d.ts +28 -0
  391. package/dist/table/VirtualizedInfiniteTable.js +359 -0
  392. package/dist/text/Bold.d.ts +3 -0
  393. package/dist/text/Bold.js +17 -0
  394. package/dist/text/Code.d.ts +3 -0
  395. package/dist/text/Code.js +27 -0
  396. package/dist/text/EditableText.d.ts +7 -0
  397. package/dist/text/EditableText.js +141 -0
  398. package/dist/text/Ellipsis.d.ts +10 -0
  399. package/dist/text/Ellipsis.js +28 -0
  400. package/dist/text/MarkdownText.d.ts +7 -0
  401. package/dist/text/MarkdownText.js +295 -0
  402. package/dist/text/Paragraph.d.ts +16 -0
  403. package/dist/text/Paragraph.js +76 -0
  404. package/dist/text/RequiredMarker.d.ts +6 -0
  405. package/dist/text/RequiredMarker.js +44 -0
  406. package/dist/text/Selectable.d.ts +3 -0
  407. package/dist/text/Selectable.js +15 -0
  408. package/dist/text/Text.d.ts +47 -0
  409. package/dist/text/Text.js +104 -0
  410. package/dist/text/TextShimmer.d.ts +7 -0
  411. package/dist/text/TextShimmer.js +30 -0
  412. package/dist/theme/GalaxyTheme.d.ts +36 -0
  413. package/dist/theme/GalaxyTheme.js +107 -0
  414. package/dist/theme/constants.d.ts +13 -0
  415. package/dist/theme/constants.js +43 -0
  416. package/dist/theme/index.d.ts +6 -0
  417. package/dist/theme/index.js +6 -0
  418. package/dist/theme/types.d.ts +174 -0
  419. package/dist/theme/types.js +0 -0
  420. package/dist/theme/typography.d.ts +2 -0
  421. package/dist/theme/typography.js +73 -0
  422. package/dist/theme/variants/dark.d.ts +2 -0
  423. package/dist/theme/variants/dark.js +125 -0
  424. package/dist/theme/variants/light.d.ts +2 -0
  425. package/dist/theme/variants/light.js +125 -0
  426. package/dist/tooltip/Tooltip.d.ts +37 -0
  427. package/dist/tooltip/Tooltip.js +79 -0
  428. package/dist/utils/colors.d.ts +84 -0
  429. package/dist/utils/colors.js +323 -0
  430. package/dist/utils/linaria.d.ts +1 -0
  431. package/dist/utils/linaria.js +8 -0
  432. package/dist/widget/Widget.d.ts +28 -0
  433. package/dist/widget/Widget.js +99 -0
  434. package/package.json +268 -0
@@ -0,0 +1,889 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region src/assets/components/root/CreateSourceActionCardLight.tsx
3
+ var SvgCreateSourceActionCardLight = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ fill: "none",
6
+ viewBox: "0 0 482 354",
7
+ ...props,
8
+ children: [/* @__PURE__ */ jsx("g", {
9
+ clipPath: "url(#create-source-action-card-light_svg__a)",
10
+ children: /* @__PURE__ */ jsxs("g", {
11
+ clipPath: "url(#create-source-action-card-light_svg__b)",
12
+ children: [
13
+ /* @__PURE__ */ jsxs("g", {
14
+ clipPath: "url(#create-source-action-card-light_svg__c)",
15
+ children: [/* @__PURE__ */ jsx("path", {
16
+ fill: "#3F3F3F",
17
+ d: "M31.348 37.974c-2.856 0-4.732-1.918-4.732-5.194 0-3.094 2.058-5.068 4.802-5.068 2.38 0 4.046 1.414 4.27 3.542h-1.652c-.224-1.358-1.134-2.226-2.646-2.226-1.862 0-3.15 1.414-3.15 3.752 0 2.38 1.302 3.878 3.122 3.878 1.54 0 2.534-.924 2.772-2.268h1.582c-.252 2.184-1.89 3.584-4.368 3.584m8.91 0c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m5.004.91v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284H49.77v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm7.877 0v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm10.83.224c-2.03 0-3.373-1.288-3.373-3.64 0-2.114 1.4-3.598 3.318-3.598 2.043 0 3.206 1.428 3.206 3.626v.308h-5.055c.029 1.316.813 2.17 1.919 2.17.783 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.625-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.023 0-1.722.77-1.82 1.792zm6.089 4.34c-2.002 0-3.402-1.302-3.402-3.626 0-2.212 1.512-3.612 3.472-3.612 1.792 0 2.926 1.078 3.08 2.646h-1.484c-.084-.826-.63-1.498-1.61-1.498-1.148 0-1.974.98-1.974 2.464s.784 2.492 1.96 2.492c1.022 0 1.596-.644 1.708-1.526h1.456c-.182 1.596-1.274 2.66-3.206 2.66m7.392-.112c-1.232 0-2.072-.602-2.072-2.114v-3.612h-1.414V30.96h1.414v-2.352h1.456v2.352h1.54v1.176h-1.54v3.416c0 .756.336 1.092.994 1.092.168 0 .336-.014.518-.042v1.162c-.21.056-.546.098-.896.098m5.284.112c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792zm5.81 4.34c-1.793 0-3.123-1.26-3.123-3.612 0-2.24 1.386-3.626 3.15-3.626 1.093 0 1.793.574 2.143 1.162-.028-.21-.028-.406-.028-.602V27.95h1.456v9.8h-1.457v-.336c0-.224 0-.406.029-.602-.322.56-1.036 1.162-2.17 1.162m.307-1.134c1.107 0 1.919-.994 1.919-2.492s-.799-2.464-1.919-2.464-1.931 1.008-1.931 2.478c0 1.498.797 2.478 1.931 2.478"
18
+ }), /* @__PURE__ */ jsxs("g", {
19
+ clipPath: "url(#create-source-action-card-light_svg__d)",
20
+ children: [
21
+ /* @__PURE__ */ jsxs("g", {
22
+ filter: "url(#create-source-action-card-light_svg__e)",
23
+ children: [
24
+ /* @__PURE__ */ jsx("rect", {
25
+ width: 308.25,
26
+ height: 144.5,
27
+ x: 26,
28
+ y: 56.75,
29
+ fill: "#FAFAFA",
30
+ rx: 8,
31
+ shapeRendering: "crispEdges"
32
+ }),
33
+ /* @__PURE__ */ jsx("rect", {
34
+ width: 307.75,
35
+ height: 144,
36
+ x: 26.25,
37
+ y: 57,
38
+ stroke: "#E0E1E2",
39
+ strokeWidth: .5,
40
+ rx: 7.75,
41
+ shapeRendering: "crispEdges"
42
+ }),
43
+ /* @__PURE__ */ jsx("rect", {
44
+ width: 28,
45
+ height: 28,
46
+ x: 38,
47
+ y: 68.75,
48
+ fill: "#fff",
49
+ rx: 4
50
+ }),
51
+ /* @__PURE__ */ jsx("g", {
52
+ clipPath: "url(#create-source-action-card-light_svg__f)",
53
+ children: /* @__PURE__ */ jsx("path", {
54
+ fill: "#29B5E8",
55
+ fillRule: "evenodd",
56
+ d: "m59.018 81.172-1.875 1.08 1.875 1.07a.986.986 0 1 1-.987 1.705l-3.36-1.933a.99.99 0 0 1-.494-.882.987.987 0 0 1 .49-.818l3.361-1.926a.991.991 0 0 1 1.452 1.11.98.98 0 0 1-.462.594m-1.775 5.23-3.36-1.929a.994.994 0 0 0-1.487.85v3.856a.99.99 0 0 0 .99.954.99.99 0 0 0 .988-.954v-2.16l1.88 1.078a.988.988 0 0 0 1.448-1.107.98.98 0 0 0-.46-.598zm-3.872-3.77-1.4 1.382a.28.28 0 0 1-.176.074h-.411a.3.3 0 0 1-.175-.074l-1.393-1.386a.28.28 0 0 1-.073-.173v-.41a.3.3 0 0 1 .073-.174l1.393-1.386a.3.3 0 0 1 .175-.073h.411a.28.28 0 0 1 .175.073l1.397 1.386c.043.048.068.11.071.174v.41a.28.28 0 0 1-.072.172zm-1.116-.384a.3.3 0 0 0-.079-.178l-.404-.399a.3.3 0 0 0-.175-.073h-.015a.28.28 0 0 0-.174.073l-.404.4a.3.3 0 0 0-.072.176v.014a.27.27 0 0 0 .072.173l.406.398c.048.044.11.07.174.073h.015a.3.3 0 0 0 .176-.073l.404-.401a.3.3 0 0 0 .074-.173zm-6.319-4.149 3.36 1.924a.995.995 0 0 0 1.489-.851V75.32a.988.988 0 0 0-1.677-.677 1 1 0 0 0-.301.677v2.16l-1.882-1.08a.986.986 0 0 0-.989 1.706zm7.375 2.056a1 1 0 0 0 .57-.128l3.358-1.933a.985.985 0 1 0-.988-1.706l-1.88 1.09v-2.161a.988.988 0 0 0-1.677-.677 1 1 0 0 0-.301.677v3.855a.984.984 0 0 0 .918.983m-3.44 4.19a.98.98 0 0 0-.57.128l-3.365 1.925a.986.986 0 1 0 .989 1.706l1.882-1.079v2.16a.988.988 0 0 0 1.677.678 1 1 0 0 0 .3-.677v-3.862a.983.983 0 0 0-.913-.98m-.912-1.805a.98.98 0 0 0-.455-1.137l-3.357-1.932a.99.99 0 0 0-1.471.723.98.98 0 0 0 .486.978l1.876 1.08-1.876 1.07a.984.984 0 1 0 .985 1.705l3.357-1.933a.98.98 0 0 0 .454-.554zm10.608-6.393h-.151v.185h.15c.07 0 .114-.032.114-.09 0-.06-.041-.095-.114-.095m-.335-.17h.342c.184 0 .307.1.307.257a.25.25 0 0 1-.123.216l.133.191v.04H59.7l-.133-.183h-.15v.182h-.185zm.945.365a.623.623 0 0 0-.635-.663c-.377 0-.628.272-.628.663 0 .373.251.662.628.662a.623.623 0 0 0 .636-.662m.157 0c0 .443-.296.812-.797.812-.5 0-.784-.373-.784-.812s.292-.812.784-.812.796.369.796.812z",
57
+ clipRule: "evenodd"
58
+ })
59
+ }),
60
+ /* @__PURE__ */ jsx("path", {
61
+ fill: "#101010",
62
+ d: "M77.892 90.858c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884V83.48h3.626v1.386zm7.901 3.108c-1.876 0-2.996-.994-3.066-2.52h1.456c.042.868.602 1.414 1.596 1.414.854 0 1.414-.392 1.414-.994 0-.49-.378-.77-1.148-.924l-.924-.182c-1.344-.252-2.156-.91-2.156-2.002 0-1.162 1.106-2.03 2.716-2.03 1.722 0 2.786.868 2.856 2.268h-1.456c-.07-.742-.602-1.162-1.442-1.162-.728 0-1.232.322-1.232.854 0 .476.336.714 1.148.868l.938.182c1.274.252 2.128.854 2.128 2.016 0 1.26-1.078 2.212-2.828 2.212m4.399-.224v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm10.859.224c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m6.279.91-2.142-6.79h1.526l1.358 4.816c.056.21.112.434.154.658l.168-.658 1.302-4.816h1.89l1.344 4.816c.056.196.112.406.154.644.056-.238.098-.448.168-.658l1.344-4.802h1.428l-2.1 6.79h-1.75l-1.372-4.886-.154-.672a3.6 3.6 0 0 1-.168.672l-1.358 4.886zm10.499 0v-5.614h-1.316V80.96h1.316v-1.022c0-1.47.882-2.226 2.058-2.226.364 0 .658.07.798.126v1.176a2 2 0 0 0-.448-.056c-.574 0-.952.336-.952.952v1.05h1.414v1.176h-1.414v5.614zm4.046 0v-9.8h1.456v9.8zm5.379.224c-1.232 0-2.338-.784-2.338-2.086 0-1.428 1.12-2.002 2.45-2.184l1.218-.182c.532-.07.714-.266.714-.644 0-.602-.476-1.036-1.232-1.036-.924 0-1.442.504-1.484 1.274h-1.484c.07-1.33 1.134-2.38 2.87-2.38 1.876 0 2.772 1.05 2.772 2.786v4.228h-1.358v-.308c0-.21.014-.406.028-.616-.35.686-1.064 1.148-2.156 1.148m.322-1.092c.994 0 1.75-.7 1.75-1.736v-.868c-.112.14-.364.224-.77.294l-.77.154c-.798.154-1.372.462-1.372 1.12s.518 1.036 1.162 1.036m5.062.868v-9.8h1.456v5.796c.154-.196.336-.406.504-.574l2.128-2.212h1.876l-2.884 2.884 3.178 3.906h-1.918l-2.254-2.912-.63.63v2.282zm9.792.224c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792z"
63
+ }),
64
+ /* @__PURE__ */ jsx("circle", {
65
+ cx: 250.25,
66
+ cy: 82.75,
67
+ r: 5.25,
68
+ fill: "#55C393",
69
+ fillOpacity: .2
70
+ }),
71
+ /* @__PURE__ */ jsx("circle", {
72
+ cx: 250.25,
73
+ cy: 82.75,
74
+ r: 2.625,
75
+ fill: "#4CB782"
76
+ }),
77
+ /* @__PURE__ */ jsx("path", {
78
+ fill: "#4CB782",
79
+ d: "M265.834 86.942c-2.448 0-4.056-1.644-4.056-4.452 0-2.652 1.764-4.344 4.116-4.344 2.04 0 3.468 1.212 3.66 3.036h-1.416c-.192-1.164-.972-1.908-2.268-1.908-1.596 0-2.7 1.212-2.7 3.216 0 2.04 1.116 3.324 2.676 3.324 1.32 0 2.172-.792 2.376-1.944h1.356c-.216 1.872-1.62 3.072-3.744 3.072m7.637 0c-1.716 0-2.916-1.2-2.916-3.096 0-1.86 1.212-3.108 2.916-3.108 1.716 0 2.928 1.248 2.928 3.108 0 1.896-1.212 3.096-2.928 3.096m0-.972c1.008 0 1.656-.828 1.656-2.124 0-1.32-.66-2.124-1.656-2.124-.984 0-1.644.804-1.644 2.124 0 1.296.636 2.124 1.644 2.124m4.289.78v-5.82h1.236v.324c0 .156 0 .3-.024.48.325-.54.949-.996 1.801-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.429.708-1.429 1.572v3.456zm6.752 0v-5.82h1.236v.324c0 .156 0 .3-.024.48.324-.54.948-.996 1.8-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.428.708-1.428 1.572v3.456zm9.283.192c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm5.22 3.72c-1.716 0-2.916-1.116-2.916-3.108 0-1.896 1.296-3.096 2.976-3.096 1.536 0 2.508.924 2.64 2.268h-1.272c-.072-.708-.54-1.284-1.38-1.284-.984 0-1.692.84-1.692 2.112s.672 2.136 1.68 2.136c.876 0 1.368-.552 1.464-1.308h1.248c-.156 1.368-1.092 2.28-2.748 2.28m6.336-.096c-1.056 0-1.776-.516-1.776-1.812v-3.096h-1.212V80.93h1.212v-2.016h1.248v2.016h1.32v1.008h-1.32v2.928c0 .648.288.936.852.936.144 0 .288-.012.444-.036v.996c-.18.048-.468.084-.768.084m4.529.096c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm4.98 3.72c-1.536 0-2.676-1.08-2.676-3.096 0-1.92 1.188-3.108 2.7-3.108.936 0 1.536.492 1.836.996-.024-.18-.024-.348-.024-.516V78.35h1.248v8.4h-1.248v-.288c0-.192 0-.348.024-.516-.276.48-.888.996-1.86.996m.264-.972c.948 0 1.644-.852 1.644-2.136s-.684-2.112-1.644-2.112-1.656.864-1.656 2.124c0 1.284.684 2.124 1.656 2.124"
80
+ }),
81
+ /* @__PURE__ */ jsx("path", {
82
+ fill: "#9E9E9E",
83
+ d: "M39.183 116.75v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.34-.208c.48-.078.636-.247.636-.624 0-.689-.533-1.092-1.26-1.092-.963 0-1.457.507-1.483 1.287h-1.118c.04-1.144.936-2.171 2.51-2.171 1.56 0 2.443.923 2.443 2.366v4.108H50.02v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.74.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.94.871c-1.69 0-2.666-.923-2.692-2.262h1.092c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m6.26-.091c-.936 0-1.78-.455-1.78-1.846v-3.601H58.5v-.923h1.17v-2.067h1.117v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.69-2.262h1.091c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m4.533 2.509 1.144-2.925-2.51-6.045h1.236l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314H90.91c-.104-.819-.663-1.43-1.6-1.43-1.195 0-1.975 1.053-1.975 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.26-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.65-1.261h1.106c-.13 1.105-.988 2.132-2.77 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M114.809 116.958c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
84
+ }),
85
+ /* @__PURE__ */ jsx("rect", {
86
+ width: 83.5,
87
+ height: 18.5,
88
+ x: 38.25,
89
+ y: 132,
90
+ fill: "#F5F5F5",
91
+ rx: 3.75
92
+ }),
93
+ /* @__PURE__ */ jsx("rect", {
94
+ width: 83.5,
95
+ height: 18.5,
96
+ x: 38.25,
97
+ y: 132,
98
+ stroke: "#E0E1E2",
99
+ strokeWidth: .5,
100
+ rx: 3.75
101
+ }),
102
+ /* @__PURE__ */ jsx("path", {
103
+ fill: "#3F3F3F",
104
+ d: "M48 136.188a5.06 5.06 0 0 0-4.677 3.125A5.062 5.062 0 1 0 48 136.188m3.938 5.055c-.027.067-.268.334-1.073.578q-.406.121-.824.195.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.066.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.444.031-.906.032c-1.07 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.944 3.944 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.382 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721c.633-.094 1.225-.239 1.72-.436a3.96 3.96 0 0 1-2.156 2.157"
105
+ }),
106
+ /* @__PURE__ */ jsx("path", {
107
+ fill: "#101010",
108
+ d: "M58.559 145.75c0-1.17.481-1.937 1.898-3.016l1.235-.949c.767-.598 1.716-1.43 1.716-2.587 0-1.04-.637-1.82-1.729-1.82-1.105 0-1.859.78-1.859 2.275v.169h-1.17v-.299c0-1.95 1.326-3.081 3.029-3.081 1.69 0 2.912 1.053 2.912 2.743 0 1.365-.819 2.34-2.535 3.64l-.637.481c-.845.637-1.352 1.066-1.443 1.404h4.771v1.04zm10.93 2.704v-8.97h1.118v.858c.352-.559 1.132-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.04-1.066v3.575zm2.99-3.38c1.157 0 1.912-1.014 1.912-2.47 0-1.443-.755-2.444-1.912-2.444-1.13 0-1.936.949-1.936 2.444 0 1.469.792 2.47 1.936 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.35-.026c-1.21 0-1.899.676-1.899 2.067v3.315zm7.123.195c-1.807 0-3.08-1.339-3.08-3.341 0-1.95 1.273-3.328 3.08-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.08 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.129 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.559 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.873 0-3.043-1.183-3.043-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.9 1.313 2.9 3.328v.221h-4.759c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.637-3.913c0-1.118-.61-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m4.406.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
109
+ }),
110
+ /* @__PURE__ */ jsx("rect", {
111
+ width: 77.5,
112
+ height: 18.5,
113
+ x: 130.25,
114
+ y: 132,
115
+ fill: "#F5F5F5",
116
+ rx: 3.75
117
+ }),
118
+ /* @__PURE__ */ jsx("rect", {
119
+ width: 77.5,
120
+ height: 18.5,
121
+ x: 130.25,
122
+ y: 132,
123
+ stroke: "#E0E1E2",
124
+ strokeWidth: .5,
125
+ rx: 3.75
126
+ }),
127
+ /* @__PURE__ */ jsx("path", {
128
+ fill: "#3F3F3F",
129
+ d: "M138.125 140.313h-2.25a.567.567 0 0 1-.563-.563v-2.25a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365V145a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
130
+ }),
131
+ /* @__PURE__ */ jsx("path", {
132
+ fill: "#101010",
133
+ d: "M153.653 145.945c-1.872 0-3.042-1.066-3.042-2.626h1.17c0 1.027.676 1.703 1.833 1.703 1.313 0 2.08-.884 2.08-2.236 0-1.287-.702-2.184-1.924-2.184-.962 0-1.716.676-1.924 1.209h-1.092l.663-5.161h4.953v1.04h-4.095l-.299 2.301-.078.676c.455-.598 1.261-.988 2.145-.988 1.677 0 2.834 1.326 2.834 3.029 0 1.898-1.274 3.237-3.224 3.237m7.816 0c-2.379 0-3.276-2.015-3.276-4.537 0-2.808 1.17-4.966 3.666-4.966 1.612 0 2.691.975 2.704 2.405h-1.157c-.026-.897-.637-1.495-1.573-1.495-1.521 0-2.379 1.196-2.483 3.406-.013.13-.013.273-.013.416.39-.741 1.3-1.391 2.418-1.391 1.69 0 2.821 1.3 2.821 3.029 0 1.82-1.352 3.133-3.107 3.133m0-.871c1.105 0 1.924-.897 1.924-2.249 0-1.157-.715-2.119-1.859-2.119s-1.989.923-1.989 2.08c0 1.56.845 2.288 1.924 2.288m10.128.871c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045H176l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.803-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.554 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
134
+ }),
135
+ /* @__PURE__ */ jsx("path", {
136
+ fill: "#fff",
137
+ fillOpacity: .08,
138
+ d: "M38 162.75h284.25v.5H38z"
139
+ }),
140
+ /* @__PURE__ */ jsx("path", {
141
+ fill: "#3F3F3F",
142
+ d: "M42.596 186.43c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.07-.18v-5.784H48.7v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.54.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204H52.43c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.103 0-1.992-.672-1.992-1.764 0-1.116.889-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.163-1.008-.889 0-1.344.468-1.368 1.188H58.13c.035-1.056.864-2.004 2.316-2.004 1.44 0 2.255.852 2.255 2.184v3.792h-.983v-.78c-.288.6-.913.96-1.776.96m.145-.804c.923 0 1.607-.624 1.607-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.069.96m6.394.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.36.804c-.803 0-1.523-.396-1.883-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.167-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
143
+ }),
144
+ /* @__PURE__ */ jsx("path", {
145
+ fill: "#101010",
146
+ d: "M102.092 186.25v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
147
+ }),
148
+ /* @__PURE__ */ jsx("path", {
149
+ fill: "#9E9E9E",
150
+ d: "m188.024 186.25 3.408-8.4h1.56l3.408 8.4h-1.488l-.9-2.4h-3.672l-.9 2.4zm2.736-3.516h2.832l-1.128-2.988a13 13 0 0 1-.276-.804l-.3.804zm6.542 5.988v-8.292h1.248v.336c0 .156-.012.3-.024.48.348-.576 1.02-1.008 1.908-1.008 1.608 0 2.616 1.296 2.616 3.108 0 1.872-1.116 3.096-2.652 3.096-.912 0-1.5-.408-1.872-.996l.024.516v2.76zm2.832-3.252c.984 0 1.632-.876 1.632-2.136 0-1.236-.624-2.112-1.632-2.112-.96 0-1.644.816-1.644 2.112 0 1.272.672 2.136 1.644 2.136m4.271.78v-5.82h1.248v.348l-.024.66c.3-.66.876-1.2 1.764-1.2.096 0 .192 0 .288.024v1.212c-.096-.012-.204-.036-.372-.036-1.008 0-1.656.54-1.656 1.824v2.988zm8.238-5.88.024-.708a2.38 2.38 0 0 1-1.968 1.164v-1.248c1.032-.132 1.896-.804 2.136-1.728h1.092v8.4h-1.284zm6.156 6.072c-2.256 0-3.204-1.836-3.204-4.212 0-2.604 1.08-4.584 3.456-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.564-1.284-1.392-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.22-1.26c1.536 0 2.628 1.14 2.628 2.76 0 1.704-1.272 2.94-2.94 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.008 0-1.716.72-1.716 1.728 0 1.212.708 1.86 1.68 1.86m4.137 2.148c.408-.12.756-.36.756-1.068v-.228h-.768v-1.596h1.596v1.668c0 1.308-.696 1.86-1.584 1.968zm5.223-1.296c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12h-1.344v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.286.192c-2.028 0-3.18-1.632-3.18-4.404 0-2.748 1.224-4.392 3.18-4.392 1.944 0 3.18 1.62 3.18 4.428 0 2.76-1.176 4.368-3.18 4.368m.012-1.068c1.14 0 1.848-1.044 1.848-3.288 0-2.316-.696-3.372-1.848-3.372-1.188 0-1.872 1.068-1.872 3.384 0 2.232.732 3.276 1.872 3.276m4.271.876c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12H242.8v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.299.192c-2.257 0-3.205-1.836-3.205-4.212 0-2.604 1.08-4.584 3.457-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.565-1.284-1.393-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.221-1.26c1.535 0 2.627 1.14 2.627 2.76 0 1.704-1.271 2.94-2.939 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.009 0-1.717.72-1.717 1.728 0 1.212.708 1.86 1.681 1.86"
151
+ })
152
+ ]
153
+ }),
154
+ /* @__PURE__ */ jsxs("g", {
155
+ filter: "url(#create-source-action-card-light_svg__g)",
156
+ children: [
157
+ /* @__PURE__ */ jsx("rect", {
158
+ width: 308.25,
159
+ height: 144.5,
160
+ x: 358.25,
161
+ y: 56.75,
162
+ fill: "#FAFAFA",
163
+ rx: 8,
164
+ shapeRendering: "crispEdges"
165
+ }),
166
+ /* @__PURE__ */ jsx("rect", {
167
+ width: 307.75,
168
+ height: 144,
169
+ x: 358.5,
170
+ y: 57,
171
+ stroke: "#E0E1E2",
172
+ strokeWidth: .5,
173
+ rx: 7.75,
174
+ shapeRendering: "crispEdges"
175
+ }),
176
+ /* @__PURE__ */ jsx("rect", {
177
+ width: 28,
178
+ height: 28,
179
+ x: 370.25,
180
+ y: 68.75,
181
+ fill: "#fff",
182
+ rx: 4
183
+ }),
184
+ /* @__PURE__ */ jsx("path", {
185
+ fill: "#fff",
186
+ d: "m376.927 75.149 9.197-.691c1.116-.107 1.409-.027 2.126.478l2.951 2.073c.478.346.638.452.638.851v11.35c0 .718-.266 1.143-1.17 1.196l-10.685.638c-.692.027-1.011-.053-1.356-.505l-2.153-2.791c-.399-.532-.558-.904-.558-1.356v-10.1c0-.585.265-1.09 1.01-1.143"
187
+ }),
188
+ /* @__PURE__ */ jsx("path", {
189
+ fill: "#000",
190
+ fillRule: "evenodd",
191
+ d: "m386.124 74.458-9.197.691c-.745.053-1.01.558-1.01 1.143v10.1c0 .453.159.851.558 1.356l2.153 2.818c.345.452.691.558 1.356.505l10.685-.638c.904-.053 1.17-.479 1.17-1.196V77.86c0-.372-.133-.478-.585-.797-.027-.027-.053-.027-.08-.053l-2.924-2.047c-.691-.532-.983-.585-2.126-.505m-5.901 3.216c-.877.053-1.063.08-1.568-.345l-1.25-.984c-.133-.133-.08-.292.266-.319l8.851-.638c.745-.053 1.117.186 1.409.426l1.515 1.09c.08.026.24.212.027.212l-9.144.558zm-1.01 11.456v-9.648c0-.426.133-.612.505-.638l10.499-.612c.346-.026.505.186.505.612v9.569c0 .425-.08.77-.638.797l-10.047.585c-.558.053-.824-.16-.824-.665m9.914-9.117c.054.293 0 .585-.292.612l-.478.106v7.124c-.426.239-.798.345-1.117.345-.505 0-.638-.16-1.037-.638l-3.189-4.997v4.811l1.01.24s0 .584-.798.584l-2.232.133c-.054-.133 0-.452.212-.505l.585-.16V81.29l-.797-.08c-.054-.292.106-.717.558-.744l2.392-.16 3.296 5.051V80.89l-.85-.106a.542.542 0 0 1 .505-.638z",
192
+ clipRule: "evenodd"
193
+ }),
194
+ /* @__PURE__ */ jsx("path", {
195
+ fill: "#101010",
196
+ d: "M410.142 90.858c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884V83.48h3.626v1.386zm5.367 2.884v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm10.859.224c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m7.638 1.022c-1.232 0-2.072-.602-2.072-2.114v-3.612h-1.414V80.96h1.414v-2.352h1.456v2.352h1.54v1.176h-1.54v3.416c0 .756.336 1.092.994 1.092.168 0 .336-.014.518-.042v1.162c-.21.056-.546.098-.896.098m2.44-.112v-6.79h1.456v6.79zm-.07-7.952v-1.61h1.596v1.61zm6.499 8.176c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m5.004.91v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032z"
197
+ }),
198
+ /* @__PURE__ */ jsx("path", {
199
+ fill: "#9E9E9E",
200
+ d: "M371.433 116.75v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.339-.208c.481-.078.637-.247.637-.624 0-.689-.533-1.092-1.261-1.092-.962 0-1.456.507-1.482 1.287h-1.118c.039-1.144.936-2.171 2.509-2.171 1.56 0 2.444.923 2.444 2.366v4.108h-1.066v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.741.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.939.871c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m6.261-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M447.059 116.958c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
201
+ }),
202
+ /* @__PURE__ */ jsx("rect", {
203
+ width: 84.5,
204
+ height: 18.5,
205
+ x: 370.5,
206
+ y: 132,
207
+ fill: "#F5F5F5",
208
+ rx: 3.75
209
+ }),
210
+ /* @__PURE__ */ jsx("rect", {
211
+ width: 84.5,
212
+ height: 18.5,
213
+ x: 370.5,
214
+ y: 132,
215
+ stroke: "#E0E1E2",
216
+ strokeWidth: .5,
217
+ rx: 3.75
218
+ }),
219
+ /* @__PURE__ */ jsx("path", {
220
+ fill: "#3F3F3F",
221
+ d: "M380.25 136.188a5.06 5.06 0 0 0-4.965 6.05 5.06 5.06 0 0 0 6.902 3.689 5.06 5.06 0 0 0 3.126-4.677 5.07 5.07 0 0 0-5.063-5.062m3.938 5.055c-.027.067-.268.334-1.073.578a7 7 0 0 1-.824.195q.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.067.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.443.031-.906.032c-1.069 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.94 3.94 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.383 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721 8 8 0 0 0 1.721-.436 3.95 3.95 0 0 1-.863 1.294c-.37.371-.81.664-1.294.863"
222
+ }),
223
+ /* @__PURE__ */ jsx("path", {
224
+ fill: "#101010",
225
+ d: "M393.968 145.945c-1.937 0-3.133-1.131-3.133-2.821h1.157c0 1.079.702 1.898 1.976 1.898 1.196 0 2.041-.676 2.041-1.807 0-1.118-.897-1.716-2.002-1.716h-.533v-1.001h.546c.962 0 1.755-.559 1.755-1.612 0-.962-.689-1.508-1.716-1.508-1.222 0-1.885.676-1.911 1.82h-1.17c.039-1.638 1.144-2.756 3.094-2.756 1.651 0 2.886.988 2.886 2.392 0 .936-.559 1.755-1.651 2.119 1.248.338 1.885 1.183 1.885 2.301 0 1.586-1.339 2.691-3.224 2.691m8.038 2.509v-8.97h1.118v.858c.351-.559 1.131-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.041-1.066v3.575zm2.99-3.38c1.157 0 1.911-1.014 1.911-2.47 0-1.443-.754-2.444-1.911-2.444-1.131 0-1.937.949-1.937 2.444 0 1.469.793 2.47 1.937 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.351-.026c-1.209 0-1.898.676-1.898 2.067v3.315zm7.123.195c-1.807 0-3.081-1.339-3.081-3.341 0-1.95 1.274-3.328 3.081-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.081 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.128 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.559 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m4.406.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
226
+ }),
227
+ /* @__PURE__ */ jsx("rect", {
228
+ width: 69.5,
229
+ height: 18.5,
230
+ x: 463.5,
231
+ y: 132,
232
+ fill: "#F5F5F5",
233
+ rx: 3.75
234
+ }),
235
+ /* @__PURE__ */ jsx("rect", {
236
+ width: 69.5,
237
+ height: 18.5,
238
+ x: 463.5,
239
+ y: 132,
240
+ stroke: "#E0E1E2",
241
+ strokeWidth: .5,
242
+ rx: 3.75
243
+ }),
244
+ /* @__PURE__ */ jsx("path", {
245
+ fill: "#3F3F3F",
246
+ d: "M471.375 140.313h-2.25a.567.567 0 0 1-.563-.563v-2.25a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365V145a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
247
+ }),
248
+ /* @__PURE__ */ jsx("path", {
249
+ fill: "#fff",
250
+ fillOpacity: .08,
251
+ d: "M370.25 162.75H654.5v.5H370.25z"
252
+ }),
253
+ /* @__PURE__ */ jsx("path", {
254
+ fill: "#3F3F3F",
255
+ d: "M374.846 186.43c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.071-.18v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m6.395.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.361.804c-.804 0-1.524-.396-1.884-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.168-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
256
+ }),
257
+ /* @__PURE__ */ jsx("path", {
258
+ fill: "#101010",
259
+ d: "M434.342 186.25v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188H503.9c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
260
+ })
261
+ ]
262
+ }),
263
+ /* @__PURE__ */ jsxs("g", {
264
+ filter: "url(#create-source-action-card-light_svg__h)",
265
+ children: [
266
+ /* @__PURE__ */ jsx("rect", {
267
+ width: 308.25,
268
+ height: 144.5,
269
+ x: 26,
270
+ y: 225.25,
271
+ fill: "#FAFAFA",
272
+ rx: 8,
273
+ shapeRendering: "crispEdges"
274
+ }),
275
+ /* @__PURE__ */ jsx("rect", {
276
+ width: 307.75,
277
+ height: 144,
278
+ x: 26.25,
279
+ y: 225.5,
280
+ stroke: "#E0E1E2",
281
+ strokeWidth: .5,
282
+ rx: 7.75,
283
+ shapeRendering: "crispEdges"
284
+ }),
285
+ /* @__PURE__ */ jsx("rect", {
286
+ width: 28,
287
+ height: 28,
288
+ x: 38,
289
+ y: 237.25,
290
+ fill: "#fff",
291
+ rx: 4
292
+ }),
293
+ /* @__PURE__ */ jsx("path", {
294
+ fill: "#E01E5A",
295
+ d: "M47.168 253.449c0 .963-.787 1.751-1.75 1.751-.964 0-1.751-.788-1.751-1.751 0-.964.787-1.751 1.75-1.751h1.751zM48.05 253.449c0-.964.788-1.751 1.751-1.751.964 0 1.751.787 1.751 1.751v4.383c0 .964-.787 1.751-1.75 1.751-.964 0-1.752-.787-1.752-1.751z"
296
+ }),
297
+ /* @__PURE__ */ jsx("path", {
298
+ fill: "#36C5F0",
299
+ d: "M49.801 246.418c-.963 0-1.75-.787-1.75-1.751s.787-1.75 1.75-1.75c.964 0 1.751.787 1.751 1.75v1.751zM49.801 247.3c.964 0 1.751.788 1.751 1.751 0 .964-.787 1.751-1.75 1.751h-4.385c-.963 0-1.75-.787-1.75-1.751s.787-1.751 1.75-1.751z"
300
+ }),
301
+ /* @__PURE__ */ jsx("path", {
302
+ fill: "#2EB67D",
303
+ d: "M56.832 249.051c0-.963.787-1.751 1.75-1.751.964 0 1.751.788 1.751 1.751 0 .964-.787 1.751-1.75 1.751h-1.751zM55.95 249.051c0 .964-.788 1.751-1.751 1.751-.964 0-1.751-.787-1.751-1.751v-4.384c0-.963.787-1.75 1.75-1.75.964 0 1.752.787 1.752 1.75z"
304
+ }),
305
+ /* @__PURE__ */ jsx("path", {
306
+ fill: "#ECB22E",
307
+ d: "M54.199 256.082c.963 0 1.75.787 1.75 1.75 0 .964-.787 1.751-1.75 1.751-.964 0-1.751-.787-1.751-1.751v-1.75zM54.199 255.2c-.964 0-1.751-.788-1.751-1.751 0-.964.787-1.751 1.75-1.751h4.385c.963 0 1.75.787 1.75 1.751s-.787 1.751-1.75 1.751z"
308
+ }),
309
+ /* @__PURE__ */ jsx("path", {
310
+ fill: "#101010",
311
+ d: "M77.892 259.358c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884v-1.386h3.626v1.386zm7.901 3.108c-1.876 0-2.996-.994-3.066-2.52h1.456c.042.868.602 1.414 1.596 1.414.854 0 1.414-.392 1.414-.994 0-.49-.378-.77-1.148-.924l-.924-.182c-1.344-.252-2.156-.91-2.156-2.002 0-1.162 1.106-2.03 2.716-2.03 1.722 0 2.786.868 2.856 2.268h-1.456c-.07-.742-.602-1.162-1.442-1.162-.728 0-1.232.322-1.232.854 0 .476.336.714 1.148.868l.938.182c1.274.252 2.128.854 2.128 2.016 0 1.26-1.078 2.212-2.828 2.212m4.399-.224v-9.8h1.456v9.8zm5.393.224c-1.232 0-2.338-.784-2.338-2.086 0-1.428 1.12-2.002 2.45-2.184l1.218-.182c.532-.07.714-.266.714-.644 0-.602-.476-1.036-1.232-1.036-.924 0-1.442.504-1.484 1.274h-1.484c.07-1.33 1.134-2.38 2.87-2.38 1.876 0 2.772 1.05 2.772 2.786v4.228h-1.358v-.308c0-.21.014-.406.028-.616-.35.686-1.064 1.148-2.156 1.148m.322-1.092c.994 0 1.75-.7 1.75-1.736v-.868c-.112.14-.364.224-.77.294l-.77.154c-.798.154-1.372.462-1.372 1.12s.518 1.036 1.162 1.036m8.044 1.092c-2.002 0-3.402-1.302-3.402-3.626 0-2.212 1.512-3.612 3.472-3.612 1.792 0 2.926 1.078 3.08 2.646h-1.484c-.084-.826-.63-1.498-1.61-1.498-1.148 0-1.974.98-1.974 2.464s.784 2.492 1.96 2.492c1.022 0 1.596-.644 1.708-1.526h1.456c-.182 1.596-1.274 2.66-3.206 2.66m4.703-.224v-9.8h1.456v5.796c.154-.196.336-.406.504-.574l2.128-2.212h1.876l-2.884 2.884 3.178 3.906h-1.918l-2.254-2.912-.63.63v2.282z"
312
+ }),
313
+ /* @__PURE__ */ jsx("circle", {
314
+ cx: 250.25,
315
+ cy: 251.25,
316
+ r: 5.25,
317
+ fill: "#55C393",
318
+ fillOpacity: .2
319
+ }),
320
+ /* @__PURE__ */ jsx("circle", {
321
+ cx: 250.25,
322
+ cy: 251.25,
323
+ r: 2.625,
324
+ fill: "#4CB782"
325
+ }),
326
+ /* @__PURE__ */ jsx("path", {
327
+ fill: "#4CB782",
328
+ d: "M265.834 255.442c-2.448 0-4.056-1.644-4.056-4.452 0-2.652 1.764-4.344 4.116-4.344 2.04 0 3.468 1.212 3.66 3.036h-1.416c-.192-1.164-.972-1.908-2.268-1.908-1.596 0-2.7 1.212-2.7 3.216 0 2.04 1.116 3.324 2.676 3.324 1.32 0 2.172-.792 2.376-1.944h1.356c-.216 1.872-1.62 3.072-3.744 3.072m7.637 0c-1.716 0-2.916-1.2-2.916-3.096 0-1.86 1.212-3.108 2.916-3.108 1.716 0 2.928 1.248 2.928 3.108 0 1.896-1.212 3.096-2.928 3.096m0-.972c1.008 0 1.656-.828 1.656-2.124 0-1.32-.66-2.124-1.656-2.124-.984 0-1.644.804-1.644 2.124 0 1.296.636 2.124 1.644 2.124m4.289.78v-5.82h1.236v.324c0 .156 0 .3-.024.48.325-.54.949-.996 1.801-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.429.708-1.429 1.572v3.456zm6.752 0v-5.82h1.236v.324c0 .156 0 .3-.024.48.324-.54.948-.996 1.8-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.428.708-1.428 1.572v3.456zm9.283.192c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm5.22 3.72c-1.716 0-2.916-1.116-2.916-3.108 0-1.896 1.296-3.096 2.976-3.096 1.536 0 2.508.924 2.64 2.268h-1.272c-.072-.708-.54-1.284-1.38-1.284-.984 0-1.692.84-1.692 2.112s.672 2.136 1.68 2.136c.876 0 1.368-.552 1.464-1.308h1.248c-.156 1.368-1.092 2.28-2.748 2.28m6.336-.096c-1.056 0-1.776-.516-1.776-1.812v-3.096h-1.212v-1.008h1.212v-2.016h1.248v2.016h1.32v1.008h-1.32v2.928c0 .648.288.936.852.936.144 0 .288-.012.444-.036v.996c-.18.048-.468.084-.768.084m4.529.096c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm4.98 3.72c-1.536 0-2.676-1.08-2.676-3.096 0-1.92 1.188-3.108 2.7-3.108.936 0 1.536.492 1.836.996-.024-.18-.024-.348-.024-.516v-2.868h1.248v8.4h-1.248v-.288c0-.192 0-.348.024-.516-.276.48-.888.996-1.86.996m.264-.972c.948 0 1.644-.852 1.644-2.136s-.684-2.112-1.644-2.112-1.656.864-1.656 2.124c0 1.284.684 2.124 1.656 2.124"
329
+ }),
330
+ /* @__PURE__ */ jsx("path", {
331
+ fill: "#9E9E9E",
332
+ d: "M39.183 285.25v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.34-.208c.48-.078.636-.247.636-.624 0-.689-.533-1.092-1.26-1.092-.963 0-1.457.507-1.483 1.287h-1.118c.04-1.144.936-2.171 2.51-2.171 1.56 0 2.443.923 2.443 2.366v4.108H50.02v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.74.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.94.871c-1.69 0-2.666-.923-2.692-2.262h1.092c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m6.26-.091c-.936 0-1.78-.455-1.78-1.846v-3.601H58.5v-.923h1.17v-2.067h1.117v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.69-2.262h1.091c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m4.533 2.509 1.144-2.925-2.51-6.045h1.236l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314H90.91c-.104-.819-.663-1.43-1.6-1.43-1.195 0-1.975 1.053-1.975 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.26-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.65-1.261h1.106c-.13 1.105-.988 2.132-2.77 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M114.809 285.458c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
333
+ }),
334
+ /* @__PURE__ */ jsx("rect", {
335
+ width: 84.5,
336
+ height: 18.5,
337
+ x: 38.25,
338
+ y: 300.5,
339
+ fill: "#F5F5F5",
340
+ rx: 3.75
341
+ }),
342
+ /* @__PURE__ */ jsx("rect", {
343
+ width: 84.5,
344
+ height: 18.5,
345
+ x: 38.25,
346
+ y: 300.5,
347
+ stroke: "#E0E1E2",
348
+ strokeWidth: .5,
349
+ rx: 3.75
350
+ }),
351
+ /* @__PURE__ */ jsx("path", {
352
+ fill: "#3F3F3F",
353
+ d: "M48 304.688a5.06 5.06 0 0 0-4.677 3.125A5.062 5.062 0 1 0 48 304.688m3.938 5.055c-.027.067-.268.334-1.073.578q-.406.121-.824.195.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.066.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.444.031-.906.032c-1.07 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.944 3.944 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.382 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721c.633-.094 1.225-.239 1.72-.436a3.96 3.96 0 0 1-2.156 2.157"
354
+ }),
355
+ /* @__PURE__ */ jsx("path", {
356
+ fill: "#101010",
357
+ d: "M61.653 314.445c-1.872 0-3.042-1.066-3.042-2.626h1.17c0 1.027.676 1.703 1.833 1.703 1.313 0 2.08-.884 2.08-2.236 0-1.287-.702-2.184-1.924-2.184-.962 0-1.716.676-1.924 1.209h-1.092l.663-5.161h4.953v1.04h-4.095l-.299 2.301-.078.676c.455-.598 1.261-.988 2.145-.988 1.677 0 2.834 1.326 2.834 3.029 0 1.898-1.274 3.237-3.224 3.237m7.925 2.509v-8.97h1.118v.858c.351-.559 1.131-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.04-1.066v3.575zm2.99-3.38c1.157 0 1.911-1.014 1.911-2.47 0-1.443-.754-2.444-1.91-2.444-1.132 0-1.938.949-1.938 2.444 0 1.469.793 2.47 1.937 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.35-.026c-1.21 0-1.899.676-1.899 2.067v3.315zm7.123.195c-1.807 0-3.081-1.339-3.081-3.341 0-1.95 1.274-3.328 3.081-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.081 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.128 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.56 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.9 1.313 2.9 3.328v.221h-4.759c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.61-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m4.406.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
358
+ }),
359
+ /* @__PURE__ */ jsx("rect", {
360
+ width: 84.5,
361
+ height: 18.5,
362
+ x: 131.25,
363
+ y: 300.5,
364
+ fill: "#F5F5F5",
365
+ rx: 3.75
366
+ }),
367
+ /* @__PURE__ */ jsx("rect", {
368
+ width: 84.5,
369
+ height: 18.5,
370
+ x: 131.25,
371
+ y: 300.5,
372
+ stroke: "#E0E1E2",
373
+ strokeWidth: .5,
374
+ rx: 3.75
375
+ }),
376
+ /* @__PURE__ */ jsx("path", {
377
+ fill: "#3F3F3F",
378
+ d: "M139.125 308.813h-2.25a.567.567 0 0 1-.563-.563V306a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365v.891a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
379
+ }),
380
+ /* @__PURE__ */ jsx("path", {
381
+ fill: "#101010",
382
+ d: "M154.718 314.445c-1.937 0-3.133-1.131-3.133-2.821h1.157c0 1.079.702 1.898 1.976 1.898 1.196 0 2.041-.676 2.041-1.807 0-1.118-.897-1.716-2.002-1.716h-.533v-1.001h.546c.962 0 1.755-.559 1.755-1.612 0-.962-.689-1.508-1.716-1.508-1.222 0-1.885.676-1.911 1.82h-1.17c.039-1.638 1.144-2.756 3.094-2.756 1.651 0 2.886.988 2.886 2.392 0 .936-.559 1.755-1.651 2.119 1.248.338 1.885 1.183 1.885 2.301 0 1.586-1.339 2.691-3.224 2.691m4.523-.195c0-1.17.481-1.937 1.898-3.016l1.235-.949c.767-.598 1.716-1.43 1.716-2.587 0-1.04-.637-1.82-1.729-1.82-1.105 0-1.859.78-1.859 2.275v.169h-1.17v-.299c0-1.95 1.326-3.081 3.029-3.081 1.69 0 2.912 1.053 2.912 2.743 0 1.365-.819 2.34-2.535 3.64l-.637.481c-.845.637-1.352 1.066-1.443 1.404h4.771v1.04zm10.51.195c-1.872 0-3.042-1.066-3.042-2.626h1.17c0 1.027.676 1.703 1.833 1.703 1.313 0 2.08-.884 2.08-2.236 0-1.287-.702-2.184-1.924-2.184-.962 0-1.716.676-1.924 1.209h-1.092l.663-5.161h4.953v1.04h-4.095l-.299 2.301-.078.676c.455-.598 1.261-.988 2.145-.988 1.677 0 2.834 1.326 2.834 3.029 0 1.898-1.274 3.237-3.224 3.237m10.122 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.803-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.553 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
383
+ }),
384
+ /* @__PURE__ */ jsx("path", {
385
+ fill: "#fff",
386
+ fillOpacity: .08,
387
+ d: "M38 331.25h284.25v.5H38z"
388
+ }),
389
+ /* @__PURE__ */ jsx("path", {
390
+ fill: "#3F3F3F",
391
+ d: "M42.596 354.93c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.07-.18v-5.784H48.7v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.54.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204H52.43c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.103 0-1.992-.672-1.992-1.764 0-1.116.889-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.163-1.008-.889 0-1.344.468-1.368 1.188H58.13c.035-1.056.864-2.004 2.316-2.004 1.44 0 2.255.852 2.255 2.184v3.792h-.983v-.78c-.288.6-.913.96-1.776.96m.145-.804c.923 0 1.607-.624 1.607-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.069.96m6.394.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.36.804c-.803 0-1.523-.396-1.883-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.167-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
392
+ }),
393
+ /* @__PURE__ */ jsx("path", {
394
+ fill: "#101010",
395
+ d: "M102.092 354.75v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
396
+ }),
397
+ /* @__PURE__ */ jsx("path", {
398
+ fill: "#9E9E9E",
399
+ d: "m188.024 354.75 3.408-8.4h1.56l3.408 8.4h-1.488l-.9-2.4h-3.672l-.9 2.4zm2.736-3.516h2.832l-1.128-2.988a13 13 0 0 1-.276-.804l-.3.804zm6.542 5.988v-8.292h1.248v.336c0 .156-.012.3-.024.48.348-.576 1.02-1.008 1.908-1.008 1.608 0 2.616 1.296 2.616 3.108 0 1.872-1.116 3.096-2.652 3.096-.912 0-1.5-.408-1.872-.996l.024.516v2.76zm2.832-3.252c.984 0 1.632-.876 1.632-2.136 0-1.236-.624-2.112-1.632-2.112-.96 0-1.644.816-1.644 2.112 0 1.272.672 2.136 1.644 2.136m4.271.78v-5.82h1.248v.348l-.024.66c.3-.66.876-1.2 1.764-1.2.096 0 .192 0 .288.024v1.212c-.096-.012-.204-.036-.372-.036-1.008 0-1.656.54-1.656 1.824v2.988zm8.238-5.88.024-.708a2.38 2.38 0 0 1-1.968 1.164v-1.248c1.032-.132 1.896-.804 2.136-1.728h1.092v8.4h-1.284zm6.156 6.072c-2.256 0-3.204-1.836-3.204-4.212 0-2.604 1.08-4.584 3.456-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.564-1.284-1.392-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.22-1.26c1.536 0 2.628 1.14 2.628 2.76 0 1.704-1.272 2.94-2.94 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.008 0-1.716.72-1.716 1.728 0 1.212.708 1.86 1.68 1.86m4.137 2.148c.408-.12.756-.36.756-1.068v-.228h-.768v-1.596h1.596v1.668c0 1.308-.696 1.86-1.584 1.968zm5.223-1.296c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12h-1.344v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.286.192c-2.028 0-3.18-1.632-3.18-4.404 0-2.748 1.224-4.392 3.18-4.392 1.944 0 3.18 1.62 3.18 4.428 0 2.76-1.176 4.368-3.18 4.368m.012-1.068c1.14 0 1.848-1.044 1.848-3.288 0-2.316-.696-3.372-1.848-3.372-1.188 0-1.872 1.068-1.872 3.384 0 2.232.732 3.276 1.872 3.276m4.271.876c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12H242.8v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.299.192c-2.257 0-3.205-1.836-3.205-4.212 0-2.604 1.08-4.584 3.457-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.565-1.284-1.393-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.221-1.26c1.535 0 2.627 1.14 2.627 2.76 0 1.704-1.271 2.94-2.939 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.009 0-1.717.72-1.717 1.728 0 1.212.708 1.86 1.681 1.86"
400
+ })
401
+ ]
402
+ }),
403
+ /* @__PURE__ */ jsxs("g", {
404
+ filter: "url(#create-source-action-card-light_svg__i)",
405
+ children: [
406
+ /* @__PURE__ */ jsx("rect", {
407
+ width: 308.25,
408
+ height: 144.5,
409
+ x: 358.25,
410
+ y: 225.25,
411
+ fill: "#FAFAFA",
412
+ rx: 8,
413
+ shapeRendering: "crispEdges"
414
+ }),
415
+ /* @__PURE__ */ jsx("rect", {
416
+ width: 307.75,
417
+ height: 144,
418
+ x: 358.5,
419
+ y: 225.5,
420
+ stroke: "#E0E1E2",
421
+ strokeWidth: .5,
422
+ rx: 7.75,
423
+ shapeRendering: "crispEdges"
424
+ }),
425
+ /* @__PURE__ */ jsx("rect", {
426
+ width: 28,
427
+ height: 28,
428
+ x: 370.25,
429
+ y: 237.25,
430
+ fill: "#fff",
431
+ rx: 4
432
+ }),
433
+ /* @__PURE__ */ jsxs("g", {
434
+ clipPath: "url(#create-source-action-card-light_svg__j)",
435
+ children: [/* @__PURE__ */ jsx("mask", {
436
+ id: "create-source-action-card-light_svg__k",
437
+ width: 24,
438
+ height: 22,
439
+ x: 373,
440
+ y: 240,
441
+ maskUnits: "userSpaceOnUse",
442
+ style: { maskType: "luminance" },
443
+ children: /* @__PURE__ */ jsx("path", {
444
+ fill: "#fff",
445
+ d: "M396.234 240.25H373.25v21h22.984z"
446
+ })
447
+ }), /* @__PURE__ */ jsxs("g", {
448
+ mask: "url(#create-source-action-card-light_svg__k)",
449
+ children: [
450
+ /* @__PURE__ */ jsx("path", {
451
+ fill: "#0066DA",
452
+ d: "m374.988 258.248 1.013 1.791c.211.376.514.673.869.888l3.62-6.408h-7.24c0 .418.105.835.316 1.212z"
453
+ }),
454
+ /* @__PURE__ */ jsx("path", {
455
+ fill: "#00AC47",
456
+ d: "m384.742 246.981-3.62-6.408a2.43 2.43 0 0 0-.869.889l-6.687 11.846a2.5 2.5 0 0 0-.316 1.211h7.24z"
457
+ }),
458
+ /* @__PURE__ */ jsx("path", {
459
+ fill: "#EA4335",
460
+ d: "M392.614 260.927a2.4 2.4 0 0 0 .869-.888l.421-.741 2.014-3.567c.211-.377.316-.794.316-1.212h-7.24l1.54 3.096z"
461
+ }),
462
+ /* @__PURE__ */ jsx("path", {
463
+ fill: "#00832D",
464
+ d: "m384.742 246.981 3.62-6.408a2.3 2.3 0 0 0-1.185-.323h-4.87c-.421 0-.83.121-1.185.323z"
465
+ }),
466
+ /* @__PURE__ */ jsx("path", {
467
+ fill: "#2684FC",
468
+ d: "M388.994 254.519h-8.504l-3.62 6.408a2.3 2.3 0 0 0 1.185.323h13.374c.422 0 .83-.121 1.185-.323z"
469
+ }),
470
+ /* @__PURE__ */ jsx("path", {
471
+ fill: "#FFBA00",
472
+ d: "m392.575 247.385-3.344-5.923a2.4 2.4 0 0 0-.869-.889l-3.62 6.408 4.252 7.538h7.227c0-.417-.105-.834-.316-1.211z"
473
+ })
474
+ ]
475
+ })]
476
+ }),
477
+ /* @__PURE__ */ jsx("path", {
478
+ fill: "#101010",
479
+ d: "M410.142 259.358c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884v-1.386h3.626v1.386zm8.293 5.992c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m8.232 1.54c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m7.986 1.134c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m7.93 4.018c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m5.25 1.316v-9.8h1.456v9.8zm6.401.224c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792zm5.809 4.34c-1.792 0-3.122-1.26-3.122-3.612 0-2.24 1.386-3.626 3.15-3.626 1.092 0 1.792.574 2.142 1.162-.028-.21-.028-.406-.028-.602v-3.346h1.456v9.8h-1.456v-.336c0-.224 0-.406.028-.602-.322.56-1.036 1.162-2.17 1.162m.308-1.134c1.106 0 1.918-.994 1.918-2.492s-.798-2.464-1.918-2.464-1.932 1.008-1.932 2.478c0 1.498.798 2.478 1.932 2.478m5.277.91v-6.79h1.456v.406l-.028.77c.35-.77 1.022-1.4 2.058-1.4.112 0 .224 0 .336.028v1.414c-.112-.014-.238-.042-.434-.042-1.176 0-1.932.63-1.932 2.128v3.486zm5.142 0v-6.79h1.456v6.79zm-.07-7.952v-1.61h1.596v1.61zm5.253 7.952-2.576-6.79h1.568l1.61 4.69c.112.294.168.504.238.77.07-.266.14-.476.238-.77l1.582-4.69h1.512l-2.534 6.79zm8.179.224c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792z"
480
+ }),
481
+ /* @__PURE__ */ jsx("path", {
482
+ fill: "#9E9E9E",
483
+ d: "M371.433 285.25v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.339-.208c.481-.078.637-.247.637-.624 0-.689-.533-1.092-1.261-1.092-.962 0-1.456.507-1.482 1.287h-1.118c.039-1.144.936-2.171 2.509-2.171 1.56 0 2.444.923 2.444 2.366v4.108h-1.066v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.741.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.939.871c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m6.261-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M447.059 285.458c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
484
+ }),
485
+ /* @__PURE__ */ jsx("rect", {
486
+ width: 75.5,
487
+ height: 18.5,
488
+ x: 370.5,
489
+ y: 300.5,
490
+ fill: "#F5F5F5",
491
+ rx: 3.75
492
+ }),
493
+ /* @__PURE__ */ jsx("rect", {
494
+ width: 75.5,
495
+ height: 18.5,
496
+ x: 370.5,
497
+ y: 300.5,
498
+ stroke: "#E0E1E2",
499
+ strokeWidth: .5,
500
+ rx: 3.75
501
+ }),
502
+ /* @__PURE__ */ jsx("path", {
503
+ fill: "#3F3F3F",
504
+ d: "M380.25 304.688a5.06 5.06 0 0 0-4.965 6.05 5.06 5.06 0 0 0 6.902 3.689 5.06 5.06 0 0 0 3.126-4.677 5.07 5.07 0 0 0-5.063-5.062m3.938 5.055c-.027.067-.268.334-1.073.578a7 7 0 0 1-.824.195q.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.067.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.443.031-.906.032c-1.069 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.94 3.94 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.383 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721 8 8 0 0 0 1.721-.436 3.95 3.95 0 0 1-.863 1.294c-.37.371-.81.664-1.294.863"
505
+ }),
506
+ /* @__PURE__ */ jsx("path", {
507
+ fill: "#101010",
508
+ d: "M392.72 307.867v-.897c-.429.689-1.261 1.274-2.184 1.313v-1.144c1.053-.117 2.093-1.001 2.392-1.989h.936v9.1h-1.144zm6.493 9.087v-8.97h1.118v.858c.351-.559 1.131-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.041-1.066v3.575zm2.99-3.38c1.157 0 1.911-1.014 1.911-2.47 0-1.443-.754-2.444-1.911-2.444-1.131 0-1.937.949-1.937 2.444 0 1.469.793 2.47 1.937 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.351-.026c-1.209 0-1.898.676-1.898 2.067v3.315zm7.123.195c-1.807 0-3.081-1.339-3.081-3.341 0-1.95 1.274-3.328 3.081-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.081 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.128 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.559 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078"
509
+ }),
510
+ /* @__PURE__ */ jsx("rect", {
511
+ width: 69.5,
512
+ height: 18.5,
513
+ x: 454.5,
514
+ y: 300.5,
515
+ fill: "#F5F5F5",
516
+ rx: 3.75
517
+ }),
518
+ /* @__PURE__ */ jsx("rect", {
519
+ width: 69.5,
520
+ height: 18.5,
521
+ x: 454.5,
522
+ y: 300.5,
523
+ stroke: "#E0E1E2",
524
+ strokeWidth: .5,
525
+ rx: 3.75
526
+ }),
527
+ /* @__PURE__ */ jsx("path", {
528
+ fill: "#3F3F3F",
529
+ d: "M462.375 308.813h-2.25a.567.567 0 0 1-.563-.563V306a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365v.891a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
530
+ }),
531
+ /* @__PURE__ */ jsx("path", {
532
+ fill: "#101010",
533
+ d: "M477.968 314.445c-1.937 0-3.133-1.131-3.133-2.821h1.157c0 1.079.702 1.898 1.976 1.898 1.196 0 2.041-.676 2.041-1.807 0-1.118-.897-1.716-2.002-1.716h-.533v-1.001h.546c.962 0 1.755-.559 1.755-1.612 0-.962-.689-1.508-1.716-1.508-1.222 0-1.885.676-1.911 1.82h-1.17c.039-1.638 1.144-2.756 3.094-2.756 1.651 0 2.886.988 2.886 2.392 0 .936-.559 1.755-1.651 2.119 1.248.338 1.885 1.183 1.885 2.301 0 1.586-1.339 2.691-3.224 2.691m10.235 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.803-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.553 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
534
+ }),
535
+ /* @__PURE__ */ jsx("path", {
536
+ fill: "#fff",
537
+ fillOpacity: .08,
538
+ d: "M370.25 331.25H654.5v.5H370.25z"
539
+ }),
540
+ /* @__PURE__ */ jsx("path", {
541
+ fill: "#3F3F3F",
542
+ d: "M374.846 354.93c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.071-.18v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m6.395.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.361.804c-.804 0-1.524-.396-1.884-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.168-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
543
+ }),
544
+ /* @__PURE__ */ jsx("path", {
545
+ fill: "#101010",
546
+ d: "M434.342 354.75v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188H503.9c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
547
+ })
548
+ ]
549
+ })
550
+ ]
551
+ })]
552
+ }),
553
+ /* @__PURE__ */ jsx("path", {
554
+ fill: "url(#create-source-action-card-light_svg__l)",
555
+ d: "M0 0h482v60H0z",
556
+ transform: "translate(0 303.75)"
557
+ }),
558
+ /* @__PURE__ */ jsx("path", {
559
+ fill: "url(#create-source-action-card-light_svg__m)",
560
+ d: "M0 0h354v79H0z",
561
+ transform: "rotate(90 39.6 39.4)"
562
+ }),
563
+ /* @__PURE__ */ jsx("path", {
564
+ fill: "url(#create-source-action-card-light_svg__n)",
565
+ d: "M0 0h354v79H0z",
566
+ transform: "matrix(0 1 1 0 403 -.202)"
567
+ }),
568
+ /* @__PURE__ */ jsx("path", {
569
+ fill: "url(#create-source-action-card-light_svg__o)",
570
+ d: "M0 0h482v50H0z",
571
+ transform: "matrix(1 0 0 -1 0 50)"
572
+ })
573
+ ]
574
+ })
575
+ }), /* @__PURE__ */ jsxs("defs", { children: [
576
+ /* @__PURE__ */ jsx("clipPath", {
577
+ id: "create-source-action-card-light_svg__a",
578
+ children: /* @__PURE__ */ jsx("path", {
579
+ fill: "#fff",
580
+ d: "M0 0h482v354H0z"
581
+ })
582
+ }),
583
+ /* @__PURE__ */ jsx("clipPath", {
584
+ id: "create-source-action-card-light_svg__b",
585
+ children: /* @__PURE__ */ jsx("path", {
586
+ fill: "#fff",
587
+ d: "M0 0h482v354H0z"
588
+ })
589
+ }),
590
+ /* @__PURE__ */ jsx("clipPath", {
591
+ id: "create-source-action-card-light_svg__c",
592
+ children: /* @__PURE__ */ jsx("path", {
593
+ fill: "#fff",
594
+ d: "M26 24.75h456v329H26z"
595
+ })
596
+ }),
597
+ /* @__PURE__ */ jsx("clipPath", {
598
+ id: "create-source-action-card-light_svg__d",
599
+ children: /* @__PURE__ */ jsx("path", {
600
+ fill: "#fff",
601
+ d: "M26 56.75h1041v481.5H26z"
602
+ })
603
+ }),
604
+ /* @__PURE__ */ jsx("clipPath", {
605
+ id: "create-source-action-card-light_svg__f",
606
+ children: /* @__PURE__ */ jsx("path", {
607
+ fill: "#fff",
608
+ d: "M43.667 74.338h16.667v15.825H43.667z"
609
+ })
610
+ }),
611
+ /* @__PURE__ */ jsx("clipPath", {
612
+ id: "create-source-action-card-light_svg__j",
613
+ children: /* @__PURE__ */ jsx("path", {
614
+ fill: "#fff",
615
+ d: "M373.25 240.25h23v21h-23z"
616
+ })
617
+ }),
618
+ /* @__PURE__ */ jsxs("linearGradient", {
619
+ id: "create-source-action-card-light_svg__l",
620
+ x1: 241,
621
+ x2: 241,
622
+ y1: 0,
623
+ y2: 60,
624
+ gradientUnits: "userSpaceOnUse",
625
+ children: [/* @__PURE__ */ jsx("stop", {
626
+ stopColor: "#FAFAFA",
627
+ stopOpacity: 0
628
+ }), /* @__PURE__ */ jsx("stop", {
629
+ offset: 1,
630
+ stopColor: "#FAFAFA"
631
+ })]
632
+ }),
633
+ /* @__PURE__ */ jsxs("linearGradient", {
634
+ id: "create-source-action-card-light_svg__m",
635
+ x1: 177,
636
+ x2: 177,
637
+ y1: 0,
638
+ y2: 79,
639
+ gradientUnits: "userSpaceOnUse",
640
+ children: [/* @__PURE__ */ jsx("stop", {
641
+ stopColor: "#FAFAFA",
642
+ stopOpacity: 0
643
+ }), /* @__PURE__ */ jsx("stop", {
644
+ offset: 1,
645
+ stopColor: "#FAFAFA"
646
+ })]
647
+ }),
648
+ /* @__PURE__ */ jsxs("linearGradient", {
649
+ id: "create-source-action-card-light_svg__n",
650
+ x1: 177,
651
+ x2: 177,
652
+ y1: 0,
653
+ y2: 79,
654
+ gradientUnits: "userSpaceOnUse",
655
+ children: [/* @__PURE__ */ jsx("stop", {
656
+ stopColor: "#FAFAFA",
657
+ stopOpacity: 0
658
+ }), /* @__PURE__ */ jsx("stop", {
659
+ offset: 1,
660
+ stopColor: "#FAFAFA"
661
+ })]
662
+ }),
663
+ /* @__PURE__ */ jsxs("linearGradient", {
664
+ id: "create-source-action-card-light_svg__o",
665
+ x1: 241,
666
+ x2: 241,
667
+ y1: 0,
668
+ y2: 50,
669
+ gradientUnits: "userSpaceOnUse",
670
+ children: [/* @__PURE__ */ jsx("stop", {
671
+ stopColor: "#FAFAFA",
672
+ stopOpacity: 0
673
+ }), /* @__PURE__ */ jsx("stop", {
674
+ offset: 1,
675
+ stopColor: "#FAFAFA"
676
+ })]
677
+ }),
678
+ /* @__PURE__ */ jsxs("filter", {
679
+ id: "create-source-action-card-light_svg__e",
680
+ width: 328.25,
681
+ height: 164.5,
682
+ x: 16,
683
+ y: 47.75,
684
+ colorInterpolationFilters: "sRGB",
685
+ filterUnits: "userSpaceOnUse",
686
+ children: [
687
+ /* @__PURE__ */ jsx("feFlood", {
688
+ floodOpacity: 0,
689
+ result: "BackgroundImageFix"
690
+ }),
691
+ /* @__PURE__ */ jsx("feColorMatrix", {
692
+ in: "SourceAlpha",
693
+ result: "hardAlpha",
694
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
695
+ }),
696
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
697
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
698
+ /* @__PURE__ */ jsx("feComposite", {
699
+ in2: "hardAlpha",
700
+ operator: "out"
701
+ }),
702
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
703
+ /* @__PURE__ */ jsx("feBlend", {
704
+ in2: "BackgroundImageFix",
705
+ result: "effect1_dropShadow_2024_37490"
706
+ }),
707
+ /* @__PURE__ */ jsx("feColorMatrix", {
708
+ in: "SourceAlpha",
709
+ result: "hardAlpha",
710
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
711
+ }),
712
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
713
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
714
+ /* @__PURE__ */ jsx("feComposite", {
715
+ in2: "hardAlpha",
716
+ operator: "out"
717
+ }),
718
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
719
+ /* @__PURE__ */ jsx("feBlend", {
720
+ in2: "effect1_dropShadow_2024_37490",
721
+ result: "effect2_dropShadow_2024_37490"
722
+ }),
723
+ /* @__PURE__ */ jsx("feBlend", {
724
+ in: "SourceGraphic",
725
+ in2: "effect2_dropShadow_2024_37490",
726
+ result: "shape"
727
+ })
728
+ ]
729
+ }),
730
+ /* @__PURE__ */ jsxs("filter", {
731
+ id: "create-source-action-card-light_svg__g",
732
+ width: 328.25,
733
+ height: 164.5,
734
+ x: 348.25,
735
+ y: 47.75,
736
+ colorInterpolationFilters: "sRGB",
737
+ filterUnits: "userSpaceOnUse",
738
+ children: [
739
+ /* @__PURE__ */ jsx("feFlood", {
740
+ floodOpacity: 0,
741
+ result: "BackgroundImageFix"
742
+ }),
743
+ /* @__PURE__ */ jsx("feColorMatrix", {
744
+ in: "SourceAlpha",
745
+ result: "hardAlpha",
746
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
747
+ }),
748
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
749
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
750
+ /* @__PURE__ */ jsx("feComposite", {
751
+ in2: "hardAlpha",
752
+ operator: "out"
753
+ }),
754
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
755
+ /* @__PURE__ */ jsx("feBlend", {
756
+ in2: "BackgroundImageFix",
757
+ result: "effect1_dropShadow_2024_37490"
758
+ }),
759
+ /* @__PURE__ */ jsx("feColorMatrix", {
760
+ in: "SourceAlpha",
761
+ result: "hardAlpha",
762
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
763
+ }),
764
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
765
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
766
+ /* @__PURE__ */ jsx("feComposite", {
767
+ in2: "hardAlpha",
768
+ operator: "out"
769
+ }),
770
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
771
+ /* @__PURE__ */ jsx("feBlend", {
772
+ in2: "effect1_dropShadow_2024_37490",
773
+ result: "effect2_dropShadow_2024_37490"
774
+ }),
775
+ /* @__PURE__ */ jsx("feBlend", {
776
+ in: "SourceGraphic",
777
+ in2: "effect2_dropShadow_2024_37490",
778
+ result: "shape"
779
+ })
780
+ ]
781
+ }),
782
+ /* @__PURE__ */ jsxs("filter", {
783
+ id: "create-source-action-card-light_svg__h",
784
+ width: 328.25,
785
+ height: 164.5,
786
+ x: 16,
787
+ y: 216.25,
788
+ colorInterpolationFilters: "sRGB",
789
+ filterUnits: "userSpaceOnUse",
790
+ children: [
791
+ /* @__PURE__ */ jsx("feFlood", {
792
+ floodOpacity: 0,
793
+ result: "BackgroundImageFix"
794
+ }),
795
+ /* @__PURE__ */ jsx("feColorMatrix", {
796
+ in: "SourceAlpha",
797
+ result: "hardAlpha",
798
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
799
+ }),
800
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
801
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
802
+ /* @__PURE__ */ jsx("feComposite", {
803
+ in2: "hardAlpha",
804
+ operator: "out"
805
+ }),
806
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
807
+ /* @__PURE__ */ jsx("feBlend", {
808
+ in2: "BackgroundImageFix",
809
+ result: "effect1_dropShadow_2024_37490"
810
+ }),
811
+ /* @__PURE__ */ jsx("feColorMatrix", {
812
+ in: "SourceAlpha",
813
+ result: "hardAlpha",
814
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
815
+ }),
816
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
817
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
818
+ /* @__PURE__ */ jsx("feComposite", {
819
+ in2: "hardAlpha",
820
+ operator: "out"
821
+ }),
822
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
823
+ /* @__PURE__ */ jsx("feBlend", {
824
+ in2: "effect1_dropShadow_2024_37490",
825
+ result: "effect2_dropShadow_2024_37490"
826
+ }),
827
+ /* @__PURE__ */ jsx("feBlend", {
828
+ in: "SourceGraphic",
829
+ in2: "effect2_dropShadow_2024_37490",
830
+ result: "shape"
831
+ })
832
+ ]
833
+ }),
834
+ /* @__PURE__ */ jsxs("filter", {
835
+ id: "create-source-action-card-light_svg__i",
836
+ width: 328.25,
837
+ height: 164.5,
838
+ x: 348.25,
839
+ y: 216.25,
840
+ colorInterpolationFilters: "sRGB",
841
+ filterUnits: "userSpaceOnUse",
842
+ children: [
843
+ /* @__PURE__ */ jsx("feFlood", {
844
+ floodOpacity: 0,
845
+ result: "BackgroundImageFix"
846
+ }),
847
+ /* @__PURE__ */ jsx("feColorMatrix", {
848
+ in: "SourceAlpha",
849
+ result: "hardAlpha",
850
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
851
+ }),
852
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
853
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
854
+ /* @__PURE__ */ jsx("feComposite", {
855
+ in2: "hardAlpha",
856
+ operator: "out"
857
+ }),
858
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
859
+ /* @__PURE__ */ jsx("feBlend", {
860
+ in2: "BackgroundImageFix",
861
+ result: "effect1_dropShadow_2024_37490"
862
+ }),
863
+ /* @__PURE__ */ jsx("feColorMatrix", {
864
+ in: "SourceAlpha",
865
+ result: "hardAlpha",
866
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
867
+ }),
868
+ /* @__PURE__ */ jsx("feOffset", { dy: 1 }),
869
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
870
+ /* @__PURE__ */ jsx("feComposite", {
871
+ in2: "hardAlpha",
872
+ operator: "out"
873
+ }),
874
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
875
+ /* @__PURE__ */ jsx("feBlend", {
876
+ in2: "effect1_dropShadow_2024_37490",
877
+ result: "effect2_dropShadow_2024_37490"
878
+ }),
879
+ /* @__PURE__ */ jsx("feBlend", {
880
+ in: "SourceGraphic",
881
+ in2: "effect2_dropShadow_2024_37490",
882
+ result: "shape"
883
+ })
884
+ ]
885
+ })
886
+ ] })]
887
+ });
888
+ //#endregion
889
+ export { SvgCreateSourceActionCardLight as default };