mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-03 15:45:51 +00:00 
			
		
		
		
	feat: tailscale oauth
This commit is contained in:
		
							
								
								
									
										55
									
								
								site/src/icons/tailscale.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								site/src/icons/tailscale.tsx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,55 @@
 | 
			
		||||
import type { SVGProps } from "react";
 | 
			
		||||
 | 
			
		||||
export function TailscaleIcon(props: SVGProps<SVGSVGElement>) {
 | 
			
		||||
  return (
 | 
			
		||||
    <svg
 | 
			
		||||
      xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
      viewBox="0 0 512 512"
 | 
			
		||||
      width={24}
 | 
			
		||||
      height={24}
 | 
			
		||||
      {...props}
 | 
			
		||||
    >
 | 
			
		||||
      <style>{".st0{opacity:0.2;fill:#CCCAC9;}.st1{fill:#FFFFFF;}"}</style>
 | 
			
		||||
      <g>
 | 
			
		||||
        <g>
 | 
			
		||||
          <path
 | 
			
		||||
            className="st0"
 | 
			
		||||
            d="M65.6,127.7c35.3,0,63.9-28.6,63.9-63.9S100.9,0,65.6,0S1.8,28.6,1.8,63.9S30.4,127.7,65.6,127.7z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st1"
 | 
			
		||||
            d="M65.6,318.1c35.3,0,63.9-28.6,63.9-63.9s-28.6-63.9-63.9-63.9S1.8,219,1.8,254.2S30.4,318.1,65.6,318.1z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st0"
 | 
			
		||||
            d="M65.6,512c35.3,0,63.9-28.6,63.9-63.9s-28.6-63.9-63.9-63.9S1.8,412.9,1.8,448.1S30.4,512,65.6,512z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st1"
 | 
			
		||||
            d="M257.2,318.1c35.3,0,63.9-28.6,63.9-63.9s-28.6-63.9-63.9-63.9s-63.9,28.6-63.9,63.9S221.9,318.1,257.2,318.1z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st1"
 | 
			
		||||
            d="M257.2,512c35.3,0,63.9-28.6,63.9-63.9s-28.6-63.9-63.9-63.9s-63.9,28.6-63.9,63.9S221.9,512,257.2,512z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st0"
 | 
			
		||||
            d="M257.2,127.7c35.3,0,63.9-28.6,63.9-63.9S292.5,0,257.2,0s-63.9,28.6-63.9,63.9S221.9,127.7,257.2,127.7z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st0"
 | 
			
		||||
            d="M446.4,127.7c35.3,0,63.9-28.6,63.9-63.9S481.6,0,446.4,0c-35.3,0-63.9,28.6-63.9,63.9S411.1,127.7,446.4,127.7z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st1"
 | 
			
		||||
            d="M446.4,318.1c35.3,0,63.9-28.6,63.9-63.9s-28.6-63.9-63.9-63.9s-63.9,28.6-63.9,63.9S411.1,318.1,446.4,318.1z"
 | 
			
		||||
          />
 | 
			
		||||
          <path
 | 
			
		||||
            className="st0"
 | 
			
		||||
            d="M446.4,512c35.3,0,63.9-28.6,63.9-63.9s-28.6-63.9-63.9-63.9s-63.9,28.6-63.9,63.9S411.1,512,446.4,512z"
 | 
			
		||||
          />
 | 
			
		||||
        </g>
 | 
			
		||||
      </g>
 | 
			
		||||
    </svg>
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user