@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.14 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 office_buildings = 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: "M1 9.5V7.727a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H5.773a.955.955 0 0 1-.955-.954v0a.955.955 0 0 0-.954-.955v0a.955.955 0 0 0-.955.955v0a.955.955 0 0 1-.954.954v0A.955.955 0 0 1 1 14.046V9.5Zm0 0h2.864M9.59 4H8.364a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-1.227a.955.955 0 0 1-.955-.954v0a.955.955 0 0 0-.954-.955v0a.955.955 0 0 0-.955.955V15h-.318"
}))
});
var _default = exports.default = office_buildings;
//# sourceMappingURL=office_buildings.js.map