@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 941 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path;
import React from 'react';
const building_construction = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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"
})));
export default building_construction;
//# sourceMappingURL=building_construction.js.map