@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 640 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const house_1 = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M2.867 9.147v5.24H6.6v-3.84c0-.516.418-.934.933-.934h.934c.515 0 .933.418.933.934v3.84h3.733v-5.24M1 8.213l6.34-6.34a.933.933 0 0 1 1.32 0L15 8.213m-4.2-4.2V1.836h2.333v4.51"
}))
});
export default house_1;
//# sourceMappingURL=house_1.js.map