@metamask/design-system-react
Version:
Design system react ui components
7 lines • 477 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgBank = (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 17.886v-7h2v7zm6 0v-7h2v7zm-9 4v-2h20v2zm15-4v-7h2v7zm-15-9v-2l10-5 10 5v2zm4.45-2h11.1L12 4.136z" }));
const ForwardRef = forwardRef(SvgBank);
export default ForwardRef;
//# sourceMappingURL=Bank.mjs.map