@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 944 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowOutLogout12",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 2.5A1.5 1.5 0 0 1 2.5 1h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 9.5zM4.5 6a.5.5 0 0 1 .5-.5h4.173L7.896 4.224a.5.5 0 1 1 .708-.707l2.12 2.12.354.354-.353.354-2.121 2.121a.5.5 0 1 1-.708-.707L9.156 6.5H5a.5.5 0 0 1-.5-.5",
clipRule: "evenodd"
}
)
}
);
}
const s = e(r);
export {
s as default
};
//# sourceMappingURL=IconArrowOutLogout12.es.js.map