@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 1.02 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function r(a) {
return /* @__PURE__ */ t(
"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: "IconFolders16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M7.197 1c.502 0 .97.25 1.248.668L9.333 3H13a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5.5A1.5 1.5 0 0 1 2.5 4H3V2.5A1.5 1.5 0 0 1 4.5 1zM2 13a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2zm3.197-9c.502 0 .97.25 1.248.668L7.333 6H11a2 2 0 0 1 2 2v3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM2.5 5a.5.5 0 0 0-.5.5V6h4.132l-.519-.777A.5.5 0 0 0 5.197 5zm2-3a.5.5 0 0 0-.5.5V3h4.132l-.519-.777A.5.5 0 0 0 7.197 2z"
}
)
}
);
}
const c = e(r);
export {
c as default
};
//# sourceMappingURL=IconFolders16.es.js.map