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