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