import { SVGProps } from "react"; export default function ImageIcon(props: SVGProps) { return ( ); }