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