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