@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCQuestions = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCQuestions = function FCQuestions(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#42A5F5",
d: "M36 44H8V8h20l8 8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90CAF9",
d: "M40 40H12V4h20l8 8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#E1F5FE",
d: "M38.5 13H31V5.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976D2",
d: "M24.5 28.3c0-4.7 3.6-4.4 3.6-7.2 0-.7-.2-2.1-2-2.1-2 0-2.1 1.6-2.1 2h-2.7c0-.7.3-4.2 4.8-4.2 4.6 0 4.7 3.6 4.7 4.3 0 3.5-3.8 4-3.8 7.3h-2.5zm-.2 3.5c0-.2 0-1.5 1.5-1.5 1.4 0 1.5 1.3 1.5 1.5 0 .4-.2 1.4-1.5 1.4s-1.5-1-1.5-1.4z"
})]
}));
};
exports.FCQuestions = FCQuestions;