{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "deepl-logo",
  "title": "DeepL Logo",
  "description": "DeepL logo with variant support",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/deepl-logo/components/logos/deepl.tsx",
      "content": "const COLORS = {\n  dark: \"#FFFFFF\",\n  light: \"#000000\",\n};\n\nexport function DeeplLogo({\n  className,\n  variant = \"icon\",\n  mode = \"dark\",\n}: {\n  className?: string;\n  variant?: \"icon\" | \"icon-color\" | \"wordmark\";\n  mode?: \"dark\" | \"light\";\n}) {\n  const color = COLORS[mode];\n\n  if (variant === \"icon\") {\n    return (\n      <svg\n        role=\"img\"\n        viewBox=\"0 0 24 24\"\n        xmlns=\"http://www.w3.org/2000/svg\"\n        className={className}\n        fill={color}\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n      >\n        <title>DeepL</title>\n        <path d=\"M11.563 0c.24 0 .475.065.682.187l8.197 4.756a1.383 1.383 0 01.683 1.197v9.528c0 .495-.26.949-.683 1.196l-4.79 2.78.01-.002-.155.087-.23.133a.69.69 0 00-.3.563v.386l-.16-.683-2.572 1.493a1.35 1.35 0 01-1.366 0l-8.195-4.757A1.384 1.384 0 012 15.668V6.14c0-.482.26-.936.684-1.183l8.195-4.77c.207-.122.443-.187.684-.187zm-1.27 14.023a1.405 1.405 0 00-2.038-.073 1.43 1.43 0 00.984 2.464c.368 0 .722-.144.985-.401a1.428 1.428 0 00.396-1.384l3.674-2.137-.683-.386-3.317 1.917zM9.24 6.164c-.368 0-.72.145-.983.402a1.43 1.43 0 00-.326 1.592c.075.177.187.338.326.47a1.405 1.405 0 002.021-.055l3.745 2.173.013-.009a1.427 1.427 0 00.368 1.48 1.403 1.403 0 001.967 0 1.428 1.428 0 000-2.063 1.403 1.403 0 00-1.986.02l-3.77-2.201a1.427 1.427 0 00-.39-1.407 1.405 1.405 0 00-.985-.402z\"></path>\n        <path clipRule=\"evenodd\" d=\"M14.978 24v-3.959l-4.781 1.182\"></path>\n      </svg>\n    );\n  }\n\n  if (variant === \"icon-color\") {\n    return (\n      <svg\n        role=\"img\"\n        viewBox=\"0 0 24 24\"\n        xmlns=\"http://www.w3.org/2000/svg\"\n        className={className}\n      >\n        <title>DeepL</title>\n        <path\n          d=\"M11.563 0c.24 0 .475.065.682.187l8.197 4.756a1.383 1.383 0 01.683 1.197v9.528c0 .495-.26.949-.683 1.196l-4.79 2.78.01-.002-.155.087-.23.133a.69.69 0 00-.3.563v.386l-.16-.683-2.572 1.493a1.35 1.35 0 01-1.366 0l-8.195-4.757A1.384 1.384 0 012 15.668V6.14c0-.482.26-.936.684-1.183l8.195-4.77c.207-.122.443-.187.684-.187zm-1.27 14.023a1.405 1.405 0 00-2.038-.073 1.43 1.43 0 00.984 2.464c.368 0 .722-.144.985-.401a1.428 1.428 0 00.396-1.384l3.674-2.137-.683-.386-3.317 1.917zM9.24 6.164c-.368 0-.72.145-.983.402a1.43 1.43 0 00-.326 1.592c.075.177.187.338.326.47a1.405 1.405 0 002.021-.055l3.745 2.173.013-.009a1.427 1.427 0 00.368 1.48 1.403 1.403 0 001.967 0 1.428 1.428 0 000-2.063 1.403 1.403 0 00-1.986.02l-3.77-2.201a1.427 1.427 0 00-.39-1.407 1.405 1.405 0 00-.985-.402z\"\n          fill=\"#0F2B46\"\n        ></path>\n        <path\n          clipRule=\"evenodd\"\n          d=\"M14.978 24v-3.959l-4.781 1.182\"\n          fill=\"#0F2B46\"\n          fillRule=\"evenodd\"\n        ></path>\n      </svg>\n    );\n  }\n\n  return (\n    <svg\n      role=\"img\"\n      viewBox=\"0 0 84 24\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      className={className}\n      fill={color}\n      fillRule=\"evenodd\"\n    >\n      <title>DeepL</title>\n      <path d=\"M2 2h7.528c1.837 0 3.469.36 4.896 1.083 1.427.705 2.534 1.714 3.32 3.027.788 1.296 1.182 2.797 1.182 4.503s-.394 3.216-1.181 4.528c-.787 1.296-1.895 2.305-3.321 3.027-1.427.705-3.06 1.058-4.896 1.058H2V2zm7.38 14.519c1.263 0 2.37-.238 3.322-.714.967-.492 1.705-1.18 2.214-2.067.525-.902.787-1.944.787-3.125s-.262-2.215-.787-3.1c-.509-.903-1.247-1.592-2.214-2.068-.952-.492-2.059-.738-3.322-.738H5.198v11.812H9.38zm25-3.79c0 .214-.017.517-.05.91H24.022c.18.969.648 1.74 1.403 2.314.77.558 1.722.837 2.853.837 1.444 0 2.633-.476 3.568-1.428l1.648 1.895a5.553 5.553 0 01-2.239 1.6c-.902.36-1.919.541-3.05.541-1.444 0-2.715-.287-3.814-.861-1.098-.574-1.951-1.37-2.558-2.387-.59-1.034-.886-2.198-.886-3.494 0-1.28.287-2.429.861-3.446A6.258 6.258 0 0124.244 6.8c1.033-.575 2.198-.862 3.493-.862 1.28 0 2.42.287 3.42.862a5.81 5.81 0 012.362 2.387c.574 1.017.86 2.198.86 3.543zM27.736 8.4c-.984 0-1.82.295-2.51.885-.672.574-1.082 1.345-1.23 2.313h7.455c-.131-.951-.533-1.722-1.206-2.313-.672-.59-1.508-.886-2.509-.886zm21.946 4.33c0 .214-.016.517-.049.91H39.326c.18.969.648 1.74 1.402 2.314.771.558 1.722.837 2.854.837 1.444 0 2.633-.476 3.567-1.428l1.649 1.895a5.553 5.553 0 01-2.24 1.6c-.901.36-1.918.541-3.05.541-1.443 0-2.714-.287-3.813-.861-1.099-.574-1.952-1.37-2.558-2.387-.59-1.034-.886-2.198-.886-3.494 0-1.28.287-2.429.861-3.446A6.257 6.257 0 0139.547 6.8c1.034-.575 2.198-.862 3.494-.862 1.28 0 2.419.287 3.42.862a5.809 5.809 0 012.361 2.387c.574 1.017.861 2.198.861 3.543zM43.041 8.4c-.984 0-1.82.295-2.51.885-.672.574-1.082 1.345-1.23 2.313h7.455c-.131-.951-.533-1.722-1.206-2.313-.672-.59-1.509-.886-2.51-.886zm16.878-2.462c1.28 0 2.42.28 3.42.837a6.01 6.01 0 012.386 2.362c.574 1.018.861 2.19.861 3.52 0 1.328-.287 2.51-.861 3.543a6.009 6.009 0 01-2.386 2.362c-1 .558-2.14.837-3.42.837-1.771 0-3.173-.59-4.207-1.772V24h-3.075V6.085h2.928v1.723a4.777 4.777 0 011.87-1.403c.754-.312 1.582-.468 2.484-.468zm-.344 10.828c1.131 0 2.058-.377 2.78-1.132.738-.754 1.107-1.747 1.107-2.977 0-1.23-.37-2.224-1.107-2.978-.722-.755-1.649-1.132-2.78-1.132-.738 0-1.403.172-1.993.517a3.56 3.56 0 00-1.402 1.427c-.345.623-.517 1.345-.517 2.165 0 .82.172 1.543.517 2.166a3.731 3.731 0 001.402 1.452c.59.328 1.255.492 1.993.492zM69.798 2h3.198v14.519H82v2.707H69.798V2z\"></path>\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "meta": {
    "hasVariants": true,
    "variants": [
      "icon",
      "icon-color",
      "wordmark"
    ],
    "variantTypes": {
      "base": [
        "icon",
        "icon-color",
        "wordmark"
      ],
      "modes": [
        "dark",
        "light"
      ]
    }
  },
  "docs": "DeepL logo with 3 base variant(s) (icon, icon-color, wordmark) and 2 modes (dark, light) = 6 total combinations.",
  "categories": [
    "Translation",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}