@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 956 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowSwap20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.47 8.56a.75.75 0 0 0 1.06 1.06l2.83-2.828.53-.53-.53-.53-2.83-2.829a.75.75 0 1 0-1.06 1.06L16.007 5.5H2A.75.75 0 1 0 2 7h14.03zM4 13h-.02l1.55-1.55a.75.75 0 0 0-1.06-1.06l-2.828 2.83-.53.53.53.53 2.828 2.829a.75.75 0 0 0 1.06-1.061L3.985 14.5H18a.75.75 0 0 0 0-1.5zm-.767.749.018-.018v.036z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(o);
export {
s as default
};
//# sourceMappingURL=IconArrowSwap20.es.js.map