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