@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 871 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: "IconArrowFitTopRight32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M23.004 5a4 4 0 0 1 4 4v11.5a1 1 0 1 1-2 0V9q0-.27-.069-.519L8.413 25.003h7.244a1 1 0 1 1 0 2H5V16.347l1-.001h1v7.242l16.52-16.52A2 2 0 0 0 23.005 7h-11.5a1 1 0 1 1 0-2zM6 16.346H5a1 1 0 1 1 2 0z",
clipRule: "evenodd"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconArrowFitTopRight32.es.js.map