UNPKG

@anoki/fse-ui

Version:

FSE UI components library

47 lines (46 loc) 1.04 kB
import { j as s } from "./index.es237.js"; import { clsx as c } from "./index.es238.js"; import { createColorClasses as h } from "./index.es239.js"; const d = ({ width: t = 24, height: e = 32, className: o, color: l, decorative: r = !1, ariaLabel: i = "Not checked" }) => { const a = h({ color: l }); return /* @__PURE__ */ s.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": r, "aria-label": r ? void 0 : i, children: [ /* @__PURE__ */ s.jsx("path", { fill: "#fff", d: "M0 0h24v32H0z" }), /* @__PURE__ */ s.jsx( "rect", { width: "22", height: "22", x: "1", y: "5", stroke: "#5C6F82", strokeWidth: "2", rx: "11" } ), " " ] } ); }; export { d as NotChecked }; //# sourceMappingURL=index.es217.js.map