@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.13 kB
JavaScript
import { j as r } from "./index.es244.js";
import { clsx as a } from "./index.es246.js";
import { createColorClasses as l } from "./index.es274.js";
const C = ({
width: e = 24,
height: o = 24,
className: t,
color: i = "primary",
decorative: s = !0,
ariaLabel: n = "Credit card"
}) => {
const x = l({ color: i });
return /* @__PURE__ */ r.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: o,
viewBox: "0 0 24 24",
fill: "none",
stroke: "currentColor",
strokeWidth: "1.3",
strokeLinecap: "round",
strokeLinejoin: "round",
className: a(t, x),
"aria-hidden": s,
"aria-label": s ? void 0 : n,
children: [
/* @__PURE__ */ r.jsx("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", ry: "2", stroke: "#06C" }),
/* @__PURE__ */ r.jsx("line", { x1: "2", y1: "9", x2: "22", y2: "9", stroke: "#06C" }),
/* @__PURE__ */ r.jsx("line", { x1: "6", y1: "14", x2: "10", y2: "14", stroke: "#06C" })
]
}
);
};
export {
C as CreditCard
};
//# sourceMappingURL=index.es223.js.map