import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubbleChatAdd = withIcon(function IconBubbleChatAdd(props) {
    return (<svg data-tag="IconBubbleChatAdd" 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.063m15 0c0 .99-.177 1.867-.518 2.62a4.802 4.802 0 0 1-1.506 1.876 1.547 1.547 0 0 0-.438.508 1.373 1.373 0 0 0-.163.646v1.474a.56.56 0 0 1-.562.563c-.916 0-1.221-.47-1.59-.938-.37-.469-.802-.937-1.973-.937-2.148 0-3.835-.528-4.986-1.52C9.614 17.366 9 15.913 9 14.064c0-1.85.614-3.303 1.764-4.294 1.15-.99 2.838-1.519 4.986-1.519 2.148 0 3.835.528 4.986 1.52 1.15.99 1.764 2.443 1.764 4.293m-3.75.187c0-.375 0-.562-.094-.656-.093-.094-.28-.094-.656-.094h-.75c-.375 0-.562 0-.656-.094-.094-.094-.094-.281-.094-.656V12c0-.375 0-.562-.094-.656-.093-.094-.28-.094-.656-.094-.375 0-.562 0-.656.094C15 11.438 15 11.625 15 12v.75c0 .375 0 .563-.094.656-.094.094-.28.094-.656.094h-.75c-.375 0-.562 0-.656.094-.094.094-.094.281-.094.656s0 .563.094.656c.094.094.281.094.656.094h.75c.375 0 .563 0 .656.094.094.094.094.281.094.656v.75c0 .375 0 .563.094.656.094.094.281.094.656.094s.563 0 .656-.094c.094-.094.094-.281.094-.656v-.75c0-.375 0-.562.094-.656.094-.094.281-.094.656-.094H18c.375 0 .563 0 .656-.094.094-.094.094-.281.094-.656"/>
    </svg>);
});
//# sourceMappingURL=BubbleChatAdd.jsx.map