Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions public/points/treehousenuts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/tokens/t.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions public/tokens/teth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions src/icons/copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@ export function IconCopy({
height={size}
style={style}
onClick={onClick}
viewBox={"0 0 10 10"}
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
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"
fill="currentColor"
<rect
x="5"
y="1"
width="10"
height="10"
rx="1"
stroke="currentColor"
strokeWidth="1.4"
/>
<path
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"
fill="currentColor"
d="M3 5H2C1.44772 5 1 5.44772 1 6V14C1 14.5523 1.44772 15 2 15H10C10.5523 15 11 14.5523 11 14V13"
stroke="currentColor"
strokeWidth="1.4"
/>
</svg>
);
Expand Down
16 changes: 7 additions & 9 deletions src/icons/external.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ export const IconExternal = ({
style={style}
onClick={onClick}
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
viewBox="0 0 14 14"
>
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
<polyline points="15 3 21 3 21 9" />
<line x1="10" y1="14" x2="21" y2="3" />
<path
d="M7 1H2C1.44772 1 1 1.44772 1 2V12C1 12.5523 1.44772 13 2 13H12C12.5523 13 13 12.5523 13 12V7"
stroke="currentColor"
strokeWidth="1.4"
/>
<path d="M13 1H9M13 1V5M13 1L6 8" stroke="currentColor" strokeWidth="1.4" />
</svg>
);