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