@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.08 kB
JavaScript
import { j as r } from "./index.es244.js";
import { clsx as m } from "./index.es246.js";
import { createColorClasses as n } from "./index.es274.js";
const x = ({
width: s = 24,
height: e = 24,
className: l,
color: a,
decorative: o = !0,
ariaLabel: t = "More actions"
}) => {
const i = n({ color: a });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: e,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(l, i),
"aria-hidden": o,
"aria-label": o ? void 0 : t,
children: /* @__PURE__ */ r.jsx(
"path",
{
fill: "#06C",
fillRule: "evenodd",
d: "M4 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0m1 0a1 1 0 1 0 2 0 1 1 0 0 0-2 0m7-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-1 2a1 1 0 0 0 1 1 .9.9 0 0 0 1-1 1 1 0 1 0-2 0m7-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-1 2a1 1 0 0 0 1 1 .9.9 0 0 0 1-1 1 1 0 1 0-2 0",
clipRule: "evenodd"
}
)
}
);
};
export {
x as MoreActions
};
//# sourceMappingURL=index.es189.js.map