{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/Icon3dPackage2/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 Icon3dPackage2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"3d-package-2, box, delivery\"><path d=\"M2.375 8.17385C2.37506 7.78905 2.79171 7.54796 3.125 7.74026L11.002 12.2881C11.1565 12.3773 11.2518 12.5423 11.252 12.7207V21.8164C11.252 22.2013 10.8353 22.4415 10.502 22.249L3.25 18.0625C2.7086 17.7499 2.375 17.1721 2.375 16.5469V8.17385Z\" fill=\"currentColor\"/><path d=\"M20.8789 7.74026C21.2122 7.54796 21.6288 7.78905 21.6289 8.17385V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.249C13.1686 22.4415 12.752 22.2013 12.752 21.8164V12.7207C12.7521 12.5423 12.8474 12.3773 13.002 12.2881L16.6904 10.1582V13.9248C16.6904 14.1442 16.6901 14.2546 16.7188 14.3262C16.7874 14.4975 16.9648 14.5995 17.1475 14.5733C17.2238 14.5623 17.3189 14.5072 17.5088 14.3975C17.685 14.2957 17.7736 14.2452 17.8457 14.1826C18.015 14.0359 18.1294 13.8362 18.1719 13.6162C18.1899 13.5225 18.1904 13.4204 18.1904 13.2168V9.29202L20.8789 7.74026Z\" fill=\"currentColor\"/><path d=\"M15.6895 9.00393L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44143C3.54181 6.24893 3.54171 5.76764 3.875 5.57522L6.8125 3.87893L15.6895 9.00393Z\" fill=\"currentColor\"/><path d=\"M11.127 1.3887C11.6684 1.07618 12.3356 1.07615 12.877 1.3887L20.1279 5.57522C20.4612 5.76766 20.4612 6.24895 20.1279 6.44143L17.1895 8.13772L8.3125 3.01272L11.127 1.3887Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default Icon3dPackage2;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAo0C,EAAp0C,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6jBAA6jB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6KAA6K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6KAA6K,KAAK,eAAc,CAAI,GAG9zC",
  "debugId": "8E08638131D21F0A64756E2164756E21",
  "names": []
}