/// import { IconProps } from './Icon'; export default function BubblesIcon({ fill, ...iconProps }: IconProps): JSX.Element;