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