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