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