@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 681 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const SpecialEventIcon = createSvgIcon({
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',
});
export default SpecialEventIcon;
//# sourceMappingURL=SpecialEventIcon.js.map