@anoki/fse-ui
Version:
FSE UI components library
36 lines (35 loc) • 1.43 kB
JavaScript
import { j as e } from "./index.es237.js";
import { createColorClasses as a } from "./index.es239.js";
import { clsx as C } from "./index.es238.js";
const m = ({
width: o = 27,
height: s = 19,
className: i,
color: l = "primary",
decorative: r = !1,
ariaLabel: t = "Credit card"
}) => {
const n = a({ color: l });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: o,
height: s,
viewBox: "0 0 27 19",
fill: "none",
stroke: "currentColor",
strokeWidth: "0.01",
strokeLinecap: "round",
strokeLinejoin: "round",
className: C(i, n),
"aria-hidden": r,
"aria-label": r ? void 0 : t,
children: /* @__PURE__ */ e.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M24.6667 0H2C0.895431 0 0 0.895431 0 2V16.6667C0 17.7712 0.895431 18.6667 2 18.6667H24.6667C25.7712 18.6667 26.6667 17.7712 26.6667 16.6667V2C26.6667 0.895431 25.7712 0 24.6667 0ZM1.33333 5.33333H25.3333V9.33333H1.33333V5.33333ZM24.6667 17.3333C25.0349 17.3333 25.3333 17.0349 25.3333 16.6667V10.6667H1.33333V16.6667C1.33333 17.0349 1.63181 17.3333 2 17.3333H24.6667ZM1.33333 4V2C1.33333 1.63181 1.63181 1.33333 2 1.33333H24.6667C25.0349 1.33333 25.3333 1.63181 25.3333 2V4H1.33333ZM2.66667 13.3333H8V12H2.66667V13.3333Z", fill: "#0066CC" })
}
);
};
export {
m as CreditCardV2
};
//# sourceMappingURL=index.es183.js.map