@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 803 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function l(t) {
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: "IconCheckMark24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.395 5.833a.75.75 0 0 1 0 1.061l-10.96 10.96-.531.53-.53-.53L4.01 13.49a.75.75 0 0 1 1.06-1.06l3.834 3.833 10.43-10.43a.75.75 0 0 1 1.06 0",
clipRule: "evenodd"
}
)
}
);
}
const n = r(l);
export {
n as default
};
//# sourceMappingURL=IconCheckMark24.es.js.map