@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
27 lines (24 loc) • 1.4 kB
JavaScript
"use client";
// src/components/Icons/ExternalLink.tsx
import React from "react";
var ExternalLinkIcon = () => /* @__PURE__ */ React.createElement(
"svg",
{
fill: "none",
height: "19",
viewBox: "0 0 20 19",
width: "20",
xmlns: "http://www.w3.org/2000/svg"
},
/* @__PURE__ */ React.createElement("title", null, "Link"),
/* @__PURE__ */ React.createElement(
"path",
{
d: "M10 18.9443C15.0977 18.9443 19.2812 14.752 19.2812 9.6543C19.2812 4.56543 15.0889 0.373047 10 0.373047C4.90234 0.373047 0.71875 4.56543 0.71875 9.6543C0.71875 14.752 4.91113 18.9443 10 18.9443ZM10 16.6328C6.1416 16.6328 3.03906 13.5215 3.03906 9.6543C3.03906 5.7959 6.13281 2.68457 10 2.68457C13.8584 2.68457 16.9697 5.7959 16.9697 9.6543C16.9785 13.5215 13.8672 16.6328 10 16.6328ZM12.7158 12.1416C13.2432 12.1416 13.5684 11.7549 13.5684 11.1836V7.19336C13.5684 6.44629 13.1377 6.05957 12.417 6.05957H8.40918C7.8291 6.05957 7.45117 6.38477 7.45117 6.91211C7.45117 7.43945 7.8291 7.77344 8.40918 7.77344H9.69238L10.7207 7.63281L9.53418 8.67871L6.73047 11.4912C6.53711 11.6758 6.41406 11.9395 6.41406 12.2031C6.41406 12.7832 6.85352 13.1699 7.39844 13.1699C7.68848 13.1699 7.92578 13.0732 8.1543 12.8623L10.9316 10.0762L11.9775 8.89844L11.8545 9.98828V11.1836C11.8545 11.7725 12.1885 12.1416 12.7158 12.1416Z",
fill: "currentColor"
}
)
);
export {
ExternalLinkIcon
};