@metamask/design-system-react
Version:
Design system react ui components
7 lines • 971 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgCurrencyPound = (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: "M6 21v-2l.413-.25q.411-.25.9-.737c.489-.488.62-.742.887-1.25s.4-1.096.4-1.763q0-.274-.037-.525c-.038-.251-.055-.325-.088-.475H6v-2h1.5a27 27 0 0 1-1.012-1.737Q6 9.35 6 8q0-2.3 1.6-3.9c1.6-1.6 2.367-1.6 3.9-1.6q1.774 0 3.15.975c1.376.975 1.575 1.492 1.975 2.525l-1.85.775q-.374-1-1.262-1.637C12.625 4.5 12.25 4.5 11.5 4.5q-1.45 0-2.475 1.025C8 6.55 8 7.033 8 8q0 1.2.6 2t1.225 2H14v2h-3.475q.05.225.063.475c.013.25.012.342.012.525q0 1.25-.437 2.25A7.3 7.3 0 0 1 9.1 19H14q1 0 1.525-.525c.525-.525.592-.8.725-1.35L18 18q-.275 1.375-1.412 2.188C15.45 21 14.966 21 14 21z" }));
const ForwardRef = forwardRef(SvgCurrencyPound);
export default ForwardRef;
//# sourceMappingURL=CurrencyPound.mjs.map