@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,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 SettingIcon = ({ 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 25",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M9.33333 13.523C10.4907 13.523 11.4756 14.2344 11.8444 15.2269L11.848 15.2355L19.1111 15.2372C19.3377 15.2374 19.5556 15.3211 19.7203 15.4711C19.8851 15.621 19.9842 15.826 19.9975 16.0441C20.0108 16.2622 19.9372 16.4769 19.7918 16.6445C19.6464 16.812 19.4401 16.9196 19.2151 16.9454L19.1111 16.9514H11.8489L11.8444 16.9617C11.659 17.4607 11.3182 17.8922 10.8687 18.1972C10.4192 18.5023 9.88299 18.666 9.33333 18.666C8.78367 18.666 8.24743 18.5023 7.79795 18.1972C7.34847 17.8922 7.00769 17.4607 6.82222 16.9617L6.81778 16.9514H4.88889C4.65314 16.9514 4.42705 16.8611 4.26035 16.7004C4.09365 16.5397 4 16.3216 4 16.0943C4 15.867 4.09365 15.649 4.26035 15.4882C4.42705 15.3275 4.65314 15.2372 4.88889 15.2372L6.81867 15.2355L6.82222 15.2269C7.00775 14.7281 7.34855 14.2966 7.79803 13.9916C8.24751 13.6866 8.78372 13.5229 9.33333 13.523ZM9.33333 15.2372C9.09759 15.2372 8.87149 15.3275 8.70479 15.4882C8.53809 15.649 8.44444 15.867 8.44444 16.0943C8.44444 16.3216 8.53809 16.5397 8.70479 16.7004C8.87149 16.8611 9.09759 16.9514 9.33333 16.9514C9.56908 16.9514 9.79517 16.8611 9.96187 16.7004C10.1286 16.5397 10.2222 16.3216 10.2222 16.0943C10.2222 15.867 10.1286 15.649 9.96187 15.4882C9.79517 15.3275 9.56908 15.2372 9.33333 15.2372ZM14.6667 6.66602C15.8276 6.66602 16.816 7.38171 17.1822 8.38025H19.1111C19.3469 8.38025 19.573 8.47056 19.7396 8.6313C19.9063 8.79204 20 9.01005 20 9.23737C20 9.46469 19.9063 9.68271 19.7396 9.84345C19.573 10.0042 19.3469 10.0945 19.1111 10.0945H17.1813C16.9973 10.5958 16.6567 11.0297 16.2064 11.3367C15.756 11.6436 15.2181 11.8084 14.6667 11.8084C14.1152 11.8084 13.5773 11.6436 13.127 11.3367C12.6766 11.0297 12.336 10.5958 12.152 10.0945H4.88889C4.65314 10.0945 4.42705 10.0042 4.26035 9.84345C4.09365 9.68271 4 9.46469 4 9.23737C4 9.01005 4.09365 8.79204 4.26035 8.6313C4.42705 8.47056 4.65314 8.38025 4.88889 8.38025H12.1511C12.3351 7.87877 12.6758 7.44464 13.1264 7.13764C13.5769 6.83063 14.115 6.66586 14.6667 6.66602ZM14.6667 8.38025C14.4401 8.3805 14.2222 8.46415 14.0575 8.61412C13.8927 8.76409 13.7936 8.96905 13.7803 9.18714C13.767 9.40523 13.8406 9.61997 13.986 9.7875C14.1314 9.95503 14.3377 10.0627 14.5627 10.0885L14.6667 10.0945C14.8932 10.0942 15.1111 10.0106 15.2759 9.86063C15.4406 9.71066 15.5398 9.50569 15.553 9.2876C15.5663 9.06952 15.4927 8.85477 15.3473 8.68725C15.2019 8.51972 14.9956 8.41206 14.7707 8.38625L14.6667 8.38025Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ SettingIcon.displayName = 'SettingIcon|setting';
22
+ const native_SettingIcon = SettingIcon;
23
+ export { native_SettingIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const Settings2Icon: {
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 Settings2Icon;
@@ -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 Settings2Icon_Settings2Icon = ({ 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.1494 1C10.9326 1.00011 10.7568 1.17585 10.7568 1.39258L10.7568 2.44043C9.92229 2.6199 9.29687 3.36204 9.29687 4.25C9.29706 5.1376 9.92254 5.87806 10.7568 6.05762L10.7568 12.2021C10.757 12.4187 10.9327 12.5946 11.1494 12.5947C11.3661 12.5947 11.5418 12.4188 11.542 12.2021L11.542 6.05664C12.3751 5.87622 12.9998 5.13679 13 4.25C13 3.36285 12.3754 2.62174 11.542 2.44141L11.542 1.39258C11.542 1.17578 11.3662 1 11.1494 1ZM7.05176 0.999999C6.83514 1.00021 6.65918 1.17591 6.65918 1.39258L6.65918 7.50586C5.82545 7.68617 5.20019 8.42777 5.20019 9.31543C5.20032 10.203 5.82569 10.9426 6.65918 11.123L6.65918 12.2021C6.65941 12.4186 6.83528 12.5945 7.05176 12.5947C7.26841 12.5947 7.4441 12.4187 7.44433 12.2021L7.44434 11.124C8.2785 10.9441 8.90417 10.2034 8.9043 9.31543C8.9043 8.42734 8.27875 7.68474 7.44434 7.50488L7.44434 1.39258C7.44434 1.17578 7.26855 0.999999 7.05176 0.999999ZM2.84473 0.999999C2.62806 1.00015 2.45215 1.17587 2.45215 1.39258L2.45215 3.9209C1.62161 4.10341 1 4.84351 1 5.72851C1.00011 6.6133 1.62185 7.35153 2.45215 7.53418L2.45215 12.2021C2.45232 12.4187 2.62816 12.5946 2.84473 12.5947C3.06142 12.5947 3.23713 12.4188 3.2373 12.2021L3.2373 7.53711C4.07446 7.3597 4.70301 6.61832 4.70312 5.72851C4.70312 4.83848 4.07476 4.09523 3.2373 3.91797L3.2373 1.39258C3.2373 1.17578 3.06152 0.999999 2.84473 0.999999ZM7.05371 8.25C7.19163 8.25002 7.32337 8.27647 7.44434 8.32422L7.44434 8.32324C7.83939 8.47949 8.11914 8.86488 8.11914 9.31543C8.11899 9.90425 7.64153 10.3816 7.05273 10.3818C6.46384 10.3818 5.9855 9.9044 5.98535 9.31543C5.98535 8.86524 6.26467 8.47973 6.65918 8.32324L6.65918 8.32519C6.78105 8.27668 6.91461 8.25 7.05371 8.25ZM2.85254 4.66406C2.97918 4.66406 3.10117 4.68612 3.21387 4.72656C3.62453 4.87471 3.91797 5.26728 3.91797 5.72851C3.91791 6.31674 3.44051 6.79394 2.85156 6.79394C2.779 6.79394 2.70814 6.78626 2.63965 6.77246C2.59411 6.76321 2.55006 6.75018 2.50684 6.73535C2.08722 6.59206 1.78521 6.19608 1.78516 5.72851C1.78516 5.28142 2.06115 4.89919 2.45215 4.74121L2.45215 4.74219C2.57566 4.6922 2.71102 4.66412 2.85254 4.66406ZM11.1494 3.18555C11.274 3.18555 11.3937 3.2069 11.5049 3.24609C11.9184 3.3927 12.2148 3.7867 12.2148 4.25C12.2146 4.83806 11.7372 5.31439 11.1484 5.31445C11.1122 5.31445 11.0763 5.31309 11.041 5.30957C11.039 5.30937 11.0371 5.3088 11.0352 5.30859C10.4995 5.25214 10.0822 4.79991 10.082 4.25C10.082 3.79993 10.3618 3.41579 10.7568 3.25977L10.8506 3.22754C10.9454 3.19997 11.0457 3.18557 11.1494 3.18555Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ Settings2Icon_Settings2Icon.displayName = 'Settings2Icon|settings-2';
22
+ const Settings2Icon = Settings2Icon_Settings2Icon;
23
+ export { Settings2Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SettingsIcon: {
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 SettingsIcon;
@@ -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 SettingsIcon_SettingsIcon = ({ 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 20 21",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M19.0347 8.86252C18.9295 8.27432 18.59 7.89428 18.17 7.89428C18.1646 7.89428 18.1591 7.89433 18.1562 7.89444H18.0788C16.864 7.89444 15.8756 6.84852 15.8756 5.5629C15.8756 5.14568 16.0658 4.67795 16.0674 4.67391C16.2851 4.1553 16.1176 3.51934 15.6782 3.19488L15.6516 3.17506L13.4188 1.86245L13.3905 1.84934C13.2451 1.78244 13.0859 1.74851 12.9174 1.74851C12.572 1.74851 12.2323 1.89521 12.0089 2.14068C11.764 2.40819 10.9187 3.17179 10.2691 3.17179C9.61371 3.17179 8.76338 2.39319 8.51743 2.12072C8.29283 1.87024 7.95044 1.7207 7.60158 1.7207C7.43634 1.7207 7.28004 1.75344 7.13709 1.81796L7.10807 1.83098L4.79646 3.17471L4.76916 3.19475C4.32828 3.5189 4.15985 4.1543 4.37733 4.67264C4.37925 4.6773 4.56971 5.14249 4.56971 5.56284C4.56971 6.84847 3.58135 7.89439 2.36648 7.89439H2.29036C2.28506 7.89428 2.27979 7.8942 2.27455 7.8942C1.85489 7.8942 1.51577 8.27426 1.41061 8.86257C1.40294 8.9057 1.22266 9.92836 1.22266 10.7282C1.22266 11.528 1.40294 12.5506 1.41064 12.5939C1.51587 13.1821 1.85519 13.5622 2.27514 13.5622C2.28046 13.5622 2.28596 13.5621 2.28913 13.562H2.36648C3.58135 13.562 4.56971 14.6079 4.56971 15.8935C4.56971 16.3112 4.37958 16.7784 4.3779 16.7825C4.16036 17.3006 4.32736 17.9366 4.76657 18.2619L4.79264 18.2812L6.98293 19.5773L7.01077 19.5903C7.15615 19.6579 7.31489 19.6921 7.48255 19.6921C7.8328 19.6921 8.17493 19.5391 8.39776 19.2826C8.70884 18.9249 9.55284 18.1863 10.1762 18.1863C10.8511 18.1863 11.7167 19.0143 11.9664 19.3041C12.1898 19.5649 12.5342 19.7206 12.888 19.7207H12.8881C13.0525 19.7207 13.2084 19.6876 13.3515 19.6223L13.3799 19.6093L15.6503 18.2814L15.6772 18.2615C16.1173 17.937 16.2853 17.3016 16.0682 16.7844C16.0663 16.7797 15.8756 16.3083 15.8756 15.8935C15.8756 14.6079 16.864 13.562 18.0788 13.562L18.1539 13.562C18.1589 13.5621 18.1638 13.5621 18.1688 13.5621C18.5897 13.5621 18.9295 13.182 19.0345 12.5942C19.0364 12.5838 19.2227 11.548 19.2227 10.7282C19.2227 9.92465 19.0423 8.90554 19.0347 8.86252ZM7.49399 18.3462L5.57801 17.2124C5.66244 16.9829 5.83448 16.4473 5.83448 15.8935C5.83448 13.9705 4.43603 12.3806 2.63495 12.2343C2.59097 11.9631 2.48753 11.268 2.48753 10.7282C2.48753 10.1893 2.59092 9.4935 2.63488 9.22206C4.43603 9.07593 5.83448 7.48603 5.83448 5.56287C5.83448 5.01055 5.66336 4.47642 5.57911 4.24687L7.61793 3.06186C7.61798 3.06186 7.618 3.06189 7.61805 3.06189C7.69154 3.14133 7.98557 3.45008 8.39154 3.75622C9.05491 4.25662 9.6866 4.51035 10.2691 4.51035C10.8459 4.51035 11.4725 4.26154 12.1317 3.77082C12.5351 3.47054 12.8277 3.16775 12.901 3.08964C12.9012 3.08961 12.9014 3.08956 12.9015 3.08953L14.8669 4.24505C14.7825 4.47458 14.6108 5.00982 14.6108 5.5629C14.6108 7.48605 16.0092 9.07596 17.8103 9.22209C17.8543 9.49393 17.9577 10.1909 17.9577 10.7283C17.9577 11.2678 17.8543 11.9632 17.8104 12.2345C16.0093 12.3806 14.6108 13.9705 14.6108 15.8937C14.6108 16.4466 14.7822 16.9811 14.8665 17.2105L12.8765 18.3744C12.7906 18.2779 12.501 17.9636 12.1 17.6485C11.4238 17.1171 10.7765 16.8477 10.1762 16.8477C9.58155 16.8477 8.93916 17.1121 8.26684 17.6335C7.87166 17.94 7.58003 18.2512 7.49399 18.3462ZM13.3715 10.7159C13.3715 8.85577 11.9414 7.34247 10.1836 7.34247C8.42588 7.34247 6.99585 8.85577 6.99585 10.7159C6.99585 12.576 8.42588 14.0894 10.1836 14.0894C11.9415 14.0894 13.3715 12.576 13.3715 10.7159ZM10.1836 8.68103C11.244 8.68103 12.1067 9.59387 12.1067 10.7159C12.1067 11.838 11.244 12.7509 10.1836 12.7509C9.12335 12.7509 8.26075 11.838 8.26075 10.7159C8.26075 9.59384 9.12335 8.68103 10.1836 8.68103Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ SettingsIcon_SettingsIcon.displayName = 'SettingsIcon|settings';
22
+ const SettingsIcon = SettingsIcon_SettingsIcon;
23
+ export { SettingsIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShareIcon: {
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 ShareIcon;
@@ -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 ShareIcon_ShareIcon = ({ 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: "M16.9082 1.62451C19.1664 1.62474 21.0029 3.46193 21.0029 5.72021C21.0028 7.97843 19.1664 9.81569 16.9082 9.81592C15.9565 9.81592 15.0799 9.48843 14.3838 8.94189L10.957 10.9097C11.1081 11.3364 11.1914 11.7951 11.1914 12.2729C11.1914 12.7581 11.1057 13.2235 10.9502 13.6558L13.8994 15.5024C14.6482 14.692 15.7203 14.1841 16.9082 14.1841C19.1664 14.1843 21.0029 16.0215 21.0029 18.2798C21.0029 20.538 19.1664 22.3753 16.9082 22.3755C14.6498 22.3755 12.8125 20.5382 12.8125 18.2798C12.8125 17.7977 12.8961 17.3347 13.0498 16.9048L10.0967 15.0542C9.34821 15.8612 8.28068 16.3686 7.0957 16.3687C4.83731 16.3687 3.00001 14.5313 3 12.2729C3 10.0145 4.83731 8.17725 7.0957 8.17725C8.28787 8.1773 9.36224 8.68976 10.1113 9.50537L13.3076 7.67041C12.9921 7.0902 12.8125 6.42588 12.8125 5.72021C12.8125 3.46182 14.6498 1.62451 16.9082 1.62451ZM16.9082 15.8228C15.5532 15.8228 14.4502 16.9247 14.4502 18.2798C14.4502 19.6348 15.5532 20.7368 16.9082 20.7368C18.263 20.7366 19.3652 19.6346 19.3652 18.2798C19.3652 16.9249 18.2631 15.823 16.9082 15.8228ZM7.0957 9.81592C5.74066 9.81592 4.63867 10.9179 4.63867 12.2729C4.63869 13.628 5.74069 14.73 7.0957 14.73C8.45066 14.7299 9.55272 13.6279 9.55273 12.2729C9.55273 10.918 8.45067 9.81601 7.0957 9.81592ZM16.9082 3.26318C15.5532 3.26318 14.4502 4.36517 14.4502 5.72021C14.4503 7.07518 15.5532 8.17725 16.9082 8.17725C18.263 8.17702 19.3651 7.07504 19.3652 5.72021C19.3652 4.36531 18.2631 3.26341 16.9082 3.26318Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ ShareIcon_ShareIcon.displayName = 'ShareIcon|share';
22
+ const ShareIcon = ShareIcon_ShareIcon;
23
+ export { ShareIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldError2Icon: {
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 ShieldError2Icon;
@@ -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 ShieldError2Icon_ShieldError2Icon = ({ 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: "M12.9287 2.14844C12.9383 2.15645 14.0936 2.99048 15.8984 3.72168C16.9795 4.14471 18.1211 4.39268 19.2803 4.45605H19.2852L20.8242 4.47852V5.21777L20.8281 13.3564C20.8281 14.4508 20.5063 15.5933 19.8711 16.7549C19.2702 17.8238 18.5096 18.7948 17.6162 19.6348C16.7763 20.4441 15.8302 21.1356 14.8037 21.6895C13.7767 22.2285 12.8073 22.5136 12.001 22.5137C11.1898 22.5137 10.2292 22.235 9.21484 21.7021C8.24049 21.1902 7.26276 20.4747 6.38281 19.6348C4.33984 17.6861 3.17196 15.3983 3.17188 13.3584V4.47852L4.71582 4.45605C5.8778 4.40082 7.023 4.15267 8.10352 3.72168C9.90698 2.98939 11.0278 2.17972 11.0771 2.14355L11.9961 1.47656L12.9287 2.14844ZM15.7793 8.21973C15.4559 7.89664 14.8887 7.93411 14.5195 8.30371L12 10.8242L9.47949 8.30371C9.10978 7.93424 8.54304 7.89697 8.21973 8.2207C7.89664 8.54455 7.93411 9.11129 8.30371 9.48047L10.8242 12L8.30371 14.5205C7.93424 14.8902 7.89697 15.457 8.2207 15.7803C8.54455 16.1034 9.11129 16.0659 9.48047 15.6963L12 13.1758L14.5205 15.6963C14.8902 16.0658 15.457 16.1036 15.7803 15.7803C16.1036 15.457 16.0658 14.8898 15.6963 14.5205L13.1758 12L15.6953 9.47949C16.065 9.10979 16.1027 8.54311 15.7793 8.21973Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ ShieldError2Icon_ShieldError2Icon.displayName = 'ShieldError2Icon|shield-error-2';
22
+ const ShieldError2Icon = ShieldError2Icon_ShieldError2Icon;
23
+ export { ShieldError2Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldErrorIcon: {
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 ShieldErrorIcon;
@@ -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 ShieldErrorIcon_ShieldErrorIcon = ({ 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: "M20.8246 5.21933V4.48011L19.2855 4.45773H19.2807C18.1213 4.39438 16.9795 4.14647 15.8983 3.72334C14.0935 2.99213 12.9383 2.15853 12.9287 2.15052L11.9959 1.47852L11.0775 2.14573C11.0295 2.18091 9.90786 2.99052 8.10306 3.72331C7.02254 4.1543 5.87785 4.40249 4.71587 4.45773L3.17188 4.48013V13.3601C3.17188 15.4001 4.33986 17.6881 6.38305 19.6369C7.26305 20.4769 8.24066 21.1921 9.21507 21.7041C10.2294 22.2369 11.1894 22.5153 12.0007 22.5153C12.8071 22.5153 13.7767 22.2305 14.8039 21.6913C15.8304 21.1374 16.7767 20.4463 17.6167 19.6369C18.51 18.797 19.2702 17.8258 19.8711 16.7569C20.5063 15.5953 20.8279 14.4529 20.8279 13.3585L20.8247 5.22092L20.8246 5.21933ZM11.9559 3.36172L11.9959 3.32973L12.0375 3.36172C12.1735 3.45934 13.4327 4.34253 15.3271 5.11372C17.1831 5.86573 18.9271 5.94891 19.2567 5.95852L19.3175 5.96012L19.3223 13.3601C19.3255 14.9889 18.3239 16.8801 16.5783 18.5505C15.0375 20.0225 13.199 21.0113 12.0007 21.0113C11.4455 21.0113 10.6982 20.7793 9.89827 20.3601C8.9942 19.8725 8.16136 19.2631 7.42306 18.5489C5.67746 16.8801 4.67586 14.9889 4.67586 13.3569V5.95852L4.73984 5.95534C4.81667 5.95534 6.67587 5.92013 8.66947 5.11213C9.82451 4.6488 10.9263 4.06249 11.9559 3.36334V3.36172H11.9559Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M13.1754 11.9998L15.6955 9.47967C16.0653 9.10996 16.1031 8.5432 15.7798 8.21981C15.4564 7.89643 14.8892 7.93433 14.5199 8.30403L11.9998 10.8242L9.47967 8.30403C9.10996 7.93433 8.5432 7.89643 8.21981 8.22024C7.89643 8.54404 7.93433 9.11081 8.30403 9.48009L10.8242 12.0002L8.30403 14.5203C7.93433 14.89 7.89643 15.4568 8.22024 15.7802C8.54404 16.1036 9.11081 16.0657 9.48009 15.696L12.0002 13.1758L14.5203 15.696C14.89 16.0657 15.4568 16.1036 15.7802 15.7802C16.1036 15.4568 16.0657 14.8896 15.696 14.5203L13.1758 12.0002L13.1754 11.9998Z",
22
+ fill: fill
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ ShieldErrorIcon_ShieldErrorIcon.displayName = 'ShieldErrorIcon|shield-error';
28
+ const ShieldErrorIcon = ShieldErrorIcon_ShieldErrorIcon;
29
+ export { ShieldErrorIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldIcon: {
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 ShieldIcon;
@@ -0,0 +1,34 @@
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 ShieldIcon_ShieldIcon = ({ 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 10 14",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ d: "M9.39822 2.62061L9.39818 2.62061C7.55719 2.41233 6.18333 1.91524 5.3048 1.15128L5.30478 1.15126L5.06967 0.946974L5.02787 0.910657L4.9828 0.942814L4.72912 1.12379L4.7291 1.1238C3.33676 2.11788 1.96539 2.61779 0.652952 2.61779H0.257812H0.187565V2.68804V8.21999C0.187565 9.09089 0.572147 9.91612 1.33957 10.7056C2.10604 11.4942 3.25716 12.2502 4.79892 12.9863L4.79895 12.9864L4.96057 13.0634L4.98928 13.0771L5.01851 13.0646L5.18328 12.9938L5.1833 12.9938C8.22985 11.6852 9.81141 10.0842 9.81141 8.21999V2.73032V2.66761L9.74911 2.66052L9.39822 2.62061ZM8.88064 8.21999C8.88064 8.91738 8.56064 9.58995 7.91124 10.2342C7.26603 10.8744 6.29876 11.4831 5.00927 12.0544C3.71352 11.4201 2.7409 10.7795 2.09193 10.1384C1.43816 9.49254 1.11834 8.85183 1.11834 8.21999V3.53117C2.39107 3.43526 3.68649 2.94825 4.97858 2.08317C5.92465 2.78972 7.23593 3.26123 8.88064 3.49325V8.21999Z",
19
+ fill: fill,
20
+ stroke: stroke,
21
+ strokeWidth: 0.140494
22
+ }),
23
+ /*#__PURE__*/ jsx(Path, {
24
+ d: "M7.73234 5.74961C7.81028 5.6539 7.84701 5.53114 7.83444 5.40834C7.82187 5.28554 7.76104 5.17277 7.66532 5.09482C7.56961 5.01688 7.44685 4.98015 7.32405 4.99272C7.20125 5.00529 7.08848 5.06612 7.01053 5.16184L7.01053 5.16184L4.62282 8.09437L3.17375 6.45455L3.17375 6.45454C3.13326 6.40874 3.08415 6.37136 3.02921 6.34454C2.97428 6.31771 2.9146 6.30197 2.85359 6.29821C2.79257 6.29445 2.73141 6.30275 2.6736 6.32263C2.61579 6.3425 2.56246 6.37357 2.51665 6.41406C2.47085 6.45454 2.43347 6.50366 2.40665 6.55859C2.37982 6.61352 2.36408 6.6732 2.36032 6.73422C2.35656 6.79524 2.36486 6.8564 2.38473 6.91421C2.40461 6.97202 2.43568 7.02534 2.47616 7.07114L2.52856 7.02484L2.47617 7.07115L3.98006 8.77301L3.98011 8.77306C4.14963 8.96452 4.38597 9.06307 4.62423 9.06307H4.62429C4.75204 9.06295 4.87819 9.03455 4.99366 8.9799C5.10914 8.92525 5.21108 8.8457 5.29216 8.74698L5.29236 8.74674L7.73234 5.74961ZM7.73234 5.74961L7.67787 5.70526L7.73234 5.74961L7.73234 5.74961ZM4.66997 8.14772L4.62502 8.20293L4.57787 8.14958L4.66997 8.14772Z",
25
+ fill: fill,
26
+ stroke: stroke,
27
+ strokeWidth: 0.140494
28
+ })
29
+ ]
30
+ });
31
+ };
32
+ ShieldIcon_ShieldIcon.displayName = 'ShieldIcon|shield';
33
+ const ShieldIcon = ShieldIcon_ShieldIcon;
34
+ export { ShieldIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldOffIcon: {
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 ShieldOffIcon;
@@ -0,0 +1,34 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Path, Rect } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const ShieldOffIcon_ShieldOffIcon = ({ 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: "M6.03027 5.8291C5.28445 5.94501 4.78227 5.95502 4.74023 5.95508L4.67578 5.95898V13.3564C4.67578 14.9884 5.67734 16.8801 7.42285 18.5488C8.16114 19.263 8.99437 19.8727 9.89844 20.3604C10.6983 20.7795 11.4458 21.0117 12.001 21.0117C13.1993 21.0115 15.0375 20.0225 16.5781 18.5508C17.0507 18.0986 17.4668 17.6283 17.8252 17.1533L18.915 18.1992C18.5213 18.7112 18.0881 19.193 17.6162 19.6367C16.7763 20.446 15.8302 21.1375 14.8037 21.6914C13.7767 22.2305 12.8073 22.5156 12.001 22.5156C11.1898 22.5156 10.2292 22.2369 9.21484 21.7041C8.24049 21.1921 7.26276 20.4767 6.38281 19.6367C4.33984 17.688 3.17196 15.4002 3.17188 13.3604V4.48047L4.60352 4.45898L6.03027 5.8291ZM12.9287 2.15039C12.9383 2.15841 14.0936 2.99243 15.8984 3.72363C16.9795 4.14666 18.1211 4.39464 19.2803 4.45801H19.2852L20.8242 4.48047V5.2207L20.8281 13.3584C20.8281 14.0078 20.7121 14.6734 20.4873 15.3506L19.2529 14.1162C19.2976 13.8592 19.3227 13.607 19.3223 13.3604L19.3174 5.95996L19.2568 5.95898C18.9272 5.94938 17.1832 5.8653 15.3271 5.11328C13.4328 4.3421 12.1731 3.45894 12.0371 3.36133L11.9961 3.33008L11.9561 3.36133V3.36328C11.2568 3.83816 10.5227 4.2584 9.7627 4.62598L8.63184 3.49512C10.123 2.83135 11.0328 2.17799 11.0771 2.14551L11.9961 1.47852L12.9287 2.15039Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Rect, {
21
+ x: 2.92969,
22
+ y: 0.817383,
23
+ width: 28.3952,
24
+ height: 1.7747,
25
+ rx: 0.887349,
26
+ transform: "rotate(45 2.92969 0.817383)",
27
+ fill: fill
28
+ })
29
+ ]
30
+ });
31
+ };
32
+ ShieldOffIcon_ShieldOffIcon.displayName = 'ShieldOffIcon|shield-off';
33
+ const ShieldOffIcon = ShieldOffIcon_ShieldOffIcon;
34
+ export { ShieldOffIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldSuccess2Icon: {
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 ShieldSuccess2Icon;
@@ -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 ShieldSuccess2Icon_ShieldSuccess2Icon = ({ 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: "M12.9287 2.14844C12.9383 2.15645 14.0936 2.99048 15.8984 3.72168C16.9795 4.14471 18.1211 4.39268 19.2803 4.45605H19.2852L20.8242 4.47852V5.21777L20.8281 13.3564C20.8281 14.4508 20.5063 15.5933 19.8711 16.7549C19.2702 17.8238 18.5096 18.7948 17.6162 19.6348C16.7763 20.4441 15.8302 21.1356 14.8037 21.6895C13.7767 22.2285 12.8073 22.5136 12.001 22.5137C11.1898 22.5137 10.2292 22.235 9.21484 21.7021C8.24049 21.1902 7.26276 20.4747 6.38281 19.6348C4.33984 17.6861 3.17196 15.3983 3.17188 13.3584V4.47852L4.71582 4.45605C5.8778 4.40082 7.023 4.15267 8.10352 3.72168C9.90698 2.98939 11.0278 2.17972 11.0771 2.14355L11.9961 1.47656L12.9287 2.14844ZM15.5068 8.67285C15.2834 8.6958 15.0784 8.8063 14.9365 8.98047L11.2422 13.5176L9.03711 11.0215C8.9635 10.9382 8.87425 10.8701 8.77441 10.8213C8.67441 10.7725 8.56518 10.7441 8.4541 10.7373C8.34319 10.7305 8.23205 10.7452 8.12695 10.7812C8.02171 10.8174 7.9242 10.8745 7.84082 10.9482C7.75755 11.0219 7.68941 11.111 7.64062 11.2109C7.59186 11.3108 7.56353 11.4193 7.55664 11.5303C7.5498 11.6413 7.5644 11.7532 7.60059 11.8584C7.63676 11.9636 7.69392 12.0602 7.76758 12.1436L10.1465 14.8359C10.4364 15.1633 10.8407 15.332 11.248 15.332C11.4665 15.3318 11.6824 15.2829 11.8799 15.1895C12.0772 15.096 12.252 14.9597 12.3906 14.791L16.25 10.0498C16.3918 9.87557 16.4594 9.65222 16.4365 9.42871C16.4136 9.20526 16.3021 9.00024 16.1279 8.8584C15.9537 8.71661 15.7303 8.64998 15.5068 8.67285Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ ShieldSuccess2Icon_ShieldSuccess2Icon.displayName = 'ShieldSuccess2Icon|shield-success-2';
22
+ const ShieldSuccess2Icon = ShieldSuccess2Icon_ShieldSuccess2Icon;
23
+ export { ShieldSuccess2Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldSuccessIcon: {
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 ShieldSuccessIcon;
@@ -0,0 +1,32 @@
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 ShieldSuccessIcon_ShieldSuccessIcon = ({ 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 24 24",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsx(Path, {
18
+ d: "M20.8246 5.21933V4.48011L19.2855 4.45773H19.2807C18.1213 4.39438 16.9795 4.14647 15.8983 3.72334C14.0935 2.99213 12.9383 2.15853 12.9287 2.15052L11.9959 1.47852L11.0775 2.14573C11.0295 2.18091 9.90786 2.99052 8.10306 3.72331C7.02254 4.1543 5.87785 4.40249 4.71587 4.45773L3.17188 4.48013V13.3601C3.17188 15.4001 4.33986 17.6881 6.38305 19.6369C7.26305 20.4769 8.24066 21.1921 9.21507 21.7041C10.2294 22.2369 11.1894 22.5153 12.0007 22.5153C12.8071 22.5153 13.7767 22.2305 14.8039 21.6913C15.8304 21.1374 16.7767 20.4463 17.6167 19.6369C18.51 18.797 19.2702 17.8258 19.8711 16.7569C20.5063 15.5953 20.8279 14.4529 20.8279 13.3585L20.8247 5.22092L20.8246 5.21933ZM11.9559 3.36172L11.9959 3.32973L12.0375 3.36172C12.1735 3.45934 13.4327 4.34253 15.3271 5.11372C17.1831 5.86573 18.9271 5.94891 19.2567 5.95852L19.3175 5.96012L19.3223 13.3601C19.3255 14.9889 18.3239 16.8801 16.5783 18.5505C15.0375 20.0225 13.199 21.0113 12.0007 21.0113C11.4455 21.0113 10.6982 20.7793 9.89827 20.3601C8.9942 19.8725 8.16136 19.2631 7.42306 18.5489C5.67746 16.8801 4.67586 14.9889 4.67586 13.3569V5.95852L4.73984 5.95534C4.81667 5.95534 6.67587 5.92013 8.66947 5.11213C9.82451 4.6488 10.9263 4.06249 11.9559 3.36334V3.36172H11.9559Z",
19
+ fill: fill
20
+ }),
21
+ /*#__PURE__*/ jsx(Path, {
22
+ d: "M15.5205 8.78271C15.7147 8.76284 15.9091 8.82154 16.0605 8.94482C16.2118 9.06804 16.3082 9.24591 16.3281 9.43994C16.348 9.63407 16.2901 9.82862 16.167 9.97998L12.3076 14.7202L12.3066 14.7212C12.1785 14.8772 12.0174 15.003 11.835 15.0894C11.6524 15.1757 11.4529 15.2209 11.251 15.2212H11.25C10.8733 15.2211 10.4995 15.0649 10.2314 14.7622L7.85254 12.0708C7.7885 11.9984 7.73945 11.9132 7.70801 11.8218C7.67667 11.7305 7.66401 11.6339 7.66992 11.5376C7.67587 11.4411 7.70074 11.3462 7.74316 11.2593C7.78558 11.1725 7.84466 11.0947 7.91699 11.0308C7.9894 10.9668 8.07368 10.9176 8.16504 10.8862C8.25648 10.8548 8.35368 10.8422 8.4502 10.8481C8.54656 10.8541 8.64078 10.879 8.72754 10.9214C8.81439 10.9638 8.89204 11.0228 8.95605 11.0952L11.248 13.689L15.0254 9.05029C15.1486 8.89912 15.3265 8.80264 15.5205 8.78271Z",
23
+ fill: fill,
24
+ stroke: stroke,
25
+ strokeWidth: 0.222222
26
+ })
27
+ ]
28
+ });
29
+ };
30
+ ShieldSuccessIcon_ShieldSuccessIcon.displayName = 'ShieldSuccessIcon|shield-success';
31
+ const ShieldSuccessIcon = ShieldSuccessIcon_ShieldSuccessIcon;
32
+ export { ShieldSuccessIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldWarning2Icon: {
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 ShieldWarning2Icon;
@@ -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 ShieldWarning2Icon_ShieldWarning2Icon = ({ 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: "M12.9287 2.14844C12.9383 2.15645 14.0936 2.99048 15.8984 3.72168C16.9795 4.14471 18.1211 4.39268 19.2803 4.45605H19.2852L20.8242 4.47852V5.21777L20.8281 13.3564C20.8281 14.4508 20.5063 15.5933 19.8711 16.7549C19.2702 17.8238 18.5096 18.7948 17.6162 19.6348C16.7763 20.4441 15.8302 21.1356 14.8037 21.6895C13.7767 22.2285 12.8073 22.5136 12.001 22.5137C11.1898 22.5137 10.2292 22.235 9.21484 21.7021C8.24049 21.1902 7.26276 20.4747 6.38281 19.6348C4.33984 17.6861 3.17196 15.3983 3.17188 13.3584V4.47852L4.71582 4.45605C5.8778 4.40082 7.023 4.15267 8.10352 3.72168C9.90698 2.98939 11.0278 2.17972 11.0771 2.14355L11.9961 1.47656L12.9287 2.14844ZM12.0039 14.3906C11.2465 14.3906 10.6318 14.9942 10.6318 15.7383C10.6319 16.4823 11.2466 17.0859 12.0039 17.0859C12.7611 17.0858 13.3749 16.4822 13.375 15.7383C13.375 14.9942 12.7612 14.3908 12.0039 14.3906ZM11.9971 7.99414C11.5113 7.99424 11.1172 8.38099 11.1172 8.85742V12.5244C11.1173 13.0016 11.5114 13.3876 11.9971 13.3877C12.4828 13.3877 12.8768 13.0016 12.877 12.5244V8.85742C12.877 8.38091 12.4829 7.99414 11.9971 7.99414Z",
17
+ fill: fill
18
+ })
19
+ });
20
+ };
21
+ ShieldWarning2Icon_ShieldWarning2Icon.displayName = 'ShieldWarning2Icon|shield-warning-2';
22
+ const ShieldWarning2Icon = ShieldWarning2Icon_ShieldWarning2Icon;
23
+ export { ShieldWarning2Icon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const ShieldWarningIcon: {
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 ShieldWarningIcon;
@@ -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 ShieldWarningIcon = ({ 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: "M20.8246 5.21933V4.48011L19.2855 4.45773H19.2807C18.1213 4.39438 16.9795 4.14647 15.8983 3.72334C14.0935 2.99213 12.9383 2.15853 12.9287 2.15052L11.9959 1.47852L11.0775 2.14573C11.0295 2.18091 9.90786 2.99052 8.10306 3.72331C7.02254 4.1543 5.87785 4.40249 4.71587 4.45773L3.17188 4.48013V13.3601C3.17188 15.4001 4.33986 17.6881 6.38305 19.6369C7.26305 20.4769 8.24066 21.1921 9.21507 21.7041C10.2294 22.2369 11.1894 22.5153 12.0007 22.5153C12.8071 22.5153 13.7767 22.2305 14.8039 21.6913C15.8304 21.1374 16.7767 20.4463 17.6167 19.6369C18.51 18.797 19.2702 17.8258 19.8711 16.7569C20.5063 15.5953 20.8279 14.4529 20.8279 13.3585L20.8247 5.22092L20.8246 5.21933ZM11.9559 3.36172L11.9959 3.32973L12.0375 3.36172C12.1735 3.45934 13.4327 4.34253 15.3271 5.11372C17.1831 5.86573 18.9271 5.94891 19.2567 5.95852L19.3175 5.96012L19.3223 13.3601C19.3255 14.9889 18.3239 16.8801 16.5783 18.5505C15.0375 20.0225 13.199 21.0113 12.0007 21.0113C11.4455 21.0113 10.6982 20.7793 9.89827 20.3601C8.9942 19.8725 8.16136 19.2631 7.42306 18.5489C5.67746 16.8801 4.67586 14.9889 4.67586 13.3569V5.95852L4.73984 5.95534C4.81667 5.95534 6.67587 5.92013 8.66947 5.11213C9.82451 4.6488 10.9263 4.06249 11.9559 3.36334V3.36172H11.9559Z",
18
+ fill: fill
19
+ }),
20
+ /*#__PURE__*/ jsx(Path, {
21
+ d: "M11.9973 13.3864C12.4831 13.3864 12.8774 13.0005 12.8774 12.5232V8.85638C12.8774 8.37986 12.4831 7.99316 11.9973 7.99316C11.5114 7.99316 11.1171 8.37988 11.1171 8.85638V12.5232C11.1171 13.0005 11.5114 13.3864 11.9973 13.3864ZM12.0036 17.0845C11.2462 17.0845 10.6321 16.4813 10.6321 15.7371C10.6321 14.993 11.2462 14.3898 12.0036 14.3898C12.761 14.3898 13.375 14.993 13.375 15.7371C13.375 16.4813 12.761 17.0845 12.0036 17.0845Z",
22
+ fill: fill
23
+ })
24
+ ]
25
+ });
26
+ };
27
+ ShieldWarningIcon.displayName = 'ShieldWarningIcon|shield-warning';
28
+ const native_ShieldWarningIcon = ShieldWarningIcon;
29
+ export { native_ShieldWarningIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SmartWalletIcon: {
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 SmartWalletIcon;
@@ -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 SmartWalletIcon_SmartWalletIcon = ({ 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 17",
13
+ fill: "none",
14
+ ...props,
15
+ children: /*#__PURE__*/ jsx(Path, {
16
+ d: "M10.1562 6.66992C11.8847 8.13057 12.7255 9.88006 12.7256 11.9443C12.7256 12.7892 12.2932 13.558 11.2773 14.25L11.2646 14.2588H4.71484C3.70435 13.5615 3.27441 12.7897 3.27441 11.9443C3.27448 9.75837 4.13286 8.02195 5.87109 6.69629L5.90625 6.66992H10.1562ZM7.45508 8.07422C7.02115 8.07422 6.67578 8.42672 6.67578 8.85449V10.5225H6.52246C5.95314 10.5225 5.69042 11.2304 6.12207 11.6016L7.63379 12.9014C7.86507 13.1003 8.20756 13.0989 8.4375 12.8984L9.92871 11.5986C10.3563 11.2259 10.0927 10.5225 9.52539 10.5225H9.39355V8.85645C9.39355 8.42897 9.05015 8.07438 8.61426 8.07422H7.45508ZM8.03418 3.24121C8.4059 3.24121 8.73871 3.40141 8.96582 3.65723L9.1123 3.82227H10.2002L9.88672 5.08398H6.12598L5.81348 3.82227H6.95605L7.10254 3.6582C7.33973 3.39222 7.67837 3.24131 8.03418 3.24121Z",
17
+ stroke: stroke,
18
+ strokeWidth: 0.982003
19
+ })
20
+ });
21
+ };
22
+ SmartWalletIcon_SmartWalletIcon.displayName = 'SmartWalletIcon|smart-wallet';
23
+ const SmartWalletIcon = SmartWalletIcon_SmartWalletIcon;
24
+ export { SmartWalletIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SniperIcon: {
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 SniperIcon;
@@ -0,0 +1,75 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ import external_react_native_svg_default, { Circle, ClipPath, Defs, G, Path, Rect } from "react-native-svg";
4
+ import { isThemeColor, useIconsContext } from "../core/index.js";
5
+ const SniperIcon_SniperIcon = ({ 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 17",
14
+ fill: "none",
15
+ ...props,
16
+ children: [
17
+ /*#__PURE__*/ jsxs(G, {
18
+ clipPath: "url(#prefix__clip0_22092_64921)",
19
+ children: [
20
+ /*#__PURE__*/ jsx(Circle, {
21
+ cx: 7.99749,
22
+ cy: 8.74944,
23
+ r: 5.25714,
24
+ stroke: stroke,
25
+ strokeWidth: 0.914286
26
+ }),
27
+ /*#__PURE__*/ jsx(Path, {
28
+ d: "M7.99805 1.89258V5.32115",
29
+ stroke: stroke,
30
+ strokeWidth: 0.914286,
31
+ strokeLinecap: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx(Path, {
34
+ d: "M14.8535 8.75L11.4249 8.75",
35
+ stroke: stroke,
36
+ strokeWidth: 0.914286,
37
+ strokeLinecap: "round"
38
+ }),
39
+ /*#__PURE__*/ jsx(Path, {
40
+ d: "M7.99805 12.1777V15.6063",
41
+ stroke: stroke,
42
+ strokeWidth: 0.914286,
43
+ strokeLinecap: "round"
44
+ }),
45
+ /*#__PURE__*/ jsx(Path, {
46
+ d: "M4.56836 8.75L1.13979 8.75",
47
+ stroke: stroke,
48
+ strokeWidth: 0.914286,
49
+ strokeLinecap: "round"
50
+ }),
51
+ /*#__PURE__*/ jsx(Circle, {
52
+ cx: 7.99637,
53
+ cy: 8.75028,
54
+ r: 1.14286,
55
+ fill: fill
56
+ })
57
+ ]
58
+ }),
59
+ /*#__PURE__*/ jsx(Defs, {
60
+ children: /*#__PURE__*/ jsx(ClipPath, {
61
+ id: "prefix__clip0_22092_64921",
62
+ children: /*#__PURE__*/ jsx(Rect, {
63
+ width: 16,
64
+ height: 16,
65
+ fill: fill,
66
+ transform: "translate(-0.00195312 0.75)"
67
+ })
68
+ })
69
+ })
70
+ ]
71
+ });
72
+ };
73
+ SniperIcon_SniperIcon.displayName = 'SniperIcon|sniper';
74
+ const SniperIcon = SniperIcon_SniperIcon;
75
+ export { SniperIcon as default };
@@ -0,0 +1,7 @@
1
+ import { type IconColor } from '../core';
2
+ import { type IconProps } from './types';
3
+ declare const SnowflakeIcon: {
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 SnowflakeIcon;