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