UNPKG

@frontify/fondue

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