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