@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 890 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const RegistryEditorIcon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" },
React.createElement("path", { d: "M1152 896h512v1152H0V384h1152v512zM640 512v384h384V512H640zm384 896v-384H640v384h384zM128 512v384h384V512H128zm0 512v384h384v-384H128zm384 896v-384H128v384h384zm512 0v-384H640v384h384zm512 0v-384h-384v384h384zm-384-512h384v-384h-384v384zm832-960l-384 384-384-384 384-384 384 384zm-384-239l-239 239 239 239 239-239-239-239z" }))),
displayName: 'RegistryEditorIcon',
});
exports.default = RegistryEditorIcon;
//# sourceMappingURL=RegistryEditorIcon.js.map