import type { SVGProps } from "react"; const SvgReturnIcon = (props: SVGProps) => ( ); export default SvgReturnIcon;