@toolpad/core
Version:
Dashboard framework powered by Material UI.
31 lines (30 loc) • 801 B
JavaScript
var _svg;
import * as React from 'react';
/**
* @ignore - internal component.
*/
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export default function MicrosoftEntraIdIcon() {
return _svg || (_svg = /*#__PURE__*/_jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
height: "24",
width: "24",
children: [/*#__PURE__*/_jsx("path", {
fill: "#f3f3f3",
d: "M0 0h23v23H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f35325",
d: "M1 1h10v10H1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#81bc06",
d: "M12 1h10v10H12z"
}), /*#__PURE__*/_jsx("path", {
fill: "#05a6f0",
d: "M1 12h10v10H1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffba08",
d: "M12 12h10v10H12z"
})]
}));
}