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