UNPKG

@particle-network/connectkit

Version:
36 lines (34 loc) 2.02 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/ConnectArrowIcon.tsx var ConnectArrowIcon_exports = {}; __export(ConnectArrowIcon_exports, { default: () => ConnectArrowIcon_default }); module.exports = __toCommonJS(ConnectArrowIcon_exports); var import_jsx_runtime = require("react/jsx-runtime"); var ConnectArrowIcon = ({ ...props }) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_669_1196)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "14", cy: "14", r: "14" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.3536 14.3536C19.5488 14.1583 19.5488 13.8417 19.3536 13.6464L16.1716 10.4645C15.9763 10.2692 15.6597 10.2692 15.4645 10.4645C15.2692 10.6597 15.2692 10.9763 15.4645 11.1716L18.2929 14L15.4645 16.8284C15.2692 17.0237 15.2692 17.3403 15.4645 17.5355C15.6597 17.7308 15.9763 17.7308 16.1716 17.5355L19.3536 14.3536ZM10 14.5H19V13.5H10V14.5Z" }) ] }) }); }; var ConnectArrowIcon_default = ConnectArrowIcon; //# sourceMappingURL=ConnectArrowIcon.cjs.map