import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubbleChat = withIcon(function IconBubbleChat(props) {
    return (<svg data-tag="IconBubbleChat" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M7.5 14.063v.006c0 .2-.037.36-.118.492A.982.982 0 0 1 7 14.9c-.47.26-.7.66-.987.996-.287.335-.632.605-1.329.605a.563.563 0 0 1-.559-.562v-1.475c0-.23-.058-.45-.163-.646a1.546 1.546 0 0 0-.438-.508 4.8 4.8 0 0 1-1.505-1.876c-.342-.753-.519-1.63-.519-2.62 0-1.85.614-3.303 1.764-4.294C4.414 3.53 6.102 3 8.25 3c1.41 0 2.622.229 3.613.666.99.438 1.761 1.085 2.29 1.922.257.406.341.702.245.918-.097.217-.376.354-.847.442-1.892.352-3.405 1.177-4.444 2.39C8.067 10.55 7.5 12.153 7.5 14.063m8.25-5.813c-2.148 0-3.835.528-4.986 1.52C9.614 10.76 9 12.212 9 14.062c0 1.849.614 3.302 1.764 4.293 1.15.99 2.838 1.519 4.986 1.519 1.17 0 1.604.468 1.973.937.369.468.674.937 1.59.938a.56.56 0 0 0 .562-.562v-1.475c0-.23.058-.45.163-.646.104-.197.254-.37.438-.508a4.8 4.8 0 0 0 1.506-1.876c.341-.753.518-1.63.518-2.62 0-1.85-.613-3.303-1.764-4.294-1.15-.99-2.838-1.519-4.986-1.519"/>
    </svg>);
});
//# sourceMappingURL=BubbleChat.jsx.map