alinea
Version:
Headless git-based CMS
27 lines (25 loc) • 739 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/IcOutlineArchive.tsx
import { jsx } from "react/jsx-runtime";
function IcOutlineArchive(props) {
return /* @__PURE__ */ jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
...props,
children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "m20.54 5.23l-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27M6.24 5h11.52l.81.97H5.44zM5 19V8h14v11zm8.45-9h-2.9v3H8l4 4l4-4h-2.55z"
}
)
}
);
}
export {
IcOutlineArchive
};