UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function OrgChartIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "org chart icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M21 16.159v-2.184c0-1.654-1.346-3-3-3h-5v-3h6a1 1 0 0 0 1-1V3a1 1 0 0 0-.998-1l-14-.022a1 1 0 0 0-1.002 1v3.998a1 1 0 0 0 1 1h6v3H6c-1.654 0-3 1.346-3 3v2.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.996 2.996 0 0 0-2-2.816v-2.184c0-.55.449-1 1-1h5v3.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.996 2.996 0 0 0-2-2.816v-3.184h5c.552 0 1 .45 1 1v2.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816ZM6 3.975h12v2H6v-2Zm-3 15a1.001 1.001 0 0 0 2 0 1.001 1.001 0 0 0-2 0Zm9 1a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2Zm7-1a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z", clipRule: "evenodd" }) }); } exports.default = OrgChartIcon;