@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_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("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"
}))
});
var _default = exports.default = building_construction_medium;
//# sourceMappingURL=building_construction_medium.js.map