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