{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "macbook-pro",
  "title": "macbook-pro",
  "description": "A MacBook Pro SVG component.",
  "dependencies": [
    "react"
  ],
  "files": [
    {
      "path": "registry/eldoraui/macbook-pro.tsx",
      "content": "import type { SVGProps } from \"react\"\n\nexport interface MacbookProProps extends SVGProps<SVGSVGElement> {\n  width?: number\n  height?: number\n  src?: string\n}\n\nexport function MacbookPro({\n  width = 650,\n  height = 400,\n  src,\n  ...props\n}: MacbookProProps) {\n  return (\n    <svg\n      width={width}\n      height={height}\n      viewBox={`0 0 ${width} ${height}`}\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      {...props}\n    >\n      <path\n        fill=\"#a4a5a7\"\n        d=\"M79.56,13.18h491.32c7.23,0,13.1,5.87,13.1,13.1v336.61H66.46V26.28c0-7.23,5.87-13.1,13.1-13.1Z\"\n      />\n\n      <path\n        fill=\"#222\"\n        d=\"M79.96,14.24h490.45c6.83,0,12.37,5.54,12.37,12.37v336.28H67.59V26.6c0-6.83,5.54-12.37,12.37-12.37Z\"\n      />\n\n      <path\n        fill=\"#000\"\n        d=\"M570.25,15.74H80.34c-6.12,0-11.08,4.96-11.08,11.08v336.07h512.08V26.82c0-6.12-4.96-11.08-11.08-11.08ZM575.74,345.17H74.52V27.31c0-3.31,2.68-5.99,5.99-5.99h489.24c3.31,0,5.99,2.68,5.99,5.99v317.86Z\"\n      />\n      <rect\n        fill=\"currentColor\"\n        x=\"74.52\"\n        y=\"21.32\"\n        width=\"501.22\"\n        rx=\"5\"\n        ry=\"5\"\n        height=\"323.85\"\n      />\n      {src && (\n        <image\n          href={src}\n          x=\"74.52\"\n          y=\"21.32\"\n          width=\"501.22\"\n          height=\"323.85\"\n          preserveAspectRatio=\"xMidYMid slice\"\n          clipPath=\"url(#roundedCorners)\"\n        />\n      )}\n      <rect fill=\"#1d1d1d\" x=\"69.09\" y=\"350.51\" width=\"512.11\" height=\"12.48\" />\n\n      <path\n        fill=\"#000\"\n        d=\"M298.14,21.02h54.07v6.5c0,1.56-1.27,2.82-2.82,2.82h-48.42c-1.56,0-2.82-1.27-2.82-2.82v-6.5h0Z\"\n      />\n      <path\n        fill=\"#acadaf\"\n        d=\"M19.04,362.77h611.92v10.39c0,5.95-4.83,10.79-10.79,10.79H29.83c-5.95,0-10.79-4.83-10.79-10.79v-10.39h0Z\"\n      />\n\n      <path\n        fill=\"#080d4c\"\n        d=\"M325.11,25.14c-1.99.03-1.99-3.09,0-3.06,1.99-.03,1.99,3.09,0,3.06Z\"\n      />\n\n      <polygon\n        fill=\"#b9b9bb\"\n        points=\"600.06 385.39 567.29 385.39 565.84 383.95 601.82 383.95 600.06 385.39\"\n      />\n      <polygon\n        fill=\"#292929\"\n        points=\"598.73 386.82 568.64 386.82 567.32 385.39 600.35 385.39 598.73 386.82\"\n      />\n      <polygon\n        fill=\"#b9b9bb\"\n        points=\"82.64 385.39 49.87 385.39 48.43 383.95 84.41 383.95 82.64 385.39\"\n      />\n      <polygon\n        fill=\"#292929\"\n        points=\"81.31 386.82 51.23 386.82 49.9 385.39 82.93 385.39 81.31 386.82\"\n      />\n      <path\n        fill=\"#8f9091\"\n        d=\"M278.11,362.6h94.05c0,3.63-2.95,6.58-6.58,6.58h-80.89c-3.63,0-6.58-2.95-6.58-6.58h0Z\"\n      />\n\n      <defs>\n        <clipPath id=\"roundedCorners\">\n          <rect\n            fill=\"#ffffff\"\n            x=\"74.52\"\n            y=\"21.32\"\n            width=\"501.22\"\n            height=\"323.85\"\n            rx=\"5\"\n            ry=\"5\"\n          />\n        </clipPath>\n      </defs>\n    </svg>\n  )\n}\n",
      "type": "registry:ui"
    }
  ],
  "type": "registry:ui"
}