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