@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 880 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitBottomRight32",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.657 6a1 1 0 0 0-1-1H5v10.657h1-1a1 1 0 1 0 2 0H6h1V8.414l16.52 16.52a2 2 0 0 1-.516.068h-11.5a1 1 0 1 0 0 2h11.5a4 4 0 0 0 4-4v-11.5a1 1 0 1 0-2 0v11.5q0 .27-.069.519L8.413 7h7.244a1 1 0 0 0 1-1",
clipRule: "evenodd"
}
)
}
);
}
const n = e(r);
export {
n as default
};
//# sourceMappingURL=IconArrowFitBottomRight32.es.js.map