{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSpatialCapture/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 IconSpatialCapture: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"spatial-capture\"><path d=\"M11.1273 1.38661C11.6675 1.07588 12.3322 1.07588 12.8724 1.38661L16.85 3.67453L8.49844 8.49633V2.89872L11.1273 1.38661Z\" fill=\"currentColor\"/><path d=\"M6.99844 3.76151L3.2173 5.93641C2.67446 6.24865 2.33984 6.82714 2.33984 7.45337V10.715L6.99844 13.4047V3.76151Z\" fill=\"currentColor\"/><path d=\"M2.33984 12.4471V16.5465C2.33984 17.1727 2.67446 17.7512 3.2173 18.0635L6.07782 19.7088L10.4977 17.157L2.33984 12.4471Z\" fill=\"currentColor\"/><path d=\"M7.58062 20.5732L11.1273 22.6133C11.6675 22.924 12.3322 22.924 12.8724 22.6133L15.4984 21.1028V16.0019L7.58062 20.5732Z\" fill=\"currentColor\"/><path d=\"M16.9984 20.24L20.7824 18.0635C21.3252 17.7512 21.6598 17.1727 21.6598 16.5465V13.7865L16.9984 11.0953V20.24Z\" fill=\"currentColor\"/><path d=\"M21.6598 12.0545V7.45337C21.6598 6.82714 21.3252 6.24865 20.7824 5.93641L18.3528 4.53894L13.4977 7.34205L21.6598 12.0545Z\" fill=\"currentColor\"/><path d=\"M11.9977 16.291L8.49844 14.2707V10.2284L11.9977 8.20808L15.4984 10.2292V14.2698L11.9977 16.291Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSpatialCapture;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAmjC,EAAnjC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gHAAgH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kGAAkG,KAAK,eAAc,CAAI,GAG7iC",
  "debugId": "3B55526C7C8C112F64756E2164756E21",
  "names": []
}