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