Skip to content

Commit

Permalink
Add transfer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Sep 17, 2024
1 parent af4a473 commit 422907c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions shared/common/newui/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -586,3 +586,23 @@ export function CircledQuestionIcon() {
</svg>
);
}

export function TransferIcon() {
return (
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20 16H10M20 16L16.5 12.5M20 16L16.5 19.5M4 7.99999L14 8M4 7.99999L7.5 11.5M4 7.99999L7.5 4.5"
stroke="currentColor"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}

0 comments on commit 422907c

Please sign in to comment.