UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

9 lines 484 B
import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const Photo2FillIcon = 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: "M576 975l560 561H256v-240l320-321z" }))), displayName: 'Photo2FillIcon', }); export default Photo2FillIcon; //# sourceMappingURL=Photo2FillIcon.js.map