import * as React from "react"; import { SVGProps } from "react"; const SvgWindowMaximize = (props: SVGProps) => ( ); export default SvgWindowMaximize;