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