UNPKG

@metamask/design-system-react

Version:
7 lines 451 B
import * as React from "react"; import { forwardRef } from "react"; const SvgArrow2UpRight = (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: "m5.5 17.1 9.6-9.6H6.5v-2h12v12h-2V8.9l-9.6 9.6z" })); const ForwardRef = forwardRef(SvgArrow2UpRight); export default ForwardRef; //# sourceMappingURL=Arrow2UpRight.mjs.map