@anoki/fse-ui
Version:
FSE UI components library
41 lines (40 loc) • 891 B
JavaScript
import { j as o } from "./index.es237.js";
import { clsx as l } from "./index.es239.js";
import { createColorClasses as c } from "./index.es310.js";
const x = ({
width: e = 14,
height: r = 14,
className: t,
color: i,
decorative: s = !1,
ariaLabel: n = "Check"
}) => {
const a = c({ color: i });
return /* @__PURE__ */ o.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: r,
fill: "none",
viewBox: "0 0 12 12",
className: l(t, a),
"aria-hidden": s,
"aria-label": s ? void 0 : n,
children: /* @__PURE__ */ o.jsx(
"path",
{
d: "M10 3L4.5 8.5L2 6",
stroke: "white",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
};
export {
x as CheckIcon
};
//# sourceMappingURL=index.es174.js.map