{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArCube3/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 IconArCube3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ar-cube-3\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.6323 2.06507C11.8606 1.93664 12.1394 1.93664 12.3677 2.06507L14.8872 3.48232C15.2483 3.68539 15.3763 4.14268 15.1732 4.50369C14.9702 4.86471 14.5129 4.99275 14.1519 4.78968L12 3.57926L9.84814 4.78968C9.48713 4.99275 9.02984 4.86471 8.82677 4.50369C8.62369 4.14268 8.75173 3.68539 9.11275 3.48232L11.6323 2.06507ZM7.08342 5.48432C7.2865 5.84534 7.15846 6.30263 6.79744 6.5057L4.5 7.79801L4.5 10.25C4.5 10.6642 4.16421 11 3.75 11C3.33579 11 3 10.6642 3 10.25L3 7.35938C3 7.08842 3.14615 6.83853 3.3823 6.70569L6.06205 5.19834C6.42307 4.99527 6.88035 5.12331 7.08342 5.48432ZM16.9166 5.48432C17.1196 5.12331 17.5769 4.99527 17.938 5.19834L20.6177 6.70569C20.8539 6.83853 21 7.08842 21 7.35938V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V7.79801L17.2026 6.5057C16.8415 6.30263 16.7135 5.84534 16.9166 5.48432ZM20.25 13C20.6642 13 21 13.3358 21 13.75V16.6406C21 16.9116 20.8539 17.1615 20.6177 17.2943L17.938 18.8017C17.5769 19.0047 17.1197 18.8767 16.9166 18.5157C16.7135 18.1547 16.8416 17.6974 17.2026 17.4943L19.5 16.202V13.75C19.5 13.3358 19.8358 13 20.25 13ZM3.75 13C4.16421 13 4.5 13.3358 4.5 13.75L4.5 16.202L6.79743 17.4943C7.15845 17.6974 7.28649 18.1547 7.08342 18.5157C6.88034 18.8767 6.42306 19.0047 6.06204 18.8017L3.3823 17.2943C3.14615 17.1615 3 16.9116 3 16.6406L3 13.75C3 13.3358 3.33579 13 3.75 13ZM8.82676 19.4963C9.02983 19.1353 9.48712 19.0072 9.84813 19.2103L12 20.4207L14.1519 19.2103C14.5129 19.0072 14.9702 19.1353 15.1732 19.4963C15.3763 19.8573 15.2483 20.3146 14.8873 20.5177L12.3677 21.9349C12.1394 22.0634 11.8606 22.0634 11.6323 21.9349L9.11274 20.5177C8.75172 20.3146 8.62368 19.8573 8.82676 19.4963Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.4019 10.5C9.60901 10.1413 10.0677 10.0184 10.4264 10.2255L12 11.134L13.5735 10.2255C13.9323 10.0184 14.391 10.1413 14.5981 10.5C14.8052 10.8587 14.6823 11.3174 14.3235 11.5245L12.75 12.433V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V12.433L9.67642 11.5245C9.3177 11.3174 9.1948 10.8587 9.4019 10.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2.46875C12.4142 2.46875 12.75 2.80454 12.75 3.21875V6.25C12.75 6.66421 12.4142 7 12 7C11.5858 7 11.25 6.66421 11.25 6.25V3.21875C11.25 2.80454 11.5858 2.46875 12 2.46875ZM3.48454 7.20612C3.69165 6.8474 4.15034 6.72449 4.50906 6.9316L7.18315 8.47548C7.54187 8.68259 7.66478 9.14128 7.45767 9.5C7.25056 9.85872 6.79187 9.98163 6.43315 9.77452L3.75906 8.23063C3.40034 8.02353 3.27744 7.56483 3.48454 7.20612ZM20.5155 7.20612C20.7226 7.56483 20.5997 8.02353 20.2409 8.23063L17.5668 9.77452C17.2081 9.98163 16.7494 9.85872 16.5423 9.5C16.3352 9.14128 16.4581 8.68259 16.8168 8.47548L19.4909 6.9316C19.8497 6.72449 20.3083 6.8474 20.5155 7.20612ZM7.49827 14.4766C7.70537 14.8353 7.58247 15.294 7.22375 15.5011L4.50906 17.0684C4.15034 17.2755 3.69165 17.1526 3.48454 16.7939C3.27744 16.4352 3.40034 15.9765 3.75906 15.7694L6.47375 14.202C6.83247 13.9949 7.29116 14.1178 7.49827 14.4766ZM16.5017 14.4766C16.7088 14.1178 17.1675 13.9949 17.5263 14.202L20.2409 15.7694C20.5997 15.9765 20.7226 16.4352 20.5155 16.7939C20.3083 17.1526 19.8497 17.2755 19.4909 17.0684L16.7763 15.5011C16.4175 15.294 16.2946 14.8353 16.5017 14.4766ZM12 16.9531C12.4142 16.9531 12.75 17.2889 12.75 17.7031V20.7812C12.75 21.1955 12.4142 21.5312 12 21.5312C11.5858 21.5312 11.25 21.1955 11.25 20.7812V17.7031C11.25 17.2889 11.5858 16.9531 12 16.9531Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArCube3;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAq/G,EAAr/G,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+nDAA+nD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8UAA8U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2yCAA2yC,KAAK,eAAc,CAAI,GAG/+G",
  "debugId": "2FC9DCAAB366C4E664756E2164756E21",
  "names": []
}