{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "microsoft-logo",
  "title": "Microsoft Logo",
  "description": "Microsoft logo component with brand colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/microsoft-logo/components/logos/microsoft.tsx",
      "content": "export function MicrosoftLogo({ className }: { className?: string }) {\n  return (\n    <svg\n      viewBox=\"0 0 256 256\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      width=\"256\"\n      height=\"256\"\n      preserveAspectRatio=\"xMidYMid\"\n      className={className || \"w-8 h-8\"}\n    >\n      <title>Microsoft Logo</title>\n      <path fill=\"#F1511B\" d=\"M121.666 121.666H0V0h121.666z\" />\n      <path fill=\"#80CC28\" d=\"M256 121.666H134.335V0H256z\" />\n      <path fill=\"#00ADEF\" d=\"M121.663 256.002H0V134.336h121.663z\" />\n      <path fill=\"#FBBC09\" d=\"M256 256.002H134.335V134.336H256z\" />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Microsoft logo component with official four-square brand colors.",
  "categories": [
    "Platform",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}