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