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