Skip to content

Commit

Permalink
[uma-bridge] Swap receive icons (#14103)
Browse files Browse the repository at this point in the history
<img width="670" alt="Screenshot 2024-12-08 at 11 23 30 PM"
src="https://github.com/user-attachments/assets/c97f2c2c-c6c0-45e9-bd35-e48195b3b099">
GitOrigin-RevId: af430405bd1c9f4ca4b70f57f583e10d75732148
  • Loading branch information
coreymartin authored and Lightspark Eng committed Dec 9, 2024
1 parent 9497cb3 commit a237e1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/ui/src/icons/ArrowLeftCircleCutout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Copyright ©, 2022, Lightspark Group, Inc. - All Rights Reserved

export function ArrowLeftCircleCutout() {
return (
<svg
width="100%"
viewBox="0 0 31 30"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M0.500978 14.9998C0.500978 23.284 7.21678 29.9998 15.501 29.9998C23.7853 29.9998 30.501 23.284 30.501 14.9998C30.501 6.71556 23.7853 -0.000242233 15.501 -0.000242233C7.21678 -0.000242233 0.500978 6.71556 0.500978 14.9998ZM9.50098 19.8748C9.50098 20.4961 10.0047 20.9998 10.626 20.9998H18.876C19.4973 20.9998 20.001 20.4961 20.001 19.8748C20.001 19.2534 19.4973 18.7498 18.876 18.7498H13.342L21.1715 10.9202C21.6108 10.4809 21.6108 9.76866 21.1715 9.32931C20.7321 8.88996 20.0198 8.88996 19.5805 9.32931L11.751 17.1587V11.6248C11.751 11.0035 11.2473 10.4998 10.626 10.4998C10.0047 10.4998 9.50098 11.0035 9.50098 11.6248V19.8748Z"
fill="currentColor"
/>
</svg>
);
}
1 change: 1 addition & 0 deletions packages/ui/src/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { ArrowCircleTier3 } from "./ArrowCircleTier3.js";
export { ArrowCornerDownRight } from "./ArrowCornerDownRight.js";
export { ArrowDown } from "./ArrowDown.js";
export { ArrowLeft } from "./ArrowLeft.js";
export { ArrowLeftCircleCutout } from "./ArrowLeftCircleCutout.js";
export { ArrowRight } from "./ArrowRight.js";
export { ArrowsDown } from "./ArrowsDown.js";
export { ArrowsHorizontal } from "./ArrowsHorizontal.js";
Expand Down

0 comments on commit a237e1e

Please sign in to comment.