{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "button-12",
  "title": "Social Login Button",
  "description": "A social login button component",
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "src/components/customized/button/button-12.tsx",
      "content": "import { Button } from \"@/registry/ui/button\";\n\nconst SocialLoginButtonDemo = () => {\n  return (\n    <div className=\"flex w-full max-w-60 flex-col gap-2\">\n      <Button className=\"gap-3\" variant=\"outline\">\n        <svg\n          className=\"h-5 w-5\"\n          fill=\"currentColor\"\n          height=\"1em\"\n          stroke=\"currentColor\"\n          strokeWidth=\"0\"\n          viewBox=\"0 0 488 512\"\n          width=\"1em\"\n          xmlns=\"http://www.w3.org/2000/svg\"\n        >\n          <path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\" />\n        </svg>\n        Sign up with Google\n      </Button>\n      <Button className=\"gap-3\" variant=\"outline\">\n        <svg\n          fill=\"currentColor\"\n          height=\"1em\"\n          stroke=\"currentColor\"\n          strokeWidth=\"0\"\n          viewBox=\"0 0 512 512\"\n          width=\"1em\"\n          xmlns=\"http://www.w3.org/2000/svg\"\n        >\n          <path d=\"M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z\" />\n        </svg>\n        Sign up with Twitch\n      </Button>\n      <Button className=\"gap-3\" variant=\"outline\">\n        <svg\n          fill=\"currentColor\"\n          height=\"1em\"\n          stroke=\"currentColor\"\n          strokeWidth=\"0\"\n          viewBox=\"0 0 512 512\"\n          width=\"1em\"\n          xmlns=\"http://www.w3.org/2000/svg\"\n        >\n          <path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\" />\n        </svg>\n        Sign up with Twitter\n      </Button>\n    </div>\n  );\n};\n\nexport default SocialLoginButtonDemo;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}