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