@metamask/design-system-react
Version:
Design system react ui components
7 lines • 548 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgX = (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: "M20.996 20.8 13.96 10.542l.012.01L20.316 3.2h-2.12l-5.168 5.984L8.924 3.2h-5.56l6.569 9.577-.001-.001L3.004 20.8h2.12l5.746-6.658 4.566 6.658zM8.084 4.8l9.872 14.4h-1.68L6.396 4.8z" }));
const ForwardRef = forwardRef(SvgX);
export default ForwardRef;
//# sourceMappingURL=X.mjs.map