UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 990 B
import { jsxs as c, jsx as r } from "react/jsx-runtime"; import { memo as l } from "react"; import { IconSize as i } from "../IconSize.es.js"; import m from "./IconArrowRoundClockwise12.es.js"; import d from "./IconArrowRoundClockwise16.es.js"; import w from "./IconArrowRoundClockwise20.es.js"; import f from "./IconArrowRoundClockwise24.es.js"; import t from "./IconArrowRoundClockwise32.es.js"; const n = (o) => { const e = o.size || i.Size16; return /* @__PURE__ */ c("span", { children: [ e === i.Size12 && !o.filled && /* @__PURE__ */ r(m, { ...o }), e === i.Size16 && !o.filled && /* @__PURE__ */ r(d, { ...o }), e === i.Size20 && !o.filled && /* @__PURE__ */ r(w, { ...o }), e === i.Size24 && !o.filled && /* @__PURE__ */ r(f, { ...o }), e === i.Size32 && !o.filled && /* @__PURE__ */ r(t, { ...o }) ] }); }; n.displayName = "FondueIconArrowRoundClockwise"; const S = l(n); export { S as default }; //# sourceMappingURL=IconArrowRoundClockwise.es.js.map