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