UNPKG

@metamask/design-system-react

Version:
7 lines 447 B
import * as React from "react"; import { forwardRef } from "react"; const SvgCurrencyFranc = (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 21v-3H5v-2h2V3h11v2H9v6h8v2H9v3h4v2H9v3z" })); const ForwardRef = forwardRef(SvgCurrencyFranc); export default ForwardRef; //# sourceMappingURL=CurrencyFranc.mjs.map