@salo/interactive-map
Version:
An SVG interactive map
737 lines (724 loc) • 378 kB
JavaScript
import _Reflect$construct from "@babel/runtime-corejs3/core-js-stable/reflect/construct";
import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
import _classCallCheck from "@babel/runtime-corejs3/helpers/classCallCheck";
import _createClass from "@babel/runtime-corejs3/helpers/createClass";
import _assertThisInitialized from "@babel/runtime-corejs3/helpers/assertThisInitialized";
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
import _possibleConstructorReturn from "@babel/runtime-corejs3/helpers/possibleConstructorReturn";
import _getPrototypeOf from "@babel/runtime-corejs3/helpers/getPrototypeOf";
import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !_Reflect$construct) return false; if (_Reflect$construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(_Reflect$construct(Date, [], function () {})); return true; } catch (e) { return false; } }
import React from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';
var SVG = styled.svg.withConfig({
displayName: "_map__SVG",
componentId: "pupkd-0"
})(["width:100%;height:auto;"]);
var LandPath = styled.path.withConfig({
displayName: "_map__LandPath",
componentId: "pupkd-1"
})(["fill:", ";stroke:", ";"], function (_ref) {
var baseColor = _ref.baseColor;
return baseColor;
}, function (_ref2) {
var stroke = _ref2.stroke;
return stroke;
});
var LandGroup = styled.g.withConfig({
displayName: "_map__LandGroup",
componentId: "pupkd-2"
})(["fill:", ";stroke:", ";"], function (_ref3) {
var baseColor = _ref3.baseColor;
return baseColor;
}, function (_ref4) {
var stroke = _ref4.stroke;
return stroke;
});
var Map = /*#__PURE__*/function (_React$Component) {
_inherits(Map, _React$Component);
var _super = _createSuper(Map);
function Map() {
var _context;
var _this;
_classCallCheck(this, Map);
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _super.call.apply(_super, _concatInstanceProperty(_context = [this]).call(_context, args));
_defineProperty(_assertThisInitialized(_this), "renderAntarctica", function () {
var _this$props = _this.props,
hideAntarctica = _this$props.hideAntarctica,
baseColor = _this$props.baseColor,
stroke = _this$props.stroke;
if (hideAntarctica) return null;
return /*#__PURE__*/React.createElement(LandGroup, {
id: "aq",
baseColor: baseColor,
stroke: stroke,
transform: "matrix(1.22983 0 0 1.18886 -278 -149)"
}, /*#__PURE__*/React.createElement("path", {
d: "M1799 1214l-1-1v1l1-3-2 1 1-2c-1 0-2 2-1 3v2c-2 0 0 3-1 4 0 2 2 2 3 1h2c1 0 3 0 2-1l2 2c1 1 1-1 2-1s0-2-1-1-3 0-3-1c1 0 2 0 1-1h3c1 1 3 2 1 0 3 1 1-6-1-2h-2l-2 1c0 1-2 1 0 0l-2-1h-1c0-1 3 0 2-2l-3 1c1 0 2-1 1-2l-1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M1799 1214l1-2c1 1 0 2-1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M1834 1258c-1-2-2-2-4-2l4 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2544 1580l-4-1-1 2c3 1 6 1 5-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2551 1578c-4-2-4 1-5 2 5 3 5 0 5-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2545 1575c-1-2 2-3-1-3l2-1h-4c-2-2 0-3 0-3l2-1-2-2c1-1 5-2 7 2 6 1 6-4 16 2-1 2-4 4-9 2-6-2-9 2-11 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2456 1447h-1c0-1 0-2 2-1l-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2459 1447h3c0 2-3 1-3 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2567 1507v-1c-4-2-3 2-4 3 5 2 4-1 4-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2512 1411l-1-1c-1 0-1 1 1 3v-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2517 1416c-2-1-2 0-1 1l1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2530 1426l-1-1c-2-1-1 2 0 3l1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2019 1390c2 1 6 1 5-1l-5-4c-2-1-6-2-5 0 0 2 4 3 3 5h2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2037 1403c0-2 5-5 7-2 3 3-5 4-7 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2057 1399c-2-2 0-3 1-2l3 4c-1 1-3-2-4-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2008 1411c1 0 3 0 2-2-1 0-5-1-3 2h1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2029 1417l1-2-1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2036 1410l1-1-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2039 1409h1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2040 1406l2-1-2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1976 1404l2 1c1 0-1-2-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1388 1460c1 4 7 2 8 0 0-1-6-2-8 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M1366 1461c1-1 5-2 5 1-1 0-4 1-5-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1114 1517c2 2-1 4-1 5 1 2 4 3 4 6-2 2-3-1-4-2-2-3-5-2-7-3 1-2 3-2 5-3l3-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M1250 1474l5-4c-2 0-9-4-11-1-1 3 5 5 6 5"
}), /*#__PURE__*/React.createElement("path", {
d: "M1257 1463h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1276 1474v-1l-1 1h1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1289 1469a257 257 0 0 0 0 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M1295 1468c2 0 3-3 0-3-2 0-3 3 0 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M1210 1469"
}), /*#__PURE__*/React.createElement("path", {
d: "M1222 1466s3-2 3 0c1 3-3 1-3 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M1246 1464c1-1 6 0 3 2-1 0-5 2-3-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M727 1605c6 0 13-9 21-14l7-4c3-4-3-3-4-3-7 2-15 4-23 9-11 6-5 12-1 12"
}), /*#__PURE__*/React.createElement("path", {
d: "M799 1611c-1 6-14 5-15 5l-13-1c-4-1-7-4-12-3-3 9 9 8 13 8l7-1c3-1 5 1 7 3l9 3c4 0 14 0 16-12 1-5-1-9-5-8-2 0-8 2-7 6"
}), /*#__PURE__*/React.createElement("path", {
d: "M981 1588h3l-17-2-8-1-10 2h16c5 1 10 2 16 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M873 1611l10-7v-4l2-8c2-6 6-9 9-11 9-4 17-6 24-5 6 1 13 2 16 7 1 2 2 4-1 6-4 2-6-2-10 1-1 9 14-4 13 7-2 2-4 1-6 2 2 4 9 0 9 5 1 9-5 8-8 8 0 2 1 2 2 3-3 4-6 4-9 4l-12 3-32 3c-10 2-21 4-28 0-4-2 5-8 8-10 4-1 8 1 13-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M121 1556h5c-4 2-5 1-8 1l3-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M137 1558l1-1c-1-1-3-2-8 0l7 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M136 1556h-3 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M137 1561c0-2-4-1-7-1l7 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M144 1556c0-1-2-2-5-2 1 2 3 2 5 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M133 1566c-1 0-2-2-6 0h6"
}), /*#__PURE__*/React.createElement("path", {
d: "M144 1555l-2-1 2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M141 1568c4-5-1-8-8-5 0 3 2 6 8 5"
}), /*#__PURE__*/React.createElement("path", {
d: "M149 1557c0-2 0-4-4-2l4 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M133 1568h-2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M142 1563l-1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M148 1561l5-2c-1 0-2-2-6 0l1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M145 1565c2-2-1-1-2-1l2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M119 1561l-1-1c8-2 11 0 13 2-7 2-9 0-12-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M115 1566c4-4 8 0 8 0h-8"
}), /*#__PURE__*/React.createElement("path", {
d: "M150 1550c0-2 0-5-5-3 1 2 2 3 5 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M157 1540c4-3 4 0 5 1l-5-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M176 1538h3-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M314 1510h5c-3 0-6 3-5 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M378 1520c0-1-2-1-3 1l3-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M299 1511c-2-1-4-2-2-5 6-2 8 0 12 0 1 0 2 0 2 2l3 2 1 2 3-2c2 0 3 1 3 2 1 1 5 3 3 6-5 0-11 1-14-2-1-1-2-3-4-3-2-1-4-3-7-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M329 1512l1-2c11-2 15 3 24 3h9c1 0 3 2-2 4l-9 2-13 2c-2 0-6 1-6-1l1-3v-3l-5-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M375 1517l8-3c3 0-1 2-2 4-2 1-8 2-6-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M257 1522h3-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M262 1522c3-4 10-1 8 2-3 0-9 0-8-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M299 1522c1-3-5-3-8-2 1 1 1 6 7 4l1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M452 1518c2-3-2-3-4-4l-7-5c-3-2-4-5-8-5-3 1-6 4-6 6 0 4 5 6 8 7 2 1 10 7 17 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M471 1504c-1-1-2-4-5-3-1 3 1 4 5 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M542 1495c3-1 3 0 4 1l-6 1 2-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M555 1495h3c-2 1-3 2-3 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M487 1490h-1c5-4 8-3 11-4 2 0 0 2 3 1 2-2 5-2 5-1-3 0 0 2 0 3 3-4 3-1 3 0l3-1 3 1c0-1-4-1-2-4 2-2 2-1 3 0h3c-3 4 0 5 2 5v-4c2 0 1 1 2 3s3-1 4-4c3-1 7 0 7 2l-2 1-4 2c1 2 8-2 10 0l-6 1 7 1-4 2c1 1-2 1-2 1h-4l-5-1-4 1h-3c-2-1-4-2-7-1l2-2h-5l-6-1-13-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M586 1500l-3-1-3 3c0 1 4 1 6-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M569 1496l1-1c2 0 5-1 6 1l-2 6c-3 3-4 1-3-1 2-3-1-4-2-5"
}), /*#__PURE__*/React.createElement("path", {
d: "M514 1497c0-3-5-1-7-1-2-1-4-2-8 1 3 1 8 5 15 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M522 1497h-4 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M553 1499l-2 1 2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M666 1492c4-2 9-1 11 2h-2c-2 2-3 1-4 1-2-1-3-3-5-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M672 1505h5c0 3-6 3-5 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M694 1499c4-1 7 0 9 2 1 1-1 2-2 4l2 4c-4 4-8-1-10-1-1-1-4-2-3-5l4-2-2-1 2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M707 1504c2-2 2 1 0 2-3 3-3 0 0-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M692 1460l2-2 4-1c2 0 3 2 4 3l-2 2h-4c-2 0-5 0-4-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M706 1468c3 1 3 4-2 5l-16 3c-1 0-4-1-1-3l5-1c1 0 4 0 5-2s4 2 5-2c1 1 2 2 4 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M716 1456c-1 0-3-1-2-3 3-1 4 1 6 2-2 2-3 2-4 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M758 1428l1-1-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
d: "M757 1432c1-1 1-2-1-1l1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M801 1369l2-2-2 1v1"
}), /*#__PURE__*/React.createElement("path", {
d: "M819 1363l2-1h-3l1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M832 1382l2-1h-5l3 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M744 1430c2 0 4 0 4-3h3l-2-2c1-1 3-1 3-3 1-1-1-1-1-3 0-1 5-6 0-3-4 2-4 6-7 9l-2 3 2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M755 1419c2 0 1-2 0-2v2"
}), /*#__PURE__*/React.createElement("path", {
d: "M760 1412c2-1 2-4 0-3v3"
}), /*#__PURE__*/React.createElement("path", {
d: "M754 1431l3-2h-4c-1 1 0 2 1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M765 1406l4-4c-2-2-5 3-4 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M784 1393l2-1 4-2h-3c2-1 1-3 0-2l1-1c0-1-3-2-4 0l-4 3c-2 3 3 3 4 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M791 1372c1 0 3-1 3-3l-3 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M786 1394l1-2-2 1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M795 1375l2-1h-2v1"
}), /*#__PURE__*/React.createElement("path", {
d: "M792 1389c1 0 4-2 4-4l-2-2c-2 1-1 2-1 3l-1 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M812 1366l-2-1-4-1c0 2-2 2-3 3 2-1 4-2 6-1 1 1 2 2 4 0h-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M797 1384l1-1c-1-1-1 0-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M807 1371c0-1 0-2 1-1h-2l1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M806 1381v-2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M814 1365h-2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M816 1364h1c-1-1-1-2-3-1l2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M823 1362l1-1-1-1c2-1 2 1 2 1l5-2c0-3-9-1-10 2l3 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M848 1350l5-2h-6l1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M840 1373c3-1 1-4-2-2l2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M832 1390l3-2h-3v2"
}), /*#__PURE__*/React.createElement("path", {
d: "M840 1376l4-1h4c2 0 3-1 1-2l-6-1-3 1c-2 2-1 2 0 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M842 1378l3-2c-1-1-3-1-4 1l1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M857 1350v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M69 1565c1 1 2 4 8 0l-1-1c5-3 7-2 9-2l9 2c3 0 7 0 6 2 0 1-2 3 0 3l7-1v-2c5 1 10 2 13 4 2 2 2 6 10 3 0-1-2-1-2-3l6 1 1-2 8-2v-1h3l1-2c2 1 1 7 8 3 0-1-4-1-1-3 3-3-2-2-2-3l7 1c0-2-3-2-5-4l5-1c-5-2-9-5-17-4-5 0-16 3-13-2l5-2 4-2 7 2c4 2 6 5 14 2 0-1-11-1-6-5 2-2 13-2 16-4v-1c7-3 6 0 12-2v-1c6-2 8 0 12 0h7l5-5c3-3 9-1 10-1 3 0 10 0 10-5l8-1c3-2 6-2 8-2 6-1 4 5 11 4l8-1h9l8 1 13-2c15-3 25 1 38 0h20c5-1 10 1 17-3v-1c3 0 6-2 6 0s4 2 6 2c3 0 5 0 8-2l3 1h6c0-2-2-3-1-5 0-2 3-3 5-4 3 0 2 2 3 2 2 1 4 0 4 2-7 4 2 4 2 4l-4 4c1 2 7-2 6 2 0 2 7 1 10-2-1 0-4-3 0-3l-2-4c5-2 7 0 10 1 4 0 1 5 2 7l-5 3 1 1-2 2c1 1 2 3 5 2l6-2c6-1 9 1 14 2 4 1 8-1 13-2 7-2 12-2 17-2 4 0 10-1 12 2l5 2h4l4-1 3 1c2-1 4-3 3-4-1-3-8 0-8-3l4-1-3-1 2-1-2-3-5 1c-3 0-3-3-4-5 0-2-3-3-5-3l-4-1v-4c5-1 9 1 13 2s9 1 15-2c-4 0-5-3-9-3l-10-1h-11c-2-1-3-4-4-7 3-2 6-2 7-2 1 1 4 4 0 4 2 2 5 1 9 1h10c5 0 14-3 17 0l-2 2 10 1h23l7-1 10 1 5 1 5-2c1-1 7 1 9-3 1-3-1-4-2-5l7 1c1 0 3 2 0 3v1l-2 2 6 1c3-1 4 0 6 1 1 1 9 1 10-3l1 2c1 2 3 1 2 3-1 4 7 4 10 4l12 2 5 2 8-4c0-1-2-2-1-5 2 0 3 3 6 0 0-1-3-2-2-4l10 4 3 1c1 1 0 3 2 4s8-3 11-2c1 0 8-1 2 3 0 2 5 1 6 1 3 0 7-3 10-2h7l3-1 3-1c3-2 6-2 8-2l12-2c3 0 6 0 10-2l11-4c2 0 5-3 7-5v-8c1-3-3-3-4-4v-8c-2-3-1-10-5-12-1 0-4-1-3-4 3-3-1-5-2-6l3-1c1-2 3 0 4 0 1 1 3 0 5-1 8-4-1-4-2-5 2-2 2-1 4-1l-2-4c3-1 2-2 0-2l4-1c0-2-4-1-4-4l2-1c1-1-2-1 1-2v-2h3c-3-1-5-2-8-1-2 1-1-2-1-4l5-4v2l4-3-1-2 3-1 3-5h3c0-2 2-3 3-3s2 3 4 0l-2-2h2v-1h2v-1l2-1c2-1-3-2-1-5s6 0 8 0l-1-2 2-1-1-1 5 1c-2-1-1-2-1-4 1 1 1 3 3 2l2-2 3-1-1-1h3c1 0 2-3 1-4l11-3c3 0 2-2 3-2 1 1 3-2 4-2l4-1 5-2 3-1c2 1 2 4 3 5-4 2-2-1-4-2l-6 3-2 1-2 2c-2 2-1 5-3 6 1 0 2 0 1 2-2-1-3-4-6-3l1 2c-2 1-2-1-2-1-1-1-3 1-4 2l-9 6-2 2h-3c-2 2 2 4 3 4l-4 2c-1 1-3 3-1 3l3 3c1 0 3-2 4-1v-2l3 1c1-2 4-1 2 1-3 4-3 1-5 0l-2 2v3c-2 0-2-3-3-4l-6 1 3 2-1 1 1 2c-3 2-4-3-5-4l-3-2c-2 0-3 3-1 2l-2 2-2 3c1 2 3 0 3 2-3 2-5-1-9 1l2 2-1 2c-1 1-3 2-4 1-3 3-1 2 0 4-2 1-2 4 0 4l-3 2h7c-1 2-4 2-6 3l4 1-3 1c1 2 3 3 5 3l8 1-3-1c3 0-1-2-1-2l4-3h8c-2 2-7-2-9 2-1 2 5 3 5 3h-3c-1 3 4 4 0 6 1 1 2-1 3-1l2 3c1 1 4 0 4 2v5l4 4c-2 2-3 1-4 1-1 5 4 4 8 4-1 2-5 2-6 2 2 1 1 3 3 3v-1c4-2 5 3 7 4-3 1-1 2 0 3h-3l1 1-6 3c1 1 4-1 5-1 2 0 4 2 0 4-3 2-7 1-10 1l2 1c-3 1 1 1 1 1h8c1-1 4 1 1 1l2 1c-4 1 1 2-3 3h-3c1 1 1 5 4 3 4-2 3 2 3 4l3 1c1-1 2-3 3-2v5c-3 2-4 1-4-1l-2 3-1-1-2 1c-2-1-3-3-6-3 0 1 1 3 3 3h-2c0 2 2 2 4 2l3 2c-1 1 0 1 1 1-1 1-2 2-1 3-4 3-4-1-7 0l5 3-5 3c1 1-2 4-2 5 1 2 1 4-2 5-2 1-3 0-3-2 0-3-3-2-5-3l2 3c-2 2-5 2-7 2 1 2 6-1 6 2-4 3-5 0-9 3 0 0 9 0 8 1-2 3-6 4-8 5l-12 3-9 3-11 2c-3 0-5 0-8 2-3 1-3 4-6 5-5 2-8 0-12 0l-21-2c-5 0-11 0-12-4-1-3-2-4-5-4s-4-3-7-2c2 2-3 3-5 4v4l13 11 6 5c3 2 7 1 10 1 4-1 8 0 11 1 5 2-4 7-8 9-7 2-10-1-15-2l-21-3-10-1c-2-2-5-3-9-2-1 3 3 3 6 4h-7c6 3 13 4 21 5 3 0 12 0 10 7-11 7-20 4-25 3-9-2-13-10-24-8-2 3 2 4 3 6l6 7c3 2 9 1 11 4 1 1 3 6 6 5v-6c3-2 5-1 7 0h8c6 0 14-1 17 3 4 3-2 10-8 10-8 2-12-3-19-2 5 9 24 1 32 7l5 6 8 2 19 5c14 1 26 4 38 9l37 10c5 2 12 3 17 6 1 0 7 0 4 5-3 6 2 5 4 5 6-1 14-7 21-11 9-5 17-5 24-6 16-3 32-5 46-4l20 1c2 0 5 0 8-2 4-1 6-7 10-8 15-3 30-4 45-8l24-3 9-2 6-3h12c1 0 8-2 7-6s-6-4-8-5l-9-2c3-3 9-4 12-6l11-4c-1-3-6-1-8-1l-12 3c-11 1-24 7-32 2l-12-4c-2 0-7-2-4-8 2-4 6-7 9-9l8-6 7-3h-2l6-2 6-1 6-4 7-2c9-5 18-7 27-8-3-2 1-2 1-2h4l10-3 9-1 9-1h7l8-2c7-3 12 1 19-1-2-3-6-3-1-7l3-3c2-3 2-5 5-6l5-2 6-4 12-5-5-1c-1-2-3 0-5 1-4 3-10 2-14 1l7-4c-2-1-4 1-6 1 0-2 3-2 4-4 1-3 3-4 5-4 5-2 9 1 14-4l-5-2c2-2 4-1 5-1l6-1c3-1 13-4 13-9 0-4-4-5-6-6-4-3 1-5 4-5-1 4 1 6 4 5l4-4 4-3-3-2 7-1-1 1 5 4 2 5c1 4 7 1 10 1 0-2-3-3-2-5l8-6c2-1 3-3 5-3l3 1c2 2 0 2-1 3-2 1-5 4-2 6 2 2 7-1 9-2 6-1 13 2 19-1-1 4 3 3 5 3 1 1 2-1 4-2 1 0 3 2 1 4 3 2 6 0 9-2l8-5a198 198 0 0 1 36-6c3 0 6 0 9-3 1-2 4-5 6-2 2 2 5 6 7 0l-3-2c4-2 7 2 11 3l9 5c4 1 8 1 11-3s7-2 10-3c4-2 8 1 12 1 5 0 8-2 13-3 4 0 7-2 12 0l14 3 14 2h13l28-4 12-4 13-1 11-5c3-1 5-6 8-6-2-4 2-6 4-6h5l2 5 8 4c1 1 4 0 4 3h-3c2 3 4 4 6 2 3-2 5-4 8-4 1 4-3 3-5 5 2 1 7 0 7 4 1-2 1-5 3-6v5c1 3 3-1 4-1 1-2 8-2 4-7l2-3c0-2 1-3 2-3l10-4c3-1 6-1 8-4 3-2 6-2 10-2l8-3 4-2c2 1 2 2 4 0l3-1v-3c1-3 7-1 9 1l-3 1 2 2h5l9-3-4-1c-1-2-2-1-3-2 1-2 3-3 5-3l2-1v2c2 2 4-2 6 1 2 2 5 1 7 0l-3-1c1-2-4-4-2-7 2-2 6-2 8-3 6-4 14-6 21-5l11 1 8 6c1 0 8 1 6 3-1 1-5 1-4 3l4 2 2-1 3 1h2l2 2c2 0 3-1 5 1h-1c1 2 2 2 2 1h4l9 1 8 1 6 2 5-2 12 2 13 1 13 2 5-1 5-1v5c0 2 3 3 3 5s-2 1-3 1v2l-2 1 2 1c0 2-2 2-3 2l3 3c1 2 0 1-1 1-2 0-6-1-6 2l4 2-1 1v2c-1 1-3 3-4 1-2-2-4-1-5 0l-1 3-1 4h4v3c2 2 6-1 3-4 1 0 4-2 4 0 1 3 0 6-1 7-2 3-4 3-6 4l-5 5 2 1c0 3-3 3-4 6 0 2 8 5 9 5 4 0 6-1 9-3 2-2 5-2 8-3l4-6v-3l1-2c0-3 2-4 3-6s2-1 4-1l2-2c0-1 3-1 2-3-1 0-2-1-1-2 1-2 3-2 5-3s5-3 8-3l2 1v-2l2 1 2-2h4l3-2h3l3-3h4l3-2 2-4c-4 0 1-4 2-4 3-1 4-4 8-5l12-3 4-2h4l-4-2c1-2 3-4 5-4s2 1 3 2c2 1 3-1 3-2l12-1 7 1 6-1 8-2 3-1 2-3c3-1 0-7 3-8l3 4c2 3 0 2 1 5h7l9-2h19c2 0 6 2 7 1 2-2 5-1 8 0h8l4-1h4l1 2 3-2h6c2 1 2 4 4 4s2-3 3-3l4-2 4-4 5-2c2 1 4-1 6-1h6l8 1 6 2 7 1 7 2h8c1 0 2-1 4 1 1 2 2 3 3 2l1 2c2 1 4-1 5-1l6-1c1 0 4-1 4-3 1-2 0-4 3-5l8-2 8-2c3 0 5 3 8 5s1 4 4 5c5 1 6-3 11-1l4 2 3 3c3 3 8 3 10 2l8-1 10-1c6 0 8-6 17-2v1c3 2 5-1 7-2 1 0 4-3 7 2 4 1 4-4 7-5h5l4 1v5l4 1 2 1 3 1h9l2-6 7-5 9 1 10-1c3-1 5-2 9 0s2-4 2-6h-2c0-2-1-7 1-8 0 0 0-2 2-2 1 1 3 3 4 2l1 2 1 4-3 6c2 2 3 0 4 1l4 2 5 1h3l12 2c3 1 5 0 9 2l7 1h4c3 2 4-1 7 1 4 2 4 3 7 2l2-1c2-1 5 1 4 2h5l1 2 6-2 1 1h2c2 4-2 4-3 6 4 2 5-1 8 1 6 3 5 4 4 6 3 1 7-7 12-3 3 3-3 1-1 4 5 4 9 1 10 1 1 3 10 2 10 2 3 3-1 3 1 6 2 2 5-1 6-1h4l5 1c2 0 4 2 3 0h3v-4c0-1-4-3-1-3l5 2c3 1 3 3 1 2l-2 3c3 0 5 3 7 3 1-1 5 2 6 1h5l4-3 4 4 6 1 4 2 4 2 4 1c2 2 0 2 3 3l-1 1 6 3h3c2-1 2 1 3 1l2-2v3l3-2c2 0 2 2 4 3 6 5 6 1 8 0l5 1c2 0 3-1 6 1 5 3 7 0 10 0 1 2-2 0-2 1 3 2 4 1 6 1 2-1 6 2 3 3l5 2c2 1 7 3 6 4l5 1 3 2v-5c6 5 5 9 3 9l-5 2c0 1 1 4-1 4 2 1 2-1 3-1 1 3-2 4-3 7l-2 3-4 2-1 5c0 2-3-1-4 0 0 1 0 2-3 1l-1-1c-4-3-4 0-5 0 0 1-4 1-4 3l-5 1-4 2 3 2c3 3-4 1-6 1-3-1-2 2 0 5 4 5-3 1-4 3 0 2 0 2-3 0-2-1-2 1-3 1l-1 1 2 3-4 1c-4 0-8 0-7 3l2 1c0 2-2 0 0 2l2 3v5l-5 3 4 1c1 3 1 6-2 6l3 1c0 3-2 4-5 4l6 1c2 3 5 5 5 7 1 1 0 4-1 4 3 1 4-1 5-1 6 5 1 7-1 8 3 1 4-1 5-2v3c4 2 4-2 5-3 1 2-2 2 0 4 1 1 3 2 1 2l9 2c1 0 2 0 3 2 1 1-1 1-2 1 2-1-5-3-5-3l-7 1c-6 1-12 1-16 3-1 1-2 3-4 3-1 1-7-2-7 0-1 4-11 1-13 4 5 1 2 3 2 4 3-1 2 2 2 3l-3 2-9 5c6 2 5-2 11-1 1 4-3 4-6 4l-11 2c-1 0-2 1 1 3 4 2 5 1 6 1 3-2 9-1 12-2 6 7-6 2-7 3 6 5 4-1 9 2 1 3-5 1-8 2l6 2-1 5h11c2 4-3 3-5 3l-9 3c4 2 5 1 6 1 1-1 5 1 8 1l1 2 4 1c-1 2 4 1 8 6 2 2-2 2-3 2 7 3 9 1 13 3l1 2 7 2c-2 0 3 2 4 3l4-1c0 2-3 1-4 2 5 1 0 2 0 2 5 1 6-2 13 0 3 5 0 5-2 5-3 0-6 1-6 3 7 2 7-2 11-2 5 0 14 4 19 4h6c1 4-2 2-2 4 3 1 2-1 7 2 7 3 8 0 11 0 4-1 11 3 15 3l14 2c-1 2 5 2 6 1h6c0 1-1 2-2 1 10 5 13 2 21 5 10 3 12 0 18 0l42 3c1 28 2 61 0 101 0 12 4 43-3 43H-23c-8 0-5-30-5-43v-34c-1-24 1-46 1-67l9 1c2 1 1 6 7 3 5-2 5 0 6 2s4 2 7 1c14 0 24 5 36 7 13 2 26 4 43 2 9-1 17-2 24-1s13 3 23 1c-2-2 9-7 10-7h8l18 1c14 1 25 7 44 2 1-1 1-3 4-4-3-6-16-3-24-3-10-1-20-1-28-3s-18-2-27-2c-10-1-17-4-24-8-4-1-7-3-8-6-1-1 2-4 2-6l-1-4c0-2-3-2 1-6 5-6 8-7 7-9-3-3-9-3-12-5s-7-2-8-4c0-1-4-5 1-6 6-8-29-1-18-10 18-7 22-1 32 0 5 0 8 2 13 3 4 2 13 0 17 1 4-8 26-12 24-17-4-6-12-9-21-11-11-3-21-7-33-9-6-1-13-2-17-4l-5-3c-2 0-5 0-3-3l13-2c6-6 0-6-3-6l-8 1h-4l-6 2c-3 0-4-2-6-3s-4-1-5-3l1-3 3-4c2-3 0-4 0-7l4 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M699 1481c0 2 2 2 3 2l-1-3c5-3 5 2 7 2v-4c3-2 5 2 9 0-1-2-4-1-5-2 3-3 7-1 9-1 1 1 2 1 4-1 3-2 4 1 5 2 4-5-6-7-8-7 0 0-7 0-4-3 1-1 6-1 7-3l-3-4 1-3c-1-2 0-3-2-3-1-1-3-2-2-4 2-4 12-6 14-5 1 0 3 1 3 3l-1 3 3 1c3 3 3 9 6 11 3 3 5 7 5 13l1 7-1 3c-2 2 0 2-1 3s0 2-3 3c-1 1-4 2-3 4-8 2-13 2-19 1-2 0-14 2-12-3 2-3 8-1 9-1 2 1 8 3 11-2-1-1-3 1-5 1-2 1-4-1-6-1 3-2 5-1 8-2l-5-2c-3 0-3-3-4-4l-6 4c-3 1-5 0-7-1l2 2c-5 5-4 1-7 1l-4-1c-1 0-5-2-2-2l-1-2c2-2 4-2 5-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M816 1397v1c-1 1-2 0-3-1h3"
}), /*#__PURE__*/React.createElement("path", {
d: "M824 1384l1-1 3-2 1 3 2-2c0 2 3 2 3 3l-2 2-4 1c-3 0-1-4-4-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M805 1443h-1l2-1-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M801 1460l1-1v1h-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M806 1466l2 1c-2 2-4 2-5 1l3-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M806 1472c1-1 2 0 2 2-1 0-4 0-2-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M796 1456c2-3 2-3 1-5 0-2-1-4-3-3-1 2 0 3 1 4l1 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M774 1429l3-1-3 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M47 1599c5-5 1-5-1-6s-1-5-3-7 0-6-6-5c-3 0-8 5-10 7-3 5 1 7 3 9 1 1 5 9 17 2"
}));
});
return _this;
}
_createClass(Map, [{
key: "render",
value: function render() {
var _this$props2 = this.props,
baseColor = _this$props2.baseColor,
stroke = _this$props2.stroke;
return /*#__PURE__*/React.createElement(SVG, {
xmlns: "http://www.w3.org/2000/svg",
id: "salo-interactive-map",
width: "634",
height: "477",
version: "1",
viewBox: "0 -500 2753 2538"
}, /*#__PURE__*/React.createElement(LandPath, {
id: "pe",
baseColor: baseColor,
stroke: stroke,
d: "M520 800l4-6 2-3 3-2 1 5-2 1c-1 1-1 2 1 3-1 1-1 3 1 1 1-1 2-1 3 1 1 1 2-1 3 1l3 4c2 0 2 0 3-2l3-3 1-6 1-3c1-1 2-3 2-1v-1l1-2 4-3 10-4c6-4 10-10 12-17l1 1-1-5-3-4h5c2 0 4 1 5 3l3 5 2 2 2 1c1 2 3 1 4 4 0 2 0 2 2 3 3 1 0 4 2 5l2 1h5l5-2c1-2 3 1 4 1s3-2 5-1l2 2 3 1c2 2 2 3 0 5l-4 7c-1 3 3 1 4 2l2 2c1 2 0 3-1 2l-1 1c-1-2-4-3-6-1s-6 1-9 2l-4 3c-2 0-1 1-2 2-3 2-4 1-5 5v3l-2 4c0 1 2 3 0 4l-4 3-1 3v2l-2 1c-2 2 4 4 2 6l2 3 1 2 1 2 3 3c1 2-1 3-2 5l8 1 2 5c3 0 6 1 9-1 2-1 4-5 6-5v2c1 1-1 3-1 4v10c2-1 2 1 3 1l5-1 3 1 3 6 3 7c1 2 2 3 0 5-2 1-1 3-1 4v7l1 3-2 3-2 4c-1 2 1 3 1 5l-2 3 1 4 2 3s4 0 1 2l-1 3-3 4-2 1c-1 2 0 1 1 2 1 2-2 2-3 4-1 1 1 3-1 4-1 2-2 2-4 2l-4-2-4-3-4-7c-4-1-6-5-10-5l-5-3-5-3-5-3-6-4-4-4c-2-2-5-3-6-6-1-1-1-3-3-3-1-1 1-4-1-3v-1h1c1-4 0-6-2-9-1-3-2-6-5-8l-1-2-1-3-1-3-3-2 1-1-2-3-2-5-2-6-5-11c-1-5-6-8-8-13-2-6-7-11-12-13l-3-1 1-3c3 0 2-2 1-3l-2-5 1-1-2-1v-4"
}), /*#__PURE__*/React.createElement(LandPath, {
id: "gf",
baseColor: baseColor,
stroke: stroke,
d: "M771 730c2 0 3-3 3-4 1-2 0-4 2-6 1-3 0-4-2-6s-2-6-2-8c0-3 0-4 2-6l2-3c1-1 1-3 3-2l4 2 4 1c2 1 4 6 6 6l-1 1c1-3 6 2 3 4 2 0 1-1 1-2 1-2 2 1 2 2 1 3-2 7-3 9l-5 9-2 3-2 1h-2l-2-1h-3l-4 2-4-2"
}), /*#__PURE__*/React.createElement(LandPath, {
id: "bf",
baseColor: baseColor,
stroke: stroke,
d: "M1232 646c1-1 2-3 1-5l1-2c1-1 2-4 1-5l-1-2 2-1 4-1c2-1 4-5 2-7l2-1 1-2-1-2 3-4c0 2 4 4 5 4 0-2 1-1 2-1v-5l3 1c1-2 1-6 4-7 2 0 4 3 5 0 0-2 1-1 3-2l4-3c2 0 5-5 7-3h3l3 1c2 1 0 4 1 6 1 1 0 3 2 4l1 3 3 1 1 2 2 1h-2c-1 3 3 6 5 7s3-1 5-1l2 3c-3 2-1 3 0 5 2 3-1 6-4 6h-3c-1-1-1 0-2 1l-5 4-6-2h-4l-4 2c-2-2-7-1-10 0l-10-1-1 4 1 5 1 4v4l-5-5h-5c-2 0-5 1-5 3l-4-2-2-2-2-3c-2-1-3 0-4-2"
}), /*#__PURE__*/React.createElement(LandGroup, {
id: "fr",
baseColor: baseColor,
stroke: stroke,
transform: "matrix(1.22983 0 0 1.18886 -278 -149)"
}, /*#__PURE__*/React.createElement("path", {
d: "M1247 324l-1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1254 328l-1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1261 335h-2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M1261 339c1-1 0-2-1-2l1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M1234 316l4-1c0-2-2 0-3-2h3s-2 0-1-1h-3c-1-1 2-2 3-3h4l6-2c-1 1 2 4 3 3l2-1 2 1c1 0 1-1 1 1v-2c1-1 1 1 2 1l3-1c-2 0-2-4-2-5l-1-3-1-3 2 1 2-1c1 1 0 3 2 4h9l3-2-3 1c-1-1 2-4 3-4l5-2c1 0 3-3 4-2v-7c1-2 6-3 7-2l1 3 3 1c2 0 1 1 2 2 1 0 3-1 3 2l2-1c2 1 1 3 1 4h3l2-2 1 4 4 3 5 1c1 0 2-1 3 1 1 0 1 2 3 2v-1l1 1h1l3 1 5 1-4 6-1 4v5l-2 1-2-1v2l-2 3-2 1-1 2-2 3v2l-1 1c1 0 2 0 2-2l4-1 1 4c2 1 1 2-1 3 1 1 4 3 3 5l-4 2c0 2 2 3 3 3 1 1-1 3-1 4 0 2 3 4 5 3s1 0 1 2l-8 7-2 2-3-1c-2 1-3-1-5-1 1-2-2 0-2-1l1-1-1-1-1 1-2-1c1 3 0 1-2 1l-3-1-3 2-4 3v1 2l1 3h-2l-2 1h-5l-2-1v-1h-3c0-2-1-1-2-2s-4-2-3 1l-5-1h-4c-1 0-6-4-7-3v-2l-3-1c3-1 3-6 3-9l1-4c2-1 0-1 0 0l1-9 3 3v1l1 2c1-1-1-2-1-3l-2-4-2-1h2c-1-1-2-5-1-6-1 1-5-1-5-3l-3-3c0-1 2-3 0-3v-1h3-4c-1 0-3-1-1-2v-1h-4l2-1c-1 0-3 0-3 2l-1-3c0 1-2 1-1-1-2 3-5-2-7 0l-4-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M1336 374l1-2 4-2c1 0 0-3 2-2v8l-2 8c-1-1-5-2-3-3l-1-1 1-1-1-2v-2l-1-1"
})), /*#__PURE__*/React.createElement(LandPath, {
id: "ly",
baseColor: baseColor,
stroke: stroke,
d: "M1373 437c-2-1 1-2 2-2l4-4 2-4-1-6c0-3 2-2 4-3l3-5c2 0 6-1 6-3l-1-3 1-5 5 3c2 1 4 2 7 1h6l6 1 5 3 5 1 2 5 3 6c3 2 7 2 11 2 4 1 10 3 13 6 2 2 4 5 8 5 4-1 9-4 10-9l-2-5v-6c1-3 8-8 11-8l5-2h6l6 3c2 1 2 1 2 3s2 2 4 2l6 2 6 1c1 0 3 2 3 4-1 1-3 1-3 3l1 6c1 2-1 3-2 5s1 5 1 8l1 10v94h-9v5a1493 1493 0 0 0-73-41c-4-2-9 2-12 4l-6 4c-2 0-3-2-4-3-4-4-8-4-12-5l-6-2-2-4c-1-3-3-4-6-6l-4-1c-1 0-3 2-4 0l-2-5-2-6c-1-2-6-5-4-8s5-2 4-6v-7-13l-1-8-3-7"
}), /*#__PURE__*/React.createElement(LandPath, {
id: "by",
baseColor: baseColor,
stroke: stroke,
d: "M1502 172l5-4c2 0 2-2 2-4 0-5-3-8-4-13h11l2-2 2-1 2-1c1-1 3-1 2 1h2c1-2-1-2-2-2 3-3 2-6 5-8 2-1 2-3 4-3s1-1 3-2c-2-1-4-2-1-5 2-2 5-2 7-2 2 1 3-3 5-4l4 1c2-1 3 0 3 1s5-1 7 1v2h3c4-2 6-1 8 1l3 2v5c1 1 0 2-1 3-1 2 1 2 2 4 2 2 2 5 5 6l3 2c0 1-2 3 0 3h4c2 1 1 1 2 3l2 1c1 2-1 2-2 2l-3 3c-3 0-3-2-5-2-5 0-3 4-1 5v4l2 6c-5 0-9-1-12 5l1 4c1 3-2 1-2 0-2-2-4-1-6-1l-4 1-1-3c-2-1-4 1-4 3l-2-2h-2l-3-1c-1 0-2-1-2 1l-3-1h-2c-2-2-5-2-7-3l-8-1h-9c-3 0-4 2-6 4h-3c-2-1-1 0-2 1l1-5c0-3-4-3-5-5"
}), /*#__PURE__*/React.createElement(LandPath, {
id: "pk",
baseColor: baseColor,
stroke: stroke,
d: "M1856 439l12 4c4 2 8 0 13 0l4 1 5-1h6l5-2c2 0 5 0 7-2l-1-3 1-6 3-4 2-3 3 1 6-1-2-2 5-3c1-1 3 1 4-1l2 2h2c3-2 3-5 3-8-1-1 1-1 1-3l1-3c-1-2 1-2 2-2l3-1c2-1 2-1 2-3l-2-3c-2-2-2-4 1-3 2 0 7 1 9-2l-1-2-1-2 1-1 2-2 2-3 2-2-1-1v-1-2l-1-3-2-2c-1-1 3-5 4-5 2 1 2-1 3-2l4-2 9-1h7c2-1 7-3 7 0 2-3 5-1 5 1 1 1 3 0 4 2l1 3v3l3 3 3-1c-1 4 9 6 12 5-1 1-8 3-7 5 0 0-1 2-2 1l-2 2-7 2c-4 2-5 0-9 0-2-1-5-3-8-1-2 1-4 4-2 5 2 0-1 2 0 2 1 1 5 1 3 2s-3 2-1 4v4l2 2v1c0 2 1 1 2 2 2 0 1 3 3 3l5 2c1 1-3 3-4 3-3 1-5 3-4 5s-1 6 2 6c-1 1-4 1-4 3-1 1-5 4-4 5 2 2-3 3-4 4l-2 3-2 6-6 4-2 3c0 2-2 3-3 4-1 4-3 3-6 4l-4 1-2-3c-1-2-4 1-5 3l-5 7c-2 3 0 4 3 5 2 1 3 1 3 4-1 2-1 6 2 6h3v4c1 2 3 3 3 6v1c-1 1 0 3 1 3-2 1-4 3-5 0h-3l-1 1-1 1c-3 1-5-1-8-1h-4c0 1 0 4-2 4-1 0-3 0-4 2 0-2 0-1 0 0l-1-2v2l-2-2c0 2-1 1-2 1v-1c-1 1-2-1-1-1-1 0-3-2-1-3-2-1-1-4-2-5l-5-2c1-2 0-3-1-5s-3-3-4-1c1 0 3-1 3 1h-5l-5 1c-1 0-8 0-6 2l-2-1c-2 1-4-3-5-2v1c-1 0-6-2-5 1-1 0-11-1-10 1l-2-1-1 1c-3 2-4 0-4-2 0-3 0-12 6-11-2-4 8-2 8-4l1-5-3-1c-2 0-1-2-1-4l-1-6-2-2-4-2c-3-1-4-4-6-7l-6-8"
}), /*#__PURE__*/React.createElement(LandGroup, {
id: "id",
baseColor: baseColor,
stroke: stroke,
transform: "matrix(1.22983 0 0 1.18886 -278 -149)"
}, /*#__PURE__*/React.createElement("path", {
d: "M2295 794h0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2297 775l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2298 777v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2302 768v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2303 772v1l2-1h-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2305 765c0 1 2 3 3 1l-3-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2306 773v1l5 2h3l2-1-3-1-7-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2323 832l-1 1 5-1 3-1 3-5c-2-3-3-3-6-2s-3 5-4 8"
}), /*#__PURE__*/React.createElement("path", {
d: "M2332 832c0-1 0-2-1-1-2 0-1 1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2330 818l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2274 768v-1c2-1 4-1 5-3 2-1 4-2 6-1 2 0 3 2 5 3l6 1c-2 1 0 2 0 3v4c-2 3 0 7 2 10l1-3c1-1 1 3 1 3v1l1 3h5l3-3 2-3c1 0 1-3 3-3l4-1 1-2c-1-1 2-2 2-3h4l6 3 5 2 4 2c2-1 2 1 4 1l4 1v31l-1 5 1 1v20l-4-5c-1-1-5-3-3-5l-4 1c-1 1-3 1-2-1l-3 2v-3l1-3-2-3h3c-1 1-3-1-5-2 2-2 4 0 5 0l-4-2c2 0 0-1 0-1l-2-3c0-1-2-3 0-4-2 1-2-1 0-1h-3v-3c0 2-2-1-2-1l-2-1-3-1-4-2-5-2-6-1-4-3 3-1h-3c-1 1-1-1-2-1 0 2-2 1-1 0-2 0-2 0-3-2h-1v-2l1-4-1 2c0 1 0 2-2 2 2 1 1 1 0 2v2l-4 2-1-3c-1-1 0-1 1-1 1-1-1-2-1-3-1 1-2-3-4-3-3 0-1-2 0-2 2 0 4 2 5-1 1-2 5-2 4 1v-2c1 2 2 0 2 1l1 1v-2l1-1v-2l-4 1h-8l-2-1v-1l-1-2v-1-1h-1c-1 1-3-1-4-1h-2c-1-1 2-3 2-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2007 739h1l-2-2h-1l-1-2-1-1v2l4 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2183 804v4c1-1 2 2 3 1l2-1h3c0-2-2-3-1-5v-6-5-3-3c-1-2 3-4 5-3v5c-2 2 2 5 4 7v5l3 2 1-3 3-1c1 0 4 1 2-1 1 2 2-2 1-2-1 1-1-1-2-1v-1l-2-1-1-3h2v-2l-1-1v-2l-2-1-1-2-2-2c-1-1-1-3-2-2v-2c1 1 2 2 3 0l4-2c2-1 4-6 6-6 1 0 1 2 2 1 1 0 2-2 1-3h-5l1 1c-1 0-5-1-6 1h-4l-3 3-2 2-3-2v-2h-2c-2-2-3-7-2-9l3-4 5 1 3-1 3 1 5-1c2 0 4 0 5 2 2 1 8 0 10-2l3-4 3-4-1-2h-2l-1 2-2 2-1 1c-1 2-4 2-6 2l-4-1-2 1-6-1-2-1c-2 1-2-1-3-1s-4-2-4 0-3 5-4 2l-1 2-2 3c-1 1 1 3-1 4h-1l1 2 1 5-1-2c-1 3-3 4-3 7v4l-2 3c0 2-3 3-3 5v2l1 5 3-1c2-1 1 1 2 3v5l-1 6"
}), /*#__PURE__*/React.createElement("path", {
d: "M2203 804c-3 0-1 3 0 3v-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2202 764h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2203 763h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2207 807l1-2v-2-3l-2 1v3l-1 2c0 1 2 0 1-1l1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2211 798c-2 0-2 4-2 5l-1 4c-1 1 0 1 1 2l1-2 2-1c0-1-1-2-2-1v-3c0-1 1-3 2-1l-1-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2212 774l1-2c2 2 2-4-1 0v-2h-2v3l1-2 1 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2211 794v2c1 1 2-2 0-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2213 770v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2213 774v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2214 805l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2216 807l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2218 811h1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2221 774c-1 2 0 3 2 3l2-1h1l2-1-1-1c-1 2-4-1-6 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2229 736c-1 0-1 0 0 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2231 731c0-1-1-4-2-3l2 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2229 775c-1 1 2 1 2 1l5-1h-7"
}), /*#__PURE__*/React.createElement("path", {
d: "M2233 777l1 4-1-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2238 793l4-2c1-1 1-2-1-3 1-1-1-2-2-2h-4c-2 1-2 2-1 3l4 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2239 727l-1-2 1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2239 725l1-3c0-1 0-2-1-1v4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2243 762l-1 2c1 1 1-2 1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2243 765c-1 0 0 2 1 1l-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2244 752v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2245 762v1l-1-1c-1 2 0 2 1 3v2h1c1 1 3-1 1-1l-1-2c1-1 0-1-1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2244 756v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2245 772c-1 1-1 2 1 3l1-1h2c2 1 0-1-1-2h-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2245 753h-1l1 1v-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2246 760l1 2 1 2 4 3c-3-3-3-6-4-9 0-2 0-3 2-2l6 1c-2 0-2-2-3-2 0-1-3-1-2-3 1-1 3-1 3-3v-3c-2 0-4 1-4 3l-1 1-1 2h-2l1-2c2-1 2-4 2-5-1-1-2-1-1-2l1-2c-2 0-3 2-3 3l-2 6 1 2h1l-1 2 1 3v3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2246 770h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2245 788l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2246 787v1h1l-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2248 785l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2264 790l5 2c1 2 1 0 1-2l-1-2-1-2-2-1h-3l-3-1-2 1-2-1h-3c-3 0-6 2-5 6 0-1 1-4 2-3l2 2c1 0 5-3 4 0h4c1-1 4 0 4 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2249 791l-1 1 2-1 1-1-2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2250 740v-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2251 742c2-1 4-3 2-5l-2 1v4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2252 790v1l1-1h-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2253 790l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2259 760l2 1-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2264 777h3v-2c-1-2-4 0-5 1l2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2263 769l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2265 760"
}), /*#__PURE__*/React.createElement("path", {
d: "M2270 763c3 1 0-2-1-2 1-1 1 0 2 1l2 1c1 0 2-2 0-3-1 0-6-1-6 1h-1c1 1 3 1 2 2l1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2268 767c-1 1 3 1 3-1l-3 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2269 763l-1 1c1 0 2 0 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2271 767c-3 1-2 3 0 4 1 1 2-3 0-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2273 768v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2274 795v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2275 794v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2289 795l2 2-2-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2215 846l1 1-2 2h3l3-1 4-2 2-3c0-2-1-1 1-1v-4l-1-1c-3 1-1 2-4 2l-1 3h-1l-2-1-3 5"
}), /*#__PURE__*/React.createElement("path", {
d: "M2181 830l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2075 816l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2086 812h-4c-1-2-2 0-3 1 0 1 0 4-1 3l-1 2h-2l7 1 2 1v2c-1 3 6 2 7 2l6 3h2l2-1 8 1 9 4h5l3 1h8c2-2 5 1 7 2l4 1 1 1c1-1 0-2-1-2v-6l-2-2h-3l-4 1-4-2v-3l-1-3h-5l-2-1s-1-2-2-1h-2c-2-2-3-3-4 0l-2 3-2-1h-9c-2 1-3-3-4-4-1-2-1-1-2-1l-3-1c-1 1-2 0-3-1l-3-1c0 1-1 2-2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2102 826l2 1-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2134 819l-2 2c1 1 3 2 3 0 1 2 3 1 4 1l2-1 1-1-3-1h-5"
}), /*#__PURE__*/React.createElement("path", {
d: "M2132 809l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2144 821l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2145 830l3 3 2 1v2l2-2c1 0 4-1 2-3 0-1-2-2-4-1h-5"
}), /*#__PURE__*/React.createElement("path", {
d: "M2146 821c0 1 0 1 0 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2152 819l-1 1h3l-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2154 836v-1h-1l1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2160 831c-1 0-3 1-2 3 0 1 0 2-2 1-1 2 5 2 5 2l1-4c1-1-1-3-2-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2172 837c1-1 3-1 3-3l1 2h3l-1-1c1 0 3 1 4-1-2 2-2-1-2-2-1-1-2 0-2 1 0-1-1-3-3-1l-2-2c-1-1-3 0-3 1l5 3-3 1c-1 1-1-1-2-2s-5-1-7 1v2c-1 1 1 2 2 2h3c1 0 2-2 4-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2169 832l1-2c-2 0-1 1-1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2180 842c0 2 2 2 4 2s3 2 5 4 7 0 4-3l-3-2-2-2h-4c-1 1-3-1-4 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2184 833l-1 2 1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2185 834v2l1-2h-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2188 836h6l2 1c1 0 3 0 2-1 3 1 3 0 6-1 1 0 6 1 5-2l2-1c-1-2-2-3-2-1h1l-3 2c-1 2-3 1-4 0h-3v1l-2-1-5-2c-3 0-3 1-5 2l-2 1c0 1 1 3 2 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2191 810v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2193 820v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2194 823h0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2199 852l1-1-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2201 851h2v-1c-1-1-2 1-2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2209 853l1 1 4-2-1-1-4 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2210 833"
}), /*#__PURE__*/React.createElement("path", {
d: "M2211 831v1h2l-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2214 848l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2214 831v1l-1 1c-1 1 2 1 2 1l3-3c-2-1-2 1-3 1l-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2218 832v1l1 1c1-1 2-2 1-3l-2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2222 830v1l-1 2 5-1v-2h-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2231 830l-1 2 1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2232 829l5-1c1 1 1-1 3-1-2-2-3-2-5-1h-2l-1 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2244 825v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2246 830h0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2247 830h3-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2250 831"
}), /*#__PURE__*/React.createElement("path", {
d: "M2253 821v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2255 831h2-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2261 827l1 2c2 0 1-2-1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2270 832l3-2c-1 1-2 0-3 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2271 825"
}), /*#__PURE__*/React.createElement("path", {
d: "M2272 824a163 163 0 0 1 1 0h-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2277 821c-2 0-5 4-3 5-3-1-1 5 0 2l2-2 1-4v-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2277 821l2 1-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2285 809h-1l1 2v-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2285 808v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2285 812c2-1 3-5 3-6l-1 2-2 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2295 813l1 3c-2 0-2 4 1 3 3-2 0-5-2-6"
}), /*#__PURE__*/React.createElement("path", {
d: "M2300 817v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2300 815v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2301 816c0-3-1-1 0 0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2053 807l-2-1 2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M1999 709h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2016 714l-3 1-1-1h-5c-1 0-2 0-3-2-1-1-4-2-5-1-5 3 6 13 8 15l3 1 3 4 2 4c2 0 1 2 2 4l3 2 2 1 3 2v3l2 4 1 5c0 2 2 1 2 2 1 1 3 1 3 3l5 8v1l1 2 2 5c1 2 0 3 2 4l2 3 3 4c1 1 3 2 3 4l3 3 4 4 4 3c1 1 2 1 2 3l2 2 1 1 1 1s2 3 2 1l-1-2c0-2 2 0 2 0 2 2 4 2 4-1l3 3 1-3v-6l1-3-1-2 1-3-1-2 1-3 1-2-2-1c0-1-2-3-1-5h-6v-1l-2 4c0-1 2-3 0-3l2-2-2-1-1-3-1-5h-4l-2-2-1-4 1 1-2-1 2-1h-2l2-2 2-1-2-3h-3c-1 1-4 3-6 1 3 2 8-3 3-4h-2l-2-2c-1-1 0-3-2-4l-2-2h-2l-2-3c0-1-2-3-3-2s1 3 1 4l-1-2-3-2-2-4v2l-1-1-1-3-3-3-4-3-1-1-1-1-3-2-1-3-2-3-3-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2017 754c2 2 2-3 2-4l-4-3h-2l2 4 1 1 1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2014 742c0-1 0-2-1-1l1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2023 764v-2l-1 2h1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2022 760l2 3c0-1-1-4-2-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2024 745h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2026 759l-2-1 2 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2028 775c3 0-2-6-2-7h-1v3c1 1 1 4 3 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2034 780l-3-3c-1 1 2 3 3 3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2035 784l1-1-1-2v3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2038 788v-1-1l-2-2 2 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2048 743c0-2-2-2-3-1l2 3 1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2054 746l-4-1c0 2 1 2 2 2l2 2v-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2054 749l-2-2c-1 2 0 4 1 4l1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2058 753l-2-2-2-1v2l4 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2059 752c0-1-4-3-4-1 2-1 2 2 4 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2060 754h-1v1l1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2061 751l-1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2062 753l-2-1 1 2 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2063 762s-2 0-1 1l1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2065 752l-1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2066 750l-1 1s2 0 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2067 753l-1-1 1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2070 751c-1-3-3 0-2 0s1-1 1 1l1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2068 753h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2069 763h-1v2h1v-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2069 758v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2069 760l1 2h3s-3-3-4-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2070 753h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2070 758l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2076 774c1 2-2 2-2 3l3 1c1-1 2 0 2 1l1 2c0 2-1 2 1 3 1 1 4 3 5 2l-1-1 2-3-4-1-1-4-1-4c-1-1-3 1-2 2 0 0-3-4-3-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2087 785h-1 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2092 784l-1 1 1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2094 782c-1 1-2 2-1 4 0 1 2 2 1 0l2 1 2-3c0-2-3-3-4-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2096 726l2 1-1 1c2 0 2-2 2-3-2-3-3-1-3 1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2101 774h0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2103 773h-1l1 1v-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2109 769c-1-2-3 0-2 2 1-1 3-1 2-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2159 788c-3-1-2 6-1 6l1-2v-4"
}), /*#__PURE__*/React.createElement("path", {
d: "M2160 789v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2168 731h1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2169 730l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2169 724l1 1-1-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2169 763v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2171 729v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2177 740v0"
}), /*#__PURE__*/React.createElement("path", {
d: "M2103 752v-2c1-1 2-1 2-3l-1 2c-1-1 0-3 1-4l1-2 2-1v2l1 3 4 3 2 2 4-1h6l2-1 1-3c1-1 6-2 6 0 1 1 5 2 6 1l3-1h3c0-1 3-4 2-5-1-2 2-4 3-4 0-1-2-4 0-4 3-1 1-2 3-4v-4l1-3 1-1h3c1 0 2 1 2-1l4 1c2 0 3 2 4 1l-1 1s3 3 1 2h1l1 2c-1 1-2 0-3-1v1h-2l2 2c0 1 0 2-1 1l2 2v1l1 1 1 2 2 2-2 3 1 2 2 2 2 2c2 0 2 1 3 2l1 1c-1 2-2 1-3 2-2 0-4-2-5-3 0 1 1 3-1 3l-2 3-1 8 2-1-1 2v1l-2 1c0 1-4 5-4 2l-1 3-1 2-2 1c2-1 1 2 0 3l3 1-1 3-2-1c2 2 0 6-1 4l1 2c-2 0-2 3-3 4l-6 3s-4 3-4 1v-3-3c-2 1-3 0-2-2 0 2-2 2-2 0 0 1-3 4-3 2v-1l-3-1-2-2c0 2-1 3-3 4h-3c-1 0-3 3-3 1l-1-6c-1 2-1 1-3 1l-2 1h-2l1-1-2 1c0-2-2-1-3 0l-1-5v-4l-1-2v-1-3-2l-2-2v1c-1-2-2 0-3-1v-1h2l-2-1-1-1v-2c0-1-1-2 1-3-1-1-3-2-3-4v-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2166 729h3-3"
}), /*#__PURE__*/React.createElement("path", {
d: "M2170 724c1-1 2-1 2 1l-2-1"
}), /*#__PURE__*/React.createElement("path", {
d: "M2296 812l1 1v-3l-1-1 2-2c1-1 2 1 2 2v4c0 2-2 1-3 1 2 1-4-2-1-2"
}), /*#__PURE__*/React.createElement("path", {
d: "M2298 814l1 2-1-2"
})), /*#__PURE__*/React.createElement(LandGroup, {
id: "ye",
baseColor: baseColor,
stroke: stroke,
transform: "matrix(1.22983 0 0 1.18886 -278 -149)"
}, /*#__PURE__*/React.createElement("path", {
d: "M1677 614c-3 0-1-5-4-5 2-2-2-8-3-9l-2-6c-1-1-7 1-9 1a2031 2031 0 0 1-19 5l-5 5c-1 2-2 7-5 6-2 0-1-3-3-3h-7l-4-1h-5l-5 1-3-1-2 1-1 4 1 2-2 2-1 1v2l-1 4 1 4h-2l2 1 1 3 1 7 1 2v3l2 6h2l3 1c2-1 3-2 6-1-1-1 0-1 0 0l1-2 2-1 4-3h6l4-2c2 0 3-2 5-3l1-1 2 1h2c3-1 4-5 8-6l4-2 6-2 4-1 3-2 3-2 1-4c1-3 5-3 7-5"
})), /*#__PURE__*/React.createElement(LandGroup, {
id: "mg",
baseColor: baseColor,
stroke: stroke,
transform: "matrix(1.22983 0 0 1.18886 -278 -149)"
}, /*#__PURE__*/React.createElement("path", {
d: "M1601 953c1 2-1 6 1 8l2 3v3c-1 1 0 5 1 7l2 4c0 2 1 2 3 3-2-1 0 1 0 1h2c2 1 3 3 5 3 2 1 5-3 8-4h2l2-1 2-2 1-4 2-4 2-10 4-12 2-10c1-1 2-3 1-4l1-2 2-7 3-10c0-3-2-7 1-8l1-3v-3c1-1-1-1-1-1 0-1-1-7 1-6s1 4 3 4c1 1 2-4 2-5 1-1 0-2-1-3l-1-7c0-4-1-9-3-13l-1 1-1-1v-2s-1-3-2-2v-1c2 0-1-3-1 0 1 1-2 3-3 3 2 1 1 4 1 5-1 2-1 3-3 3 0 2 0 1-1 1v3c-1 0-3-5-4-2l1 3v2c0 1-3 1-2 3 1 1 3 0 2 2l-2-1-2 4v-4l-1 2-2 2 1 2c1 1-1 2-2 2 0-1 2-3 0-3l-3 2c0 1-2 1-1 2v1l1 2c-1-1-2 0-2-2 0-1-2-1-2 1l-2-1-1 2-2 1-1-2-2 2-4 1v3l-1 3c-1 2-4 5-2 7v5l2 5 1 4v7l-2 3-2 4-1 4c-2 0-2 0-2 2l-2 5"
}), /*#__PURE__*/React.createElement("path", {
d: "M1640 876l-1-2 1 2"
}), /*#__PURE__*/React.createElement("path", {
d: "M1653 906v-1c-1 1-2 2-1 3l1-2"
})), /*#__PURE__*/React.createElement(LandPath, {
id: "bo",
baseColor: baseColor,
stroke: stroke,
d: "M630 867h7l1 1h2l2-1 2-3c2-1 3 1 4-1s4-2 6-3l4-4c2-1 5-2 7-1l4-1c4 2-1 7 0 10l1 2v3c-1 2 1 3 1 5l1 2 1 2 2 1 3 1 1 2 2 1h6l2 2c1 1 1-1 2-1 1 1 1 4 3 4l5 2c2 0 2 3 4 4h5c2-1 4 1 6 2 3 2 1 3 2 6l2 8h-2l2 6 1 5c1 2 4 2 6 2h11l-1 4v3c0 2 2 5 4 5l2 1 1 3c1 2 2 3 1 6l-2 5c1 2-1 4-2 5-1 3-1 4 1 6 1 1-1 2-3 3 1-3 0-4-2-6l-6-4c-7-1-14 2-21 3-3 1-4 1-5 4l-4 7-1 7-3 11c-1-2-1-3-3-3l-6 1c-3 0-2-2-4 1l-2 7c-3-3-2-7