{
  "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.2496L3.24806 18.0628C2.7066 17.7502 2.37305 17.1725 2.37305 16.5473V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z\" fill=\"currentColor\"/><path d=\"M21.627 16.5473C21.627 17.1725 21.2934 17.7502 20.7519 18.0628L13.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.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V16.5473Z\" fill=\"currentColor\"/><path d=\"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z\" 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,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2QAA2Q,KAAK,eAAc,CAAI,GAG54B",
  "debugId": "D160F165B3CA3EC964756E2164756E21",
  "names": []
}