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