{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArScanCube1/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 IconArScanCube1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ar-scan-cube-1\"><path d=\"M4.75 19.5C4.61193 19.5 4.5 19.3881 4.5 19.25V15.75C4.5 15.3358 4.16421 15 3.75 15C3.33579 15 3 15.3358 3 15.75V19.25C3 20.2165 3.7835 21 4.75 21H8.25C8.66421 21 9 20.6642 9 20.25C9 19.8358 8.66421 19.5 8.25 19.5H4.75Z\" fill=\"currentColor\"/><path d=\"M3 8.25C3 8.66421 3.33579 9 3.75 9C4.16421 9 4.5 8.66421 4.5 8.25V4.75C4.5 4.61193 4.61193 4.5 4.75 4.5H8.25C8.66421 4.5 9 4.16421 9 3.75C9 3.33579 8.66421 3 8.25 3H4.75C3.7835 3 3 3.7835 3 4.75V8.25Z\" fill=\"currentColor\"/><path d=\"M15.75 19.5C15.3358 19.5 15 19.8358 15 20.25C15 20.6642 15.3358 21 15.75 21H19.25C20.2165 21 21 20.2165 21 19.25V15.75C21 15.3358 20.6642 15 20.25 15C19.8358 15 19.5 15.3358 19.5 15.75V19.25C19.5 19.3881 19.3881 19.5 19.25 19.5H15.75Z\" fill=\"currentColor\"/><path d=\"M15.75 3C15.3358 3 15 3.33579 15 3.75C15 4.16421 15.3358 4.5 15.75 4.5H19.25C19.3881 4.5 19.5 4.61193 19.5 4.75V8.25C19.5 8.66421 19.8358 9 20.25 9C20.6642 9 21 8.66421 21 8.25V4.75C21 3.7835 20.2165 3 19.25 3H15.75Z\" fill=\"currentColor\"/><path d=\"M12.6202 7.20486C12.2359 6.98526 11.7641 6.98526 11.3798 7.20486L8.25 8.99333L12 11.1362L15.75 8.99333L12.6202 7.20486Z\" fill=\"currentColor\"/><path d=\"M7.5 13.8527V10.2924L11.25 12.4352V16.721L8.12983 14.938C7.74036 14.7154 7.5 14.3013 7.5 13.8527Z\" fill=\"currentColor\"/><path d=\"M15.8702 14.938L12.75 16.721V12.4352L16.5 10.2924V13.8527C16.5 14.3013 16.2596 14.7154 15.8702 14.938Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArScanCube1;\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,gBAA27C,EAA37C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,6NAA6N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2MAA2M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6OAA6O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2NAA2N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oGAAoG,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,CAAI,GAGr7C",
  "debugId": "FC07F523EEB3FC1364756E2164756E21",
  "names": []
}