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