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