@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 908 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitBottomLeft24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.748 21.001A2.75 2.75 0 0 1 3 18.251V8.298a.75.75 0 0 1 1.5 0v9.953q0 .09.012.177L18.442 4.5h-6.158a.75.75 0 0 1 0-1.5h8.717v8.716h-.75.75a.75.75 0 1 1-1.5 0h.75-.75V5.56L5.573 19.489q.086.012.175.012h9.955a.75.75 0 0 1 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(r);
export {
m as default
};
//# sourceMappingURL=IconArrowFitBottomLeft24.es.js.map