UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.38 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapBank = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapBank = function LIMapBank(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.jsx)("path", { d: "M5.748 7.177c-.3 0-.544.244-.544.544v2.585c0 .3.244.544.544.544h2.504c.3 0 .544-.243.544-.544V7.721c0-.3-.244-.544-.544-.544H5.748zM7.19 9.29v.47a.204.204 0 1 1-.408 0v-.48a.53.53 0 1 1 .408.012zm5.266 2.158H1.544c-.3 0-.544.244-.544.544v.136c0 .3.244.544.544.544h10.912c.3 0 .544-.243.544-.544v-.136c0-.3-.244-.544-.544-.544zM2.007 6.429v4.299c0 .3.184.544.41.544h.84c.226 0 .41-.244.41-.544v-4.3l-.002-.04h6.56v4.231c0 .3.183.544.41.544h.84c.226 0 .41-.243.41-.544V6.388h.815V4.864L9.85 3.095 7 1.327 4.15 3.095 1.3 4.864v1.524h.709l-.002.04zm9.585-.653H2.408a.279.279 0 1 1 0-.558h9.184a.279.279 0 1 1 0 .558z" }) })); }; exports.LIMapBank = LIMapBank;