UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as n, jsx as l } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as i } from "../IconSize.es.js"; import t from "./IconPlayBox12.es.js"; import a from "./IconPlayBox16.es.js"; import c from "./IconPlayBox20.es.js"; import x from "./IconPlayBox24.es.js"; import r from "./IconPlayBox32.es.js"; const m = (o) => { const e = o.size || i.Size16; return /* @__PURE__ */ n("span", { children: [ e === i.Size12 && !o.filled && /* @__PURE__ */ l(t, { ...o }), e === i.Size16 && !o.filled && /* @__PURE__ */ l(a, { ...o }), e === i.Size20 && !o.filled && /* @__PURE__ */ l(c, { ...o }), e === i.Size24 && !o.filled && /* @__PURE__ */ l(x, { ...o }), e === i.Size32 && !o.filled && /* @__PURE__ */ l(r, { ...o }) ] }); }; m.displayName = "FondueIconPlayBox"; const j = f(m); export { j as default }; //# sourceMappingURL=IconPlayBox.es.js.map