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