@icongo/li
Version:
LibreICONS Icons
14 lines • 550 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapPost = 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: "M2 1c-.542 0-1 .458-1 1v1c0 .56.489 1 1 1V2h10v2c.511 0 1-.486 1-1V2c0-.542-.492-1-1-1Zm6.5 11.988L3 13V3l5.478-.012-2.99 5.006ZM11 13l-1-.016-3.011-4.993 2.989-5.007L11 3Z"
})
}));
export { LIMapPost };