@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 938 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowSwap24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.47 10.75a.75.75 0 0 0 1.06 1.06l3.536-3.535.53-.53-.53-.53-3.536-3.536a.75.75 0 1 0-1.06 1.06L18.73 7H3a.75.75 0 0 0 0 1.5h15.72zm-8.94 2.51L5.29 15.5H21a.75.75 0 1 1 0 1.5H5.26l2.27 2.27a.75.75 0 0 1-1.06 1.061l-3.536-3.535-.53-.53.53-.53L6.47 12.2a.75.75 0 1 1 1.06 1.06",
clipRule: "evenodd"
}
)
}
);
}
const s = r(o);
export {
s as default
};
//# sourceMappingURL=IconArrowSwap24.es.js.map