UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

31 lines (30 loc) 749 B
import { j as s } from "./index.es137.js"; import { clsx as a } from "./index.es139.js"; import { createColorClasses as i } from "./index.es145.js"; const p = ({ width: r = 24, height: o = 24, className: t, color: e, onClick: l }) => { const m = i({ color: e }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: r, height: o, fill: "currentColor", viewBox: "0 0 24 24", className: a(t, m), "aria-hidden": "true", onClick: l, children: /* @__PURE__ */ s.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 { p as Close }; //# sourceMappingURL=index.es79.js.map