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