@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 783 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const SpecialEventIcon = (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: "M1920 128v1792H0V128h384V0h128v128h896V0h128v128h384zM128 256v256h1664V256h-256v128h-128V256H512v128H384V256H128zm1664 1536V640H128v1152h1664zm-440-768l-241 189 101 315-252-197-252 197 101-315-241-189h302l90-280 90 280h302z" }))),
displayName: 'SpecialEventIcon',
});
exports.default = SpecialEventIcon;
//# sourceMappingURL=SpecialEventIcon.js.map