@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 e } from "react";
function r(o) {
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: "IconArrowFitBottomRight16",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.31 2.501a.5.5 0 0 0-.5-.5H2.002V7.81h.5-.5a.5.5 0 1 0 1 0h-.5.5V3.708l9.291 9.29H5.535a.5.5 0 0 0 0 1h6.964a1.5 1.5 0 0 0 1.5-1.5V5.535a.5.5 0 1 0-1 0v6.758L3.708 3H7.81a.5.5 0 0 0 .5-.5",
clipRule: "evenodd"
}
)
}
);
}
const n = e(r);
export {
n as default
};
//# sourceMappingURL=IconArrowFitBottomRight16.es.js.map