@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 1.03 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: l = 24,
height: s = 24,
className: r,
color: o
}) => {
const t = i({ color: o });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: l,
height: s,
fill: "currentColor",
viewBox: "0 0 24 24",
className: a(r, t),
"aria-hidden": "true",
children: /* @__PURE__ */ e.jsx(
"path",
{
fill: "#06C",
fillRule: "evenodd",
d: "M12 5.496a11 11 0 0 1 9.8 6.004l.2.5-.2.5a11 11 0 0 1-19.6 0L2 12l.2-.5A11 11 0 0 1 12 5.496M3.1 12a9.8 9.8 0 0 0 8.9 5.5 9.8 9.8 0 0 0 8.9-5.5A9.8 9.8 0 0 0 12 6.5 9.8 9.8 0 0 0 3.1 12M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8m-3 4a3 3 0 0 0 3 3 2.9 2.9 0 0 0 3-3 3 3 0 1 0-6 0",
clipRule: "evenodd"
}
)
}
);
};
export {
d as Visible
};
//# sourceMappingURL=index.es103.js.map