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