{
  "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} & 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 Icon3dPackage: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"3d-package, box\"><path d=\"M2.375 8.17373C2.375 7.78891 2.7917 7.5479 3.125 7.74013L11.002 12.288C11.1567 12.3773 11.252 12.5429 11.252 12.7216V21.8163C11.252 22.2012 10.8353 22.4422 10.502 22.2499L2.75 17.7743C2.51804 17.6404 2.37511 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.4859 17.6404 21.2539 17.7743L13.502 22.2499C13.1686 22.4422 12.752 22.2012 12.752 21.8163V12.7216C12.752 12.5429 12.8472 12.3773 13.002 12.288L20.8789 7.74013Z\" fill=\"currentColor\"/><path d=\"M15.6895 9.00381L12.252 10.9892C12.0973 11.0785 11.9067 11.0785 11.752 10.9892L3.875 6.44131C3.54193 6.2488 3.54189 5.76854 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.76853 20.4611 6.24881 20.1279 6.44131L17.1895 8.1376L8.31348 3.0126L11.627 1.10049Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default Icon3dPackage;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAw/B,EAAx/B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6PAA6P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6KAA6K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,CAAI,GAGl/B",
  "debugId": "37F3FBFDED6CDA9D64756E2164756E21",
  "names": []
}