@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.
- package/README.md +300 -3
- package/dist/core/index.d.ts +19 -0
- package/dist/core/index.js +24 -0
- package/dist/native/AlertOffIcon.d.ts +7 -0
- package/dist/native/AlertOffIcon.js +26 -0
- package/dist/native/AlertOnIcon.d.ts +7 -0
- package/dist/native/AlertOnIcon.js +26 -0
- package/dist/native/AllIcon.d.ts +7 -0
- package/dist/native/AllIcon.js +23 -0
- package/dist/native/Assets2Icon.d.ts +7 -0
- package/dist/native/Assets2Icon.js +23 -0
- package/dist/native/AssetsIcon.d.ts +7 -0
- package/dist/native/AssetsIcon.js +38 -0
- package/dist/native/BackupWalletIcon.d.ts +7 -0
- package/dist/native/BackupWalletIcon.js +29 -0
- package/dist/native/BottleIcon.d.ts +7 -0
- package/dist/native/BottleIcon.js +50 -0
- package/dist/native/BubbleChainIcon.d.ts +7 -0
- package/dist/native/BubbleChainIcon.js +24 -0
- package/dist/native/BundlerIcon.d.ts +7 -0
- package/dist/native/BundlerIcon.js +98 -0
- package/dist/native/BurnIcon.d.ts +7 -0
- package/dist/native/BurnIcon.js +29 -0
- package/dist/native/CabalLeaderIcon.d.ts +7 -0
- package/dist/native/CabalLeaderIcon.js +29 -0
- package/dist/native/CabalsIcon.d.ts +7 -0
- package/dist/native/CabalsIcon.js +29 -0
- package/dist/native/CameraIcon.d.ts +7 -0
- package/dist/native/CameraIcon.js +26 -0
- package/dist/native/CashAddIcon.d.ts +7 -0
- package/dist/native/CashAddIcon.js +23 -0
- package/dist/native/CashInIcon.d.ts +7 -0
- package/dist/native/CashInIcon.js +24 -0
- package/dist/native/ChartCandleIcon.d.ts +7 -0
- package/dist/native/ChartCandleIcon.js +39 -0
- package/dist/native/ChartLineIcon.d.ts +7 -0
- package/dist/native/ChartLineIcon.js +23 -0
- package/dist/native/CheckIcon.d.ts +7 -0
- package/dist/native/CheckIcon.js +23 -0
- package/dist/native/ChevronDownIcon.d.ts +7 -0
- package/dist/native/ChevronDownIcon.js +25 -0
- package/dist/native/ChevronLeftIcon.d.ts +7 -0
- package/dist/native/ChevronLeftIcon.js +25 -0
- package/dist/native/ChevronRightIcon.d.ts +7 -0
- package/dist/native/ChevronRightIcon.js +25 -0
- package/dist/native/ChevronUpIcon.d.ts +7 -0
- package/dist/native/ChevronUpIcon.js +25 -0
- package/dist/native/ChooseIcon.d.ts +7 -0
- package/dist/native/ChooseIcon.js +23 -0
- package/dist/native/CircleCheckedIcon.d.ts +7 -0
- package/dist/native/CircleCheckedIcon.js +23 -0
- package/dist/native/CircleMinusIcon.d.ts +7 -0
- package/dist/native/CircleMinusIcon.js +23 -0
- package/dist/native/CirclePlusIcon.d.ts +7 -0
- package/dist/native/CirclePlusIcon.js +23 -0
- package/dist/native/ClearIcon.d.ts +7 -0
- package/dist/native/ClearIcon.js +29 -0
- package/dist/native/CloseIcon.d.ts +7 -0
- package/dist/native/CloseIcon.js +25 -0
- package/dist/native/CloudIcon.d.ts +7 -0
- package/dist/native/CloudIcon.js +41 -0
- package/dist/native/ColorCancelledIcon.d.ts +7 -0
- package/dist/native/ColorCancelledIcon.js +25 -0
- package/dist/native/ColorErrorIcon.d.ts +7 -0
- package/dist/native/ColorErrorIcon.js +17 -0
- package/dist/native/ColorEvmIcon.d.ts +7 -0
- package/dist/native/ColorEvmIcon.js +75 -0
- package/dist/native/ColorFailedIcon.d.ts +7 -0
- package/dist/native/ColorFailedIcon.js +30 -0
- package/dist/native/ColorFailedLightIcon.d.ts +7 -0
- package/dist/native/ColorFailedLightIcon.js +26 -0
- package/dist/native/ColorInstagramIcon.d.ts +7 -0
- package/dist/native/ColorInstagramIcon.js +118 -0
- package/dist/native/ColorLaunchPlatformIcon.d.ts +7 -0
- package/dist/native/ColorLaunchPlatformIcon.js +111 -0
- package/dist/native/ColorPauseIcon.d.ts +7 -0
- package/dist/native/ColorPauseIcon.js +39 -0
- package/dist/native/ColorPendingIcon.d.ts +7 -0
- package/dist/native/ColorPendingIcon.js +34 -0
- package/dist/native/ColorSafeIcon.d.ts +7 -0
- package/dist/native/ColorSafeIcon.js +17 -0
- package/dist/native/ColorSuccessIcon.d.ts +7 -0
- package/dist/native/ColorSuccessIcon.js +30 -0
- package/dist/native/ColorSuccessLightIcon.d.ts +7 -0
- package/dist/native/ColorSuccessLightIcon.js +30 -0
- package/dist/native/ColorTiktokIcon.d.ts +7 -0
- package/dist/native/ColorTiktokIcon.js +35 -0
- package/dist/native/ColorTwitterTweetIcon.d.ts +7 -0
- package/dist/native/ColorTwitterTweetIcon.js +17 -0
- package/dist/native/ColorWarningIcon.d.ts +7 -0
- package/dist/native/ColorWarningIcon.js +17 -0
- package/dist/native/ColorYoutubeIcon.d.ts +7 -0
- package/dist/native/ColorYoutubeIcon.js +26 -0
- package/dist/native/ConceptIcon.d.ts +7 -0
- package/dist/native/ConceptIcon.js +32 -0
- package/dist/native/ConnectIcon.d.ts +7 -0
- package/dist/native/ConnectIcon.js +23 -0
- package/dist/native/ControlIcon.d.ts +7 -0
- package/dist/native/ControlIcon.js +26 -0
- package/dist/native/CopyIcon.d.ts +7 -0
- package/dist/native/CopyIcon.js +23 -0
- package/dist/native/CrownIcon.d.ts +7 -0
- package/dist/native/CrownIcon.js +23 -0
- package/dist/native/CubeIcon.d.ts +7 -0
- package/dist/native/CubeIcon.js +98 -0
- package/dist/native/DashboardIcon.d.ts +7 -0
- package/dist/native/DashboardIcon.js +23 -0
- package/dist/native/DeleteIcon.d.ts +7 -0
- package/dist/native/DeleteIcon.js +23 -0
- package/dist/native/DevIcon.d.ts +7 -0
- package/dist/native/DevIcon.js +41 -0
- package/dist/native/DisconnectIcon.d.ts +7 -0
- package/dist/native/DisconnectIcon.js +23 -0
- package/dist/native/DockBottomIcon.d.ts +7 -0
- package/dist/native/DockBottomIcon.js +39 -0
- package/dist/native/DockRightIcon.d.ts +7 -0
- package/dist/native/DockRightIcon.js +39 -0
- package/dist/native/DollarHexagonIcon.d.ts +7 -0
- package/dist/native/DollarHexagonIcon.js +29 -0
- package/dist/native/DollarWhiteIcon.d.ts +7 -0
- package/dist/native/DollarWhiteIcon.js +38 -0
- package/dist/native/DotIcon.d.ts +7 -0
- package/dist/native/DotIcon.js +25 -0
- package/dist/native/DownArrowIcon.d.ts +7 -0
- package/dist/native/DownArrowIcon.js +23 -0
- package/dist/native/DownIcon.d.ts +7 -0
- package/dist/native/DownIcon.js +23 -0
- package/dist/native/DownloadIcon.d.ts +7 -0
- package/dist/native/DownloadIcon.js +33 -0
- package/dist/native/DraggableIcon.d.ts +7 -0
- package/dist/native/DraggableIcon.js +23 -0
- package/dist/native/DraggableVIcon.d.ts +7 -0
- package/dist/native/DraggableVIcon.js +23 -0
- package/dist/native/EarnDollarIcon.d.ts +7 -0
- package/dist/native/EarnDollarIcon.js +29 -0
- package/dist/native/EditIcon.d.ts +7 -0
- package/dist/native/EditIcon.js +29 -0
- package/dist/native/EmptyBoxIcon.d.ts +7 -0
- package/dist/native/EmptyBoxIcon.js +35 -0
- package/dist/native/ExchangeIcon.d.ts +7 -0
- package/dist/native/ExchangeIcon.js +23 -0
- package/dist/native/ExportIcon.d.ts +7 -0
- package/dist/native/ExportIcon.js +33 -0
- package/dist/native/ExternalLinkIcon.d.ts +7 -0
- package/dist/native/ExternalLinkIcon.js +23 -0
- package/dist/native/EyeClosedIcon.d.ts +7 -0
- package/dist/native/EyeClosedIcon.js +23 -0
- package/dist/native/EyeOpenIcon.d.ts +7 -0
- package/dist/native/EyeOpenIcon.js +23 -0
- package/dist/native/FastForwardIcon.d.ts +7 -0
- package/dist/native/FastForwardIcon.js +41 -0
- package/dist/native/Filter2Icon.d.ts +7 -0
- package/dist/native/Filter2Icon.js +23 -0
- package/dist/native/FilterDeleteIcon.d.ts +7 -0
- package/dist/native/FilterDeleteIcon.js +29 -0
- package/dist/native/FilterIcon.d.ts +7 -0
- package/dist/native/FilterIcon.js +23 -0
- package/dist/native/FireIcon.d.ts +7 -0
- package/dist/native/FireIcon.js +23 -0
- package/dist/native/FlashIcon.d.ts +7 -0
- package/dist/native/FlashIcon.js +23 -0
- package/dist/native/FloatIcon.d.ts +7 -0
- package/dist/native/FloatIcon.js +29 -0
- package/dist/native/FolderIcon.d.ts +7 -0
- package/dist/native/FolderIcon.js +23 -0
- package/dist/native/GasfeeIcon.d.ts +7 -0
- package/dist/native/GasfeeIcon.js +37 -0
- package/dist/native/GhostIcon.d.ts +7 -0
- package/dist/native/GhostIcon.js +105 -0
- package/dist/native/HiddenIcon.d.ts +7 -0
- package/dist/native/HiddenIcon.js +23 -0
- package/dist/native/HistoryIcon.d.ts +7 -0
- package/dist/native/HistoryIcon.js +52 -0
- package/dist/native/ImportExportIcon.d.ts +7 -0
- package/dist/native/ImportExportIcon.js +29 -0
- package/dist/native/InsidersIcon.d.ts +7 -0
- package/dist/native/InsidersIcon.js +105 -0
- package/dist/native/InternetIcon.d.ts +7 -0
- package/dist/native/InternetIcon.js +26 -0
- package/dist/native/InviteDollarIcon.d.ts +7 -0
- package/dist/native/InviteDollarIcon.js +23 -0
- package/dist/native/JoinOurCommunityIcon.d.ts +7 -0
- package/dist/native/JoinOurCommunityIcon.js +23 -0
- package/dist/native/KLineIcon.d.ts +7 -0
- package/dist/native/KLineIcon.js +25 -0
- package/dist/native/ListSettingIcon.d.ts +7 -0
- package/dist/native/ListSettingIcon.js +23 -0
- package/dist/native/ListedIcon.d.ts +7 -0
- package/dist/native/ListedIcon.js +47 -0
- package/dist/native/LockIcon.d.ts +7 -0
- package/dist/native/LockIcon.js +23 -0
- package/dist/native/LogoDiscordIcon.d.ts +7 -0
- package/dist/native/LogoDiscordIcon.js +38 -0
- package/dist/native/LogoTelegramIcon.d.ts +7 -0
- package/dist/native/LogoTelegramIcon.js +25 -0
- package/dist/native/LogoXIcon.d.ts +7 -0
- package/dist/native/LogoXIcon.js +38 -0
- package/dist/native/MailIcon.d.ts +7 -0
- package/dist/native/MailIcon.js +23 -0
- package/dist/native/MigratingArrowIcon.d.ts +7 -0
- package/dist/native/MigratingArrowIcon.js +25 -0
- package/dist/native/MnemonicToggleIcon.d.ts +7 -0
- package/dist/native/MnemonicToggleIcon.js +23 -0
- package/dist/native/MoreIcon.d.ts +7 -0
- package/dist/native/MoreIcon.js +33 -0
- package/dist/native/NetworkIcon.d.ts +7 -0
- package/dist/native/NetworkIcon.js +23 -0
- package/dist/native/NoMintIcon.d.ts +7 -0
- package/dist/native/NoMintIcon.js +52 -0
- package/dist/native/OrdersIcon.d.ts +7 -0
- package/dist/native/OrdersIcon.js +33 -0
- package/dist/native/OwlIcon.d.ts +7 -0
- package/dist/native/OwlIcon.js +46 -0
- package/dist/native/PanelIcon.d.ts +7 -0
- package/dist/native/PanelIcon.js +39 -0
- package/dist/native/ParticleIcon.d.ts +7 -0
- package/dist/native/ParticleIcon.js +47 -0
- package/dist/native/PasskeyIcon.d.ts +7 -0
- package/dist/native/PasskeyIcon.js +23 -0
- package/dist/native/PasteIcon.d.ts +7 -0
- package/dist/native/PasteIcon.js +23 -0
- package/dist/native/Pause2Icon.d.ts +7 -0
- package/dist/native/Pause2Icon.js +45 -0
- package/dist/native/PauseIcon.d.ts +7 -0
- package/dist/native/PauseIcon.js +23 -0
- package/dist/native/Percent_signIcon.d.ts +7 -0
- package/dist/native/Percent_signIcon.js +23 -0
- package/dist/native/PersonFollowIcon.d.ts +7 -0
- package/dist/native/PersonFollowIcon.js +43 -0
- package/dist/native/PersonIcon.d.ts +7 -0
- package/dist/native/PersonIcon.js +73 -0
- package/dist/native/PinIcon.d.ts +7 -0
- package/dist/native/PinIcon.js +31 -0
- package/dist/native/PinnedIcon.d.ts +7 -0
- package/dist/native/PinnedIcon.js +35 -0
- package/dist/native/PlayIcon.d.ts +7 -0
- package/dist/native/PlayIcon.js +45 -0
- package/dist/native/PlusIcon.d.ts +7 -0
- package/dist/native/PlusIcon.js +23 -0
- package/dist/native/ProTraderIcon.d.ts +7 -0
- package/dist/native/ProTraderIcon.js +25 -0
- package/dist/native/ProfileUpdateIcon.d.ts +7 -0
- package/dist/native/ProfileUpdateIcon.js +29 -0
- package/dist/native/PulseIcon.d.ts +7 -0
- package/dist/native/PulseIcon.js +23 -0
- package/dist/native/QuestionIcon.d.ts +7 -0
- package/dist/native/QuestionIcon.js +33 -0
- package/dist/native/RadioOffIcon.d.ts +7 -0
- package/dist/native/RadioOffIcon.js +24 -0
- package/dist/native/RadioOnIcon.d.ts +7 -0
- package/dist/native/RadioOnIcon.js +46 -0
- package/dist/native/ReTweetIcon.d.ts +7 -0
- package/dist/native/ReTweetIcon.js +23 -0
- package/dist/native/RedPocketIcon.d.ts +7 -0
- package/dist/native/RedPocketIcon.js +26 -0
- package/dist/native/Refresh2Icon.d.ts +7 -0
- package/dist/native/Refresh2Icon.js +23 -0
- package/dist/native/RefreshIcon.d.ts +7 -0
- package/dist/native/RefreshIcon.js +23 -0
- package/dist/native/RotateRightIcon.d.ts +7 -0
- package/dist/native/RotateRightIcon.js +26 -0
- package/dist/native/ScaleInIcon.d.ts +7 -0
- package/dist/native/ScaleInIcon.js +29 -0
- package/dist/native/SearchIcon.d.ts +7 -0
- package/dist/native/SearchIcon.js +23 -0
- package/dist/native/SecureTips1Icon.d.ts +7 -0
- package/dist/native/SecureTips1Icon.js +39 -0
- package/dist/native/SecureTips2Icon.d.ts +7 -0
- package/dist/native/SecureTips2Icon.js +39 -0
- package/dist/native/SecureTips3Icon.d.ts +7 -0
- package/dist/native/SecureTips3Icon.js +33 -0
- package/dist/native/SettingIcon.d.ts +7 -0
- package/dist/native/SettingIcon.js +23 -0
- package/dist/native/Settings2Icon.d.ts +7 -0
- package/dist/native/Settings2Icon.js +23 -0
- package/dist/native/SettingsIcon.d.ts +7 -0
- package/dist/native/SettingsIcon.js +23 -0
- package/dist/native/ShareIcon.d.ts +7 -0
- package/dist/native/ShareIcon.js +23 -0
- package/dist/native/ShieldError2Icon.d.ts +7 -0
- package/dist/native/ShieldError2Icon.js +23 -0
- package/dist/native/ShieldErrorIcon.d.ts +7 -0
- package/dist/native/ShieldErrorIcon.js +29 -0
- package/dist/native/ShieldIcon.d.ts +7 -0
- package/dist/native/ShieldIcon.js +34 -0
- package/dist/native/ShieldOffIcon.d.ts +7 -0
- package/dist/native/ShieldOffIcon.js +34 -0
- package/dist/native/ShieldSuccess2Icon.d.ts +7 -0
- package/dist/native/ShieldSuccess2Icon.js +23 -0
- package/dist/native/ShieldSuccessIcon.d.ts +7 -0
- package/dist/native/ShieldSuccessIcon.js +32 -0
- package/dist/native/ShieldWarning2Icon.d.ts +7 -0
- package/dist/native/ShieldWarning2Icon.js +23 -0
- package/dist/native/ShieldWarningIcon.d.ts +7 -0
- package/dist/native/ShieldWarningIcon.js +29 -0
- package/dist/native/SmartWalletIcon.d.ts +7 -0
- package/dist/native/SmartWalletIcon.js +24 -0
- package/dist/native/SniperIcon.d.ts +7 -0
- package/dist/native/SniperIcon.js +75 -0
- package/dist/native/SnowflakeIcon.d.ts +7 -0
- package/dist/native/SnowflakeIcon.js +124 -0
- package/dist/native/SortDownIcon.d.ts +7 -0
- package/dist/native/SortDownIcon.js +23 -0
- package/dist/native/SortFilterIcon.d.ts +7 -0
- package/dist/native/SortFilterIcon.js +23 -0
- package/dist/native/SortFilterUpIcon.d.ts +7 -0
- package/dist/native/SortFilterUpIcon.js +23 -0
- package/dist/native/SoundIcon.d.ts +7 -0
- package/dist/native/SoundIcon.js +23 -0
- package/dist/native/SquarePlusIcon.d.ts +7 -0
- package/dist/native/SquarePlusIcon.js +35 -0
- package/dist/native/StarIcon.d.ts +7 -0
- package/dist/native/StarIcon.js +23 -0
- package/dist/native/StarMarkIcon.d.ts +7 -0
- package/dist/native/StarMarkIcon.js +29 -0
- package/dist/native/StarredIcon.d.ts +7 -0
- package/dist/native/StarredIcon.js +23 -0
- package/dist/native/StatusFailIcon.d.ts +7 -0
- package/dist/native/StatusFailIcon.js +29 -0
- package/dist/native/StatusSuccessIcon.d.ts +7 -0
- package/dist/native/StatusSuccessIcon.js +29 -0
- package/dist/native/SwitchIcon.d.ts +7 -0
- package/dist/native/SwitchIcon.js +23 -0
- package/dist/native/SwordsIcon.d.ts +7 -0
- package/dist/native/SwordsIcon.js +23 -0
- package/dist/native/TabbarAccountIcon.d.ts +7 -0
- package/dist/native/TabbarAccountIcon.js +33 -0
- package/dist/native/TabbarDiscoverIcon.d.ts +7 -0
- package/dist/native/TabbarDiscoverIcon.js +29 -0
- package/dist/native/TabbarEarnIcon.d.ts +7 -0
- package/dist/native/TabbarEarnIcon.js +23 -0
- package/dist/native/TabbarHomeIcon.d.ts +7 -0
- package/dist/native/TabbarHomeIcon.js +31 -0
- package/dist/native/TabbarTradeIcon.d.ts +7 -0
- package/dist/native/TabbarTradeIcon.js +46 -0
- package/dist/native/TargetIcon.d.ts +7 -0
- package/dist/native/TargetIcon.js +75 -0
- package/dist/native/TimeEndIcon.d.ts +7 -0
- package/dist/native/TimeEndIcon.js +29 -0
- package/dist/native/Timer2Icon.d.ts +7 -0
- package/dist/native/Timer2Icon.js +23 -0
- package/dist/native/TimerIcon.d.ts +7 -0
- package/dist/native/TimerIcon.js +45 -0
- package/dist/native/TokenShareIcon.d.ts +7 -0
- package/dist/native/TokenShareIcon.js +23 -0
- package/dist/native/Top10Icon.d.ts +7 -0
- package/dist/native/Top10Icon.js +40 -0
- package/dist/native/TrackIcon.d.ts +7 -0
- package/dist/native/TrackIcon.js +26 -0
- package/dist/native/TrackedIcon.d.ts +7 -0
- package/dist/native/TrackedIcon.js +23 -0
- package/dist/native/TradingViewIcon.d.ts +7 -0
- package/dist/native/TradingViewIcon.js +23 -0
- package/dist/native/TrendChartIcon.d.ts +7 -0
- package/dist/native/TrendChartIcon.js +29 -0
- package/dist/native/TriangleDownIcon.d.ts +7 -0
- package/dist/native/TriangleDownIcon.js +23 -0
- package/dist/native/TriangleUpIcon.d.ts +7 -0
- package/dist/native/TriangleUpIcon.js +23 -0
- package/dist/native/TweetQuoteIcon.d.ts +7 -0
- package/dist/native/TweetQuoteIcon.js +23 -0
- package/dist/native/TwitterCommunityIcon.d.ts +7 -0
- package/dist/native/TwitterCommunityIcon.js +23 -0
- package/dist/native/TwitterTweetIcon.d.ts +7 -0
- package/dist/native/TwitterTweetIcon.js +23 -0
- package/dist/native/UpArrowIcon.d.ts +7 -0
- package/dist/native/UpArrowIcon.js +23 -0
- package/dist/native/UpIcon.d.ts +7 -0
- package/dist/native/UpIcon.js +23 -0
- package/dist/native/UserIcon.d.ts +7 -0
- package/dist/native/UserIcon.js +23 -0
- package/dist/native/UserLockIcon.d.ts +7 -0
- package/dist/native/UserLockIcon.js +23 -0
- package/dist/native/UserStarIcon.d.ts +7 -0
- package/dist/native/UserStarIcon.js +40 -0
- package/dist/native/WalletCreateIcon.d.ts +7 -0
- package/dist/native/WalletCreateIcon.js +23 -0
- package/dist/native/WalletIcon.d.ts +7 -0
- package/dist/native/WalletIcon.js +33 -0
- package/dist/native/WalletImportIcon.d.ts +7 -0
- package/dist/native/WalletImportIcon.js +30 -0
- package/dist/native/WalletPasswordIcon.d.ts +7 -0
- package/dist/native/WalletPasswordIcon.js +70 -0
- package/dist/native/WalletPinIcon.d.ts +7 -0
- package/dist/native/WalletPinIcon.js +31 -0
- package/dist/native/WalletReceiveIcon.d.ts +7 -0
- package/dist/native/WalletReceiveIcon.js +23 -0
- package/dist/native/WalletSendIcon.d.ts +7 -0
- package/dist/native/WalletSendIcon.js +23 -0
- package/dist/native/WarningIcon.d.ts +7 -0
- package/dist/native/WarningIcon.js +23 -0
- package/dist/native/WindowIcon.d.ts +7 -0
- package/dist/native/WindowIcon.js +23 -0
- package/dist/native/WrenchIcon.d.ts +7 -0
- package/dist/native/WrenchIcon.js +23 -0
- package/dist/native/index.d.ts +196 -0
- package/dist/native/index.js +197 -0
- package/dist/native/types.d.ts +6 -0
- package/dist/native/types.js +0 -0
- package/dist/web/AlertOffIcon.d.ts +7 -0
- package/dist/web/AlertOffIcon.js +25 -0
- package/dist/web/AlertOnIcon.d.ts +7 -0
- package/dist/web/AlertOnIcon.js +25 -0
- package/dist/web/AllIcon.d.ts +7 -0
- package/dist/web/AllIcon.js +22 -0
- package/dist/web/Assets2Icon.d.ts +7 -0
- package/dist/web/Assets2Icon.js +22 -0
- package/dist/web/AssetsIcon.d.ts +7 -0
- package/dist/web/AssetsIcon.js +37 -0
- package/dist/web/BackupWalletIcon.d.ts +7 -0
- package/dist/web/BackupWalletIcon.js +28 -0
- package/dist/web/BottleIcon.d.ts +7 -0
- package/dist/web/BottleIcon.js +49 -0
- package/dist/web/BubbleChainIcon.d.ts +7 -0
- package/dist/web/BubbleChainIcon.js +23 -0
- package/dist/web/BundlerIcon.d.ts +7 -0
- package/dist/web/BundlerIcon.js +97 -0
- package/dist/web/BurnIcon.d.ts +7 -0
- package/dist/web/BurnIcon.js +28 -0
- package/dist/web/CabalLeaderIcon.d.ts +7 -0
- package/dist/web/CabalLeaderIcon.js +28 -0
- package/dist/web/CabalsIcon.d.ts +7 -0
- package/dist/web/CabalsIcon.js +28 -0
- package/dist/web/CameraIcon.d.ts +7 -0
- package/dist/web/CameraIcon.js +25 -0
- package/dist/web/CashAddIcon.d.ts +7 -0
- package/dist/web/CashAddIcon.js +22 -0
- package/dist/web/CashInIcon.d.ts +7 -0
- package/dist/web/CashInIcon.js +23 -0
- package/dist/web/ChartCandleIcon.d.ts +7 -0
- package/dist/web/ChartCandleIcon.js +38 -0
- package/dist/web/ChartLineIcon.d.ts +7 -0
- package/dist/web/ChartLineIcon.js +22 -0
- package/dist/web/CheckIcon.d.ts +7 -0
- package/dist/web/CheckIcon.js +22 -0
- package/dist/web/ChevronDownIcon.d.ts +7 -0
- package/dist/web/ChevronDownIcon.js +24 -0
- package/dist/web/ChevronLeftIcon.d.ts +7 -0
- package/dist/web/ChevronLeftIcon.js +24 -0
- package/dist/web/ChevronRightIcon.d.ts +7 -0
- package/dist/web/ChevronRightIcon.js +24 -0
- package/dist/web/ChevronUpIcon.d.ts +7 -0
- package/dist/web/ChevronUpIcon.js +24 -0
- package/dist/web/ChooseIcon.d.ts +7 -0
- package/dist/web/ChooseIcon.js +22 -0
- package/dist/web/CircleCheckedIcon.d.ts +7 -0
- package/dist/web/CircleCheckedIcon.js +22 -0
- package/dist/web/CircleMinusIcon.d.ts +7 -0
- package/dist/web/CircleMinusIcon.js +22 -0
- package/dist/web/CirclePlusIcon.d.ts +7 -0
- package/dist/web/CirclePlusIcon.js +22 -0
- package/dist/web/ClearIcon.d.ts +7 -0
- package/dist/web/ClearIcon.js +28 -0
- package/dist/web/CloseIcon.d.ts +7 -0
- package/dist/web/CloseIcon.js +24 -0
- package/dist/web/CloudIcon.d.ts +7 -0
- package/dist/web/CloudIcon.js +40 -0
- package/dist/web/ColorCancelledIcon.d.ts +7 -0
- package/dist/web/ColorCancelledIcon.js +24 -0
- package/dist/web/ColorErrorIcon.d.ts +7 -0
- package/dist/web/ColorErrorIcon.js +16 -0
- package/dist/web/ColorEvmIcon.d.ts +7 -0
- package/dist/web/ColorEvmIcon.js +74 -0
- package/dist/web/ColorFailedIcon.d.ts +7 -0
- package/dist/web/ColorFailedIcon.js +29 -0
- package/dist/web/ColorFailedLightIcon.d.ts +7 -0
- package/dist/web/ColorFailedLightIcon.js +25 -0
- package/dist/web/ColorInstagramIcon.d.ts +7 -0
- package/dist/web/ColorInstagramIcon.js +117 -0
- package/dist/web/ColorLaunchPlatformIcon.d.ts +7 -0
- package/dist/web/ColorLaunchPlatformIcon.js +110 -0
- package/dist/web/ColorPauseIcon.d.ts +7 -0
- package/dist/web/ColorPauseIcon.js +103 -0
- package/dist/web/ColorPendingIcon.d.ts +7 -0
- package/dist/web/ColorPendingIcon.js +33 -0
- package/dist/web/ColorSafeIcon.d.ts +7 -0
- package/dist/web/ColorSafeIcon.js +16 -0
- package/dist/web/ColorSuccessIcon.d.ts +7 -0
- package/dist/web/ColorSuccessIcon.js +29 -0
- package/dist/web/ColorSuccessLightIcon.d.ts +7 -0
- package/dist/web/ColorSuccessLightIcon.js +29 -0
- package/dist/web/ColorTiktokIcon.d.ts +7 -0
- package/dist/web/ColorTiktokIcon.js +34 -0
- package/dist/web/ColorTwitterTweetIcon.d.ts +7 -0
- package/dist/web/ColorTwitterTweetIcon.js +16 -0
- package/dist/web/ColorWarningIcon.d.ts +7 -0
- package/dist/web/ColorWarningIcon.js +16 -0
- package/dist/web/ColorYoutubeIcon.d.ts +7 -0
- package/dist/web/ColorYoutubeIcon.js +25 -0
- package/dist/web/ConceptIcon.d.ts +7 -0
- package/dist/web/ConceptIcon.js +31 -0
- package/dist/web/ConnectIcon.d.ts +7 -0
- package/dist/web/ConnectIcon.js +22 -0
- package/dist/web/ControlIcon.d.ts +7 -0
- package/dist/web/ControlIcon.js +25 -0
- package/dist/web/CopyIcon.d.ts +7 -0
- package/dist/web/CopyIcon.js +22 -0
- package/dist/web/CrownIcon.d.ts +7 -0
- package/dist/web/CrownIcon.js +22 -0
- package/dist/web/CubeIcon.d.ts +7 -0
- package/dist/web/CubeIcon.js +97 -0
- package/dist/web/DashboardIcon.d.ts +7 -0
- package/dist/web/DashboardIcon.js +22 -0
- package/dist/web/DeleteIcon.d.ts +7 -0
- package/dist/web/DeleteIcon.js +22 -0
- package/dist/web/DevIcon.d.ts +7 -0
- package/dist/web/DevIcon.js +40 -0
- package/dist/web/DisconnectIcon.d.ts +7 -0
- package/dist/web/DisconnectIcon.js +22 -0
- package/dist/web/DockBottomIcon.d.ts +7 -0
- package/dist/web/DockBottomIcon.js +38 -0
- package/dist/web/DockRightIcon.d.ts +7 -0
- package/dist/web/DockRightIcon.js +38 -0
- package/dist/web/DollarHexagonIcon.d.ts +7 -0
- package/dist/web/DollarHexagonIcon.js +28 -0
- package/dist/web/DollarWhiteIcon.d.ts +7 -0
- package/dist/web/DollarWhiteIcon.js +37 -0
- package/dist/web/DotIcon.d.ts +7 -0
- package/dist/web/DotIcon.js +24 -0
- package/dist/web/DownArrowIcon.d.ts +7 -0
- package/dist/web/DownArrowIcon.js +22 -0
- package/dist/web/DownIcon.d.ts +7 -0
- package/dist/web/DownIcon.js +22 -0
- package/dist/web/DownloadIcon.d.ts +7 -0
- package/dist/web/DownloadIcon.js +32 -0
- package/dist/web/DraggableIcon.d.ts +7 -0
- package/dist/web/DraggableIcon.js +22 -0
- package/dist/web/DraggableVIcon.d.ts +7 -0
- package/dist/web/DraggableVIcon.js +22 -0
- package/dist/web/EarnDollarIcon.d.ts +7 -0
- package/dist/web/EarnDollarIcon.js +28 -0
- package/dist/web/EditIcon.d.ts +7 -0
- package/dist/web/EditIcon.js +28 -0
- package/dist/web/EmptyBoxIcon.d.ts +7 -0
- package/dist/web/EmptyBoxIcon.js +34 -0
- package/dist/web/ExchangeIcon.d.ts +7 -0
- package/dist/web/ExchangeIcon.js +22 -0
- package/dist/web/ExportIcon.d.ts +7 -0
- package/dist/web/ExportIcon.js +32 -0
- package/dist/web/ExternalLinkIcon.d.ts +7 -0
- package/dist/web/ExternalLinkIcon.js +22 -0
- package/dist/web/EyeClosedIcon.d.ts +7 -0
- package/dist/web/EyeClosedIcon.js +22 -0
- package/dist/web/EyeOpenIcon.d.ts +7 -0
- package/dist/web/EyeOpenIcon.js +22 -0
- package/dist/web/FastForwardIcon.d.ts +7 -0
- package/dist/web/FastForwardIcon.js +40 -0
- package/dist/web/Filter2Icon.d.ts +7 -0
- package/dist/web/Filter2Icon.js +22 -0
- package/dist/web/FilterDeleteIcon.d.ts +7 -0
- package/dist/web/FilterDeleteIcon.js +28 -0
- package/dist/web/FilterIcon.d.ts +7 -0
- package/dist/web/FilterIcon.js +22 -0
- package/dist/web/FireIcon.d.ts +7 -0
- package/dist/web/FireIcon.js +22 -0
- package/dist/web/FlashIcon.d.ts +7 -0
- package/dist/web/FlashIcon.js +22 -0
- package/dist/web/FloatIcon.d.ts +7 -0
- package/dist/web/FloatIcon.js +28 -0
- package/dist/web/FolderIcon.d.ts +7 -0
- package/dist/web/FolderIcon.js +22 -0
- package/dist/web/GasfeeIcon.d.ts +7 -0
- package/dist/web/GasfeeIcon.js +36 -0
- package/dist/web/GhostIcon.d.ts +7 -0
- package/dist/web/GhostIcon.js +104 -0
- package/dist/web/HiddenIcon.d.ts +7 -0
- package/dist/web/HiddenIcon.js +22 -0
- package/dist/web/HistoryIcon.d.ts +7 -0
- package/dist/web/HistoryIcon.js +51 -0
- package/dist/web/ImportExportIcon.d.ts +7 -0
- package/dist/web/ImportExportIcon.js +28 -0
- package/dist/web/InsidersIcon.d.ts +7 -0
- package/dist/web/InsidersIcon.js +104 -0
- package/dist/web/InternetIcon.d.ts +7 -0
- package/dist/web/InternetIcon.js +25 -0
- package/dist/web/InviteDollarIcon.d.ts +7 -0
- package/dist/web/InviteDollarIcon.js +22 -0
- package/dist/web/JoinOurCommunityIcon.d.ts +7 -0
- package/dist/web/JoinOurCommunityIcon.js +22 -0
- package/dist/web/KLineIcon.d.ts +7 -0
- package/dist/web/KLineIcon.js +24 -0
- package/dist/web/ListSettingIcon.d.ts +7 -0
- package/dist/web/ListSettingIcon.js +22 -0
- package/dist/web/ListedIcon.d.ts +7 -0
- package/dist/web/ListedIcon.js +48 -0
- package/dist/web/LockIcon.d.ts +7 -0
- package/dist/web/LockIcon.js +22 -0
- package/dist/web/LogoDiscordIcon.d.ts +7 -0
- package/dist/web/LogoDiscordIcon.js +37 -0
- package/dist/web/LogoTelegramIcon.d.ts +7 -0
- package/dist/web/LogoTelegramIcon.js +24 -0
- package/dist/web/LogoXIcon.d.ts +7 -0
- package/dist/web/LogoXIcon.js +37 -0
- package/dist/web/MailIcon.d.ts +7 -0
- package/dist/web/MailIcon.js +22 -0
- package/dist/web/MigratingArrowIcon.d.ts +7 -0
- package/dist/web/MigratingArrowIcon.js +24 -0
- package/dist/web/MnemonicToggleIcon.d.ts +7 -0
- package/dist/web/MnemonicToggleIcon.js +22 -0
- package/dist/web/MoreIcon.d.ts +7 -0
- package/dist/web/MoreIcon.js +32 -0
- package/dist/web/NetworkIcon.d.ts +7 -0
- package/dist/web/NetworkIcon.js +22 -0
- package/dist/web/NoMintIcon.d.ts +7 -0
- package/dist/web/NoMintIcon.js +51 -0
- package/dist/web/OrdersIcon.d.ts +7 -0
- package/dist/web/OrdersIcon.js +32 -0
- package/dist/web/OwlIcon.d.ts +7 -0
- package/dist/web/OwlIcon.js +47 -0
- package/dist/web/PanelIcon.d.ts +7 -0
- package/dist/web/PanelIcon.js +38 -0
- package/dist/web/ParticleIcon.d.ts +7 -0
- package/dist/web/ParticleIcon.js +46 -0
- package/dist/web/PasskeyIcon.d.ts +7 -0
- package/dist/web/PasskeyIcon.js +22 -0
- package/dist/web/PasteIcon.d.ts +7 -0
- package/dist/web/PasteIcon.js +22 -0
- package/dist/web/Pause2Icon.d.ts +7 -0
- package/dist/web/Pause2Icon.js +109 -0
- package/dist/web/PauseIcon.d.ts +7 -0
- package/dist/web/PauseIcon.js +22 -0
- package/dist/web/Percent_signIcon.d.ts +7 -0
- package/dist/web/Percent_signIcon.js +22 -0
- package/dist/web/PersonFollowIcon.d.ts +7 -0
- package/dist/web/PersonFollowIcon.js +42 -0
- package/dist/web/PersonIcon.d.ts +7 -0
- package/dist/web/PersonIcon.js +72 -0
- package/dist/web/PinIcon.d.ts +7 -0
- package/dist/web/PinIcon.js +30 -0
- package/dist/web/PinnedIcon.d.ts +7 -0
- package/dist/web/PinnedIcon.js +34 -0
- package/dist/web/PlayIcon.d.ts +7 -0
- package/dist/web/PlayIcon.js +109 -0
- package/dist/web/PlusIcon.d.ts +7 -0
- package/dist/web/PlusIcon.js +22 -0
- package/dist/web/ProTraderIcon.d.ts +7 -0
- package/dist/web/ProTraderIcon.js +24 -0
- package/dist/web/ProfileUpdateIcon.d.ts +7 -0
- package/dist/web/ProfileUpdateIcon.js +28 -0
- package/dist/web/PulseIcon.d.ts +7 -0
- package/dist/web/PulseIcon.js +22 -0
- package/dist/web/QuestionIcon.d.ts +7 -0
- package/dist/web/QuestionIcon.js +32 -0
- package/dist/web/RadioOffIcon.d.ts +7 -0
- package/dist/web/RadioOffIcon.js +23 -0
- package/dist/web/RadioOnIcon.d.ts +7 -0
- package/dist/web/RadioOnIcon.js +45 -0
- package/dist/web/ReTweetIcon.d.ts +7 -0
- package/dist/web/ReTweetIcon.js +22 -0
- package/dist/web/RedPocketIcon.d.ts +7 -0
- package/dist/web/RedPocketIcon.js +25 -0
- package/dist/web/Refresh2Icon.d.ts +7 -0
- package/dist/web/Refresh2Icon.js +22 -0
- package/dist/web/RefreshIcon.d.ts +7 -0
- package/dist/web/RefreshIcon.js +22 -0
- package/dist/web/RotateRightIcon.d.ts +7 -0
- package/dist/web/RotateRightIcon.js +25 -0
- package/dist/web/ScaleInIcon.d.ts +7 -0
- package/dist/web/ScaleInIcon.js +28 -0
- package/dist/web/SearchIcon.d.ts +7 -0
- package/dist/web/SearchIcon.js +22 -0
- package/dist/web/SecureTips1Icon.d.ts +7 -0
- package/dist/web/SecureTips1Icon.js +38 -0
- package/dist/web/SecureTips2Icon.d.ts +7 -0
- package/dist/web/SecureTips2Icon.js +38 -0
- package/dist/web/SecureTips3Icon.d.ts +7 -0
- package/dist/web/SecureTips3Icon.js +32 -0
- package/dist/web/SettingIcon.d.ts +7 -0
- package/dist/web/SettingIcon.js +22 -0
- package/dist/web/Settings2Icon.d.ts +7 -0
- package/dist/web/Settings2Icon.js +22 -0
- package/dist/web/SettingsIcon.d.ts +7 -0
- package/dist/web/SettingsIcon.js +22 -0
- package/dist/web/ShareIcon.d.ts +7 -0
- package/dist/web/ShareIcon.js +22 -0
- package/dist/web/ShieldError2Icon.d.ts +7 -0
- package/dist/web/ShieldError2Icon.js +22 -0
- package/dist/web/ShieldErrorIcon.d.ts +7 -0
- package/dist/web/ShieldErrorIcon.js +28 -0
- package/dist/web/ShieldIcon.d.ts +7 -0
- package/dist/web/ShieldIcon.js +33 -0
- package/dist/web/ShieldOffIcon.d.ts +7 -0
- package/dist/web/ShieldOffIcon.js +33 -0
- package/dist/web/ShieldSuccess2Icon.d.ts +7 -0
- package/dist/web/ShieldSuccess2Icon.js +22 -0
- package/dist/web/ShieldSuccessIcon.d.ts +7 -0
- package/dist/web/ShieldSuccessIcon.js +31 -0
- package/dist/web/ShieldWarning2Icon.d.ts +7 -0
- package/dist/web/ShieldWarning2Icon.js +22 -0
- package/dist/web/ShieldWarningIcon.d.ts +7 -0
- package/dist/web/ShieldWarningIcon.js +28 -0
- package/dist/web/SmartWalletIcon.d.ts +7 -0
- package/dist/web/SmartWalletIcon.js +23 -0
- package/dist/web/SniperIcon.d.ts +7 -0
- package/dist/web/SniperIcon.js +74 -0
- package/dist/web/SnowflakeIcon.d.ts +7 -0
- package/dist/web/SnowflakeIcon.js +123 -0
- package/dist/web/SortDownIcon.d.ts +7 -0
- package/dist/web/SortDownIcon.js +22 -0
- package/dist/web/SortFilterIcon.d.ts +7 -0
- package/dist/web/SortFilterIcon.js +22 -0
- package/dist/web/SortFilterUpIcon.d.ts +7 -0
- package/dist/web/SortFilterUpIcon.js +22 -0
- package/dist/web/SoundIcon.d.ts +7 -0
- package/dist/web/SoundIcon.js +22 -0
- package/dist/web/SquarePlusIcon.d.ts +7 -0
- package/dist/web/SquarePlusIcon.js +34 -0
- package/dist/web/StarIcon.d.ts +7 -0
- package/dist/web/StarIcon.js +22 -0
- package/dist/web/StarMarkIcon.d.ts +7 -0
- package/dist/web/StarMarkIcon.js +28 -0
- package/dist/web/StarredIcon.d.ts +7 -0
- package/dist/web/StarredIcon.js +22 -0
- package/dist/web/StatusFailIcon.d.ts +7 -0
- package/dist/web/StatusFailIcon.js +28 -0
- package/dist/web/StatusSuccessIcon.d.ts +7 -0
- package/dist/web/StatusSuccessIcon.js +28 -0
- package/dist/web/SwitchIcon.d.ts +7 -0
- package/dist/web/SwitchIcon.js +22 -0
- package/dist/web/SwordsIcon.d.ts +7 -0
- package/dist/web/SwordsIcon.js +22 -0
- package/dist/web/TabbarAccountIcon.d.ts +7 -0
- package/dist/web/TabbarAccountIcon.js +32 -0
- package/dist/web/TabbarDiscoverIcon.d.ts +7 -0
- package/dist/web/TabbarDiscoverIcon.js +28 -0
- package/dist/web/TabbarEarnIcon.d.ts +7 -0
- package/dist/web/TabbarEarnIcon.js +22 -0
- package/dist/web/TabbarHomeIcon.d.ts +7 -0
- package/dist/web/TabbarHomeIcon.js +30 -0
- package/dist/web/TabbarTradeIcon.d.ts +7 -0
- package/dist/web/TabbarTradeIcon.js +45 -0
- package/dist/web/TargetIcon.d.ts +7 -0
- package/dist/web/TargetIcon.js +74 -0
- package/dist/web/TimeEndIcon.d.ts +7 -0
- package/dist/web/TimeEndIcon.js +28 -0
- package/dist/web/Timer2Icon.d.ts +7 -0
- package/dist/web/Timer2Icon.js +22 -0
- package/dist/web/TimerIcon.d.ts +7 -0
- package/dist/web/TimerIcon.js +44 -0
- package/dist/web/TokenShareIcon.d.ts +7 -0
- package/dist/web/TokenShareIcon.js +22 -0
- package/dist/web/Top10Icon.d.ts +7 -0
- package/dist/web/Top10Icon.js +39 -0
- package/dist/web/TrackIcon.d.ts +7 -0
- package/dist/web/TrackIcon.js +25 -0
- package/dist/web/TrackedIcon.d.ts +7 -0
- package/dist/web/TrackedIcon.js +22 -0
- package/dist/web/TradingViewIcon.d.ts +7 -0
- package/dist/web/TradingViewIcon.js +22 -0
- package/dist/web/TrendChartIcon.d.ts +7 -0
- package/dist/web/TrendChartIcon.js +28 -0
- package/dist/web/TriangleDownIcon.d.ts +7 -0
- package/dist/web/TriangleDownIcon.js +22 -0
- package/dist/web/TriangleUpIcon.d.ts +7 -0
- package/dist/web/TriangleUpIcon.js +22 -0
- package/dist/web/TweetQuoteIcon.d.ts +7 -0
- package/dist/web/TweetQuoteIcon.js +22 -0
- package/dist/web/TwitterCommunityIcon.d.ts +7 -0
- package/dist/web/TwitterCommunityIcon.js +22 -0
- package/dist/web/TwitterTweetIcon.d.ts +7 -0
- package/dist/web/TwitterTweetIcon.js +22 -0
- package/dist/web/UpArrowIcon.d.ts +7 -0
- package/dist/web/UpArrowIcon.js +22 -0
- package/dist/web/UpIcon.d.ts +7 -0
- package/dist/web/UpIcon.js +22 -0
- package/dist/web/UserIcon.d.ts +7 -0
- package/dist/web/UserIcon.js +22 -0
- package/dist/web/UserLockIcon.d.ts +7 -0
- package/dist/web/UserLockIcon.js +22 -0
- package/dist/web/UserStarIcon.d.ts +7 -0
- package/dist/web/UserStarIcon.js +39 -0
- package/dist/web/WalletCreateIcon.d.ts +7 -0
- package/dist/web/WalletCreateIcon.js +22 -0
- package/dist/web/WalletIcon.d.ts +7 -0
- package/dist/web/WalletIcon.js +32 -0
- package/dist/web/WalletImportIcon.d.ts +7 -0
- package/dist/web/WalletImportIcon.js +29 -0
- package/dist/web/WalletPasswordIcon.d.ts +7 -0
- package/dist/web/WalletPasswordIcon.js +69 -0
- package/dist/web/WalletPinIcon.d.ts +7 -0
- package/dist/web/WalletPinIcon.js +30 -0
- package/dist/web/WalletReceiveIcon.d.ts +7 -0
- package/dist/web/WalletReceiveIcon.js +22 -0
- package/dist/web/WalletSendIcon.d.ts +7 -0
- package/dist/web/WalletSendIcon.js +22 -0
- package/dist/web/WarningIcon.d.ts +7 -0
- package/dist/web/WarningIcon.js +22 -0
- package/dist/web/WindowIcon.d.ts +7 -0
- package/dist/web/WindowIcon.js +22 -0
- package/dist/web/WrenchIcon.d.ts +7 -0
- package/dist/web/WrenchIcon.js +22 -0
- package/dist/web/index.d.ts +196 -0
- package/dist/web/index.js +197 -0
- package/dist/web/types.d.ts +6 -0
- package/dist/web/types.js +0 -0
- package/package.json +4 -1
- package/.turbo/turbo-build.log +0 -1024
- package/.turbo/turbo-lint.log +0 -4
- package/.turbo/turbo-type-check.log +0 -4
- package/CHANGELOG.md +0 -17
- package/eslint.config.js +0 -15
- package/rslib.config.ts +0 -21
- package/scripts/generate-icons.ts +0 -231
- package/scripts/templates.ts +0 -117
- package/scripts/utils.ts +0 -5
- package/src/core/index.tsx +0 -41
- package/svg/Internet.svg +0 -3
- package/svg/alert-off.svg +0 -3
- package/svg/alert-on.svg +0 -3
- package/svg/all.svg +0 -3
- package/svg/assets-2.svg +0 -3
- package/svg/assets.svg +0 -10
- package/svg/backup-wallet.svg +0 -4
- package/svg/bottle.svg +0 -9
- package/svg/bubble-chain.svg +0 -3
- package/svg/bundler.svg +0 -21
- package/svg/burn.svg +0 -4
- package/svg/cabal-leader.svg +0 -4
- package/svg/cabals.svg +0 -4
- package/svg/camera.svg +0 -3
- package/svg/cash-add.svg +0 -3
- package/svg/cash-in.svg +0 -3
- package/svg/chart-candle.svg +0 -10
- package/svg/chart-line.svg +0 -3
- package/svg/check.svg +0 -3
- package/svg/chevron-down.svg +0 -3
- package/svg/chevron-left.svg +0 -3
- package/svg/chevron-right.svg +0 -3
- package/svg/chevron-up.svg +0 -3
- package/svg/choose.svg +0 -3
- package/svg/circle-checked.svg +0 -3
- package/svg/circle-minus.svg +0 -3
- package/svg/circle-plus.svg +0 -3
- package/svg/clear.svg +0 -4
- package/svg/close.svg +0 -3
- package/svg/cloud.svg +0 -10
- package/svg/color-cancelled.svg +0 -7
- package/svg/color-error.svg +0 -3
- package/svg/color-evm.svg +0 -18
- package/svg/color-failed-light.svg +0 -4
- package/svg/color-failed.svg +0 -10
- package/svg/color-instagram.svg +0 -28
- package/svg/color-launch-platform.svg +0 -26
- package/svg/color-pause.svg +0 -19
- package/svg/color-pending.svg +0 -15
- package/svg/color-safe.svg +0 -3
- package/svg/color-success-light.svg +0 -5
- package/svg/color-success.svg +0 -5
- package/svg/color-tiktok.svg +0 -7
- package/svg/color-twitter-tweet.svg +0 -3
- package/svg/color-warning.svg +0 -3
- package/svg/color-youtube.svg +0 -4
- package/svg/concept.svg +0 -4
- package/svg/connect.svg +0 -3
- package/svg/control.svg +0 -3
- package/svg/copy.svg +0 -3
- package/svg/crown.svg +0 -3
- package/svg/cube.svg +0 -21
- package/svg/dashboard.svg +0 -3
- package/svg/delete.svg +0 -3
- package/svg/dev.svg +0 -10
- package/svg/disconnect.svg +0 -3
- package/svg/dockBottom.svg +0 -10
- package/svg/dockRight.svg +0 -10
- package/svg/dollar-hexagon.svg +0 -4
- package/svg/dollar-white.svg +0 -10
- package/svg/dot.svg +0 -3
- package/svg/down-arrow.svg +0 -3
- package/svg/down.svg +0 -3
- package/svg/download.svg +0 -5
- package/svg/draggable.svg +0 -3
- package/svg/draggableV.svg +0 -3
- package/svg/earn-dollar.svg +0 -4
- package/svg/edit.svg +0 -4
- package/svg/empty-box.svg +0 -5
- package/svg/exchange.svg +0 -3
- package/svg/export.svg +0 -5
- package/svg/external-link.svg +0 -3
- package/svg/eye-closed.svg +0 -3
- package/svg/eye-open.svg +0 -3
- package/svg/fast-forward.svg +0 -5
- package/svg/filter-2.svg +0 -3
- package/svg/filter.svg +0 -3
- package/svg/filterDelete.svg +0 -4
- package/svg/fire.svg +0 -3
- package/svg/flash.svg +0 -3
- package/svg/float.svg +0 -4
- package/svg/folder.svg +0 -3
- package/svg/gasfee.svg +0 -6
- package/svg/ghost.svg +0 -26
- package/svg/hidden.svg +0 -3
- package/svg/history.svg +0 -8
- package/svg/import-export.svg +0 -4
- package/svg/insiders.svg +0 -26
- package/svg/invite-dollar.svg +0 -3
- package/svg/join-our-community.svg +0 -3
- package/svg/k-line.svg +0 -3
- package/svg/list-setting.svg +0 -3
- package/svg/listed.svg +0 -9
- package/svg/lock.svg +0 -3
- package/svg/logo-discord.svg +0 -10
- package/svg/logo-telegram.svg +0 -3
- package/svg/logo-x.svg +0 -10
- package/svg/mail.svg +0 -3
- package/svg/migrating-arrow.svg +0 -3
- package/svg/mnemonic-toggle.svg +0 -3
- package/svg/more.svg +0 -5
- package/svg/network.svg +0 -3
- package/svg/no-mint.svg +0 -11
- package/svg/orders.svg +0 -4
- package/svg/owl.svg +0 -9
- package/svg/panel.svg +0 -10
- package/svg/particle.svg +0 -6
- package/svg/passkey.svg +0 -3
- package/svg/paste.svg +0 -3
- package/svg/pause.svg +0 -3
- package/svg/pause2.svg +0 -19
- package/svg/percent_sign.svg +0 -3
- package/svg/person-follow.svg +0 -6
- package/svg/person.svg +0 -17
- package/svg/pin.svg +0 -4
- package/svg/pinned.svg +0 -5
- package/svg/play.svg +0 -19
- package/svg/plus.svg +0 -3
- package/svg/pro-trader.svg +0 -3
- package/svg/profile-update.svg +0 -4
- package/svg/pulse.svg +0 -3
- package/svg/question.svg +0 -4
- package/svg/radio-off.svg +0 -3
- package/svg/radio-on.svg +0 -11
- package/svg/re-tweet.svg +0 -3
- package/svg/red-pocket.svg +0 -3
- package/svg/refresh.svg +0 -3
- package/svg/refresh2.svg +0 -3
- package/svg/rotate-right.svg +0 -3
- package/svg/scale-in.svg +0 -4
- package/svg/search.svg +0 -3
- package/svg/secure-tips1.svg +0 -10
- package/svg/secure-tips2.svg +0 -10
- package/svg/secure-tips3.svg +0 -5
- package/svg/setting.svg +0 -3
- package/svg/settings-2.svg +0 -3
- package/svg/settings.svg +0 -5
- package/svg/share.svg +0 -3
- package/svg/shield-error-2.svg +0 -3
- package/svg/shield-error.svg +0 -4
- package/svg/shield-off.svg +0 -4
- package/svg/shield-success-2.svg +0 -3
- package/svg/shield-success.svg +0 -4
- package/svg/shield-warning-2.svg +0 -3
- package/svg/shield-warning.svg +0 -4
- package/svg/shield.svg +0 -4
- package/svg/smart-wallet.svg +0 -3
- package/svg/sniper.svg +0 -15
- package/svg/snowflake.svg +0 -19
- package/svg/sort-down.svg +0 -3
- package/svg/sort-filter-up.svg +0 -3
- package/svg/sort-filter.svg +0 -3
- package/svg/sound.svg +0 -3
- package/svg/square-plus.svg +0 -4
- package/svg/star-mark.svg +0 -4
- package/svg/star.svg +0 -3
- package/svg/starred.svg +0 -3
- package/svg/status-fail.svg +0 -4
- package/svg/status-success.svg +0 -4
- package/svg/switch.svg +0 -3
- package/svg/swords.svg +0 -3
- package/svg/tabbar-account.svg +0 -4
- package/svg/tabbar-discover.svg +0 -4
- package/svg/tabbar-earn.svg +0 -3
- package/svg/tabbar-home.svg +0 -3
- package/svg/tabbar-trade.svg +0 -5
- package/svg/target.svg +0 -15
- package/svg/time-end.svg +0 -4
- package/svg/timer.svg +0 -11
- package/svg/timer2.svg +0 -3
- package/svg/token-share.svg +0 -3
- package/svg/top10.svg +0 -5
- package/svg/track.svg +0 -3
- package/svg/tracked.svg +0 -3
- package/svg/trading-view.svg +0 -3
- package/svg/trend-chart.svg +0 -4
- package/svg/triangle-down.svg +0 -6
- package/svg/triangle-up.svg +0 -3
- package/svg/tweet-quote.svg +0 -3
- package/svg/twitter-community.svg +0 -3
- package/svg/twitter-tweet.svg +0 -3
- package/svg/up-arrow.svg +0 -3
- package/svg/up.svg +0 -3
- package/svg/user-lock.svg +0 -3
- package/svg/user-star.svg +0 -5
- package/svg/user.svg +0 -3
- package/svg/wallet-create.svg +0 -3
- package/svg/wallet-import.svg +0 -4
- package/svg/wallet-password.svg +0 -11
- package/svg/wallet-pin.svg +0 -4
- package/svg/wallet-receive.svg +0 -3
- package/svg/wallet-send.svg +0 -3
- package/svg/wallet.svg +0 -5
- package/svg/warning.svg +0 -6
- package/svg/window.svg +0 -3
- package/svg/wrench.svg +0 -3
- package/tsconfig.base.json +0 -14
- package/tsconfig.eslint.json +0 -4
- package/tsconfig.json +0 -4
|
@@ -0,0 +1,25 @@
|
|
|
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 ChevronUpIcon_ChevronUpIcon = ({ 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
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M11.2936 8.29804C11.4812 8.11056 11.7355 8.00525 12.0006 8.00525C12.2658 8.00525 12.5201 8.11056 12.7076 8.29804L18.3646 13.955C18.4601 14.0473 18.5363 14.1576 18.5887 14.2796C18.6411 14.4016 18.6687 14.5329 18.6699 14.6656C18.671 14.7984 18.6457 14.9301 18.5955 15.053C18.5452 15.1759 18.4709 15.2875 18.377 15.3814C18.2831 15.4753 18.1715 15.5496 18.0486 15.5999C17.9257 15.6501 17.794 15.6754 17.6612 15.6743C17.5285 15.6731 17.3972 15.6455 17.2752 15.5931C17.1532 15.5407 17.0429 15.4645 16.9506 15.369L12.0006 10.419L7.05063 15.369C6.86203 15.5512 6.60943 15.652 6.34723 15.6497C6.08504 15.6474 5.83422 15.5423 5.64881 15.3569C5.46341 15.1714 5.35824 14.9206 5.35596 14.6584C5.35368 14.3962 5.45447 14.1436 5.63663 13.955L11.2936 8.29804Z",
|
|
19
|
+
fill: fill
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
ChevronUpIcon_ChevronUpIcon.displayName = 'ChevronUpIcon|chevron-up';
|
|
24
|
+
const ChevronUpIcon = ChevronUpIcon_ChevronUpIcon;
|
|
25
|
+
export { ChevronUpIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ChooseIcon: {
|
|
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 ChooseIcon;
|
|
@@ -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 ChooseIcon_ChooseIcon = ({ 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 8",
|
|
13
|
+
fill: "none",
|
|
14
|
+
...props,
|
|
15
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
16
|
+
d: "M11.0271 1.67386L5.40213 7.2986C5.1336 7.56713 4.69819 7.56713 4.42966 7.2986L0.97288 3.84183C0.704352 3.5733 0.704352 3.13789 0.97288 2.86936C1.24141 2.60083 1.67682 2.60083 1.94535 2.86936L4.91599 5.84L10.0546 0.701399C10.3231 0.432867 10.7585 0.432867 11.0271 0.701399C11.2956 0.969922 11.2956 1.40533 11.0271 1.67386Z",
|
|
17
|
+
fill: fill
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
ChooseIcon_ChooseIcon.displayName = 'ChooseIcon|choose';
|
|
22
|
+
const ChooseIcon = ChooseIcon_ChooseIcon;
|
|
23
|
+
export { ChooseIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const CircleCheckedIcon: {
|
|
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 CircleCheckedIcon;
|
|
@@ -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 CircleCheckedIcon_CircleCheckedIcon = ({ 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: "M7 0C10.866 0 14 3.134 14 7C14 10.866 10.866 14 7 14C3.134 14 1.03081e-06 10.866 0 7C0 3.134 3.134 0 7 0ZM10.709 4.56641C10.5108 4.36828 10.1903 4.36827 9.99219 4.56641L6.2002 8.35742L4.00781 6.16602C3.80969 5.96791 3.48916 5.96794 3.29102 6.16602C3.09288 6.36415 3.09289 6.68467 3.29102 6.88281L5.84082 9.43359C6.03897 9.63174 6.36045 9.63174 6.55859 9.43359L10.709 5.2832C10.9071 5.08506 10.9071 4.76455 10.709 4.56641Z",
|
|
17
|
+
fill: fill
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
CircleCheckedIcon_CircleCheckedIcon.displayName = 'CircleCheckedIcon|circle-checked';
|
|
22
|
+
const CircleCheckedIcon = CircleCheckedIcon_CircleCheckedIcon;
|
|
23
|
+
export { CircleCheckedIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const CircleMinusIcon: {
|
|
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 CircleMinusIcon;
|
|
@@ -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 CircleMinusIcon_CircleMinusIcon = ({ 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: "M7 0C7.94476 2.56283e-06 8.86133 0.185634 9.72461 0.550781C10.5582 0.903376 11.3075 1.40709 11.9502 2.0498C12.5929 2.69253 13.0966 3.44178 13.4492 4.27539C13.8144 5.13868 14 6.05522 14 7C14 7.94477 13.8143 8.86133 13.4492 9.72461C13.0966 10.5582 12.5929 11.3075 11.9502 11.9502C11.3075 12.5929 10.5582 13.0967 9.72461 13.4492C8.86131 13.8144 7.94476 14 7 14C6.05535 14 5.13857 13.8152 4.27539 13.4502C3.44177 13.0976 2.69252 12.5929 2.0498 11.9502C1.4071 11.3075 0.902398 10.5582 0.549805 9.72461C0.184783 8.86144 0 7.94466 0 7C2.34848e-06 6.05536 0.184768 5.13858 0.549805 4.27539C0.902399 3.44177 1.40709 2.69254 2.0498 2.0498C2.69251 1.4071 3.4418 0.903354 4.27539 0.550781C5.13867 0.185624 6.05523 0 7 0ZM7 0.933594C3.65482 0.933594 0.933594 3.65482 0.933594 7C0.933594 10.3452 3.65482 13.0664 7 13.0664C10.3452 13.0664 13.0664 10.3452 13.0664 7C13.0664 3.65483 10.3452 0.933604 7 0.933594ZM7.56055 6.44434V6.44043H9.93652C10.2456 6.44063 10.4961 6.69183 10.4961 7.00098C10.496 7.31005 10.2456 7.56034 9.93652 7.56055H4.06543C3.75629 7.56045 3.50594 7.31012 3.50586 7.00098C3.50586 6.69176 3.75624 6.44052 4.06543 6.44043H6.80566C6.86868 6.44029 6.93382 6.43848 7.00098 6.43848C7.20436 6.43848 7.39049 6.44137 7.56055 6.44434Z",
|
|
17
|
+
fill: fill
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
CircleMinusIcon_CircleMinusIcon.displayName = 'CircleMinusIcon|circle-minus';
|
|
22
|
+
const CircleMinusIcon = CircleMinusIcon_CircleMinusIcon;
|
|
23
|
+
export { CircleMinusIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const CirclePlusIcon: {
|
|
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 CirclePlusIcon;
|
|
@@ -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 CirclePlusIcon_CirclePlusIcon = ({ 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: "M7 0C7.94476 2.56283e-06 8.86133 0.185634 9.72461 0.550781C10.5582 0.903376 11.3075 1.40709 11.9502 2.0498C12.5929 2.69253 13.0966 3.44178 13.4492 4.27539C13.8144 5.13868 14 6.05522 14 7C14 7.94477 13.8143 8.86133 13.4492 9.72461C13.0966 10.5582 12.5929 11.3075 11.9502 11.9502C11.3075 12.5929 10.5582 13.0967 9.72461 13.4492C8.86131 13.8144 7.94476 14 7 14C6.05535 14 5.13857 13.8152 4.27539 13.4502C3.44177 13.0976 2.69252 12.5929 2.0498 11.9502C1.4071 11.3075 0.902398 10.5582 0.549805 9.72461C0.184783 8.86144 0 7.94466 0 7C2.34848e-06 6.05536 0.184768 5.13858 0.549805 4.27539C0.902399 3.44177 1.40709 2.69254 2.0498 2.0498C2.69251 1.4071 3.4418 0.903354 4.27539 0.550781C5.13867 0.185624 6.05523 0 7 0ZM7 0.933594C3.65482 0.933594 0.933594 3.65482 0.933594 7C0.933594 10.3452 3.65482 13.0664 7 13.0664C10.3452 13.0664 13.0664 10.3452 13.0664 7C13.0664 3.65483 10.3452 0.933604 7 0.933594ZM7.00098 3.50586C7.31015 3.5059 7.56045 3.75627 7.56055 4.06543V6.44043H9.93652C10.2456 6.44063 10.4961 6.69183 10.4961 7.00098C10.496 7.31005 10.2456 7.56034 9.93652 7.56055H7.56055V9.93652C7.56035 10.2456 7.31008 10.496 7.00098 10.4961C6.69183 10.4961 6.44063 10.2456 6.44043 9.93652V7.56055H4.06543C3.75628 7.56045 3.50593 7.31013 3.50586 7.00098C3.50586 6.69176 3.75624 6.44052 4.06543 6.44043H6.44043V4.06543C6.44052 3.75624 6.69176 3.50586 7.00098 3.50586Z",
|
|
17
|
+
fill: fill
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
CirclePlusIcon_CirclePlusIcon.displayName = 'CirclePlusIcon|circle-plus';
|
|
22
|
+
const CirclePlusIcon = CirclePlusIcon_CirclePlusIcon;
|
|
23
|
+
export { CirclePlusIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ClearIcon: {
|
|
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 ClearIcon;
|
|
@@ -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 ClearIcon_ClearIcon = ({ 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: "M17.7374 5.68508H11.804V3.34785C11.804 2.76298 11.3112 2.28711 10.7056 2.28711H9.29654C8.69089 2.28711 8.19812 2.76298 8.19812 3.34785V5.68508H2.26125C2.10351 5.68549 1.95233 5.75138 1.84079 5.86833C1.72925 5.98528 1.66641 6.14378 1.66602 6.30918V9.38507C1.66641 9.55046 1.72925 9.70897 1.84079 9.82592C1.95233 9.94287 2.10351 10.0088 2.26125 10.0092H3.68557V18.3326C3.68574 18.4973 3.74822 18.6552 3.85929 18.7716C3.97037 18.8881 4.12097 18.9536 4.27805 18.9538H15.7241C15.8812 18.9537 16.0318 18.8882 16.1429 18.7717C16.2541 18.6553 16.3166 18.4973 16.3167 18.3326V10.0112H17.7374C17.8952 10.0108 18.0464 9.94487 18.1579 9.82792C18.2695 9.71097 18.3323 9.55247 18.3327 9.38708V6.31118C18.3328 6.14544 18.2702 5.98642 18.1586 5.86904C18.047 5.75166 17.8955 5.68549 17.7374 5.68508ZM9.35437 3.49919H10.6477V5.68486H9.35437V3.49919ZM15.1605 17.7419H4.84182V10.0112H15.1605V17.7419ZM17.1764 8.7982H2.82205V6.89828H17.1766L17.1764 8.7982Z",
|
|
18
|
+
fill: fill
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ jsx(Path, {
|
|
21
|
+
d: "M6.34119 12.9203H7.49744V17.2995H6.34119V12.9203ZM9.42303 11.6931H10.5793V17.2995H9.42303V11.6931ZM12.3425 12.9203H13.4987V17.2995H12.3425V12.9203Z",
|
|
22
|
+
fill: fill
|
|
23
|
+
})
|
|
24
|
+
]
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
ClearIcon_ClearIcon.displayName = 'ClearIcon|clear';
|
|
28
|
+
const ClearIcon = ClearIcon_ClearIcon;
|
|
29
|
+
export { ClearIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const CloseIcon: {
|
|
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 CloseIcon;
|
|
@@ -0,0 +1,25 @@
|
|
|
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 CloseIcon_CloseIcon = ({ 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 16 16",
|
|
13
|
+
fill: "none",
|
|
14
|
+
...props,
|
|
15
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M8.00151 8.94146L11.7728 12.7128C11.8986 12.8342 12.067 12.9014 12.2418 12.8999C12.4166 12.8984 12.5838 12.8283 12.7074 12.7047C12.831 12.5811 12.9011 12.4139 12.9026 12.2391C12.9041 12.0643 12.8369 11.8959 12.7155 11.7701L8.94418 7.9988L12.7155 4.22746C12.8369 4.10173 12.9041 3.93333 12.9026 3.75853C12.9011 3.58373 12.831 3.41652 12.7074 3.29292C12.5838 3.16931 12.4166 3.0992 12.2418 3.09768C12.067 3.09616 11.8986 3.16336 11.7728 3.2848L8.00151 7.05613L4.23018 3.2848C4.10388 3.16636 3.93645 3.10171 3.76333 3.10452C3.59021 3.10733 3.42497 3.17739 3.30258 3.29986C3.18019 3.42234 3.11026 3.58762 3.10757 3.76075C3.10488 3.93387 3.16965 4.10125 3.28818 4.22746L7.05884 7.9988L3.28751 11.7701C3.22384 11.8316 3.17305 11.9052 3.13811 11.9865C3.10317 12.0679 3.08478 12.1553 3.08401 12.2439C3.08324 12.3324 3.10011 12.4202 3.13363 12.5021C3.16715 12.584 3.21665 12.6585 3.27925 12.7211C3.34184 12.7837 3.41628 12.8332 3.49821 12.8667C3.58014 12.9002 3.66792 12.9171 3.75644 12.9163C3.84496 12.9155 3.93244 12.8971 4.01378 12.8622C4.09512 12.8273 4.16868 12.7765 4.23018 12.7128L8.00151 8.94146Z",
|
|
19
|
+
fill: fill
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
CloseIcon_CloseIcon.displayName = 'CloseIcon|close';
|
|
24
|
+
const CloseIcon = CloseIcon_CloseIcon;
|
|
25
|
+
export { CloseIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const CloudIcon: {
|
|
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 CloudIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 CloudIcon_CloudIcon = ({ 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(G, {
|
|
18
|
+
clipPath: "url(#prefix__clip0_13660_3235)",
|
|
19
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
20
|
+
d: "M6.66794 15.8737H14.176H17.2923M11.9213 3.42773C14.3237 3.42773 16.3414 5.07499 16.9064 7.30164L17.142 7.30224C19.0356 7.30224 20.5706 8.83726 20.5706 10.7308C20.5706 12.533 19.1801 14.0104 17.4135 14.1488L17.4143 17.588C17.4143 18.5347 16.6468 19.3022 15.7 19.3022H8.25638C7.30961 19.3022 6.5421 18.5347 6.5421 17.588L6.54155 14.1451C4.79553 13.9862 3.42773 12.5182 3.42773 10.7308C3.42773 8.83726 4.96276 7.30224 6.85631 7.30224L6.93619 7.30164C7.50125 5.07499 9.51891 3.42773 11.9213 3.42773Z",
|
|
21
|
+
stroke: stroke,
|
|
22
|
+
strokeWidth: 1.37143
|
|
23
|
+
})
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ jsx(Defs, {
|
|
26
|
+
children: /*#__PURE__*/ jsx(ClipPath, {
|
|
27
|
+
id: "prefix__clip0_13660_3235",
|
|
28
|
+
children: /*#__PURE__*/ jsx(Rect, {
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24,
|
|
31
|
+
fill: fill,
|
|
32
|
+
transform: "translate(-0.00195312)"
|
|
33
|
+
})
|
|
34
|
+
})
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
CloudIcon_CloudIcon.displayName = 'CloudIcon|cloud';
|
|
40
|
+
const CloudIcon = CloudIcon_CloudIcon;
|
|
41
|
+
export { CloudIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorCancelledIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorCancelledIcon;
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
const ColorCancelledIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
5
|
+
width: width,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 14 14",
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ jsx(Circle, {
|
|
12
|
+
cx: 7,
|
|
13
|
+
cy: 7,
|
|
14
|
+
r: 7,
|
|
15
|
+
fill: "rgba(255, 152, 33, 0.2)"
|
|
16
|
+
}),
|
|
17
|
+
/*#__PURE__*/ jsx(Path, {
|
|
18
|
+
d: "M10.0981 6.55859H3.90342C3.78606 6.55859 3.67352 6.60521 3.59054 6.68819C3.50756 6.77117 3.46094 6.88372 3.46094 7.00107C3.46094 7.11842 3.50756 7.23097 3.59054 7.31395C3.67352 7.39693 3.78606 7.44355 3.90342 7.44355H10.0981C10.2155 7.44355 10.328 7.39693 10.411 7.31395C10.494 7.23097 10.5406 7.11842 10.5406 7.00107C10.5406 6.88372 10.494 6.77117 10.411 6.68819C10.328 6.60521 10.2155 6.55859 10.0981 6.55859Z",
|
|
19
|
+
fill: "#FF9821"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
ColorCancelledIcon.displayName = 'ColorCancelledIcon|color-cancelled';
|
|
24
|
+
const native_ColorCancelledIcon = ColorCancelledIcon;
|
|
25
|
+
export { native_ColorCancelledIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorErrorIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorErrorIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import external_react_native_svg_default, { Path } from "react-native-svg";
|
|
4
|
+
const ColorErrorIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
5
|
+
width: width,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 24 25",
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: /*#__PURE__*/ jsx(Path, {
|
|
11
|
+
d: "M12.9287 2.31445C12.9383 2.32247 14.0936 3.15649 15.8984 3.8877C16.9795 4.31073 18.1211 4.5587 19.2803 4.62207H19.2852L20.8242 4.64453V5.38379L20.8281 13.5225C20.8281 14.6168 20.5063 15.7593 19.8711 16.9209C19.2702 17.9898 18.5096 18.9608 17.6162 19.8008C16.7763 20.6101 15.8302 21.3016 14.8037 21.8555C13.7767 22.3946 12.8073 22.6796 12.001 22.6797C11.1898 22.6797 10.2292 22.401 9.21484 21.8682C8.24049 21.3562 7.26276 20.6407 6.38281 19.8008C4.33984 17.8521 3.17196 15.5643 3.17188 13.5244V4.64453L4.71582 4.62207C5.8778 4.56684 7.023 4.31868 8.10352 3.8877C9.90698 3.15541 11.0278 2.34573 11.0771 2.30957L11.9961 1.64258L12.9287 2.31445ZM15.7793 8.38574C15.4559 8.06266 14.8887 8.10013 14.5195 8.46973L12 10.9902L9.47949 8.46973C9.10978 8.10025 8.54304 8.06299 8.21973 8.38672C7.89664 8.71057 7.93411 9.27731 8.30371 9.64648L10.8242 12.166L8.30371 14.6865C7.93424 15.0562 7.89697 15.623 8.2207 15.9463C8.54455 16.2694 9.11129 16.2319 9.48047 15.8623L12 13.3418L14.5205 15.8623C14.8902 16.2318 15.457 16.2696 15.7803 15.9463C16.1036 15.623 16.0658 15.0558 15.6963 14.6865L13.1758 12.166L15.6953 9.64551C16.065 9.27581 16.1027 8.70913 15.7793 8.38574Z",
|
|
12
|
+
fill: "#E84A5A"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
ColorErrorIcon.displayName = 'ColorErrorIcon|color-error';
|
|
16
|
+
const native_ColorErrorIcon = ColorErrorIcon;
|
|
17
|
+
export { native_ColorErrorIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorEvmIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorEvmIcon;
|
|
@@ -0,0 +1,75 @@
|
|
|
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
|
+
const ColorEvmIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
5
|
+
width: width,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ jsx(Path, {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M15.8848 17.1284H2.29482C1.0288 17.1284 -0.00195312 16.0995 -0.00195312 14.8316V3.58462C-0.00195312 2.31859 1.02697 1.28784 2.29482 1.28784H15.8827C17.1487 1.28784 18.1795 2.31677 18.1795 3.58462V5.66214H11.9005C10.1552 5.66214 8.72831 7.08906 8.72831 8.83433V9.58191C8.72831 11.3272 10.1552 12.7541 11.9005 12.7541H18.1795V14.8316C18.1795 16.0976 17.1484 17.1284 15.8848 17.1284Z",
|
|
15
|
+
fill: "#D745FF"
|
|
16
|
+
}),
|
|
17
|
+
/*#__PURE__*/ jsx(Path, {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M10.5778 10.9049C10.2207 10.5479 10.0244 10.078 10.0244 9.57895V8.83137C10.0244 8.3323 10.2207 7.86245 10.5778 7.50537C10.9348 7.14829 11.4047 6.952 11.9038 6.952H18.1814V11.4583H11.9038C11.4047 11.4583 10.9328 11.262 10.5778 10.9049ZM13.507 9.2058C13.507 9.66729 13.1332 10.0411 12.6717 10.0411C12.2102 10.0411 11.8364 9.66729 11.8364 9.2058C11.8364 8.74431 12.2102 8.37053 12.6717 8.37053C13.1332 8.37053 13.507 8.74431 13.507 9.2058Z",
|
|
21
|
+
fill: "#D745FF"
|
|
22
|
+
}),
|
|
23
|
+
/*#__PURE__*/ jsxs(G, {
|
|
24
|
+
clipPath: "url(#prefix__clip0_9714_18353)",
|
|
25
|
+
children: [
|
|
26
|
+
/*#__PURE__*/ jsx(Path, {
|
|
27
|
+
d: "M16.363 19.2081C18.3713 19.2081 19.9994 17.58 19.9994 15.5717C19.9994 13.5634 18.3713 11.9353 16.363 11.9353C14.3546 11.9353 12.7266 13.5634 12.7266 15.5717C12.7266 17.58 14.3546 19.2081 16.363 19.2081Z",
|
|
28
|
+
fill: "#627EEA"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx(Path, {
|
|
31
|
+
d: "M16.4766 12.8445V14.8604L18.1804 15.6218L16.4766 12.8445Z",
|
|
32
|
+
fill: "white",
|
|
33
|
+
fillOpacity: 0.602
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx(Path, {
|
|
36
|
+
d: "M16.4775 12.8445L14.7734 15.6218L16.4775 14.8604V12.8445Z",
|
|
37
|
+
fill: "white"
|
|
38
|
+
}),
|
|
39
|
+
/*#__PURE__*/ jsx(Path, {
|
|
40
|
+
d: "M16.4766 16.9281V18.2978L18.1816 15.939L16.4766 16.9281Z",
|
|
41
|
+
fill: "white",
|
|
42
|
+
fillOpacity: 0.602
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsx(Path, {
|
|
45
|
+
d: "M16.4775 18.2978V16.9278L14.7734 15.939L16.4775 18.2978Z",
|
|
46
|
+
fill: "white"
|
|
47
|
+
}),
|
|
48
|
+
/*#__PURE__*/ jsx(Path, {
|
|
49
|
+
d: "M16.4766 16.6108L18.1804 15.6215L16.4766 14.8606V16.6108Z",
|
|
50
|
+
fill: "white",
|
|
51
|
+
fillOpacity: 0.2
|
|
52
|
+
}),
|
|
53
|
+
/*#__PURE__*/ jsx(Path, {
|
|
54
|
+
d: "M14.7734 15.6215L16.4775 16.6108V14.8606L14.7734 15.6215Z",
|
|
55
|
+
fill: "white",
|
|
56
|
+
fillOpacity: 0.602
|
|
57
|
+
})
|
|
58
|
+
]
|
|
59
|
+
}),
|
|
60
|
+
/*#__PURE__*/ jsx(Defs, {
|
|
61
|
+
children: /*#__PURE__*/ jsx(ClipPath, {
|
|
62
|
+
id: "prefix__clip0_9714_18353",
|
|
63
|
+
children: /*#__PURE__*/ jsx(Rect, {
|
|
64
|
+
width: 7.27279,
|
|
65
|
+
height: 7.27279,
|
|
66
|
+
fill: "white",
|
|
67
|
+
transform: "translate(12.7266 11.9353)"
|
|
68
|
+
})
|
|
69
|
+
})
|
|
70
|
+
})
|
|
71
|
+
]
|
|
72
|
+
});
|
|
73
|
+
ColorEvmIcon.displayName = 'ColorEvmIcon|color-evm';
|
|
74
|
+
const native_ColorEvmIcon = ColorEvmIcon;
|
|
75
|
+
export { native_ColorEvmIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorFailedIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorFailedIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import external_react_native_svg_default, { Circle, G, Path } from "react-native-svg";
|
|
4
|
+
const ColorFailedIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsx(external_react_native_svg_default, {
|
|
5
|
+
width: width,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 14 14",
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: /*#__PURE__*/ jsxs(G, {
|
|
11
|
+
id: "prefix__Group 1597882588",
|
|
12
|
+
children: [
|
|
13
|
+
/*#__PURE__*/ jsx(Circle, {
|
|
14
|
+
id: "prefix__Ellipse 1690",
|
|
15
|
+
cx: 7,
|
|
16
|
+
cy: 7,
|
|
17
|
+
r: 7,
|
|
18
|
+
fill: "rgba(246, 68, 56, 0.2)"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ jsx(Path, {
|
|
21
|
+
id: "prefix__Vector",
|
|
22
|
+
d: "M7.92067 7.19297L10.3753 9.61964C10.562 9.80631 10.562 10.105 10.3753 10.2823C10.1887 10.469 9.89001 10.469 9.70334 10.2823L7.24867 7.87431L4.84067 10.2916C4.654 10.4783 4.35534 10.4783 4.178 10.2916C3.99134 10.105 3.99134 9.80631 4.178 9.62897L6.57667 7.21164L4.02867 4.69164C3.84201 4.50497 3.84201 4.20631 4.02867 4.02897C4.21534 3.84231 4.514 3.84231 4.70067 4.02897L7.23934 6.53964L9.74067 4.02897C9.92734 3.84231 10.226 3.84231 10.4033 4.02897C10.59 4.21564 10.59 4.51431 10.4033 4.69164L7.92067 7.19297Z",
|
|
23
|
+
fill: "#E84A5A"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
})
|
|
27
|
+
});
|
|
28
|
+
ColorFailedIcon.displayName = 'ColorFailedIcon|color-failed';
|
|
29
|
+
const native_ColorFailedIcon = ColorFailedIcon;
|
|
30
|
+
export { native_ColorFailedIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorFailedLightIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorFailedLightIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
const ColorFailedLightIcon = ({ size = 16, width = size, height = size, ...props })=>/*#__PURE__*/ jsxs(external_react_native_svg_default, {
|
|
5
|
+
width: width,
|
|
6
|
+
height: height,
|
|
7
|
+
viewBox: "0 0 14 14",
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ jsx(Circle, {
|
|
12
|
+
opacity: 0.2,
|
|
13
|
+
cx: 7,
|
|
14
|
+
cy: 7,
|
|
15
|
+
r: 7,
|
|
16
|
+
fill: "#DE4A40"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx(Path, {
|
|
19
|
+
d: "M7.92262 7.19297L10.3773 9.61964C10.564 9.80631 10.564 10.105 10.3773 10.2823C10.1906 10.469 9.89196 10.469 9.70529 10.2823L7.25063 7.87431L4.84262 10.2916C4.65596 10.4783 4.35729 10.4783 4.17996 10.2916C3.99329 10.105 3.99329 9.80631 4.17996 9.62897L6.57863 7.21164L4.03063 4.69164C3.84396 4.50497 3.84396 4.20631 4.03063 4.02897C4.21729 3.84231 4.51596 3.84231 4.70262 4.02897L7.24129 6.53964L9.74263 4.02897C9.92929 3.84231 10.228 3.84231 10.4053 4.02897C10.592 4.21564 10.592 4.51431 10.4053 4.69164L7.92262 7.19297Z",
|
|
20
|
+
fill: "#DE4A40"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
ColorFailedLightIcon.displayName = 'ColorFailedLightIcon|color-failed-light';
|
|
25
|
+
const native_ColorFailedLightIcon = ColorFailedLightIcon;
|
|
26
|
+
export { native_ColorFailedLightIcon as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IconColor } from '../core';
|
|
2
|
+
import { type IconProps } from './types';
|
|
3
|
+
declare const ColorInstagramIcon: {
|
|
4
|
+
<T extends string = IconColor>({ size, width, height, ...props }: IconProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default ColorInstagramIcon;
|