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