supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
488 stars 121 forks source link

Twitter => X social login icon logo needs to be updated #249

Closed retrospct closed 8 months ago

retrospct commented 8 months ago

The Twitter social login needs to be updated to use the X logo icon.

Here is the svg code that can be replaced in the Icons.tsx file for the 'twitter' provider.

<svg 
  className={iconDefaultStyles()}
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 48 48"
  width="21"
  height="21"
  >
  <path fill="black"
    d="M28.4714 20.3247L45.9682 0H41.822L26.6295 17.6477L14.4953 0H0.5L18.8493 26.6864L0.5 48H4.64642L20.6901 29.3635L33.5047 48H47.5L28.4704 20.3247H28.4714ZM22.7923 26.9215L20.9331 24.2642L6.14043 3.11923H12.5091L24.447 20.1839L26.3061 22.8412L41.824 45.0226H35.4553L22.7923 26.9225V26.9215Z" />
</svg>