UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 948 B
import { jsxs as n, jsx as o } from "react/jsx-runtime"; import { memo as R } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconRotate90Right12.es.js"; import a from "./IconRotate90Right16.es.js"; import c from "./IconRotate90Right20.es.js"; import l from "./IconRotate90Right24.es.js"; import r from "./IconRotate90Right32.es.js"; const m = (t) => { const e = t.size || i.Size16; return /* @__PURE__ */ n("span", { children: [ e === i.Size12 && !t.filled && /* @__PURE__ */ o(f, { ...t }), e === i.Size16 && !t.filled && /* @__PURE__ */ o(a, { ...t }), e === i.Size20 && !t.filled && /* @__PURE__ */ o(c, { ...t }), e === i.Size24 && !t.filled && /* @__PURE__ */ o(l, { ...t }), e === i.Size32 && !t.filled && /* @__PURE__ */ o(r, { ...t }) ] }); }; m.displayName = "FondueIconRotate90Right"; const j = R(m); export { j as default }; //# sourceMappingURL=IconRotate90Right.es.js.map