@icongo/li
Version:
LibreICONS Icons
14 lines • 707 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapStreetView = 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: "M4.782 2.714a1.714 1.714 0 1 1 3.428 0 1.714 1.714 0 0 1-3.428 0zm3 2.143h-.305a2.354 2.354 0 0 1-1.963 0H5.21c-.71 0-1.286.576-1.286 1.286v2.786c0 .355.288.642.643.642h.429v2.786c0 .355.288.643.643.643h1.714a.643.643 0 0 0 .643-.643V9.571h.428a.643.643 0 0 0 .643-.642V6.143c0-.71-.575-1.286-1.285-1.286zm2.294 5.067"
})
}));
export { LIMapStreetView };