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