@anoki/fse-marche-ui
Version:
FSE UI components library
39 lines (38 loc) • 1.15 kB
JavaScript
import { j as e } from "./index.es137.js";
import { clsx as a } from "./index.es139.js";
import { createColorClasses as i } from "./index.es145.js";
const d = ({
width: o = 20,
height: r = 20,
className: s,
filled: l = !1,
color: t,
decorative: n = !1
}) => {
const C = i({ color: t });
return /* @__PURE__ */ e.jsx(
"svg",
{
width: o,
height: r,
viewBox: "0 0 20 20",
fill: l ? "currentColor" : "none",
className: a(s, C),
"aria-hidden": n ? "true" : "false",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ e.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
fill: "currentColor",
d: "M0 10C0 4.47715 4.47715 0 10 0C12.6522 0 15.1957 1.05357 17.0711 2.92893C18.9464 4.8043 20 7.34784 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10ZM1 10C1 14.9706 5.02944 19 10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10ZM9.3 4H10.8V6H9.3V4ZM10.8 7H9.3V16H10.8V7Z"
}
)
}
);
};
export {
d as Info
};
//# sourceMappingURL=index.es115.js.map