@particle-network/icons 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1005) hide show
  1. package/README.md +300 -3
  2. package/dist/core/index.d.ts +19 -0
  3. package/dist/core/index.js +24 -0
  4. package/dist/native/AlertOffIcon.d.ts +7 -0
  5. package/dist/native/AlertOffIcon.js +26 -0
  6. package/dist/native/AlertOnIcon.d.ts +7 -0
  7. package/dist/native/AlertOnIcon.js +26 -0
  8. package/dist/native/AllIcon.d.ts +7 -0
  9. package/dist/native/AllIcon.js +23 -0
  10. package/dist/native/Assets2Icon.d.ts +7 -0
  11. package/dist/native/Assets2Icon.js +23 -0
  12. package/dist/native/AssetsIcon.d.ts +7 -0
  13. package/dist/native/AssetsIcon.js +38 -0
  14. package/dist/native/BackupWalletIcon.d.ts +7 -0
  15. package/dist/native/BackupWalletIcon.js +29 -0
  16. package/dist/native/BottleIcon.d.ts +7 -0
  17. package/dist/native/BottleIcon.js +50 -0
  18. package/dist/native/BubbleChainIcon.d.ts +7 -0
  19. package/dist/native/BubbleChainIcon.js +24 -0
  20. package/dist/native/BundlerIcon.d.ts +7 -0
  21. package/dist/native/BundlerIcon.js +98 -0
  22. package/dist/native/BurnIcon.d.ts +7 -0
  23. package/dist/native/BurnIcon.js +29 -0
  24. package/dist/native/CabalLeaderIcon.d.ts +7 -0
  25. package/dist/native/CabalLeaderIcon.js +29 -0
  26. package/dist/native/CabalsIcon.d.ts +7 -0
  27. package/dist/native/CabalsIcon.js +29 -0
  28. package/dist/native/CameraIcon.d.ts +7 -0
  29. package/dist/native/CameraIcon.js +26 -0
  30. package/dist/native/CashAddIcon.d.ts +7 -0
  31. package/dist/native/CashAddIcon.js +23 -0
  32. package/dist/native/CashInIcon.d.ts +7 -0
  33. package/dist/native/CashInIcon.js +24 -0
  34. package/dist/native/ChartCandleIcon.d.ts +7 -0
  35. package/dist/native/ChartCandleIcon.js +39 -0
  36. package/dist/native/ChartLineIcon.d.ts +7 -0
  37. package/dist/native/ChartLineIcon.js +23 -0
  38. package/dist/native/CheckIcon.d.ts +7 -0
  39. package/dist/native/CheckIcon.js +23 -0
  40. package/dist/native/ChevronDownIcon.d.ts +7 -0
  41. package/dist/native/ChevronDownIcon.js +25 -0
  42. package/dist/native/ChevronLeftIcon.d.ts +7 -0
  43. package/dist/native/ChevronLeftIcon.js +25 -0
  44. package/dist/native/ChevronRightIcon.d.ts +7 -0
  45. package/dist/native/ChevronRightIcon.js +25 -0
  46. package/dist/native/ChevronUpIcon.d.ts +7 -0
  47. package/dist/native/ChevronUpIcon.js +25 -0
  48. package/dist/native/ChooseIcon.d.ts +7 -0
  49. package/dist/native/ChooseIcon.js +23 -0
  50. package/dist/native/CircleCheckedIcon.d.ts +7 -0
  51. package/dist/native/CircleCheckedIcon.js +23 -0
  52. package/dist/native/CircleMinusIcon.d.ts +7 -0
  53. package/dist/native/CircleMinusIcon.js +23 -0
  54. package/dist/native/CirclePlusIcon.d.ts +7 -0
  55. package/dist/native/CirclePlusIcon.js +23 -0
  56. package/dist/native/ClearIcon.d.ts +7 -0
  57. package/dist/native/ClearIcon.js +29 -0
  58. package/dist/native/CloseIcon.d.ts +7 -0
  59. package/dist/native/CloseIcon.js +25 -0
  60. package/dist/native/CloudIcon.d.ts +7 -0
  61. package/dist/native/CloudIcon.js +41 -0
  62. package/dist/native/ColorCancelledIcon.d.ts +7 -0
  63. package/dist/native/ColorCancelledIcon.js +25 -0
  64. package/dist/native/ColorErrorIcon.d.ts +7 -0
  65. package/dist/native/ColorErrorIcon.js +17 -0
  66. package/dist/native/ColorEvmIcon.d.ts +7 -0
  67. package/dist/native/ColorEvmIcon.js +75 -0
  68. package/dist/native/ColorFailedIcon.d.ts +7 -0
  69. package/dist/native/ColorFailedIcon.js +30 -0
  70. package/dist/native/ColorFailedLightIcon.d.ts +7 -0
  71. package/dist/native/ColorFailedLightIcon.js +26 -0
  72. package/dist/native/ColorInstagramIcon.d.ts +7 -0
  73. package/dist/native/ColorInstagramIcon.js +118 -0
  74. package/dist/native/ColorLaunchPlatformIcon.d.ts +7 -0
  75. package/dist/native/ColorLaunchPlatformIcon.js +111 -0
  76. package/dist/native/ColorPauseIcon.d.ts +7 -0
  77. package/dist/native/ColorPauseIcon.js +39 -0
  78. package/dist/native/ColorPendingIcon.d.ts +7 -0
  79. package/dist/native/ColorPendingIcon.js +34 -0
  80. package/dist/native/ColorSafeIcon.d.ts +7 -0
  81. package/dist/native/ColorSafeIcon.js +17 -0
  82. package/dist/native/ColorSuccessIcon.d.ts +7 -0
  83. package/dist/native/ColorSuccessIcon.js +30 -0
  84. package/dist/native/ColorSuccessLightIcon.d.ts +7 -0
  85. package/dist/native/ColorSuccessLightIcon.js +30 -0
  86. package/dist/native/ColorTiktokIcon.d.ts +7 -0
  87. package/dist/native/ColorTiktokIcon.js +35 -0
  88. package/dist/native/ColorTwitterTweetIcon.d.ts +7 -0
  89. package/dist/native/ColorTwitterTweetIcon.js +17 -0
  90. package/dist/native/ColorWarningIcon.d.ts +7 -0
  91. package/dist/native/ColorWarningIcon.js +17 -0
  92. package/dist/native/ColorYoutubeIcon.d.ts +7 -0
  93. package/dist/native/ColorYoutubeIcon.js +26 -0
  94. package/dist/native/ConceptIcon.d.ts +7 -0
  95. package/dist/native/ConceptIcon.js +32 -0
  96. package/dist/native/ConnectIcon.d.ts +7 -0
  97. package/dist/native/ConnectIcon.js +23 -0
  98. package/dist/native/ControlIcon.d.ts +7 -0
  99. package/dist/native/ControlIcon.js +26 -0
  100. package/dist/native/CopyIcon.d.ts +7 -0
  101. package/dist/native/CopyIcon.js +23 -0
  102. package/dist/native/CrownIcon.d.ts +7 -0
  103. package/dist/native/CrownIcon.js +23 -0
  104. package/dist/native/CubeIcon.d.ts +7 -0
  105. package/dist/native/CubeIcon.js +98 -0
  106. package/dist/native/DashboardIcon.d.ts +7 -0
  107. package/dist/native/DashboardIcon.js +23 -0
  108. package/dist/native/DeleteIcon.d.ts +7 -0
  109. package/dist/native/DeleteIcon.js +23 -0
  110. package/dist/native/DevIcon.d.ts +7 -0
  111. package/dist/native/DevIcon.js +41 -0
  112. package/dist/native/DisconnectIcon.d.ts +7 -0
  113. package/dist/native/DisconnectIcon.js +23 -0
  114. package/dist/native/DockBottomIcon.d.ts +7 -0
  115. package/dist/native/DockBottomIcon.js +39 -0
  116. package/dist/native/DockRightIcon.d.ts +7 -0
  117. package/dist/native/DockRightIcon.js +39 -0
  118. package/dist/native/DollarHexagonIcon.d.ts +7 -0
  119. package/dist/native/DollarHexagonIcon.js +29 -0
  120. package/dist/native/DollarWhiteIcon.d.ts +7 -0
  121. package/dist/native/DollarWhiteIcon.js +38 -0
  122. package/dist/native/DotIcon.d.ts +7 -0
  123. package/dist/native/DotIcon.js +25 -0
  124. package/dist/native/DownArrowIcon.d.ts +7 -0
  125. package/dist/native/DownArrowIcon.js +23 -0
  126. package/dist/native/DownIcon.d.ts +7 -0
  127. package/dist/native/DownIcon.js +23 -0
  128. package/dist/native/DownloadIcon.d.ts +7 -0
  129. package/dist/native/DownloadIcon.js +33 -0
  130. package/dist/native/DraggableIcon.d.ts +7 -0
  131. package/dist/native/DraggableIcon.js +23 -0
  132. package/dist/native/DraggableVIcon.d.ts +7 -0
  133. package/dist/native/DraggableVIcon.js +23 -0
  134. package/dist/native/EarnDollarIcon.d.ts +7 -0
  135. package/dist/native/EarnDollarIcon.js +29 -0
  136. package/dist/native/EditIcon.d.ts +7 -0
  137. package/dist/native/EditIcon.js +29 -0
  138. package/dist/native/EmptyBoxIcon.d.ts +7 -0
  139. package/dist/native/EmptyBoxIcon.js +35 -0
  140. package/dist/native/ExchangeIcon.d.ts +7 -0
  141. package/dist/native/ExchangeIcon.js +23 -0
  142. package/dist/native/ExportIcon.d.ts +7 -0
  143. package/dist/native/ExportIcon.js +33 -0
  144. package/dist/native/ExternalLinkIcon.d.ts +7 -0
  145. package/dist/native/ExternalLinkIcon.js +23 -0
  146. package/dist/native/EyeClosedIcon.d.ts +7 -0
  147. package/dist/native/EyeClosedIcon.js +23 -0
  148. package/dist/native/EyeOpenIcon.d.ts +7 -0
  149. package/dist/native/EyeOpenIcon.js +23 -0
  150. package/dist/native/FastForwardIcon.d.ts +7 -0
  151. package/dist/native/FastForwardIcon.js +41 -0
  152. package/dist/native/Filter2Icon.d.ts +7 -0
  153. package/dist/native/Filter2Icon.js +23 -0
  154. package/dist/native/FilterDeleteIcon.d.ts +7 -0
  155. package/dist/native/FilterDeleteIcon.js +29 -0
  156. package/dist/native/FilterIcon.d.ts +7 -0
  157. package/dist/native/FilterIcon.js +23 -0
  158. package/dist/native/FireIcon.d.ts +7 -0
  159. package/dist/native/FireIcon.js +23 -0
  160. package/dist/native/FlashIcon.d.ts +7 -0
  161. package/dist/native/FlashIcon.js +23 -0
  162. package/dist/native/FloatIcon.d.ts +7 -0
  163. package/dist/native/FloatIcon.js +29 -0
  164. package/dist/native/FolderIcon.d.ts +7 -0
  165. package/dist/native/FolderIcon.js +23 -0
  166. package/dist/native/GasfeeIcon.d.ts +7 -0
  167. package/dist/native/GasfeeIcon.js +37 -0
  168. package/dist/native/GhostIcon.d.ts +7 -0
  169. package/dist/native/GhostIcon.js +105 -0
  170. package/dist/native/HiddenIcon.d.ts +7 -0
  171. package/dist/native/HiddenIcon.js +23 -0
  172. package/dist/native/HistoryIcon.d.ts +7 -0
  173. package/dist/native/HistoryIcon.js +52 -0
  174. package/dist/native/ImportExportIcon.d.ts +7 -0
  175. package/dist/native/ImportExportIcon.js +29 -0
  176. package/dist/native/InsidersIcon.d.ts +7 -0
  177. package/dist/native/InsidersIcon.js +105 -0
  178. package/dist/native/InternetIcon.d.ts +7 -0
  179. package/dist/native/InternetIcon.js +26 -0
  180. package/dist/native/InviteDollarIcon.d.ts +7 -0
  181. package/dist/native/InviteDollarIcon.js +23 -0
  182. package/dist/native/JoinOurCommunityIcon.d.ts +7 -0
  183. package/dist/native/JoinOurCommunityIcon.js +23 -0
  184. package/dist/native/KLineIcon.d.ts +7 -0
  185. package/dist/native/KLineIcon.js +25 -0
  186. package/dist/native/ListSettingIcon.d.ts +7 -0
  187. package/dist/native/ListSettingIcon.js +23 -0
  188. package/dist/native/ListedIcon.d.ts +7 -0
  189. package/dist/native/ListedIcon.js +47 -0
  190. package/dist/native/LockIcon.d.ts +7 -0
  191. package/dist/native/LockIcon.js +23 -0
  192. package/dist/native/LogoDiscordIcon.d.ts +7 -0
  193. package/dist/native/LogoDiscordIcon.js +38 -0
  194. package/dist/native/LogoTelegramIcon.d.ts +7 -0
  195. package/dist/native/LogoTelegramIcon.js +25 -0
  196. package/dist/native/LogoXIcon.d.ts +7 -0
  197. package/dist/native/LogoXIcon.js +38 -0
  198. package/dist/native/MailIcon.d.ts +7 -0
  199. package/dist/native/MailIcon.js +23 -0
  200. package/dist/native/MigratingArrowIcon.d.ts +7 -0
  201. package/dist/native/MigratingArrowIcon.js +25 -0
  202. package/dist/native/MnemonicToggleIcon.d.ts +7 -0
  203. package/dist/native/MnemonicToggleIcon.js +23 -0
  204. package/dist/native/MoreIcon.d.ts +7 -0
  205. package/dist/native/MoreIcon.js +33 -0
  206. package/dist/native/NetworkIcon.d.ts +7 -0
  207. package/dist/native/NetworkIcon.js +23 -0
  208. package/dist/native/NoMintIcon.d.ts +7 -0
  209. package/dist/native/NoMintIcon.js +52 -0
  210. package/dist/native/OrdersIcon.d.ts +7 -0
  211. package/dist/native/OrdersIcon.js +33 -0
  212. package/dist/native/OwlIcon.d.ts +7 -0
  213. package/dist/native/OwlIcon.js +46 -0
  214. package/dist/native/PanelIcon.d.ts +7 -0
  215. package/dist/native/PanelIcon.js +39 -0
  216. package/dist/native/ParticleIcon.d.ts +7 -0
  217. package/dist/native/ParticleIcon.js +47 -0
  218. package/dist/native/PasskeyIcon.d.ts +7 -0
  219. package/dist/native/PasskeyIcon.js +23 -0
  220. package/dist/native/PasteIcon.d.ts +7 -0
  221. package/dist/native/PasteIcon.js +23 -0
  222. package/dist/native/Pause2Icon.d.ts +7 -0
  223. package/dist/native/Pause2Icon.js +45 -0
  224. package/dist/native/PauseIcon.d.ts +7 -0
  225. package/dist/native/PauseIcon.js +23 -0
  226. package/dist/native/Percent_signIcon.d.ts +7 -0
  227. package/dist/native/Percent_signIcon.js +23 -0
  228. package/dist/native/PersonFollowIcon.d.ts +7 -0
  229. package/dist/native/PersonFollowIcon.js +43 -0
  230. package/dist/native/PersonIcon.d.ts +7 -0
  231. package/dist/native/PersonIcon.js +73 -0
  232. package/dist/native/PinIcon.d.ts +7 -0
  233. package/dist/native/PinIcon.js +31 -0
  234. package/dist/native/PinnedIcon.d.ts +7 -0
  235. package/dist/native/PinnedIcon.js +35 -0
  236. package/dist/native/PlayIcon.d.ts +7 -0
  237. package/dist/native/PlayIcon.js +45 -0
  238. package/dist/native/PlusIcon.d.ts +7 -0
  239. package/dist/native/PlusIcon.js +23 -0
  240. package/dist/native/ProTraderIcon.d.ts +7 -0
  241. package/dist/native/ProTraderIcon.js +25 -0
  242. package/dist/native/ProfileUpdateIcon.d.ts +7 -0
  243. package/dist/native/ProfileUpdateIcon.js +29 -0
  244. package/dist/native/PulseIcon.d.ts +7 -0
  245. package/dist/native/PulseIcon.js +23 -0
  246. package/dist/native/QuestionIcon.d.ts +7 -0
  247. package/dist/native/QuestionIcon.js +33 -0
  248. package/dist/native/RadioOffIcon.d.ts +7 -0
  249. package/dist/native/RadioOffIcon.js +24 -0
  250. package/dist/native/RadioOnIcon.d.ts +7 -0
  251. package/dist/native/RadioOnIcon.js +46 -0
  252. package/dist/native/ReTweetIcon.d.ts +7 -0
  253. package/dist/native/ReTweetIcon.js +23 -0
  254. package/dist/native/RedPocketIcon.d.ts +7 -0
  255. package/dist/native/RedPocketIcon.js +26 -0
  256. package/dist/native/Refresh2Icon.d.ts +7 -0
  257. package/dist/native/Refresh2Icon.js +23 -0
  258. package/dist/native/RefreshIcon.d.ts +7 -0
  259. package/dist/native/RefreshIcon.js +23 -0
  260. package/dist/native/RotateRightIcon.d.ts +7 -0
  261. package/dist/native/RotateRightIcon.js +26 -0
  262. package/dist/native/ScaleInIcon.d.ts +7 -0
  263. package/dist/native/ScaleInIcon.js +29 -0
  264. package/dist/native/SearchIcon.d.ts +7 -0
  265. package/dist/native/SearchIcon.js +23 -0
  266. package/dist/native/SecureTips1Icon.d.ts +7 -0
  267. package/dist/native/SecureTips1Icon.js +39 -0
  268. package/dist/native/SecureTips2Icon.d.ts +7 -0
  269. package/dist/native/SecureTips2Icon.js +39 -0
  270. package/dist/native/SecureTips3Icon.d.ts +7 -0
  271. package/dist/native/SecureTips3Icon.js +33 -0
  272. package/dist/native/SettingIcon.d.ts +7 -0
  273. package/dist/native/SettingIcon.js +23 -0
  274. package/dist/native/Settings2Icon.d.ts +7 -0
  275. package/dist/native/Settings2Icon.js +23 -0
  276. package/dist/native/SettingsIcon.d.ts +7 -0
  277. package/dist/native/SettingsIcon.js +23 -0
  278. package/dist/native/ShareIcon.d.ts +7 -0
  279. package/dist/native/ShareIcon.js +23 -0
  280. package/dist/native/ShieldError2Icon.d.ts +7 -0
  281. package/dist/native/ShieldError2Icon.js +23 -0
  282. package/dist/native/ShieldErrorIcon.d.ts +7 -0
  283. package/dist/native/ShieldErrorIcon.js +29 -0
  284. package/dist/native/ShieldIcon.d.ts +7 -0
  285. package/dist/native/ShieldIcon.js +34 -0
  286. package/dist/native/ShieldOffIcon.d.ts +7 -0
  287. package/dist/native/ShieldOffIcon.js +34 -0
  288. package/dist/native/ShieldSuccess2Icon.d.ts +7 -0
  289. package/dist/native/ShieldSuccess2Icon.js +23 -0
  290. package/dist/native/ShieldSuccessIcon.d.ts +7 -0
  291. package/dist/native/ShieldSuccessIcon.js +32 -0
  292. package/dist/native/ShieldWarning2Icon.d.ts +7 -0
  293. package/dist/native/ShieldWarning2Icon.js +23 -0
  294. package/dist/native/ShieldWarningIcon.d.ts +7 -0
  295. package/dist/native/ShieldWarningIcon.js +29 -0
  296. package/dist/native/SmartWalletIcon.d.ts +7 -0
  297. package/dist/native/SmartWalletIcon.js +24 -0
  298. package/dist/native/SniperIcon.d.ts +7 -0
  299. package/dist/native/SniperIcon.js +75 -0
  300. package/dist/native/SnowflakeIcon.d.ts +7 -0
  301. package/dist/native/SnowflakeIcon.js +124 -0
  302. package/dist/native/SortDownIcon.d.ts +7 -0
  303. package/dist/native/SortDownIcon.js +23 -0
  304. package/dist/native/SortFilterIcon.d.ts +7 -0
  305. package/dist/native/SortFilterIcon.js +23 -0
  306. package/dist/native/SortFilterUpIcon.d.ts +7 -0
  307. package/dist/native/SortFilterUpIcon.js +23 -0
  308. package/dist/native/SoundIcon.d.ts +7 -0
  309. package/dist/native/SoundIcon.js +23 -0
  310. package/dist/native/SquarePlusIcon.d.ts +7 -0
  311. package/dist/native/SquarePlusIcon.js +35 -0
  312. package/dist/native/StarIcon.d.ts +7 -0
  313. package/dist/native/StarIcon.js +23 -0
  314. package/dist/native/StarMarkIcon.d.ts +7 -0
  315. package/dist/native/StarMarkIcon.js +29 -0
  316. package/dist/native/StarredIcon.d.ts +7 -0
  317. package/dist/native/StarredIcon.js +23 -0
  318. package/dist/native/StatusFailIcon.d.ts +7 -0
  319. package/dist/native/StatusFailIcon.js +29 -0
  320. package/dist/native/StatusSuccessIcon.d.ts +7 -0
  321. package/dist/native/StatusSuccessIcon.js +29 -0
  322. package/dist/native/SwitchIcon.d.ts +7 -0
  323. package/dist/native/SwitchIcon.js +23 -0
  324. package/dist/native/SwordsIcon.d.ts +7 -0
  325. package/dist/native/SwordsIcon.js +23 -0
  326. package/dist/native/TabbarAccountIcon.d.ts +7 -0
  327. package/dist/native/TabbarAccountIcon.js +33 -0
  328. package/dist/native/TabbarDiscoverIcon.d.ts +7 -0
  329. package/dist/native/TabbarDiscoverIcon.js +29 -0
  330. package/dist/native/TabbarEarnIcon.d.ts +7 -0
  331. package/dist/native/TabbarEarnIcon.js +23 -0
  332. package/dist/native/TabbarHomeIcon.d.ts +7 -0
  333. package/dist/native/TabbarHomeIcon.js +31 -0
  334. package/dist/native/TabbarTradeIcon.d.ts +7 -0
  335. package/dist/native/TabbarTradeIcon.js +46 -0
  336. package/dist/native/TargetIcon.d.ts +7 -0
  337. package/dist/native/TargetIcon.js +75 -0
  338. package/dist/native/TimeEndIcon.d.ts +7 -0
  339. package/dist/native/TimeEndIcon.js +29 -0
  340. package/dist/native/Timer2Icon.d.ts +7 -0
  341. package/dist/native/Timer2Icon.js +23 -0
  342. package/dist/native/TimerIcon.d.ts +7 -0
  343. package/dist/native/TimerIcon.js +45 -0
  344. package/dist/native/TokenShareIcon.d.ts +7 -0
  345. package/dist/native/TokenShareIcon.js +23 -0
  346. package/dist/native/Top10Icon.d.ts +7 -0
  347. package/dist/native/Top10Icon.js +40 -0
  348. package/dist/native/TrackIcon.d.ts +7 -0
  349. package/dist/native/TrackIcon.js +26 -0
  350. package/dist/native/TrackedIcon.d.ts +7 -0
  351. package/dist/native/TrackedIcon.js +23 -0
  352. package/dist/native/TradingViewIcon.d.ts +7 -0
  353. package/dist/native/TradingViewIcon.js +23 -0
  354. package/dist/native/TrendChartIcon.d.ts +7 -0
  355. package/dist/native/TrendChartIcon.js +29 -0
  356. package/dist/native/TriangleDownIcon.d.ts +7 -0
  357. package/dist/native/TriangleDownIcon.js +23 -0
  358. package/dist/native/TriangleUpIcon.d.ts +7 -0
  359. package/dist/native/TriangleUpIcon.js +23 -0
  360. package/dist/native/TweetQuoteIcon.d.ts +7 -0
  361. package/dist/native/TweetQuoteIcon.js +23 -0
  362. package/dist/native/TwitterCommunityIcon.d.ts +7 -0
  363. package/dist/native/TwitterCommunityIcon.js +23 -0
  364. package/dist/native/TwitterTweetIcon.d.ts +7 -0
  365. package/dist/native/TwitterTweetIcon.js +23 -0
  366. package/dist/native/UpArrowIcon.d.ts +7 -0
  367. package/dist/native/UpArrowIcon.js +23 -0
  368. package/dist/native/UpIcon.d.ts +7 -0
  369. package/dist/native/UpIcon.js +23 -0
  370. package/dist/native/UserIcon.d.ts +7 -0
  371. package/dist/native/UserIcon.js +23 -0
  372. package/dist/native/UserLockIcon.d.ts +7 -0
  373. package/dist/native/UserLockIcon.js +23 -0
  374. package/dist/native/UserStarIcon.d.ts +7 -0
  375. package/dist/native/UserStarIcon.js +40 -0
  376. package/dist/native/WalletCreateIcon.d.ts +7 -0
  377. package/dist/native/WalletCreateIcon.js +23 -0
  378. package/dist/native/WalletIcon.d.ts +7 -0
  379. package/dist/native/WalletIcon.js +33 -0
  380. package/dist/native/WalletImportIcon.d.ts +7 -0
  381. package/dist/native/WalletImportIcon.js +30 -0
  382. package/dist/native/WalletPasswordIcon.d.ts +7 -0
  383. package/dist/native/WalletPasswordIcon.js +70 -0
  384. package/dist/native/WalletPinIcon.d.ts +7 -0
  385. package/dist/native/WalletPinIcon.js +31 -0
  386. package/dist/native/WalletReceiveIcon.d.ts +7 -0
  387. package/dist/native/WalletReceiveIcon.js +23 -0
  388. package/dist/native/WalletSendIcon.d.ts +7 -0
  389. package/dist/native/WalletSendIcon.js +23 -0
  390. package/dist/native/WarningIcon.d.ts +7 -0
  391. package/dist/native/WarningIcon.js +23 -0
  392. package/dist/native/WindowIcon.d.ts +7 -0
  393. package/dist/native/WindowIcon.js +23 -0
  394. package/dist/native/WrenchIcon.d.ts +7 -0
  395. package/dist/native/WrenchIcon.js +23 -0
  396. package/dist/native/index.d.ts +196 -0
  397. package/dist/native/index.js +197 -0
  398. package/dist/native/types.d.ts +6 -0
  399. package/dist/native/types.js +0 -0
  400. package/dist/web/AlertOffIcon.d.ts +7 -0
  401. package/dist/web/AlertOffIcon.js +25 -0
  402. package/dist/web/AlertOnIcon.d.ts +7 -0
  403. package/dist/web/AlertOnIcon.js +25 -0
  404. package/dist/web/AllIcon.d.ts +7 -0
  405. package/dist/web/AllIcon.js +22 -0
  406. package/dist/web/Assets2Icon.d.ts +7 -0
  407. package/dist/web/Assets2Icon.js +22 -0
  408. package/dist/web/AssetsIcon.d.ts +7 -0
  409. package/dist/web/AssetsIcon.js +37 -0
  410. package/dist/web/BackupWalletIcon.d.ts +7 -0
  411. package/dist/web/BackupWalletIcon.js +28 -0
  412. package/dist/web/BottleIcon.d.ts +7 -0
  413. package/dist/web/BottleIcon.js +49 -0
  414. package/dist/web/BubbleChainIcon.d.ts +7 -0
  415. package/dist/web/BubbleChainIcon.js +23 -0
  416. package/dist/web/BundlerIcon.d.ts +7 -0
  417. package/dist/web/BundlerIcon.js +97 -0
  418. package/dist/web/BurnIcon.d.ts +7 -0
  419. package/dist/web/BurnIcon.js +28 -0
  420. package/dist/web/CabalLeaderIcon.d.ts +7 -0
  421. package/dist/web/CabalLeaderIcon.js +28 -0
  422. package/dist/web/CabalsIcon.d.ts +7 -0
  423. package/dist/web/CabalsIcon.js +28 -0
  424. package/dist/web/CameraIcon.d.ts +7 -0
  425. package/dist/web/CameraIcon.js +25 -0
  426. package/dist/web/CashAddIcon.d.ts +7 -0
  427. package/dist/web/CashAddIcon.js +22 -0
  428. package/dist/web/CashInIcon.d.ts +7 -0
  429. package/dist/web/CashInIcon.js +23 -0
  430. package/dist/web/ChartCandleIcon.d.ts +7 -0
  431. package/dist/web/ChartCandleIcon.js +38 -0
  432. package/dist/web/ChartLineIcon.d.ts +7 -0
  433. package/dist/web/ChartLineIcon.js +22 -0
  434. package/dist/web/CheckIcon.d.ts +7 -0
  435. package/dist/web/CheckIcon.js +22 -0
  436. package/dist/web/ChevronDownIcon.d.ts +7 -0
  437. package/dist/web/ChevronDownIcon.js +24 -0
  438. package/dist/web/ChevronLeftIcon.d.ts +7 -0
  439. package/dist/web/ChevronLeftIcon.js +24 -0
  440. package/dist/web/ChevronRightIcon.d.ts +7 -0
  441. package/dist/web/ChevronRightIcon.js +24 -0
  442. package/dist/web/ChevronUpIcon.d.ts +7 -0
  443. package/dist/web/ChevronUpIcon.js +24 -0
  444. package/dist/web/ChooseIcon.d.ts +7 -0
  445. package/dist/web/ChooseIcon.js +22 -0
  446. package/dist/web/CircleCheckedIcon.d.ts +7 -0
  447. package/dist/web/CircleCheckedIcon.js +22 -0
  448. package/dist/web/CircleMinusIcon.d.ts +7 -0
  449. package/dist/web/CircleMinusIcon.js +22 -0
  450. package/dist/web/CirclePlusIcon.d.ts +7 -0
  451. package/dist/web/CirclePlusIcon.js +22 -0
  452. package/dist/web/ClearIcon.d.ts +7 -0
  453. package/dist/web/ClearIcon.js +28 -0
  454. package/dist/web/CloseIcon.d.ts +7 -0
  455. package/dist/web/CloseIcon.js +24 -0
  456. package/dist/web/CloudIcon.d.ts +7 -0
  457. package/dist/web/CloudIcon.js +40 -0
  458. package/dist/web/ColorCancelledIcon.d.ts +7 -0
  459. package/dist/web/ColorCancelledIcon.js +24 -0
  460. package/dist/web/ColorErrorIcon.d.ts +7 -0
  461. package/dist/web/ColorErrorIcon.js +16 -0
  462. package/dist/web/ColorEvmIcon.d.ts +7 -0
  463. package/dist/web/ColorEvmIcon.js +74 -0
  464. package/dist/web/ColorFailedIcon.d.ts +7 -0
  465. package/dist/web/ColorFailedIcon.js +29 -0
  466. package/dist/web/ColorFailedLightIcon.d.ts +7 -0
  467. package/dist/web/ColorFailedLightIcon.js +25 -0
  468. package/dist/web/ColorInstagramIcon.d.ts +7 -0
  469. package/dist/web/ColorInstagramIcon.js +117 -0
  470. package/dist/web/ColorLaunchPlatformIcon.d.ts +7 -0
  471. package/dist/web/ColorLaunchPlatformIcon.js +110 -0
  472. package/dist/web/ColorPauseIcon.d.ts +7 -0
  473. package/dist/web/ColorPauseIcon.js +103 -0
  474. package/dist/web/ColorPendingIcon.d.ts +7 -0
  475. package/dist/web/ColorPendingIcon.js +33 -0
  476. package/dist/web/ColorSafeIcon.d.ts +7 -0
  477. package/dist/web/ColorSafeIcon.js +16 -0
  478. package/dist/web/ColorSuccessIcon.d.ts +7 -0
  479. package/dist/web/ColorSuccessIcon.js +29 -0
  480. package/dist/web/ColorSuccessLightIcon.d.ts +7 -0
  481. package/dist/web/ColorSuccessLightIcon.js +29 -0
  482. package/dist/web/ColorTiktokIcon.d.ts +7 -0
  483. package/dist/web/ColorTiktokIcon.js +34 -0
  484. package/dist/web/ColorTwitterTweetIcon.d.ts +7 -0
  485. package/dist/web/ColorTwitterTweetIcon.js +16 -0
  486. package/dist/web/ColorWarningIcon.d.ts +7 -0
  487. package/dist/web/ColorWarningIcon.js +16 -0
  488. package/dist/web/ColorYoutubeIcon.d.ts +7 -0
  489. package/dist/web/ColorYoutubeIcon.js +25 -0
  490. package/dist/web/ConceptIcon.d.ts +7 -0
  491. package/dist/web/ConceptIcon.js +31 -0
  492. package/dist/web/ConnectIcon.d.ts +7 -0
  493. package/dist/web/ConnectIcon.js +22 -0
  494. package/dist/web/ControlIcon.d.ts +7 -0
  495. package/dist/web/ControlIcon.js +25 -0
  496. package/dist/web/CopyIcon.d.ts +7 -0
  497. package/dist/web/CopyIcon.js +22 -0
  498. package/dist/web/CrownIcon.d.ts +7 -0
  499. package/dist/web/CrownIcon.js +22 -0
  500. package/dist/web/CubeIcon.d.ts +7 -0
  501. package/dist/web/CubeIcon.js +97 -0
  502. package/dist/web/DashboardIcon.d.ts +7 -0
  503. package/dist/web/DashboardIcon.js +22 -0
  504. package/dist/web/DeleteIcon.d.ts +7 -0
  505. package/dist/web/DeleteIcon.js +22 -0
  506. package/dist/web/DevIcon.d.ts +7 -0
  507. package/dist/web/DevIcon.js +40 -0
  508. package/dist/web/DisconnectIcon.d.ts +7 -0
  509. package/dist/web/DisconnectIcon.js +22 -0
  510. package/dist/web/DockBottomIcon.d.ts +7 -0
  511. package/dist/web/DockBottomIcon.js +38 -0
  512. package/dist/web/DockRightIcon.d.ts +7 -0
  513. package/dist/web/DockRightIcon.js +38 -0
  514. package/dist/web/DollarHexagonIcon.d.ts +7 -0
  515. package/dist/web/DollarHexagonIcon.js +28 -0
  516. package/dist/web/DollarWhiteIcon.d.ts +7 -0
  517. package/dist/web/DollarWhiteIcon.js +37 -0
  518. package/dist/web/DotIcon.d.ts +7 -0
  519. package/dist/web/DotIcon.js +24 -0
  520. package/dist/web/DownArrowIcon.d.ts +7 -0
  521. package/dist/web/DownArrowIcon.js +22 -0
  522. package/dist/web/DownIcon.d.ts +7 -0
  523. package/dist/web/DownIcon.js +22 -0
  524. package/dist/web/DownloadIcon.d.ts +7 -0
  525. package/dist/web/DownloadIcon.js +32 -0
  526. package/dist/web/DraggableIcon.d.ts +7 -0
  527. package/dist/web/DraggableIcon.js +22 -0
  528. package/dist/web/DraggableVIcon.d.ts +7 -0
  529. package/dist/web/DraggableVIcon.js +22 -0
  530. package/dist/web/EarnDollarIcon.d.ts +7 -0
  531. package/dist/web/EarnDollarIcon.js +28 -0
  532. package/dist/web/EditIcon.d.ts +7 -0
  533. package/dist/web/EditIcon.js +28 -0
  534. package/dist/web/EmptyBoxIcon.d.ts +7 -0
  535. package/dist/web/EmptyBoxIcon.js +34 -0
  536. package/dist/web/ExchangeIcon.d.ts +7 -0
  537. package/dist/web/ExchangeIcon.js +22 -0
  538. package/dist/web/ExportIcon.d.ts +7 -0
  539. package/dist/web/ExportIcon.js +32 -0
  540. package/dist/web/ExternalLinkIcon.d.ts +7 -0
  541. package/dist/web/ExternalLinkIcon.js +22 -0
  542. package/dist/web/EyeClosedIcon.d.ts +7 -0
  543. package/dist/web/EyeClosedIcon.js +22 -0
  544. package/dist/web/EyeOpenIcon.d.ts +7 -0
  545. package/dist/web/EyeOpenIcon.js +22 -0
  546. package/dist/web/FastForwardIcon.d.ts +7 -0
  547. package/dist/web/FastForwardIcon.js +40 -0
  548. package/dist/web/Filter2Icon.d.ts +7 -0
  549. package/dist/web/Filter2Icon.js +22 -0
  550. package/dist/web/FilterDeleteIcon.d.ts +7 -0
  551. package/dist/web/FilterDeleteIcon.js +28 -0
  552. package/dist/web/FilterIcon.d.ts +7 -0
  553. package/dist/web/FilterIcon.js +22 -0
  554. package/dist/web/FireIcon.d.ts +7 -0
  555. package/dist/web/FireIcon.js +22 -0
  556. package/dist/web/FlashIcon.d.ts +7 -0
  557. package/dist/web/FlashIcon.js +22 -0
  558. package/dist/web/FloatIcon.d.ts +7 -0
  559. package/dist/web/FloatIcon.js +28 -0
  560. package/dist/web/FolderIcon.d.ts +7 -0
  561. package/dist/web/FolderIcon.js +22 -0
  562. package/dist/web/GasfeeIcon.d.ts +7 -0
  563. package/dist/web/GasfeeIcon.js +36 -0
  564. package/dist/web/GhostIcon.d.ts +7 -0
  565. package/dist/web/GhostIcon.js +104 -0
  566. package/dist/web/HiddenIcon.d.ts +7 -0
  567. package/dist/web/HiddenIcon.js +22 -0
  568. package/dist/web/HistoryIcon.d.ts +7 -0
  569. package/dist/web/HistoryIcon.js +51 -0
  570. package/dist/web/ImportExportIcon.d.ts +7 -0
  571. package/dist/web/ImportExportIcon.js +28 -0
  572. package/dist/web/InsidersIcon.d.ts +7 -0
  573. package/dist/web/InsidersIcon.js +104 -0
  574. package/dist/web/InternetIcon.d.ts +7 -0
  575. package/dist/web/InternetIcon.js +25 -0
  576. package/dist/web/InviteDollarIcon.d.ts +7 -0
  577. package/dist/web/InviteDollarIcon.js +22 -0
  578. package/dist/web/JoinOurCommunityIcon.d.ts +7 -0
  579. package/dist/web/JoinOurCommunityIcon.js +22 -0
  580. package/dist/web/KLineIcon.d.ts +7 -0
  581. package/dist/web/KLineIcon.js +24 -0
  582. package/dist/web/ListSettingIcon.d.ts +7 -0
  583. package/dist/web/ListSettingIcon.js +22 -0
  584. package/dist/web/ListedIcon.d.ts +7 -0
  585. package/dist/web/ListedIcon.js +48 -0
  586. package/dist/web/LockIcon.d.ts +7 -0
  587. package/dist/web/LockIcon.js +22 -0
  588. package/dist/web/LogoDiscordIcon.d.ts +7 -0
  589. package/dist/web/LogoDiscordIcon.js +37 -0
  590. package/dist/web/LogoTelegramIcon.d.ts +7 -0
  591. package/dist/web/LogoTelegramIcon.js +24 -0
  592. package/dist/web/LogoXIcon.d.ts +7 -0
  593. package/dist/web/LogoXIcon.js +37 -0
  594. package/dist/web/MailIcon.d.ts +7 -0
  595. package/dist/web/MailIcon.js +22 -0
  596. package/dist/web/MigratingArrowIcon.d.ts +7 -0
  597. package/dist/web/MigratingArrowIcon.js +24 -0
  598. package/dist/web/MnemonicToggleIcon.d.ts +7 -0
  599. package/dist/web/MnemonicToggleIcon.js +22 -0
  600. package/dist/web/MoreIcon.d.ts +7 -0
  601. package/dist/web/MoreIcon.js +32 -0
  602. package/dist/web/NetworkIcon.d.ts +7 -0
  603. package/dist/web/NetworkIcon.js +22 -0
  604. package/dist/web/NoMintIcon.d.ts +7 -0
  605. package/dist/web/NoMintIcon.js +51 -0
  606. package/dist/web/OrdersIcon.d.ts +7 -0
  607. package/dist/web/OrdersIcon.js +32 -0
  608. package/dist/web/OwlIcon.d.ts +7 -0
  609. package/dist/web/OwlIcon.js +47 -0
  610. package/dist/web/PanelIcon.d.ts +7 -0
  611. package/dist/web/PanelIcon.js +38 -0
  612. package/dist/web/ParticleIcon.d.ts +7 -0
  613. package/dist/web/ParticleIcon.js +46 -0
  614. package/dist/web/PasskeyIcon.d.ts +7 -0
  615. package/dist/web/PasskeyIcon.js +22 -0
  616. package/dist/web/PasteIcon.d.ts +7 -0
  617. package/dist/web/PasteIcon.js +22 -0
  618. package/dist/web/Pause2Icon.d.ts +7 -0
  619. package/dist/web/Pause2Icon.js +109 -0
  620. package/dist/web/PauseIcon.d.ts +7 -0
  621. package/dist/web/PauseIcon.js +22 -0
  622. package/dist/web/Percent_signIcon.d.ts +7 -0
  623. package/dist/web/Percent_signIcon.js +22 -0
  624. package/dist/web/PersonFollowIcon.d.ts +7 -0
  625. package/dist/web/PersonFollowIcon.js +42 -0
  626. package/dist/web/PersonIcon.d.ts +7 -0
  627. package/dist/web/PersonIcon.js +72 -0
  628. package/dist/web/PinIcon.d.ts +7 -0
  629. package/dist/web/PinIcon.js +30 -0
  630. package/dist/web/PinnedIcon.d.ts +7 -0
  631. package/dist/web/PinnedIcon.js +34 -0
  632. package/dist/web/PlayIcon.d.ts +7 -0
  633. package/dist/web/PlayIcon.js +109 -0
  634. package/dist/web/PlusIcon.d.ts +7 -0
  635. package/dist/web/PlusIcon.js +22 -0
  636. package/dist/web/ProTraderIcon.d.ts +7 -0
  637. package/dist/web/ProTraderIcon.js +24 -0
  638. package/dist/web/ProfileUpdateIcon.d.ts +7 -0
  639. package/dist/web/ProfileUpdateIcon.js +28 -0
  640. package/dist/web/PulseIcon.d.ts +7 -0
  641. package/dist/web/PulseIcon.js +22 -0
  642. package/dist/web/QuestionIcon.d.ts +7 -0
  643. package/dist/web/QuestionIcon.js +32 -0
  644. package/dist/web/RadioOffIcon.d.ts +7 -0
  645. package/dist/web/RadioOffIcon.js +23 -0
  646. package/dist/web/RadioOnIcon.d.ts +7 -0
  647. package/dist/web/RadioOnIcon.js +45 -0
  648. package/dist/web/ReTweetIcon.d.ts +7 -0
  649. package/dist/web/ReTweetIcon.js +22 -0
  650. package/dist/web/RedPocketIcon.d.ts +7 -0
  651. package/dist/web/RedPocketIcon.js +25 -0
  652. package/dist/web/Refresh2Icon.d.ts +7 -0
  653. package/dist/web/Refresh2Icon.js +22 -0
  654. package/dist/web/RefreshIcon.d.ts +7 -0
  655. package/dist/web/RefreshIcon.js +22 -0
  656. package/dist/web/RotateRightIcon.d.ts +7 -0
  657. package/dist/web/RotateRightIcon.js +25 -0
  658. package/dist/web/ScaleInIcon.d.ts +7 -0
  659. package/dist/web/ScaleInIcon.js +28 -0
  660. package/dist/web/SearchIcon.d.ts +7 -0
  661. package/dist/web/SearchIcon.js +22 -0
  662. package/dist/web/SecureTips1Icon.d.ts +7 -0
  663. package/dist/web/SecureTips1Icon.js +38 -0
  664. package/dist/web/SecureTips2Icon.d.ts +7 -0
  665. package/dist/web/SecureTips2Icon.js +38 -0
  666. package/dist/web/SecureTips3Icon.d.ts +7 -0
  667. package/dist/web/SecureTips3Icon.js +32 -0
  668. package/dist/web/SettingIcon.d.ts +7 -0
  669. package/dist/web/SettingIcon.js +22 -0
  670. package/dist/web/Settings2Icon.d.ts +7 -0
  671. package/dist/web/Settings2Icon.js +22 -0
  672. package/dist/web/SettingsIcon.d.ts +7 -0
  673. package/dist/web/SettingsIcon.js +22 -0
  674. package/dist/web/ShareIcon.d.ts +7 -0
  675. package/dist/web/ShareIcon.js +22 -0
  676. package/dist/web/ShieldError2Icon.d.ts +7 -0
  677. package/dist/web/ShieldError2Icon.js +22 -0
  678. package/dist/web/ShieldErrorIcon.d.ts +7 -0
  679. package/dist/web/ShieldErrorIcon.js +28 -0
  680. package/dist/web/ShieldIcon.d.ts +7 -0
  681. package/dist/web/ShieldIcon.js +33 -0
  682. package/dist/web/ShieldOffIcon.d.ts +7 -0
  683. package/dist/web/ShieldOffIcon.js +33 -0
  684. package/dist/web/ShieldSuccess2Icon.d.ts +7 -0
  685. package/dist/web/ShieldSuccess2Icon.js +22 -0
  686. package/dist/web/ShieldSuccessIcon.d.ts +7 -0
  687. package/dist/web/ShieldSuccessIcon.js +31 -0
  688. package/dist/web/ShieldWarning2Icon.d.ts +7 -0
  689. package/dist/web/ShieldWarning2Icon.js +22 -0
  690. package/dist/web/ShieldWarningIcon.d.ts +7 -0
  691. package/dist/web/ShieldWarningIcon.js +28 -0
  692. package/dist/web/SmartWalletIcon.d.ts +7 -0
  693. package/dist/web/SmartWalletIcon.js +23 -0
  694. package/dist/web/SniperIcon.d.ts +7 -0
  695. package/dist/web/SniperIcon.js +74 -0
  696. package/dist/web/SnowflakeIcon.d.ts +7 -0
  697. package/dist/web/SnowflakeIcon.js +123 -0
  698. package/dist/web/SortDownIcon.d.ts +7 -0
  699. package/dist/web/SortDownIcon.js +22 -0
  700. package/dist/web/SortFilterIcon.d.ts +7 -0
  701. package/dist/web/SortFilterIcon.js +22 -0
  702. package/dist/web/SortFilterUpIcon.d.ts +7 -0
  703. package/dist/web/SortFilterUpIcon.js +22 -0
  704. package/dist/web/SoundIcon.d.ts +7 -0
  705. package/dist/web/SoundIcon.js +22 -0
  706. package/dist/web/SquarePlusIcon.d.ts +7 -0
  707. package/dist/web/SquarePlusIcon.js +34 -0
  708. package/dist/web/StarIcon.d.ts +7 -0
  709. package/dist/web/StarIcon.js +22 -0
  710. package/dist/web/StarMarkIcon.d.ts +7 -0
  711. package/dist/web/StarMarkIcon.js +28 -0
  712. package/dist/web/StarredIcon.d.ts +7 -0
  713. package/dist/web/StarredIcon.js +22 -0
  714. package/dist/web/StatusFailIcon.d.ts +7 -0
  715. package/dist/web/StatusFailIcon.js +28 -0
  716. package/dist/web/StatusSuccessIcon.d.ts +7 -0
  717. package/dist/web/StatusSuccessIcon.js +28 -0
  718. package/dist/web/SwitchIcon.d.ts +7 -0
  719. package/dist/web/SwitchIcon.js +22 -0
  720. package/dist/web/SwordsIcon.d.ts +7 -0
  721. package/dist/web/SwordsIcon.js +22 -0
  722. package/dist/web/TabbarAccountIcon.d.ts +7 -0
  723. package/dist/web/TabbarAccountIcon.js +32 -0
  724. package/dist/web/TabbarDiscoverIcon.d.ts +7 -0
  725. package/dist/web/TabbarDiscoverIcon.js +28 -0
  726. package/dist/web/TabbarEarnIcon.d.ts +7 -0
  727. package/dist/web/TabbarEarnIcon.js +22 -0
  728. package/dist/web/TabbarHomeIcon.d.ts +7 -0
  729. package/dist/web/TabbarHomeIcon.js +30 -0
  730. package/dist/web/TabbarTradeIcon.d.ts +7 -0
  731. package/dist/web/TabbarTradeIcon.js +45 -0
  732. package/dist/web/TargetIcon.d.ts +7 -0
  733. package/dist/web/TargetIcon.js +74 -0
  734. package/dist/web/TimeEndIcon.d.ts +7 -0
  735. package/dist/web/TimeEndIcon.js +28 -0
  736. package/dist/web/Timer2Icon.d.ts +7 -0
  737. package/dist/web/Timer2Icon.js +22 -0
  738. package/dist/web/TimerIcon.d.ts +7 -0
  739. package/dist/web/TimerIcon.js +44 -0
  740. package/dist/web/TokenShareIcon.d.ts +7 -0
  741. package/dist/web/TokenShareIcon.js +22 -0
  742. package/dist/web/Top10Icon.d.ts +7 -0
  743. package/dist/web/Top10Icon.js +39 -0
  744. package/dist/web/TrackIcon.d.ts +7 -0
  745. package/dist/web/TrackIcon.js +25 -0
  746. package/dist/web/TrackedIcon.d.ts +7 -0
  747. package/dist/web/TrackedIcon.js +22 -0
  748. package/dist/web/TradingViewIcon.d.ts +7 -0
  749. package/dist/web/TradingViewIcon.js +22 -0
  750. package/dist/web/TrendChartIcon.d.ts +7 -0
  751. package/dist/web/TrendChartIcon.js +28 -0
  752. package/dist/web/TriangleDownIcon.d.ts +7 -0
  753. package/dist/web/TriangleDownIcon.js +22 -0
  754. package/dist/web/TriangleUpIcon.d.ts +7 -0
  755. package/dist/web/TriangleUpIcon.js +22 -0
  756. package/dist/web/TweetQuoteIcon.d.ts +7 -0
  757. package/dist/web/TweetQuoteIcon.js +22 -0
  758. package/dist/web/TwitterCommunityIcon.d.ts +7 -0
  759. package/dist/web/TwitterCommunityIcon.js +22 -0
  760. package/dist/web/TwitterTweetIcon.d.ts +7 -0
  761. package/dist/web/TwitterTweetIcon.js +22 -0
  762. package/dist/web/UpArrowIcon.d.ts +7 -0
  763. package/dist/web/UpArrowIcon.js +22 -0
  764. package/dist/web/UpIcon.d.ts +7 -0
  765. package/dist/web/UpIcon.js +22 -0
  766. package/dist/web/UserIcon.d.ts +7 -0
  767. package/dist/web/UserIcon.js +22 -0
  768. package/dist/web/UserLockIcon.d.ts +7 -0
  769. package/dist/web/UserLockIcon.js +22 -0
  770. package/dist/web/UserStarIcon.d.ts +7 -0
  771. package/dist/web/UserStarIcon.js +39 -0
  772. package/dist/web/WalletCreateIcon.d.ts +7 -0
  773. package/dist/web/WalletCreateIcon.js +22 -0
  774. package/dist/web/WalletIcon.d.ts +7 -0
  775. package/dist/web/WalletIcon.js +32 -0
  776. package/dist/web/WalletImportIcon.d.ts +7 -0
  777. package/dist/web/WalletImportIcon.js +29 -0
  778. package/dist/web/WalletPasswordIcon.d.ts +7 -0
  779. package/dist/web/WalletPasswordIcon.js +69 -0
  780. package/dist/web/WalletPinIcon.d.ts +7 -0
  781. package/dist/web/WalletPinIcon.js +30 -0
  782. package/dist/web/WalletReceiveIcon.d.ts +7 -0
  783. package/dist/web/WalletReceiveIcon.js +22 -0
  784. package/dist/web/WalletSendIcon.d.ts +7 -0
  785. package/dist/web/WalletSendIcon.js +22 -0
  786. package/dist/web/WarningIcon.d.ts +7 -0
  787. package/dist/web/WarningIcon.js +22 -0
  788. package/dist/web/WindowIcon.d.ts +7 -0
  789. package/dist/web/WindowIcon.js +22 -0
  790. package/dist/web/WrenchIcon.d.ts +7 -0
  791. package/dist/web/WrenchIcon.js +22 -0
  792. package/dist/web/index.d.ts +196 -0
  793. package/dist/web/index.js +197 -0
  794. package/dist/web/types.d.ts +6 -0
  795. package/dist/web/types.js +0 -0
  796. package/package.json +4 -1
  797. package/.turbo/turbo-build.log +0 -1024
  798. package/.turbo/turbo-lint.log +0 -4
  799. package/.turbo/turbo-type-check.log +0 -4
  800. package/CHANGELOG.md +0 -17
  801. package/eslint.config.js +0 -15
  802. package/rslib.config.ts +0 -21
  803. package/scripts/generate-icons.ts +0 -231
  804. package/scripts/templates.ts +0 -117
  805. package/scripts/utils.ts +0 -5
  806. package/src/core/index.tsx +0 -41
  807. package/svg/Internet.svg +0 -3
  808. package/svg/alert-off.svg +0 -3
  809. package/svg/alert-on.svg +0 -3
  810. package/svg/all.svg +0 -3
  811. package/svg/assets-2.svg +0 -3
  812. package/svg/assets.svg +0 -10
  813. package/svg/backup-wallet.svg +0 -4
  814. package/svg/bottle.svg +0 -9
  815. package/svg/bubble-chain.svg +0 -3
  816. package/svg/bundler.svg +0 -21
  817. package/svg/burn.svg +0 -4
  818. package/svg/cabal-leader.svg +0 -4
  819. package/svg/cabals.svg +0 -4
  820. package/svg/camera.svg +0 -3
  821. package/svg/cash-add.svg +0 -3
  822. package/svg/cash-in.svg +0 -3
  823. package/svg/chart-candle.svg +0 -10
  824. package/svg/chart-line.svg +0 -3
  825. package/svg/check.svg +0 -3
  826. package/svg/chevron-down.svg +0 -3
  827. package/svg/chevron-left.svg +0 -3
  828. package/svg/chevron-right.svg +0 -3
  829. package/svg/chevron-up.svg +0 -3
  830. package/svg/choose.svg +0 -3
  831. package/svg/circle-checked.svg +0 -3
  832. package/svg/circle-minus.svg +0 -3
  833. package/svg/circle-plus.svg +0 -3
  834. package/svg/clear.svg +0 -4
  835. package/svg/close.svg +0 -3
  836. package/svg/cloud.svg +0 -10
  837. package/svg/color-cancelled.svg +0 -7
  838. package/svg/color-error.svg +0 -3
  839. package/svg/color-evm.svg +0 -18
  840. package/svg/color-failed-light.svg +0 -4
  841. package/svg/color-failed.svg +0 -10
  842. package/svg/color-instagram.svg +0 -28
  843. package/svg/color-launch-platform.svg +0 -26
  844. package/svg/color-pause.svg +0 -19
  845. package/svg/color-pending.svg +0 -15
  846. package/svg/color-safe.svg +0 -3
  847. package/svg/color-success-light.svg +0 -5
  848. package/svg/color-success.svg +0 -5
  849. package/svg/color-tiktok.svg +0 -7
  850. package/svg/color-twitter-tweet.svg +0 -3
  851. package/svg/color-warning.svg +0 -3
  852. package/svg/color-youtube.svg +0 -4
  853. package/svg/concept.svg +0 -4
  854. package/svg/connect.svg +0 -3
  855. package/svg/control.svg +0 -3
  856. package/svg/copy.svg +0 -3
  857. package/svg/crown.svg +0 -3
  858. package/svg/cube.svg +0 -21
  859. package/svg/dashboard.svg +0 -3
  860. package/svg/delete.svg +0 -3
  861. package/svg/dev.svg +0 -10
  862. package/svg/disconnect.svg +0 -3
  863. package/svg/dockBottom.svg +0 -10
  864. package/svg/dockRight.svg +0 -10
  865. package/svg/dollar-hexagon.svg +0 -4
  866. package/svg/dollar-white.svg +0 -10
  867. package/svg/dot.svg +0 -3
  868. package/svg/down-arrow.svg +0 -3
  869. package/svg/down.svg +0 -3
  870. package/svg/download.svg +0 -5
  871. package/svg/draggable.svg +0 -3
  872. package/svg/draggableV.svg +0 -3
  873. package/svg/earn-dollar.svg +0 -4
  874. package/svg/edit.svg +0 -4
  875. package/svg/empty-box.svg +0 -5
  876. package/svg/exchange.svg +0 -3
  877. package/svg/export.svg +0 -5
  878. package/svg/external-link.svg +0 -3
  879. package/svg/eye-closed.svg +0 -3
  880. package/svg/eye-open.svg +0 -3
  881. package/svg/fast-forward.svg +0 -5
  882. package/svg/filter-2.svg +0 -3
  883. package/svg/filter.svg +0 -3
  884. package/svg/filterDelete.svg +0 -4
  885. package/svg/fire.svg +0 -3
  886. package/svg/flash.svg +0 -3
  887. package/svg/float.svg +0 -4
  888. package/svg/folder.svg +0 -3
  889. package/svg/gasfee.svg +0 -6
  890. package/svg/ghost.svg +0 -26
  891. package/svg/hidden.svg +0 -3
  892. package/svg/history.svg +0 -8
  893. package/svg/import-export.svg +0 -4
  894. package/svg/insiders.svg +0 -26
  895. package/svg/invite-dollar.svg +0 -3
  896. package/svg/join-our-community.svg +0 -3
  897. package/svg/k-line.svg +0 -3
  898. package/svg/list-setting.svg +0 -3
  899. package/svg/listed.svg +0 -9
  900. package/svg/lock.svg +0 -3
  901. package/svg/logo-discord.svg +0 -10
  902. package/svg/logo-telegram.svg +0 -3
  903. package/svg/logo-x.svg +0 -10
  904. package/svg/mail.svg +0 -3
  905. package/svg/migrating-arrow.svg +0 -3
  906. package/svg/mnemonic-toggle.svg +0 -3
  907. package/svg/more.svg +0 -5
  908. package/svg/network.svg +0 -3
  909. package/svg/no-mint.svg +0 -11
  910. package/svg/orders.svg +0 -4
  911. package/svg/owl.svg +0 -9
  912. package/svg/panel.svg +0 -10
  913. package/svg/particle.svg +0 -6
  914. package/svg/passkey.svg +0 -3
  915. package/svg/paste.svg +0 -3
  916. package/svg/pause.svg +0 -3
  917. package/svg/pause2.svg +0 -19
  918. package/svg/percent_sign.svg +0 -3
  919. package/svg/person-follow.svg +0 -6
  920. package/svg/person.svg +0 -17
  921. package/svg/pin.svg +0 -4
  922. package/svg/pinned.svg +0 -5
  923. package/svg/play.svg +0 -19
  924. package/svg/plus.svg +0 -3
  925. package/svg/pro-trader.svg +0 -3
  926. package/svg/profile-update.svg +0 -4
  927. package/svg/pulse.svg +0 -3
  928. package/svg/question.svg +0 -4
  929. package/svg/radio-off.svg +0 -3
  930. package/svg/radio-on.svg +0 -11
  931. package/svg/re-tweet.svg +0 -3
  932. package/svg/red-pocket.svg +0 -3
  933. package/svg/refresh.svg +0 -3
  934. package/svg/refresh2.svg +0 -3
  935. package/svg/rotate-right.svg +0 -3
  936. package/svg/scale-in.svg +0 -4
  937. package/svg/search.svg +0 -3
  938. package/svg/secure-tips1.svg +0 -10
  939. package/svg/secure-tips2.svg +0 -10
  940. package/svg/secure-tips3.svg +0 -5
  941. package/svg/setting.svg +0 -3
  942. package/svg/settings-2.svg +0 -3
  943. package/svg/settings.svg +0 -5
  944. package/svg/share.svg +0 -3
  945. package/svg/shield-error-2.svg +0 -3
  946. package/svg/shield-error.svg +0 -4
  947. package/svg/shield-off.svg +0 -4
  948. package/svg/shield-success-2.svg +0 -3
  949. package/svg/shield-success.svg +0 -4
  950. package/svg/shield-warning-2.svg +0 -3
  951. package/svg/shield-warning.svg +0 -4
  952. package/svg/shield.svg +0 -4
  953. package/svg/smart-wallet.svg +0 -3
  954. package/svg/sniper.svg +0 -15
  955. package/svg/snowflake.svg +0 -19
  956. package/svg/sort-down.svg +0 -3
  957. package/svg/sort-filter-up.svg +0 -3
  958. package/svg/sort-filter.svg +0 -3
  959. package/svg/sound.svg +0 -3
  960. package/svg/square-plus.svg +0 -4
  961. package/svg/star-mark.svg +0 -4
  962. package/svg/star.svg +0 -3
  963. package/svg/starred.svg +0 -3
  964. package/svg/status-fail.svg +0 -4
  965. package/svg/status-success.svg +0 -4
  966. package/svg/switch.svg +0 -3
  967. package/svg/swords.svg +0 -3
  968. package/svg/tabbar-account.svg +0 -4
  969. package/svg/tabbar-discover.svg +0 -4
  970. package/svg/tabbar-earn.svg +0 -3
  971. package/svg/tabbar-home.svg +0 -3
  972. package/svg/tabbar-trade.svg +0 -5
  973. package/svg/target.svg +0 -15
  974. package/svg/time-end.svg +0 -4
  975. package/svg/timer.svg +0 -11
  976. package/svg/timer2.svg +0 -3
  977. package/svg/token-share.svg +0 -3
  978. package/svg/top10.svg +0 -5
  979. package/svg/track.svg +0 -3
  980. package/svg/tracked.svg +0 -3
  981. package/svg/trading-view.svg +0 -3
  982. package/svg/trend-chart.svg +0 -4
  983. package/svg/triangle-down.svg +0 -6
  984. package/svg/triangle-up.svg +0 -3
  985. package/svg/tweet-quote.svg +0 -3
  986. package/svg/twitter-community.svg +0 -3
  987. package/svg/twitter-tweet.svg +0 -3
  988. package/svg/up-arrow.svg +0 -3
  989. package/svg/up.svg +0 -3
  990. package/svg/user-lock.svg +0 -3
  991. package/svg/user-star.svg +0 -5
  992. package/svg/user.svg +0 -3
  993. package/svg/wallet-create.svg +0 -3
  994. package/svg/wallet-import.svg +0 -4
  995. package/svg/wallet-password.svg +0 -11
  996. package/svg/wallet-pin.svg +0 -4
  997. package/svg/wallet-receive.svg +0 -3
  998. package/svg/wallet-send.svg +0 -3
  999. package/svg/wallet.svg +0 -5
  1000. package/svg/warning.svg +0 -6
  1001. package/svg/window.svg +0 -3
  1002. package/svg/wrench.svg +0 -3
  1003. package/tsconfig.base.json +0 -14
  1004. package/tsconfig.eslint.json +0 -4
  1005. package/tsconfig.json +0 -4
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const ProfileUpdateIcon_ProfileUpdateIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 16 16",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(Path, {
17
+ d: "M4.89702 11.728H2.50697C2.37253 11.728 2.2436 11.6729 2.14854 11.5749C2.05348 11.4769 2.00008 11.344 2.00008 11.2054V8.90529C2.00008 8.83619 2.01337 8.76779 2.03919 8.70403C2.06501 8.64026 2.10284 8.58242 2.15049 8.53382L8.4035 2.15198C8.49847 2.05464 8.62696 2 8.76089 2C8.89482 2 9.0233 2.05464 9.11828 2.15198L11.4248 4.517C11.4721 4.56561 11.5097 4.62337 11.5353 4.68697C11.5609 4.75058 11.5741 4.81877 11.5741 4.88765C11.5741 4.95652 11.5609 5.02472 11.5353 5.08832C11.5097 5.15193 11.4721 5.20969 11.4248 5.2583L5.25437 11.5762C5.15937 11.6734 5.03091 11.728 4.89702 11.728ZM3.0141 10.6829H4.68803L10.3481 4.88822L8.75959 3.25994L3.0141 9.12341V10.6829ZM13.4643 14.0013H2.53697C2.24042 14.0013 2 13.7674 2 13.4788C2 13.1902 2.24042 12.9563 2.53697 12.9563H13.4644C13.7609 12.9563 14.0013 13.1902 14.0013 13.4788C14.0013 13.7674 13.7608 14.0013 13.4643 14.0013Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M6.66602 11.4571L7.48104 10.666L9.70257 12.9553L8.88754 13.7461L6.66602 11.4571Z",
22
+ fill: fill
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ ProfileUpdateIcon_ProfileUpdateIcon.displayName = 'ProfileUpdateIcon|profile-update';
28
+ const ProfileUpdateIcon = ProfileUpdateIcon_ProfileUpdateIcon;
29
+ export { ProfileUpdateIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const PulseIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default PulseIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const PulseIcon_PulseIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 12 12",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M5.749 11.5C5.37613 11.5 5.00382 11.4621 4.64084 11.3884C4.28557 11.3152 3.938 11.2074 3.60749 11.0672C3.28356 10.9302 2.96899 10.7598 2.67312 10.5601C2.38329 10.3644 2.10887 10.1389 1.85919 9.88919C1.67495 9.70495 1.67495 9.40688 1.85919 9.22266C2.04287 9.03842 2.34094 9.03842 2.52572 9.2221C2.73239 9.42871 2.95836 9.61508 3.20052 9.77865C3.4458 9.94419 3.70647 10.0861 3.97486 10.1994C4.25068 10.3158 4.5373 10.4048 4.83058 10.465C5.43113 10.5876 6.06632 10.5876 6.66797 10.465C6.9622 10.4045 7.24982 10.3154 7.52314 10.1999C7.79152 10.0866 8.05165 9.94473 8.29637 9.7792C8.53726 9.61697 8.76437 9.42944 8.97171 9.22266C9.17904 9.01532 9.36658 8.78819 9.52772 8.54842C9.69324 8.30313 9.83459 8.043 9.94843 7.77407C10.0639 7.50185 10.153 7.21423 10.2141 6.91891C10.2751 6.61973 10.3059 6.31066 10.3059 6.00049C10.3059 5.69031 10.2745 5.38125 10.2141 5.08151C10.1525 4.78618 10.0639 4.49857 9.94843 4.22689C9.83514 3.95796 9.6938 3.69729 9.52772 3.45201C9.36603 3.21223 9.17906 2.9851 8.97117 2.77721C8.76548 2.57154 8.53835 2.38455 8.29637 2.22122C8.0528 2.05636 7.79385 1.91547 7.52314 1.8005C7.24871 1.68501 6.96109 1.59537 6.66742 1.53542C6.06962 1.41279 5.42948 1.41279 4.83003 1.53542C4.53746 1.59482 4.24928 1.68446 3.97486 1.8005C3.70538 1.91434 3.44525 2.05568 3.20162 2.22066C2.95964 2.384 2.73251 2.57098 2.52628 2.77721C2.3206 2.98345 2.13361 3.21057 1.96973 3.45201C1.80474 3.69673 1.66341 3.95685 1.55012 4.22524C1.43352 4.50022 1.34443 4.78839 1.28395 5.08151C1.22895 5.35208 1.19814 5.63092 1.19264 5.91139H2.64893L3.87753 2.66613C3.95012 2.47034 4.1492 2.3477 4.35268 2.36201C4.56056 2.3774 4.73379 2.52809 4.7789 2.73212L5.82821 7.56785L7.11234 4.37812C7.17999 4.20874 7.34002 4.0938 7.52206 4.08335C7.70244 4.07236 7.87622 4.16804 7.96367 4.32808L8.82928 5.91689L9.53708 5.91084H9.54092C9.7994 5.91084 10.01 6.11928 10.0122 6.3783C10.0144 6.63843 9.80546 6.85181 9.54423 6.85346L8.5543 6.86171H8.55046C8.37778 6.86171 8.21884 6.76767 8.13689 6.61643L7.61335 5.65676L6.12958 9.3431C6.05258 9.53502 5.86614 9.65161 5.65277 9.63732C5.44653 9.61972 5.27605 9.46958 5.2315 9.2672L4.19485 4.48922L3.41501 6.54989C3.34572 6.73303 3.17028 6.85456 2.97451 6.85456H0.749927C0.503541 6.85456 0.298961 6.66482 0.279713 6.41955L0.250023 6.03568C0.248928 5.62597 0.286329 5.25365 0.360563 4.89178C0.433712 4.53761 0.540954 4.19005 0.68173 3.85842C0.818683 3.53394 0.989159 3.21993 1.18825 2.92405C1.38568 2.63258 1.61171 2.35926 1.85919 2.11012C2.10906 1.86145 2.38175 1.63681 2.67367 1.43918C2.96789 1.24065 3.28191 1.07016 3.60804 0.932123C3.94069 0.791295 4.28645 0.683716 4.64028 0.610956C5.36458 0.463015 6.13396 0.463015 6.85716 0.610956C7.21132 0.683546 7.55889 0.791884 7.89051 0.931586C8.21767 1.07013 8.53059 1.24012 8.82488 1.43918C9.1158 1.63607 9.38968 1.86154 9.63881 2.11012C9.88904 2.36145 10.1145 2.63478 10.3103 2.92461C10.5094 3.21993 10.6799 3.5345 10.8168 3.85897C10.9559 4.18729 11.0643 4.53486 11.138 4.89123C11.2117 5.25364 11.2491 5.62597 11.2491 5.99993C11.2491 6.37335 11.2117 6.74567 11.1374 7.10754C11.0637 7.46501 10.9559 7.81257 10.8163 8.14145C10.6793 8.46537 10.5088 8.77939 10.3097 9.07526C10.1145 9.36509 9.88848 9.63897 9.63826 9.88919C9.389 10.1389 9.11624 10.3639 8.82377 10.5612C8.52845 10.7603 8.21444 10.9314 7.88996 11.0683C7.55945 11.208 7.21242 11.3158 6.8577 11.3889C6.49418 11.4621 6.12132 11.5 5.749 11.5Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ PulseIcon_PulseIcon.displayName = 'PulseIcon|pulse';
22
+ const PulseIcon = PulseIcon_PulseIcon;
23
+ export { PulseIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const QuestionIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default QuestionIcon;
@@ -0,0 +1,33 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Circle, Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const QuestionIcon_QuestionIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 12 12",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Circle, {
18
+ cx: 6,
19
+ cy: 6,
20
+ r: 5.61111,
21
+ stroke: stroke,
22
+ strokeWidth: 0.777778
23
+ }),
24
+ /*#__PURE__*/ jsx(Path, {
25
+ d: "M7.9009 4.76622C7.8747 5.23408 7.72351 5.60313 6.97112 6.3198C6.58899 6.68289 6.34851 6.95669 6.3247 7.19598C6.30566 7.38408 6.13899 7.52456 5.94494 7.52456C5.93184 7.52456 5.91994 7.52336 5.90684 7.52217C5.69732 7.50313 5.54375 7.32456 5.56399 7.12456C5.61636 6.62098 6.00446 6.21384 6.43184 5.80669C7.11636 5.1555 7.12708 4.94836 7.13899 4.72932C7.15327 4.47336 7.05446 4.22574 6.85923 4.03169C6.63779 3.80908 6.32351 3.68169 5.99851 3.68169H5.99612C5.36994 3.68289 4.85803 4.1698 4.85803 4.76741C4.85803 4.9686 4.68779 5.13051 4.4759 5.13051C4.264 5.13051 4.09375 4.96741 4.09375 4.76622C4.09375 4.28289 4.29136 3.82813 4.6497 3.48527C5.00803 3.1424 5.48542 2.95432 5.99375 2.95313C6.52946 2.95193 7.04732 3.16265 7.41279 3.52932C7.75208 3.87098 7.9259 4.31027 7.9009 4.76622ZM6.22708 8.1948C6.08542 8.11265 5.9116 8.11265 5.76994 8.1948C5.62827 8.27694 5.54136 8.42693 5.54136 8.59122C5.54136 8.8436 5.74612 9.04836 5.99851 9.04836C6.2509 9.04836 6.45566 8.8436 6.45566 8.59122C6.45562 8.51091 6.43449 8.43202 6.39438 8.36245C6.35426 8.29287 6.29657 8.23506 6.22708 8.1948Z",
26
+ fill: fill
27
+ })
28
+ ]
29
+ });
30
+ };
31
+ QuestionIcon_QuestionIcon.displayName = 'QuestionIcon|question';
32
+ const QuestionIcon = QuestionIcon_QuestionIcon;
33
+ export { QuestionIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const RadioOffIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default RadioOffIcon;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const RadioOffIcon_RadioOffIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const stroke = props.stroke || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 16 16",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z",
17
+ stroke: stroke,
18
+ strokeWidth: 1.2
19
+ })
20
+ });
21
+ };
22
+ RadioOffIcon_RadioOffIcon.displayName = 'RadioOffIcon|radio-off';
23
+ const RadioOffIcon = RadioOffIcon_RadioOffIcon;
24
+ export { RadioOffIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const RadioOnIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default RadioOnIcon;
@@ -0,0 +1,46 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { ClipPath, Defs, G, Path, Rect } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const RadioOnIcon_RadioOnIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 16 16",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsxs(G, {
18
+ clipPath: "url(#prefix__clip0_327_1087)",
19
+ children: [
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z",
22
+ stroke: stroke,
23
+ strokeWidth: 1.2
24
+ }),
25
+ /*#__PURE__*/ jsx(Path, {
26
+ d: "M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z",
27
+ fill: fill
28
+ })
29
+ ]
30
+ }),
31
+ /*#__PURE__*/ jsx(Defs, {
32
+ children: /*#__PURE__*/ jsx(ClipPath, {
33
+ id: "prefix__clip0_327_1087",
34
+ children: /*#__PURE__*/ jsx(Rect, {
35
+ width: 16,
36
+ height: 16,
37
+ fill: fill
38
+ })
39
+ })
40
+ })
41
+ ]
42
+ });
43
+ };
44
+ RadioOnIcon_RadioOnIcon.displayName = 'RadioOnIcon|radio-on';
45
+ const RadioOnIcon = RadioOnIcon_RadioOnIcon;
46
+ export { RadioOnIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ReTweetIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default ReTweetIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const ReTweetIcon_ReTweetIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 10 12",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M1.18971 5.90405V3.49162C1.18971 3.13523 1.49127 2.83368 1.84765 2.83368H6.97407V3.73834C6.97407 3.93024 7.16597 4.0399 7.33046 3.95766L9.55099 2.58695C9.71548 2.50471 9.71548 2.25798 9.55099 2.14833L7.33046 0.777627C7.16597 0.695385 6.97407 0.805041 6.97407 0.99694V1.95643H1.84765C1.02523 1.95643 0.339879 2.64178 0.339879 3.4642V5.87664C0.339879 6.12336 0.531777 6.31526 0.778503 6.31526C1.02523 6.31526 1.18971 6.12336 1.18971 5.90405ZM9.22202 5.71215C8.9753 5.71215 8.7834 5.90405 8.7834 6.15078V8.56321C8.7834 8.9196 8.48185 9.22115 8.12546 9.22115H3.02645V8.26166C3.02645 8.06976 2.83456 7.9601 2.67007 8.04235L0.449535 9.41305C0.285051 9.49529 0.285051 9.74202 0.449535 9.85167L2.67007 11.2224C2.83456 11.3046 3.02645 11.195 3.02645 11.0031V10.0984H8.15288C8.9753 10.0984 9.66065 9.41305 9.66065 8.59063V6.17819C9.66065 5.90405 9.46875 5.71215 9.22202 5.71215Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ ReTweetIcon_ReTweetIcon.displayName = 'ReTweetIcon|re-tweet';
22
+ const ReTweetIcon = ReTweetIcon_ReTweetIcon;
23
+ export { ReTweetIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const RedPocketIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default RedPocketIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const RedPocketIcon_RedPocketIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 21 21",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M7.45721 11.0579C7.81833 9.98017 8.83625 9.20356 10.0355 9.20356C11.2347 9.20356 12.2526 9.98017 12.6137 11.0579C13.8209 10.8336 14.993 10.4503 16.0995 9.91807V3.97594C16.0995 3.83864 16.0725 3.70268 16.0199 3.57583C15.9674 3.44898 15.8904 3.33372 15.7933 3.23664C15.6962 3.13955 15.5809 3.06254 15.4541 3.01C15.3272 2.95745 15.1913 2.93041 15.054 2.93041H5.01695C4.87965 2.93041 4.7437 2.95745 4.61685 3.01C4.49 3.06254 4.37474 3.13955 4.27765 3.23664C4.18057 3.33372 4.10355 3.44898 4.05101 3.57583C3.99847 3.70268 3.97143 3.83864 3.97143 3.97594V9.91807C5.07792 10.4503 6.25004 10.8336 7.45721 11.0579ZM12.726 12.3127C12.5364 13.6288 11.4041 14.6403 10.0355 14.6403C8.66688 14.6403 7.53458 13.6288 7.34492 12.3129C6.18474 12.1066 5.0526 11.7656 3.97143 11.2969V16.104C3.97143 16.2413 3.99847 16.3773 4.05101 16.5041C4.10355 16.631 4.18057 16.7462 4.27765 16.8433C4.37474 16.9404 4.49 17.0174 4.61685 17.07C4.7437 17.1225 4.87965 17.1495 5.01695 17.1495H15.054C15.1913 17.1495 15.3272 17.1225 15.4541 17.07C15.5809 17.0174 15.6962 16.9404 15.7933 16.8433C15.8904 16.7462 15.9674 16.631 16.0199 16.5041C16.0725 16.3773 16.0995 16.2413 16.0995 16.104V11.2971C15.0183 11.7656 13.8862 12.1065 12.726 12.3127ZM5.01695 1.67578H15.054C16.3243 1.67578 17.3541 2.70562 17.3541 3.97594V16.104C17.3541 17.3743 16.3243 18.4042 15.054 18.4042H5.01695C3.74664 18.4042 2.7168 17.3743 2.7168 16.104V3.97594C2.7168 2.70562 3.74664 1.67578 5.01695 1.67578ZM10.0355 13.3857C10.4237 13.3857 10.796 13.2314 11.0705 12.9569C11.345 12.6824 11.4992 12.3101 11.4992 11.9219C11.4992 11.5337 11.345 11.1614 11.0705 10.8869C10.796 10.6124 10.4237 10.4582 10.0355 10.4582C9.64726 10.4582 9.27496 10.6124 9.00045 10.8869C8.72595 11.1614 8.57174 11.5337 8.57174 11.9219C8.57174 12.3101 8.72595 12.6824 9.00045 12.9569C9.27496 13.2314 9.64726 13.3857 10.0355 13.3857Z",
18
+ fill: fill,
19
+ stroke: stroke,
20
+ strokeWidth: 0.105653
21
+ })
22
+ });
23
+ };
24
+ RedPocketIcon_RedPocketIcon.displayName = 'RedPocketIcon|red-pocket';
25
+ const RedPocketIcon = RedPocketIcon_RedPocketIcon;
26
+ export { RedPocketIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Refresh2Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Refresh2Icon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const Refresh2Icon_Refresh2Icon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M4.25802 11.9937C4.25802 11.2015 4.38188 10.4092 4.62962 9.6293C4.93718 8.66076 5.4338 7.76275 6.09076 6.9872C6.74773 6.21165 7.552 5.57393 8.45708 5.11093C9.36062 4.64315 10.3478 4.35859 11.3618 4.2736C12.3758 4.18862 13.3966 4.30491 14.3655 4.61576C15.3564 4.93762 16.2483 5.44516 17.0162 6.10126H15.7156C15.2078 6.10126 14.7866 6.52215 14.7866 7.02969C14.7866 7.53723 15.2078 7.95812 15.7156 7.95812H19.4316C19.9395 7.95812 20.3606 7.53723 20.3606 7.02969V3.32834C20.3606 2.82079 19.9395 2.3999 19.4316 2.3999C18.9238 2.3999 18.5026 2.82079 18.5026 3.32834V4.93762C17.4745 3.98443 16.273 3.2912 14.9229 2.85793C12.4951 2.09042 9.89393 2.28849 7.61479 3.46451C5.33565 4.64052 3.63869 6.63356 2.85833 9.07224C2.54866 10.0254 2.40002 11.0034 2.40002 11.9937C2.40002 12.5013 2.82117 12.9221 3.32902 12.9221C3.83687 12.9221 4.25802 12.5013 4.25802 11.9937ZM21.5002 10.6196C21.4834 10.4988 21.4427 10.3826 21.3805 10.2777C21.3182 10.1728 21.2356 10.0814 21.1376 10.0088C21.0396 9.93616 20.928 9.88381 20.8095 9.85479C20.691 9.82576 20.5679 9.82065 20.4473 9.83975C19.9395 9.91402 19.5927 10.3844 19.667 10.892C19.8404 12.0556 19.7413 13.2192 19.3697 14.3581C19.0621 15.3267 18.5655 16.2247 17.9086 17.0002C17.2516 17.7758 16.4473 18.4135 15.5422 18.8765C14.6387 19.3443 13.6515 19.6288 12.6375 19.7138C11.6235 19.7988 10.6027 19.6825 9.63381 19.3717C8.65991 19.0582 7.75863 18.5531 6.98308 17.8862H8.28367C8.79152 17.8862 9.21267 17.4653 9.21267 16.9577C9.21267 16.4502 8.79152 16.0293 8.28367 16.0293H4.56768C4.05983 16.0293 3.63869 16.4502 3.63869 16.9577V20.6715C3.63869 21.179 4.05983 21.5999 4.56768 21.5999C5.07554 21.5999 5.49668 21.179 5.49668 20.6715V19.0622C6.52477 20.0154 7.72627 20.7086 9.07641 21.1419C10.0426 21.4514 11.0335 21.5999 12.012 21.5999C13.5232 21.5999 15.0096 21.2409 16.3969 20.5353C17.5202 19.9616 18.5181 19.1704 19.3326 18.2077C20.147 17.2449 20.7618 16.1299 21.141 14.9276C21.5869 13.5287 21.7108 12.0804 21.5002 10.632V10.6196Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ Refresh2Icon_Refresh2Icon.displayName = 'Refresh2Icon|refresh2';
22
+ const Refresh2Icon = Refresh2Icon_Refresh2Icon;
23
+ export { Refresh2Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const RefreshIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default RefreshIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const RefreshIcon_RefreshIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 14 14",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M11.9385 5.42427H9.70827C9.42477 5.42427 9.19167 5.19117 9.19167 4.90767C9.19167 4.62417 9.42477 4.39107 9.70827 4.39107H10.6029C9.79647 3.25077 8.46717 2.50737 6.96147 2.50737C4.49817 2.50737 2.50107 4.50447 2.50107 6.96777C2.50107 9.43107 4.49817 11.4282 6.96147 11.4282C9.42477 11.4282 11.4219 9.43107 11.4219 6.96777C11.4219 6.68427 11.655 6.45117 11.9385 6.45117C12.222 6.45117 12.4551 6.68427 12.4551 6.96777C12.4551 9.99807 9.99807 12.4551 6.96777 12.4551C3.93747 12.4551 1.48047 9.99807 1.48047 6.96777C1.48047 3.93747 3.93747 1.48047 6.96777 1.48047C8.80737 1.48047 10.4328 2.38767 11.4282 3.77367V2.85387C11.4282 2.57037 11.6613 2.33727 11.9448 2.33727C12.2283 2.33727 12.4614 2.57037 12.4614 2.85387V4.91397C12.4488 5.19747 12.222 5.42427 11.9385 5.42427Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ RefreshIcon_RefreshIcon.displayName = 'RefreshIcon|refresh';
22
+ const RefreshIcon = RefreshIcon_RefreshIcon;
23
+ export { RefreshIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const RotateRightIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default RotateRightIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const RotateRightIcon_RotateRightIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ const stroke = props.stroke || _color;
10
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
11
+ width: width,
12
+ height: height,
13
+ viewBox: "0 0 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: /*#__PURE__*/ jsx(Path, {
17
+ d: "M5 17.5V13.5C5 13.1022 5.15804 12.7206 5.43934 12.4393C5.72064 12.158 6.10218 12 6.5 12L17.5 12C17.8978 12 18.2794 12.158 18.5607 12.4393C18.842 12.7206 19 13.1022 19 13.5L19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H6.5C6.10218 19 5.72064 18.842 5.43934 18.5607C5.15804 18.2794 5 17.8978 5 17.5ZM17.5 18C17.6326 18 17.7598 17.9473 17.8536 17.8536C17.9473 17.7598 18 17.6326 18 17.5L18 13.5C18 13.3674 17.9473 13.2402 17.8536 13.1464C17.7598 13.0527 17.6326 13 17.5 13L6.5 13C6.36739 13 6.24021 13.0527 6.14645 13.1464C6.05268 13.2402 6 13.3674 6 13.5V17.5C6 17.6326 6.05268 17.7598 6.14645 17.8536C6.24021 17.9473 6.36739 18 6.5 18H17.5ZM6.5 5L10.5 5C10.8978 5 11.2794 5.15804 11.5607 5.43934C11.842 5.72064 12 6.10218 12 6.5V11L11 11L11 6.5C11 6.36739 10.9473 6.24021 10.8536 6.14645C10.7598 6.05268 10.6326 6 10.5 6L6.5 6C6.36739 6 6.24021 6.05268 6.14645 6.14645C6.05268 6.24021 6 6.36739 6 6.5L6 11H5L5 6.5C5 6.10218 5.15804 5.72064 5.43934 5.43934C5.72064 5.15804 6.10218 5 6.5 5ZM16.5 9V7.5C16.5 7.36739 16.4473 7.24021 16.3536 7.14645C16.2598 7.05268 16.1326 7 16 7L13 7V6H16C16.3978 6 16.7794 6.15804 17.0607 6.43934C17.342 6.72064 17.5 7.10218 17.5 7.5V9H19L17 11L15 9H16.5Z",
18
+ fill: fill,
19
+ stroke: stroke,
20
+ strokeWidth: 0.3
21
+ })
22
+ });
23
+ };
24
+ RotateRightIcon_RotateRightIcon.displayName = 'RotateRightIcon|rotate-right';
25
+ const RotateRightIcon = RotateRightIcon_RotateRightIcon;
26
+ export { RotateRightIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ScaleInIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default ScaleInIcon;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const ScaleInIcon_ScaleInIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(Path, {
17
+ d: "M17.5352 5C17.9002 5 18.2506 5.14591 18.5088 5.40527C18.7669 5.66459 18.9121 6.0161 18.9121 6.38281V13.0625C18.9121 13.1848 18.8634 13.3022 18.7773 13.3887C18.6913 13.4751 18.5748 13.5234 18.4531 13.5234C18.3315 13.5234 18.2149 13.4751 18.1289 13.3887C18.0429 13.3022 17.9941 13.1848 17.9941 13.0625V6.38281C17.9941 6.32253 17.9828 6.26275 17.96 6.20703C17.9369 6.1511 17.903 6.09945 17.8604 6.05664C17.8177 6.01385 17.7666 5.98019 17.7109 5.95703C17.6553 5.93392 17.5953 5.92188 17.5352 5.92188H6.37695C6.25527 5.92188 6.1378 5.97021 6.05176 6.05664C5.96575 6.14305 5.91802 6.26061 5.91797 6.38281V17.6172C5.91797 17.6777 5.92912 17.738 5.95215 17.7939C5.97517 17.8498 6.00925 17.9006 6.05176 17.9434C6.09437 17.9862 6.1455 18.0198 6.20117 18.043C6.25683 18.0661 6.31672 18.0781 6.37695 18.0781H13.0752C13.1969 18.0781 13.3143 18.1274 13.4004 18.2139C13.4861 18.3002 13.5341 18.4171 13.5342 18.5391C13.5342 18.6612 13.4863 18.7788 13.4004 18.8652C13.3143 18.9517 13.1969 19 13.0752 19H6.37695C6.01198 19 5.66145 18.8549 5.40332 18.5957C5.14517 18.3363 5 17.984 5 17.6172V6.38281C5.00005 6.0161 5.14523 5.66459 5.40332 5.40527C5.66147 5.14591 6.01188 5 6.37695 5H17.5352ZM18.082 14.3906C18.6938 14.3906 19 14.6978 19 15.3125V18.0781C19 18.6928 18.6938 19 18.082 19H15.3291C14.7175 18.9999 14.4121 18.6927 14.4121 18.0781V15.3125C14.4121 14.6979 14.7175 14.3907 15.3291 14.3906H18.082Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M17.5352 5V4.85V5ZM18.5088 5.40527L18.6151 5.29946L18.6151 5.29946L18.5088 5.40527ZM18.9121 6.38281H19.0621V6.38279L18.9121 6.38281ZM18.7773 13.3887L18.8836 13.4945L18.8837 13.4945L18.7773 13.3887ZM18.4531 13.5234L18.4531 13.6734H18.4531V13.5234ZM18.1289 13.3887L18.0226 13.4945L18.0226 13.4945L18.1289 13.3887ZM17.9941 13.0625H17.8441H17.9941ZM17.9941 6.38281H18.1441V6.38275L17.9941 6.38281ZM17.96 6.20703L18.0987 6.15004L18.0986 6.14986L17.96 6.20703ZM17.8604 6.05664L17.9667 5.95082L17.9667 5.95081L17.8604 6.05664ZM17.7109 5.95703L17.7686 5.81854L17.7685 5.81852L17.7109 5.95703ZM6.05176 6.05664L5.94545 5.95081L5.94544 5.95082L6.05176 6.05664ZM5.91797 6.38281L5.76797 6.38275V6.38281H5.91797ZM5.91797 17.6172H6.06797H5.91797ZM5.95215 17.7939L5.81346 17.8511L5.81347 17.8511L5.95215 17.7939ZM6.05176 17.9434L5.94538 18.0491L5.94544 18.0492L6.05176 17.9434ZM6.20117 18.043L6.14354 18.1815L6.14356 18.1815L6.20117 18.043ZM6.37695 18.0781V17.9281V18.0781ZM13.4004 18.2139L13.5068 18.1082L13.5067 18.108L13.4004 18.2139ZM13.5342 18.5391H13.6842V18.5389L13.5342 18.5391ZM13.4004 18.8652L13.5067 18.9711L13.5068 18.971L13.4004 18.8652ZM13.0752 19V18.85V19ZM5.40332 18.5957L5.29701 18.7015L5.29703 18.7015L5.40332 18.5957ZM5 6.38281L4.85 6.38279V6.38281H5ZM5.40332 5.40527L5.29701 5.29946L5.297 5.29946L5.40332 5.40527ZM19 18.0781L19.15 18.0781V18.0781H19ZM15.3291 19L15.3291 19.15H15.3291V19ZM14.4121 18.0781H14.2621V18.0781L14.4121 18.0781ZM15.3291 14.3906V14.2406H15.3291L15.3291 14.3906ZM17.5352 5V5.15C17.8602 5.15 18.1724 5.27992 18.4025 5.51109L18.5088 5.40527L18.6151 5.29946C18.3289 5.0119 17.9403 4.85 17.5352 4.85V5ZM18.5088 5.40527L18.4025 5.51109C18.6326 5.74227 18.7621 6.05574 18.7621 6.38283L18.9121 6.38281L19.0621 6.38279C19.0621 5.97646 18.9012 5.58691 18.6151 5.29946L18.5088 5.40527ZM18.9121 6.38281H18.7621V13.0625H18.9121H19.0621V6.38281H18.9121ZM18.9121 13.0625H18.7621C18.7621 13.145 18.7292 13.2244 18.671 13.2829L18.7773 13.3887L18.8837 13.4945C18.9976 13.38 19.0621 13.2246 19.0621 13.0625H18.9121ZM18.7773 13.3887L18.6711 13.2828C18.6132 13.341 18.5348 13.3734 18.4531 13.3734V13.5234V13.6734C18.6147 13.6734 18.7695 13.6091 18.8836 13.4945L18.7773 13.3887ZM18.4531 13.5234L18.4532 13.3734C18.3713 13.3734 18.293 13.3409 18.2352 13.2829L18.1289 13.3887L18.0226 13.4945C18.1368 13.6092 18.2916 13.6734 18.4531 13.6734L18.4531 13.5234ZM18.1289 13.3887L18.2352 13.2829C18.1771 13.2244 18.1441 13.1449 18.1441 13.0625H17.9941H17.8441C17.8441 13.2246 17.9087 13.38 18.0226 13.4945L18.1289 13.3887ZM17.9941 13.0625H18.1441V6.38281H17.9941H17.8441V13.0625H17.9941ZM17.9941 6.38281L18.1441 6.38275C18.1441 6.30387 18.1294 6.22465 18.0987 6.15004L17.96 6.20703L17.8212 6.26402C17.8363 6.30084 17.8441 6.3412 17.8441 6.38287L17.9941 6.38281ZM17.96 6.20703L18.0986 6.14986C18.0683 6.07631 18.0236 6.00799 17.9667 5.95082L17.8604 6.05664L17.754 6.16246C17.7823 6.1909 17.8055 6.22589 17.8213 6.2642L17.96 6.20703ZM17.8604 6.05664L17.9667 5.95081C17.9095 5.89339 17.8416 5.84893 17.7686 5.81854L17.7109 5.95703L17.6533 6.09552C17.6916 6.11146 17.726 6.13431 17.754 6.16247L17.8604 6.05664ZM17.7109 5.95703L17.7685 5.81852C17.6948 5.78788 17.6152 5.77188 17.5352 5.77188V5.92188V6.07187C17.5754 6.07187 17.6159 6.07997 17.6534 6.09555L17.7109 5.95703ZM17.5352 5.92188V5.77188H6.37695V5.92188V6.07187H17.5352V5.92188ZM6.37695 5.92188V5.77188C6.21573 5.77188 6.0599 5.83585 5.94545 5.95081L6.05176 6.05664L6.15806 6.16247C6.21571 6.10456 6.29482 6.07187 6.37695 6.07187V5.92188ZM6.05176 6.05664L5.94544 5.95082C5.83095 6.06585 5.76803 6.22165 5.76797 6.38275L5.91797 6.38281L6.06797 6.38287C6.068 6.29957 6.10055 6.22025 6.15807 6.16246L6.05176 6.05664ZM5.91797 6.38281H5.76797V17.6172H5.91797H6.06797V6.38281H5.91797ZM5.91797 17.6172H5.76797C5.76797 17.6959 5.78247 17.7759 5.81346 17.8511L5.95215 17.7939L6.09084 17.7368C6.07578 17.7002 6.06797 17.6594 6.06797 17.6172H5.91797ZM5.95215 17.7939L5.81347 17.8511C5.84413 17.9255 5.88931 17.9927 5.94538 18.0491L6.05176 17.9434L6.15814 17.8376C6.12918 17.8085 6.10621 17.7741 6.09083 17.7368L5.95215 17.7939ZM6.05176 17.9434L5.94544 18.0492C6.00263 18.1066 6.07053 18.1511 6.14354 18.1815L6.20117 18.043L6.2588 17.9045C6.22047 17.8885 6.1861 17.8657 6.15807 17.8375L6.05176 17.9434ZM6.20117 18.043L6.14356 18.1815C6.2174 18.2122 6.29686 18.2281 6.37695 18.2281V18.0781V17.9281C6.33657 17.9281 6.29625 17.9201 6.25879 17.9045L6.20117 18.043ZM6.37695 18.0781V18.2281H13.0752V18.0781V17.9281H6.37695V18.0781ZM13.0752 18.0781V18.2281C13.1565 18.2281 13.2359 18.2612 13.2941 18.3197L13.4004 18.2139L13.5067 18.108C13.3928 17.9936 13.2372 17.9281 13.0752 17.9281V18.0781ZM13.4004 18.2139L13.294 18.3196C13.3516 18.3776 13.3841 18.4565 13.3842 18.5392L13.5342 18.5391L13.6842 18.5389C13.684 18.3777 13.6207 18.2228 13.5068 18.1082L13.4004 18.2139ZM13.5342 18.5391H13.3842C13.3842 18.6221 13.3516 18.7016 13.294 18.7595L13.4004 18.8652L13.5068 18.971C13.621 18.856 13.6842 18.7003 13.6842 18.5391H13.5342ZM13.4004 18.8652L13.2941 18.7594C13.2364 18.8173 13.1574 18.85 13.0752 18.85V19V19.15C13.2364 19.15 13.3922 19.086 13.5067 18.9711L13.4004 18.8652ZM13.0752 19V18.85H6.37695V19V19.15H13.0752V19ZM6.37695 19V18.85C6.05177 18.85 5.73952 18.7207 5.50961 18.4899L5.40332 18.5957L5.29703 18.7015C5.58338 18.9891 5.97219 19.15 6.37695 19.15V19ZM5.40332 18.5957L5.50963 18.4899C5.27956 18.2587 5.15 17.9445 5.15 17.6172H5H4.85C4.85 18.0235 5.01079 18.414 5.29701 18.7015L5.40332 18.5957ZM5 17.6172H5.15V6.38281H5H4.85V17.6172H5ZM5 6.38281L5.15 6.38283C5.15004 6.05574 5.27955 5.74227 5.50964 5.51109L5.40332 5.40527L5.297 5.29946C5.01092 5.58691 4.85005 5.97646 4.85 6.38279L5 6.38281ZM5.40332 5.40527L5.50963 5.51109C5.73972 5.27992 6.05191 5.15 6.37695 5.15V5V4.85C5.97184 4.85 5.58321 5.0119 5.29701 5.29946L5.40332 5.40527ZM6.37695 5V5.15H17.5352V5V4.85H6.37695V5ZM18.082 14.3906V14.5406C18.3646 14.5406 18.5492 14.6115 18.6642 14.7269C18.7793 14.8425 18.85 15.0281 18.85 15.3125H19H19.15C19.15 14.9822 19.0676 14.7069 18.8767 14.5152C18.6857 14.3234 18.4112 14.2406 18.082 14.2406V14.3906ZM19 15.3125H18.85V18.0781H19H19.15V15.3125H19ZM19 18.0781L18.85 18.0781C18.85 18.3625 18.7793 18.5481 18.6642 18.6637C18.5492 18.7792 18.3646 18.85 18.082 18.85V19V19.15C18.4112 19.15 18.6857 19.0672 18.8767 18.8754C19.0676 18.6837 19.15 18.4084 19.15 18.0781L19 18.0781ZM18.082 19V18.85H15.3291V19V19.15H18.082V19ZM15.3291 19L15.3291 18.85C15.0466 18.85 14.8624 18.7791 14.7476 18.6637C14.6327 18.5482 14.5621 18.3625 14.5621 18.0781L14.4121 18.0781L14.2621 18.0781C14.2621 18.4083 14.3442 18.6835 14.5349 18.8753C14.7257 19.0671 15 19.1499 15.3291 19.15L15.3291 19ZM14.4121 18.0781H14.5621V15.3125H14.4121H14.2621V18.0781H14.4121ZM14.4121 15.3125H14.5621C14.5621 15.0281 14.6327 14.8425 14.7476 14.7269C14.8624 14.6115 15.0466 14.5407 15.3291 14.5406L15.3291 14.3906L15.3291 14.2406C15 14.2407 14.7257 14.3235 14.5349 14.5154C14.3442 14.7071 14.2621 14.9823 14.2621 15.3125H14.4121ZM15.3291 14.3906V14.5406H18.082V14.3906V14.2406H15.3291V14.3906Z",
22
+ fill: fill
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ ScaleInIcon_ScaleInIcon.displayName = 'ScaleInIcon|scale-in';
28
+ const ScaleInIcon = ScaleInIcon_ScaleInIcon;
29
+ export { ScaleInIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SearchIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SearchIcon;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const SearchIcon_SearchIcon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsx(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M20.2361 18.5672L17.2598 15.5884C19.4534 12.5941 19.1959 8.36667 16.49 5.66077C13.5009 2.67167 8.65299 2.67167 5.66388 5.66077C2.67478 8.64987 2.67478 13.4978 5.66388 16.4869C8.36978 19.1928 12.5973 19.4503 15.5915 17.2567L18.5703 20.2355C19.0312 20.6964 19.7752 20.6964 20.2361 20.2355C20.6969 19.7721 20.6969 19.0281 20.2361 18.5672ZM6.91256 15.2357C4.61345 12.9366 4.61345 9.20856 6.91256 6.90945C9.21167 4.61034 12.9397 4.61034 15.2388 6.90945C17.5379 9.20856 17.5379 12.9366 15.2388 15.2357C12.9423 17.5348 9.21425 17.5348 6.91256 15.2357Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ SearchIcon_SearchIcon.displayName = 'SearchIcon|search';
22
+ const SearchIcon = SearchIcon_SearchIcon;
23
+ export { SearchIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SecureTips1Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SecureTips1Icon;
@@ -0,0 +1,39 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { ClipPath, Defs, G, Path, Rect } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const SecureTips1Icon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 16 17",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(G, {
17
+ clipPath: "url(#prefix__clip0_8466_14826)",
18
+ children: /*#__PURE__*/ jsx(Path, {
19
+ d: "M8.42796 2.32902C8.60912 2.33151 8.78284 2.40147 8.91516 2.52522C9.04748 2.64898 9.1289 2.81763 9.1435 2.99822C9.1581 3.17881 9.10483 3.35835 8.9941 3.50175C8.88338 3.64515 8.72315 3.74211 8.54474 3.77367L8.42636 3.78327H1.45425V15.1597H12.8323V8.18763C12.8323 7.82767 13.0963 7.5269 13.4419 7.4709L13.5602 7.4613C13.9218 7.4613 14.221 7.72528 14.2786 8.06924L14.2882 8.18923V15.8877C14.2883 16.0602 14.2273 16.2271 14.116 16.3589C14.0047 16.4907 13.8503 16.5788 13.6802 16.6076L13.5586 16.6156H0.727927C0.555334 16.6161 0.388191 16.5552 0.256325 16.4438C0.124458 16.3325 0.036448 16.1779 0.0079992 16.0076L0 15.8877V3.05534C0 2.69378 0.263974 2.39461 0.607939 2.33702L0.727927 2.32742H8.42796V2.32902ZM13.5602 0.617188C14.2069 0.617188 14.827 0.874064 15.2843 1.33131C15.7415 1.78855 15.9984 2.4087 15.9984 3.05534C15.9984 3.70198 15.7415 4.32214 15.2843 4.77938C14.827 5.23662 14.2069 5.4935 13.5602 5.4935C12.9136 5.4935 12.2934 5.23662 11.8362 4.77938C11.379 4.32214 11.1221 3.70198 11.1221 3.05534C11.1221 2.4087 11.379 1.78855 11.8362 1.33131C12.2934 0.874064 12.9136 0.617188 13.5602 0.617188ZM13.5602 2.07304C13.4278 2.0677 13.2957 2.08917 13.1717 2.13617C13.0478 2.18316 12.9346 2.25472 12.839 2.34653C12.7434 2.43835 12.6674 2.54854 12.6154 2.67048C12.5635 2.79242 12.5367 2.9236 12.5367 3.05614C12.5367 3.18869 12.5635 3.31987 12.6154 3.44181C12.6674 3.56375 12.7434 3.67394 12.839 3.76575C12.9346 3.85757 13.0478 3.92912 13.1717 3.97612C13.2957 4.02312 13.4278 4.04459 13.5602 4.03925C13.8212 4.03925 14.0714 3.93558 14.256 3.75107C14.4405 3.56655 14.5441 3.31629 14.5441 3.05534C14.5441 2.7944 14.4405 2.54414 14.256 2.35962C14.0714 2.1751 13.8212 2.07144 13.5602 2.07144V2.07304Z",
20
+ fill: fill
21
+ })
22
+ }),
23
+ /*#__PURE__*/ jsx(Defs, {
24
+ children: /*#__PURE__*/ jsx(ClipPath, {
25
+ id: "prefix__clip0_8466_14826",
26
+ children: /*#__PURE__*/ jsx(Rect, {
27
+ width: 16,
28
+ height: 16,
29
+ fill: fill,
30
+ transform: "translate(0 0.617188)"
31
+ })
32
+ })
33
+ })
34
+ ]
35
+ });
36
+ };
37
+ SecureTips1Icon.displayName = 'SecureTips1Icon|secure-tips1';
38
+ const native_SecureTips1Icon = SecureTips1Icon;
39
+ export { native_SecureTips1Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SecureTips2Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SecureTips2Icon;
@@ -0,0 +1,39 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { ClipPath, Defs, G, Path, Rect } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const SecureTips2Icon_SecureTips2Icon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 16 17",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(G, {
17
+ clipPath: "url(#prefix__clip0_8466_14823)",
18
+ children: /*#__PURE__*/ jsx(Path, {
19
+ d: "M8 14.1029C11.0857 14.1029 13.4857 11.5886 13.4857 8.61719C13.4857 5.64576 11.0857 3.13147 8 3.13147C4.91429 3.13147 2.51429 5.64576 2.51429 8.61719C2.51429 11.5886 4.91429 14.1029 8 14.1029ZM8 4.16004C10.4 4.16004 12.4571 6.1029 12.4571 8.61719C12.4571 9.64576 12.1143 10.56 11.5429 11.2458L5.37143 5.07433C6.05714 4.5029 6.97143 4.16004 8 4.16004ZM4.45714 5.98862L10.6286 12.16C9.94286 12.7315 8.91429 13.0743 8 13.0743C5.6 13.0743 3.54286 11.1315 3.54286 8.61719C3.54286 7.58862 3.88571 6.67433 4.45714 5.98862ZM14.7429 0.617188H1.25714C0.571429 0.617188 0 1.18862 0 1.87433V15.36C0 16.0458 0.571429 16.6172 1.25714 16.6172H14.7429C15.4286 16.6172 16 16.0458 16 15.36V1.87433C16 1.18862 15.4286 0.617188 14.7429 0.617188ZM14.7429 15.36H1.25714V1.87433H14.7429V15.36Z",
20
+ fill: fill
21
+ })
22
+ }),
23
+ /*#__PURE__*/ jsx(Defs, {
24
+ children: /*#__PURE__*/ jsx(ClipPath, {
25
+ id: "prefix__clip0_8466_14823",
26
+ children: /*#__PURE__*/ jsx(Rect, {
27
+ width: 16,
28
+ height: 16,
29
+ fill: fill,
30
+ transform: "translate(0 0.617188)"
31
+ })
32
+ })
33
+ })
34
+ ]
35
+ });
36
+ };
37
+ SecureTips2Icon_SecureTips2Icon.displayName = 'SecureTips2Icon|secure-tips2';
38
+ const SecureTips2Icon = SecureTips2Icon_SecureTips2Icon;
39
+ export { SecureTips2Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SecureTips3Icon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SecureTips3Icon;
@@ -0,0 +1,33 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const SecureTips3Icon_SecureTips3Icon = ({ size = 16, width = size, height = size, color = 'currentColor', ...props })=>{
6
+ const { getColor } = useIconsContext();
7
+ const _color = isThemeColor(color) ? getColor(color) : color;
8
+ const fill = props.fill || _color;
9
+ return /*#__PURE__*/ jsxs(external_react_native_svg_default, {
10
+ width: width,
11
+ height: height,
12
+ viewBox: "0 0 20 21",
13
+ fill: "none",
14
+ ...props,
15
+ children: [
16
+ /*#__PURE__*/ jsx(Path, {
17
+ d: "M13.0007 10.6175H7.00065C6.82384 10.6175 6.65427 10.5473 6.52925 10.4223C6.40422 10.2972 6.33398 10.1277 6.33398 9.95085V9.28418H13.6673V9.95085C13.6673 10.1277 13.5971 10.2972 13.4721 10.4223C13.347 10.5473 13.1775 10.6175 13.0007 10.6175Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M9.46268 2.12483L3.46268 4.76149C3.22584 4.86563 3.02442 5.03642 2.88296 5.25304C2.7415 5.46967 2.66612 5.72277 2.66602 5.98149V10.1138C2.66602 12.6448 3.79802 14.9065 5.79268 16.4652L9.23068 18.8912C9.45559 19.0498 9.7241 19.135 9.99935 19.135C10.2746 19.135 10.5431 19.0498 10.768 18.8912L14.18 16.4845C16.2007 14.9062 17.3327 12.6445 17.3327 10.1138V5.98183C17.3327 5.72299 17.2574 5.46975 17.1159 5.25299C16.9745 5.03623 16.773 4.86534 16.536 4.76116L10.536 2.12449C10.3669 2.05012 10.1841 2.01172 9.99935 2.01172C9.81458 2.01172 9.63182 2.05012 9.46268 2.12449V2.12483ZM3.99935 5.98183L9.99935 3.34516L15.9993 5.98183V10.1138C15.9993 12.2292 15.0603 14.1055 13.385 15.4145L9.99935 17.8015L6.58735 15.3948C4.93835 14.1045 3.99935 12.2285 3.99935 10.1132V5.98183Z",
22
+ fill: fill
23
+ }),
24
+ /*#__PURE__*/ jsx(Path, {
25
+ d: "M10.0007 6.28418C10.1688 6.28413 10.3308 6.34765 10.4542 6.46201C10.5775 6.57638 10.653 6.73313 10.6657 6.90085L10.6673 6.95085V12.9508C10.6681 13.1238 10.6016 13.2904 10.4819 13.4152C10.3621 13.5401 10.1985 13.6135 10.0257 13.62C9.8528 13.6265 9.68417 13.5656 9.55541 13.45C9.42665 13.3345 9.34785 13.1734 9.33565 13.0008L9.33398 12.9508V6.95085C9.33398 6.8633 9.35123 6.77661 9.38473 6.69572C9.41823 6.61484 9.46734 6.54135 9.52925 6.47944C9.59115 6.41754 9.66465 6.36843 9.74553 6.33493C9.82641 6.30142 9.9131 6.28418 10.0007 6.28418Z",
26
+ fill: fill
27
+ })
28
+ ]
29
+ });
30
+ };
31
+ SecureTips3Icon_SecureTips3Icon.displayName = 'SecureTips3Icon|secure-tips3';
32
+ const SecureTips3Icon = SecureTips3Icon_SecureTips3Icon;
33
+ export { SecureTips3Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SettingIcon: {
4
+ <T extends string = IconColor>({ size, width, height, color, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SettingIcon;