{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArchive1/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 IconArchive1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"archive-1, inbox, file\"><path d=\"M2.75 3C2.33579 3 2 3.33579 2 3.75V6.25C2 6.66421 2.33579 7 2.75 7H21.25C21.6642 7 22 6.66421 22 6.25V3.75C22 3.33579 21.6642 3 21.25 3H2.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 8.5H3L3 18.6762C2.99998 18.9337 2.99996 19.1702 3.01611 19.3679C3.03353 19.581 3.07339 19.8142 3.19074 20.0445C3.35852 20.3738 3.62623 20.6415 3.95552 20.8093C4.18582 20.9266 4.419 20.9665 4.63213 20.9839C4.82981 21 5.06629 21 5.32377 21H18.6762C18.9337 21 19.1702 21 19.3679 20.9839C19.581 20.9665 19.8142 20.9266 20.0445 20.8093C20.3738 20.6415 20.6415 20.3738 20.8093 20.0445C20.9266 19.8142 20.9665 19.581 20.9839 19.3679C21 19.1702 21 18.9337 21 18.6762V8.5ZM9.25 11.75C9.25 11.3358 9.58579 11 10 11H14C14.4142 11 14.75 11.3358 14.75 11.75C14.75 12.1642 14.4142 12.5 14 12.5H10C9.58579 12.5 9.25 12.1642 9.25 11.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArchive1;\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,gBAAo6B,EAAp6B,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gJAAgJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mnBAAmnB,KAAK,eAAc,CAAI,GAG95B",
  "debugId": "71D072E48AC8BBEA64756E2164756E21",
  "names": []
}