{
  "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=\"M12.3677 3.78608C12.1394 3.65765 11.8606 3.65765 11.6323 3.78608L9.84814 4.78967C9.48713 4.99274 9.02984 4.8647 8.82677 4.50368C8.62369 4.14266 8.75173 3.68538 9.11275 3.4823L10.8969 2.47871C11.5818 2.09344 12.4182 2.09344 13.1031 2.47871L14.8872 3.4823C15.2483 3.68538 15.3763 4.14266 15.1732 4.50368C14.9702 4.8647 14.5129 4.99274 14.1519 4.78967L12.3677 3.78608ZM7.08342 5.48431C7.2865 5.84533 7.15846 6.30262 6.79744 6.50569L4.88231 7.58295C4.64615 7.71579 4.5 7.96568 4.5 8.23663L4.5 10.25C4.5 10.6642 4.16421 11 3.75 11C3.33579 11 3 10.6642 3 10.25L3 8.23663C3 7.42377 3.43844 6.6741 4.14691 6.27559L6.06205 5.19833C6.42307 4.99525 6.88035 5.12329 7.08342 5.48431ZM16.9166 5.48431C17.1196 5.12329 17.5769 4.99525 17.938 5.19833L19.8531 6.27559C20.5616 6.6741 21 7.42377 21 8.23663V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V8.23663C19.5 7.96568 19.3539 7.71579 19.1177 7.58295L17.2026 6.50569C16.8415 6.30262 16.7135 5.84533 16.9166 5.48431ZM20.25 13C20.6642 13 21 13.3358 21 13.75V15.7633C21 16.5762 20.5616 17.3259 19.8531 17.7244L17.938 18.8016C17.5769 19.0047 17.1197 18.8767 16.9166 18.5157C16.7135 18.1546 16.8416 17.6974 17.2026 17.4943L19.1177 16.417C19.3539 16.2842 19.5 16.0343 19.5 15.7633V13.75C19.5 13.3358 19.8358 13 20.25 13ZM3.75 13C4.16421 13 4.5 13.3358 4.5 13.75L4.5 15.7633C4.5 16.0343 4.64615 16.2842 4.8823 16.417L6.79743 17.4943C7.15845 17.6974 7.28649 18.1546 7.08342 18.5157C6.88034 18.8767 6.42306 19.0047 6.06204 18.8016L4.14691 17.7244C3.43844 17.3259 3 16.5762 3 15.7633L3 13.75C3 13.3358 3.33579 13 3.75 13ZM8.82676 19.4963C9.02983 19.1353 9.48712 19.0072 9.84813 19.2103L11.6323 20.2139C11.8606 20.3423 12.1394 20.3423 12.3677 20.2139L14.1519 19.2103C14.5129 19.0072 14.9702 19.1353 15.1732 19.4963C15.3763 19.8573 15.2483 20.3146 14.8873 20.5177L13.1031 21.5213C12.4182 21.9065 11.5818 21.9065 10.8969 21.5213L9.11274 20.5177C8.75172 20.3146 8.62368 19.8573 8.82676 19.4963Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.40187 10.5C9.60898 10.1413 10.0677 10.0184 10.4264 10.2255L12 11.134L13.5735 10.2255C13.9322 10.0184 14.3909 10.1413 14.598 10.5C14.8051 10.8587 14.6822 11.3174 14.3235 11.5245L12.75 12.433V14.25C12.75 14.6642 12.4142 15 12 15C11.5857 15 11.25 14.6642 11.25 14.25V12.433L9.67639 11.5245C9.31767 11.3174 9.19477 10.8587 9.40187 10.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2.46874C12.4142 2.46874 12.75 2.80452 12.75 3.21874V6.24999C12.75 6.6642 12.4142 6.99999 12 6.99999C11.5858 6.99999 11.25 6.6642 11.25 6.24999V3.21874C11.25 2.80452 11.5858 2.46874 12 2.46874ZM3.48451 7.2061C3.69162 6.84738 4.15031 6.72448 4.50903 6.93158L7.18312 8.47547C7.54184 8.68257 7.66475 9.14127 7.45764 9.49999C7.25053 9.85871 6.79184 9.98161 6.43312 9.77451L3.75903 8.23062C3.40031 8.02351 3.27741 7.56482 3.48451 7.2061ZM20.5154 7.2061C20.7225 7.56482 20.5996 8.02351 20.2409 8.23062L17.5668 9.77451C17.2081 9.98161 16.7494 9.85871 16.5423 9.49999C16.3352 9.14127 16.4581 8.68257 16.8168 8.47547L19.4909 6.93158C19.8496 6.72448 20.3083 6.84738 20.5154 7.2061ZM7.49823 14.4765C7.70534 14.8353 7.58243 15.294 7.22372 15.5011L4.50903 17.0684C4.15031 17.2755 3.69162 17.1526 3.48451 16.7939C3.27741 16.4352 3.40031 15.9765 3.75903 15.7694L6.47372 14.202C6.83243 13.9949 7.29113 14.1178 7.49823 14.4765ZM16.5017 14.4765C16.7088 14.1178 17.1675 13.9949 17.5262 14.202L20.2409 15.7694C20.5996 15.9765 20.7225 16.4352 20.5154 16.7939C20.3083 17.1526 19.8496 17.2755 19.4909 17.0684L16.7762 15.5011C16.4175 15.294 16.2946 14.8353 16.5017 14.4765ZM12 16.9531C12.4142 16.9531 12.75 17.2889 12.75 17.7031V20.7812C12.75 21.1954 12.4142 21.5312 12 21.5312C11.5858 21.5312 11.25 21.1954 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,gBAAgzH,EAAhzH,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w5DAAw5D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kVAAkV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y0CAAy0C,KAAK,eAAc,CAAI,GAG1yH",
  "debugId": "D1910ADB305FD50964756E2164756E21",
  "names": []
}