@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 952 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const building_construction_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M3.412 11.929V20.5h5.315v-5.578a1.33 1.33 0 0 1 1.33-1.329h1.604M.754 10.6l2.658-2.658m15.088.47L11.66 1.39a1.329 1.329 0 0 0-1.878 0L6.735 4.436M18 23v-7.86M3.412 7.941V2.944h3.323v1.492M3.412 7.942l3.323-3.506M20.25 15.14v.25c0 .265.235.5.5.5h2.5v-5.25h-2.5c-.265 0-.5.235-.5.5v.25m0 3.75v-3.75m0 3.75H18m2.25-3.75h-3a3 3 0 0 0-3 3v1.628c.002.356.474.497.678.222a2.27 2.27 0 0 1 1.572-1.1H18"
})));
export default building_construction_medium;
//# sourceMappingURL=building_construction_medium.js.map