@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 870 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFolder12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 3h3.023l.61 1H2zM1 4V3a1 1 0 0 1 1-1h3.023a1 1 0 0 1 .853.479L6.806 4H9.5A1.5 1.5 0 0 1 11 5.5v4A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5zm6.417 1H2v4.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(l);
export {
s as default
};
//# sourceMappingURL=IconFolder12.es.js.map