UNPKG

@particle-network/connectkit

Version:
41 lines (39 loc) 2.75 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/DisconnectIcon.tsx var DisconnectIcon_exports = {}; __export(DisconnectIcon_exports, { default: () => DisconnectIcon_default }); module.exports = __toCommonJS(DisconnectIcon_exports); var import_jsx_runtime = require("react/jsx-runtime"); var DisconnectIcon = ({ ...props }) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M14.3609 6.85951L11.8328 4.4256C11.6306 4.23081 11.3272 4.23081 11.125 4.4256C10.9227 4.62025 10.9227 4.91233 11.125 5.10712L12.7935 6.71346H4.93951C4.63615 6.71346 4.4339 6.90813 4.4339 7.20023C4.4339 7.49234 4.63615 7.68696 4.93951 7.68696H12.7935L11.1251 9.29331C10.9228 9.48809 10.9228 9.78021 11.1251 9.97486C11.2262 10.0723 11.3273 10.1209 11.479 10.1209C11.6307 10.1209 11.7318 10.0722 11.833 9.97486L14.361 7.49232C14.361 7.45984 14.3779 7.44362 14.4116 7.44362C14.5633 7.29756 14.5632 7.00556 14.3609 6.85951ZM8.9957 10.6076C8.69232 10.6076 8.49007 10.8024 8.49007 11.0944V12.0681C8.49007 12.36 8.28783 12.5548 7.98446 12.5548H2.38892C2.08555 12.5548 1.88331 12.36 1.88331 12.0681V2.33234C1.88331 2.04035 2.08555 1.84561 2.38892 1.84561H7.98446C8.28783 1.84561 8.49007 2.04035 8.49007 2.33234V3.30598C8.49007 3.59798 8.69232 3.79275 8.9957 3.79275C9.29907 3.79275 9.50131 3.59797 9.50131 3.30598V2.33234C9.50131 1.50487 8.84409 0.87207 7.98446 0.87207H2.38892C1.52944 0.87207 0.87207 1.50487 0.87207 2.33234V12.0681C0.87207 12.8955 1.52945 13.5284 2.38892 13.5284H7.98446C8.84408 13.5284 9.50131 12.8955 9.50131 12.0681V11.0944C9.50131 10.8024 9.29907 10.6076 8.9957 10.6076Z", fill: "currentColor", stroke: "currentColor", strokeWidth: "0.3" } ) }); }; var DisconnectIcon_default = DisconnectIcon; //# sourceMappingURL=DisconnectIcon.cjs.map