@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 942 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMapPharmacy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMapPharmacy = function LIMapPharmacy(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: "M4.429 4.429 2.714 6.143V13h8.572V6.143L9.57 4.429zm1.714 1.714h1.714v1.714h1.714v1.714H7.857v1.715H6.143V9.57H4.429V7.857h1.714zM4.429 1v2.571H9.57V1z"
})
}));
};
exports.LIMapPharmacy = LIMapPharmacy;