UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 776 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const ImportAllMirroredIcon = (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: "M1030 896v128l772 1-289 290 90 90 445-445-445-445-90 90 292 292-775-1zM902 512H6v896h896V512zM134 896V640h256v256H134zm384-256h256v256H518V640zm256 384v256H518v-256h256zm-384 256H134v-256h256v256z" }))), displayName: 'ImportAllMirroredIcon', }); exports.default = ImportAllMirroredIcon; //# sourceMappingURL=ImportAllMirroredIcon.js.map