@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.17 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function o(l) {
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: "IconArrowMove32",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.757 9.743a1 1 0 0 1 0-1.414l3.536-3.536.707-.707.699.699.016.017 3.528 3.527a1 1 0 0 1-1.415 1.414L17 7.914V15h7.192l-1.828-1.828a1 1 0 0 1 1.414-1.415l3.536 3.536.707.707-.707.707-3.536 3.536a1 1 0 0 1-1.414-1.414L24.192 17H17v7.086l1.828-1.828a1 1 0 0 1 1.415 1.414l-3.536 3.535-.707.707-.707-.707-3.536-3.535a1 1 0 1 1 1.415-1.414L15 24.086V17H7.807l1.829 1.829a1 1 0 1 1-1.414 1.414l-3.536-3.536L3.98 16l.707-.707 3.536-3.535a1 1 0 0 1 1.414 1.414L7.807 15H15V7.914l-1.828 1.829a1 1 0 0 1-1.415 0",
clipRule: "evenodd"
}
)
}
);
}
const s = t(o);
export {
s as default
};
//# sourceMappingURL=IconArrowMove32.es.js.map