@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
35 lines (34 loc) • 2.99 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ChatBubblesQuestionDimensions = exports.ChatBubblesQuestion = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var React = _interopRequireWildcard(require("react"));
var _styledIcon = require("@styled-icons/styled-icon");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
var ChatBubblesQuestion = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({
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"
}));
});
exports.ChatBubblesQuestion = ChatBubblesQuestion;
ChatBubblesQuestion.displayName = 'ChatBubblesQuestion';
var ChatBubblesQuestionDimensions = {
height: 32,
width: 32
};
exports.ChatBubblesQuestionDimensions = ChatBubblesQuestionDimensions;