alinea
Version:
Headless git-based CMS
27 lines (25 loc) • 608 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/IcOutlineFolder.tsx
import { jsx } from "react/jsx-runtime";
function IcOutlineFolder(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: "m9.17 6l2 2H20v10H4V6zM10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8z"
}
)
}
);
}
export {
IcOutlineFolder
};