next.js/packages/next/src/next-devtools/dev-overlay/icons/eclipse.tsx
eclipse.tsx15 lines303 B
export function EclipseIcon(props: React.SVGProps<SVGSVGElement>) {
  return (
    <svg
      width="14"
      height="14"
      viewBox="0 0 14 14"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <circle cx="7" cy="7" r="5.5" strokeWidth="3" />
    </svg>
  )
}
Quest for Codev2.0.0
/
SIGN IN