import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubbleOutline = withIcon(function IconBubbleOutline(props) {
    return (<svg data-tag="IconBubbleOutline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M12 3c2.864 0 5.114.75 6.648 2.156C20.182 6.562 21 8.625 21 11.25c0 1.445-.248 2.718-.728 3.806-.486 1.056-1.182 1.982-2.113 2.688-.284.215-.51.488-.667.797a2.222 2.222 0 0 0-.242 1.007v1.64c0 .382-.334.566-.675.56-1.12-.034-1.51-.58-1.98-1.124C14.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.874 3 11.25c0-2.543.768-4.558 2.21-5.96C7.035 3.569 9.552 3 12 3m0 2.25c-2.491 0-4.13.65-5.127 1.565-.97.888-1.623 2.29-1.623 4.435 0 2.145.654 3.547 1.623 4.435C7.87 16.6 9.509 17.25 12 17.25c1.052 0 1.96.195 2.751.616.244.13.559.024.676-.225.663-1.41 2.152-2.055 2.786-3.493.333-.754.537-1.71.537-2.898 0-2.145-.654-3.547-1.623-4.435C16.13 5.9 14.491 5.25 12 5.25" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BubbleOutline.jsx.map