{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChromecast/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconChromecast: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chromecast, cast\"><path d=\"M2.75 3C2.33579 3 2 3.33579 2 3.75V6.77048C2.24827 6.75689 2.49833 6.75 2.75 6.75C10.2058 6.75 16.25 12.7942 16.25 20.25C16.25 20.5017 16.2431 20.7517 16.2295 21H21.25C21.6642 21 22 20.6642 22 20.25V3.75C22 3.33579 21.6642 3 21.25 3H2.75Z\" fill=\"currentColor\"/><path d=\"M2.75 13C2.33579 13 2 13.3358 2 13.75C2 14.1642 2.33579 14.5 2.75 14.5C5.92564 14.5 8.5 17.0744 8.5 20.25C8.5 20.6642 8.83579 21 9.25 21C9.66421 21 10 20.6642 10 20.25C10 16.2459 6.75406 13 2.75 13Z\" fill=\"currentColor\"/><path d=\"M2 9.75C2 9.33579 2.33579 9 2.75 9C8.9632 9 14 14.0368 14 20.25C14 20.6642 13.6642 21 13.25 21C12.8358 21 12.5 20.6642 12.5 20.25C12.5 14.8652 8.13478 10.5 2.75 10.5C2.33579 10.5 2 10.1642 2 9.75Z\" fill=\"currentColor\"/><path d=\"M2.75 17C2.33579 17 2 17.3358 2 17.75C2 18.1642 2.33579 18.5 2.75 18.5C3.7165 18.5 4.5 19.2835 4.5 20.25C4.5 20.6642 4.83579 21 5.25 21C5.66421 21 6 20.6642 6 20.25C6 18.4551 4.54493 17 2.75 17Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChromecast;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAq/B,EAAr/B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uMAAuM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,GAG/+B",
  "debugId": "C22BA1E999747B9F64756E2164756E21",
  "names": []
}