@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.1 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(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: "IconDocumentText24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 20.5h10a1.5 1.5 0 0 0 1.5-1.5v-8.5h-6.49v-7H7A1.5 1.5 0 0 0 5.5 5v14A1.5 1.5 0 0 0 7 20.5M18.347 8.645a.5.5 0 0 1 .153.354h-4.99V3.995zM14.18 2.558l5.205 5.006A2 2 0 0 1 20 9.005V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h5.794a2 2 0 0 1 1.387.558M8.75 16a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM8 13.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75M8.75 9a.75.75 0 0 0 0 1.5H10A.75.75 0 0 0 10 9z",
clipRule: "evenodd"
}
)
}
);
}
const r = a(o);
export {
r as default
};
//# sourceMappingURL=IconDocumentText24.es.js.map