import { forwardRef, SVGProps } from 'react'; export interface AtProps extends Omit, 'css'> {} export const At = forwardRef((props, ref) => ( )); At.displayName = 'At';