{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/Icon3dBoxBottom/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 Icon3dBoxBottom: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"3d-box-bottom, shaders, model, room\"><path d=\"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\" fill=\"currentColor\"/><path d=\"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z\" fill=\"currentColor\"/><path d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default Icon3dBoxBottom;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAg5B,EAAh5B,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4QAA4Q,KAAK,eAAc,CAAI,GAG14B",
  "debugId": "D9A75EB5B0B381D364756E2164756E21",
  "names": []
}