UNPKG

@anoki/fse-ui

Version:

FSE UI components library

40 lines (39 loc) 1.19 kB
import { j as l } from "./index.es237.js"; import { clsx as a } from "./index.es238.js"; import { createColorClasses as m } from "./index.es239.js"; const p = ({ width: o = 40, height: r = 40, className: e, color: i, decorative: s = !1, ariaLabel: c = "Confirm" }) => { const t = m({ color: i }); return /* @__PURE__ */ l.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: o, height: r, fill: "currentColor", viewBox: "0 0 40 40", className: a(e, t), "aria-hidden": s, "aria-label": s ? void 0 : c, children: /* @__PURE__ */ l.jsx( "path", { fill: "#008055", fillRule: "evenodd", d: "M20.695 36.665c-9.588 0-17.361-7.462-17.361-16.666S11.107 3.332 20.695 3.332c4.605 0 9.02 1.756 12.276 4.882s5.085 7.364 5.085 11.785c0 9.204-7.773 16.666-17.36 16.666m8.854-23.5 1.216 1.167-13.542 12.667-8.16-7.667 1.215-1.167 6.945 6.5zM20.695 5c8.63 0 15.625 6.715 15.625 15s-6.995 15-15.625 15-15.625-6.716-15.625-15c0-8.285 6.996-15 15.625-15", clipRule: "evenodd" } ) } ); }; export { p as Confirm }; //# sourceMappingURL=index.es180.js.map