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