UNPKG

@particle-network/connectkit

Version:
54 lines (52 loc) 1.99 kB
"use client"; "use strict"; 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/CopyIcon2.tsx var CopyIcon2_exports = {}; __export(CopyIcon2_exports, { default: () => CopyIcon2_default }); module.exports = __toCommonJS(CopyIcon2_exports); var import_jsx_runtime = require("react/jsx-runtime"); var CopyIcon2 = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "svg", { "aria-hidden": "true", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { className: "bg", d: "M14 9.5V7C14 5.89543 13.1046 5 12 5H7C5.89543 5 5 5.89543 5 7V12C5 13.1046 5.89543 14 7 14H9.5", strokeWidth: "1.4" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { className: "bg", x: "10", y: "10", width: "9", height: "9", rx: "2", strokeWidth: "1.4" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1 3L3 5L7 1", strokeWidth: "1.4", strokeLinecap: "round", strokeLinejoin: "round", stroke: "#ffffff" }) ] } ); var CopyIcon2_default = CopyIcon2; //# sourceMappingURL=CopyIcon2.cjs.map