UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as m, jsx as i } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as e } from "../IconSize.es.js"; import a from "./IconRotate90Left12.es.js"; import c from "./IconRotate90Left16.es.js"; import l from "./IconRotate90Left20.es.js"; import r from "./IconRotate90Left24.es.js"; import d from "./IconRotate90Left32.es.js"; const f = (t) => { const o = t.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ o === e.Size12 && !t.filled && /* @__PURE__ */ i(a, { ...t }), o === e.Size16 && !t.filled && /* @__PURE__ */ i(c, { ...t }), o === e.Size20 && !t.filled && /* @__PURE__ */ i(l, { ...t }), o === e.Size24 && !t.filled && /* @__PURE__ */ i(r, { ...t }), o === e.Size32 && !t.filled && /* @__PURE__ */ i(d, { ...t }) ] }); }; f.displayName = "FondueIconRotate90Left"; const h = n(f); export { h as default }; //# sourceMappingURL=IconRotate90Left.es.js.map