import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubble = withIcon(function IconBubble(props) {
    return (<svg data-tag="IconBubble" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.685 21.75c-1.204-.001-1.605-.564-2.09-1.126C14.108 20.062 13.54 19.5 12 19.5c-2.864 0-5.114-.75-6.648-2.156C3.818 15.938 3 13.875 3 11.25c0-2.625.818-4.687 2.352-6.094C6.886 3.75 9.136 3 12 3s5.114.75 6.648 2.156C20.182 6.562 21 8.625 21 11.25c0 1.445-.249 2.718-.728 3.806a6.737 6.737 0 0 1-2.113 2.688c-.284.215-.51.488-.667.797a2.223 2.223 0 0 0-.242 1.007v1.64a.564.564 0 0 1-.565.563"/>
    </svg>);
});
//# sourceMappingURL=Bubble.jsx.map