@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 912 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function n(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: "IconDocument24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17 20.5H7A1.5 1.5 0 0 1 5.5 19V5A1.5 1.5 0 0 1 7 3.5h5.01v7h6.49V19a1.5 1.5 0 0 1-1.5 1.5M18.5 9a.5.5 0 0 0-.153-.355l-4.836-4.65V9zm.886-1.436-5.205-5.006A2 2 0 0 0 12.794 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V9.005a2 2 0 0 0-.614-1.441",
clipRule: "evenodd"
}
)
}
);
}
const m = o(n);
export {
m as default
};
//# sourceMappingURL=IconDocument24.es.js.map