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