UNPKG

@frontify/fondue

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