@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
30 lines (29 loc) • 1.31 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, _path2;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const house_value_medium = props => (0, _jsxRuntime.jsxs)("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.75 14.879v4.75c0 .817.683 1.5 1.5 1.5h13.5c.817 0 1.5-.683 1.5-1.5v-4.75m-19.5-1.5 10.189-10.19a1.5 1.5 0 0 1 2.122 0L23.25 13.38m-6-6V5.13h3v5.25"
})), _path2 || (_path2 = (0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M11.646 12.879h-1.209l-1.424 2.007v-2.007H8v5h1.013v-1.521l.21-.28 1.147 1.8h1.276l-1.823-2.592 1.823-2.407Zm3.179 5H16l-1.006-2.029c.6-.2.938-.7.938-1.435 0-.972-.594-1.536-1.613-1.536h-1.884v5h1.013V15.95h.506l.871 1.929Zm-1.377-4.143h.709c.513 0 .75.214.75.679 0 .464-.237.678-.75.678h-.71v-1.357Z"
}))]
});
var _default = exports.default = house_value_medium;
//# sourceMappingURL=house_value_medium.js.map