UNPKG

@rainbow-me/rainbowkit

Version:
27 lines (24 loc) 952 B
"use client"; // src/components/Icons/Copied.tsx import React from "react"; var CopiedIcon = () => /* @__PURE__ */ React.createElement( "svg", { fill: "none", height: "13", viewBox: "0 0 13 13", width: "13", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement("title", null, "Copied"), /* @__PURE__ */ React.createElement( "path", { d: "M4.94568 12.2646C5.41052 12.2646 5.77283 12.0869 6.01892 11.7109L12.39 1.96973C12.5677 1.69629 12.6429 1.44336 12.6429 1.2041C12.6429 0.561523 12.1644 0.0966797 11.5082 0.0966797C11.057 0.0966797 10.7767 0.260742 10.5033 0.691406L4.9115 9.50977L2.07458 5.98926C1.82166 5.68848 1.54822 5.55176 1.16541 5.55176C0.502319 5.55176 0.0238037 6.02344 0.0238037 6.66602C0.0238037 6.95312 0.112671 7.20605 0.358765 7.48633L3.88611 11.7588C4.18005 12.1074 4.50818 12.2646 4.94568 12.2646Z", fill: "currentColor" } ) ); export { CopiedIcon };