@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.19 kB
JavaScript
import { jsx as e, jsxs as i } from "react/jsx-runtime";
import { memo as r } from "react";
function c(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckMarkCircle12Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ i("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#CheckMarkCircle12Filled)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12m2.934-6.967a.5.5 0 1 0-.707-.707L5.1 7.454 3.773 6.128a.5.5 0 0 0-.707.707l1.68 1.68.353.353.353-.353z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "CheckMarkCircle12Filled", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const d = r(c);
export {
d as default
};
//# sourceMappingURL=IconCheckMarkCircle12Filled.es.js.map