@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 989 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: "IconArrowOutLogout20",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 5.75A2.75 2.75 0 0 1 5.75 3h5a.75.75 0 0 1 0 1.5h-5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h5a.75.75 0 0 1 0 1.5h-5A2.75 2.75 0 0 1 3 14.25zM8.25 10A.75.75 0 0 1 9 9.25h5.27L12.72 7.7a.75.75 0 0 1 1.06-1.06l2.829 2.828.53.53-.53.53-2.829 2.83a.75.75 0 1 1-1.06-1.062l1.546-1.546H9a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const c = e(r);
export {
c as default
};
//# sourceMappingURL=IconArrowOutLogout20.es.js.map