@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.24 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiInternal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiInternal = function LIGuiInternal(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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.jsxs)("g", {
transform: "matrix(.3 0 0 .3 -.2 -.5)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 30,
r: 15,
fill: "#b3e5fc"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#1565c0",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 38.7 15 28h18z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M21 5h6v26h-6z"
})]
})]
})
}));
};
exports.LIGuiInternal = LIGuiInternal;