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