@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 881 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(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: "IconFolder32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 8h5.394a1 1 0 0 1 .832.445L14.264 10H6V9a1 1 0 0 1 1-1m-3 2V9a3 3 0 0 1 3-3h5.394a3 3 0 0 1 2.497 1.336L16.667 10H24a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4zm14 2H6v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconFolder32.es.js.map