@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 994 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const MiracastLogoLargeIcon = (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: "M2048 256v1152h-768v-128h640V384H384v256H256V256h1792zM1024 1280h128v256q0 27-10 50t-27 40-41 28-50 10H128q-27 0-50-10t-40-27-28-41-10-50V896q0-27 10-50t27-40 41-28 50-10h512v128H128v640h896v-256zM768 768q80 0 150 30t122 82 82 122 30 150h-128q0-53-20-99t-55-82-81-55-100-20V768zm0 256q27 0 50 10t40 27 28 41 10 50H768v-128zm512 128q0-106-40-199t-110-162-163-110-199-41V512q133 0 249 50t204 137 137 203 50 250h-128z" }))),
displayName: 'MiracastLogoLargeIcon',
});
exports.default = MiracastLogoLargeIcon;
//# sourceMappingURL=MiracastLogoLargeIcon.js.map