UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 885 B
import { jsxs as n, jsx as o } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as e } from "../IconSize.es.js"; import t from "./IconFlag12.es.js"; import a from "./IconFlag16.es.js"; import c from "./IconFlag20.es.js"; import r from "./IconFlag24.es.js"; import d from "./IconFlag32.es.js"; const m = (i) => { const l = i.size || e.Size16; return /* @__PURE__ */ n("span", { children: [ l === e.Size12 && !i.filled && /* @__PURE__ */ o(t, { ...i }), l === e.Size16 && !i.filled && /* @__PURE__ */ o(a, { ...i }), l === e.Size20 && !i.filled && /* @__PURE__ */ o(c, { ...i }), l === e.Size24 && !i.filled && /* @__PURE__ */ o(r, { ...i }), l === e.Size32 && !i.filled && /* @__PURE__ */ o(d, { ...i }) ] }); }; m.displayName = "FondueIconFlag"; const h = f(m); export { h as default }; //# sourceMappingURL=IconFlag.es.js.map