{
  "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.17373C2.375 7.78891 2.7917 7.5479 3.125 7.74013L11.002 12.288C11.1566 12.3773 11.252 12.543 11.252 12.7216V21.8163C11.2519 22.2011 10.8352 22.4421 10.502 22.2499L2.75 17.7743C2.51807 17.6404 2.37515 17.3927 2.375 17.1249V8.17373Z\" fill=\"currentColor\"/><path d=\"M20.8789 7.74013C21.2122 7.5479 21.6289 7.78891 21.6289 8.17373V17.1249C21.6288 17.3927 21.4858 17.6404 21.2539 17.7743L13.502 22.2499C13.1687 22.4421 12.752 22.2011 12.752 21.8163V12.7216C12.752 12.543 12.8473 12.3773 13.002 12.288L16.6904 10.1581V13.9247C16.6904 14.1441 16.6901 14.2545 16.7188 14.3261C16.7874 14.4974 16.9648 14.5994 17.1475 14.5731C17.2238 14.5621 17.3189 14.507 17.5088 14.3974C17.685 14.2956 17.7736 14.245 17.8457 14.1825C18.015 14.0358 18.1294 13.8361 18.1719 13.6161C18.1899 13.5224 18.1904 13.4202 18.1904 13.2167V9.29189L20.8789 7.74013Z\" fill=\"currentColor\"/><path d=\"M15.6895 9.00381L12.252 10.9892C12.0973 11.0785 11.9066 11.0784 11.752 10.9892L3.875 6.44131C3.54195 6.24881 3.54193 5.76855 3.875 5.57607L6.81348 3.87881L15.6895 9.00381Z\" fill=\"currentColor\"/><path d=\"M11.627 1.10049C11.859 0.96651 12.1449 0.966499 12.377 1.10049L20.1279 5.57607C20.4611 5.76854 20.4611 6.24882 20.1279 6.44131L17.1895 8.1376L8.31348 3.0126L11.627 1.10049Z\" 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,gBAAg0C,EAAh0C,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wjBAAwjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8KAA8K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,CAAI,GAG1zC",
  "debugId": "F46D8066288CCB8064756E2164756E21",
  "names": []
}