import type { SVGProps } from "react"; export function TailscaleIcon(props: SVGProps) { return ( ); }