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