@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 868 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckMarkCircle32Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12m5.303-14.18a1 1 0 0 0-1.414-1.415l-5.657 5.657-2.121-2.121a1 1 0 1 0-1.414 1.414l2.828 2.828.707.707.707-.707z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconCheckMarkCircle32Filled.es.js.map