@anoki/fse-ui
Version:
FSE UI components library
47 lines (46 loc) • 1.04 kB
JavaScript
import { j as r } from "./index.es244.js";
import { clsx as c } from "./index.es246.js";
import { createColorClasses as h } from "./index.es274.js";
const f = ({
width: t = 24,
height: e = 32,
className: o,
color: i,
decorative: s = !0,
ariaLabel: l = "Not checked"
}) => {
const a = h({ color: i });
return /* @__PURE__ */ r.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: t,
height: e,
fill: "currentColor",
viewBox: "0 0 24 32",
className: c(o, a),
"aria-hidden": s,
"aria-label": s ? void 0 : l,
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 {
f as NotChecked
};
//# sourceMappingURL=index.es195.js.map