@icongo/li
Version:
LibreICONS Icons
25 lines • 971 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiQuestions = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#42a5f5",
d: "M10.6 4.6V13H2.2V2.2h6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#90caf9",
d: "M11.8 3.4v8.4H3.4V1h6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e1f5fe",
d: "M11.35 3.7H9.1V1.45z"
}), /*#__PURE__*/_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"
})]
}));
export { LIGuiQuestions };