@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 649 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const SidePanelIcon = (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: "M0 256h2048v1408H0V256zm128 384v896h384V640H128zm1792 896V640H640v896h1280zM128 512h1792V384H128v128z" }))),
displayName: 'SidePanelIcon',
});
exports.default = SidePanelIcon;
//# sourceMappingURL=SidePanelIcon.js.map