@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
20 lines (17 loc) • 628 B
JavaScript
"use client";
// src/components/Icons/Dropdown.tsx
import React from "react";
var DropdownIcon = () => /* @__PURE__ */ React.createElement("svg", { fill: "none", height: "7", width: "14", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement("title", null, "Dropdown"), /* @__PURE__ */ React.createElement(
"path",
{
d: "M12.75 1.54001L8.51647 5.0038C7.77974 5.60658 6.72026 5.60658 5.98352 5.0038L1.75 1.54001",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2.5",
xmlns: "http://www.w3.org/2000/svg"
}
));
export {
DropdownIcon
};