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