@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 943 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMapPost = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMapPost = function LIMapPost(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: "M2 1c-.542 0-1 .458-1 1v1c0 .56.489 1 1 1V2h10v2c.511 0 1-.486 1-1V2c0-.542-.492-1-1-1Zm6.5 11.988L3 13V3l5.478-.012-2.99 5.006ZM11 13l-1-.016-3.011-4.993 2.989-5.007L11 3Z"
})
}));
};
exports.LIMapPost = LIMapPost;