@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,2199 @@
1
+ "use strict";
2
+
3
+ import { View } from "react-native";
4
+ // Import all complex icons from original that don't have optimized versions
5
+ import * as OriginalIcons from "./lucide-icons-original-full.js";
6
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
+ // Optimized helper components
8
+ const Svg = ({
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 Line = ({
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 Circle = ({
68
+ cx,
69
+ cy,
70
+ r,
71
+ fill,
72
+ stroke,
73
+ strokeWidth = 2
74
+ }) => /*#__PURE__*/_jsx(View, {
75
+ style: {
76
+ position: "absolute",
77
+ left: cx - r,
78
+ top: cy - r,
79
+ width: r * 2,
80
+ height: r * 2,
81
+ borderRadius: r,
82
+ backgroundColor: fill || "transparent",
83
+ borderColor: stroke,
84
+ borderWidth: stroke ? strokeWidth : 0
85
+ }
86
+ });
87
+ const Rect = ({
88
+ x,
89
+ y,
90
+ width,
91
+ height,
92
+ fill,
93
+ stroke,
94
+ strokeWidth = 2,
95
+ rx = 0,
96
+ ry
97
+ }) => /*#__PURE__*/_jsx(View, {
98
+ style: {
99
+ position: "absolute",
100
+ left: x,
101
+ top: y,
102
+ width,
103
+ height,
104
+ borderRadius: ry !== undefined ? Math.max(rx, ry) : rx,
105
+ backgroundColor: fill || "transparent",
106
+ borderColor: stroke,
107
+ borderWidth: stroke ? strokeWidth : 0
108
+ }
109
+ });
110
+
111
+ // Icons Being Reviewed (Exact Originals)
112
+ export const Activity = ({
113
+ size = 24,
114
+ color = "currentColor",
115
+ strokeWidth = 2,
116
+ ...props
117
+ }) => /*#__PURE__*/_jsxs(Svg, {
118
+ width: size,
119
+ height: size,
120
+ viewBox: "0 0 24 24",
121
+ ...props,
122
+ children: [/*#__PURE__*/_jsx(Line, {
123
+ x1: 3,
124
+ y1: 12,
125
+ x2: 7,
126
+ y2: 12,
127
+ stroke: color,
128
+ strokeWidth: strokeWidth
129
+ }), /*#__PURE__*/_jsx(Line, {
130
+ x1: 7,
131
+ y1: 12,
132
+ x2: 10,
133
+ y2: 6,
134
+ stroke: color,
135
+ strokeWidth: strokeWidth
136
+ }), /*#__PURE__*/_jsx(Line, {
137
+ x1: 10,
138
+ y1: 6,
139
+ x2: 14,
140
+ y2: 18,
141
+ stroke: color,
142
+ strokeWidth: strokeWidth
143
+ }), /*#__PURE__*/_jsx(Line, {
144
+ x1: 14,
145
+ y1: 18,
146
+ x2: 17,
147
+ y2: 12,
148
+ stroke: color,
149
+ strokeWidth: strokeWidth
150
+ }), /*#__PURE__*/_jsx(Line, {
151
+ x1: 17,
152
+ y1: 12,
153
+ x2: 21,
154
+ y2: 12,
155
+ stroke: color,
156
+ strokeWidth: strokeWidth
157
+ })]
158
+ });
159
+ export const AlertTriangle = ({
160
+ size = 24,
161
+ color = "currentColor",
162
+ strokeWidth = 2,
163
+ ...props
164
+ }) => /*#__PURE__*/_jsxs(Svg, {
165
+ width: size,
166
+ height: size,
167
+ viewBox: "0 0 24 24",
168
+ ...props,
169
+ children: [/*#__PURE__*/_jsx(Line, {
170
+ x1: 12,
171
+ y1: 3,
172
+ x2: 3,
173
+ y2: 20,
174
+ stroke: color,
175
+ strokeWidth: strokeWidth
176
+ }), /*#__PURE__*/_jsx(Line, {
177
+ x1: 12,
178
+ y1: 3,
179
+ x2: 21,
180
+ y2: 20,
181
+ stroke: color,
182
+ strokeWidth: strokeWidth
183
+ }), /*#__PURE__*/_jsx(Line, {
184
+ x1: 3,
185
+ y1: 20,
186
+ x2: 21,
187
+ y2: 20,
188
+ stroke: color,
189
+ strokeWidth: strokeWidth
190
+ }), /*#__PURE__*/_jsx(Line, {
191
+ x1: 12,
192
+ y1: 9,
193
+ x2: 12,
194
+ y2: 13,
195
+ stroke: color,
196
+ strokeWidth: strokeWidth
197
+ }), /*#__PURE__*/_jsx(Circle, {
198
+ cx: 12,
199
+ cy: 16,
200
+ r: 1,
201
+ fill: color
202
+ })]
203
+ });
204
+ export const Check = ({
205
+ size = 24,
206
+ color = "currentColor",
207
+ strokeWidth = 2,
208
+ ...props
209
+ }) => /*#__PURE__*/_jsxs(Svg, {
210
+ width: size,
211
+ height: size,
212
+ viewBox: "0 0 24 24",
213
+ ...props,
214
+ children: [/*#__PURE__*/_jsx(Line, {
215
+ x1: 20,
216
+ y1: 6,
217
+ x2: 9,
218
+ y2: 17,
219
+ stroke: color,
220
+ strokeWidth: strokeWidth
221
+ }), /*#__PURE__*/_jsx(Line, {
222
+ x1: 9,
223
+ y1: 17,
224
+ x2: 4,
225
+ y2: 12,
226
+ stroke: color,
227
+ strokeWidth: strokeWidth
228
+ })]
229
+ });
230
+ export const CheckCircle = ({
231
+ size = 24,
232
+ color = "currentColor",
233
+ strokeWidth = 2,
234
+ ...props
235
+ }) => /*#__PURE__*/_jsxs(Svg, {
236
+ width: size,
237
+ height: size,
238
+ viewBox: "0 0 24 24",
239
+ ...props,
240
+ children: [/*#__PURE__*/_jsx(Circle, {
241
+ cx: 12,
242
+ cy: 12,
243
+ r: 10,
244
+ stroke: color,
245
+ strokeWidth: strokeWidth
246
+ }), /*#__PURE__*/_jsx(Line, {
247
+ x1: 16,
248
+ y1: 10,
249
+ x2: 11,
250
+ y2: 15,
251
+ stroke: color,
252
+ strokeWidth: strokeWidth
253
+ }), /*#__PURE__*/_jsx(Line, {
254
+ x1: 11,
255
+ y1: 15,
256
+ x2: 8,
257
+ y2: 12,
258
+ stroke: color,
259
+ strokeWidth: strokeWidth
260
+ })]
261
+ });
262
+ export const ChevronDown = ({
263
+ size = 24,
264
+ color = "currentColor",
265
+ strokeWidth = 2,
266
+ ...props
267
+ }) => /*#__PURE__*/_jsxs(Svg, {
268
+ width: size,
269
+ height: size,
270
+ viewBox: "0 0 24 24",
271
+ ...props,
272
+ children: [/*#__PURE__*/_jsx(Line, {
273
+ x1: 6,
274
+ y1: 9,
275
+ x2: 12,
276
+ y2: 15,
277
+ stroke: color,
278
+ strokeWidth: strokeWidth
279
+ }), /*#__PURE__*/_jsx(Line, {
280
+ x1: 12,
281
+ y1: 15,
282
+ x2: 18,
283
+ y2: 9,
284
+ stroke: color,
285
+ strokeWidth: strokeWidth
286
+ })]
287
+ });
288
+ export const ChevronLeft = ({
289
+ size = 24,
290
+ color = "currentColor",
291
+ strokeWidth = 2,
292
+ ...props
293
+ }) => /*#__PURE__*/_jsxs(Svg, {
294
+ width: size,
295
+ height: size,
296
+ viewBox: "0 0 24 24",
297
+ ...props,
298
+ children: [/*#__PURE__*/_jsx(Line, {
299
+ x1: 15,
300
+ y1: 18,
301
+ x2: 9,
302
+ y2: 12,
303
+ stroke: color,
304
+ strokeWidth: strokeWidth
305
+ }), /*#__PURE__*/_jsx(Line, {
306
+ x1: 9,
307
+ y1: 12,
308
+ x2: 15,
309
+ y2: 6,
310
+ stroke: color,
311
+ strokeWidth: strokeWidth
312
+ })]
313
+ });
314
+ export const ChevronRight = ({
315
+ size = 24,
316
+ color = "currentColor",
317
+ strokeWidth = 2,
318
+ ...props
319
+ }) => /*#__PURE__*/_jsxs(Svg, {
320
+ width: size,
321
+ height: size,
322
+ viewBox: "0 0 24 24",
323
+ ...props,
324
+ children: [/*#__PURE__*/_jsx(Line, {
325
+ x1: 9,
326
+ y1: 18,
327
+ x2: 15,
328
+ y2: 12,
329
+ stroke: color,
330
+ strokeWidth: strokeWidth
331
+ }), /*#__PURE__*/_jsx(Line, {
332
+ x1: 15,
333
+ y1: 12,
334
+ x2: 9,
335
+ y2: 6,
336
+ stroke: color,
337
+ strokeWidth: strokeWidth
338
+ })]
339
+ });
340
+ export const ChevronUp = ({
341
+ size = 24,
342
+ color = "currentColor",
343
+ strokeWidth = 2,
344
+ ...props
345
+ }) => /*#__PURE__*/_jsxs(Svg, {
346
+ width: size,
347
+ height: size,
348
+ viewBox: "0 0 24 24",
349
+ ...props,
350
+ children: [/*#__PURE__*/_jsx(Line, {
351
+ x1: 18,
352
+ y1: 15,
353
+ x2: 12,
354
+ y2: 9,
355
+ stroke: color,
356
+ strokeWidth: strokeWidth
357
+ }), /*#__PURE__*/_jsx(Line, {
358
+ x1: 12,
359
+ y1: 9,
360
+ x2: 6,
361
+ y2: 15,
362
+ stroke: color,
363
+ strokeWidth: strokeWidth
364
+ })]
365
+ });
366
+ export const Clock = ({
367
+ size = 24,
368
+ color = "currentColor",
369
+ strokeWidth = 2,
370
+ ...props
371
+ }) => /*#__PURE__*/_jsxs(Svg, {
372
+ width: size,
373
+ height: size,
374
+ viewBox: "0 0 24 24",
375
+ ...props,
376
+ children: [/*#__PURE__*/_jsx(Circle, {
377
+ cx: 12,
378
+ cy: 12,
379
+ r: 10,
380
+ stroke: color,
381
+ strokeWidth: strokeWidth
382
+ }), /*#__PURE__*/_jsx(Line, {
383
+ x1: 12,
384
+ y1: 6,
385
+ x2: 12,
386
+ y2: 12,
387
+ stroke: color,
388
+ strokeWidth: strokeWidth
389
+ }), /*#__PURE__*/_jsx(Line, {
390
+ x1: 12,
391
+ y1: 12,
392
+ x2: 16,
393
+ y2: 14,
394
+ stroke: color,
395
+ strokeWidth: strokeWidth
396
+ })]
397
+ });
398
+ export const Copy = ({
399
+ size = 24,
400
+ color = "currentColor",
401
+ strokeWidth = 2,
402
+ ...props
403
+ }) => /*#__PURE__*/_jsxs(Svg, {
404
+ width: size,
405
+ height: size,
406
+ viewBox: "0 0 24 24",
407
+ ...props,
408
+ children: [/*#__PURE__*/_jsx(Rect, {
409
+ x: 8,
410
+ y: 8,
411
+ width: 12,
412
+ height: 12,
413
+ rx: 1,
414
+ stroke: color,
415
+ strokeWidth: strokeWidth
416
+ }), /*#__PURE__*/_jsx(View, {
417
+ style: {
418
+ position: "absolute",
419
+ left: 4,
420
+ top: 4,
421
+ width: 12,
422
+ height: 12,
423
+ borderRadius: 1,
424
+ borderWidth: strokeWidth,
425
+ borderColor: color,
426
+ borderRightColor: "transparent",
427
+ borderBottomColor: "transparent",
428
+ backgroundColor: "transparent"
429
+ }
430
+ })]
431
+ });
432
+ export const Edit3 = ({
433
+ size = 24,
434
+ color = "currentColor",
435
+ strokeWidth = 2,
436
+ ...props
437
+ }) => /*#__PURE__*/_jsxs(Svg, {
438
+ width: size,
439
+ height: size,
440
+ viewBox: "0 0 24 24",
441
+ ...props,
442
+ children: [/*#__PURE__*/_jsx(Line, {
443
+ x1: 12,
444
+ y1: 20,
445
+ x2: 20,
446
+ y2: 12,
447
+ stroke: color,
448
+ strokeWidth: strokeWidth
449
+ }), /*#__PURE__*/_jsx(Line, {
450
+ x1: 16,
451
+ y1: 4,
452
+ x2: 4,
453
+ y2: 16,
454
+ stroke: color,
455
+ strokeWidth: strokeWidth
456
+ }), /*#__PURE__*/_jsx(Line, {
457
+ x1: 4,
458
+ y1: 16,
459
+ x2: 4,
460
+ y2: 20,
461
+ stroke: color,
462
+ strokeWidth: strokeWidth
463
+ }), /*#__PURE__*/_jsx(Line, {
464
+ x1: 4,
465
+ y1: 20,
466
+ x2: 8,
467
+ y2: 20,
468
+ stroke: color,
469
+ strokeWidth: strokeWidth
470
+ }), /*#__PURE__*/_jsx(Line, {
471
+ x1: 14,
472
+ y1: 2,
473
+ x2: 22,
474
+ y2: 10,
475
+ stroke: color,
476
+ strokeWidth: strokeWidth
477
+ })]
478
+ });
479
+ export const Eye = ({
480
+ size = 24,
481
+ color = "currentColor",
482
+ strokeWidth = 2,
483
+ ...props
484
+ }) => /*#__PURE__*/_jsxs(Svg, {
485
+ width: size,
486
+ height: size,
487
+ viewBox: "0 0 24 24",
488
+ ...props,
489
+ children: [/*#__PURE__*/_jsx(View, {
490
+ style: {
491
+ position: "absolute",
492
+ left: 2,
493
+ top: 8,
494
+ width: 20,
495
+ height: 8,
496
+ borderWidth: strokeWidth,
497
+ borderColor: color,
498
+ borderRadius: 10
499
+ }
500
+ }), /*#__PURE__*/_jsx(Circle, {
501
+ cx: 12,
502
+ cy: 12,
503
+ r: 3,
504
+ stroke: color,
505
+ strokeWidth: strokeWidth
506
+ })]
507
+ });
508
+ export const EyeOff = ({
509
+ size = 24,
510
+ color = "currentColor",
511
+ strokeWidth = 2,
512
+ ...props
513
+ }) => /*#__PURE__*/_jsxs(Svg, {
514
+ width: size,
515
+ height: size,
516
+ viewBox: "0 0 24 24",
517
+ ...props,
518
+ children: [/*#__PURE__*/_jsx(Line, {
519
+ x1: 17.94,
520
+ y1: 17.94,
521
+ x2: 14.12,
522
+ y2: 14.12,
523
+ stroke: color,
524
+ strokeWidth: strokeWidth
525
+ }), /*#__PURE__*/_jsx(Line, {
526
+ x1: 9.88,
527
+ y1: 9.88,
528
+ x2: 6.06,
529
+ y2: 6.06,
530
+ stroke: color,
531
+ strokeWidth: strokeWidth
532
+ }), /*#__PURE__*/_jsx(Line, {
533
+ x1: 21,
534
+ y1: 21,
535
+ x2: 3,
536
+ y2: 3,
537
+ stroke: color,
538
+ strokeWidth: strokeWidth
539
+ }), /*#__PURE__*/_jsx(View, {
540
+ style: {
541
+ position: "absolute",
542
+ left: 2,
543
+ top: 8,
544
+ width: 20,
545
+ height: 8,
546
+ borderWidth: strokeWidth,
547
+ borderColor: color,
548
+ borderRadius: 10
549
+ }
550
+ })]
551
+ });
552
+ export const FileCode = ({
553
+ size = 24,
554
+ color = "currentColor",
555
+ strokeWidth = 2,
556
+ ...props
557
+ }) => /*#__PURE__*/_jsxs(Svg, {
558
+ width: size,
559
+ height: size,
560
+ viewBox: "0 0 24 24",
561
+ ...props,
562
+ children: [/*#__PURE__*/_jsx(Rect, {
563
+ x: 4,
564
+ y: 2,
565
+ width: 12,
566
+ height: 20,
567
+ rx: 2,
568
+ stroke: color,
569
+ strokeWidth: strokeWidth
570
+ }), /*#__PURE__*/_jsx(Line, {
571
+ x1: 16,
572
+ y1: 2,
573
+ x2: 20,
574
+ y2: 6,
575
+ stroke: color,
576
+ strokeWidth: strokeWidth
577
+ }), /*#__PURE__*/_jsx(Line, {
578
+ x1: 20,
579
+ y1: 6,
580
+ x2: 20,
581
+ y2: 22,
582
+ stroke: color,
583
+ strokeWidth: strokeWidth
584
+ }), /*#__PURE__*/_jsx(Line, {
585
+ x1: 20,
586
+ y1: 22,
587
+ x2: 4,
588
+ y2: 22,
589
+ stroke: color,
590
+ strokeWidth: strokeWidth
591
+ }), /*#__PURE__*/_jsx(Line, {
592
+ x1: 10,
593
+ y1: 9,
594
+ x2: 8,
595
+ y2: 11,
596
+ stroke: color,
597
+ strokeWidth: strokeWidth
598
+ }), /*#__PURE__*/_jsx(Line, {
599
+ x1: 8,
600
+ y1: 11,
601
+ x2: 10,
602
+ y2: 13,
603
+ stroke: color,
604
+ strokeWidth: strokeWidth
605
+ }), /*#__PURE__*/_jsx(Line, {
606
+ x1: 14,
607
+ y1: 9,
608
+ x2: 16,
609
+ y2: 11,
610
+ stroke: color,
611
+ strokeWidth: strokeWidth
612
+ }), /*#__PURE__*/_jsx(Line, {
613
+ x1: 16,
614
+ y1: 11,
615
+ x2: 14,
616
+ y2: 13,
617
+ stroke: color,
618
+ strokeWidth: strokeWidth
619
+ })]
620
+ });
621
+ export const FileText = ({
622
+ size = 24,
623
+ color = "currentColor",
624
+ strokeWidth = 2,
625
+ ...props
626
+ }) => /*#__PURE__*/_jsxs(Svg, {
627
+ width: size,
628
+ height: size,
629
+ viewBox: "0 0 24 24",
630
+ ...props,
631
+ children: [/*#__PURE__*/_jsx(Rect, {
632
+ x: 4,
633
+ y: 2,
634
+ width: 12,
635
+ height: 20,
636
+ rx: 2,
637
+ stroke: color,
638
+ strokeWidth: strokeWidth
639
+ }), /*#__PURE__*/_jsx(Line, {
640
+ x1: 16,
641
+ y1: 2,
642
+ x2: 20,
643
+ y2: 6,
644
+ stroke: color,
645
+ strokeWidth: strokeWidth
646
+ }), /*#__PURE__*/_jsx(Line, {
647
+ x1: 20,
648
+ y1: 6,
649
+ x2: 20,
650
+ y2: 22,
651
+ stroke: color,
652
+ strokeWidth: strokeWidth
653
+ }), /*#__PURE__*/_jsx(Line, {
654
+ x1: 20,
655
+ y1: 22,
656
+ x2: 4,
657
+ y2: 22,
658
+ stroke: color,
659
+ strokeWidth: strokeWidth
660
+ }), /*#__PURE__*/_jsx(Line, {
661
+ x1: 8,
662
+ y1: 12,
663
+ x2: 16,
664
+ y2: 12,
665
+ stroke: color,
666
+ strokeWidth: strokeWidth
667
+ }), /*#__PURE__*/_jsx(Line, {
668
+ x1: 8,
669
+ y1: 16,
670
+ x2: 16,
671
+ y2: 16,
672
+ stroke: color,
673
+ strokeWidth: strokeWidth
674
+ }), /*#__PURE__*/_jsx(Line, {
675
+ x1: 8,
676
+ y1: 8,
677
+ x2: 13,
678
+ y2: 8,
679
+ stroke: color,
680
+ strokeWidth: strokeWidth
681
+ })]
682
+ });
683
+ export const Filter = ({
684
+ size = 24,
685
+ color = "currentColor",
686
+ strokeWidth = 2,
687
+ ...props
688
+ }) => /*#__PURE__*/_jsxs(Svg, {
689
+ width: size,
690
+ height: size,
691
+ viewBox: "0 0 24 24",
692
+ ...props,
693
+ children: [/*#__PURE__*/_jsx(Line, {
694
+ x1: 22,
695
+ y1: 3,
696
+ x2: 2,
697
+ y2: 3,
698
+ stroke: color,
699
+ strokeWidth: strokeWidth
700
+ }), /*#__PURE__*/_jsx(Line, {
701
+ x1: 2,
702
+ y1: 3,
703
+ x2: 10,
704
+ y2: 12.5,
705
+ stroke: color,
706
+ strokeWidth: strokeWidth
707
+ }), /*#__PURE__*/_jsx(Line, {
708
+ x1: 22,
709
+ y1: 3,
710
+ x2: 14,
711
+ y2: 12.5,
712
+ stroke: color,
713
+ strokeWidth: strokeWidth
714
+ }), /*#__PURE__*/_jsx(Line, {
715
+ x1: 10,
716
+ y1: 12.5,
717
+ x2: 10,
718
+ y2: 21,
719
+ stroke: color,
720
+ strokeWidth: strokeWidth
721
+ }), /*#__PURE__*/_jsx(Line, {
722
+ x1: 14,
723
+ y1: 12.5,
724
+ x2: 14,
725
+ y2: 21,
726
+ stroke: color,
727
+ strokeWidth: strokeWidth
728
+ })]
729
+ });
730
+ export const FlaskConical = ({
731
+ size = 24,
732
+ color = "currentColor",
733
+ strokeWidth = 2,
734
+ ...props
735
+ }) => /*#__PURE__*/_jsxs(Svg, {
736
+ width: size,
737
+ height: size,
738
+ viewBox: "0 0 24 24",
739
+ ...props,
740
+ children: [/*#__PURE__*/_jsx(Line, {
741
+ x1: 10,
742
+ y1: 2,
743
+ x2: 10,
744
+ y2: 9,
745
+ stroke: color,
746
+ strokeWidth: strokeWidth
747
+ }), /*#__PURE__*/_jsx(Line, {
748
+ x1: 14,
749
+ y1: 2,
750
+ x2: 14,
751
+ y2: 9,
752
+ stroke: color,
753
+ strokeWidth: strokeWidth
754
+ }), /*#__PURE__*/_jsx(Line, {
755
+ x1: 8,
756
+ y1: 2,
757
+ x2: 16,
758
+ y2: 2,
759
+ stroke: color,
760
+ strokeWidth: strokeWidth
761
+ }), /*#__PURE__*/_jsx(Line, {
762
+ x1: 10,
763
+ y1: 9,
764
+ x2: 4,
765
+ y2: 21,
766
+ stroke: color,
767
+ strokeWidth: strokeWidth
768
+ }), /*#__PURE__*/_jsx(Line, {
769
+ x1: 14,
770
+ y1: 9,
771
+ x2: 20,
772
+ y2: 21,
773
+ stroke: color,
774
+ strokeWidth: strokeWidth
775
+ }), /*#__PURE__*/_jsx(Line, {
776
+ x1: 4,
777
+ y1: 21,
778
+ x2: 20,
779
+ y2: 21,
780
+ stroke: color,
781
+ strokeWidth: strokeWidth
782
+ }), /*#__PURE__*/_jsx(Line, {
783
+ x1: 8,
784
+ y1: 16,
785
+ x2: 16,
786
+ y2: 16,
787
+ stroke: color,
788
+ strokeWidth: strokeWidth
789
+ })]
790
+ });
791
+ export const GitBranch = ({
792
+ size = 24,
793
+ color = "currentColor",
794
+ strokeWidth = 2,
795
+ ...props
796
+ }) => /*#__PURE__*/_jsxs(Svg, {
797
+ width: size,
798
+ height: size,
799
+ viewBox: "0 0 24 24",
800
+ ...props,
801
+ children: [/*#__PURE__*/_jsx(Line, {
802
+ x1: 6,
803
+ y1: 3,
804
+ x2: 6,
805
+ y2: 15,
806
+ stroke: color,
807
+ strokeWidth: strokeWidth
808
+ }), /*#__PURE__*/_jsx(Line, {
809
+ x1: 6,
810
+ y1: 9,
811
+ x2: 18,
812
+ y2: 9,
813
+ stroke: color,
814
+ strokeWidth: strokeWidth
815
+ }), /*#__PURE__*/_jsx(Line, {
816
+ x1: 18,
817
+ y1: 9,
818
+ x2: 18,
819
+ y2: 6,
820
+ stroke: color,
821
+ strokeWidth: strokeWidth
822
+ }), /*#__PURE__*/_jsx(Circle, {
823
+ cx: 6,
824
+ cy: 18,
825
+ r: 3,
826
+ stroke: color,
827
+ strokeWidth: strokeWidth
828
+ }), /*#__PURE__*/_jsx(Circle, {
829
+ cx: 18,
830
+ cy: 6,
831
+ r: 3,
832
+ stroke: color,
833
+ strokeWidth: strokeWidth
834
+ }), /*#__PURE__*/_jsx(Circle, {
835
+ cx: 6,
836
+ cy: 6,
837
+ r: 3,
838
+ stroke: color,
839
+ strokeWidth: strokeWidth
840
+ })]
841
+ });
842
+ export const HardDrive = ({
843
+ size = 24,
844
+ color = "currentColor",
845
+ strokeWidth = 2,
846
+ ...props
847
+ }) => /*#__PURE__*/_jsxs(Svg, {
848
+ width: size,
849
+ height: size,
850
+ viewBox: "0 0 24 24",
851
+ ...props,
852
+ children: [/*#__PURE__*/_jsx(Rect, {
853
+ x: 3,
854
+ y: 6,
855
+ width: 18,
856
+ height: 12,
857
+ rx: 2,
858
+ stroke: color,
859
+ strokeWidth: strokeWidth
860
+ }), /*#__PURE__*/_jsx(Line, {
861
+ x1: 3,
862
+ y1: 12,
863
+ x2: 21,
864
+ y2: 12,
865
+ stroke: color,
866
+ strokeWidth: strokeWidth
867
+ }), /*#__PURE__*/_jsx(Circle, {
868
+ cx: 6,
869
+ cy: 15,
870
+ r: 1,
871
+ fill: color
872
+ }), /*#__PURE__*/_jsx(Circle, {
873
+ cx: 9,
874
+ cy: 15,
875
+ r: 0.5,
876
+ fill: color
877
+ }), /*#__PURE__*/_jsx(Line, {
878
+ x1: 18,
879
+ y1: 9,
880
+ x2: 21,
881
+ y2: 9,
882
+ stroke: color,
883
+ strokeWidth: strokeWidth
884
+ })]
885
+ });
886
+ export const Hash = ({
887
+ size = 24,
888
+ color = "currentColor",
889
+ strokeWidth = 2,
890
+ ...props
891
+ }) => /*#__PURE__*/_jsxs(Svg, {
892
+ width: size,
893
+ height: size,
894
+ viewBox: "0 0 24 24",
895
+ ...props,
896
+ children: [/*#__PURE__*/_jsx(Line, {
897
+ x1: 4,
898
+ y1: 9,
899
+ x2: 20,
900
+ y2: 9,
901
+ stroke: color,
902
+ strokeWidth: strokeWidth
903
+ }), /*#__PURE__*/_jsx(Line, {
904
+ x1: 4,
905
+ y1: 15,
906
+ x2: 20,
907
+ y2: 15,
908
+ stroke: color,
909
+ strokeWidth: strokeWidth
910
+ }), /*#__PURE__*/_jsx(Line, {
911
+ x1: 10,
912
+ y1: 3,
913
+ x2: 8,
914
+ y2: 21,
915
+ stroke: color,
916
+ strokeWidth: strokeWidth
917
+ }), /*#__PURE__*/_jsx(Line, {
918
+ x1: 16,
919
+ y1: 3,
920
+ x2: 14,
921
+ y2: 21,
922
+ stroke: color,
923
+ strokeWidth: strokeWidth
924
+ })]
925
+ });
926
+ export const Info = ({
927
+ size = 24,
928
+ color = "currentColor",
929
+ strokeWidth = 2,
930
+ ...props
931
+ }) => /*#__PURE__*/_jsxs(Svg, {
932
+ width: size,
933
+ height: size,
934
+ viewBox: "0 0 24 24",
935
+ ...props,
936
+ children: [/*#__PURE__*/_jsx(Circle, {
937
+ cx: 12,
938
+ cy: 12,
939
+ r: 10,
940
+ stroke: color,
941
+ strokeWidth: strokeWidth
942
+ }), /*#__PURE__*/_jsx(Line, {
943
+ x1: 12,
944
+ y1: 16,
945
+ x2: 12,
946
+ y2: 12,
947
+ stroke: color,
948
+ strokeWidth: strokeWidth
949
+ }), /*#__PURE__*/_jsx(Circle, {
950
+ cx: 12,
951
+ cy: 8,
952
+ r: 1,
953
+ fill: color
954
+ })]
955
+ });
956
+ export const Key = ({
957
+ size = 24,
958
+ color = "currentColor",
959
+ strokeWidth = 2,
960
+ ...props
961
+ }) => /*#__PURE__*/_jsxs(Svg, {
962
+ width: size,
963
+ height: size,
964
+ viewBox: "0 0 24 24",
965
+ ...props,
966
+ children: [/*#__PURE__*/_jsx(Circle, {
967
+ cx: 7,
968
+ cy: 12,
969
+ r: 5,
970
+ stroke: color,
971
+ strokeWidth: strokeWidth
972
+ }), /*#__PURE__*/_jsx(Circle, {
973
+ cx: 7,
974
+ cy: 12,
975
+ r: 1.5,
976
+ fill: color
977
+ }), /*#__PURE__*/_jsx(Line, {
978
+ x1: 12,
979
+ y1: 12,
980
+ x2: 21,
981
+ y2: 12,
982
+ stroke: color,
983
+ strokeWidth: strokeWidth
984
+ }), /*#__PURE__*/_jsx(Line, {
985
+ x1: 19,
986
+ y1: 12,
987
+ x2: 19,
988
+ y2: 15,
989
+ stroke: color,
990
+ strokeWidth: strokeWidth
991
+ }), /*#__PURE__*/_jsx(Line, {
992
+ x1: 21,
993
+ y1: 12,
994
+ x2: 21,
995
+ y2: 14,
996
+ stroke: color,
997
+ strokeWidth: strokeWidth
998
+ })]
999
+ });
1000
+ export const Layers = ({
1001
+ size = 24,
1002
+ color = "currentColor",
1003
+ strokeWidth = 2,
1004
+ ...props
1005
+ }) => /*#__PURE__*/_jsxs(Svg, {
1006
+ width: size,
1007
+ height: size,
1008
+ viewBox: "0 0 24 24",
1009
+ ...props,
1010
+ children: [/*#__PURE__*/_jsx(Line, {
1011
+ x1: 12,
1012
+ y1: 2,
1013
+ x2: 2,
1014
+ y2: 7,
1015
+ stroke: color,
1016
+ strokeWidth: strokeWidth
1017
+ }), /*#__PURE__*/_jsx(Line, {
1018
+ x1: 2,
1019
+ y1: 7,
1020
+ x2: 12,
1021
+ y2: 12,
1022
+ stroke: color,
1023
+ strokeWidth: strokeWidth
1024
+ }), /*#__PURE__*/_jsx(Line, {
1025
+ x1: 12,
1026
+ y1: 12,
1027
+ x2: 22,
1028
+ y2: 7,
1029
+ stroke: color,
1030
+ strokeWidth: strokeWidth
1031
+ }), /*#__PURE__*/_jsx(Line, {
1032
+ x1: 22,
1033
+ y1: 7,
1034
+ x2: 12,
1035
+ y2: 2,
1036
+ stroke: color,
1037
+ strokeWidth: strokeWidth
1038
+ }), /*#__PURE__*/_jsx(Line, {
1039
+ x1: 2,
1040
+ y1: 12,
1041
+ x2: 12,
1042
+ y2: 17,
1043
+ stroke: color,
1044
+ strokeWidth: strokeWidth
1045
+ }), /*#__PURE__*/_jsx(Line, {
1046
+ x1: 12,
1047
+ y1: 17,
1048
+ x2: 22,
1049
+ y2: 12,
1050
+ stroke: color,
1051
+ strokeWidth: strokeWidth
1052
+ }), /*#__PURE__*/_jsx(Line, {
1053
+ x1: 2,
1054
+ y1: 17,
1055
+ x2: 12,
1056
+ y2: 22,
1057
+ stroke: color,
1058
+ strokeWidth: strokeWidth
1059
+ }), /*#__PURE__*/_jsx(Line, {
1060
+ x1: 12,
1061
+ y1: 22,
1062
+ x2: 22,
1063
+ y2: 17,
1064
+ stroke: color,
1065
+ strokeWidth: strokeWidth
1066
+ })]
1067
+ });
1068
+ export const Minus = ({
1069
+ size = 24,
1070
+ color = "currentColor",
1071
+ strokeWidth = 2,
1072
+ ...props
1073
+ }) => /*#__PURE__*/_jsx(Svg, {
1074
+ width: size,
1075
+ height: size,
1076
+ viewBox: "0 0 24 24",
1077
+ ...props,
1078
+ children: /*#__PURE__*/_jsx(Line, {
1079
+ x1: 5,
1080
+ y1: 12,
1081
+ x2: 19,
1082
+ y2: 12,
1083
+ stroke: color,
1084
+ strokeWidth: strokeWidth
1085
+ })
1086
+ });
1087
+ export const Maximize2 = ({
1088
+ size = 24,
1089
+ color = "currentColor",
1090
+ strokeWidth = 2,
1091
+ ...props
1092
+ }) => /*#__PURE__*/_jsxs(Svg, {
1093
+ width: size,
1094
+ height: size,
1095
+ viewBox: "0 0 24 24",
1096
+ ...props,
1097
+ children: [/*#__PURE__*/_jsx(Line, {
1098
+ x1: 5,
1099
+ y1: 9,
1100
+ x2: 5,
1101
+ y2: 5,
1102
+ stroke: color,
1103
+ strokeWidth: strokeWidth
1104
+ }), /*#__PURE__*/_jsx(Line, {
1105
+ x1: 5,
1106
+ y1: 5,
1107
+ x2: 9,
1108
+ y2: 5,
1109
+ stroke: color,
1110
+ strokeWidth: strokeWidth
1111
+ }), /*#__PURE__*/_jsx(Line, {
1112
+ x1: 15,
1113
+ y1: 5,
1114
+ x2: 19,
1115
+ y2: 5,
1116
+ stroke: color,
1117
+ strokeWidth: strokeWidth
1118
+ }), /*#__PURE__*/_jsx(Line, {
1119
+ x1: 19,
1120
+ y1: 5,
1121
+ x2: 19,
1122
+ y2: 9,
1123
+ stroke: color,
1124
+ strokeWidth: strokeWidth
1125
+ }), /*#__PURE__*/_jsx(Line, {
1126
+ x1: 5,
1127
+ y1: 15,
1128
+ x2: 5,
1129
+ y2: 19,
1130
+ stroke: color,
1131
+ strokeWidth: strokeWidth
1132
+ }), /*#__PURE__*/_jsx(Line, {
1133
+ x1: 5,
1134
+ y1: 19,
1135
+ x2: 9,
1136
+ y2: 19,
1137
+ stroke: color,
1138
+ strokeWidth: strokeWidth
1139
+ }), /*#__PURE__*/_jsx(Line, {
1140
+ x1: 15,
1141
+ y1: 19,
1142
+ x2: 19,
1143
+ y2: 19,
1144
+ stroke: color,
1145
+ strokeWidth: strokeWidth
1146
+ }), /*#__PURE__*/_jsx(Line, {
1147
+ x1: 19,
1148
+ y1: 19,
1149
+ x2: 19,
1150
+ y2: 15,
1151
+ stroke: color,
1152
+ strokeWidth: strokeWidth
1153
+ })]
1154
+ });
1155
+
1156
+ /**
1157
+ * Icon showing a rectangle docked to the bottom - indicates "dock to bottom sheet"
1158
+ * Used when modal is floating and clicking will dock it to bottom
1159
+ */
1160
+ export const DockBottom = ({
1161
+ size = 24,
1162
+ color = "currentColor",
1163
+ strokeWidth = 2,
1164
+ ...props
1165
+ }) => /*#__PURE__*/_jsxs(Svg, {
1166
+ width: size,
1167
+ height: size,
1168
+ viewBox: "0 0 24 24",
1169
+ ...props,
1170
+ children: [/*#__PURE__*/_jsx(Rect, {
1171
+ x: 3,
1172
+ y: 3,
1173
+ width: 18,
1174
+ height: 18,
1175
+ rx: 2,
1176
+ stroke: color,
1177
+ strokeWidth: strokeWidth
1178
+ }), /*#__PURE__*/_jsx(Rect, {
1179
+ x: 3,
1180
+ y: 14,
1181
+ width: 18,
1182
+ height: 7,
1183
+ fill: color
1184
+ })]
1185
+ });
1186
+
1187
+ /**
1188
+ * Icon showing a floating window with offset shadow - indicates "make floating"
1189
+ * Used when modal is bottom sheet and clicking will make it float
1190
+ */
1191
+ export const FloatWindow = ({
1192
+ size = 24,
1193
+ color = "currentColor",
1194
+ strokeWidth = 2,
1195
+ ...props
1196
+ }) => /*#__PURE__*/_jsxs(Svg, {
1197
+ width: size,
1198
+ height: size,
1199
+ viewBox: "0 0 24 24",
1200
+ ...props,
1201
+ children: [/*#__PURE__*/_jsx(Rect, {
1202
+ x: 3,
1203
+ y: 3,
1204
+ width: 14,
1205
+ height: 14,
1206
+ rx: 2,
1207
+ stroke: color,
1208
+ strokeWidth: strokeWidth
1209
+ }), /*#__PURE__*/_jsx(Line, {
1210
+ x1: 7,
1211
+ y1: 17,
1212
+ x2: 7,
1213
+ y2: 21,
1214
+ stroke: color,
1215
+ strokeWidth: strokeWidth
1216
+ }), /*#__PURE__*/_jsx(Line, {
1217
+ x1: 7,
1218
+ y1: 21,
1219
+ x2: 21,
1220
+ y2: 21,
1221
+ stroke: color,
1222
+ strokeWidth: strokeWidth
1223
+ }), /*#__PURE__*/_jsx(Line, {
1224
+ x1: 21,
1225
+ y1: 21,
1226
+ x2: 21,
1227
+ y2: 7,
1228
+ stroke: color,
1229
+ strokeWidth: strokeWidth
1230
+ }), /*#__PURE__*/_jsx(Line, {
1231
+ x1: 17,
1232
+ y1: 7,
1233
+ x2: 21,
1234
+ y2: 7,
1235
+ stroke: color,
1236
+ strokeWidth: strokeWidth
1237
+ })]
1238
+ });
1239
+ export const Palette = ({
1240
+ size = 24,
1241
+ color = "currentColor",
1242
+ strokeWidth = 2,
1243
+ ...props
1244
+ }) => /*#__PURE__*/_jsxs(Svg, {
1245
+ width: size,
1246
+ height: size,
1247
+ viewBox: "0 0 24 24",
1248
+ ...props,
1249
+ children: [/*#__PURE__*/_jsx(Circle, {
1250
+ cx: 12,
1251
+ cy: 12,
1252
+ r: 10,
1253
+ stroke: color,
1254
+ strokeWidth: strokeWidth
1255
+ }), /*#__PURE__*/_jsx(Circle, {
1256
+ cx: 8.5,
1257
+ cy: 8.5,
1258
+ r: 1.5,
1259
+ fill: color
1260
+ }), /*#__PURE__*/_jsx(Circle, {
1261
+ cx: 15.5,
1262
+ cy: 8.5,
1263
+ r: 1.5,
1264
+ fill: color
1265
+ }), /*#__PURE__*/_jsx(Circle, {
1266
+ cx: 8.5,
1267
+ cy: 15.5,
1268
+ r: 1.5,
1269
+ fill: color
1270
+ }), /*#__PURE__*/_jsx(Circle, {
1271
+ cx: 15.5,
1272
+ cy: 15.5,
1273
+ r: 1.5,
1274
+ fill: color
1275
+ })]
1276
+ });
1277
+ export const Pause = ({
1278
+ size = 24,
1279
+ color = "currentColor",
1280
+ strokeWidth = 2,
1281
+ ...props
1282
+ }) => /*#__PURE__*/_jsxs(Svg, {
1283
+ width: size,
1284
+ height: size,
1285
+ viewBox: "0 0 24 24",
1286
+ ...props,
1287
+ children: [/*#__PURE__*/_jsx(Rect, {
1288
+ x: 6,
1289
+ y: 4,
1290
+ width: 4,
1291
+ height: 16,
1292
+ stroke: color,
1293
+ strokeWidth: strokeWidth,
1294
+ fill: color
1295
+ }), /*#__PURE__*/_jsx(Rect, {
1296
+ x: 14,
1297
+ y: 4,
1298
+ width: 4,
1299
+ height: 16,
1300
+ stroke: color,
1301
+ strokeWidth: strokeWidth,
1302
+ fill: color
1303
+ })]
1304
+ });
1305
+ export const Play = ({
1306
+ size = 24,
1307
+ color = "currentColor",
1308
+ strokeWidth = 2,
1309
+ ...props
1310
+ }) => /*#__PURE__*/_jsxs(Svg, {
1311
+ width: size,
1312
+ height: size,
1313
+ viewBox: "0 0 24 24",
1314
+ ...props,
1315
+ children: [/*#__PURE__*/_jsx(Line, {
1316
+ x1: 5,
1317
+ y1: 3,
1318
+ x2: 5,
1319
+ y2: 21,
1320
+ stroke: color,
1321
+ strokeWidth: strokeWidth
1322
+ }), /*#__PURE__*/_jsx(Line, {
1323
+ x1: 5,
1324
+ y1: 3,
1325
+ x2: 19,
1326
+ y2: 12,
1327
+ stroke: color,
1328
+ strokeWidth: strokeWidth
1329
+ }), /*#__PURE__*/_jsx(Line, {
1330
+ x1: 19,
1331
+ y1: 12,
1332
+ x2: 5,
1333
+ y2: 21,
1334
+ stroke: color,
1335
+ strokeWidth: strokeWidth
1336
+ })]
1337
+ });
1338
+ export const Plus = ({
1339
+ size = 24,
1340
+ color = "currentColor",
1341
+ strokeWidth = 2,
1342
+ ...props
1343
+ }) => /*#__PURE__*/_jsxs(Svg, {
1344
+ width: size,
1345
+ height: size,
1346
+ viewBox: "0 0 24 24",
1347
+ ...props,
1348
+ children: [/*#__PURE__*/_jsx(Line, {
1349
+ x1: 12,
1350
+ y1: 5,
1351
+ x2: 12,
1352
+ y2: 19,
1353
+ stroke: color,
1354
+ strokeWidth: strokeWidth
1355
+ }), /*#__PURE__*/_jsx(Line, {
1356
+ x1: 5,
1357
+ y1: 12,
1358
+ x2: 19,
1359
+ y2: 12,
1360
+ stroke: color,
1361
+ strokeWidth: strokeWidth
1362
+ })]
1363
+ });
1364
+ export const RefreshCw = ({
1365
+ size = 24,
1366
+ color = "currentColor",
1367
+ strokeWidth = 2,
1368
+ ...props
1369
+ }) => /*#__PURE__*/_jsxs(Svg, {
1370
+ width: size,
1371
+ height: size,
1372
+ viewBox: "0 0 24 24",
1373
+ ...props,
1374
+ children: [/*#__PURE__*/_jsx(Line, {
1375
+ x1: 23,
1376
+ y1: 4,
1377
+ x2: 23,
1378
+ y2: 10,
1379
+ stroke: color,
1380
+ strokeWidth: strokeWidth
1381
+ }), /*#__PURE__*/_jsx(Line, {
1382
+ x1: 23,
1383
+ y1: 10,
1384
+ x2: 17,
1385
+ y2: 10,
1386
+ stroke: color,
1387
+ strokeWidth: strokeWidth
1388
+ }), /*#__PURE__*/_jsx(Line, {
1389
+ x1: 1,
1390
+ y1: 20,
1391
+ x2: 1,
1392
+ y2: 14,
1393
+ stroke: color,
1394
+ strokeWidth: strokeWidth
1395
+ }), /*#__PURE__*/_jsx(Line, {
1396
+ x1: 1,
1397
+ y1: 14,
1398
+ x2: 7,
1399
+ y2: 14,
1400
+ stroke: color,
1401
+ strokeWidth: strokeWidth
1402
+ }), /*#__PURE__*/_jsx(Circle, {
1403
+ cx: 12,
1404
+ cy: 12,
1405
+ r: 9,
1406
+ stroke: color,
1407
+ strokeWidth: strokeWidth
1408
+ })]
1409
+ });
1410
+ export const Search = ({
1411
+ size = 24,
1412
+ color = "currentColor",
1413
+ strokeWidth = 2,
1414
+ ...props
1415
+ }) => /*#__PURE__*/_jsxs(Svg, {
1416
+ width: size,
1417
+ height: size,
1418
+ viewBox: "0 0 24 24",
1419
+ ...props,
1420
+ children: [/*#__PURE__*/_jsx(Circle, {
1421
+ cx: 11,
1422
+ cy: 11,
1423
+ r: 8,
1424
+ stroke: color,
1425
+ strokeWidth: strokeWidth
1426
+ }), /*#__PURE__*/_jsx(Line, {
1427
+ x1: 21,
1428
+ y1: 21,
1429
+ x2: 16.65,
1430
+ y2: 16.65,
1431
+ stroke: color,
1432
+ strokeWidth: strokeWidth
1433
+ })]
1434
+ });
1435
+ export const Settings = ({
1436
+ size = 24,
1437
+ color = "currentColor",
1438
+ strokeWidth = 2,
1439
+ ...props
1440
+ }) => /*#__PURE__*/_jsxs(Svg, {
1441
+ width: size,
1442
+ height: size,
1443
+ viewBox: "0 0 24 24",
1444
+ ...props,
1445
+ children: [/*#__PURE__*/_jsx(Circle, {
1446
+ cx: 12,
1447
+ cy: 12,
1448
+ r: 3,
1449
+ stroke: color,
1450
+ strokeWidth: strokeWidth
1451
+ }), /*#__PURE__*/_jsx(Line, {
1452
+ x1: 12,
1453
+ y1: 1,
1454
+ x2: 12,
1455
+ y2: 3,
1456
+ stroke: color,
1457
+ strokeWidth: strokeWidth
1458
+ }), /*#__PURE__*/_jsx(Line, {
1459
+ x1: 12,
1460
+ y1: 21,
1461
+ x2: 12,
1462
+ y2: 23,
1463
+ stroke: color,
1464
+ strokeWidth: strokeWidth
1465
+ }), /*#__PURE__*/_jsx(Line, {
1466
+ x1: 4.22,
1467
+ y1: 4.22,
1468
+ x2: 5.64,
1469
+ y2: 5.64,
1470
+ stroke: color,
1471
+ strokeWidth: strokeWidth
1472
+ }), /*#__PURE__*/_jsx(Line, {
1473
+ x1: 18.36,
1474
+ y1: 18.36,
1475
+ x2: 19.78,
1476
+ y2: 19.78,
1477
+ stroke: color,
1478
+ strokeWidth: strokeWidth
1479
+ }), /*#__PURE__*/_jsx(Line, {
1480
+ x1: 1,
1481
+ y1: 12,
1482
+ x2: 3,
1483
+ y2: 12,
1484
+ stroke: color,
1485
+ strokeWidth: strokeWidth
1486
+ }), /*#__PURE__*/_jsx(Line, {
1487
+ x1: 21,
1488
+ y1: 12,
1489
+ x2: 23,
1490
+ y2: 12,
1491
+ stroke: color,
1492
+ strokeWidth: strokeWidth
1493
+ }), /*#__PURE__*/_jsx(Line, {
1494
+ x1: 4.22,
1495
+ y1: 19.78,
1496
+ x2: 5.64,
1497
+ y2: 18.36,
1498
+ stroke: color,
1499
+ strokeWidth: strokeWidth
1500
+ }), /*#__PURE__*/_jsx(Line, {
1501
+ x1: 18.36,
1502
+ y1: 5.64,
1503
+ x2: 19.78,
1504
+ y2: 4.22,
1505
+ stroke: color,
1506
+ strokeWidth: strokeWidth
1507
+ })]
1508
+ });
1509
+ export const Shield = ({
1510
+ size = 24,
1511
+ color = "currentColor",
1512
+ strokeWidth = 2,
1513
+ ...props
1514
+ }) => /*#__PURE__*/_jsxs(Svg, {
1515
+ width: size,
1516
+ height: size,
1517
+ viewBox: "0 0 24 24",
1518
+ ...props,
1519
+ children: [/*#__PURE__*/_jsx(Line, {
1520
+ x1: 12,
1521
+ y1: 2,
1522
+ x2: 5,
1523
+ y2: 5,
1524
+ stroke: color,
1525
+ strokeWidth: strokeWidth
1526
+ }), /*#__PURE__*/_jsx(Line, {
1527
+ x1: 5,
1528
+ y1: 5,
1529
+ x2: 5,
1530
+ y2: 11,
1531
+ stroke: color,
1532
+ strokeWidth: strokeWidth
1533
+ }), /*#__PURE__*/_jsx(Line, {
1534
+ x1: 5,
1535
+ y1: 11,
1536
+ x2: 12,
1537
+ y2: 22,
1538
+ stroke: color,
1539
+ strokeWidth: strokeWidth
1540
+ }), /*#__PURE__*/_jsx(Line, {
1541
+ x1: 12,
1542
+ y1: 22,
1543
+ x2: 19,
1544
+ y2: 11,
1545
+ stroke: color,
1546
+ strokeWidth: strokeWidth
1547
+ }), /*#__PURE__*/_jsx(Line, {
1548
+ x1: 19,
1549
+ y1: 11,
1550
+ x2: 19,
1551
+ y2: 5,
1552
+ stroke: color,
1553
+ strokeWidth: strokeWidth
1554
+ }), /*#__PURE__*/_jsx(Line, {
1555
+ x1: 19,
1556
+ y1: 5,
1557
+ x2: 12,
1558
+ y2: 2,
1559
+ stroke: color,
1560
+ strokeWidth: strokeWidth
1561
+ })]
1562
+ });
1563
+ export const TestTube2 = ({
1564
+ size = 24,
1565
+ color = "currentColor",
1566
+ strokeWidth = 2,
1567
+ ...props
1568
+ }) => /*#__PURE__*/_jsxs(Svg, {
1569
+ width: size,
1570
+ height: size,
1571
+ viewBox: "0 0 24 24",
1572
+ ...props,
1573
+ children: [/*#__PURE__*/_jsx(Rect, {
1574
+ x: 10,
1575
+ y: 2,
1576
+ width: 4,
1577
+ height: 18,
1578
+ rx: 2,
1579
+ stroke: color,
1580
+ strokeWidth: strokeWidth
1581
+ }), /*#__PURE__*/_jsx(Line, {
1582
+ x1: 8,
1583
+ y1: 4,
1584
+ x2: 16,
1585
+ y2: 4,
1586
+ stroke: color,
1587
+ strokeWidth: strokeWidth
1588
+ }), /*#__PURE__*/_jsx(Line, {
1589
+ x1: 10,
1590
+ y1: 14,
1591
+ x2: 14,
1592
+ y2: 14,
1593
+ stroke: color,
1594
+ strokeWidth: strokeWidth
1595
+ }), /*#__PURE__*/_jsx(Rect, {
1596
+ x: 11,
1597
+ y: 15,
1598
+ width: 2,
1599
+ height: 4,
1600
+ fill: color
1601
+ })]
1602
+ });
1603
+ export const Trash2 = ({
1604
+ size = 24,
1605
+ color = "currentColor",
1606
+ strokeWidth = 2,
1607
+ ...props
1608
+ }) => /*#__PURE__*/_jsxs(Svg, {
1609
+ width: size,
1610
+ height: size,
1611
+ viewBox: "0 0 24 24",
1612
+ ...props,
1613
+ children: [/*#__PURE__*/_jsx(Line, {
1614
+ x1: 3,
1615
+ y1: 6,
1616
+ x2: 21,
1617
+ y2: 6,
1618
+ stroke: color,
1619
+ strokeWidth: strokeWidth
1620
+ }), /*#__PURE__*/_jsx(Line, {
1621
+ x1: 19,
1622
+ y1: 6,
1623
+ x2: 19,
1624
+ y2: 21,
1625
+ stroke: color,
1626
+ strokeWidth: strokeWidth
1627
+ }), /*#__PURE__*/_jsx(Line, {
1628
+ x1: 19,
1629
+ y1: 21,
1630
+ x2: 5,
1631
+ y2: 21,
1632
+ stroke: color,
1633
+ strokeWidth: strokeWidth
1634
+ }), /*#__PURE__*/_jsx(Line, {
1635
+ x1: 5,
1636
+ y1: 21,
1637
+ x2: 5,
1638
+ y2: 6,
1639
+ stroke: color,
1640
+ strokeWidth: strokeWidth
1641
+ }), /*#__PURE__*/_jsx(Line, {
1642
+ x1: 10,
1643
+ y1: 11,
1644
+ x2: 10,
1645
+ y2: 17,
1646
+ stroke: color,
1647
+ strokeWidth: strokeWidth
1648
+ }), /*#__PURE__*/_jsx(Line, {
1649
+ x1: 14,
1650
+ y1: 11,
1651
+ x2: 14,
1652
+ y2: 17,
1653
+ stroke: color,
1654
+ strokeWidth: strokeWidth
1655
+ }), /*#__PURE__*/_jsx(Line, {
1656
+ x1: 8,
1657
+ y1: 6,
1658
+ x2: 8,
1659
+ y2: 4,
1660
+ stroke: color,
1661
+ strokeWidth: strokeWidth
1662
+ }), /*#__PURE__*/_jsx(Line, {
1663
+ x1: 8,
1664
+ y1: 4,
1665
+ x2: 16,
1666
+ y2: 4,
1667
+ stroke: color,
1668
+ strokeWidth: strokeWidth
1669
+ }), /*#__PURE__*/_jsx(Line, {
1670
+ x1: 16,
1671
+ y1: 4,
1672
+ x2: 16,
1673
+ y2: 6,
1674
+ stroke: color,
1675
+ strokeWidth: strokeWidth
1676
+ })]
1677
+ });
1678
+ export const X = ({
1679
+ size = 24,
1680
+ color = "currentColor",
1681
+ strokeWidth = 2,
1682
+ ...props
1683
+ }) => /*#__PURE__*/_jsxs(Svg, {
1684
+ width: size,
1685
+ height: size,
1686
+ viewBox: "0 0 24 24",
1687
+ ...props,
1688
+ children: [/*#__PURE__*/_jsx(Line, {
1689
+ x1: 18,
1690
+ y1: 6,
1691
+ x2: 6,
1692
+ y2: 18,
1693
+ stroke: color,
1694
+ strokeWidth: strokeWidth
1695
+ }), /*#__PURE__*/_jsx(Line, {
1696
+ x1: 6,
1697
+ y1: 6,
1698
+ x2: 18,
1699
+ y2: 18,
1700
+ stroke: color,
1701
+ strokeWidth: strokeWidth
1702
+ })]
1703
+ });
1704
+ export const XCircle = ({
1705
+ size = 24,
1706
+ color = "currentColor",
1707
+ strokeWidth = 2,
1708
+ ...props
1709
+ }) => /*#__PURE__*/_jsxs(Svg, {
1710
+ width: size,
1711
+ height: size,
1712
+ viewBox: "0 0 24 24",
1713
+ ...props,
1714
+ children: [/*#__PURE__*/_jsx(Circle, {
1715
+ cx: 12,
1716
+ cy: 12,
1717
+ r: 10,
1718
+ stroke: color,
1719
+ strokeWidth: strokeWidth
1720
+ }), /*#__PURE__*/_jsx(Line, {
1721
+ x1: 15,
1722
+ y1: 9,
1723
+ x2: 9,
1724
+ y2: 15,
1725
+ stroke: color,
1726
+ strokeWidth: strokeWidth
1727
+ }), /*#__PURE__*/_jsx(Line, {
1728
+ x1: 9,
1729
+ y1: 9,
1730
+ x2: 15,
1731
+ y2: 15,
1732
+ stroke: color,
1733
+ strokeWidth: strokeWidth
1734
+ })]
1735
+ });
1736
+ export const Zap = ({
1737
+ size = 24,
1738
+ color = "currentColor",
1739
+ strokeWidth = 2,
1740
+ ...props
1741
+ }) => /*#__PURE__*/_jsxs(Svg, {
1742
+ width: size,
1743
+ height: size,
1744
+ viewBox: "0 0 24 24",
1745
+ ...props,
1746
+ children: [/*#__PURE__*/_jsx(Line, {
1747
+ x1: 13,
1748
+ y1: 2,
1749
+ x2: 3,
1750
+ y2: 14,
1751
+ stroke: color,
1752
+ strokeWidth: strokeWidth
1753
+ }), /*#__PURE__*/_jsx(Line, {
1754
+ x1: 3,
1755
+ y1: 14,
1756
+ x2: 10,
1757
+ y2: 14,
1758
+ stroke: color,
1759
+ strokeWidth: strokeWidth
1760
+ }), /*#__PURE__*/_jsx(Line, {
1761
+ x1: 10,
1762
+ y1: 14,
1763
+ x2: 11,
1764
+ y2: 22,
1765
+ stroke: color,
1766
+ strokeWidth: strokeWidth
1767
+ }), /*#__PURE__*/_jsx(Line, {
1768
+ x1: 11,
1769
+ y1: 22,
1770
+ x2: 21,
1771
+ y2: 10,
1772
+ stroke: color,
1773
+ strokeWidth: strokeWidth
1774
+ }), /*#__PURE__*/_jsx(Line, {
1775
+ x1: 21,
1776
+ y1: 10,
1777
+ x2: 14,
1778
+ y2: 10,
1779
+ stroke: color,
1780
+ strokeWidth: strokeWidth
1781
+ }), /*#__PURE__*/_jsx(Line, {
1782
+ x1: 14,
1783
+ y1: 10,
1784
+ x2: 13,
1785
+ y2: 2,
1786
+ stroke: color,
1787
+ strokeWidth: strokeWidth
1788
+ })]
1789
+ });
1790
+ export const Square = ({
1791
+ size = 24,
1792
+ color = "currentColor",
1793
+ strokeWidth = 2,
1794
+ ...props
1795
+ }) => /*#__PURE__*/_jsx(Svg, {
1796
+ width: size,
1797
+ height: size,
1798
+ viewBox: "0 0 24 24",
1799
+ ...props,
1800
+ children: /*#__PURE__*/_jsx(Rect, {
1801
+ x: 3,
1802
+ y: 3,
1803
+ width: 18,
1804
+ height: 18,
1805
+ rx: 2,
1806
+ stroke: color,
1807
+ strokeWidth: strokeWidth
1808
+ })
1809
+ });
1810
+ export const CheckSquare = ({
1811
+ size = 24,
1812
+ color = "currentColor",
1813
+ strokeWidth = 2,
1814
+ ...props
1815
+ }) => /*#__PURE__*/_jsxs(Svg, {
1816
+ width: size,
1817
+ height: size,
1818
+ viewBox: "0 0 24 24",
1819
+ ...props,
1820
+ children: [/*#__PURE__*/_jsx(Rect, {
1821
+ x: 3,
1822
+ y: 3,
1823
+ width: 18,
1824
+ height: 18,
1825
+ rx: 2,
1826
+ stroke: color,
1827
+ strokeWidth: strokeWidth
1828
+ }), /*#__PURE__*/_jsx(Line, {
1829
+ x1: 9,
1830
+ y1: 12,
1831
+ x2: 11,
1832
+ y2: 14,
1833
+ stroke: color,
1834
+ strokeWidth: strokeWidth
1835
+ }), /*#__PURE__*/_jsx(Line, {
1836
+ x1: 11,
1837
+ y1: 14,
1838
+ x2: 15,
1839
+ y2: 10,
1840
+ stroke: color,
1841
+ strokeWidth: strokeWidth
1842
+ })]
1843
+ });
1844
+ export const SquareDashed = ({
1845
+ size = 24,
1846
+ color = "currentColor",
1847
+ strokeWidth = 2,
1848
+ ...props
1849
+ }) => /*#__PURE__*/_jsxs(Svg, {
1850
+ width: size,
1851
+ height: size,
1852
+ viewBox: "0 0 24 24",
1853
+ ...props,
1854
+ children: [/*#__PURE__*/_jsx(Line, {
1855
+ x1: 5,
1856
+ y1: 3,
1857
+ x2: 9,
1858
+ y2: 3,
1859
+ stroke: color,
1860
+ strokeWidth: strokeWidth
1861
+ }), /*#__PURE__*/_jsx(Line, {
1862
+ x1: 15,
1863
+ y1: 3,
1864
+ x2: 19,
1865
+ y2: 3,
1866
+ stroke: color,
1867
+ strokeWidth: strokeWidth
1868
+ }), /*#__PURE__*/_jsx(Line, {
1869
+ x1: 5,
1870
+ y1: 21,
1871
+ x2: 9,
1872
+ y2: 21,
1873
+ stroke: color,
1874
+ strokeWidth: strokeWidth
1875
+ }), /*#__PURE__*/_jsx(Line, {
1876
+ x1: 15,
1877
+ y1: 21,
1878
+ x2: 19,
1879
+ y2: 21,
1880
+ stroke: color,
1881
+ strokeWidth: strokeWidth
1882
+ }), /*#__PURE__*/_jsx(Line, {
1883
+ x1: 3,
1884
+ y1: 5,
1885
+ x2: 3,
1886
+ y2: 9,
1887
+ stroke: color,
1888
+ strokeWidth: strokeWidth
1889
+ }), /*#__PURE__*/_jsx(Line, {
1890
+ x1: 3,
1891
+ y1: 15,
1892
+ x2: 3,
1893
+ y2: 19,
1894
+ stroke: color,
1895
+ strokeWidth: strokeWidth
1896
+ }), /*#__PURE__*/_jsx(Line, {
1897
+ x1: 21,
1898
+ y1: 5,
1899
+ x2: 21,
1900
+ y2: 9,
1901
+ stroke: color,
1902
+ strokeWidth: strokeWidth
1903
+ }), /*#__PURE__*/_jsx(Line, {
1904
+ x1: 21,
1905
+ y1: 15,
1906
+ x2: 21,
1907
+ y2: 19,
1908
+ stroke: color,
1909
+ strokeWidth: strokeWidth
1910
+ })]
1911
+ });
1912
+ export const Box = ({
1913
+ size = 24,
1914
+ color = "currentColor",
1915
+ strokeWidth = 2,
1916
+ ...props
1917
+ }) => /*#__PURE__*/_jsxs(Svg, {
1918
+ width: size,
1919
+ height: size,
1920
+ viewBox: "0 0 24 24",
1921
+ ...props,
1922
+ children: [/*#__PURE__*/_jsx(Line, {
1923
+ x1: 21,
1924
+ y1: 16,
1925
+ x2: 21,
1926
+ y2: 8,
1927
+ stroke: color,
1928
+ strokeWidth: strokeWidth
1929
+ }), /*#__PURE__*/_jsx(Line, {
1930
+ x1: 21,
1931
+ y1: 8,
1932
+ x2: 12,
1933
+ y2: 3,
1934
+ stroke: color,
1935
+ strokeWidth: strokeWidth
1936
+ }), /*#__PURE__*/_jsx(Line, {
1937
+ x1: 12,
1938
+ y1: 3,
1939
+ x2: 3,
1940
+ y2: 8,
1941
+ stroke: color,
1942
+ strokeWidth: strokeWidth
1943
+ }), /*#__PURE__*/_jsx(Line, {
1944
+ x1: 3,
1945
+ y1: 8,
1946
+ x2: 3,
1947
+ y2: 16,
1948
+ stroke: color,
1949
+ strokeWidth: strokeWidth
1950
+ }), /*#__PURE__*/_jsx(Line, {
1951
+ x1: 3,
1952
+ y1: 16,
1953
+ x2: 12,
1954
+ y2: 21,
1955
+ stroke: color,
1956
+ strokeWidth: strokeWidth
1957
+ }), /*#__PURE__*/_jsx(Line, {
1958
+ x1: 12,
1959
+ y1: 21,
1960
+ x2: 21,
1961
+ y2: 16,
1962
+ stroke: color,
1963
+ strokeWidth: strokeWidth
1964
+ }), /*#__PURE__*/_jsx(Line, {
1965
+ x1: 12,
1966
+ y1: 21,
1967
+ x2: 12,
1968
+ y2: 12,
1969
+ stroke: color,
1970
+ strokeWidth: strokeWidth
1971
+ }), /*#__PURE__*/_jsx(Line, {
1972
+ x1: 12,
1973
+ y1: 12,
1974
+ x2: 12,
1975
+ y2: 3,
1976
+ stroke: color,
1977
+ strokeWidth: strokeWidth
1978
+ }), /*#__PURE__*/_jsx(Line, {
1979
+ x1: 12,
1980
+ y1: 12,
1981
+ x2: 3,
1982
+ y2: 8,
1983
+ stroke: color,
1984
+ strokeWidth: strokeWidth
1985
+ }), /*#__PURE__*/_jsx(Line, {
1986
+ x1: 12,
1987
+ y1: 12,
1988
+ x2: 21,
1989
+ y2: 8,
1990
+ stroke: color,
1991
+ strokeWidth: strokeWidth
1992
+ })]
1993
+ });
1994
+
1995
+ // AlertOctagon - simplified octagon with exclamation mark (using XCircle as fallback)
1996
+ export const AlertOctagon = ({
1997
+ size = 24,
1998
+ color = "currentColor",
1999
+ strokeWidth = 2,
2000
+ ...props
2001
+ }) => /*#__PURE__*/_jsxs(Svg, {
2002
+ width: size,
2003
+ height: size,
2004
+ viewBox: "0 0 24 24",
2005
+ ...props,
2006
+ children: [/*#__PURE__*/_jsx(Rect, {
2007
+ x: 3,
2008
+ y: 3,
2009
+ width: 18,
2010
+ height: 18,
2011
+ rx: 4,
2012
+ ry: 4,
2013
+ stroke: color,
2014
+ strokeWidth: strokeWidth
2015
+ }), /*#__PURE__*/_jsx(Line, {
2016
+ x1: 12,
2017
+ y1: 8,
2018
+ x2: 12,
2019
+ y2: 12,
2020
+ stroke: color,
2021
+ strokeWidth: strokeWidth
2022
+ }), /*#__PURE__*/_jsx(Circle, {
2023
+ cx: 12,
2024
+ cy: 16,
2025
+ r: 1,
2026
+ fill: color
2027
+ })]
2028
+ });
2029
+
2030
+ // HelpCircle - circle with question mark
2031
+ export const HelpCircle = ({
2032
+ size = 24,
2033
+ color = "currentColor",
2034
+ strokeWidth = 2,
2035
+ ...props
2036
+ }) => /*#__PURE__*/_jsxs(Svg, {
2037
+ width: size,
2038
+ height: size,
2039
+ viewBox: "0 0 24 24",
2040
+ ...props,
2041
+ children: [/*#__PURE__*/_jsx(Circle, {
2042
+ cx: 12,
2043
+ cy: 12,
2044
+ r: 10,
2045
+ stroke: color,
2046
+ strokeWidth: strokeWidth
2047
+ }), /*#__PURE__*/_jsx(Line, {
2048
+ x1: 12,
2049
+ y1: 13,
2050
+ x2: 12,
2051
+ y2: 11,
2052
+ stroke: color,
2053
+ strokeWidth: strokeWidth
2054
+ }), /*#__PURE__*/_jsx(Line, {
2055
+ x1: 12,
2056
+ y1: 11,
2057
+ x2: 12,
2058
+ y2: 9,
2059
+ stroke: color,
2060
+ strokeWidth: strokeWidth
2061
+ }), /*#__PURE__*/_jsx(Line, {
2062
+ x1: 12,
2063
+ y1: 9,
2064
+ x2: 10,
2065
+ y2: 7,
2066
+ stroke: color,
2067
+ strokeWidth: strokeWidth
2068
+ }), /*#__PURE__*/_jsx(Line, {
2069
+ x1: 12,
2070
+ y1: 9,
2071
+ x2: 14,
2072
+ y2: 7,
2073
+ stroke: color,
2074
+ strokeWidth: strokeWidth
2075
+ }), /*#__PURE__*/_jsx(Circle, {
2076
+ cx: 12,
2077
+ cy: 17,
2078
+ r: 1,
2079
+ fill: color
2080
+ })]
2081
+ });
2082
+
2083
+ // Re-export ALL icons from original implementation
2084
+ // Icons that have optimized versions above will use those
2085
+ // Icons without optimized versions will use originals
2086
+
2087
+ // Re-export icons with Icon suffix for compatibility
2088
+ export const ActivityIcon = Activity; // Uses optimized version
2089
+ export const AlertTriangleIcon = AlertTriangle; // Uses optimized version
2090
+ export const BoxIcon = Box; // Uses optimized version
2091
+ export const CheckIcon = Check; // Uses optimized version
2092
+ export const CheckCircleIcon = CheckCircle; // Uses optimized version
2093
+ export const ChevronDownIcon = ChevronDown; // Uses optimized version
2094
+ export const ChevronLeftIcon = ChevronLeft; // Uses optimized version
2095
+ export const ChevronRightIcon = ChevronRight; // Uses optimized version
2096
+ export const ChevronUpIcon = ChevronUp; // Uses optimized version
2097
+ export const ClockIcon = Clock; // Uses optimized version
2098
+ export const CopyIcon = Copy; // Uses optimized version
2099
+ export const Edit3Icon = Edit3; // Uses optimized version
2100
+ export const EyeIcon = Eye; // Uses optimized version
2101
+ export const EyeOffIcon = EyeOff; // Uses optimized version
2102
+ export const FileCodeIcon = FileCode; // Uses optimized version
2103
+ export const FileTextIcon = FileText; // Uses optimized version
2104
+ export const FilterIcon = Filter; // Uses optimized version
2105
+ export const FlaskConicalIcon = FlaskConical; // Uses optimized version
2106
+ export const GitBranchIcon = GitBranch; // Uses optimized version
2107
+ export const HardDriveIcon = HardDrive; // Uses optimized version
2108
+ export const HashIcon = Hash; // Uses optimized version
2109
+ export const InfoIcon = Info; // Uses optimized version
2110
+ export const KeyIcon = Key; // Uses optimized version
2111
+ export const LayersIcon = Layers; // Uses optimized version
2112
+ export const Maximize2Icon = Maximize2; // Uses optimized version
2113
+ export const MinusIcon = Minus; // Uses optimized version
2114
+ export const PaletteIcon = Palette; // Uses optimized version
2115
+ export const PauseIcon = Pause; // Uses optimized version
2116
+ export const PlayIcon = Play; // Uses optimized version
2117
+ export const PlusIcon = Plus; // Uses optimized version
2118
+ export const RefreshCwIcon = RefreshCw; // Uses optimized version
2119
+ export const SearchIcon = Search; // Uses optimized version
2120
+ export const SettingsIcon = Settings; // Uses optimized version
2121
+ export const ShieldIcon = Shield; // Uses optimized version
2122
+ export const TestTube2Icon = TestTube2; // Uses optimized version
2123
+ export const Trash2Icon = Trash2; // Uses optimized version
2124
+ export const XIcon = X; // Uses optimized version
2125
+ export const XCircleIcon = XCircle; // Uses optimized version
2126
+ export const ZapIcon = Zap; // Uses optimized version
2127
+ export const SquareIcon = Square; // Uses optimized version
2128
+ export const CheckSquareIcon = CheckSquare; // Uses optimized version
2129
+ export const SquareDashedIcon = SquareDashed; // Uses optimized version
2130
+
2131
+ // Re-export complex icons that don't have optimized versions
2132
+ export const Bug = OriginalIcons.BugIcon;
2133
+ export const Database = OriginalIcons.DatabaseIcon;
2134
+ export const Globe = OriginalIcons.GlobeIcon;
2135
+ export const Wifi = OriginalIcons.WifiIcon;
2136
+ export const AlertCircle = OriginalIcons.AlertCircleIcon;
2137
+ export const CheckCircle2 = OriginalIcons.CheckCircle2Icon;
2138
+ export const Server = OriginalIcons.ServerIcon;
2139
+ export const Power = OriginalIcons.PowerIcon;
2140
+ export const Upload = OriginalIcons.UploadIcon;
2141
+ export const Download = OriginalIcons.DownloadIcon;
2142
+ export const Lock = OriginalIcons.LockIcon;
2143
+ export const Unlock = OriginalIcons.UnlockIcon;
2144
+ export const FileJson = OriginalIcons.FileJsonIcon;
2145
+ export const Link = OriginalIcons.LinkIcon;
2146
+ export const Hand = OriginalIcons.HandIcon;
2147
+ export const Route = OriginalIcons.RouteIcon;
2148
+ export const Trash = OriginalIcons.TrashIcon;
2149
+ export const TriangleAlert = OriginalIcons.TriangleAlertIcon;
2150
+ export const User = OriginalIcons.UserIcon;
2151
+
2152
+ // Additional icons from original that weren't included yet
2153
+ export const BarChart3 = OriginalIcons.BarChart3;
2154
+ export const BarChart3Icon = OriginalIcons.BarChart3Icon;
2155
+ export const Cloud = OriginalIcons.Cloud;
2156
+ export const CloudIcon = OriginalIcons.CloudIcon;
2157
+ export const Film = OriginalIcons.Film;
2158
+ export const FilmIcon = OriginalIcons.FilmIcon;
2159
+ export const Image = OriginalIcons.Image;
2160
+ export const ImageIcon = OriginalIcons.ImageIcon;
2161
+ export const Music = OriginalIcons.Music;
2162
+ export const MusicIcon = OriginalIcons.MusicIcon;
2163
+ export const Navigation = OriginalIcons.Navigation;
2164
+ export const NavigationIcon = OriginalIcons.NavigationIcon;
2165
+ export const Phone = OriginalIcons.Phone;
2166
+ export const PhoneIcon = OriginalIcons.PhoneIcon;
2167
+ export const Smartphone = OriginalIcons.Smartphone;
2168
+ export const SmartphoneIcon = OriginalIcons.SmartphoneIcon;
2169
+ export const Timer = OriginalIcons.Timer;
2170
+ export const TimerIcon = OriginalIcons.TimerIcon;
2171
+ export const Touchpad = OriginalIcons.Touchpad;
2172
+ export const TouchpadIcon = OriginalIcons.TouchpadIcon;
2173
+ export const Users = OriginalIcons.Users;
2174
+ export const UsersIcon = OriginalIcons.UsersIcon;
2175
+ export const Volume = OriginalIcons.Volume;
2176
+ export const VolumeIcon = OriginalIcons.VolumeIcon;
2177
+
2178
+ // Re-export additional Icon-suffixed versions from original
2179
+ export const BugIcon = OriginalIcons.BugIcon;
2180
+ export const DatabaseIcon = OriginalIcons.DatabaseIcon;
2181
+ export const GlobeIcon = OriginalIcons.GlobeIcon;
2182
+ export const WifiIcon = OriginalIcons.WifiIcon;
2183
+ export const AlertCircleIcon = OriginalIcons.AlertCircleIcon;
2184
+ export const CheckCircle2Icon = OriginalIcons.CheckCircle2Icon;
2185
+ export const ServerIcon = OriginalIcons.ServerIcon;
2186
+ export const PowerIcon = OriginalIcons.PowerIcon;
2187
+ export const UploadIcon = OriginalIcons.UploadIcon;
2188
+ export const DownloadIcon = OriginalIcons.DownloadIcon;
2189
+ export const LockIcon = OriginalIcons.LockIcon;
2190
+ export const UnlockIcon = OriginalIcons.UnlockIcon;
2191
+ export const FileJsonIcon = OriginalIcons.FileJsonIcon;
2192
+ export const LinkIcon = OriginalIcons.LinkIcon;
2193
+ export const HandIcon = OriginalIcons.HandIcon;
2194
+ export const RouteIcon = OriginalIcons.RouteIcon;
2195
+ export const TrashIcon = OriginalIcons.TrashIcon;
2196
+ export const TriangleAlertIcon = OriginalIcons.TriangleAlertIcon;
2197
+ export const UserIcon = OriginalIcons.UserIcon;
2198
+
2199
+ // Export types