UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 927 B
import { jsxs as m, jsx as e } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as n } from "../IconSize.es.js"; import f from "./IconPaintbrush12.es.js"; import a from "./IconPaintbrush16.es.js"; import c from "./IconPaintbrush20.es.js"; import l from "./IconPaintbrush24.es.js"; import u from "./IconPaintbrush32.es.js"; const o = (i) => { const t = i.size || n.Size16; return /* @__PURE__ */ m("span", { children: [ t === n.Size12 && !i.filled && /* @__PURE__ */ e(f, { ...i }), t === n.Size16 && !i.filled && /* @__PURE__ */ e(a, { ...i }), t === n.Size20 && !i.filled && /* @__PURE__ */ e(c, { ...i }), t === n.Size24 && !i.filled && /* @__PURE__ */ e(l, { ...i }), t === n.Size32 && !i.filled && /* @__PURE__ */ e(u, { ...i }) ] }); }; o.displayName = "FondueIconPaintbrush"; const x = r(o); export { x as default }; //# sourceMappingURL=IconPaintbrush.es.js.map