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