@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 799 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckMark20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.845 5.034a.75.75 0 0 1 0 1.06l-8.96 8.96-.53.531-.53-.53L3.26 11.49a.75.75 0 1 1 1.06-1.061l3.034 3.034 8.43-8.43a.75.75 0 0 1 1.06 0",
clipRule: "evenodd"
}
)
}
);
}
const n = r(l);
export {
n as default
};
//# sourceMappingURL=IconCheckMark20.es.js.map