@icongo/li
Version:
LibreICONS Icons
17 lines • 504 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMap = 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__*/_jsx("path", {
d: "m1 1 3.6 2.4L9.4 1 13 3.4V13l-3.6-2.4L4.6 13 1 10.6V1Zm4.2 3.6 3.6-1.8v6.6l-3.6 1.8V4.6z",
style: {
fillRule: "evenodd"
}
})
}));
export { LIMap };