@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 999 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMapPark = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMapPark = function LIMapPark(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.197 8.664a2.4 2.4 0 1 1-1.396-4.59L2.8 4.001a2.4 2.4 0 0 1 3.427-2.17 2.1 2.1 0 0 1 3.755.996c.62.119 1.105.618 1.2 1.245a2.401 2.401 0 1 1-1.621 4.493c-.32.522-.795.94-1.361 1.186v2.05l1.2.6v.6H4.6v-.6l1.2-.6V10L4.197 8.664Z"
})
}));
};
exports.LIMapPark = LIMapPark;