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