{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "gw",
  "title": "Guinea-Bissau Flag",
  "author": "Shadi Al Milhem",
  "description": "A typed Guinea-Bissau flag component with no-crop 4:3 and 1:1 frames plus SVG, PNG, WebP, and JPEG support.",
  "registryDependencies": [
    "@flagcn/flag"
  ],
  "files": [
    {
      "path": "src/components/flags/countries/gw.tsx",
      "content": "// SPDX-License-Identifier: MIT\n\nimport { Flag, type FlagProps } from \"../flag\"\n\nexport type GuineaBissauFlagProps = Omit<FlagProps, \"code\">\n\nexport function GuineaBissauFlag({ alt = \"Guinea-Bissau flag\", ...props }: GuineaBissauFlagProps) {\n  return <Flag code=\"gw\" alt={alt} {...props} />\n}\n",
      "type": "registry:component",
      "target": "@components/flags/countries/gw.tsx"
    }
  ],
  "meta": {
    "code": "gw",
    "country": "Guinea-Bissau",
    "formats": [
      "svg",
      "png",
      "webp",
      "jpg"
    ],
    "ratios": [
      "4x3",
      "1x1",
      "original"
    ],
    "license": "MIT",
    "artworkLicense": "Public Domain"
  },
  "docs": "Import GuineaBissauFlag from @/components/flags/countries/gw.",
  "categories": [
    "flags",
    "countries",
    "internationalization"
  ],
  "type": "registry:component"
}