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