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