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