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