@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 846 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowFitTopRight12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11 2.499a1.5 1.5 0 0 0-1.5-1.5H3.983a.5.5 0 0 0 0 1h5.311L2 9.293V6.156l-.5-.001H2a.5.5 0 1 0-1 0h.5H1v4.846h4.846a.5.5 0 0 0 0-1h-3.14l7.296-7.295v5.311a.5.5 0 0 0 1 0z",
clipRule: "evenodd"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconArrowFitTopRight12.es.js.map