@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 990 B
JavaScript
import { jsxs as n, jsx as r } from "react/jsx-runtime";
import { memo as S } from "react";
import { IconSize as i } from "../IconSize.es.js";
import c from "./IconSkip5SecondsForward12.es.js";
import m from "./IconSkip5SecondsForward16.es.js";
import f from "./IconSkip5SecondsForward20.es.js";
import t from "./IconSkip5SecondsForward24.es.js";
import a from "./IconSkip5SecondsForward32.es.js";
const d = (o) => {
const e = o.size || i.Size16;
return /* @__PURE__ */ n("span", { children: [
e === i.Size12 && !o.filled && /* @__PURE__ */ r(c, { ...o }),
e === i.Size16 && !o.filled && /* @__PURE__ */ r(m, { ...o }),
e === i.Size20 && !o.filled && /* @__PURE__ */ r(f, { ...o }),
e === i.Size24 && !o.filled && /* @__PURE__ */ r(t, { ...o }),
e === i.Size32 && !o.filled && /* @__PURE__ */ r(a, { ...o })
] });
};
d.displayName = "FondueIconSkip5SecondsForward";
const x = S(d);
export {
x as default
};
//# sourceMappingURL=IconSkip5SecondsForward.es.js.map