@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.18 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 house_2 = 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.867 12.75v1.317c0 .508.425.933.933.933h1.8a1 1 0 0 0 1-1v-2.267c0-.508.425-.933.933-.933h.934c.508 0 .933.425.933.933V14a1 1 0 0 0 1 1h1.8a.943.943 0 0 0 .933-.933V12.75M1 10.8l6.34-6.34a.933.933 0 0 1 1.32 0l2.144 2.144M15 10.8l-1.867-1.867M11.187 1l-.253.338a.65.65 0 0 0 .1.893.65.65 0 0 1 .099.894l-.253.338M13.52 1l-.253.338a.65.65 0 0 0 .1.893.65.65 0 0 1 .1.894l-.254.338m-2.409 3.141-.004-.937h2.333v3.266m-2.329-2.329 2.33 2.33"
}))
});
var _default = exports.default = house_2;
//# sourceMappingURL=house_2.js.map