@metamask/design-system-react
Version:
Design system react ui components
7 lines • 471 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgCurrencyYuan = (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: "M11 21v-7H6v-2h4.725L5 3h2.375L12 10.3 16.625 3H19l-5.725 9H18v2h-5v7z" }));
const ForwardRef = forwardRef(SvgCurrencyYuan);
export default ForwardRef;
//# sourceMappingURL=CurrencyYuan.mjs.map