UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 739 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const PageArrowRightIcon = (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: "M2042 1728l-317 317-90-90 163-163h-646v-128h646l-163-163 90-90 317 317zm-668 192l128 128H128V0h1115l549 549v731h-128V640h-512V128H256v1792h1118zm-94-1408h293l-293-293v293z" }))), displayName: 'PageArrowRightIcon', }); exports.default = PageArrowRightIcon; //# sourceMappingURL=PageArrowRightIcon.js.map