@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 936 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowSwap16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.147 7.266a.5.5 0 0 0 .707.707l2.121-2.121.354-.354-.354-.353-2.121-2.122a.5.5 0 0 0-.707.708L12.416 5H2.5a.5.5 0 0 0 0 1h9.913zM4.854 8.733 3.587 10H13.5a.5.5 0 0 1 0 1H3.585l1.269 1.269a.5.5 0 1 1-.707.707l-2.122-2.122-.353-.353.353-.354 2.122-2.121a.5.5 0 0 1 .707.707",
clipRule: "evenodd"
}
)
}
);
}
const s = r(o);
export {
s as default
};
//# sourceMappingURL=IconArrowSwap16.es.js.map