@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 924 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: "IconArrowOutLogout32",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 10a4 4 0 0 1 4-4h7a1 1 0 1 1 0 2h-7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a1 1 0 1 1 0 2h-7a4 4 0 0 1-4-4zm7 6a1 1 0 0 1 1-1h8.086l-1.793-1.793a1 1 0 0 1 1.414-1.414l3.536 3.535.707.707-.707.708-3.536 3.535a1 1 0 0 1-1.414-1.414L22.157 17H14a1 1 0 0 1-1-1",
clipRule: "evenodd"
}
)
}
);
}
const s = e(r);
export {
s as default
};
//# sourceMappingURL=IconArrowOutLogout32.es.js.map