@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 1.02 kB
JavaScript
import { jsxs as t, jsx as e } from "react/jsx-runtime";
import { memo as c } from "react";
import { IconSize as i } from "../IconSize.es.js";
import l from "./IconArrowRoundAntiClockwise12.es.js";
import m from "./IconArrowRoundAntiClockwise16.es.js";
import d from "./IconArrowRoundAntiClockwise20.es.js";
import w from "./IconArrowRoundAntiClockwise24.es.js";
import A from "./IconArrowRoundAntiClockwise32.es.js";
const r = (o) => {
const n = o.size || i.Size16;
return /* @__PURE__ */ t("span", { children: [
n === i.Size12 && !o.filled && /* @__PURE__ */ e(l, { ...o }),
n === i.Size16 && !o.filled && /* @__PURE__ */ e(m, { ...o }),
n === i.Size20 && !o.filled && /* @__PURE__ */ e(d, { ...o }),
n === i.Size24 && !o.filled && /* @__PURE__ */ e(w, { ...o }),
n === i.Size32 && !o.filled && /* @__PURE__ */ e(A, { ...o })
] });
};
r.displayName = "FondueIconArrowRoundAntiClockwise";
const S = c(r);
export {
S as default
};
//# sourceMappingURL=IconArrowRoundAntiClockwise.es.js.map