@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 932 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowOutLogout16",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 4a2 2 0 0 1 2-2h4.5a.5.5 0 0 1 0 1H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.5a.5.5 0 0 1 0 1H4a2 2 0 0 1-2-2zm4.5 4a.5.5 0 0 1 .5-.5h5.263l-1.617-1.616a.5.5 0 0 1 .708-.708l2.474 2.475.354.354-.354.353-2.474 2.475a.5.5 0 0 1-.708-.707L12.273 8.5H7a.5.5 0 0 1-.5-.5",
clipRule: "evenodd"
}
)
}
);
}
const s = e(r);
export {
s as default
};
//# sourceMappingURL=IconArrowOutLogout16.es.js.map