import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubbleChatOff = withIcon(function IconBubbleChatOff(props) {
    return (<svg data-tag="IconBubbleChatOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.55 6.948c.472-.088.75-.225.848-.442.097-.216.012-.512-.245-.918-.529-.837-1.3-1.484-2.29-1.922C10.872 3.23 9.66 3 8.25 3c-.846 0-1.62.082-2.318.242a.519.519 0 0 1-.484-.135l-.38-.38c-.318-.318-.557-.477-.795-.477-.24 0-.478.159-.796.477-.318.318-.477.557-.477.796 0 .153.066.307.197.481l5.44 5.461a.26.26 0 0 0 .382-.023c1.129-1.371 2.8-2.172 4.532-2.494M15.75 8.25c2.148 0 3.835.529 4.986 1.52 1.15.99 1.764 2.443 1.764 4.293 0 .99-.177 1.867-.518 2.62a4.79 4.79 0 0 1-1.059 1.496.26.26 0 0 0-.009.373l.574.572c.175.21.262.387.262.564 0 .238-.159.477-.477.795-.318.318-.557.477-.796.477-.238 0-.477-.159-.795-.477l-9.483-9.458a.466.466 0 0 1-.048-.621c.183-.23.388-.44.613-.635 1.15-.99 2.838-1.519 4.986-1.519M7.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.13.229-2.111.669-2.93a.238.238 0 0 1 .38-.05l5.2 5.201a.523.523 0 0 1 .122.532 8.114 8.114 0 0 0-.37 2.496m1.993-1.273c-.138-.142-.376-.075-.407.12A7.399 7.399 0 0 0 9 14.063c0 1.85.614 3.303 1.764 4.294 1.386 1.193 3.194 1.47 4.961 1.512a.245.245 0 0 0 .18-.416z"/>
    </svg>);
});
//# sourceMappingURL=BubbleChatOff.jsx.map