@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 842 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitTopLeft16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.001 3.501a1.5 1.5 0 0 1 1.5-1.5h6.964a.5.5 0 0 1 0 1H3.708L13 12.292V8.19h1V14H8.19a.5.5 0 0 1 0-1h4.104L3 3.707v6.757a.5.5 0 0 1-1 0zM13.499 8.19H13a.5.5 0 1 1 1 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = o(r);
export {
l as default
};
//# sourceMappingURL=IconArrowFitTopLeft16.es.js.map