{
  "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=\"M10.1301 1.96019C11.2877 1.29436 12.712 1.29436 13.8696 1.96019L16.85 3.67453L8.49844 8.49633V2.89872L10.1301 1.96019Z\" fill=\"currentColor\"/><path d=\"M6.99844 3.76151L4.2201 5.3596C3.05688 6.02868 2.33984 7.26831 2.33984 8.61023V10.715L6.99844 13.4047V3.76151Z\" fill=\"currentColor\"/><path d=\"M2.33984 12.4471V15.3897C2.33984 16.7316 3.05688 17.9712 4.2201 18.6403L6.07782 19.7088L10.4977 17.157L2.33984 12.4471Z\" fill=\"currentColor\"/><path d=\"M7.58062 20.5732L10.1301 22.0397C11.2877 22.7055 12.712 22.7055 13.8696 22.0397L15.4984 21.1028V16.0019L7.58062 20.5732Z\" fill=\"currentColor\"/><path d=\"M16.9984 20.24L19.7796 18.6403C20.9428 17.9712 21.6598 16.7316 21.6598 15.3897V13.7865L16.9984 11.0953V20.24Z\" fill=\"currentColor\"/><path d=\"M21.6598 12.0545V8.61023C21.6598 7.26831 20.9428 6.02868 19.7796 5.3596L18.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,gBAAijC,EAAjjC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,yHAAyH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gHAAgH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kGAAkG,KAAK,eAAc,CAAI,GAG3iC",
  "debugId": "9EB44460E005382564756E2164756E21",
  "names": []
}