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