@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 788 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const HorizontalDistributeCenterIcon = (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: "M640 256h256v1536H640v256H512v-256H256V256h256V0h128v256zm128 128H384v1280h384V384zm1024 1152h-256v512h-128v-512h-256V512h256V0h128v512h256v1024zm-128-896h-384v768h384V640z" }))),
displayName: 'HorizontalDistributeCenterIcon',
});
exports.default = HorizontalDistributeCenterIcon;
//# sourceMappingURL=HorizontalDistributeCenterIcon.js.map