UNPKG

@rainbow-me/rainbowkit

Version:
26 lines (24 loc) 1.83 kB
"use client"; // src/components/Icons/Explore.tsx import React from "react"; var ExploreIcon = () => /* @__PURE__ */ React.createElement( "svg", { fill: "none", height: "18", viewBox: "0 0 25 18", width: "25", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement("title", null, "Explore"), /* @__PURE__ */ React.createElement( "path", { d: "M0.810547 12.8994C0.810547 15.4834 3.08691 17.4346 5.95215 17.4346C8.7998 17.4346 11.0674 15.4834 11.0674 12.8994V11.0449C11.498 10.9219 11.9902 10.8428 12.5 10.8428C13.0361 10.8428 13.5107 10.9043 13.9238 11.0186V12.917C13.9238 15.4922 16.1914 17.4434 19.0391 17.4434C21.8955 17.4434 24.1807 15.4922 24.1807 12.917C24.1807 12.2842 24.0488 11.5986 23.75 10.8779L20.2607 2.49316C19.6719 1.06055 18.5205 0.27832 17.0176 0.27832C15.1367 0.27832 13.9238 1.5 13.9238 3.37207V3.91699C13.4844 3.80273 13.001 3.75 12.5 3.75C12.0078 3.75 11.5244 3.82031 11.0674 3.93457V3.35449C11.0674 1.49121 9.85449 0.269531 7.97363 0.269531C6.4707 0.269531 5.31934 1.04297 4.73047 2.47559L1.24121 10.8604C0.933594 11.5898 0.810547 12.2754 0.810547 12.8994ZM11.0674 8.3291V6.66797C11.5156 6.54492 12.0078 6.4834 12.5 6.4834C13.001 6.4834 13.4844 6.53613 13.9238 6.6416V8.30273C13.5107 8.17969 13.0449 8.12695 12.5 8.12695C11.9814 8.12695 11.498 8.20605 11.0674 8.3291ZM2.97266 12.8994C2.97266 11.4492 4.22949 10.4736 5.95215 10.4736C7.66602 10.4736 8.94922 11.4492 8.94922 12.8994C8.94922 14.3584 7.66602 15.334 5.95215 15.334C4.22949 15.334 2.97266 14.3496 2.97266 12.8994ZM16.042 12.917C16.042 11.458 17.3252 10.4824 19.0391 10.4824C20.7617 10.4824 22.0186 11.458 22.0186 12.917C22.0186 14.3672 20.7617 15.3428 19.0391 15.3428C17.3252 15.3428 16.042 14.3672 16.042 12.917Z", fill: "currentColor" } ) ); export { ExploreIcon };