@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 976 B
JavaScript
import { jsxs as m, jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as o } from "../IconSize.es.js";
import f from "./IconAnnotationNumbers12.es.js";
import a from "./IconAnnotationNumbers16.es.js";
import c from "./IconAnnotationNumbers20.es.js";
import l from "./IconAnnotationNumbers24.es.js";
import u from "./IconAnnotationNumbers32.es.js";
const e = (n) => {
const i = n.size || o.Size16;
return /* @__PURE__ */ m("span", { children: [
i === o.Size12 && !n.filled && /* @__PURE__ */ t(f, { ...n }),
i === o.Size16 && !n.filled && /* @__PURE__ */ t(a, { ...n }),
i === o.Size20 && !n.filled && /* @__PURE__ */ t(c, { ...n }),
i === o.Size24 && !n.filled && /* @__PURE__ */ t(l, { ...n }),
i === o.Size32 && !n.filled && /* @__PURE__ */ t(u, { ...n })
] });
};
e.displayName = "FondueIconAnnotationNumbers";
const x = r(e);
export {
x as default
};
//# sourceMappingURL=IconAnnotationNumbers.es.js.map