@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
45 lines (36 loc) • 3 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 10.5a7.5 7.5 0 1 1 4.41 6.84c-1.26.29-2.61.54-3.24.65a1 1 0 0 1-1.15-1.17c.12-.61.38-1.92.68-3.15A7.47 7.47 0 0 1 2 10.5zm6.14-4.2c-.44.24-.79.61-1.05 1.1a.75.75 0 0 0 1.32.71c.15-.27.3-.4.44-.48.15-.08.35-.13.65-.13.22 0 .49.08.68.24.17.14.32.36.32.76 0 .2-.08.28-.59.69-.45.35-1.16.93-1.16 2.06a.75.75 0 0 0 1.5 0c0-.37.16-.55.59-.88l.08-.07c.4-.3 1.08-.83 1.08-1.8 0-.85-.35-1.5-.87-1.92a2.83 2.83 0 0 0-2.99-.27zM10.5 14a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.4 19a7.47 7.47 0 0 0 8.19 1.34c1.26.29 2.62.54 3.25.65a1 1 0 0 0 1.15-1.18c-.12-.6-.4-1.91-.7-3.14a7.5 7.5 0 0 0-4.34-10.26A8.5 8.5 0 0 1 9.4 19z"
}));
});
exports.ChatBubblesQuestion = ChatBubblesQuestion;
ChatBubblesQuestion.displayName = 'ChatBubblesQuestion';
var ChatBubblesQuestionDimensions = {
height: 24,
width: 24
};
exports.ChatBubblesQuestionDimensions = ChatBubblesQuestionDimensions;