{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/Icon3dPackage/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dPackage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"3d-package, box\" maskId=\"round-filled-radius-1-stroke-1.5-Icon3dPackage\"><path d=\"M2.375 8.17387C2.375 7.78901 2.79168 7.54793 3.125 7.74028L11.002 12.2881C11.1565 12.3774 11.2518 12.5423 11.252 12.7207V21.8165C11.252 22.2013 10.8353 22.4415 10.502 22.2491L3.25 18.0625C2.70858 17.7499 2.375 17.1721 2.375 16.5469V8.17387Z\" fill=\"currentColor\"/><path d=\"M20.8789 7.74028C21.2122 7.54793 21.6289 7.78901 21.6289 8.17387V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.2491C13.1686 22.4415 12.752 22.2013 12.752 21.8165V12.7207C12.7521 12.5423 12.8474 12.3774 13.002 12.2881L20.8789 7.74028Z\" fill=\"currentColor\"/><path d=\"M15.6895 9.00395L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44145C3.54177 6.24896 3.5417 5.76767 3.875 5.57524L6.8125 3.87895L15.6895 9.00395Z\" fill=\"currentColor\"/><path d=\"M11.127 1.38872C11.6684 1.07617 12.3355 1.07614 12.877 1.38872L20.1279 5.57524C20.4612 5.76769 20.4612 6.24899 20.1279 6.44145L17.1895 8.13774L8.3125 3.01274L11.127 1.38872Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default Icon3dPackage;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAkE,EAAM,KAAK,CAAC,IAAU,CACnG,OAAO,gBAAqjC,EAArjC,IAAqB,EAAO,UAAU,kBAAkB,OAAO,kDAAiD,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gQAAgQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4KAA4K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gLAAgL,KAAK,eAAc,CAAI,EAC7jC,EAEc",
  "debugId": "7F44A174EABF7BDC64756E2164756E21",
  "names": []
}