@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
27 lines (24 loc) • 1.13 kB
JavaScript
"use client";
// src/components/Icons/DisconnectSq.tsx
import React from "react";
var DisconnectSqIcon = ({ size }) => /* @__PURE__ */ React.createElement(
"svg",
{
fill: "none",
height: size,
viewBox: "0 0 28 28",
width: size,
xmlns: "http://www.w3.org/2000/svg"
},
/* @__PURE__ */ React.createElement("title", null, "Disconnect"),
/* @__PURE__ */ React.createElement(
"path",
{
d: "M6.742 22.195h8.367c1.774 0 2.743-.968 2.743-2.758V16.11h-2.016v3.11c0 .625-.305.96-.969.96H6.984c-.664 0-.968-.335-.968-.96V7.984c0-.632.304-.968.968-.968h7.883c.664 0 .969.336.969.968v3.133h2.016v-3.36c0-1.78-.97-2.757-2.743-2.757H6.742C4.97 5 4 5.977 4 7.758v11.68c0 1.789.969 2.757 2.742 2.757Zm5.438-7.703h7.601l1.149-.07-.602.406-1.008.938a.816.816 0 0 0-.258.593c0 .407.313.782.758.782.227 0 .39-.086.547-.243l2.492-2.593c.235-.235.313-.47.313-.711 0-.242-.078-.477-.313-.719l-2.492-2.586c-.156-.156-.32-.25-.547-.25-.445 0-.758.367-.758.781 0 .227.094.446.258.594l1.008.945.602.407-1.149-.079H12.18a.904.904 0 0 0 0 1.805Z",
fill: "currentColor"
}
)
);
export {
DisconnectSqIcon
};