@particle-network/connectkit
Version:
42 lines (40 loc) • 2.35 kB
JavaScript
"use client";
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/assets/icons/MoreOptionsIcon.tsx
var MoreOptionsIcon_exports = {};
__export(MoreOptionsIcon_exports, {
default: () => MoreOptionsIcon_default
});
module.exports = __toCommonJS(MoreOptionsIcon_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var MoreOptionsIcon = ({ ...props }) => {
const { color = "var(--pcm-body-color-secondary)" } = props;
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_1501_1911)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { opacity: "0.01", cx: "9", cy: "9", r: "9", transform: "rotate(-90 9 9)", fill: "#8B8EA1" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "9", cy: "5", r: "1", fill: color }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "9", cy: "9", r: "1", fill: color }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "9", cy: "13", r: "1", fill: color })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_1501_1911", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "18", height: "18", fill: "white", transform: "matrix(0 -1 1 0 0 18)" }) }) })
] });
};
var MoreOptionsIcon_default = MoreOptionsIcon;
//# sourceMappingURL=MoreOptionsIcon.cjs.map