import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubbleAlert = withIcon(function IconBubbleAlert(props) {
    return (<svg data-tag="IconBubbleAlert" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3c-2.864 0-5.114.75-6.648 2.156C3.818 6.562 3 8.625 3 11.25c0 2.625.818 4.688 2.352 6.094C6.886 18.75 9.136 19.5 12 19.5c1.54 0 2.109.562 2.594 1.124.485.563.887 1.125 2.091 1.126a.564.564 0 0 0 .565-.562v-1.64c0-.356.085-.7.242-1.007.156-.309.383-.582.667-.797a6.737 6.737 0 0 0 2.113-2.688c.48-1.088.728-2.361.728-3.806 0-2.625-.818-4.687-2.352-6.094C17.114 3.75 14.864 3 12 3m-1.125 3.85c0-.323.051-.535.183-.667S11.402 6 11.725 6h.55c.323 0 .535.051.667.183s.183.344.183.667v2.714c0 .17-.001.272-.007.373a5.971 5.971 0 0 1-.04.371l-.117.943-.118.942c-.037.293-.1.479-.228.591-.128.114-.32.154-.615.154-.294 0-.487-.04-.615-.154-.128-.113-.191-.299-.228-.59l-.118-.943-.118-.943a5.973 5.973 0 0 1-.039-.37 5.936 5.936 0 0 1-.007-.374zM12 16.5c-.519 0-.823-.045-.998-.22-.176-.175-.22-.48-.22-.999s.044-.823.22-.998c.175-.175.48-.22.998-.22.519 0 .823.045.999.22.175.175.22.48.22.998 0 .519-.045.824-.22.999-.176.175-.48.22-.999.22"/>
    </svg>);
});
//# sourceMappingURL=BubbleAlert.jsx.map