UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

37 lines (36 loc) 844 B
import { j as s } from "./index.es137.js"; import { clsx as l } from "./index.es139.js"; import { createColorClasses as a } from "./index.es145.js"; const p = ({ width: o = 114, height: r = 115, className: t, color: e }) => { const i = a({ color: e }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: o, height: r, viewBox: "0 0 114 115", fill: "none", className: l(t, i), "aria-hidden": "true", children: /* @__PURE__ */ s.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 { p as Ellipse }; //# sourceMappingURL=index.es80.js.map