@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 875 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const office_buildings = 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: "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"
}))
});
export default office_buildings;
//# sourceMappingURL=office_buildings.js.map