@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 860 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitTopLeft32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9 5a4 4 0 0 0-4 4v11.5a1 1 0 1 0 2 0V9q.001-.27.068-.519L23.59 25.003h-7.244a1 1 0 1 0 0 2h10.657V16.347l-1-.001h1a1 1 0 1 0-2 0h1-1v7.242L8.483 7.068Q8.73 7 8.998 7H20.5a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const i = o(r);
export {
i as default
};
//# sourceMappingURL=IconArrowFitTopLeft32.es.js.map