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