@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 899 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: "IconArrowFitTopLeft24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.748 3A2.75 2.75 0 0 0 3 5.75v9.953a.75.75 0 0 0 1.5 0V5.75q0-.09.012-.177L18.442 19.5h-6.158a.75.75 0 0 0 0 1.5h8.717v-8.716h-.75.75a.75.75 0 1 0-1.5 0h.75-.75v6.154L5.573 4.513q.086-.012.175-.012h9.955a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconArrowFitTopLeft24.es.js.map