{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVisionPro/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 IconVisionPro: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vision-pro, goggles\"><path d=\"M12 5C9.44756 4.99999 6.50447 5.12448 4.18522 6.02768C3.01199 6.48458 1.95553 7.15628 1.19353 8.15009C0.424881 9.15256 0 10.4255 0 12C0 13.6708 0.407928 15.3983 1.35269 16.7307C2.31845 18.0927 3.82081 19 5.86364 19C6.87632 19 7.67071 18.7768 8.32897 18.4219C8.97569 18.0731 9.45579 17.615 9.85051 17.2129C9.90681 17.1556 9.96119 17.0999 10.0139 17.0459C10.7406 16.3015 11.1569 15.875 12 15.875C12.8431 15.875 13.2594 16.3014 13.986 17.0458C14.0387 17.0998 14.0932 17.1556 14.1495 17.2129C14.5442 17.615 15.0243 18.0731 15.671 18.4219C16.3293 18.7768 17.1237 19 18.1364 19C20.1852 19 21.6862 18.0706 22.6488 16.7034C23.591 15.3651 24 13.6396 24 12C24 10.4255 23.5751 9.15256 22.8065 8.15009C22.0445 7.15629 20.988 6.48459 19.8148 6.02769C17.4955 5.1245 14.5524 5.00001 12 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVisionPro;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAm2B,EAAn2B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,wwBAAwwB,KAAK,eAAc,CAAI,GAG71B",
  "debugId": "1D7BBAA6255524FC64756E2164756E21",
  "names": []
}