diff --git a/packages/ui/src/icons/ArrowLeftCircleCutout.tsx b/packages/ui/src/icons/ArrowLeftCircleCutout.tsx new file mode 100644 index 00000000..7d7dcff9 --- /dev/null +++ b/packages/ui/src/icons/ArrowLeftCircleCutout.tsx @@ -0,0 +1,19 @@ +// Copyright ©, 2022, Lightspark Group, Inc. - All Rights Reserved + +export function ArrowLeftCircleCutout() { + return ( + + + + ); +} diff --git a/packages/ui/src/icons/index.tsx b/packages/ui/src/icons/index.tsx index b264e936..a21996f9 100644 --- a/packages/ui/src/icons/index.tsx +++ b/packages/ui/src/icons/index.tsx @@ -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";