@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 901 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitBottomLeft20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.749 18.001A2.75 2.75 0 0 1 2 15.251v-8.5a.75.75 0 1 1 1.5 0v8.5q0 .09.012.177L15.441 3.5H10.25a.75.75 0 1 1 0-1.5H18v7.75h-.75.75a.75.75 0 0 1-1.5 0h.75-.75V4.561L4.573 16.489q.086.012.176.012h8.501a.75.75 0 0 1 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(r);
export {
m as default
};
//# sourceMappingURL=IconArrowFitBottomLeft20.es.js.map