UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.09 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapHospital = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapHospital = function LIMapHospital(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: "#f44336", d: "M2.333 13h9.334C12.4 13 13 12.4 13 11.667V4.233C13 3.7 12.667 3.2 12.133 3L7 1 1.867 3C1.333 3.2 1 3.7 1 4.233v7.434C1 12.4 1.6 13 2.333 13z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M7.667 10.333v-2h2V7h-2V5H6.333v2h-2v1.333h2v2z" })] })); }; exports.LIMapHospital = LIMapHospital;