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