{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAr/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 IconAr: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ar, augmented-reality, card-box, 3d, virtual reality, VR\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.75 5C2.67893 5 1 6.67893 1 8.75V16.25C1 18.3211 2.67894 20 4.75 20H6.75227C7.67606 20 8.56735 19.659 9.25524 19.0424L11.1657 17.33C11.6405 16.9044 12.3595 16.9044 12.8343 17.33L14.7448 19.0424C15.4327 19.659 16.3239 20 17.2477 20H19.25C21.3211 20 23 18.3211 23 16.25V8.75C23 6.67893 21.3211 5 19.25 5H4.75ZM7.5 9.375C6.3264 9.375 5.375 10.3264 5.375 11.5C5.375 12.6736 6.3264 13.625 7.5 13.625C8.6736 13.625 9.625 12.6736 9.625 11.5C9.625 10.3264 8.6736 9.375 7.5 9.375ZM14.375 11.5C14.375 10.3264 15.3264 9.375 16.5 9.375C17.6736 9.375 18.625 10.3264 18.625 11.5C18.625 12.6736 17.6736 13.625 16.5 13.625C15.3264 13.625 14.375 12.6736 14.375 11.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAr;\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,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAozB,EAApzB,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8oBAA8oB,KAAK,eAAc,CAAI,GAG9yB",
  "debugId": "D511077FD09DFB2C64756E2164756E21",
  "names": []
}