UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 913 B
import { jsxs as n, jsx as e } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as i } from "../IconSize.es.js"; import t from "./IconLollipop12.es.js"; import c from "./IconLollipop16.es.js"; import r from "./IconLollipop20.es.js"; import d from "./IconLollipop24.es.js"; import z from "./IconLollipop32.es.js"; const m = (o) => { const l = o.size || i.Size16; return /* @__PURE__ */ n("span", { children: [ l === i.Size12 && !o.filled && /* @__PURE__ */ e(t, { ...o }), l === i.Size16 && !o.filled && /* @__PURE__ */ e(c, { ...o }), l === i.Size20 && !o.filled && /* @__PURE__ */ e(r, { ...o }), l === i.Size24 && !o.filled && /* @__PURE__ */ e(d, { ...o }), l === i.Size32 && !o.filled && /* @__PURE__ */ e(z, { ...o }) ] }); }; m.displayName = "FondueIconLollipop"; const h = f(m); export { h as default }; //# sourceMappingURL=IconLollipop.es.js.map