UNPKG

@icongo/li

Version:
42 lines (41 loc) 1.48 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapLandscape = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapLandscape = function LIMapLandscape(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.jsxs)("g", { transform: "matrix(.25 0 0 .25 1 .992)", children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#ff9800", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m40.997 6.065 7 7-7 6.999-7-7z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M36 8h10v10H36z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 41, cy: 13, r: 3, fill: "#ffeb3b" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2e7d32", d: "M16.5 18 0 42h33z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#4caf50", d: "M33.6 24 19.2 42H48z" })] }) })); }; exports.LIMapLandscape = LIMapLandscape;