@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
26 lines (24 loc) • 1.56 kB
JavaScript
"use client";
// src/components/Icons/SwitchAccount.tsx
import React from "react";
var SwitchAccountIcon = () => /* @__PURE__ */ React.createElement(
"svg",
{
fill: "none",
height: "17",
viewBox: "0 0 16 17",
width: "16",
xmlns: "http://www.w3.org/2000/svg"
},
/* @__PURE__ */ React.createElement("title", null, "Switch account"),
/* @__PURE__ */ React.createElement(
"path",
{
d: "M3.63867 1.02344H12.3613C12.3066 0.367188 11.8896 0.00488281 11.1924 0.00488281H4.80762C4.11035 0.00488281 3.69336 0.367188 3.63867 1.02344ZM2.27832 3.13574H13.7217C13.6328 2.43848 13.2568 2.02148 12.457 2.02148H3.54297C2.74316 2.02148 2.36719 2.43848 2.27832 3.13574ZM3.07812 16.1104H12.915C14.4736 16.1104 15.335 15.2627 15.335 13.7109V6.66992C15.335 5.11816 14.4736 4.27051 12.915 4.27051H3.07812C1.51953 4.27051 0.665039 5.11816 0.665039 6.66992V13.7109C0.665039 15.2627 1.51953 16.1104 3.07812 16.1104ZM3.26953 14.3467C2.72266 14.3467 2.42871 14.0801 2.42871 13.499V6.88184C2.42871 6.30078 2.72266 6.03418 3.26953 6.03418H12.7236C13.2705 6.03418 13.5713 6.30078 13.5713 6.88184V13.499C13.5713 14.0801 13.2705 14.3467 12.7236 14.3467H11.7734C11.1309 13.1641 9.72949 12.3848 8.08203 12.3848C6.43457 12.3848 5.0332 13.1641 4.39746 14.3467H3.26953ZM8.08203 11.4961C9.27148 11.5029 10.1738 10.498 10.1738 9.21289C10.1738 7.98926 9.25781 6.96387 8.08203 6.96387C6.91309 6.96387 5.9834 7.98926 5.99023 9.21289C5.99023 10.498 6.89941 11.4893 8.08203 11.4961Z",
fill: "currentColor"
}
)
);
export {
SwitchAccountIcon
};