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