Skip to content

Commit 38faf0c

Browse files
committed
feat: add SUI token icon
1 parent 5dd50a2 commit 38faf0c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/components/ui/Coin.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import NEARIcon from "@/icons/tokens/NEAR.svg";
99
import USDCIcon from "@/icons/tokens/USDC.svg";
1010
import NFTIcon from "@/icons/tokens/NFT.svg";
1111
import ICPcon from "@/icons/tokens/ICP.svg";
12+
import SUIIcon from "@/icons/tokens/SUI.svg";
1213

1314
/**
1415
* Interface for the coin props
@@ -109,6 +110,12 @@ const coins = [
109110
bgColor: "#2775ca",
110111
textColor: "#FFFFFF",
111112
},
113+
{
114+
token: "SUI",
115+
icon: <SUIIcon />,
116+
bgColor: "#4DA2FF",
117+
textColor: "#FFFFFF",
118+
},
112119
];
113120

114121
/**

src/icons/tokens/SUI.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)