@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.14 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFolderArrowRight20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.623 4.5H4a.5.5 0 0 0-.5.5v1h6.616l-1.11-1.321a.5.5 0 0 0-.383-.179M2 5v4.25a.75.75 0 0 0 1.5 0V7.5h12a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1v-.25a.75.75 0 0 0-1.5 0v.25A2.5 2.5 0 0 0 4.5 18h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 15.5 6h-3.426l-1.919-2.286A2 2 0 0 0 8.623 3H4a2 2 0 0 0-2 2m3.641 9.546a.75.75 0 0 1 0-1.06L6.126 13H2.758a.75.75 0 0 1 0-1.5H6.13l-.49-.49A.75.75 0 1 1 6.7 9.95l1.769 1.767.53.53-.53.531-1.768 1.768a.75.75 0 0 1-1.06 0",
clipRule: "evenodd"
}
)
}
);
}
const i = r(o);
export {
i as default
};
//# sourceMappingURL=IconFolderArrowRight20.es.js.map