@anoki/fse-ui
Version:
FSE UI components library
34 lines (33 loc) • 829 B
JavaScript
import { j as o } from "./index.es244.js";
import { clsx as n } from "./index.es246.js";
import { createColorClasses as x } from "./index.es274.js";
const w = ({
width: r = 24,
height: l = 24,
className: e,
color: t,
onClick: a,
decorative: s = !1,
ariaLabel: i = "Close"
}) => {
const m = x({ color: t });
return /* @__PURE__ */ o.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: l,
fill: "currentColor",
viewBox: "0 0 24 24",
className: n(e, m),
"aria-hidden": s,
"aria-label": s ? void 0 : i,
onClick: a,
children: /* @__PURE__ */ o.jsx("path", { d: "m12.7 12 6.7 6.6-.8.8-6.6-6.7-6.6 6.7-.8-.8 6.7-6.6-6.7-6.6.8-.8 6.6 6.7 6.6-6.7.8.8z" })
}
);
};
export {
w as Close
};
//# sourceMappingURL=index.es161.js.map