@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 902 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function a(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: "IconArchive24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.5 7A1.5 1.5 0 0 1 6 5.5h12A1.5 1.5 0 0 1 19.5 7zM21 8.5h-1V17a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V8.5H3V7a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3zm-15.5 0h13V17a1.5 1.5 0 0 1-1.5 1.5H7A1.5 1.5 0 0 1 5.5 17zm4.75 3a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = r(a);
export {
i as default
};
//# sourceMappingURL=IconArchive24.es.js.map