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