@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 940 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconArrowSwap32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M22.044 14.543a1 1 0 0 0 1.414 1.414l4.242-4.243.707-.707-.707-.707-4.242-4.242a1 1 0 1 0-1.414 1.414L24.572 10H5a1 1 0 1 0 0 2h19.585zM9.708 17.457 7.165 20H27a1 1 0 1 1 0 2H7.18l2.528 2.528a1 1 0 0 1-1.415 1.414L4.052 21.7l-.707-.707.707-.707 4.243-4.243a1 1 0 0 1 1.414 1.414",
clipRule: "evenodd"
}
)
}
);
}
const s = r(o);
export {
s as default
};
//# sourceMappingURL=IconArrowSwap32.es.js.map