@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiQuestions = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiQuestions = function LIGuiQuestions(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#42a5f5",
d: "M10.6 4.6V13H2.2V2.2h6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90caf9",
d: "M11.8 3.4v8.4H3.4V1h6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e1f5fe",
d: "M11.35 3.7H9.1V1.45z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976d2",
d: "M7.15 8.29c0-1.41 1.08-1.32 1.08-2.16 0-.21-.06-.63-.6-.63-.6 0-.63.48-.63.6h-.81c0-.21.09-1.26 1.44-1.26 1.38 0 1.41 1.08 1.41 1.29 0 1.05-1.14 1.2-1.14 2.19h-.75zm-.06 1.05c0-.06 0-.45.45-.45.42 0 .45.39.45.45 0 .12-.06.42-.45.42s-.45-.3-.45-.42z"
})]
}));
};
exports.LIGuiQuestions = LIGuiQuestions;