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