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