@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIChartGenealogy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIChartGenealogy = function LIChartGenealogy(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: "#cfd8dc",
d: "M4.3 7.3v3.3h4.8v1.5h2.7v-.6H9.7V9.1h2.1v-.6H9.1V10H4.9V4h4.2v1.5h2.7v-.6H9.7V2.5h2.1v-.6H9.1v1.5H4.3v3.3H2.2v.6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00bcd4",
d: "M1 5.8h2.4v2.4H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3f51b5",
d: "M10.6 4H13v2.4h-2.4zm0-3H13v2.4h-2.4zM5.8 2.5h2.4v2.4H5.8zm0 6.6h2.4v2.4H5.8zm4.8 1.5H13V13h-2.4zm0-3H13V10h-2.4z"
})]
}));
};
exports.LIChartGenealogy = LIChartGenealogy;