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