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