@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
14 lines • 1.06 kB
JavaScript
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var PaddingIcon = (0, createSvgIcon_1.default)({
svg: function (_a) {
var classes = _a.classes;
return (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 0h128v128H0V0zm1920 0v128h-128V0h128zM256 0h256v128H256V0zm640 128H640V0h256v128zm384 0h-256V0h256v128zM1408 0h256v128h-256V0zM0 1920h128v128H0v-128zm1792 0h128v128h-128v-128zm-1536 0h256v128H256v-128zm384 0h256v128H640v-128zm384 0h256v128h-256v-128zm384 0h256v128h-256v-128zM1024 603v842l211-210 90 90-365 365-365-365 90-90 211 210V603L685 813l-90-90 365-365 365 365-90 90-211-210z" })));
},
displayName: 'PaddingIcon',
});
exports.default = PaddingIcon;
});
//# sourceMappingURL=PaddingIcon.js.map