@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 867 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function r(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckMarkCircle24Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m4.596-11.995a.75.75 0 1 0-1.06-1.06l-5.127 5.126-1.945-1.944a.75.75 0 1 0-1.06 1.06l2.475 2.475.53.53.53-.53z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconCheckMarkCircle24Filled.es.js.map