import * as React from 'react'; export interface WindowMinimize24Props extends React.SVGProps { ariaLabel?: string } export default function WindowMinimize24({ ariaLabel, ...props }: WindowMinimize24Props) { return ( ); }