{
  "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.6259 1.09988C11.8574 0.966708 12.1423 0.966708 12.3738 1.09988L16.85 3.67459L8.49844 8.49639V2.89878L11.6259 1.09988Z\" fill=\"currentColor\"/><path d=\"M6.99844 3.76157L2.71589 6.22488C2.48325 6.35869 2.33984 6.60662 2.33984 6.875V10.7151L6.99844 13.4047V3.76157Z\" fill=\"currentColor\"/><path d=\"M2.33984 12.4471V17.125C2.33984 17.3934 2.48325 17.6413 2.71589 17.7751L6.07782 19.7089L10.4977 17.1571L2.33984 12.4471Z\" fill=\"currentColor\"/><path d=\"M7.58062 20.5733L11.6259 22.9001C11.8574 23.0333 12.1423 23.0333 12.3738 22.9001L15.4984 21.1028V16.0019L7.58062 20.5733Z\" fill=\"currentColor\"/><path d=\"M16.9984 20.24L21.2838 17.7751C21.5164 17.6413 21.6598 17.3934 21.6598 17.125V13.7866L16.9984 11.0953V20.24Z\" fill=\"currentColor\"/><path d=\"M21.6598 12.0545V6.875C21.6598 6.60662 21.5164 6.35869 21.2838 6.22487L18.3528 4.539L13.4977 7.34211L21.6598 12.0545Z\" fill=\"currentColor\"/><path d=\"M11.9977 16.291L8.49844 14.2707V10.2284L11.9977 8.20814L15.4984 10.2293V14.2699L11.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,4HAA4H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+GAA+G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wHAAwH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kGAAkG,KAAK,eAAc,CAAI,GAG7iC",
  "debugId": "C20D2B377D1C289464756E2164756E21",
  "names": []
}