UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 962 B
import { jsxs as m, jsx as t } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as i } from "../IconSize.es.js"; import a from "./IconAnnotationLines12.es.js"; import c from "./IconAnnotationLines16.es.js"; import l from "./IconAnnotationLines20.es.js"; import r from "./IconAnnotationLines24.es.js"; import d from "./IconAnnotationLines32.es.js"; const e = (n) => { const o = n.size || i.Size16; return /* @__PURE__ */ m("span", { children: [ o === i.Size12 && !n.filled && /* @__PURE__ */ t(a, { ...n }), o === i.Size16 && !n.filled && /* @__PURE__ */ t(c, { ...n }), o === i.Size20 && !n.filled && /* @__PURE__ */ t(l, { ...n }), o === i.Size24 && !n.filled && /* @__PURE__ */ t(r, { ...n }), o === i.Size32 && !n.filled && /* @__PURE__ */ t(d, { ...n }) ] }); }; e.displayName = "FondueIconAnnotationLines"; const j = f(e); export { j as default }; //# sourceMappingURL=IconAnnotationLines.es.js.map