@particle-network/connectkit
Version:
23 lines (20 loc) • 1.2 kB
JavaScript
"use client";
// src/assets/icons/MoreOptionsIcon.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var MoreOptionsIcon = ({ ...props }) => {
const { color = "var(--pcm-body-color-secondary)" } = props;
return /* @__PURE__ */ jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_1501_1911)", children: [
/* @__PURE__ */ jsx("circle", { opacity: "0.01", cx: "9", cy: "9", r: "9", transform: "rotate(-90 9 9)", fill: "#8B8EA1" }),
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "5", r: "1", fill: color }),
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "9", r: "1", fill: color }),
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "13", r: "1", fill: color })
] }),
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_1501_1911", children: /* @__PURE__ */ jsx("rect", { width: "18", height: "18", fill: "white", transform: "matrix(0 -1 1 0 0 18)" }) }) })
] });
};
var MoreOptionsIcon_default = MoreOptionsIcon;
export {
MoreOptionsIcon_default
};
//# sourceMappingURL=chunk-HYFKICF4.mjs.map