@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 991 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function m(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: "IconDocumentText32",
"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-10-7a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2zm-1-4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1m1-6a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(m);
export {
l as default
};
//# sourceMappingURL=IconDocumentText32.es.js.map