@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 896 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: "IconArrowFitTopRight20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M15.252 2A2.75 2.75 0 0 1 18 4.75v8.5a.75.75 0 0 1-1.5 0v-8.5q0-.09-.012-.177L4.56 16.5h5.19a.75.75 0 0 1 0 1.5H2v-7.75h1.5v5.188L15.427 3.512a1 1 0 0 0-.175-.012H6.75a.75.75 0 1 1 0-1.5zM2.75 10.25H2a.75.75 0 0 1 1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = o(r);
export {
l as default
};
//# sourceMappingURL=IconArrowFitTopRight20.es.js.map