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