@icongo/li
Version:
LibreICONS Icons
14 lines • 658 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapPicnic = 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: "M3.565 2.713c-1.134 0-1.134 1.286 0 1.286h6.86c1.147 0 1.147-1.286 0-1.286h-6.86zm.857 1.715L3.78 7H1.85c-1.133 0-1.133 1.286 0 1.286h1.608l-.75 3.001h1.286l.75-3h4.501l.75 3h1.287l-.75-3h1.607c1.148 0 1.148-1.287 0-1.287h-1.93l-.642-2.572H8.28L8.924 7H5.065l.643-2.572H4.422z"
})
}));
export { LIMapPicnic };