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