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