@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 801 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckMark32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25.43 9.391a1 1 0 0 1 0 1.414L13.056 23.18l-.708.707-.707-.707-5.07-5.071a1 1 0 0 1 1.413-1.415l4.364 4.364L24.016 9.391a1 1 0 0 1 1.414 0",
clipRule: "evenodd"
}
)
}
);
}
const n = r(l);
export {
n as default
};
//# sourceMappingURL=IconCheckMark32.es.js.map