@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const hierarchy = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _g || (_g = React.createElement("g", {
clipPath: "url(#hierarchy_svg__a)"
}, React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M3.333 10.333V9.4c0-.515.418-.933.934-.933h7.466c.516 0 .934.418.934.933v.933M8 5.667v2.8M2.5 15h1.667a1.5 1.5 0 0 0 1.5-1.5v-1.667a1.5 1.5 0 0 0-1.5-1.5H2.5a1.5 1.5 0 0 0-1.5 1.5V13.5A1.5 1.5 0 0 0 2.5 15Zm4.667-9.333h1.666a1.5 1.5 0 0 0 1.5-1.5V2.5a1.5 1.5 0 0 0-1.5-1.5H7.167a1.5 1.5 0 0 0-1.5 1.5v1.667a1.5 1.5 0 0 0 1.5 1.5ZM11.833 15H13.5a1.5 1.5 0 0 0 1.5-1.5v-1.667a1.5 1.5 0 0 0-1.5-1.5h-1.667a1.5 1.5 0 0 0-1.5 1.5V13.5a1.5 1.5 0 0 0 1.5 1.5Z"
}))), _defs || (_defs = React.createElement("defs", null, React.createElement("clipPath", {
id: "hierarchy_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})))));
export default hierarchy;
//# sourceMappingURL=hierarchy.js.map