@toolpad/core
Version:
Dashboard framework powered by Material UI.
37 lines (36 loc) • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = MicrosoftEntraIdIcon;
var React = _interopRequireWildcard(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _svg;
/**
* @ignore - internal component.
*/
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
function MicrosoftEntraIdIcon() {
return _svg || (_svg = /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
height: "24",
width: "24",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f3f3f3",
d: "M0 0h23v23H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f35325",
d: "M1 1h10v10H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#81bc06",
d: "M12 1h10v10H12z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#05a6f0",
d: "M1 12h10v10H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffba08",
d: "M12 12h10v10H12z"
})]
}));
}