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