UNPKG

@anoki/fse-ui

Version:

FSE UI components library

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