@metamask/design-system-react
Version:
Design system react ui components
7 lines • 443 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgLastPage = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
React.createElement("path", { d: "m7.2 18-1.4-1.4 4.6-4.6-4.6-4.6L7.2 6l6 6zm9 0V6h2v12z" }));
const ForwardRef = forwardRef(SvgLastPage);
export default ForwardRef;
//# sourceMappingURL=LastPage.mjs.map