@icongo/li
Version:
LibreICONS Icons
34 lines • 989 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIMapLandscape = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "matrix(.25 0 0 .25 1 .992)",
children: [/*#__PURE__*/_jsxs("g", {
fill: "#ff9800",
children: [/*#__PURE__*/_jsx("path", {
d: "m40.997 6.065 7 7-7 6.999-7-7z"
}), /*#__PURE__*/_jsx("path", {
d: "M36 8h10v10H36z"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: 41,
cy: 13,
r: 3,
fill: "#ffeb3b"
}), /*#__PURE__*/_jsx("path", {
fill: "#2e7d32",
d: "M16.5 18 0 42h33z"
}), /*#__PURE__*/_jsx("path", {
fill: "#4caf50",
d: "M33.6 24 19.2 42H48z"
})]
})
}));
export { LIMapLandscape };