@buoy-gg/shared-ui 1.7.2

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 (820) hide show
  1. package/README.md +34 -0
  2. package/lib/commonjs/JsModal.js +1473 -0
  3. package/lib/commonjs/clipboard/autoDetectClipboard.js +67 -0
  4. package/lib/commonjs/clipboard/clipboard-impl.js +26 -0
  5. package/lib/commonjs/clipboard/copyToClipboard.js +66 -0
  6. package/lib/commonjs/clipboard/index.js +25 -0
  7. package/lib/commonjs/context/HintsContext.js +49 -0
  8. package/lib/commonjs/context/index.js +24 -0
  9. package/lib/commonjs/dataViewer/CyberpunkInput.js +382 -0
  10. package/lib/commonjs/dataViewer/DataViewer.js +142 -0
  11. package/lib/commonjs/dataViewer/DiffSummary.js +133 -0
  12. package/lib/commonjs/dataViewer/IndentGuides.js +128 -0
  13. package/lib/commonjs/dataViewer/IndentGuidesOverlay.js +104 -0
  14. package/lib/commonjs/dataViewer/SplitDiffViewer.js +420 -0
  15. package/lib/commonjs/dataViewer/TypeLegend.js +111 -0
  16. package/lib/commonjs/dataViewer/VirtualizedDataExplorer.js +1057 -0
  17. package/lib/commonjs/dataViewer/diffThemes.js +108 -0
  18. package/lib/commonjs/dataViewer/index.js +101 -0
  19. package/lib/commonjs/dataViewer/lineDiff.js +366 -0
  20. package/lib/commonjs/dataViewer/tree/TreeDiffViewer.js +887 -0
  21. package/lib/commonjs/env/EnvironmentIndicator.js +121 -0
  22. package/lib/commonjs/env/EnvironmentSelector.js +204 -0
  23. package/lib/commonjs/env/EnvironmentSelectorInline.js +298 -0
  24. package/lib/commonjs/hooks/index.js +44 -0
  25. package/lib/commonjs/hooks/safe-area-impl.js +28 -0
  26. package/lib/commonjs/hooks/useDeviceInfo.js +524 -0
  27. package/lib/commonjs/hooks/useFilterManager.js +136 -0
  28. package/lib/commonjs/hooks/useSafeAreaInsets.js +256 -0
  29. package/lib/commonjs/icons/BenchmarkIcon.js +109 -0
  30. package/lib/commonjs/icons/EnvLaptopIcon.js +204 -0
  31. package/lib/commonjs/icons/IconBackground.js +279 -0
  32. package/lib/commonjs/icons/ReactQueryIcon.js +169 -0
  33. package/lib/commonjs/icons/RenderCountIcon.js +147 -0
  34. package/lib/commonjs/icons/RouteMapIcon.js +250 -0
  35. package/lib/commonjs/icons/SentryBugIcon.js +181 -0
  36. package/lib/commonjs/icons/StackPulseIcon.js +158 -0
  37. package/lib/commonjs/icons/StorageStackIcon.js +156 -0
  38. package/lib/commonjs/icons/WifiCircuitIcon.js +169 -0
  39. package/lib/commonjs/icons/index.js +175 -0
  40. package/lib/commonjs/icons/lucide-icons-original-full.js +3244 -0
  41. package/lib/commonjs/icons/lucide-icons.js +2252 -0
  42. package/lib/commonjs/icons/primitives/GlobeIcon.js +66 -0
  43. package/lib/commonjs/icons/primitives/icon-primitives.js +169 -0
  44. package/lib/commonjs/icons/primitives/index.js +49 -0
  45. package/lib/commonjs/index.js +485 -0
  46. package/lib/commonjs/license/FeatureGate.js +764 -0
  47. package/lib/commonjs/license/LicenseEntryModal.js +950 -0
  48. package/lib/commonjs/license/ManageDevicesModal.js +545 -0
  49. package/lib/commonjs/license/index.js +62 -0
  50. package/lib/commonjs/logger/index-sentry.js +245 -0
  51. package/lib/commonjs/logger/index.js +62 -0
  52. package/lib/commonjs/logger/logDump.js +19 -0
  53. package/lib/commonjs/logger/types.js +38 -0
  54. package/lib/commonjs/package.json +1 -0
  55. package/lib/commonjs/settings/components/BubbleSettingsSection.js +382 -0
  56. package/lib/commonjs/settings/index.js +24 -0
  57. package/lib/commonjs/storage/devToolsStorageKeys.js +235 -0
  58. package/lib/commonjs/storage/index.js +18 -0
  59. package/lib/commonjs/types/index.js +16 -0
  60. package/lib/commonjs/types/types.d.js +1 -0
  61. package/lib/commonjs/types/types.js +12 -0
  62. package/lib/commonjs/ui/components/BackButton.js +47 -0
  63. package/lib/commonjs/ui/components/Badge.js +221 -0
  64. package/lib/commonjs/ui/components/ClipboardHintBanner.js +149 -0
  65. package/lib/commonjs/ui/components/CollapsibleSection.js +170 -0
  66. package/lib/commonjs/ui/components/CompactFilterChips.js +114 -0
  67. package/lib/commonjs/ui/components/CompactRow.js +230 -0
  68. package/lib/commonjs/ui/components/CopyButton.js +256 -0
  69. package/lib/commonjs/ui/components/DataInspector.js +322 -0
  70. package/lib/commonjs/ui/components/DetailView.js +357 -0
  71. package/lib/commonjs/ui/components/Divider.js +18 -0
  72. package/lib/commonjs/ui/components/DraggableHeader.js +144 -0
  73. package/lib/commonjs/ui/components/DynamicFilterView.js +725 -0
  74. package/lib/commonjs/ui/components/EmptyState.js +136 -0
  75. package/lib/commonjs/ui/components/ErrorBoundary.js +112 -0
  76. package/lib/commonjs/ui/components/EventHistoryViewer/CompareBar.js +210 -0
  77. package/lib/commonjs/ui/components/EventHistoryViewer/DiffModeTabs.js +90 -0
  78. package/lib/commonjs/ui/components/EventHistoryViewer/EventHistoryViewer.js +130 -0
  79. package/lib/commonjs/ui/components/EventHistoryViewer/EventPickerModal.js +206 -0
  80. package/lib/commonjs/ui/components/EventHistoryViewer/ViewToggleCards.js +137 -0
  81. package/lib/commonjs/ui/components/EventHistoryViewer/index.js +40 -0
  82. package/lib/commonjs/ui/components/EventHistoryViewer/types.js +5 -0
  83. package/lib/commonjs/ui/components/EventListItem.js +247 -0
  84. package/lib/commonjs/ui/components/EventStepperFooter.js +148 -0
  85. package/lib/commonjs/ui/components/ExpandablePopover.js +341 -0
  86. package/lib/commonjs/ui/components/ExpandableSection.js +71 -0
  87. package/lib/commonjs/ui/components/ExpandableSectionHeader.js +86 -0
  88. package/lib/commonjs/ui/components/ExpandableSectionWithModal.js +182 -0
  89. package/lib/commonjs/ui/components/FilterComponents.js +267 -0
  90. package/lib/commonjs/ui/components/FilterViewPattern.js +174 -0
  91. package/lib/commonjs/ui/components/HeaderSearchButton.js +32 -0
  92. package/lib/commonjs/ui/components/ListItem.js +171 -0
  93. package/lib/commonjs/ui/components/ModalHeader.js +173 -0
  94. package/lib/commonjs/ui/components/ModalHintBanner.js +147 -0
  95. package/lib/commonjs/ui/components/SearchBar.js +264 -0
  96. package/lib/commonjs/ui/components/SectionHeader.js +125 -0
  97. package/lib/commonjs/ui/components/StatsCard.js +198 -0
  98. package/lib/commonjs/ui/components/StatusIndicator.js +231 -0
  99. package/lib/commonjs/ui/components/StorageTypeBadge.js +96 -0
  100. package/lib/commonjs/ui/components/TabSelector.js +70 -0
  101. package/lib/commonjs/ui/components/TimeDisplay.js +142 -0
  102. package/lib/commonjs/ui/components/TypeBadge.js +100 -0
  103. package/lib/commonjs/ui/components/ValueTypeBadge.js +146 -0
  104. package/lib/commonjs/ui/components/WindowControls.js +118 -0
  105. package/lib/commonjs/ui/components/index.js +323 -0
  106. package/lib/commonjs/ui/components/types.js +5 -0
  107. package/lib/commonjs/ui/console/BubbleSettingsModal.js +50 -0
  108. package/lib/commonjs/ui/console/ConsoleSection.js +50 -0
  109. package/lib/commonjs/ui/console/CyberpunkButtonOutline.js +261 -0
  110. package/lib/commonjs/ui/console/CyberpunkConsoleSection.js +649 -0
  111. package/lib/commonjs/ui/console/CyberpunkIconContainer.js +186 -0
  112. package/lib/commonjs/ui/console/CyberpunkSectionButton.js +122 -0
  113. package/lib/commonjs/ui/console/GalaxyButton.js +99 -0
  114. package/lib/commonjs/ui/console/index.js +12 -0
  115. package/lib/commonjs/ui/gameUI/components/GameUICollapsibleSection.js +120 -0
  116. package/lib/commonjs/ui/gameUI/components/GameUICompactStats.js +335 -0
  117. package/lib/commonjs/ui/gameUI/components/GameUIIssuesList.js +283 -0
  118. package/lib/commonjs/ui/gameUI/components/GameUIStatusHeader.js +143 -0
  119. package/lib/commonjs/ui/gameUI/constants/gameUIColors.js +186 -0
  120. package/lib/commonjs/ui/gameUI/constants/macOSDesignSystemColors.js +206 -0
  121. package/lib/commonjs/ui/gameUI/hooks/useGameUIAlertState.js +110 -0
  122. package/lib/commonjs/ui/gameUI/index.js +72 -0
  123. package/lib/commonjs/ui/index.js +39 -0
  124. package/lib/commonjs/utils/displayValue.js +41 -0
  125. package/lib/commonjs/utils/formatting/dataFormatting.js +73 -0
  126. package/lib/commonjs/utils/formatting/httpFormatting.js +153 -0
  127. package/lib/commonjs/utils/formatting/index.js +27 -0
  128. package/lib/commonjs/utils/getSafeAreaInsets.js +40 -0
  129. package/lib/commonjs/utils/index.js +175 -0
  130. package/lib/commonjs/utils/loadOptionalModule.js +94 -0
  131. package/lib/commonjs/utils/minimalSuperJSON.js +337 -0
  132. package/lib/commonjs/utils/persistentStorage.js +594 -0
  133. package/lib/commonjs/utils/safeAsyncStorage.js +71 -0
  134. package/lib/commonjs/utils/safeStringify.js +229 -0
  135. package/lib/commonjs/utils/time/formatRelativeTime.js +34 -0
  136. package/lib/commonjs/utils/time/index.js +12 -0
  137. package/lib/commonjs/utils/typeHelpers.js +142 -0
  138. package/lib/commonjs/utils/valueFormatting.js +140 -0
  139. package/lib/module/JsModal.js +1469 -0
  140. package/lib/module/clipboard/autoDetectClipboard.js +45 -0
  141. package/lib/module/clipboard/clipboard-impl.js +20 -0
  142. package/lib/module/clipboard/copyToClipboard.js +62 -0
  143. package/lib/module/clipboard/index.js +5 -0
  144. package/lib/module/context/HintsContext.js +43 -0
  145. package/lib/module/context/index.js +3 -0
  146. package/lib/module/dataViewer/CyberpunkInput.js +378 -0
  147. package/lib/module/dataViewer/DataViewer.js +137 -0
  148. package/lib/module/dataViewer/DiffSummary.js +128 -0
  149. package/lib/module/dataViewer/IndentGuides.js +124 -0
  150. package/lib/module/dataViewer/IndentGuidesOverlay.js +99 -0
  151. package/lib/module/dataViewer/SplitDiffViewer.js +415 -0
  152. package/lib/module/dataViewer/TypeLegend.js +105 -0
  153. package/lib/module/dataViewer/VirtualizedDataExplorer.js +1053 -0
  154. package/lib/module/dataViewer/diffThemes.js +104 -0
  155. package/lib/module/dataViewer/index.js +17 -0
  156. package/lib/module/dataViewer/lineDiff.js +362 -0
  157. package/lib/module/dataViewer/tree/TreeDiffViewer.js +882 -0
  158. package/lib/module/env/EnvironmentIndicator.js +117 -0
  159. package/lib/module/env/EnvironmentSelector.js +199 -0
  160. package/lib/module/env/EnvironmentSelectorInline.js +293 -0
  161. package/lib/module/hooks/index.js +6 -0
  162. package/lib/module/hooks/safe-area-impl.js +23 -0
  163. package/lib/module/hooks/useDeviceInfo.js +519 -0
  164. package/lib/module/hooks/useFilterManager.js +132 -0
  165. package/lib/module/hooks/useSafeAreaInsets.js +250 -0
  166. package/lib/module/icons/BenchmarkIcon.js +104 -0
  167. package/lib/module/icons/EnvLaptopIcon.js +199 -0
  168. package/lib/module/icons/IconBackground.js +274 -0
  169. package/lib/module/icons/ReactQueryIcon.js +164 -0
  170. package/lib/module/icons/RenderCountIcon.js +142 -0
  171. package/lib/module/icons/RouteMapIcon.js +245 -0
  172. package/lib/module/icons/SentryBugIcon.js +176 -0
  173. package/lib/module/icons/StackPulseIcon.js +153 -0
  174. package/lib/module/icons/StorageStackIcon.js +151 -0
  175. package/lib/module/icons/WifiCircuitIcon.js +164 -0
  176. package/lib/module/icons/index.js +23 -0
  177. package/lib/module/icons/lucide-icons-original-full.js +3174 -0
  178. package/lib/module/icons/lucide-icons.js +2199 -0
  179. package/lib/module/icons/primitives/GlobeIcon.js +61 -0
  180. package/lib/module/icons/primitives/icon-primitives.js +161 -0
  181. package/lib/module/icons/primitives/index.js +15 -0
  182. package/lib/module/index.js +58 -0
  183. package/lib/module/license/FeatureGate.js +754 -0
  184. package/lib/module/license/LicenseEntryModal.js +944 -0
  185. package/lib/module/license/ManageDevicesModal.js +539 -0
  186. package/lib/module/license/index.js +5 -0
  187. package/lib/module/logger/index-sentry.js +230 -0
  188. package/lib/module/logger/index.js +13 -0
  189. package/lib/module/logger/logDump.js +13 -0
  190. package/lib/module/logger/types.js +37 -0
  191. package/lib/module/package.json +1 -0
  192. package/lib/module/settings/components/BubbleSettingsSection.js +376 -0
  193. package/lib/module/settings/index.js +3 -0
  194. package/lib/module/storage/devToolsStorageKeys.js +228 -0
  195. package/lib/module/storage/index.js +3 -0
  196. package/lib/module/types/index.js +3 -0
  197. package/lib/module/types/types.d.js +1 -0
  198. package/lib/module/types/types.js +8 -0
  199. package/lib/module/ui/components/BackButton.js +43 -0
  200. package/lib/module/ui/components/Badge.js +213 -0
  201. package/lib/module/ui/components/ClipboardHintBanner.js +145 -0
  202. package/lib/module/ui/components/CollapsibleSection.js +166 -0
  203. package/lib/module/ui/components/CompactFilterChips.js +110 -0
  204. package/lib/module/ui/components/CompactRow.js +226 -0
  205. package/lib/module/ui/components/CopyButton.js +253 -0
  206. package/lib/module/ui/components/DataInspector.js +318 -0
  207. package/lib/module/ui/components/DetailView.js +353 -0
  208. package/lib/module/ui/components/Divider.js +14 -0
  209. package/lib/module/ui/components/DraggableHeader.js +140 -0
  210. package/lib/module/ui/components/DynamicFilterView.js +721 -0
  211. package/lib/module/ui/components/EmptyState.js +129 -0
  212. package/lib/module/ui/components/ErrorBoundary.js +107 -0
  213. package/lib/module/ui/components/EventHistoryViewer/CompareBar.js +205 -0
  214. package/lib/module/ui/components/EventHistoryViewer/DiffModeTabs.js +85 -0
  215. package/lib/module/ui/components/EventHistoryViewer/EventHistoryViewer.js +125 -0
  216. package/lib/module/ui/components/EventHistoryViewer/EventPickerModal.js +201 -0
  217. package/lib/module/ui/components/EventHistoryViewer/ViewToggleCards.js +132 -0
  218. package/lib/module/ui/components/EventHistoryViewer/index.js +19 -0
  219. package/lib/module/ui/components/EventHistoryViewer/types.js +3 -0
  220. package/lib/module/ui/components/EventListItem.js +243 -0
  221. package/lib/module/ui/components/EventStepperFooter.js +143 -0
  222. package/lib/module/ui/components/ExpandablePopover.js +338 -0
  223. package/lib/module/ui/components/ExpandableSection.js +67 -0
  224. package/lib/module/ui/components/ExpandableSectionHeader.js +82 -0
  225. package/lib/module/ui/components/ExpandableSectionWithModal.js +178 -0
  226. package/lib/module/ui/components/FilterComponents.js +259 -0
  227. package/lib/module/ui/components/FilterViewPattern.js +170 -0
  228. package/lib/module/ui/components/HeaderSearchButton.js +28 -0
  229. package/lib/module/ui/components/ListItem.js +167 -0
  230. package/lib/module/ui/components/ModalHeader.js +166 -0
  231. package/lib/module/ui/components/ModalHintBanner.js +143 -0
  232. package/lib/module/ui/components/SearchBar.js +260 -0
  233. package/lib/module/ui/components/SectionHeader.js +121 -0
  234. package/lib/module/ui/components/StatsCard.js +194 -0
  235. package/lib/module/ui/components/StatusIndicator.js +227 -0
  236. package/lib/module/ui/components/StorageTypeBadge.js +92 -0
  237. package/lib/module/ui/components/TabSelector.js +66 -0
  238. package/lib/module/ui/components/TimeDisplay.js +138 -0
  239. package/lib/module/ui/components/TypeBadge.js +96 -0
  240. package/lib/module/ui/components/ValueTypeBadge.js +142 -0
  241. package/lib/module/ui/components/WindowControls.js +114 -0
  242. package/lib/module/ui/components/index.js +33 -0
  243. package/lib/module/ui/components/types.js +3 -0
  244. package/lib/module/ui/console/BubbleSettingsModal.js +46 -0
  245. package/lib/module/ui/console/ConsoleSection.js +46 -0
  246. package/lib/module/ui/console/CyberpunkButtonOutline.js +257 -0
  247. package/lib/module/ui/console/CyberpunkConsoleSection.js +646 -0
  248. package/lib/module/ui/console/CyberpunkIconContainer.js +182 -0
  249. package/lib/module/ui/console/CyberpunkSectionButton.js +118 -0
  250. package/lib/module/ui/console/GalaxyButton.js +95 -0
  251. package/lib/module/ui/console/index.js +5 -0
  252. package/lib/module/ui/gameUI/components/GameUICollapsibleSection.js +116 -0
  253. package/lib/module/ui/gameUI/components/GameUICompactStats.js +331 -0
  254. package/lib/module/ui/gameUI/components/GameUIIssuesList.js +279 -0
  255. package/lib/module/ui/gameUI/components/GameUIStatusHeader.js +139 -0
  256. package/lib/module/ui/gameUI/constants/gameUIColors.js +183 -0
  257. package/lib/module/ui/gameUI/constants/macOSDesignSystemColors.js +202 -0
  258. package/lib/module/ui/gameUI/hooks/useGameUIAlertState.js +105 -0
  259. package/lib/module/ui/gameUI/index.js +19 -0
  260. package/lib/module/ui/index.js +12 -0
  261. package/lib/module/utils/displayValue.js +36 -0
  262. package/lib/module/utils/formatting/dataFormatting.js +66 -0
  263. package/lib/module/utils/formatting/httpFormatting.js +148 -0
  264. package/lib/module/utils/formatting/index.js +8 -0
  265. package/lib/module/utils/getSafeAreaInsets.js +36 -0
  266. package/lib/module/utils/index.js +10 -0
  267. package/lib/module/utils/loadOptionalModule.js +89 -0
  268. package/lib/module/utils/minimalSuperJSON.js +332 -0
  269. package/lib/module/utils/persistentStorage.js +588 -0
  270. package/lib/module/utils/safeAsyncStorage.js +64 -0
  271. package/lib/module/utils/safeStringify.js +225 -0
  272. package/lib/module/utils/time/formatRelativeTime.js +30 -0
  273. package/lib/module/utils/time/index.js +3 -0
  274. package/lib/module/utils/typeHelpers.js +130 -0
  275. package/lib/module/utils/valueFormatting.js +131 -0
  276. package/lib/typescript/commonjs/JsModal.d.ts +78 -0
  277. package/lib/typescript/commonjs/JsModal.d.ts.map +1 -0
  278. package/lib/typescript/commonjs/clipboard/autoDetectClipboard.d.ts +31 -0
  279. package/lib/typescript/commonjs/clipboard/autoDetectClipboard.d.ts.map +1 -0
  280. package/lib/typescript/commonjs/clipboard/clipboard-impl.d.ts +16 -0
  281. package/lib/typescript/commonjs/clipboard/clipboard-impl.d.ts.map +1 -0
  282. package/lib/typescript/commonjs/clipboard/copyToClipboard.d.ts +11 -0
  283. package/lib/typescript/commonjs/clipboard/copyToClipboard.d.ts.map +1 -0
  284. package/lib/typescript/commonjs/clipboard/index.d.ts +4 -0
  285. package/lib/typescript/commonjs/clipboard/index.d.ts.map +1 -0
  286. package/lib/typescript/commonjs/context/HintsContext.d.ts +30 -0
  287. package/lib/typescript/commonjs/context/HintsContext.d.ts.map +1 -0
  288. package/lib/typescript/commonjs/context/index.d.ts +2 -0
  289. package/lib/typescript/commonjs/context/index.d.ts.map +1 -0
  290. package/lib/typescript/commonjs/dataViewer/CyberpunkInput.d.ts +13 -0
  291. package/lib/typescript/commonjs/dataViewer/CyberpunkInput.d.ts.map +1 -0
  292. package/lib/typescript/commonjs/dataViewer/DataViewer.d.ts +24 -0
  293. package/lib/typescript/commonjs/dataViewer/DataViewer.d.ts.map +1 -0
  294. package/lib/typescript/commonjs/dataViewer/DiffSummary.d.ts +26 -0
  295. package/lib/typescript/commonjs/dataViewer/DiffSummary.d.ts.map +1 -0
  296. package/lib/typescript/commonjs/dataViewer/IndentGuides.d.ts +16 -0
  297. package/lib/typescript/commonjs/dataViewer/IndentGuides.d.ts.map +1 -0
  298. package/lib/typescript/commonjs/dataViewer/IndentGuidesOverlay.d.ts +19 -0
  299. package/lib/typescript/commonjs/dataViewer/IndentGuidesOverlay.d.ts.map +1 -0
  300. package/lib/typescript/commonjs/dataViewer/SplitDiffViewer.d.ts +40 -0
  301. package/lib/typescript/commonjs/dataViewer/SplitDiffViewer.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/dataViewer/TypeLegend.d.ts +18 -0
  303. package/lib/typescript/commonjs/dataViewer/TypeLegend.d.ts.map +1 -0
  304. package/lib/typescript/commonjs/dataViewer/VirtualizedDataExplorer.d.ts +14 -0
  305. package/lib/typescript/commonjs/dataViewer/VirtualizedDataExplorer.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/dataViewer/diffThemes.d.ts +62 -0
  307. package/lib/typescript/commonjs/dataViewer/diffThemes.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/dataViewer/index.d.ts +14 -0
  309. package/lib/typescript/commonjs/dataViewer/index.d.ts.map +1 -0
  310. package/lib/typescript/commonjs/dataViewer/lineDiff.d.ts +36 -0
  311. package/lib/typescript/commonjs/dataViewer/lineDiff.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/dataViewer/tree/TreeDiffViewer.d.ts +24 -0
  313. package/lib/typescript/commonjs/dataViewer/tree/TreeDiffViewer.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/env/EnvironmentIndicator.d.ts +12 -0
  315. package/lib/typescript/commonjs/env/EnvironmentIndicator.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/env/EnvironmentSelector.d.ts +18 -0
  317. package/lib/typescript/commonjs/env/EnvironmentSelector.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/env/EnvironmentSelectorInline.d.ts +12 -0
  319. package/lib/typescript/commonjs/env/EnvironmentSelectorInline.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/hooks/index.d.ts +5 -0
  321. package/lib/typescript/commonjs/hooks/index.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/hooks/safe-area-impl.d.ts +24 -0
  323. package/lib/typescript/commonjs/hooks/safe-area-impl.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/hooks/useDeviceInfo.d.ts +125 -0
  325. package/lib/typescript/commonjs/hooks/useDeviceInfo.d.ts.map +1 -0
  326. package/lib/typescript/commonjs/hooks/useFilterManager.d.ts +59 -0
  327. package/lib/typescript/commonjs/hooks/useFilterManager.d.ts.map +1 -0
  328. package/lib/typescript/commonjs/hooks/useSafeAreaInsets.d.ts +113 -0
  329. package/lib/typescript/commonjs/hooks/useSafeAreaInsets.d.ts.map +1 -0
  330. package/lib/typescript/commonjs/icons/BenchmarkIcon.d.ts +14 -0
  331. package/lib/typescript/commonjs/icons/BenchmarkIcon.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/icons/EnvLaptopIcon.d.ts +14 -0
  333. package/lib/typescript/commonjs/icons/EnvLaptopIcon.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/icons/IconBackground.d.ts +10 -0
  335. package/lib/typescript/commonjs/icons/IconBackground.d.ts.map +1 -0
  336. package/lib/typescript/commonjs/icons/ReactQueryIcon.d.ts +12 -0
  337. package/lib/typescript/commonjs/icons/ReactQueryIcon.d.ts.map +1 -0
  338. package/lib/typescript/commonjs/icons/RenderCountIcon.d.ts +14 -0
  339. package/lib/typescript/commonjs/icons/RenderCountIcon.d.ts.map +1 -0
  340. package/lib/typescript/commonjs/icons/RouteMapIcon.d.ts +14 -0
  341. package/lib/typescript/commonjs/icons/RouteMapIcon.d.ts.map +1 -0
  342. package/lib/typescript/commonjs/icons/SentryBugIcon.d.ts +12 -0
  343. package/lib/typescript/commonjs/icons/SentryBugIcon.d.ts.map +1 -0
  344. package/lib/typescript/commonjs/icons/StackPulseIcon.d.ts +11 -0
  345. package/lib/typescript/commonjs/icons/StackPulseIcon.d.ts.map +1 -0
  346. package/lib/typescript/commonjs/icons/StorageStackIcon.d.ts +12 -0
  347. package/lib/typescript/commonjs/icons/StorageStackIcon.d.ts.map +1 -0
  348. package/lib/typescript/commonjs/icons/WifiCircuitIcon.d.ts +15 -0
  349. package/lib/typescript/commonjs/icons/WifiCircuitIcon.d.ts.map +1 -0
  350. package/lib/typescript/commonjs/icons/index.d.ts +15 -0
  351. package/lib/typescript/commonjs/icons/index.d.ts.map +1 -0
  352. package/lib/typescript/commonjs/icons/lucide-icons-original-full.d.ts +148 -0
  353. package/lib/typescript/commonjs/icons/lucide-icons-original-full.d.ts.map +1 -0
  354. package/lib/typescript/commonjs/icons/lucide-icons.d.ts +170 -0
  355. package/lib/typescript/commonjs/icons/lucide-icons.d.ts.map +1 -0
  356. package/lib/typescript/commonjs/icons/primitives/GlobeIcon.d.ts +15 -0
  357. package/lib/typescript/commonjs/icons/primitives/GlobeIcon.d.ts.map +1 -0
  358. package/lib/typescript/commonjs/icons/primitives/icon-primitives.d.ts +92 -0
  359. package/lib/typescript/commonjs/icons/primitives/icon-primitives.d.ts.map +1 -0
  360. package/lib/typescript/commonjs/icons/primitives/index.d.ts +9 -0
  361. package/lib/typescript/commonjs/icons/primitives/index.d.ts.map +1 -0
  362. package/lib/typescript/commonjs/index.d.ts +28 -0
  363. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  364. package/lib/typescript/commonjs/license/FeatureGate.d.ts +123 -0
  365. package/lib/typescript/commonjs/license/FeatureGate.d.ts.map +1 -0
  366. package/lib/typescript/commonjs/license/LicenseEntryModal.d.ts +69 -0
  367. package/lib/typescript/commonjs/license/LicenseEntryModal.d.ts.map +1 -0
  368. package/lib/typescript/commonjs/license/ManageDevicesModal.d.ts +23 -0
  369. package/lib/typescript/commonjs/license/ManageDevicesModal.d.ts.map +1 -0
  370. package/lib/typescript/commonjs/license/index.d.ts +7 -0
  371. package/lib/typescript/commonjs/license/index.d.ts.map +1 -0
  372. package/lib/typescript/commonjs/logger/index-sentry.d.ts +68 -0
  373. package/lib/typescript/commonjs/logger/index-sentry.d.ts.map +1 -0
  374. package/lib/typescript/commonjs/logger/index.d.ts +5 -0
  375. package/lib/typescript/commonjs/logger/index.d.ts.map +1 -0
  376. package/lib/typescript/commonjs/logger/logDump.d.ts +5 -0
  377. package/lib/typescript/commonjs/logger/logDump.d.ts.map +1 -0
  378. package/lib/typescript/commonjs/logger/types.d.ts +100 -0
  379. package/lib/typescript/commonjs/logger/types.d.ts.map +1 -0
  380. package/lib/typescript/commonjs/package.json +1 -0
  381. package/lib/typescript/commonjs/settings/components/BubbleSettingsSection.d.ts +19 -0
  382. package/lib/typescript/commonjs/settings/components/BubbleSettingsSection.d.ts.map +1 -0
  383. package/lib/typescript/commonjs/settings/index.d.ts +2 -0
  384. package/lib/typescript/commonjs/settings/index.d.ts.map +1 -0
  385. package/lib/typescript/commonjs/storage/devToolsStorageKeys.d.ts +173 -0
  386. package/lib/typescript/commonjs/storage/devToolsStorageKeys.d.ts.map +1 -0
  387. package/lib/typescript/commonjs/storage/index.d.ts +2 -0
  388. package/lib/typescript/commonjs/storage/index.d.ts.map +1 -0
  389. package/lib/typescript/commonjs/types/index.d.ts +2 -0
  390. package/lib/typescript/commonjs/types/index.d.ts.map +1 -0
  391. package/lib/typescript/commonjs/types/types.d.ts +8 -0
  392. package/lib/typescript/commonjs/types/types.d.ts.map +1 -0
  393. package/lib/typescript/commonjs/ui/components/BackButton.d.ts +10 -0
  394. package/lib/typescript/commonjs/ui/components/BackButton.d.ts.map +1 -0
  395. package/lib/typescript/commonjs/ui/components/Badge.d.ts +41 -0
  396. package/lib/typescript/commonjs/ui/components/Badge.d.ts.map +1 -0
  397. package/lib/typescript/commonjs/ui/components/ClipboardHintBanner.d.ts +17 -0
  398. package/lib/typescript/commonjs/ui/components/ClipboardHintBanner.d.ts.map +1 -0
  399. package/lib/typescript/commonjs/ui/components/CollapsibleSection.d.ts +35 -0
  400. package/lib/typescript/commonjs/ui/components/CollapsibleSection.d.ts.map +1 -0
  401. package/lib/typescript/commonjs/ui/components/CompactFilterChips.d.ts +23 -0
  402. package/lib/typescript/commonjs/ui/components/CompactFilterChips.d.ts.map +1 -0
  403. package/lib/typescript/commonjs/ui/components/CompactRow.d.ts +21 -0
  404. package/lib/typescript/commonjs/ui/components/CompactRow.d.ts.map +1 -0
  405. package/lib/typescript/commonjs/ui/components/CopyButton.d.ts +41 -0
  406. package/lib/typescript/commonjs/ui/components/CopyButton.d.ts.map +1 -0
  407. package/lib/typescript/commonjs/ui/components/DataInspector.d.ts +35 -0
  408. package/lib/typescript/commonjs/ui/components/DataInspector.d.ts.map +1 -0
  409. package/lib/typescript/commonjs/ui/components/DetailView.d.ts +68 -0
  410. package/lib/typescript/commonjs/ui/components/DetailView.d.ts.map +1 -0
  411. package/lib/typescript/commonjs/ui/components/Divider.d.ts +2 -0
  412. package/lib/typescript/commonjs/ui/components/Divider.d.ts.map +1 -0
  413. package/lib/typescript/commonjs/ui/components/DraggableHeader.d.ts +35 -0
  414. package/lib/typescript/commonjs/ui/components/DraggableHeader.d.ts.map +1 -0
  415. package/lib/typescript/commonjs/ui/components/DynamicFilterView.d.ts +91 -0
  416. package/lib/typescript/commonjs/ui/components/DynamicFilterView.d.ts.map +1 -0
  417. package/lib/typescript/commonjs/ui/components/EmptyState.d.ts +43 -0
  418. package/lib/typescript/commonjs/ui/components/EmptyState.d.ts.map +1 -0
  419. package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts +18 -0
  420. package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts.map +1 -0
  421. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/CompareBar.d.ts +15 -0
  422. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/CompareBar.d.ts.map +1 -0
  423. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/DiffModeTabs.d.ts +15 -0
  424. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/DiffModeTabs.d.ts.map +1 -0
  425. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/EventHistoryViewer.d.ts +15 -0
  426. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/EventHistoryViewer.d.ts.map +1 -0
  427. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/EventPickerModal.d.ts +15 -0
  428. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/EventPickerModal.d.ts.map +1 -0
  429. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/ViewToggleCards.d.ts +14 -0
  430. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/ViewToggleCards.d.ts.map +1 -0
  431. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/index.d.ts +13 -0
  432. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/index.d.ts.map +1 -0
  433. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/types.d.ts +216 -0
  434. package/lib/typescript/commonjs/ui/components/EventHistoryViewer/types.d.ts.map +1 -0
  435. package/lib/typescript/commonjs/ui/components/EventListItem.d.ts +65 -0
  436. package/lib/typescript/commonjs/ui/components/EventListItem.d.ts.map +1 -0
  437. package/lib/typescript/commonjs/ui/components/EventStepperFooter.d.ts +32 -0
  438. package/lib/typescript/commonjs/ui/components/EventStepperFooter.d.ts.map +1 -0
  439. package/lib/typescript/commonjs/ui/components/ExpandablePopover.d.ts +34 -0
  440. package/lib/typescript/commonjs/ui/components/ExpandablePopover.d.ts.map +1 -0
  441. package/lib/typescript/commonjs/ui/components/ExpandableSection.d.ts +15 -0
  442. package/lib/typescript/commonjs/ui/components/ExpandableSection.d.ts.map +1 -0
  443. package/lib/typescript/commonjs/ui/components/ExpandableSectionHeader.d.ts +13 -0
  444. package/lib/typescript/commonjs/ui/components/ExpandableSectionHeader.d.ts.map +1 -0
  445. package/lib/typescript/commonjs/ui/components/ExpandableSectionWithModal.d.ts +18 -0
  446. package/lib/typescript/commonjs/ui/components/ExpandableSectionWithModal.d.ts.map +1 -0
  447. package/lib/typescript/commonjs/ui/components/FilterComponents.d.ts +38 -0
  448. package/lib/typescript/commonjs/ui/components/FilterComponents.d.ts.map +1 -0
  449. package/lib/typescript/commonjs/ui/components/FilterViewPattern.d.ts +15 -0
  450. package/lib/typescript/commonjs/ui/components/FilterViewPattern.d.ts.map +1 -0
  451. package/lib/typescript/commonjs/ui/components/HeaderSearchButton.d.ts +9 -0
  452. package/lib/typescript/commonjs/ui/components/HeaderSearchButton.d.ts.map +1 -0
  453. package/lib/typescript/commonjs/ui/components/ListItem.d.ts +49 -0
  454. package/lib/typescript/commonjs/ui/components/ListItem.d.ts.map +1 -0
  455. package/lib/typescript/commonjs/ui/components/ModalHeader.d.ts +34 -0
  456. package/lib/typescript/commonjs/ui/components/ModalHeader.d.ts.map +1 -0
  457. package/lib/typescript/commonjs/ui/components/ModalHintBanner.d.ts +15 -0
  458. package/lib/typescript/commonjs/ui/components/ModalHintBanner.d.ts.map +1 -0
  459. package/lib/typescript/commonjs/ui/components/SearchBar.d.ts +32 -0
  460. package/lib/typescript/commonjs/ui/components/SearchBar.d.ts.map +1 -0
  461. package/lib/typescript/commonjs/ui/components/SectionHeader.d.ts +33 -0
  462. package/lib/typescript/commonjs/ui/components/SectionHeader.d.ts.map +1 -0
  463. package/lib/typescript/commonjs/ui/components/StatsCard.d.ts +45 -0
  464. package/lib/typescript/commonjs/ui/components/StatsCard.d.ts.map +1 -0
  465. package/lib/typescript/commonjs/ui/components/StatusIndicator.d.ts +40 -0
  466. package/lib/typescript/commonjs/ui/components/StatusIndicator.d.ts.map +1 -0
  467. package/lib/typescript/commonjs/ui/components/StorageTypeBadge.d.ts +9 -0
  468. package/lib/typescript/commonjs/ui/components/StorageTypeBadge.d.ts.map +1 -0
  469. package/lib/typescript/commonjs/ui/components/TabSelector.d.ts +12 -0
  470. package/lib/typescript/commonjs/ui/components/TabSelector.d.ts.map +1 -0
  471. package/lib/typescript/commonjs/ui/components/TimeDisplay.d.ts +30 -0
  472. package/lib/typescript/commonjs/ui/components/TimeDisplay.d.ts.map +1 -0
  473. package/lib/typescript/commonjs/ui/components/TypeBadge.d.ts +6 -0
  474. package/lib/typescript/commonjs/ui/components/TypeBadge.d.ts.map +1 -0
  475. package/lib/typescript/commonjs/ui/components/ValueTypeBadge.d.ts +10 -0
  476. package/lib/typescript/commonjs/ui/components/ValueTypeBadge.d.ts.map +1 -0
  477. package/lib/typescript/commonjs/ui/components/WindowControls.d.ts +19 -0
  478. package/lib/typescript/commonjs/ui/components/WindowControls.d.ts.map +1 -0
  479. package/lib/typescript/commonjs/ui/components/index.d.ts +36 -0
  480. package/lib/typescript/commonjs/ui/components/index.d.ts.map +1 -0
  481. package/lib/typescript/commonjs/ui/components/types.d.ts +3 -0
  482. package/lib/typescript/commonjs/ui/components/types.d.ts.map +1 -0
  483. package/lib/typescript/commonjs/ui/console/BubbleSettingsModal.d.ts +11 -0
  484. package/lib/typescript/commonjs/ui/console/BubbleSettingsModal.d.ts.map +1 -0
  485. package/lib/typescript/commonjs/ui/console/ConsoleSection.d.ts +19 -0
  486. package/lib/typescript/commonjs/ui/console/ConsoleSection.d.ts.map +1 -0
  487. package/lib/typescript/commonjs/ui/console/CyberpunkButtonOutline.d.ts +12 -0
  488. package/lib/typescript/commonjs/ui/console/CyberpunkButtonOutline.d.ts.map +1 -0
  489. package/lib/typescript/commonjs/ui/console/CyberpunkConsoleSection.d.ts +17 -0
  490. package/lib/typescript/commonjs/ui/console/CyberpunkConsoleSection.d.ts.map +1 -0
  491. package/lib/typescript/commonjs/ui/console/CyberpunkIconContainer.d.ts +9 -0
  492. package/lib/typescript/commonjs/ui/console/CyberpunkIconContainer.d.ts.map +1 -0
  493. package/lib/typescript/commonjs/ui/console/CyberpunkSectionButton.d.ts +14 -0
  494. package/lib/typescript/commonjs/ui/console/CyberpunkSectionButton.d.ts.map +1 -0
  495. package/lib/typescript/commonjs/ui/console/GalaxyButton.d.ts +10 -0
  496. package/lib/typescript/commonjs/ui/console/GalaxyButton.d.ts.map +1 -0
  497. package/lib/typescript/commonjs/ui/console/index.d.ts +2 -0
  498. package/lib/typescript/commonjs/ui/console/index.d.ts.map +1 -0
  499. package/lib/typescript/commonjs/ui/gameUI/components/GameUICollapsibleSection.d.ts +24 -0
  500. package/lib/typescript/commonjs/ui/gameUI/components/GameUICollapsibleSection.d.ts.map +1 -0
  501. package/lib/typescript/commonjs/ui/gameUI/components/GameUICompactStats.d.ts +40 -0
  502. package/lib/typescript/commonjs/ui/gameUI/components/GameUICompactStats.d.ts.map +1 -0
  503. package/lib/typescript/commonjs/ui/gameUI/components/GameUIIssuesList.d.ts +29 -0
  504. package/lib/typescript/commonjs/ui/gameUI/components/GameUIIssuesList.d.ts.map +1 -0
  505. package/lib/typescript/commonjs/ui/gameUI/components/GameUIStatusHeader.d.ts +16 -0
  506. package/lib/typescript/commonjs/ui/gameUI/components/GameUIStatusHeader.d.ts.map +1 -0
  507. package/lib/typescript/commonjs/ui/gameUI/constants/gameUIColors.d.ts +103 -0
  508. package/lib/typescript/commonjs/ui/gameUI/constants/gameUIColors.d.ts.map +1 -0
  509. package/lib/typescript/commonjs/ui/gameUI/constants/macOSDesignSystemColors.d.ts +157 -0
  510. package/lib/typescript/commonjs/ui/gameUI/constants/macOSDesignSystemColors.d.ts.map +1 -0
  511. package/lib/typescript/commonjs/ui/gameUI/hooks/useGameUIAlertState.d.ts +37 -0
  512. package/lib/typescript/commonjs/ui/gameUI/hooks/useGameUIAlertState.d.ts.map +1 -0
  513. package/lib/typescript/commonjs/ui/gameUI/index.d.ts +18 -0
  514. package/lib/typescript/commonjs/ui/gameUI/index.d.ts.map +1 -0
  515. package/lib/typescript/commonjs/ui/index.d.ts +4 -0
  516. package/lib/typescript/commonjs/ui/index.d.ts.map +1 -0
  517. package/lib/typescript/commonjs/utils/displayValue.d.ts +16 -0
  518. package/lib/typescript/commonjs/utils/displayValue.d.ts.map +1 -0
  519. package/lib/typescript/commonjs/utils/formatting/dataFormatting.d.ts +31 -0
  520. package/lib/typescript/commonjs/utils/formatting/dataFormatting.d.ts.map +1 -0
  521. package/lib/typescript/commonjs/utils/formatting/httpFormatting.d.ts +34 -0
  522. package/lib/typescript/commonjs/utils/formatting/httpFormatting.d.ts.map +1 -0
  523. package/lib/typescript/commonjs/utils/formatting/index.d.ts +6 -0
  524. package/lib/typescript/commonjs/utils/formatting/index.d.ts.map +1 -0
  525. package/lib/typescript/commonjs/utils/getSafeAreaInsets.d.ts +14 -0
  526. package/lib/typescript/commonjs/utils/getSafeAreaInsets.d.ts.map +1 -0
  527. package/lib/typescript/commonjs/utils/index.d.ts +9 -0
  528. package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
  529. package/lib/typescript/commonjs/utils/loadOptionalModule.d.ts +27 -0
  530. package/lib/typescript/commonjs/utils/loadOptionalModule.d.ts.map +1 -0
  531. package/lib/typescript/commonjs/utils/minimalSuperJSON.d.ts +18 -0
  532. package/lib/typescript/commonjs/utils/minimalSuperJSON.d.ts.map +1 -0
  533. package/lib/typescript/commonjs/utils/persistentStorage.d.ts +45 -0
  534. package/lib/typescript/commonjs/utils/persistentStorage.d.ts.map +1 -0
  535. package/lib/typescript/commonjs/utils/safeAsyncStorage.d.ts +35 -0
  536. package/lib/typescript/commonjs/utils/safeAsyncStorage.d.ts.map +1 -0
  537. package/lib/typescript/commonjs/utils/safeStringify.d.ts +49 -0
  538. package/lib/typescript/commonjs/utils/safeStringify.d.ts.map +1 -0
  539. package/lib/typescript/commonjs/utils/time/formatRelativeTime.d.ts +8 -0
  540. package/lib/typescript/commonjs/utils/time/formatRelativeTime.d.ts.map +1 -0
  541. package/lib/typescript/commonjs/utils/time/index.d.ts +2 -0
  542. package/lib/typescript/commonjs/utils/time/index.d.ts.map +1 -0
  543. package/lib/typescript/commonjs/utils/typeHelpers.d.ts +52 -0
  544. package/lib/typescript/commonjs/utils/typeHelpers.d.ts.map +1 -0
  545. package/lib/typescript/commonjs/utils/valueFormatting.d.ts +39 -0
  546. package/lib/typescript/commonjs/utils/valueFormatting.d.ts.map +1 -0
  547. package/lib/typescript/module/JsModal.d.ts +78 -0
  548. package/lib/typescript/module/JsModal.d.ts.map +1 -0
  549. package/lib/typescript/module/clipboard/autoDetectClipboard.d.ts +31 -0
  550. package/lib/typescript/module/clipboard/autoDetectClipboard.d.ts.map +1 -0
  551. package/lib/typescript/module/clipboard/clipboard-impl.d.ts +16 -0
  552. package/lib/typescript/module/clipboard/clipboard-impl.d.ts.map +1 -0
  553. package/lib/typescript/module/clipboard/copyToClipboard.d.ts +11 -0
  554. package/lib/typescript/module/clipboard/copyToClipboard.d.ts.map +1 -0
  555. package/lib/typescript/module/clipboard/index.d.ts +4 -0
  556. package/lib/typescript/module/clipboard/index.d.ts.map +1 -0
  557. package/lib/typescript/module/context/HintsContext.d.ts +30 -0
  558. package/lib/typescript/module/context/HintsContext.d.ts.map +1 -0
  559. package/lib/typescript/module/context/index.d.ts +2 -0
  560. package/lib/typescript/module/context/index.d.ts.map +1 -0
  561. package/lib/typescript/module/dataViewer/CyberpunkInput.d.ts +13 -0
  562. package/lib/typescript/module/dataViewer/CyberpunkInput.d.ts.map +1 -0
  563. package/lib/typescript/module/dataViewer/DataViewer.d.ts +24 -0
  564. package/lib/typescript/module/dataViewer/DataViewer.d.ts.map +1 -0
  565. package/lib/typescript/module/dataViewer/DiffSummary.d.ts +26 -0
  566. package/lib/typescript/module/dataViewer/DiffSummary.d.ts.map +1 -0
  567. package/lib/typescript/module/dataViewer/IndentGuides.d.ts +16 -0
  568. package/lib/typescript/module/dataViewer/IndentGuides.d.ts.map +1 -0
  569. package/lib/typescript/module/dataViewer/IndentGuidesOverlay.d.ts +19 -0
  570. package/lib/typescript/module/dataViewer/IndentGuidesOverlay.d.ts.map +1 -0
  571. package/lib/typescript/module/dataViewer/SplitDiffViewer.d.ts +40 -0
  572. package/lib/typescript/module/dataViewer/SplitDiffViewer.d.ts.map +1 -0
  573. package/lib/typescript/module/dataViewer/TypeLegend.d.ts +18 -0
  574. package/lib/typescript/module/dataViewer/TypeLegend.d.ts.map +1 -0
  575. package/lib/typescript/module/dataViewer/VirtualizedDataExplorer.d.ts +14 -0
  576. package/lib/typescript/module/dataViewer/VirtualizedDataExplorer.d.ts.map +1 -0
  577. package/lib/typescript/module/dataViewer/diffThemes.d.ts +62 -0
  578. package/lib/typescript/module/dataViewer/diffThemes.d.ts.map +1 -0
  579. package/lib/typescript/module/dataViewer/index.d.ts +14 -0
  580. package/lib/typescript/module/dataViewer/index.d.ts.map +1 -0
  581. package/lib/typescript/module/dataViewer/lineDiff.d.ts +36 -0
  582. package/lib/typescript/module/dataViewer/lineDiff.d.ts.map +1 -0
  583. package/lib/typescript/module/dataViewer/tree/TreeDiffViewer.d.ts +24 -0
  584. package/lib/typescript/module/dataViewer/tree/TreeDiffViewer.d.ts.map +1 -0
  585. package/lib/typescript/module/env/EnvironmentIndicator.d.ts +12 -0
  586. package/lib/typescript/module/env/EnvironmentIndicator.d.ts.map +1 -0
  587. package/lib/typescript/module/env/EnvironmentSelector.d.ts +18 -0
  588. package/lib/typescript/module/env/EnvironmentSelector.d.ts.map +1 -0
  589. package/lib/typescript/module/env/EnvironmentSelectorInline.d.ts +12 -0
  590. package/lib/typescript/module/env/EnvironmentSelectorInline.d.ts.map +1 -0
  591. package/lib/typescript/module/hooks/index.d.ts +5 -0
  592. package/lib/typescript/module/hooks/index.d.ts.map +1 -0
  593. package/lib/typescript/module/hooks/safe-area-impl.d.ts +24 -0
  594. package/lib/typescript/module/hooks/safe-area-impl.d.ts.map +1 -0
  595. package/lib/typescript/module/hooks/useDeviceInfo.d.ts +125 -0
  596. package/lib/typescript/module/hooks/useDeviceInfo.d.ts.map +1 -0
  597. package/lib/typescript/module/hooks/useFilterManager.d.ts +59 -0
  598. package/lib/typescript/module/hooks/useFilterManager.d.ts.map +1 -0
  599. package/lib/typescript/module/hooks/useSafeAreaInsets.d.ts +113 -0
  600. package/lib/typescript/module/hooks/useSafeAreaInsets.d.ts.map +1 -0
  601. package/lib/typescript/module/icons/BenchmarkIcon.d.ts +14 -0
  602. package/lib/typescript/module/icons/BenchmarkIcon.d.ts.map +1 -0
  603. package/lib/typescript/module/icons/EnvLaptopIcon.d.ts +14 -0
  604. package/lib/typescript/module/icons/EnvLaptopIcon.d.ts.map +1 -0
  605. package/lib/typescript/module/icons/IconBackground.d.ts +10 -0
  606. package/lib/typescript/module/icons/IconBackground.d.ts.map +1 -0
  607. package/lib/typescript/module/icons/ReactQueryIcon.d.ts +12 -0
  608. package/lib/typescript/module/icons/ReactQueryIcon.d.ts.map +1 -0
  609. package/lib/typescript/module/icons/RenderCountIcon.d.ts +14 -0
  610. package/lib/typescript/module/icons/RenderCountIcon.d.ts.map +1 -0
  611. package/lib/typescript/module/icons/RouteMapIcon.d.ts +14 -0
  612. package/lib/typescript/module/icons/RouteMapIcon.d.ts.map +1 -0
  613. package/lib/typescript/module/icons/SentryBugIcon.d.ts +12 -0
  614. package/lib/typescript/module/icons/SentryBugIcon.d.ts.map +1 -0
  615. package/lib/typescript/module/icons/StackPulseIcon.d.ts +11 -0
  616. package/lib/typescript/module/icons/StackPulseIcon.d.ts.map +1 -0
  617. package/lib/typescript/module/icons/StorageStackIcon.d.ts +12 -0
  618. package/lib/typescript/module/icons/StorageStackIcon.d.ts.map +1 -0
  619. package/lib/typescript/module/icons/WifiCircuitIcon.d.ts +15 -0
  620. package/lib/typescript/module/icons/WifiCircuitIcon.d.ts.map +1 -0
  621. package/lib/typescript/module/icons/index.d.ts +15 -0
  622. package/lib/typescript/module/icons/index.d.ts.map +1 -0
  623. package/lib/typescript/module/icons/lucide-icons-original-full.d.ts +148 -0
  624. package/lib/typescript/module/icons/lucide-icons-original-full.d.ts.map +1 -0
  625. package/lib/typescript/module/icons/lucide-icons.d.ts +170 -0
  626. package/lib/typescript/module/icons/lucide-icons.d.ts.map +1 -0
  627. package/lib/typescript/module/icons/primitives/GlobeIcon.d.ts +15 -0
  628. package/lib/typescript/module/icons/primitives/GlobeIcon.d.ts.map +1 -0
  629. package/lib/typescript/module/icons/primitives/icon-primitives.d.ts +92 -0
  630. package/lib/typescript/module/icons/primitives/icon-primitives.d.ts.map +1 -0
  631. package/lib/typescript/module/icons/primitives/index.d.ts +9 -0
  632. package/lib/typescript/module/icons/primitives/index.d.ts.map +1 -0
  633. package/lib/typescript/module/index.d.ts +28 -0
  634. package/lib/typescript/module/index.d.ts.map +1 -0
  635. package/lib/typescript/module/license/FeatureGate.d.ts +123 -0
  636. package/lib/typescript/module/license/FeatureGate.d.ts.map +1 -0
  637. package/lib/typescript/module/license/LicenseEntryModal.d.ts +69 -0
  638. package/lib/typescript/module/license/LicenseEntryModal.d.ts.map +1 -0
  639. package/lib/typescript/module/license/ManageDevicesModal.d.ts +23 -0
  640. package/lib/typescript/module/license/ManageDevicesModal.d.ts.map +1 -0
  641. package/lib/typescript/module/license/index.d.ts +7 -0
  642. package/lib/typescript/module/license/index.d.ts.map +1 -0
  643. package/lib/typescript/module/logger/index-sentry.d.ts +68 -0
  644. package/lib/typescript/module/logger/index-sentry.d.ts.map +1 -0
  645. package/lib/typescript/module/logger/index.d.ts +5 -0
  646. package/lib/typescript/module/logger/index.d.ts.map +1 -0
  647. package/lib/typescript/module/logger/logDump.d.ts +5 -0
  648. package/lib/typescript/module/logger/logDump.d.ts.map +1 -0
  649. package/lib/typescript/module/logger/types.d.ts +100 -0
  650. package/lib/typescript/module/logger/types.d.ts.map +1 -0
  651. package/lib/typescript/module/package.json +1 -0
  652. package/lib/typescript/module/settings/components/BubbleSettingsSection.d.ts +19 -0
  653. package/lib/typescript/module/settings/components/BubbleSettingsSection.d.ts.map +1 -0
  654. package/lib/typescript/module/settings/index.d.ts +2 -0
  655. package/lib/typescript/module/settings/index.d.ts.map +1 -0
  656. package/lib/typescript/module/storage/devToolsStorageKeys.d.ts +173 -0
  657. package/lib/typescript/module/storage/devToolsStorageKeys.d.ts.map +1 -0
  658. package/lib/typescript/module/storage/index.d.ts +2 -0
  659. package/lib/typescript/module/storage/index.d.ts.map +1 -0
  660. package/lib/typescript/module/types/index.d.ts +2 -0
  661. package/lib/typescript/module/types/index.d.ts.map +1 -0
  662. package/lib/typescript/module/types/types.d.ts +8 -0
  663. package/lib/typescript/module/types/types.d.ts.map +1 -0
  664. package/lib/typescript/module/ui/components/BackButton.d.ts +10 -0
  665. package/lib/typescript/module/ui/components/BackButton.d.ts.map +1 -0
  666. package/lib/typescript/module/ui/components/Badge.d.ts +41 -0
  667. package/lib/typescript/module/ui/components/Badge.d.ts.map +1 -0
  668. package/lib/typescript/module/ui/components/ClipboardHintBanner.d.ts +17 -0
  669. package/lib/typescript/module/ui/components/ClipboardHintBanner.d.ts.map +1 -0
  670. package/lib/typescript/module/ui/components/CollapsibleSection.d.ts +35 -0
  671. package/lib/typescript/module/ui/components/CollapsibleSection.d.ts.map +1 -0
  672. package/lib/typescript/module/ui/components/CompactFilterChips.d.ts +23 -0
  673. package/lib/typescript/module/ui/components/CompactFilterChips.d.ts.map +1 -0
  674. package/lib/typescript/module/ui/components/CompactRow.d.ts +21 -0
  675. package/lib/typescript/module/ui/components/CompactRow.d.ts.map +1 -0
  676. package/lib/typescript/module/ui/components/CopyButton.d.ts +41 -0
  677. package/lib/typescript/module/ui/components/CopyButton.d.ts.map +1 -0
  678. package/lib/typescript/module/ui/components/DataInspector.d.ts +35 -0
  679. package/lib/typescript/module/ui/components/DataInspector.d.ts.map +1 -0
  680. package/lib/typescript/module/ui/components/DetailView.d.ts +68 -0
  681. package/lib/typescript/module/ui/components/DetailView.d.ts.map +1 -0
  682. package/lib/typescript/module/ui/components/Divider.d.ts +2 -0
  683. package/lib/typescript/module/ui/components/Divider.d.ts.map +1 -0
  684. package/lib/typescript/module/ui/components/DraggableHeader.d.ts +35 -0
  685. package/lib/typescript/module/ui/components/DraggableHeader.d.ts.map +1 -0
  686. package/lib/typescript/module/ui/components/DynamicFilterView.d.ts +91 -0
  687. package/lib/typescript/module/ui/components/DynamicFilterView.d.ts.map +1 -0
  688. package/lib/typescript/module/ui/components/EmptyState.d.ts +43 -0
  689. package/lib/typescript/module/ui/components/EmptyState.d.ts.map +1 -0
  690. package/lib/typescript/module/ui/components/ErrorBoundary.d.ts +18 -0
  691. package/lib/typescript/module/ui/components/ErrorBoundary.d.ts.map +1 -0
  692. package/lib/typescript/module/ui/components/EventHistoryViewer/CompareBar.d.ts +15 -0
  693. package/lib/typescript/module/ui/components/EventHistoryViewer/CompareBar.d.ts.map +1 -0
  694. package/lib/typescript/module/ui/components/EventHistoryViewer/DiffModeTabs.d.ts +15 -0
  695. package/lib/typescript/module/ui/components/EventHistoryViewer/DiffModeTabs.d.ts.map +1 -0
  696. package/lib/typescript/module/ui/components/EventHistoryViewer/EventHistoryViewer.d.ts +15 -0
  697. package/lib/typescript/module/ui/components/EventHistoryViewer/EventHistoryViewer.d.ts.map +1 -0
  698. package/lib/typescript/module/ui/components/EventHistoryViewer/EventPickerModal.d.ts +15 -0
  699. package/lib/typescript/module/ui/components/EventHistoryViewer/EventPickerModal.d.ts.map +1 -0
  700. package/lib/typescript/module/ui/components/EventHistoryViewer/ViewToggleCards.d.ts +14 -0
  701. package/lib/typescript/module/ui/components/EventHistoryViewer/ViewToggleCards.d.ts.map +1 -0
  702. package/lib/typescript/module/ui/components/EventHistoryViewer/index.d.ts +13 -0
  703. package/lib/typescript/module/ui/components/EventHistoryViewer/index.d.ts.map +1 -0
  704. package/lib/typescript/module/ui/components/EventHistoryViewer/types.d.ts +216 -0
  705. package/lib/typescript/module/ui/components/EventHistoryViewer/types.d.ts.map +1 -0
  706. package/lib/typescript/module/ui/components/EventListItem.d.ts +65 -0
  707. package/lib/typescript/module/ui/components/EventListItem.d.ts.map +1 -0
  708. package/lib/typescript/module/ui/components/EventStepperFooter.d.ts +32 -0
  709. package/lib/typescript/module/ui/components/EventStepperFooter.d.ts.map +1 -0
  710. package/lib/typescript/module/ui/components/ExpandablePopover.d.ts +34 -0
  711. package/lib/typescript/module/ui/components/ExpandablePopover.d.ts.map +1 -0
  712. package/lib/typescript/module/ui/components/ExpandableSection.d.ts +15 -0
  713. package/lib/typescript/module/ui/components/ExpandableSection.d.ts.map +1 -0
  714. package/lib/typescript/module/ui/components/ExpandableSectionHeader.d.ts +13 -0
  715. package/lib/typescript/module/ui/components/ExpandableSectionHeader.d.ts.map +1 -0
  716. package/lib/typescript/module/ui/components/ExpandableSectionWithModal.d.ts +18 -0
  717. package/lib/typescript/module/ui/components/ExpandableSectionWithModal.d.ts.map +1 -0
  718. package/lib/typescript/module/ui/components/FilterComponents.d.ts +38 -0
  719. package/lib/typescript/module/ui/components/FilterComponents.d.ts.map +1 -0
  720. package/lib/typescript/module/ui/components/FilterViewPattern.d.ts +15 -0
  721. package/lib/typescript/module/ui/components/FilterViewPattern.d.ts.map +1 -0
  722. package/lib/typescript/module/ui/components/HeaderSearchButton.d.ts +9 -0
  723. package/lib/typescript/module/ui/components/HeaderSearchButton.d.ts.map +1 -0
  724. package/lib/typescript/module/ui/components/ListItem.d.ts +49 -0
  725. package/lib/typescript/module/ui/components/ListItem.d.ts.map +1 -0
  726. package/lib/typescript/module/ui/components/ModalHeader.d.ts +34 -0
  727. package/lib/typescript/module/ui/components/ModalHeader.d.ts.map +1 -0
  728. package/lib/typescript/module/ui/components/ModalHintBanner.d.ts +15 -0
  729. package/lib/typescript/module/ui/components/ModalHintBanner.d.ts.map +1 -0
  730. package/lib/typescript/module/ui/components/SearchBar.d.ts +32 -0
  731. package/lib/typescript/module/ui/components/SearchBar.d.ts.map +1 -0
  732. package/lib/typescript/module/ui/components/SectionHeader.d.ts +33 -0
  733. package/lib/typescript/module/ui/components/SectionHeader.d.ts.map +1 -0
  734. package/lib/typescript/module/ui/components/StatsCard.d.ts +45 -0
  735. package/lib/typescript/module/ui/components/StatsCard.d.ts.map +1 -0
  736. package/lib/typescript/module/ui/components/StatusIndicator.d.ts +40 -0
  737. package/lib/typescript/module/ui/components/StatusIndicator.d.ts.map +1 -0
  738. package/lib/typescript/module/ui/components/StorageTypeBadge.d.ts +9 -0
  739. package/lib/typescript/module/ui/components/StorageTypeBadge.d.ts.map +1 -0
  740. package/lib/typescript/module/ui/components/TabSelector.d.ts +12 -0
  741. package/lib/typescript/module/ui/components/TabSelector.d.ts.map +1 -0
  742. package/lib/typescript/module/ui/components/TimeDisplay.d.ts +30 -0
  743. package/lib/typescript/module/ui/components/TimeDisplay.d.ts.map +1 -0
  744. package/lib/typescript/module/ui/components/TypeBadge.d.ts +6 -0
  745. package/lib/typescript/module/ui/components/TypeBadge.d.ts.map +1 -0
  746. package/lib/typescript/module/ui/components/ValueTypeBadge.d.ts +10 -0
  747. package/lib/typescript/module/ui/components/ValueTypeBadge.d.ts.map +1 -0
  748. package/lib/typescript/module/ui/components/WindowControls.d.ts +19 -0
  749. package/lib/typescript/module/ui/components/WindowControls.d.ts.map +1 -0
  750. package/lib/typescript/module/ui/components/index.d.ts +36 -0
  751. package/lib/typescript/module/ui/components/index.d.ts.map +1 -0
  752. package/lib/typescript/module/ui/components/types.d.ts +3 -0
  753. package/lib/typescript/module/ui/components/types.d.ts.map +1 -0
  754. package/lib/typescript/module/ui/console/BubbleSettingsModal.d.ts +11 -0
  755. package/lib/typescript/module/ui/console/BubbleSettingsModal.d.ts.map +1 -0
  756. package/lib/typescript/module/ui/console/ConsoleSection.d.ts +19 -0
  757. package/lib/typescript/module/ui/console/ConsoleSection.d.ts.map +1 -0
  758. package/lib/typescript/module/ui/console/CyberpunkButtonOutline.d.ts +12 -0
  759. package/lib/typescript/module/ui/console/CyberpunkButtonOutline.d.ts.map +1 -0
  760. package/lib/typescript/module/ui/console/CyberpunkConsoleSection.d.ts +17 -0
  761. package/lib/typescript/module/ui/console/CyberpunkConsoleSection.d.ts.map +1 -0
  762. package/lib/typescript/module/ui/console/CyberpunkIconContainer.d.ts +9 -0
  763. package/lib/typescript/module/ui/console/CyberpunkIconContainer.d.ts.map +1 -0
  764. package/lib/typescript/module/ui/console/CyberpunkSectionButton.d.ts +14 -0
  765. package/lib/typescript/module/ui/console/CyberpunkSectionButton.d.ts.map +1 -0
  766. package/lib/typescript/module/ui/console/GalaxyButton.d.ts +10 -0
  767. package/lib/typescript/module/ui/console/GalaxyButton.d.ts.map +1 -0
  768. package/lib/typescript/module/ui/console/index.d.ts +2 -0
  769. package/lib/typescript/module/ui/console/index.d.ts.map +1 -0
  770. package/lib/typescript/module/ui/gameUI/components/GameUICollapsibleSection.d.ts +24 -0
  771. package/lib/typescript/module/ui/gameUI/components/GameUICollapsibleSection.d.ts.map +1 -0
  772. package/lib/typescript/module/ui/gameUI/components/GameUICompactStats.d.ts +40 -0
  773. package/lib/typescript/module/ui/gameUI/components/GameUICompactStats.d.ts.map +1 -0
  774. package/lib/typescript/module/ui/gameUI/components/GameUIIssuesList.d.ts +29 -0
  775. package/lib/typescript/module/ui/gameUI/components/GameUIIssuesList.d.ts.map +1 -0
  776. package/lib/typescript/module/ui/gameUI/components/GameUIStatusHeader.d.ts +16 -0
  777. package/lib/typescript/module/ui/gameUI/components/GameUIStatusHeader.d.ts.map +1 -0
  778. package/lib/typescript/module/ui/gameUI/constants/gameUIColors.d.ts +103 -0
  779. package/lib/typescript/module/ui/gameUI/constants/gameUIColors.d.ts.map +1 -0
  780. package/lib/typescript/module/ui/gameUI/constants/macOSDesignSystemColors.d.ts +157 -0
  781. package/lib/typescript/module/ui/gameUI/constants/macOSDesignSystemColors.d.ts.map +1 -0
  782. package/lib/typescript/module/ui/gameUI/hooks/useGameUIAlertState.d.ts +37 -0
  783. package/lib/typescript/module/ui/gameUI/hooks/useGameUIAlertState.d.ts.map +1 -0
  784. package/lib/typescript/module/ui/gameUI/index.d.ts +18 -0
  785. package/lib/typescript/module/ui/gameUI/index.d.ts.map +1 -0
  786. package/lib/typescript/module/ui/index.d.ts +4 -0
  787. package/lib/typescript/module/ui/index.d.ts.map +1 -0
  788. package/lib/typescript/module/utils/displayValue.d.ts +16 -0
  789. package/lib/typescript/module/utils/displayValue.d.ts.map +1 -0
  790. package/lib/typescript/module/utils/formatting/dataFormatting.d.ts +31 -0
  791. package/lib/typescript/module/utils/formatting/dataFormatting.d.ts.map +1 -0
  792. package/lib/typescript/module/utils/formatting/httpFormatting.d.ts +34 -0
  793. package/lib/typescript/module/utils/formatting/httpFormatting.d.ts.map +1 -0
  794. package/lib/typescript/module/utils/formatting/index.d.ts +6 -0
  795. package/lib/typescript/module/utils/formatting/index.d.ts.map +1 -0
  796. package/lib/typescript/module/utils/getSafeAreaInsets.d.ts +14 -0
  797. package/lib/typescript/module/utils/getSafeAreaInsets.d.ts.map +1 -0
  798. package/lib/typescript/module/utils/index.d.ts +9 -0
  799. package/lib/typescript/module/utils/index.d.ts.map +1 -0
  800. package/lib/typescript/module/utils/loadOptionalModule.d.ts +27 -0
  801. package/lib/typescript/module/utils/loadOptionalModule.d.ts.map +1 -0
  802. package/lib/typescript/module/utils/minimalSuperJSON.d.ts +18 -0
  803. package/lib/typescript/module/utils/minimalSuperJSON.d.ts.map +1 -0
  804. package/lib/typescript/module/utils/persistentStorage.d.ts +45 -0
  805. package/lib/typescript/module/utils/persistentStorage.d.ts.map +1 -0
  806. package/lib/typescript/module/utils/safeAsyncStorage.d.ts +35 -0
  807. package/lib/typescript/module/utils/safeAsyncStorage.d.ts.map +1 -0
  808. package/lib/typescript/module/utils/safeStringify.d.ts +49 -0
  809. package/lib/typescript/module/utils/safeStringify.d.ts.map +1 -0
  810. package/lib/typescript/module/utils/time/formatRelativeTime.d.ts +8 -0
  811. package/lib/typescript/module/utils/time/formatRelativeTime.d.ts.map +1 -0
  812. package/lib/typescript/module/utils/time/index.d.ts +2 -0
  813. package/lib/typescript/module/utils/time/index.d.ts.map +1 -0
  814. package/lib/typescript/module/utils/typeHelpers.d.ts +52 -0
  815. package/lib/typescript/module/utils/typeHelpers.d.ts.map +1 -0
  816. package/lib/typescript/module/utils/valueFormatting.d.ts +39 -0
  817. package/lib/typescript/module/utils/valueFormatting.d.ts.map +1 -0
  818. package/package.json +172 -0
  819. package/scripts/detect-clipboard.js +137 -0
  820. package/scripts/detect-safe-area.js +130 -0
@@ -0,0 +1,3244 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Server = exports.SearchIcon = exports.Search = exports.RouteIcon = exports.Route = exports.RefreshCwIcon = exports.RefreshCw = exports.PowerIcon = exports.Power = exports.PlusIcon = exports.Plus = exports.PlayIcon = exports.Play = exports.PhoneIcon = exports.Phone = exports.PauseIcon = exports.Pause = exports.PaletteIcon = exports.Palette = exports.NavigationIcon = exports.Navigation = exports.MusicIcon = exports.Music = exports.MinusIcon = exports.Minus = exports.LockIcon = exports.Lock = exports.LinkIcon = exports.Link = exports.LayersIcon = exports.Layers = exports.KeyIcon = exports.Key = exports.InfoIcon = exports.Info = exports.ImageIcon = exports.Image = exports.HashIcon = exports.Hash = exports.HardDriveIcon = exports.HardDrive = exports.HandIcon = exports.Hand = exports.GlobeIcon = exports.Globe = exports.GitBranchIcon = exports.GitBranch = exports.FlaskConicalIcon = exports.FlaskConical = exports.FilterIcon = exports.Filter = exports.FilmIcon = exports.Film = exports.FileTextIcon = exports.FileText = exports.FileJsonIcon = exports.FileJson = exports.FileCodeIcon = exports.FileCode = exports.EyeOffIcon = exports.EyeOff = exports.EyeIcon = exports.Eye = exports.Edit3 = exports.DownloadIcon = exports.Download = exports.DatabaseIcon = exports.Database = exports.CopyIcon = exports.Copy = exports.CloudIcon = exports.Cloud = exports.ClockIcon = exports.Clock = exports.ChevronUpIcon = exports.ChevronUp = exports.ChevronRightIcon = exports.ChevronRight = exports.ChevronLeftIcon = exports.ChevronLeft = exports.ChevronDownIcon = exports.ChevronDown = exports.CheckIcon = exports.CheckCircleIcon = exports.CheckCircle2Icon = exports.CheckCircle2 = exports.CheckCircle = exports.Check = exports.BugIcon = exports.Bug = exports.BoxIcon = exports.Box = exports.BarChart3Icon = exports.BarChart3 = exports.AlertTriangleIcon = exports.AlertTriangle = exports.AlertCircleIcon = exports.AlertCircle = exports.ActivityIcon = exports.Activity = void 0;
7
+ exports.ZapIcon = exports.Zap = exports.XIcon = exports.XCircleIcon = exports.XCircle = exports.X = exports.WifiIcon = exports.Wifi = exports.VolumeIcon = exports.Volume = exports.UsersIcon = exports.Users = exports.UserIcon = exports.User = exports.UploadIcon = exports.Upload = exports.UnlockIcon = exports.Unlock = exports.TriangleAlertIcon = exports.TriangleAlert = exports.TrashIcon = exports.Trash2Icon = exports.Trash2 = exports.Trash = exports.TouchpadIcon = exports.Touchpad = exports.TimerIcon = exports.Timer = exports.TestTube2Icon = exports.TestTube2 = exports.SmartphoneIcon = exports.Smartphone = exports.ShieldIcon = exports.Shield = exports.SettingsIcon = exports.Settings = exports.ServerIcon = void 0;
8
+ var _react = require("react");
9
+ var _reactNative = require("react-native");
10
+ var _gameUIColors = require("../ui/gameUI/constants/gameUIColors.js");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ // Core helper components with proper sizing
13
+ const PureSvg = ({
14
+ width,
15
+ height,
16
+ viewBox,
17
+ children,
18
+ style,
19
+ ...props
20
+ }) => {
21
+ const [,, vbWidth, vbHeight] = viewBox.split(" ").map(Number);
22
+ const scaleX = width / vbWidth;
23
+ const scaleY = height / vbHeight;
24
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
25
+ style: [{
26
+ width,
27
+ height,
28
+ position: "relative",
29
+ overflow: "hidden"
30
+ }, style],
31
+ ...props,
32
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
33
+ style: {
34
+ transform: [{
35
+ scaleX
36
+ }, {
37
+ scaleY
38
+ }],
39
+ transformOrigin: "top left",
40
+ width: vbWidth,
41
+ height: vbHeight
42
+ },
43
+ children: children
44
+ })
45
+ });
46
+ };
47
+ const PureLine = ({
48
+ x1,
49
+ y1,
50
+ x2,
51
+ y2,
52
+ stroke,
53
+ strokeWidth = 2
54
+ }) => {
55
+ const length = Math.sqrt(Math.pow(x2 - x1, 2) + Math.pow(y2 - y1, 2));
56
+ const angle = Math.atan2(y2 - y1, x2 - x1) * (180 / Math.PI);
57
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
58
+ style: {
59
+ position: "absolute",
60
+ left: x1,
61
+ top: y1 - strokeWidth / 2,
62
+ width: length,
63
+ height: strokeWidth,
64
+ backgroundColor: stroke,
65
+ transform: [{
66
+ rotate: `${angle}deg`
67
+ }],
68
+ transformOrigin: "left center"
69
+ }
70
+ });
71
+ };
72
+ const PureCircle = ({
73
+ cx,
74
+ cy,
75
+ r,
76
+ fill,
77
+ stroke,
78
+ strokeWidth = 2
79
+ }) => {
80
+ const diameter = r * 2;
81
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
82
+ style: {
83
+ position: "absolute",
84
+ left: cx - r,
85
+ top: cy - r,
86
+ width: diameter,
87
+ height: diameter,
88
+ borderRadius: r,
89
+ backgroundColor: fill || "transparent",
90
+ borderColor: stroke,
91
+ borderWidth: stroke ? strokeWidth : 0
92
+ }
93
+ });
94
+ };
95
+ const PureRect = ({
96
+ x,
97
+ y,
98
+ width,
99
+ height,
100
+ fill,
101
+ stroke,
102
+ strokeWidth = 2,
103
+ rx = 0
104
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
105
+ style: {
106
+ position: "absolute",
107
+ left: x,
108
+ top: y,
109
+ width,
110
+ height,
111
+ backgroundColor: fill || "transparent",
112
+ borderColor: stroke,
113
+ borderWidth: stroke ? strokeWidth : 0,
114
+ borderRadius: rx
115
+ }
116
+ });
117
+
118
+ // IMPROVED WIFI ICON - Using cone shape for perfect WiFi arcs
119
+ const WifiIcon = ({
120
+ size = 1,
121
+ color = "currentColor",
122
+ strokeWidth = 2
123
+ }) => {
124
+ const strength = 4;
125
+ const scale = 28 / 60;
126
+ strokeWidth = 4 * scale;
127
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
128
+ style: {
129
+ position: "relative",
130
+ width: size,
131
+ height: size
132
+ },
133
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
134
+ style: {
135
+ position: "absolute",
136
+ width: 5 * scale,
137
+ height: 5 * scale,
138
+ borderRadius: 2.5 * scale,
139
+ backgroundColor: color,
140
+ bottom: 0,
141
+ left: size / 2 - 2.5 * scale,
142
+ zIndex: 10
143
+ }
144
+ }), strength >= 2 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
145
+ style: {
146
+ position: "absolute",
147
+ bottom: -8 * scale,
148
+ // Move down to show more arc
149
+ left: size / 2 - 10 * scale,
150
+ transform: [{
151
+ rotate: "180deg"
152
+ }] // Rotate to show bottom half
153
+ },
154
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
155
+ style: {
156
+ width: 20 * scale,
157
+ height: 20 * scale,
158
+ borderRadius: 10 * scale,
159
+ borderWidth: strokeWidth * scale,
160
+ borderColor: color,
161
+ borderTopColor: "transparent",
162
+ // Hide top after rotation
163
+ borderLeftColor: "transparent",
164
+ borderRightColor: "transparent"
165
+ }
166
+ })
167
+ }), strength >= 3 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
168
+ style: {
169
+ position: "absolute",
170
+ bottom: -14 * scale,
171
+ left: size / 2 - 17 * scale,
172
+ transform: [{
173
+ rotate: "180deg"
174
+ }]
175
+ },
176
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
177
+ style: {
178
+ width: 34 * scale,
179
+ height: 34 * scale,
180
+ borderRadius: 17 * scale,
181
+ borderWidth: strokeWidth * scale,
182
+ borderColor: color,
183
+ borderTopColor: "transparent",
184
+ borderLeftColor: "transparent",
185
+ borderRightColor: "transparent"
186
+ }
187
+ })
188
+ }), strength >= 4 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
189
+ style: {
190
+ position: "absolute",
191
+ bottom: -22 * scale,
192
+ left: size / 2 - 25 * scale,
193
+ transform: [{
194
+ rotate: "180deg"
195
+ }]
196
+ },
197
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
198
+ style: {
199
+ width: 50 * scale,
200
+ height: 50 * scale,
201
+ borderRadius: 25 * scale,
202
+ borderWidth: strokeWidth * scale,
203
+ borderColor: color,
204
+ borderTopColor: "transparent",
205
+ borderLeftColor: "transparent",
206
+ borderRightColor: "transparent"
207
+ }
208
+ })
209
+ })]
210
+ });
211
+ };
212
+
213
+ // SIMPLIFIED SETTINGS ICON - Minimal gear
214
+ exports.WifiIcon = WifiIcon;
215
+ const SettingsIcon = ({
216
+ size = 24,
217
+ color = "currentColor",
218
+ strokeWidth = 2,
219
+ ...props
220
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
221
+ width: size,
222
+ height: size,
223
+ viewBox: "0 0 24 24",
224
+ ...props,
225
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
226
+ cx: 12,
227
+ cy: 12,
228
+ r: 8,
229
+ stroke: color,
230
+ strokeWidth: strokeWidth
231
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
232
+ cx: 12,
233
+ cy: 12,
234
+ r: 3,
235
+ stroke: color,
236
+ strokeWidth: strokeWidth
237
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
238
+ x1: 12,
239
+ y1: 1,
240
+ x2: 12,
241
+ y2: 4,
242
+ stroke: color,
243
+ strokeWidth: strokeWidth
244
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
245
+ x1: 12,
246
+ y1: 20,
247
+ x2: 12,
248
+ y2: 23,
249
+ stroke: color,
250
+ strokeWidth: strokeWidth
251
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
252
+ x1: 1,
253
+ y1: 12,
254
+ x2: 4,
255
+ y2: 12,
256
+ stroke: color,
257
+ strokeWidth: strokeWidth
258
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
259
+ x1: 20,
260
+ y1: 12,
261
+ x2: 23,
262
+ y2: 12,
263
+ stroke: color,
264
+ strokeWidth: strokeWidth
265
+ })]
266
+ });
267
+
268
+ // SIMPLIFIED CLOUD ICON
269
+ exports.SettingsIcon = SettingsIcon;
270
+ const CloudIcon = ({
271
+ size = 24,
272
+ color = "currentColor",
273
+ strokeWidth = 2,
274
+ ...props
275
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
276
+ width: size,
277
+ height: size,
278
+ viewBox: "0 0 24 24",
279
+ ...props,
280
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
281
+ cx: 8,
282
+ cy: 15,
283
+ r: 4,
284
+ stroke: color,
285
+ strokeWidth: strokeWidth
286
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
287
+ cx: 16,
288
+ cy: 15,
289
+ r: 4,
290
+ stroke: color,
291
+ strokeWidth: strokeWidth
292
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
293
+ cx: 12,
294
+ cy: 11,
295
+ r: 4,
296
+ stroke: color,
297
+ strokeWidth: strokeWidth
298
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
299
+ x: 8,
300
+ y: 13,
301
+ width: 8,
302
+ height: 6,
303
+ fill: "white",
304
+ stroke: "white"
305
+ })]
306
+ });
307
+
308
+ // SIMPLIFIED PHONE ICON
309
+ exports.CloudIcon = CloudIcon;
310
+ const PhoneIcon = ({
311
+ size = 24,
312
+ color = "currentColor",
313
+ strokeWidth = 2,
314
+ ...props
315
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
316
+ width: size,
317
+ height: size,
318
+ viewBox: "0 0 24 24",
319
+ ...props,
320
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
321
+ x: 5,
322
+ y: 15,
323
+ width: 6,
324
+ height: 6,
325
+ rx: 2,
326
+ stroke: color,
327
+ strokeWidth: strokeWidth
328
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
329
+ x: 13,
330
+ y: 3,
331
+ width: 6,
332
+ height: 6,
333
+ rx: 2,
334
+ stroke: color,
335
+ strokeWidth: strokeWidth
336
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
337
+ x1: 11,
338
+ y1: 15,
339
+ x2: 13,
340
+ y2: 9,
341
+ stroke: color,
342
+ strokeWidth: strokeWidth
343
+ })]
344
+ });
345
+
346
+ // SIMPLIFIED VOLUME ICON
347
+ exports.PhoneIcon = PhoneIcon;
348
+ const VolumeIcon = ({
349
+ size = 24,
350
+ color = "currentColor",
351
+ strokeWidth = 2,
352
+ ...props
353
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
354
+ width: size,
355
+ height: size,
356
+ viewBox: "0 0 24 24",
357
+ ...props,
358
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
359
+ x: 3,
360
+ y: 9,
361
+ width: 5,
362
+ height: 6,
363
+ stroke: color,
364
+ strokeWidth: strokeWidth
365
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
366
+ x1: 8,
367
+ y1: 9,
368
+ x2: 11,
369
+ y2: 6,
370
+ stroke: color,
371
+ strokeWidth: strokeWidth
372
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
373
+ x1: 8,
374
+ y1: 15,
375
+ x2: 11,
376
+ y2: 18,
377
+ stroke: color,
378
+ strokeWidth: strokeWidth
379
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
380
+ x1: 8,
381
+ y1: 9,
382
+ x2: 8,
383
+ y2: 15,
384
+ stroke: color,
385
+ strokeWidth: strokeWidth
386
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
387
+ x1: 13,
388
+ y1: 9,
389
+ x2: 13,
390
+ y2: 15,
391
+ stroke: color,
392
+ strokeWidth: strokeWidth
393
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
394
+ x1: 16,
395
+ y1: 7,
396
+ x2: 16,
397
+ y2: 17,
398
+ stroke: color,
399
+ strokeWidth: strokeWidth
400
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
401
+ x1: 19,
402
+ y1: 5,
403
+ x2: 19,
404
+ y2: 19,
405
+ stroke: color,
406
+ strokeWidth: strokeWidth
407
+ })]
408
+ });
409
+
410
+ // SIMPLIFIED EYE ICON
411
+ exports.VolumeIcon = VolumeIcon;
412
+ const EyeIcon = ({
413
+ size = 24,
414
+ color = "currentColor",
415
+ strokeWidth = 2,
416
+ ...props
417
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
418
+ width: size,
419
+ height: size,
420
+ viewBox: "0 0 24 24",
421
+ ...props,
422
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
423
+ cx: 12,
424
+ cy: 12,
425
+ r: 10,
426
+ stroke: color,
427
+ strokeWidth: strokeWidth
428
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
429
+ cx: 12,
430
+ cy: 12,
431
+ r: 4,
432
+ stroke: color,
433
+ strokeWidth: strokeWidth
434
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
435
+ cx: 12,
436
+ cy: 12,
437
+ r: 2,
438
+ fill: color
439
+ })]
440
+ });
441
+
442
+ // SIMPLIFIED EYE OFF ICON
443
+ exports.EyeIcon = EyeIcon;
444
+ const EyeOffIcon = ({
445
+ size = 24,
446
+ color = "currentColor",
447
+ strokeWidth = 2,
448
+ ...props
449
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
450
+ width: size,
451
+ height: size,
452
+ viewBox: "0 0 24 24",
453
+ ...props,
454
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
455
+ cx: 12,
456
+ cy: 12,
457
+ r: 10,
458
+ stroke: color,
459
+ strokeWidth: strokeWidth
460
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
461
+ cx: 12,
462
+ cy: 12,
463
+ r: 4,
464
+ stroke: color,
465
+ strokeWidth: strokeWidth
466
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
467
+ x1: 4,
468
+ y1: 4,
469
+ x2: 20,
470
+ y2: 20,
471
+ stroke: color,
472
+ strokeWidth: strokeWidth
473
+ })]
474
+ });
475
+
476
+ // SIMPLIFIED REFRESH ICON
477
+ exports.EyeOffIcon = EyeOffIcon;
478
+ const RefreshCwIcon = ({
479
+ size = 24,
480
+ color = "currentColor",
481
+ strokeWidth = 2,
482
+ ...props
483
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
484
+ width: size,
485
+ height: size,
486
+ viewBox: "0 0 24 24",
487
+ ...props,
488
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
489
+ cx: 12,
490
+ cy: 12,
491
+ r: 9,
492
+ stroke: color,
493
+ strokeWidth: strokeWidth
494
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
495
+ x1: 12,
496
+ y1: 3,
497
+ x2: 15,
498
+ y2: 6,
499
+ stroke: color,
500
+ strokeWidth: strokeWidth
501
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
502
+ x1: 12,
503
+ y1: 3,
504
+ x2: 9,
505
+ y2: 6,
506
+ stroke: color,
507
+ strokeWidth: strokeWidth
508
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
509
+ x1: 12,
510
+ y1: 21,
511
+ x2: 15,
512
+ y2: 18,
513
+ stroke: color,
514
+ strokeWidth: strokeWidth
515
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
516
+ x1: 12,
517
+ y1: 21,
518
+ x2: 9,
519
+ y2: 18,
520
+ stroke: color,
521
+ strokeWidth: strokeWidth
522
+ })]
523
+ });
524
+
525
+ // SIMPLIFIED SHIELD ICON
526
+ exports.RefreshCwIcon = RefreshCwIcon;
527
+ const ShieldIcon = ({
528
+ size = 24,
529
+ color = "currentColor",
530
+ strokeWidth = 2,
531
+ ...props
532
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
533
+ width: size,
534
+ height: size,
535
+ viewBox: "0 0 24 24",
536
+ ...props,
537
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
538
+ x1: 12,
539
+ y1: 2,
540
+ x2: 4,
541
+ y2: 8,
542
+ stroke: color,
543
+ strokeWidth: strokeWidth
544
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
545
+ x1: 12,
546
+ y1: 2,
547
+ x2: 20,
548
+ y2: 8,
549
+ stroke: color,
550
+ strokeWidth: strokeWidth
551
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
552
+ x1: 4,
553
+ y1: 8,
554
+ x2: 4,
555
+ y2: 14,
556
+ stroke: color,
557
+ strokeWidth: strokeWidth
558
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
559
+ x1: 20,
560
+ y1: 8,
561
+ x2: 20,
562
+ y2: 14,
563
+ stroke: color,
564
+ strokeWidth: strokeWidth
565
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
566
+ x1: 4,
567
+ y1: 14,
568
+ x2: 12,
569
+ y2: 22,
570
+ stroke: color,
571
+ strokeWidth: strokeWidth
572
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
573
+ x1: 20,
574
+ y1: 14,
575
+ x2: 12,
576
+ y2: 22,
577
+ stroke: color,
578
+ strokeWidth: strokeWidth
579
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
580
+ x1: 8,
581
+ y1: 11,
582
+ x2: 11,
583
+ y2: 14,
584
+ stroke: color,
585
+ strokeWidth: strokeWidth
586
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
587
+ x1: 11,
588
+ y1: 14,
589
+ x2: 16,
590
+ y2: 9,
591
+ stroke: color,
592
+ strokeWidth: strokeWidth
593
+ })]
594
+ });
595
+
596
+ // SIMPLIFIED PALETTE ICON
597
+ exports.ShieldIcon = ShieldIcon;
598
+ const PaletteIcon = ({
599
+ size = 24,
600
+ color = "currentColor",
601
+ strokeWidth = 2,
602
+ ...props
603
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
604
+ width: size,
605
+ height: size,
606
+ viewBox: "0 0 24 24",
607
+ ...props,
608
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
609
+ cx: 12,
610
+ cy: 12,
611
+ r: 10,
612
+ stroke: color,
613
+ strokeWidth: strokeWidth
614
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
615
+ cx: 8,
616
+ cy: 8,
617
+ r: 1,
618
+ fill: color
619
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
620
+ cx: 16,
621
+ cy: 8,
622
+ r: 1,
623
+ fill: color
624
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
625
+ cx: 8,
626
+ cy: 14,
627
+ r: 1,
628
+ fill: color
629
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
630
+ cx: 14,
631
+ cy: 14,
632
+ r: 1,
633
+ fill: color
634
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
635
+ cx: 17,
636
+ cy: 17,
637
+ r: 2,
638
+ stroke: color,
639
+ strokeWidth: strokeWidth
640
+ })]
641
+ });
642
+
643
+ // SIMPLIFIED HAND ICON
644
+ exports.PaletteIcon = PaletteIcon;
645
+ const HandIcon = ({
646
+ size = 24,
647
+ color = "currentColor",
648
+ strokeWidth = 2,
649
+ ...props
650
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
651
+ width: size,
652
+ height: size,
653
+ viewBox: "0 0 24 24",
654
+ ...props,
655
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
656
+ x: 7,
657
+ y: 11,
658
+ width: 10,
659
+ height: 10,
660
+ rx: 2,
661
+ stroke: color,
662
+ strokeWidth: strokeWidth
663
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
664
+ x1: 9,
665
+ y1: 11,
666
+ x2: 9,
667
+ y2: 6,
668
+ stroke: color,
669
+ strokeWidth: strokeWidth
670
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
671
+ x1: 12,
672
+ y1: 11,
673
+ x2: 12,
674
+ y2: 4,
675
+ stroke: color,
676
+ strokeWidth: strokeWidth
677
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
678
+ x1: 15,
679
+ y1: 11,
680
+ x2: 15,
681
+ y2: 6,
682
+ stroke: color,
683
+ strokeWidth: strokeWidth
684
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
685
+ x1: 7,
686
+ y1: 14,
687
+ x2: 4,
688
+ y2: 12,
689
+ stroke: color,
690
+ strokeWidth: strokeWidth
691
+ })]
692
+ });
693
+
694
+ // Copy all the rest of the existing icons from the original file...
695
+ // (I'll include the key ones that are visible in your screenshots)
696
+ exports.HandIcon = HandIcon;
697
+ const ActivityIcon = ({
698
+ size = 24,
699
+ color = "currentColor",
700
+ strokeWidth = 2,
701
+ ...props
702
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
703
+ width: size,
704
+ height: size,
705
+ viewBox: "0 0 24 24",
706
+ ...props,
707
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
708
+ x1: 3,
709
+ y1: 12,
710
+ x2: 7,
711
+ y2: 12,
712
+ stroke: color,
713
+ strokeWidth: strokeWidth
714
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
715
+ x1: 7,
716
+ y1: 12,
717
+ x2: 10,
718
+ y2: 6,
719
+ stroke: color,
720
+ strokeWidth: strokeWidth
721
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
722
+ x1: 10,
723
+ y1: 6,
724
+ x2: 14,
725
+ y2: 18,
726
+ stroke: color,
727
+ strokeWidth: strokeWidth
728
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
729
+ x1: 14,
730
+ y1: 18,
731
+ x2: 17,
732
+ y2: 12,
733
+ stroke: color,
734
+ strokeWidth: strokeWidth
735
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
736
+ x1: 17,
737
+ y1: 12,
738
+ x2: 21,
739
+ y2: 12,
740
+ stroke: color,
741
+ strokeWidth: strokeWidth
742
+ })]
743
+ });
744
+
745
+ // SIMPLIFIED DATABASE ICON
746
+ exports.ActivityIcon = ActivityIcon;
747
+ const DatabaseIcon = ({
748
+ size = 24,
749
+ color = "currentColor",
750
+ strokeWidth = 2,
751
+ ...props
752
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
753
+ width: size,
754
+ height: size,
755
+ viewBox: "0 0 24 24",
756
+ ...props,
757
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
758
+ x: 5,
759
+ y: 3,
760
+ width: 14,
761
+ height: 4,
762
+ rx: 2,
763
+ stroke: color,
764
+ strokeWidth: strokeWidth
765
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
766
+ x: 5,
767
+ y: 7,
768
+ width: 14,
769
+ height: 4,
770
+ stroke: color,
771
+ strokeWidth: strokeWidth
772
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
773
+ x: 5,
774
+ y: 11,
775
+ width: 14,
776
+ height: 8,
777
+ rx: 2,
778
+ stroke: color,
779
+ strokeWidth: strokeWidth
780
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
781
+ x1: 5,
782
+ y1: 7,
783
+ x2: 19,
784
+ y2: 7,
785
+ stroke: color,
786
+ strokeWidth: strokeWidth
787
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
788
+ x1: 5,
789
+ y1: 11,
790
+ x2: 19,
791
+ y2: 11,
792
+ stroke: color,
793
+ strokeWidth: strokeWidth
794
+ })]
795
+ });
796
+ exports.DatabaseIcon = DatabaseIcon;
797
+ const BugIcon = ({
798
+ size = 24,
799
+ color = "currentColor",
800
+ strokeWidth = 2,
801
+ ...props
802
+ }) => {
803
+ const scale = 20 / 30;
804
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
805
+ style: {
806
+ width: size * 1.5,
807
+ height: size * 1,
808
+ alignItems: "center",
809
+ justifyContent: "center"
810
+ },
811
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
812
+ style: {
813
+ transform: [{
814
+ rotate: "20deg"
815
+ }],
816
+ position: "relative"
817
+ },
818
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
819
+ style: {
820
+ width: 20 * scale,
821
+ height: 26 * scale,
822
+ backgroundColor: color,
823
+ borderRadius: 10 * scale,
824
+ // Create oval/egg shape
825
+ borderTopLeftRadius: 10 * scale,
826
+ borderTopRightRadius: 10 * scale,
827
+ borderBottomLeftRadius: 12 * scale,
828
+ borderBottomRightRadius: 12 * scale
829
+ }
830
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
831
+ style: {
832
+ position: "absolute",
833
+ width: 12 * scale,
834
+ height: 8 * scale,
835
+ backgroundColor: color,
836
+ borderRadius: 6 * scale,
837
+ top: -4 * scale,
838
+ left: 4 * scale
839
+ }
840
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
841
+ style: {
842
+ position: "absolute",
843
+ width: 2 * scale,
844
+ height: 8 * scale,
845
+ backgroundColor: color,
846
+ top: -10 * scale,
847
+ left: 6 * scale,
848
+ transform: [{
849
+ rotate: "-15deg"
850
+ }]
851
+ }
852
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
853
+ style: {
854
+ position: "absolute",
855
+ width: 2 * scale,
856
+ height: 8 * scale,
857
+ backgroundColor: color,
858
+ top: -10 * scale,
859
+ right: 6 * scale,
860
+ transform: [{
861
+ rotate: "15deg"
862
+ }]
863
+ }
864
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
865
+ style: {
866
+ position: "absolute",
867
+ width: 3 * scale,
868
+ height: 3 * scale,
869
+ backgroundColor: "#fff",
870
+ borderRadius: 1.5 * scale,
871
+ top: -2 * scale,
872
+ left: 6 * scale
873
+ }
874
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
875
+ style: {
876
+ position: "absolute",
877
+ width: 3 * scale,
878
+ height: 3 * scale,
879
+ backgroundColor: "#fff",
880
+ borderRadius: 1.5 * scale,
881
+ top: -2 * scale,
882
+ right: 6 * scale
883
+ }
884
+ }), [0, 1, 2].map(index => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_react.Fragment, {
885
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
886
+ style: {
887
+ position: "absolute",
888
+ width: 8 * scale,
889
+ height: 2 * scale,
890
+ backgroundColor: color,
891
+ top: (6 + index * 6) * scale,
892
+ left: -6 * scale,
893
+ transform: [{
894
+ rotate: "-45deg"
895
+ }]
896
+ }
897
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
898
+ style: {
899
+ position: "absolute",
900
+ width: 8 * scale,
901
+ height: 2 * scale,
902
+ backgroundColor: color,
903
+ top: (6 + index * 6) * scale,
904
+ right: -6 * scale,
905
+ transform: [{
906
+ rotate: "45deg"
907
+ }]
908
+ }
909
+ })]
910
+ }, index))]
911
+ })
912
+ });
913
+ };
914
+ exports.BugIcon = BugIcon;
915
+ const ServerIcon = ({
916
+ size = 24,
917
+ color = "currentColor",
918
+ strokeWidth = 2,
919
+ ...props
920
+ }) => {
921
+ const scale = 20 / 30;
922
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
923
+ style: {
924
+ width: size,
925
+ height: size,
926
+ alignItems: "center",
927
+ justifyContent: "center"
928
+ },
929
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
930
+ style: {
931
+ width: 28 * scale,
932
+ height: 18 * scale,
933
+ backgroundColor: color,
934
+ borderRadius: 2 * scale,
935
+ marginBottom: -2 * scale
936
+ }
937
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
938
+ style: {
939
+ position: "absolute",
940
+ width: 24 * scale,
941
+ height: 14 * scale,
942
+ backgroundColor: "#fff",
943
+ borderRadius: 1 * scale,
944
+ top: 11 * scale,
945
+ opacity: 0.2
946
+ }
947
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
948
+ style: {
949
+ width: 36 * scale,
950
+ height: 3 * scale,
951
+ backgroundColor: color,
952
+ borderRadius: 1 * scale
953
+ }
954
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
955
+ style: {
956
+ position: "absolute",
957
+ width: 8 * scale,
958
+ height: 1 * scale,
959
+ backgroundColor: "#fff",
960
+ bottom: 17 * scale,
961
+ opacity: 0.3
962
+ }
963
+ })]
964
+ });
965
+ };
966
+ exports.ServerIcon = ServerIcon;
967
+ const GlobeIcon = ({
968
+ size = 24,
969
+ color = _gameUIColors.gameUIColors.env,
970
+ strokeWidth = 2,
971
+ ...props
972
+ }) => {
973
+ color = _gameUIColors.gameUIColors.env;
974
+ const scale = size / 24;
975
+ const globeSize = 18 * scale;
976
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
977
+ style: {
978
+ width: size,
979
+ height: size
980
+ },
981
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
982
+ style: {
983
+ position: "absolute",
984
+ width: globeSize,
985
+ height: globeSize,
986
+ borderWidth: 2 * scale,
987
+ borderColor: color,
988
+ borderRadius: globeSize / 2,
989
+ top: (size - globeSize) / 2,
990
+ left: (size - globeSize) / 2,
991
+ backgroundColor: _gameUIColors.gameUIColors.blackTint1,
992
+ shadowColor: color,
993
+ shadowOffset: {
994
+ width: 0,
995
+ height: 0
996
+ },
997
+ shadowOpacity: 0.6,
998
+ shadowRadius: 4 * scale
999
+ }
1000
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
1001
+ style: {
1002
+ position: "absolute",
1003
+ width: globeSize,
1004
+ height: globeSize,
1005
+ borderWidth: 2 * scale,
1006
+ borderColor: color,
1007
+ borderRadius: globeSize / 2,
1008
+ top: (size - globeSize) / 2,
1009
+ left: (size - globeSize) / 2,
1010
+ transform: [{
1011
+ scaleX: 0.45
1012
+ }],
1013
+ opacity: 0.6
1014
+ }
1015
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
1016
+ style: {
1017
+ position: "absolute",
1018
+ width: globeSize,
1019
+ height: globeSize,
1020
+ borderWidth: 2 * scale,
1021
+ borderColor: color,
1022
+ borderRadius: globeSize / 2,
1023
+ top: (size - globeSize) / 2,
1024
+ left: (size - globeSize) / 2,
1025
+ transform: [{
1026
+ scaleX: 1.33
1027
+ }, {
1028
+ scaleY: 0.6
1029
+ }],
1030
+ opacity: 0.6
1031
+ }
1032
+ })]
1033
+ });
1034
+ };
1035
+ exports.GlobeIcon = GlobeIcon;
1036
+ const XIcon = ({
1037
+ size = 24,
1038
+ color = "currentColor",
1039
+ strokeWidth = 2,
1040
+ ...props
1041
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1042
+ width: size,
1043
+ height: size,
1044
+ viewBox: "0 0 24 24",
1045
+ ...props,
1046
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1047
+ x1: 6,
1048
+ y1: 6,
1049
+ x2: 18,
1050
+ y2: 18,
1051
+ stroke: color,
1052
+ strokeWidth: strokeWidth
1053
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1054
+ x1: 18,
1055
+ y1: 6,
1056
+ x2: 6,
1057
+ y2: 18,
1058
+ stroke: color,
1059
+ strokeWidth: strokeWidth
1060
+ })]
1061
+ });
1062
+
1063
+ // IMPROVED CHECK CIRCLE ICON
1064
+ exports.XIcon = XIcon;
1065
+ const CheckCircle2Icon = ({
1066
+ size = 24,
1067
+ color = "currentColor",
1068
+ strokeWidth = 2,
1069
+ ...props
1070
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1071
+ width: size,
1072
+ height: size,
1073
+ viewBox: "0 0 24 24",
1074
+ ...props,
1075
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1076
+ cx: 12,
1077
+ cy: 12,
1078
+ r: 10,
1079
+ stroke: color,
1080
+ strokeWidth: strokeWidth
1081
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1082
+ x1: 8,
1083
+ y1: 12,
1084
+ x2: 11,
1085
+ y2: 15,
1086
+ stroke: color,
1087
+ strokeWidth: strokeWidth
1088
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1089
+ x1: 11,
1090
+ y1: 15,
1091
+ x2: 16,
1092
+ y2: 9,
1093
+ stroke: color,
1094
+ strokeWidth: strokeWidth
1095
+ })]
1096
+ });
1097
+
1098
+ // IMPROVED X CIRCLE ICON
1099
+ exports.CheckCircle2Icon = CheckCircle2Icon;
1100
+ const XCircleIcon = ({
1101
+ size = 24,
1102
+ color = "currentColor",
1103
+ strokeWidth = 2,
1104
+ ...props
1105
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1106
+ width: size,
1107
+ height: size,
1108
+ viewBox: "0 0 24 24",
1109
+ ...props,
1110
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1111
+ cx: 12,
1112
+ cy: 12,
1113
+ r: 10,
1114
+ stroke: color,
1115
+ strokeWidth: strokeWidth
1116
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1117
+ x1: 8,
1118
+ y1: 8,
1119
+ x2: 16,
1120
+ y2: 16,
1121
+ stroke: color,
1122
+ strokeWidth: strokeWidth
1123
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1124
+ x1: 16,
1125
+ y1: 8,
1126
+ x2: 8,
1127
+ y2: 16,
1128
+ stroke: color,
1129
+ strokeWidth: strokeWidth
1130
+ })]
1131
+ });
1132
+
1133
+ // SIMPLIFIED FILE CODE ICON
1134
+ exports.XCircleIcon = XCircleIcon;
1135
+ const FileCodeIcon = ({
1136
+ size = 24,
1137
+ color = "currentColor",
1138
+ strokeWidth = 2,
1139
+ ...props
1140
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1141
+ width: size,
1142
+ height: size,
1143
+ viewBox: "0 0 24 24",
1144
+ ...props,
1145
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1146
+ x: 5,
1147
+ y: 2,
1148
+ width: 14,
1149
+ height: 20,
1150
+ rx: 1,
1151
+ stroke: color,
1152
+ strokeWidth: strokeWidth
1153
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1154
+ x1: 14,
1155
+ y1: 2,
1156
+ x2: 19,
1157
+ y2: 7,
1158
+ stroke: color,
1159
+ strokeWidth: strokeWidth
1160
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1161
+ x1: 14,
1162
+ y1: 2,
1163
+ x2: 14,
1164
+ y2: 7,
1165
+ stroke: color,
1166
+ strokeWidth: strokeWidth
1167
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1168
+ x1: 14,
1169
+ y1: 7,
1170
+ x2: 19,
1171
+ y2: 7,
1172
+ stroke: color,
1173
+ strokeWidth: strokeWidth
1174
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1175
+ x1: 8,
1176
+ y1: 11,
1177
+ x2: 10,
1178
+ y2: 13,
1179
+ stroke: color,
1180
+ strokeWidth: strokeWidth
1181
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1182
+ x1: 8,
1183
+ y1: 15,
1184
+ x2: 10,
1185
+ y2: 13,
1186
+ stroke: color,
1187
+ strokeWidth: strokeWidth
1188
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1189
+ x1: 14,
1190
+ y1: 11,
1191
+ x2: 16,
1192
+ y2: 13,
1193
+ stroke: color,
1194
+ strokeWidth: strokeWidth
1195
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1196
+ x1: 14,
1197
+ y1: 15,
1198
+ x2: 16,
1199
+ y2: 13,
1200
+ stroke: color,
1201
+ strokeWidth: strokeWidth
1202
+ })]
1203
+ });
1204
+
1205
+ // IMPROVED FILE TEXT ICON
1206
+ exports.FileCodeIcon = FileCodeIcon;
1207
+ const FileTextIcon = ({
1208
+ size = 24,
1209
+ color = "currentColor",
1210
+ strokeWidth = 2,
1211
+ ...props
1212
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1213
+ width: size,
1214
+ height: size,
1215
+ viewBox: "0 0 24 24",
1216
+ ...props,
1217
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1218
+ x: 4,
1219
+ y: 2,
1220
+ width: 12,
1221
+ height: 20,
1222
+ rx: 1,
1223
+ stroke: color,
1224
+ strokeWidth: strokeWidth
1225
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
1226
+ style: {
1227
+ position: "absolute",
1228
+ left: 14,
1229
+ top: 2,
1230
+ width: 0,
1231
+ height: 0,
1232
+ borderLeftWidth: 4,
1233
+ borderTopWidth: 4,
1234
+ borderLeftColor: color,
1235
+ borderTopColor: "transparent"
1236
+ }
1237
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1238
+ x1: 14,
1239
+ y1: 6,
1240
+ x2: 18,
1241
+ y2: 6,
1242
+ stroke: color,
1243
+ strokeWidth: strokeWidth
1244
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1245
+ x1: 7,
1246
+ y1: 10,
1247
+ x2: 13,
1248
+ y2: 10,
1249
+ stroke: color,
1250
+ strokeWidth: strokeWidth
1251
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1252
+ x1: 7,
1253
+ y1: 13,
1254
+ x2: 13,
1255
+ y2: 13,
1256
+ stroke: color,
1257
+ strokeWidth: strokeWidth
1258
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1259
+ x1: 7,
1260
+ y1: 16,
1261
+ x2: 10,
1262
+ y2: 16,
1263
+ stroke: color,
1264
+ strokeWidth: strokeWidth
1265
+ })]
1266
+ });
1267
+
1268
+ // SIMPLIFIED FILE JSON ICON
1269
+ exports.FileTextIcon = FileTextIcon;
1270
+ const FileJsonIcon = ({
1271
+ size = 24,
1272
+ color = "currentColor",
1273
+ strokeWidth = 2,
1274
+ ...props
1275
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1276
+ width: size,
1277
+ height: size,
1278
+ viewBox: "0 0 24 24",
1279
+ ...props,
1280
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1281
+ x: 5,
1282
+ y: 2,
1283
+ width: 14,
1284
+ height: 20,
1285
+ rx: 1,
1286
+ stroke: color,
1287
+ strokeWidth: strokeWidth
1288
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1289
+ x1: 14,
1290
+ y1: 2,
1291
+ x2: 19,
1292
+ y2: 7,
1293
+ stroke: color,
1294
+ strokeWidth: strokeWidth
1295
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1296
+ x1: 14,
1297
+ y1: 2,
1298
+ x2: 14,
1299
+ y2: 7,
1300
+ stroke: color,
1301
+ strokeWidth: strokeWidth
1302
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1303
+ x1: 14,
1304
+ y1: 7,
1305
+ x2: 19,
1306
+ y2: 7,
1307
+ stroke: color,
1308
+ strokeWidth: strokeWidth
1309
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1310
+ x1: 9,
1311
+ y1: 11,
1312
+ x2: 9,
1313
+ y2: 15,
1314
+ stroke: color,
1315
+ strokeWidth: strokeWidth
1316
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1317
+ x1: 9,
1318
+ y1: 11,
1319
+ x2: 10,
1320
+ y2: 11,
1321
+ stroke: color,
1322
+ strokeWidth: strokeWidth
1323
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1324
+ x1: 9,
1325
+ y1: 15,
1326
+ x2: 10,
1327
+ y2: 15,
1328
+ stroke: color,
1329
+ strokeWidth: strokeWidth
1330
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1331
+ x1: 15,
1332
+ y1: 11,
1333
+ x2: 15,
1334
+ y2: 15,
1335
+ stroke: color,
1336
+ strokeWidth: strokeWidth
1337
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1338
+ x1: 14,
1339
+ y1: 11,
1340
+ x2: 15,
1341
+ y2: 11,
1342
+ stroke: color,
1343
+ strokeWidth: strokeWidth
1344
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1345
+ x1: 14,
1346
+ y1: 15,
1347
+ x2: 15,
1348
+ y2: 15,
1349
+ stroke: color,
1350
+ strokeWidth: strokeWidth
1351
+ })]
1352
+ });
1353
+
1354
+ // SIMPLIFIED TEST TUBE ICON
1355
+ exports.FileJsonIcon = FileJsonIcon;
1356
+ const TestTube2Icon = ({
1357
+ size = 24,
1358
+ color = "currentColor",
1359
+ strokeWidth = 2,
1360
+ ...props
1361
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1362
+ width: size,
1363
+ height: size,
1364
+ viewBox: "0 0 24 24",
1365
+ ...props,
1366
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1367
+ x: 10,
1368
+ y: 2,
1369
+ width: 4,
1370
+ height: 18,
1371
+ rx: 2,
1372
+ stroke: color,
1373
+ strokeWidth: strokeWidth
1374
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1375
+ x1: 8,
1376
+ y1: 4,
1377
+ x2: 16,
1378
+ y2: 4,
1379
+ stroke: color,
1380
+ strokeWidth: strokeWidth
1381
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1382
+ x1: 10,
1383
+ y1: 14,
1384
+ x2: 14,
1385
+ y2: 14,
1386
+ stroke: color,
1387
+ strokeWidth: strokeWidth
1388
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1389
+ x: 11,
1390
+ y: 15,
1391
+ width: 2,
1392
+ height: 4,
1393
+ fill: color
1394
+ })]
1395
+ });
1396
+
1397
+ // SIMPLIFIED FLASK ICON
1398
+ exports.TestTube2Icon = TestTube2Icon;
1399
+ const FlaskConicalIcon = ({
1400
+ size = 24,
1401
+ color = "currentColor",
1402
+ strokeWidth = 2,
1403
+ ...props
1404
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1405
+ width: size,
1406
+ height: size,
1407
+ viewBox: "0 0 24 24",
1408
+ ...props,
1409
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1410
+ x1: 10,
1411
+ y1: 2,
1412
+ x2: 10,
1413
+ y2: 9,
1414
+ stroke: color,
1415
+ strokeWidth: strokeWidth
1416
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1417
+ x1: 14,
1418
+ y1: 2,
1419
+ x2: 14,
1420
+ y2: 9,
1421
+ stroke: color,
1422
+ strokeWidth: strokeWidth
1423
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1424
+ x1: 8,
1425
+ y1: 2,
1426
+ x2: 16,
1427
+ y2: 2,
1428
+ stroke: color,
1429
+ strokeWidth: strokeWidth
1430
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1431
+ x1: 10,
1432
+ y1: 9,
1433
+ x2: 4,
1434
+ y2: 21,
1435
+ stroke: color,
1436
+ strokeWidth: strokeWidth
1437
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1438
+ x1: 14,
1439
+ y1: 9,
1440
+ x2: 20,
1441
+ y2: 21,
1442
+ stroke: color,
1443
+ strokeWidth: strokeWidth
1444
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1445
+ x1: 4,
1446
+ y1: 21,
1447
+ x2: 20,
1448
+ y2: 21,
1449
+ stroke: color,
1450
+ strokeWidth: strokeWidth
1451
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1452
+ x1: 8,
1453
+ y1: 16,
1454
+ x2: 16,
1455
+ y2: 16,
1456
+ stroke: color,
1457
+ strokeWidth: strokeWidth
1458
+ })]
1459
+ });
1460
+
1461
+ // IMPROVED TRASH ICON
1462
+ exports.FlaskConicalIcon = FlaskConicalIcon;
1463
+ const Trash2Icon = ({
1464
+ size = 24,
1465
+ color = "currentColor",
1466
+ strokeWidth = 2,
1467
+ ...props
1468
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1469
+ width: size,
1470
+ height: size,
1471
+ viewBox: "0 0 24 24",
1472
+ ...props,
1473
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1474
+ x: 5,
1475
+ y: 7,
1476
+ width: 14,
1477
+ height: 14,
1478
+ rx: 1,
1479
+ stroke: color,
1480
+ strokeWidth: strokeWidth
1481
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1482
+ x1: 3,
1483
+ y1: 7,
1484
+ x2: 21,
1485
+ y2: 7,
1486
+ stroke: color,
1487
+ strokeWidth: strokeWidth
1488
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1489
+ x: 9,
1490
+ y: 3,
1491
+ width: 6,
1492
+ height: 4,
1493
+ rx: 1,
1494
+ stroke: color,
1495
+ strokeWidth: strokeWidth
1496
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1497
+ x1: 10,
1498
+ y1: 11,
1499
+ x2: 10,
1500
+ y2: 17,
1501
+ stroke: color,
1502
+ strokeWidth: strokeWidth
1503
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1504
+ x1: 14,
1505
+ y1: 11,
1506
+ x2: 14,
1507
+ y2: 17,
1508
+ stroke: color,
1509
+ strokeWidth: strokeWidth
1510
+ })]
1511
+ });
1512
+
1513
+ // IMPROVED HASH ICON
1514
+ exports.Trash2Icon = Trash2Icon;
1515
+ const HashIcon = ({
1516
+ size = 24,
1517
+ color = "currentColor",
1518
+ strokeWidth = 2,
1519
+ ...props
1520
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1521
+ width: size,
1522
+ height: size,
1523
+ viewBox: "0 0 24 24",
1524
+ ...props,
1525
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1526
+ x1: 4,
1527
+ y1: 9,
1528
+ x2: 20,
1529
+ y2: 9,
1530
+ stroke: color,
1531
+ strokeWidth: strokeWidth
1532
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1533
+ x1: 4,
1534
+ y1: 15,
1535
+ x2: 20,
1536
+ y2: 15,
1537
+ stroke: color,
1538
+ strokeWidth: strokeWidth
1539
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1540
+ x1: 10,
1541
+ y1: 3,
1542
+ x2: 8,
1543
+ y2: 21,
1544
+ stroke: color,
1545
+ strokeWidth: strokeWidth
1546
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1547
+ x1: 16,
1548
+ y1: 3,
1549
+ x2: 14,
1550
+ y2: 21,
1551
+ stroke: color,
1552
+ strokeWidth: strokeWidth
1553
+ })]
1554
+ });
1555
+
1556
+ // IMPROVED USERS ICON
1557
+ exports.HashIcon = HashIcon;
1558
+ const UsersIcon = ({
1559
+ size = 24,
1560
+ color = "currentColor",
1561
+ strokeWidth = 2,
1562
+ ...props
1563
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1564
+ width: size,
1565
+ height: size,
1566
+ viewBox: "0 0 24 24",
1567
+ ...props,
1568
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1569
+ cx: 9,
1570
+ cy: 8,
1571
+ r: 3,
1572
+ stroke: color,
1573
+ strokeWidth: strokeWidth
1574
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
1575
+ style: {
1576
+ position: "absolute",
1577
+ left: 4,
1578
+ top: 14,
1579
+ width: 10,
1580
+ height: 6,
1581
+ borderRadius: 5,
1582
+ borderWidth: strokeWidth,
1583
+ borderColor: color,
1584
+ backgroundColor: "transparent"
1585
+ }
1586
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1587
+ cx: 16,
1588
+ cy: 7,
1589
+ r: 2,
1590
+ stroke: color,
1591
+ strokeWidth: strokeWidth
1592
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
1593
+ style: {
1594
+ position: "absolute",
1595
+ left: 13,
1596
+ top: 12,
1597
+ width: 6,
1598
+ height: 8,
1599
+ borderRadius: 3,
1600
+ borderWidth: strokeWidth,
1601
+ borderColor: color,
1602
+ backgroundColor: "transparent"
1603
+ }
1604
+ })]
1605
+ });
1606
+
1607
+ // SIMPLIFIED BOX ICON
1608
+ exports.UsersIcon = UsersIcon;
1609
+ const BoxIcon = ({
1610
+ size = 24,
1611
+ color = "currentColor",
1612
+ strokeWidth = 2,
1613
+ ...props
1614
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1615
+ width: size,
1616
+ height: size,
1617
+ viewBox: "0 0 24 24",
1618
+ ...props,
1619
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1620
+ x: 4,
1621
+ y: 8,
1622
+ width: 16,
1623
+ height: 12,
1624
+ stroke: color,
1625
+ strokeWidth: strokeWidth
1626
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1627
+ x1: 4,
1628
+ y1: 8,
1629
+ x2: 8,
1630
+ y2: 4,
1631
+ stroke: color,
1632
+ strokeWidth: strokeWidth
1633
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1634
+ x1: 20,
1635
+ y1: 8,
1636
+ x2: 16,
1637
+ y2: 4,
1638
+ stroke: color,
1639
+ strokeWidth: strokeWidth
1640
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1641
+ x1: 8,
1642
+ y1: 4,
1643
+ x2: 16,
1644
+ y2: 4,
1645
+ stroke: color,
1646
+ strokeWidth: strokeWidth
1647
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1648
+ x1: 12,
1649
+ y1: 4,
1650
+ x2: 12,
1651
+ y2: 8,
1652
+ stroke: color,
1653
+ strokeWidth: strokeWidth
1654
+ })]
1655
+ });
1656
+
1657
+ // SIMPLIFIED KEY ICON
1658
+ exports.BoxIcon = BoxIcon;
1659
+ const KeyIcon = ({
1660
+ size = 24,
1661
+ color = "currentColor",
1662
+ strokeWidth = 2,
1663
+ ...props
1664
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1665
+ width: size,
1666
+ height: size,
1667
+ viewBox: "0 0 24 24",
1668
+ ...props,
1669
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1670
+ cx: 7,
1671
+ cy: 12,
1672
+ r: 5,
1673
+ stroke: color,
1674
+ strokeWidth: strokeWidth
1675
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1676
+ cx: 7,
1677
+ cy: 12,
1678
+ r: 1.5,
1679
+ fill: color
1680
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1681
+ x1: 12,
1682
+ y1: 12,
1683
+ x2: 21,
1684
+ y2: 12,
1685
+ stroke: color,
1686
+ strokeWidth: strokeWidth
1687
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1688
+ x1: 19,
1689
+ y1: 12,
1690
+ x2: 19,
1691
+ y2: 15,
1692
+ stroke: color,
1693
+ strokeWidth: strokeWidth
1694
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1695
+ x1: 21,
1696
+ y1: 12,
1697
+ x2: 21,
1698
+ y2: 14,
1699
+ stroke: color,
1700
+ strokeWidth: strokeWidth
1701
+ })]
1702
+ });
1703
+
1704
+ // SIMPLIFIED ROUTE ICON
1705
+ exports.KeyIcon = KeyIcon;
1706
+ const RouteIcon = ({
1707
+ size = 24,
1708
+ color = "currentColor",
1709
+ strokeWidth = 2,
1710
+ ...props
1711
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1712
+ width: size,
1713
+ height: size,
1714
+ viewBox: "0 0 24 24",
1715
+ ...props,
1716
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1717
+ cx: 5,
1718
+ cy: 12,
1719
+ r: 3,
1720
+ stroke: color,
1721
+ strokeWidth: strokeWidth
1722
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1723
+ cx: 19,
1724
+ cy: 12,
1725
+ r: 3,
1726
+ stroke: color,
1727
+ strokeWidth: strokeWidth
1728
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1729
+ x1: 8,
1730
+ y1: 12,
1731
+ x2: 16,
1732
+ y2: 12,
1733
+ stroke: color,
1734
+ strokeWidth: strokeWidth
1735
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1736
+ x1: 13,
1737
+ y1: 9,
1738
+ x2: 16,
1739
+ y2: 12,
1740
+ stroke: color,
1741
+ strokeWidth: strokeWidth
1742
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1743
+ x1: 13,
1744
+ y1: 15,
1745
+ x2: 16,
1746
+ y2: 12,
1747
+ stroke: color,
1748
+ strokeWidth: strokeWidth
1749
+ })]
1750
+ });
1751
+
1752
+ // SIMPLIFIED TRIANGLE ALERT ICON
1753
+ exports.RouteIcon = RouteIcon;
1754
+ const TriangleAlertIcon = ({
1755
+ size = 24,
1756
+ color = "currentColor",
1757
+ strokeWidth = 2,
1758
+ ...props
1759
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1760
+ width: size,
1761
+ height: size,
1762
+ viewBox: "0 0 24 24",
1763
+ ...props,
1764
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1765
+ x1: 12,
1766
+ y1: 3,
1767
+ x2: 3,
1768
+ y2: 20,
1769
+ stroke: color,
1770
+ strokeWidth: strokeWidth
1771
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1772
+ x1: 12,
1773
+ y1: 3,
1774
+ x2: 21,
1775
+ y2: 20,
1776
+ stroke: color,
1777
+ strokeWidth: strokeWidth
1778
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1779
+ x1: 3,
1780
+ y1: 20,
1781
+ x2: 21,
1782
+ y2: 20,
1783
+ stroke: color,
1784
+ strokeWidth: strokeWidth
1785
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1786
+ x1: 12,
1787
+ y1: 9,
1788
+ x2: 12,
1789
+ y2: 13,
1790
+ stroke: color,
1791
+ strokeWidth: strokeWidth
1792
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1793
+ cx: 12,
1794
+ cy: 16,
1795
+ r: 1,
1796
+ fill: color
1797
+ })]
1798
+ });
1799
+
1800
+ // SIMPLIFIED UNLOCK ICON
1801
+ exports.TriangleAlertIcon = TriangleAlertIcon;
1802
+ const UnlockIcon = ({
1803
+ size = 24,
1804
+ color = "currentColor",
1805
+ strokeWidth = 2,
1806
+ ...props
1807
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1808
+ width: size,
1809
+ height: size,
1810
+ viewBox: "0 0 24 24",
1811
+ ...props,
1812
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1813
+ x: 5,
1814
+ y: 11,
1815
+ width: 14,
1816
+ height: 10,
1817
+ rx: 1,
1818
+ stroke: color,
1819
+ strokeWidth: strokeWidth
1820
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1821
+ x1: 7,
1822
+ y1: 11,
1823
+ x2: 7,
1824
+ y2: 7,
1825
+ stroke: color,
1826
+ strokeWidth: strokeWidth
1827
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1828
+ x1: 7,
1829
+ y1: 7,
1830
+ x2: 14,
1831
+ y2: 7,
1832
+ stroke: color,
1833
+ strokeWidth: strokeWidth
1834
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1835
+ cx: 12,
1836
+ cy: 16,
1837
+ r: 1,
1838
+ fill: color
1839
+ })]
1840
+ });
1841
+
1842
+ // SIMPLIFIED IMAGE ICON
1843
+ exports.UnlockIcon = UnlockIcon;
1844
+ const ImageIcon = ({
1845
+ size = 24,
1846
+ color = "currentColor",
1847
+ strokeWidth = 2,
1848
+ ...props
1849
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1850
+ width: size,
1851
+ height: size,
1852
+ viewBox: "0 0 24 24",
1853
+ ...props,
1854
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1855
+ x: 3,
1856
+ y: 3,
1857
+ width: 18,
1858
+ height: 18,
1859
+ rx: 1,
1860
+ stroke: color,
1861
+ strokeWidth: strokeWidth
1862
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1863
+ cx: 8,
1864
+ cy: 8,
1865
+ r: 2,
1866
+ fill: color
1867
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1868
+ x1: 3,
1869
+ y1: 21,
1870
+ x2: 10,
1871
+ y2: 14,
1872
+ stroke: color,
1873
+ strokeWidth: strokeWidth
1874
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1875
+ x1: 10,
1876
+ y1: 14,
1877
+ x2: 21,
1878
+ y2: 21,
1879
+ stroke: color,
1880
+ strokeWidth: strokeWidth
1881
+ })]
1882
+ });
1883
+
1884
+ // SIMPLIFIED FILM ICON
1885
+ exports.ImageIcon = ImageIcon;
1886
+ const FilmIcon = ({
1887
+ size = 24,
1888
+ color = "currentColor",
1889
+ strokeWidth = 2,
1890
+ ...props
1891
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1892
+ width: size,
1893
+ height: size,
1894
+ viewBox: "0 0 24 24",
1895
+ ...props,
1896
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1897
+ x: 5,
1898
+ y: 3,
1899
+ width: 14,
1900
+ height: 18,
1901
+ stroke: color,
1902
+ strokeWidth: strokeWidth
1903
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1904
+ x: 7,
1905
+ y: 5,
1906
+ width: 2,
1907
+ height: 2,
1908
+ fill: color
1909
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1910
+ x: 7,
1911
+ y: 17,
1912
+ width: 2,
1913
+ height: 2,
1914
+ fill: color
1915
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1916
+ x: 15,
1917
+ y: 5,
1918
+ width: 2,
1919
+ height: 2,
1920
+ fill: color
1921
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
1922
+ x: 15,
1923
+ y: 17,
1924
+ width: 2,
1925
+ height: 2,
1926
+ fill: color
1927
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1928
+ x1: 5,
1929
+ y1: 12,
1930
+ x2: 19,
1931
+ y2: 12,
1932
+ stroke: color,
1933
+ strokeWidth: strokeWidth
1934
+ })]
1935
+ });
1936
+
1937
+ // SIMPLIFIED MUSIC ICON
1938
+ exports.FilmIcon = FilmIcon;
1939
+ const MusicIcon = ({
1940
+ size = 24,
1941
+ color = "currentColor",
1942
+ strokeWidth = 2,
1943
+ ...props
1944
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1945
+ width: size,
1946
+ height: size,
1947
+ viewBox: "0 0 24 24",
1948
+ ...props,
1949
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1950
+ x1: 8,
1951
+ y1: 6,
1952
+ x2: 8,
1953
+ y2: 18,
1954
+ stroke: color,
1955
+ strokeWidth: strokeWidth
1956
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1957
+ x1: 8,
1958
+ y1: 6,
1959
+ x2: 18,
1960
+ y2: 3,
1961
+ stroke: color,
1962
+ strokeWidth: strokeWidth
1963
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1964
+ x1: 18,
1965
+ y1: 3,
1966
+ x2: 18,
1967
+ y2: 8,
1968
+ stroke: color,
1969
+ strokeWidth: strokeWidth
1970
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
1971
+ x1: 8,
1972
+ y1: 10,
1973
+ x2: 18,
1974
+ y2: 8,
1975
+ stroke: color,
1976
+ strokeWidth: strokeWidth
1977
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1978
+ cx: 8,
1979
+ cy: 18,
1980
+ r: 2,
1981
+ fill: color
1982
+ })]
1983
+ });
1984
+
1985
+ // SIMPLIFIED TIMER ICON
1986
+ exports.MusicIcon = MusicIcon;
1987
+ const TimerIcon = ({
1988
+ size = 24,
1989
+ color = "currentColor",
1990
+ strokeWidth = 2,
1991
+ ...props
1992
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
1993
+ width: size,
1994
+ height: size,
1995
+ viewBox: "0 0 24 24",
1996
+ ...props,
1997
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
1998
+ cx: 12,
1999
+ cy: 13,
2000
+ r: 9,
2001
+ stroke: color,
2002
+ strokeWidth: strokeWidth
2003
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2004
+ x1: 12,
2005
+ y1: 2,
2006
+ x2: 12,
2007
+ y2: 4,
2008
+ stroke: color,
2009
+ strokeWidth: strokeWidth
2010
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2011
+ x1: 9,
2012
+ y1: 2,
2013
+ x2: 15,
2014
+ y2: 2,
2015
+ stroke: color,
2016
+ strokeWidth: strokeWidth
2017
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2018
+ x1: 12,
2019
+ y1: 13,
2020
+ x2: 12,
2021
+ y2: 8,
2022
+ stroke: color,
2023
+ strokeWidth: strokeWidth
2024
+ })]
2025
+ });
2026
+
2027
+ // SIMPLIFIED SMARTPHONE ICON
2028
+ exports.TimerIcon = TimerIcon;
2029
+ const SmartphoneIcon = ({
2030
+ size = 24,
2031
+ color = "currentColor",
2032
+ strokeWidth = 2,
2033
+ ...props
2034
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2035
+ width: size,
2036
+ height: size,
2037
+ viewBox: "0 0 24 24",
2038
+ ...props,
2039
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2040
+ x: 6,
2041
+ y: 2,
2042
+ width: 12,
2043
+ height: 20,
2044
+ rx: 2,
2045
+ stroke: color,
2046
+ strokeWidth: strokeWidth
2047
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2048
+ x1: 6,
2049
+ y1: 5,
2050
+ x2: 18,
2051
+ y2: 5,
2052
+ stroke: color,
2053
+ strokeWidth: strokeWidth
2054
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2055
+ x1: 6,
2056
+ y1: 19,
2057
+ x2: 18,
2058
+ y2: 19,
2059
+ stroke: color,
2060
+ strokeWidth: strokeWidth
2061
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2062
+ x1: 10,
2063
+ y1: 20.5,
2064
+ x2: 14,
2065
+ y2: 20.5,
2066
+ stroke: color,
2067
+ strokeWidth: strokeWidth
2068
+ })]
2069
+ });
2070
+
2071
+ // SIMPLIFIED LAYERS ICON
2072
+ exports.SmartphoneIcon = SmartphoneIcon;
2073
+ const LayersIcon = ({
2074
+ size = 24,
2075
+ color = "currentColor",
2076
+ strokeWidth = 2,
2077
+ ...props
2078
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2079
+ width: size,
2080
+ height: size,
2081
+ viewBox: "0 0 24 24",
2082
+ ...props,
2083
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2084
+ x: 5,
2085
+ y: 15,
2086
+ width: 14,
2087
+ height: 4,
2088
+ stroke: color,
2089
+ strokeWidth: strokeWidth
2090
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2091
+ x: 5,
2092
+ y: 10,
2093
+ width: 14,
2094
+ height: 4,
2095
+ stroke: color,
2096
+ strokeWidth: strokeWidth
2097
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2098
+ x: 5,
2099
+ y: 5,
2100
+ width: 14,
2101
+ height: 4,
2102
+ stroke: color,
2103
+ strokeWidth: strokeWidth
2104
+ })]
2105
+ });
2106
+
2107
+ // SIMPLIFIED NAVIGATION ICON
2108
+ exports.LayersIcon = LayersIcon;
2109
+ const NavigationIcon = ({
2110
+ size = 24,
2111
+ color = "currentColor",
2112
+ strokeWidth = 2,
2113
+ ...props
2114
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2115
+ width: size,
2116
+ height: size,
2117
+ viewBox: "0 0 24 24",
2118
+ ...props,
2119
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2120
+ x1: 12,
2121
+ y1: 2,
2122
+ x2: 5,
2123
+ y2: 19,
2124
+ stroke: color,
2125
+ strokeWidth: strokeWidth
2126
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2127
+ x1: 12,
2128
+ y1: 2,
2129
+ x2: 19,
2130
+ y2: 19,
2131
+ stroke: color,
2132
+ strokeWidth: strokeWidth
2133
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2134
+ x1: 5,
2135
+ y1: 19,
2136
+ x2: 12,
2137
+ y2: 16,
2138
+ stroke: color,
2139
+ strokeWidth: strokeWidth
2140
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2141
+ x1: 19,
2142
+ y1: 19,
2143
+ x2: 12,
2144
+ y2: 16,
2145
+ stroke: color,
2146
+ strokeWidth: strokeWidth
2147
+ })]
2148
+ });
2149
+
2150
+ // SIMPLIFIED TOUCHPAD ICON
2151
+ exports.NavigationIcon = NavigationIcon;
2152
+ const TouchpadIcon = ({
2153
+ size = 24,
2154
+ color = "currentColor",
2155
+ strokeWidth = 2,
2156
+ ...props
2157
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2158
+ width: size,
2159
+ height: size,
2160
+ viewBox: "0 0 24 24",
2161
+ ...props,
2162
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2163
+ x: 3,
2164
+ y: 5,
2165
+ width: 18,
2166
+ height: 14,
2167
+ rx: 1,
2168
+ stroke: color,
2169
+ strokeWidth: strokeWidth
2170
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2171
+ x1: 12,
2172
+ y1: 15,
2173
+ x2: 12,
2174
+ y2: 19,
2175
+ stroke: color,
2176
+ strokeWidth: strokeWidth
2177
+ })]
2178
+ });
2179
+
2180
+ // IMPROVED BAR CHART ICON
2181
+ exports.TouchpadIcon = TouchpadIcon;
2182
+ const AlertCircleIcon = ({
2183
+ size = 24,
2184
+ color = "currentColor",
2185
+ strokeWidth = 2,
2186
+ ...props
2187
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2188
+ width: size,
2189
+ height: size,
2190
+ viewBox: "0 0 24 24",
2191
+ ...props,
2192
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2193
+ cx: 12,
2194
+ cy: 12,
2195
+ r: 10,
2196
+ stroke: color,
2197
+ strokeWidth: strokeWidth
2198
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2199
+ x1: 12,
2200
+ y1: 8,
2201
+ x2: 12,
2202
+ y2: 12,
2203
+ stroke: color,
2204
+ strokeWidth: strokeWidth
2205
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2206
+ style: {
2207
+ position: "absolute",
2208
+ left: 11,
2209
+ top: 15,
2210
+ width: 2,
2211
+ height: 2,
2212
+ borderRadius: 1,
2213
+ backgroundColor: color
2214
+ }
2215
+ })]
2216
+ });
2217
+ exports.AlertCircleIcon = AlertCircleIcon;
2218
+ const AlertTriangleIcon = exports.AlertTriangleIcon = TriangleAlertIcon;
2219
+ const CheckIcon = ({
2220
+ size = 24,
2221
+ color = "currentColor",
2222
+ strokeWidth = 2,
2223
+ ...props
2224
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2225
+ width: size,
2226
+ height: size,
2227
+ viewBox: "0 0 24 24",
2228
+ ...props,
2229
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2230
+ x1: 5,
2231
+ y1: 12,
2232
+ x2: 10,
2233
+ y2: 17,
2234
+ stroke: color,
2235
+ strokeWidth: strokeWidth
2236
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2237
+ x1: 10,
2238
+ y1: 17,
2239
+ x2: 19,
2240
+ y2: 7,
2241
+ stroke: color,
2242
+ strokeWidth: strokeWidth
2243
+ })]
2244
+ });
2245
+ exports.CheckIcon = CheckIcon;
2246
+ const CheckCircleIcon = exports.CheckCircleIcon = CheckCircle2Icon;
2247
+ const ChevronDownIcon = ({
2248
+ size = 24,
2249
+ color = "currentColor",
2250
+ strokeWidth = 2,
2251
+ ...props
2252
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2253
+ width: size,
2254
+ height: size,
2255
+ viewBox: "0 0 24 24",
2256
+ ...props,
2257
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2258
+ x1: 6,
2259
+ y1: 9,
2260
+ x2: 12,
2261
+ y2: 15,
2262
+ stroke: color,
2263
+ strokeWidth: strokeWidth
2264
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2265
+ x1: 12,
2266
+ y1: 15,
2267
+ x2: 18,
2268
+ y2: 9,
2269
+ stroke: color,
2270
+ strokeWidth: strokeWidth
2271
+ })]
2272
+ });
2273
+ exports.ChevronDownIcon = ChevronDownIcon;
2274
+ const ChevronLeftIcon = ({
2275
+ size = 24,
2276
+ color = "currentColor",
2277
+ strokeWidth = 2,
2278
+ ...props
2279
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2280
+ width: size,
2281
+ height: size,
2282
+ viewBox: "0 0 24 24",
2283
+ ...props,
2284
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2285
+ x1: 15,
2286
+ y1: 6,
2287
+ x2: 9,
2288
+ y2: 12,
2289
+ stroke: color,
2290
+ strokeWidth: strokeWidth
2291
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2292
+ x1: 9,
2293
+ y1: 12,
2294
+ x2: 15,
2295
+ y2: 18,
2296
+ stroke: color,
2297
+ strokeWidth: strokeWidth
2298
+ })]
2299
+ });
2300
+ exports.ChevronLeftIcon = ChevronLeftIcon;
2301
+ const ChevronRightIcon = ({
2302
+ size = 24,
2303
+ color = "currentColor",
2304
+ strokeWidth = 2,
2305
+ ...props
2306
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2307
+ width: size,
2308
+ height: size,
2309
+ viewBox: "0 0 24 24",
2310
+ ...props,
2311
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2312
+ x1: 9,
2313
+ y1: 6,
2314
+ x2: 15,
2315
+ y2: 12,
2316
+ stroke: color,
2317
+ strokeWidth: strokeWidth
2318
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2319
+ x1: 15,
2320
+ y1: 12,
2321
+ x2: 9,
2322
+ y2: 18,
2323
+ stroke: color,
2324
+ strokeWidth: strokeWidth
2325
+ })]
2326
+ });
2327
+ exports.ChevronRightIcon = ChevronRightIcon;
2328
+ const ChevronUpIcon = ({
2329
+ size = 24,
2330
+ color = "currentColor",
2331
+ strokeWidth = 2,
2332
+ ...props
2333
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2334
+ width: size,
2335
+ height: size,
2336
+ viewBox: "0 0 24 24",
2337
+ ...props,
2338
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2339
+ x1: 6,
2340
+ y1: 15,
2341
+ x2: 12,
2342
+ y2: 9,
2343
+ stroke: color,
2344
+ strokeWidth: strokeWidth
2345
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2346
+ x1: 12,
2347
+ y1: 9,
2348
+ x2: 18,
2349
+ y2: 15,
2350
+ stroke: color,
2351
+ strokeWidth: strokeWidth
2352
+ })]
2353
+ });
2354
+ exports.ChevronUpIcon = ChevronUpIcon;
2355
+ const ClockIcon = ({
2356
+ size = 24,
2357
+ color = "currentColor",
2358
+ strokeWidth = 2,
2359
+ ...props
2360
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2361
+ width: size,
2362
+ height: size,
2363
+ viewBox: "0 0 24 24",
2364
+ ...props,
2365
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2366
+ cx: 12,
2367
+ cy: 12,
2368
+ r: 10,
2369
+ stroke: color,
2370
+ strokeWidth: strokeWidth
2371
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2372
+ x1: 12,
2373
+ y1: 6,
2374
+ x2: 12,
2375
+ y2: 12,
2376
+ stroke: color,
2377
+ strokeWidth: strokeWidth
2378
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2379
+ x1: 12,
2380
+ y1: 12,
2381
+ x2: 16,
2382
+ y2: 14,
2383
+ stroke: color,
2384
+ strokeWidth: strokeWidth
2385
+ })]
2386
+ });
2387
+ exports.ClockIcon = ClockIcon;
2388
+ const CopyIcon = ({
2389
+ size = 24,
2390
+ color = "currentColor",
2391
+ strokeWidth = 2,
2392
+ ...props
2393
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2394
+ width: size,
2395
+ height: size,
2396
+ viewBox: "0 0 24 24",
2397
+ ...props,
2398
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2399
+ x: 8,
2400
+ y: 8,
2401
+ width: 12,
2402
+ height: 12,
2403
+ rx: 1,
2404
+ stroke: color,
2405
+ strokeWidth: strokeWidth
2406
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2407
+ style: {
2408
+ position: "absolute",
2409
+ left: 4,
2410
+ top: 4,
2411
+ width: 12,
2412
+ height: 12,
2413
+ borderRadius: 1,
2414
+ borderWidth: strokeWidth,
2415
+ borderColor: color,
2416
+ borderRightColor: "transparent",
2417
+ borderBottomColor: "transparent",
2418
+ backgroundColor: "transparent"
2419
+ }
2420
+ })]
2421
+ });
2422
+ exports.CopyIcon = CopyIcon;
2423
+ const DownloadIcon = ({
2424
+ size = 24,
2425
+ color = "currentColor",
2426
+ strokeWidth = 2,
2427
+ ...props
2428
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2429
+ width: size,
2430
+ height: size,
2431
+ viewBox: "0 0 24 24",
2432
+ ...props,
2433
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2434
+ x1: 12,
2435
+ y1: 3,
2436
+ x2: 12,
2437
+ y2: 15,
2438
+ stroke: color,
2439
+ strokeWidth: strokeWidth
2440
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2441
+ x1: 8,
2442
+ y1: 11,
2443
+ x2: 12,
2444
+ y2: 15,
2445
+ stroke: color,
2446
+ strokeWidth: strokeWidth
2447
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2448
+ x1: 16,
2449
+ y1: 11,
2450
+ x2: 12,
2451
+ y2: 15,
2452
+ stroke: color,
2453
+ strokeWidth: strokeWidth
2454
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2455
+ x1: 4,
2456
+ y1: 17,
2457
+ x2: 20,
2458
+ y2: 17,
2459
+ stroke: color,
2460
+ strokeWidth: strokeWidth
2461
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2462
+ x1: 4,
2463
+ y1: 17,
2464
+ x2: 4,
2465
+ y2: 21,
2466
+ stroke: color,
2467
+ strokeWidth: strokeWidth
2468
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2469
+ x1: 20,
2470
+ y1: 17,
2471
+ x2: 20,
2472
+ y2: 21,
2473
+ stroke: color,
2474
+ strokeWidth: strokeWidth
2475
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2476
+ x1: 4,
2477
+ y1: 21,
2478
+ x2: 20,
2479
+ y2: 21,
2480
+ stroke: color,
2481
+ strokeWidth: strokeWidth
2482
+ })]
2483
+ });
2484
+
2485
+ // SIMPLIFIED FILTER ICON
2486
+ exports.DownloadIcon = DownloadIcon;
2487
+ const FilterIcon = ({
2488
+ size = 24,
2489
+ color = "currentColor",
2490
+ strokeWidth = 2,
2491
+ ...props
2492
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2493
+ width: size,
2494
+ height: size,
2495
+ viewBox: "0 0 24 24",
2496
+ ...props,
2497
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2498
+ x1: 4,
2499
+ y1: 5,
2500
+ x2: 20,
2501
+ y2: 5,
2502
+ stroke: color,
2503
+ strokeWidth: strokeWidth
2504
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2505
+ x1: 4,
2506
+ y1: 5,
2507
+ x2: 10,
2508
+ y2: 12,
2509
+ stroke: color,
2510
+ strokeWidth: strokeWidth
2511
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2512
+ x1: 20,
2513
+ y1: 5,
2514
+ x2: 14,
2515
+ y2: 12,
2516
+ stroke: color,
2517
+ strokeWidth: strokeWidth
2518
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2519
+ x1: 10,
2520
+ y1: 12,
2521
+ x2: 10,
2522
+ y2: 19,
2523
+ stroke: color,
2524
+ strokeWidth: strokeWidth
2525
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2526
+ x1: 14,
2527
+ y1: 12,
2528
+ x2: 14,
2529
+ y2: 19,
2530
+ stroke: color,
2531
+ strokeWidth: strokeWidth
2532
+ })]
2533
+ });
2534
+
2535
+ // SIMPLIFIED GIT BRANCH ICON
2536
+ exports.FilterIcon = FilterIcon;
2537
+ const GitBranchIcon = ({
2538
+ size = 24,
2539
+ color = "currentColor",
2540
+ strokeWidth = 2,
2541
+ ...props
2542
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2543
+ width: size,
2544
+ height: size,
2545
+ viewBox: "0 0 24 24",
2546
+ ...props,
2547
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2548
+ x1: 6,
2549
+ y1: 3,
2550
+ x2: 6,
2551
+ y2: 15,
2552
+ stroke: color,
2553
+ strokeWidth: strokeWidth
2554
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2555
+ x1: 6,
2556
+ y1: 9,
2557
+ x2: 18,
2558
+ y2: 9,
2559
+ stroke: color,
2560
+ strokeWidth: strokeWidth
2561
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2562
+ x1: 18,
2563
+ y1: 9,
2564
+ x2: 18,
2565
+ y2: 6,
2566
+ stroke: color,
2567
+ strokeWidth: strokeWidth
2568
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2569
+ cx: 6,
2570
+ cy: 18,
2571
+ r: 3,
2572
+ stroke: color,
2573
+ strokeWidth: strokeWidth
2574
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2575
+ cx: 18,
2576
+ cy: 6,
2577
+ r: 3,
2578
+ stroke: color,
2579
+ strokeWidth: strokeWidth
2580
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2581
+ cx: 6,
2582
+ cy: 6,
2583
+ r: 3,
2584
+ stroke: color,
2585
+ strokeWidth: strokeWidth
2586
+ })]
2587
+ });
2588
+
2589
+ // SIMPLIFIED LINK ICON
2590
+ exports.GitBranchIcon = GitBranchIcon;
2591
+ const LinkIcon = ({
2592
+ size = 24,
2593
+ color = "currentColor",
2594
+ strokeWidth = 2,
2595
+ ...props
2596
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2597
+ width: size,
2598
+ height: size,
2599
+ viewBox: "0 0 24 24",
2600
+ ...props,
2601
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2602
+ x: 8,
2603
+ y: 10,
2604
+ width: 8,
2605
+ height: 4,
2606
+ rx: 2,
2607
+ stroke: color,
2608
+ strokeWidth: strokeWidth
2609
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2610
+ x: 4,
2611
+ y: 10,
2612
+ width: 8,
2613
+ height: 4,
2614
+ rx: 2,
2615
+ stroke: color,
2616
+ strokeWidth: strokeWidth
2617
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2618
+ x: 12,
2619
+ y: 10,
2620
+ width: 8,
2621
+ height: 4,
2622
+ rx: 2,
2623
+ stroke: color,
2624
+ strokeWidth: strokeWidth
2625
+ })]
2626
+ });
2627
+ exports.LinkIcon = LinkIcon;
2628
+ const PauseIcon = ({
2629
+ size = 24,
2630
+ color = "currentColor",
2631
+ strokeWidth = 2,
2632
+ ...props
2633
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2634
+ width: size,
2635
+ height: size,
2636
+ viewBox: "0 0 24 24",
2637
+ ...props,
2638
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2639
+ x: 6,
2640
+ y: 4,
2641
+ width: 4,
2642
+ height: 16,
2643
+ rx: 1,
2644
+ fill: color
2645
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2646
+ x: 14,
2647
+ y: 4,
2648
+ width: 4,
2649
+ height: 16,
2650
+ rx: 1,
2651
+ fill: color
2652
+ })]
2653
+ });
2654
+ exports.PauseIcon = PauseIcon;
2655
+ const PlayIcon = ({
2656
+ size = 24,
2657
+ color = "currentColor",
2658
+ strokeWidth = 2,
2659
+ ...props
2660
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(PureSvg, {
2661
+ width: size,
2662
+ height: size,
2663
+ viewBox: "0 0 24 24",
2664
+ ...props,
2665
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2666
+ style: {
2667
+ position: "absolute",
2668
+ left: 7,
2669
+ top: 4,
2670
+ width: 0,
2671
+ height: 0,
2672
+ borderLeftWidth: 10,
2673
+ borderTopWidth: 8,
2674
+ borderBottomWidth: 8,
2675
+ borderLeftColor: color,
2676
+ borderTopColor: "transparent",
2677
+ borderBottomColor: "transparent"
2678
+ }
2679
+ })
2680
+ });
2681
+ exports.PlayIcon = PlayIcon;
2682
+ const PlusIcon = ({
2683
+ size = 24,
2684
+ color = "currentColor",
2685
+ strokeWidth = 2,
2686
+ ...props
2687
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2688
+ width: size,
2689
+ height: size,
2690
+ viewBox: "0 0 24 24",
2691
+ ...props,
2692
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2693
+ x1: 12,
2694
+ y1: 5,
2695
+ x2: 12,
2696
+ y2: 19,
2697
+ stroke: color,
2698
+ strokeWidth: strokeWidth
2699
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2700
+ x1: 5,
2701
+ y1: 12,
2702
+ x2: 19,
2703
+ y2: 12,
2704
+ stroke: color,
2705
+ strokeWidth: strokeWidth
2706
+ })]
2707
+ });
2708
+ exports.PlusIcon = PlusIcon;
2709
+ const TrashIcon = exports.TrashIcon = Trash2Icon;
2710
+ const UploadIcon = ({
2711
+ size = 24,
2712
+ color = "currentColor",
2713
+ strokeWidth = 2,
2714
+ ...props
2715
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2716
+ width: size,
2717
+ height: size,
2718
+ viewBox: "0 0 24 24",
2719
+ ...props,
2720
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2721
+ x1: 12,
2722
+ y1: 15,
2723
+ x2: 12,
2724
+ y2: 3,
2725
+ stroke: color,
2726
+ strokeWidth: strokeWidth
2727
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2728
+ x1: 8,
2729
+ y1: 7,
2730
+ x2: 12,
2731
+ y2: 3,
2732
+ stroke: color,
2733
+ strokeWidth: strokeWidth
2734
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2735
+ x1: 16,
2736
+ y1: 7,
2737
+ x2: 12,
2738
+ y2: 3,
2739
+ stroke: color,
2740
+ strokeWidth: strokeWidth
2741
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2742
+ x1: 4,
2743
+ y1: 17,
2744
+ x2: 20,
2745
+ y2: 17,
2746
+ stroke: color,
2747
+ strokeWidth: strokeWidth
2748
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2749
+ x1: 4,
2750
+ y1: 17,
2751
+ x2: 4,
2752
+ y2: 21,
2753
+ stroke: color,
2754
+ strokeWidth: strokeWidth
2755
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2756
+ x1: 20,
2757
+ y1: 17,
2758
+ x2: 20,
2759
+ y2: 21,
2760
+ stroke: color,
2761
+ strokeWidth: strokeWidth
2762
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2763
+ x1: 4,
2764
+ y1: 21,
2765
+ x2: 20,
2766
+ y2: 21,
2767
+ stroke: color,
2768
+ strokeWidth: strokeWidth
2769
+ })]
2770
+ });
2771
+
2772
+ // SIMPLIFIED ZAP ICON
2773
+ exports.UploadIcon = UploadIcon;
2774
+ const ZapIcon = ({
2775
+ size = 24,
2776
+ color = "currentColor",
2777
+ strokeWidth = 2,
2778
+ ...props
2779
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2780
+ width: size,
2781
+ height: size,
2782
+ viewBox: "0 0 24 24",
2783
+ ...props,
2784
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2785
+ x1: 13,
2786
+ y1: 2,
2787
+ x2: 5,
2788
+ y2: 14,
2789
+ stroke: color,
2790
+ strokeWidth: strokeWidth
2791
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2792
+ x1: 5,
2793
+ y1: 14,
2794
+ x2: 11,
2795
+ y2: 14,
2796
+ stroke: color,
2797
+ strokeWidth: strokeWidth
2798
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2799
+ x1: 11,
2800
+ y1: 14,
2801
+ x2: 11,
2802
+ y2: 10,
2803
+ stroke: color,
2804
+ strokeWidth: strokeWidth
2805
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2806
+ x1: 11,
2807
+ y1: 10,
2808
+ x2: 19,
2809
+ y2: 10,
2810
+ stroke: color,
2811
+ strokeWidth: strokeWidth
2812
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2813
+ x1: 19,
2814
+ y1: 10,
2815
+ x2: 11,
2816
+ y2: 22,
2817
+ stroke: color,
2818
+ strokeWidth: strokeWidth
2819
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2820
+ x1: 11,
2821
+ y1: 22,
2822
+ x2: 13,
2823
+ y2: 14,
2824
+ stroke: color,
2825
+ strokeWidth: strokeWidth
2826
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2827
+ x1: 13,
2828
+ y1: 14,
2829
+ x2: 13,
2830
+ y2: 2,
2831
+ stroke: color,
2832
+ strokeWidth: strokeWidth
2833
+ })]
2834
+ });
2835
+ exports.ZapIcon = ZapIcon;
2836
+ const UserIcon = ({
2837
+ size = 24,
2838
+ color = "currentColor",
2839
+ strokeWidth = 2,
2840
+ ...props
2841
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2842
+ width: size,
2843
+ height: size,
2844
+ viewBox: "0 0 24 24",
2845
+ ...props,
2846
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2847
+ cx: 12,
2848
+ cy: 7,
2849
+ r: 4,
2850
+ stroke: color,
2851
+ strokeWidth: strokeWidth
2852
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2853
+ style: {
2854
+ position: "absolute",
2855
+ left: 5,
2856
+ top: 14,
2857
+ width: 14,
2858
+ height: 7,
2859
+ borderTopLeftRadius: 7,
2860
+ borderTopRightRadius: 7,
2861
+ borderWidth: strokeWidth,
2862
+ borderColor: color,
2863
+ borderBottomColor: "transparent",
2864
+ backgroundColor: "transparent"
2865
+ }
2866
+ })]
2867
+ });
2868
+ exports.UserIcon = UserIcon;
2869
+ const LockIcon = ({
2870
+ size = 24,
2871
+ color = "currentColor",
2872
+ strokeWidth = 2,
2873
+ ...props
2874
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2875
+ width: size,
2876
+ height: size,
2877
+ viewBox: "0 0 24 24",
2878
+ ...props,
2879
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
2880
+ x: 5,
2881
+ y: 11,
2882
+ width: 14,
2883
+ height: 10,
2884
+ rx: 1,
2885
+ stroke: color,
2886
+ strokeWidth: strokeWidth
2887
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2888
+ style: {
2889
+ position: "absolute",
2890
+ left: 7,
2891
+ top: 4,
2892
+ width: 10,
2893
+ height: 9,
2894
+ borderTopLeftRadius: 5,
2895
+ borderTopRightRadius: 5,
2896
+ borderWidth: strokeWidth,
2897
+ borderColor: color,
2898
+ borderBottomColor: "transparent",
2899
+ backgroundColor: "transparent"
2900
+ }
2901
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2902
+ style: {
2903
+ position: "absolute",
2904
+ left: 11,
2905
+ top: 15,
2906
+ width: 2,
2907
+ height: 3,
2908
+ backgroundColor: color
2909
+ }
2910
+ })]
2911
+ });
2912
+
2913
+ // SIMPLIFIED POWER ICON
2914
+ exports.LockIcon = LockIcon;
2915
+ const PowerIcon = ({
2916
+ size = 24,
2917
+ color = "currentColor",
2918
+ strokeWidth = 2,
2919
+ ...props
2920
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2921
+ width: size,
2922
+ height: size,
2923
+ viewBox: "0 0 24 24",
2924
+ ...props,
2925
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2926
+ cx: 12,
2927
+ cy: 12,
2928
+ r: 10,
2929
+ stroke: color,
2930
+ strokeWidth: strokeWidth
2931
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2932
+ x1: 12,
2933
+ y1: 2,
2934
+ x2: 12,
2935
+ y2: 12,
2936
+ stroke: color,
2937
+ strokeWidth: strokeWidth
2938
+ })]
2939
+ });
2940
+ exports.PowerIcon = PowerIcon;
2941
+ const SearchIcon = ({
2942
+ size = 24,
2943
+ color = "currentColor",
2944
+ strokeWidth = 2,
2945
+ ...props
2946
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2947
+ width: size,
2948
+ height: size,
2949
+ viewBox: "0 0 24 24",
2950
+ ...props,
2951
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2952
+ cx: 11,
2953
+ cy: 11,
2954
+ r: 8,
2955
+ stroke: color,
2956
+ strokeWidth: strokeWidth
2957
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2958
+ x1: 16.5,
2959
+ y1: 16.5,
2960
+ x2: 21,
2961
+ y2: 21,
2962
+ stroke: color,
2963
+ strokeWidth: strokeWidth
2964
+ })]
2965
+ });
2966
+ exports.SearchIcon = SearchIcon;
2967
+ const InfoIcon = ({
2968
+ size = 24,
2969
+ color = "currentColor",
2970
+ strokeWidth = 2,
2971
+ ...props
2972
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
2973
+ width: size,
2974
+ height: size,
2975
+ viewBox: "0 0 24 24",
2976
+ ...props,
2977
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
2978
+ cx: 12,
2979
+ cy: 12,
2980
+ r: 10,
2981
+ stroke: color,
2982
+ strokeWidth: strokeWidth
2983
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
2984
+ x1: 12,
2985
+ y1: 11,
2986
+ x2: 12,
2987
+ y2: 16,
2988
+ stroke: color,
2989
+ strokeWidth: strokeWidth
2990
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
2991
+ style: {
2992
+ position: "absolute",
2993
+ left: 11,
2994
+ top: 7,
2995
+ width: 2,
2996
+ height: 2,
2997
+ borderRadius: 1,
2998
+ backgroundColor: color
2999
+ }
3000
+ })]
3001
+ });
3002
+ exports.InfoIcon = InfoIcon;
3003
+ const MinusIcon = ({
3004
+ size = 24,
3005
+ color = "currentColor",
3006
+ strokeWidth = 2,
3007
+ ...props
3008
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(PureSvg, {
3009
+ width: size,
3010
+ height: size,
3011
+ viewBox: "0 0 24 24",
3012
+ ...props,
3013
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3014
+ x1: 5,
3015
+ y1: 12,
3016
+ x2: 19,
3017
+ y2: 12,
3018
+ stroke: color,
3019
+ strokeWidth: strokeWidth
3020
+ })
3021
+ });
3022
+ exports.MinusIcon = MinusIcon;
3023
+ const BarChart3Icon = ({
3024
+ size = 24,
3025
+ color = "currentColor",
3026
+ strokeWidth = 2,
3027
+ ...props
3028
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
3029
+ width: size,
3030
+ height: size,
3031
+ viewBox: "0 0 24 24",
3032
+ ...props,
3033
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3034
+ x1: 3,
3035
+ y1: 3,
3036
+ x2: 3,
3037
+ y2: 21,
3038
+ stroke: color,
3039
+ strokeWidth: strokeWidth
3040
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3041
+ x1: 3,
3042
+ y1: 21,
3043
+ x2: 21,
3044
+ y2: 21,
3045
+ stroke: color,
3046
+ strokeWidth: strokeWidth
3047
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
3048
+ x: 7,
3049
+ y: 12,
3050
+ width: 3,
3051
+ height: 9,
3052
+ fill: color
3053
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
3054
+ x: 12,
3055
+ y: 8,
3056
+ width: 3,
3057
+ height: 13,
3058
+ fill: color
3059
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
3060
+ x: 17,
3061
+ y: 15,
3062
+ width: 3,
3063
+ height: 6,
3064
+ fill: color
3065
+ })]
3066
+ });
3067
+
3068
+ // IMPROVED HARD DRIVE ICON
3069
+ exports.BarChart3Icon = BarChart3Icon;
3070
+ const HardDriveIcon = ({
3071
+ size = 24,
3072
+ color = "currentColor",
3073
+ strokeWidth = 2,
3074
+ ...props
3075
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
3076
+ width: size,
3077
+ height: size,
3078
+ viewBox: "0 0 24 24",
3079
+ ...props,
3080
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
3081
+ x: 3,
3082
+ y: 6,
3083
+ width: 18,
3084
+ height: 12,
3085
+ rx: 2,
3086
+ stroke: color,
3087
+ strokeWidth: strokeWidth
3088
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3089
+ x1: 3,
3090
+ y1: 12,
3091
+ x2: 21,
3092
+ y2: 12,
3093
+ stroke: color,
3094
+ strokeWidth: strokeWidth
3095
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
3096
+ cx: 6,
3097
+ cy: 15,
3098
+ r: 1,
3099
+ fill: color
3100
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureCircle, {
3101
+ cx: 9,
3102
+ cy: 15,
3103
+ r: 0.5,
3104
+ fill: color
3105
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3106
+ x1: 18,
3107
+ y1: 9,
3108
+ x2: 21,
3109
+ y2: 9,
3110
+ stroke: color,
3111
+ strokeWidth: strokeWidth
3112
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3113
+ x1: 18,
3114
+ y1: 15,
3115
+ x2: 21,
3116
+ y2: 15,
3117
+ stroke: color,
3118
+ strokeWidth: strokeWidth
3119
+ })]
3120
+ });
3121
+
3122
+ // Export aliases for convenience (without "Icon" suffix)
3123
+ exports.HardDriveIcon = HardDriveIcon;
3124
+ const Activity = exports.Activity = ActivityIcon;
3125
+ const AlertCircle = exports.AlertCircle = AlertCircleIcon;
3126
+ const AlertTriangle = exports.AlertTriangle = AlertTriangleIcon;
3127
+ const BarChart3 = exports.BarChart3 = BarChart3Icon;
3128
+ const Box = exports.Box = BoxIcon;
3129
+ const Bug = exports.Bug = BugIcon;
3130
+ const Check = exports.Check = CheckIcon;
3131
+ const CheckCircle = exports.CheckCircle = CheckCircleIcon;
3132
+ const CheckCircle2 = exports.CheckCircle2 = CheckCircle2Icon;
3133
+ const ChevronDown = exports.ChevronDown = ChevronDownIcon;
3134
+ const ChevronLeft = exports.ChevronLeft = ChevronLeftIcon;
3135
+ const ChevronRight = exports.ChevronRight = ChevronRightIcon;
3136
+ const ChevronUp = exports.ChevronUp = ChevronUpIcon;
3137
+ const Clock = exports.Clock = ClockIcon;
3138
+ const Cloud = exports.Cloud = CloudIcon;
3139
+ const Copy = exports.Copy = CopyIcon;
3140
+ const Database = exports.Database = DatabaseIcon;
3141
+ const Download = exports.Download = DownloadIcon;
3142
+ const Eye = exports.Eye = EyeIcon;
3143
+ const EyeOff = exports.EyeOff = EyeOffIcon;
3144
+ const FileCode = exports.FileCode = FileCodeIcon;
3145
+ const FileJson = exports.FileJson = FileJsonIcon;
3146
+ const FileText = exports.FileText = FileTextIcon;
3147
+ const Film = exports.Film = FilmIcon;
3148
+ const Filter = exports.Filter = FilterIcon;
3149
+ const FlaskConical = exports.FlaskConical = FlaskConicalIcon;
3150
+ const GitBranch = exports.GitBranch = GitBranchIcon;
3151
+ const Globe = exports.Globe = GlobeIcon;
3152
+ const Hand = exports.Hand = HandIcon;
3153
+ const HardDrive = exports.HardDrive = HardDriveIcon;
3154
+ const Hash = exports.Hash = HashIcon;
3155
+ const Image = exports.Image = ImageIcon;
3156
+ const Info = exports.Info = InfoIcon;
3157
+ const Key = exports.Key = KeyIcon;
3158
+ const Layers = exports.Layers = LayersIcon;
3159
+ const Link = exports.Link = LinkIcon;
3160
+ const Lock = exports.Lock = LockIcon;
3161
+ const Minus = exports.Minus = MinusIcon;
3162
+ const Music = exports.Music = MusicIcon;
3163
+ const Navigation = exports.Navigation = NavigationIcon;
3164
+ const Palette = exports.Palette = PaletteIcon;
3165
+ const Pause = exports.Pause = PauseIcon;
3166
+ const Phone = exports.Phone = PhoneIcon;
3167
+ const Play = exports.Play = PlayIcon;
3168
+ const Plus = exports.Plus = PlusIcon;
3169
+ const Power = exports.Power = PowerIcon;
3170
+ const RefreshCw = exports.RefreshCw = RefreshCwIcon;
3171
+ const Route = exports.Route = RouteIcon;
3172
+ const Search = exports.Search = SearchIcon;
3173
+ const Server = exports.Server = ServerIcon;
3174
+ const Settings = exports.Settings = SettingsIcon;
3175
+ const Shield = exports.Shield = ShieldIcon;
3176
+ const Smartphone = exports.Smartphone = SmartphoneIcon;
3177
+ const TestTube2 = exports.TestTube2 = TestTube2Icon;
3178
+ const Timer = exports.Timer = TimerIcon;
3179
+ const Touchpad = exports.Touchpad = TouchpadIcon;
3180
+ const Trash = exports.Trash = TrashIcon;
3181
+ const Trash2 = exports.Trash2 = Trash2Icon;
3182
+ const TriangleAlert = exports.TriangleAlert = TriangleAlertIcon;
3183
+ const Unlock = exports.Unlock = UnlockIcon;
3184
+ const Upload = exports.Upload = UploadIcon;
3185
+ const User = exports.User = UserIcon;
3186
+ const Users = exports.Users = UsersIcon;
3187
+ const Volume = exports.Volume = VolumeIcon;
3188
+ const Wifi = exports.Wifi = WifiIcon;
3189
+ const X = exports.X = XIcon;
3190
+ const XCircle = exports.XCircle = XCircleIcon;
3191
+ const Zap = exports.Zap = ZapIcon;
3192
+
3193
+ // Additional aliases for commonly used icons
3194
+ const Edit3 = ({
3195
+ size = 24,
3196
+ color = "currentColor",
3197
+ strokeWidth = 2,
3198
+ ...props
3199
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(PureSvg, {
3200
+ width: size,
3201
+ height: size,
3202
+ viewBox: "0 0 24 24",
3203
+ ...props,
3204
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3205
+ x1: 12,
3206
+ y1: 20,
3207
+ x2: 20,
3208
+ y2: 12,
3209
+ stroke: color,
3210
+ strokeWidth: strokeWidth
3211
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3212
+ x1: 16,
3213
+ y1: 8,
3214
+ x2: 2,
3215
+ y2: 22,
3216
+ stroke: color,
3217
+ strokeWidth: strokeWidth
3218
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3219
+ x1: 17.5,
3220
+ y1: 15,
3221
+ x2: 9,
3222
+ y2: 6.5,
3223
+ stroke: color,
3224
+ strokeWidth: strokeWidth
3225
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureRect, {
3226
+ x: 20,
3227
+ y: 2,
3228
+ width: 4,
3229
+ height: 4,
3230
+ rx: 1,
3231
+ stroke: color,
3232
+ strokeWidth: strokeWidth
3233
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(PureLine, {
3234
+ x1: 2,
3235
+ y1: 22,
3236
+ x2: 6,
3237
+ y2: 18,
3238
+ stroke: color,
3239
+ strokeWidth: strokeWidth
3240
+ })]
3241
+ });
3242
+
3243
+ // Type export for icon component props
3244
+ exports.Edit3 = Edit3;