@icongo/li
Version:
LibreICONS Icons
14 lines • 499 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandNextdoor = 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: "M13 5.907 7 2.234 4.94 3.496V2.234H3.06v2.41L1 5.907l.98 1.602 1.081-.658v4.915h7.879V6.851l1.08.658.98-1.602"
})
}));
export { LIBrandNextdoor };