@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function o(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: "IconFolderArrowRight12",
"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.5v-.02a.5.5 0 0 1 1 0v.02a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5H2v.5a.5.5 0 0 1-1 0zm2.379 4.207a.5.5 0 1 0 .707.707l1.06-1.06L5.5 7.5l-.354-.354-1.06-1.06a.5.5 0 0 0-.707.707l.217.218H1.5a.5.5 0 0 0 0 1h2.075z",
clipRule: "evenodd"
}
)
}
);
}
const i = r(o);
export {
i as default
};
//# sourceMappingURL=IconFolderArrowRight12.es.js.map