@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 992 B
JavaScript
import { j as e } from "./index.es137.js";
import { clsx as a } from "./index.es139.js";
import { createColorClasses as m } from "./index.es145.js";
const d = ({
width: o = 24,
height: r = 24,
className: s,
color: l
}) => {
const t = m({ color: l });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: o,
height: r,
fill: "currentColor",
viewBox: "0 0 24 24",
className: a(s, t),
"aria-hidden": "true",
children: /* @__PURE__ */ e.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 {
d as MoreActions
};
//# sourceMappingURL=index.es104.js.map