@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 902 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function a(e) {
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: "IconArrowOutExternal32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M18 6a1 1 0 1 0 0 2h4.586l-7.293 7.293a1 1 0 0 0 1.414 1.414L24 9.414V14a1 1 0 1 0 2 0V6zM6 12a4 4 0 0 1 4-4h3a1 1 0 1 1 0 2h-3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3a1 1 0 1 1 2 0v3a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowOutExternal32.es.js.map