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