@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const building_construction = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M2.654 8.956v4.26h3.308V9.793c0-.45.37-.815.827-.815h.999M1 7.14l1.654-1.63m9.39.288-4.256-4.31a.835.835 0 0 0-1.17 0l-1.896 1.87m7.01 11.392v-3.824M2.655 5.51V1.75h2.068v1.609m-2.068 2.15 2.068-2.15m7.01 7.567h1.401v.154c0 .162.146.306.311.306H15V8.165h-1.556a.318.318 0 0 0-.311.307v.153h-1.867c-.495 0-.97.194-1.32.54-.35.345-.547.813-.547 1.301v.999c.001.218.295.305.422.136.205-.353.571-.606.978-.675h.934Z"
}))
});
var _default = exports.default = building_construction;
//# sourceMappingURL=building_construction.js.map