UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

9 lines 625 B
import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const OEMIcon = 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: "M1600 1024h192v896H128V256h896v192L1472 0l576 576-448 448zm-546-448l418 418 418-418-418-418-418 418zm-30 128v320h320l-320-320zm-768 320h640V384H256v640zm640 128H256v640h640v-640zm128 0v640h640v-640h-640z" }))), displayName: 'OEMIcon', }); export default OEMIcon; //# sourceMappingURL=OEMIcon.js.map