@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 923 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitBottomRight20",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.5 2.75A.75.75 0 0 0 9.75 2H2v7.75h.75H2a.75.75 0 0 0 1.5 0h-.75.75V4.56l11.927 11.927a1 1 0 0 1-.175.013H6.75a.75.75 0 0 0 0 1.5h8.502A2.75 2.75 0 0 0 18 15.25v-8.5a.75.75 0 0 0-1.5 0v8.5q0 .09-.012.177L4.56 3.5h5.19a.75.75 0 0 0 .75-.75",
clipRule: "evenodd"
}
)
}
);
}
const a = e(r);
export {
a as default
};
//# sourceMappingURL=IconArrowFitBottomRight20.es.js.map