{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArScanCube2/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 IconArScanCube2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ar-scan-cube-2\"><path d=\"M4 5C3.44772 5 3 4.55228 3 4C3 3.44772 3.44772 3 4 3C4.55228 3 5 3.44772 5 4C5 4.55228 4.55228 5 4 5Z\" fill=\"currentColor\"/><path d=\"M20 5C19.4477 5 19 4.55228 19 4C19 3.44772 19.4477 3 20 3C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5Z\" fill=\"currentColor\"/><path d=\"M20 21C19.4477 21 19 20.5523 19 20C19 19.4477 19.4477 19 20 19C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21Z\" fill=\"currentColor\"/><path d=\"M4 21C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19C4.55228 19 5 19.4477 5 20C5 20.5523 4.55228 21 4 21Z\" fill=\"currentColor\"/><path d=\"M13.8605 6.19929C12.7076 5.5405 11.2924 5.5405 10.1395 6.19929L7.88948 7.485C7.53065 7.69005 7.214 7.94932 6.94748 8.24915L11.9998 11.1362L17.0524 8.249C16.7859 7.94923 16.4693 7.69002 16.1105 7.485L13.8605 6.19929Z\" fill=\"currentColor\"/><path d=\"M6 10.7409C6 10.3287 6.06766 9.92615 6.19512 9.54685L11.2498 12.4352V18.219C10.8653 18.1405 10.4902 18.001 10.1395 17.8006L7.88948 16.5149C6.72107 15.8472 6 14.6047 6 13.259V10.7409Z\" fill=\"currentColor\"/><path d=\"M13.8605 17.8006C13.5097 18.0011 13.1345 18.1406 12.7498 18.219V12.4352L17.8048 9.54666C17.9323 9.92602 18 10.3286 18 10.7409V13.259C18 14.6047 17.2789 15.8472 16.1105 16.5149L13.8605 17.8006Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArScanCube2;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA8xC,EAA9xC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,wGAAwG,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0NAA0N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yLAAyL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mMAAmM,KAAK,eAAc,CAAI,GAGxxC",
  "debugId": "DFA5747B4E80258064756E2164756E21",
  "names": []
}