{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "th",
  "title": "Thailand Flag",
  "author": "Shadi Al Milhem",
  "description": "A typed Thailand 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/th.tsx",
      "content": "// SPDX-License-Identifier: MIT\n\nimport { Flag, type FlagProps } from \"../flag\"\n\nexport type ThailandFlagProps = Omit<FlagProps, \"code\">\n\nexport function ThailandFlag({ alt = \"Thailand flag\", ...props }: ThailandFlagProps) {\n  return <Flag code=\"th\" alt={alt} {...props} />\n}\n",
      "type": "registry:component",
      "target": "@components/flags/countries/th.tsx"
    }
  ],
  "meta": {
    "code": "th",
    "country": "Thailand",
    "formats": [
      "svg",
      "png",
      "webp",
      "jpg"
    ],
    "ratios": [
      "4x3",
      "1x1",
      "original"
    ],
    "license": "MIT",
    "artworkLicense": "Public Domain"
  },
  "docs": "Import ThailandFlag from @/components/flags/countries/th.",
  "categories": [
    "flags",
    "countries",
    "internationalization"
  ],
  "type": "registry:component"
}