@anoki/fse-ui
Version:
FSE UI components library
92 lines (91 loc) • 2.93 kB
JavaScript
import { j as l } from "./index.es278.js";
import { clsx as e } from "./index.es280.js";
import { createColorClasses as x } from "./index.es352.js";
const n = ({
width: t = 44,
height: a = 44,
className: i,
color: r,
decorative: s = !1,
ariaLabel: o = "FSE",
variant: p = "default"
}) => {
const f = x({ color: r }), h = (c) => p === "operator" ? "#fff" : c;
return /* @__PURE__ */ l.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: t,
height: a,
fill: "currentColor",
viewBox: "0 0 26 44",
className: e(i, f),
"aria-hidden": s,
"aria-label": s ? void 0 : o,
children: [
/* @__PURE__ */ l.jsxs("g", { clipPath: "url(#aClipPath)", children: [
/* @__PURE__ */ l.jsx("path", { fill: h("#009640"), d: "M24.177 44h1.028v-8.816h-1.028z" }),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#F5F5F5"),
d: "M25.209 43.999h1.027V32.827H25.21v11.172Z"
}
),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#E30613"),
d: "M26.643 43.998h-.407V30.432h1.028v12.945a.62.62 0 0 1-.62.621Z"
}
),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#024E96"),
d: "M25.715 6.355H13.488v3.068h-3.066v7.889H1.534c-.847 0-1.534.686-1.534 1.534v12.988c0 .846.686 1.533 1.534 1.533h9.045v8.968c0 .846.686 1.534 1.534 1.534h10.922v-3.067h-9.388v-8.967c0-.847-.686-1.534-1.534-1.534H3.068v-9.92h8.888c.847 0 1.534-.686 1.534-1.534V9.423h10.693V20.39h3.066V7.89c0-.849-.687-1.535-1.534-1.535"
}
),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#024E96"),
d: "M10.418 6.486h-3.07v3.07h3.07z",
opacity: "0.75"
}
),
/* @__PURE__ */ l.jsx("path", { fill: h("#024E96"), d: "M13.49 3.415h-3.07v3.07h3.07z" }),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#024E96"),
d: "M7.518 0H4.104v3.415h3.414z",
opacity: "0.75"
}
),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#024E96"),
d: "M4.081 3.968H1.535v2.546h2.546z",
opacity: "0.5"
}
),
/* @__PURE__ */ l.jsx(
"path",
{
fill: h("#024E96"),
d: "M4.08 9.556H.667v3.414h3.415V9.556Z",
opacity: "0.4"
}
)
] }),
/* @__PURE__ */ l.jsx("defs", { children: /* @__PURE__ */ l.jsx("clipPath", { id: "aClipPath", children: /* @__PURE__ */ l.jsx("path", { fill: "#fff", d: "M0 0h27.26v44H0z" }) }) })
]
}
);
};
export {
n as Fse
};
//# sourceMappingURL=index.es142.js.map