@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ChatBubblesQuestion = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.5 3A10.5 10.5 0 0 0 3 18l-.93 3.48a2 2 0 0 0 2.45 2.45l3.49-.94A10.5 10.5 0 1 0 12.5 3Zm0 17a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5ZM11 10.01Zm0 0A1 1 0 0 1 9 10v-.03a1.76 1.76 0 0 1 0-.14 2.98 2.98 0 0 1 .46-1.36C9.97 7.66 10.93 7 12.5 7s2.53.66 3.04 1.47a3.12 3.12 0 0 1 .46 1.5V10c0 1.28-.8 2.19-1.36 2.8l-.14.16c-.61.7-1 1.23-1 2.04a1 1 0 1 1-2 0c0-1.61.86-2.64 1.5-3.36.7-.8 1-1.15 1-1.63a1.12 1.12 0 0 0-.16-.47c-.12-.2-.41-.54-1.34-.54-.93 0-1.22.34-1.34.53A1.12 1.12 0 0 0 11 10v.02ZM19.5 29c-3.12 0-5.93-1.36-7.85-3.53a12 12 0 0 0 11.9-16.66 10.5 10.5 0 0 1 5.44 14.18l.94 3.49a2 2 0 0 1-2.45 2.45l-3.49-.94C22.63 28.64 21.1 29 19.5 29ZM14 10v.01"
}));
});
ChatBubblesQuestion.displayName = 'ChatBubblesQuestion';
export var ChatBubblesQuestionDimensions = {
height: 32,
width: 32
};