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