@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function c(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowSync12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.923 2.62c-1.88-.504-3.717.527-4.257 2.382H4.49a.5.5 0 1 1 0 1H1v-3.5a.5.5 0 1 1 1 0v1.46c.932-1.893 3.048-2.88 5.182-2.308.783.21 1.462.603 2 1.124a.5.5 0 0 1-.696.718 3.55 3.55 0 0 0-1.563-.876M5.08 9.382C6.96 9.886 8.794 8.855 9.334 7H7.511a.5.5 0 1 1 0-1H11v3.5a.5.5 0 0 1-1 0V8.04c-.932 1.893-3.046 2.88-5.18 2.308a4.55 4.55 0 0 1-1.998-1.124.5.5 0 1 1 .696-.718c.415.403.943.71 1.562.876",
clipRule: "evenodd"
}
)
}
);
}
const l = r(c);
export {
l as default
};
//# sourceMappingURL=IconArrowSync12.es.js.map