@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 890 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function r(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFolder16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 4h2.697a.5.5 0 0 1 .416.223L7.131 5H3v-.5a.5.5 0 0 1 .5-.5M2 5v-.5A1.5 1.5 0 0 1 3.5 3h2.697c.502 0 .97.25 1.248.668L8.333 5H12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm7 1H3v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconFolder16.es.js.map