{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/Icon3dBoxTop/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 Icon3dBoxTop: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"3d-box-top, shaders, model, cube, ar\"><path d=\"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L2.74805 17.7741C2.516 17.6401 2.37305 17.3925 2.37305 17.1246V8.17363C2.37305 7.78873 2.78971 7.54817 3.12304 7.74061L11 12.2883Z\" fill=\"currentColor\"/><path d=\"M21.627 17.1246C21.627 17.3925 21.484 17.6401 21.2519 17.7741L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74061C21.2103 7.54817 21.627 7.78873 21.627 8.17363V17.1246Z\" fill=\"currentColor\"/><path d=\"M20.1261 5.57578C20.4594 5.76824 20.4594 6.24933 20.1261 6.44179L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9894L3.87307 6.4418C3.53973 6.24935 3.53973 5.76822 3.87307 5.57577L11.625 1.10029C11.857 0.966318 12.143 0.966325 12.375 1.10031L20.1261 5.57578Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default Icon3dBoxTop;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAk5B,EAAl5B,IAAqB,EAAO,UAAU,wCAAuC,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6QAA6Q,KAAK,eAAc,CAAI,GAG54B",
  "debugId": "20251486FF12F3E564756E2164756E21",
  "names": []
}