UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 955 B
import { jsxs as o, jsx as t } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as l } from "../IconSize.es.js"; import r from "./IconFlipVertically12.es.js"; import n from "./IconFlipVertically16.es.js"; import f from "./IconFlipVertically20.es.js"; import a from "./IconFlipVertically24.es.js"; import d from "./IconFlipVertically32.es.js"; const c = (i) => { const e = i.size || l.Size16; return /* @__PURE__ */ o("span", { children: [ e === l.Size12 && !i.filled && /* @__PURE__ */ t(r, { ...i }), e === l.Size16 && !i.filled && /* @__PURE__ */ t(n, { ...i }), e === l.Size20 && !i.filled && /* @__PURE__ */ t(f, { ...i }), e === l.Size24 && !i.filled && /* @__PURE__ */ t(a, { ...i }), e === l.Size32 && !i.filled && /* @__PURE__ */ t(d, { ...i }) ] }); }; c.displayName = "FondueIconFlipVertically"; const j = m(c); export { j as default }; //# sourceMappingURL=IconFlipVertically.es.js.map