@icongo/li
Version:
LibreICONS Icons
42 lines (41 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiHome = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiHome = function LIGuiHome(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: "#e8eaf6",
d: "M12.368 12.684H1.632V3.526h10.736v9.158z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c5cae9",
d: "M1.632 11.105h10.736v1.58H1.632z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#d84315",
d: "M8.263 12.684V9.5c0-.683-.574-1.237-1.267-1.237S5.74 8.817 5.74 9.5v3.184h2.523z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#01579b",
d: "M9.526 7.947h1.58v2.527h-1.58zm-6.631 0h1.579v2.527h-1.58z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#d32f2f",
d: "M13 7.316H8.96L7 4.31 5.04 7.316H1v-6h12v6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff8a65",
d: "M7.474 10.158a.158.158 0 0 0-.158.158v.631c0 .087.07.158.158.158a.158.158 0 0 0 .158-.158v-.631a.158.158 0 0 0-.158-.158"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b71c1c",
d: "M8.96 7.316h1.198l-3.1-4.737-3.1 4.737H5.04L7 4.31z"
})]
}));
};
exports.LIGuiHome = LIGuiHome;