@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.11 kB
JavaScript
import { j as s } from "./index.es244.js";
import { clsx as m } from "./index.es246.js";
import { createColorClasses as n } from "./index.es274.js";
const x = ({
width: e = 24,
height: o = 24,
className: r,
color: a,
decorative: l = !1,
ariaLabel: i = "Show"
}) => {
const t = n({ color: a });
return /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: o,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(r, t),
"aria-hidden": l,
"aria-label": l ? void 0 : i,
children: /* @__PURE__ */ s.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 {
x as Visible
};
//# sourceMappingURL=index.es188.js.map