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