import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBubbleQuestion = withIcon(function IconBubbleQuestion(props) {
    return (<svg data-tag="IconBubbleQuestion" 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 3m0 13.875c-.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.22m1.37-4.557c-.101.435-.214.684-.417.824-.202.14-.494.17-.953.17-.414 0-.668-.045-.817-.155-.15-.11-.197-.284-.197-.543 0-1.03.61-1.597 1.221-2.065.61-.469 1.221-.837 1.221-1.466 0-.449-.159-.75-.417-.94-.257-.19-.614-.268-1.01-.268-.428 0-.786.094-1.042.288-.256.194-.41.488-.428.889-.019.402-.071.67-.249.838-.178.168-.48.235-1 .235-.374 0-.632-.056-.796-.18-.165-.122-.236-.311-.236-.577 0-.945.288-1.787.9-2.393C9.763 6.37 10.7 6 12 6c1.143 0 2.08.35 2.733.92a2.93 2.93 0 0 1 1.017 2.238c0 .858-.533 1.384-1.096 1.827-.564.443-1.16.804-1.283 1.333"/>
    </svg>);
});
//# sourceMappingURL=BubbleQuestion.jsx.map