Skip to content

Commit 867f637

Browse files
authored
Merge pull request #106 from Gearbox-protocol/new-tokens
feat: add new tokens
2 parents 492c1e6 + 2dc92c8 commit 867f637

File tree

5 files changed

+77
-15
lines changed

5 files changed

+77
-15
lines changed

public/points/treehousenuts.svg

Lines changed: 10 additions & 0 deletions
Loading

public/tokens/t.svg

Lines changed: 11 additions & 0 deletions
Loading

public/tokens/teth.svg

Lines changed: 37 additions & 0 deletions
Loading

src/icons/copy.tsx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,23 @@ export function IconCopy({
1515
height={size}
1616
style={style}
1717
onClick={onClick}
18-
viewBox={"0 0 10 10"}
18+
viewBox="0 0 16 16"
1919
fill="none"
2020
xmlns="http://www.w3.org/2000/svg"
2121
>
22-
<path
23-
d="M6.25 3.125H0.625C0.279824 3.125 0 3.40482 0 3.75V9.375C0 9.72018 0.279824 10 0.625 10H6.25C6.59518 10 6.875 9.72018 6.875 9.375V3.75C6.875 3.40482 6.59518 3.125 6.25 3.125ZM6.25 9.375H0.625V3.75H6.25V9.375Z"
24-
fill="currentColor"
22+
<rect
23+
x="5"
24+
y="1"
25+
width="10"
26+
height="10"
27+
rx="1"
28+
stroke="currentColor"
29+
strokeWidth="1.4"
2530
/>
2631
<path
27-
d="M9.375 0H3.75C3.40482 0 3.125 0.279824 3.125 0.625V2.1875H3.75V0.625H9.375V6.25H7.8125V6.875H9.375C9.72018 6.875 10 6.59518 10 6.25V0.625C10 0.279824 9.72018 0 9.375 0Z"
28-
fill="currentColor"
32+
d="M3 5H2C1.44772 5 1 5.44772 1 6V14C1 14.5523 1.44772 15 2 15H10C10.5523 15 11 14.5523 11 14V13"
33+
stroke="currentColor"
34+
strokeWidth="1.4"
2935
/>
3036
</svg>
3137
);

src/icons/external.tsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ export const IconExternal = ({
1515
style={style}
1616
onClick={onClick}
1717
xmlns="http://www.w3.org/2000/svg"
18-
viewBox="0 0 24 24"
19-
fill="none"
20-
stroke="currentColor"
21-
strokeWidth="2"
22-
strokeLinecap="round"
23-
strokeLinejoin="round"
18+
viewBox="0 0 14 14"
2419
>
25-
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
26-
<polyline points="15 3 21 3 21 9" />
27-
<line x1="10" y1="14" x2="21" y2="3" />
20+
<path
21+
d="M7 1H2C1.44772 1 1 1.44772 1 2V12C1 12.5523 1.44772 13 2 13H12C12.5523 13 13 12.5523 13 12V7"
22+
stroke="currentColor"
23+
strokeWidth="1.4"
24+
/>
25+
<path d="M13 1H9M13 1V5M13 1L6 8" stroke="currentColor" strokeWidth="1.4" />
2826
</svg>
2927
);

0 commit comments

Comments
 (0)