{
  "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=\"M3 20.25C3 20.4489 3.07902 20.6397 3.21967 20.7803C3.36032 20.921 3.55109 21 3.75 21H8.25C8.66421 21 9 20.6642 9 20.25C9 19.8358 8.66421 19.5 8.25 19.5H4.5V15.75C4.5 15.3358 4.16421 15 3.75 15C3.33579 15 3 15.3358 3 15.75V20.25Z\" 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.5H8.25C8.66421 4.5 9 4.16421 9 3.75C9 3.33579 8.66421 3 8.25 3H3.75C3.55109 3 3.36032 3.07902 3.21967 3.21967C3.07902 3.36032 3 3.55109 3 3.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 21H20.25C20.6642 21 21 20.6642 21 20.25V15.75C21 15.3358 20.6642 15 20.25 15C19.8358 15 19.5 15.3358 19.5 15.75V19.5H15.75Z\" fill=\"currentColor\"/><path d=\"M15 3.75C15 4.16421 15.3358 4.5 15.75 4.5H19.5V8.25C19.5 8.66421 19.8358 9 20.25 9C20.6642 9 21 8.66421 21 8.25V3.75C21 3.33579 20.6642 3 20.25 3H15.75C15.3358 3 15 3.33579 15 3.75Z\" fill=\"currentColor\"/><path d=\"M12.4961 7.13176C12.1887 6.95608 11.8113 6.95608 11.5039 7.13176L8.24805 8.99222L12 11.1362L15.7519 8.99222L12.4961 7.13176Z\" fill=\"currentColor\"/><path d=\"M7.5 14V10.2924L11.25 12.4352V16.7232L8.00386 14.8682C7.69229 14.6902 7.5 14.3589 7.5 14Z\" fill=\"currentColor\"/><path d=\"M15.9961 14.8682L12.75 16.7232V12.4352L16.5 10.2924V14C16.5 14.3589 16.3077 14.6902 15.9961 14.8682Z\" 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,gBAAu4C,EAAv4C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,uOAAuO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2NAA2N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uMAAuM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wLAAwL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+HAA+H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4FAA4F,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uGAAuG,KAAK,eAAc,CAAI,GAGj4C",
  "debugId": "5ED0FD88714E6B0464756E2164756E21",
  "names": []
}