@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 926 B
JavaScript
import { j as o } from "./index.es237.js";
import { clsx as p } from "./index.es239.js";
import { createColorClasses as m } from "./index.es310.js";
const x = ({
width: r = 114,
height: e = 115,
className: l,
color: t,
decorative: s = !1,
ariaLabel: i = "Ellipse"
}) => {
const a = m({ color: t });
return /* @__PURE__ */ o.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: e,
viewBox: "0 0 114 115",
fill: "none",
className: p(l, a),
"aria-hidden": s,
"aria-label": s ? void 0 : i,
children: /* @__PURE__ */ o.jsx(
"path",
{
stroke: "#fff",
strokeWidth: "20",
d: "M104 57.5c0 26.316-21.125 47.5-47 47.5S10 83.816 10 57.5 31.125 10 57 10s47 21.184 47 47.5Z",
opacity: "0.3"
}
)
}
);
};
export {
x as Ellipse
};
//# sourceMappingURL=index.es191.js.map