@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 837 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: "IconArrowFitTopRight16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14 3.501a1.5 1.5 0 0 0-1.5-1.5H5.534a.5.5 0 1 0 0 1h6.757L3 12.292V8.19h-.5.5a.5.5 0 0 0-1 0h.5H2V14h5.81a.5.5 0 0 0 0-1H3.708l9.291-9.292v6.757a.5.5 0 0 0 1 0z",
clipRule: "evenodd"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconArrowFitTopRight16.es.js.map