@anoki/fse-marche-ui
Version:
FSE UI components library
44 lines (43 loc) • 954 B
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as l } from "./index.es139.js";
import { createColorClasses as x } from "./index.es145.js";
const m = ({
width: s = 24,
height: t = 32,
className: e,
color: o
}) => {
const i = x({ color: o });
return /* @__PURE__ */ r.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: t,
fill: "currentColor",
viewBox: "0 0 24 32",
className: l(e, i),
"aria-hidden": "true",
children: [
/* @__PURE__ */ r.jsx("path", { fill: "#fff", d: "M0 0h24v32H0z" }),
/* @__PURE__ */ r.jsx(
"rect",
{
width: "22",
height: "22",
x: "1",
y: "5",
stroke: "#5C6F82",
strokeWidth: "2",
rx: "11"
}
),
" "
]
}
);
};
export {
m as NotChecked
};
//# sourceMappingURL=index.es110.js.map