@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 787 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const FileCSSIcon = (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: "M1792 549v1499H128V0h1115l549 549zm-512-37h293l-293-293v293zm384 1408V640h-512V128H256v1792h1408zM1472 896h64v896h-128v-256H987l-256 256H576l896-896zm-64 219l-293 293h293v-293zM384 256h128v128H384V256zm0 256h128v128H384V512zm0 256h128v128H384V768z" }))),
displayName: 'FileCSSIcon',
});
exports.default = FileCSSIcon;
//# sourceMappingURL=FileCSSIcon.js.map