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