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