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