@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 855 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function r(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: "IconArchive32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 10a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zm20 2h-1v10a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4V12H5v-2a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4zM8 12h16v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2zm5 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(r);
export {
i as default
};
//# sourceMappingURL=IconArchive32.es.js.map