@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as e, jsx as t } from "react/jsx-runtime";
import { memo as l } from "react";
import { IconSize as i } from "../IconSize.es.js";
import m from "./IconFocalPoint12.es.js";
import f from "./IconFocalPoint16.es.js";
import a from "./IconFocalPoint20.es.js";
import r from "./IconFocalPoint24.es.js";
import d from "./IconFocalPoint32.es.js";
const c = (o) => {
const n = o.size || i.Size16;
return /* @__PURE__ */ e("span", { children: [
n === i.Size12 && !o.filled && /* @__PURE__ */ t(m, { ...o }),
n === i.Size16 && !o.filled && /* @__PURE__ */ t(f, { ...o }),
n === i.Size20 && !o.filled && /* @__PURE__ */ t(a, { ...o }),
n === i.Size24 && !o.filled && /* @__PURE__ */ t(r, { ...o }),
n === i.Size32 && !o.filled && /* @__PURE__ */ t(d, { ...o })
] });
};
c.displayName = "FondueIconFocalPoint";
const h = l(c);
export {
h as default
};
//# sourceMappingURL=IconFocalPoint.es.js.map