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