@icongo/li
Version:
LibreICONS Icons
14 lines • 645 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapWalk = 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: "m7.3 5.2.866 1.299c.187.28.605.501.94.501H10.9V5.8H9.1l-.866-1.299a3.567 3.567 0 0 0-.835-.835L6.6 3.134a1.03 1.03 0 0 0-1.017-.025L3.1 4.6v3h1.2V5.2l1.2-.6L3.7 13h1.2l1.412-4.588.988.988V13h1.2V8.2L6.876 6.576 7.3 5.2Zm.6-1.8a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z"
})
}));
export { LIMapWalk };