UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

37 lines (36 loc) 1.05 kB
import { j as s } from "./index.es137.js"; import { clsx as c } from "./index.es139.js"; import { createColorClasses as i } from "./index.es145.js"; const d = ({ width: r = 24, height: e = 24, className: o, color: l }) => { const t = i({ color: l }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: r, height: e, fill: "currentColor", viewBox: "0 0 24 24", className: c(o, t), "aria-hidden": "true", children: /* @__PURE__ */ s.jsx( "path", { fill: "#008055", fillRule: "evenodd", d: "M12.417 22C6.664 22 2 17.523 2 12S6.664 2 12.417 2c2.762 0 5.412 1.054 7.365 2.929S22.833 9.348 22.833 12c0 5.523-4.663 10-10.416 10m5.312-14.1.73.7-8.126 7.6-4.896-4.6.73-.7 4.166 3.9zM12.417 3c5.177 0 9.375 4.03 9.375 9s-4.198 9-9.375 9c-5.178 0-9.375-4.03-9.375-9s4.197-9 9.375-9", clipRule: "evenodd" } ) } ); }; export { d as Confirm }; //# sourceMappingURL=index.es109.js.map