@icongo/li
Version:
LibreICONS Icons
34 lines (33 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMapLibrary = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMapLibrary = function LIMapLibrary(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: "#ff9800",
d: "M1 11.174h12v.522H1zm6.26-5.217h1.044v4.173H7.261zm1.566 0H9.87v4.173H8.826zm1.565 0h1.044v4.173H10.39zm-4.695 0h1.043v4.173H5.696zm-1.566 0h1.044v4.173H4.13zm-1.565 0H3.61v4.173H2.565zm9.392-1.305v.783H2.043v-.783L7 2.304zM2.043 10.13h9.914v.522H2.043z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#ef6c00",
transform: "translate(.74 1.26) scale(.26087)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M25 16h4v2h-4zm6 0h4v2h-4zm6 0h4v2h-4zm-18 0h4v2h-4zm-6 0h4v2h-4zm-6 0h4v2H7zM3 36h42v2H3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 11,
r: 2
})]
})]
}));
};
exports.LIMapLibrary = LIMapLibrary;