@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 982 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function a(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: "IconDocumentCheck32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M22 27a2 2 0 0 0 2-2V13h-8V5h-6a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2zm-4-16V5.828L23.172 11zm4 18H10a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7.172a2 2 0 0 1 1.414.586l6.828 6.828A2 2 0 0 1 26 11.828V25a4 4 0 0 1-4 4m-1.929-10.172a1 1 0 0 0-1.414-1.414L15.12 20.95l-1.414-1.415a1 1 0 0 0-1.414 1.415l2.121 2.121.707.707.707-.707z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(a);
export {
m as default
};
//# sourceMappingURL=IconDocumentCheck32.es.js.map