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