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