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