{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBox2AltFill/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 IconBox2AltFill: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"box-2-alt-fill, inbox, archive, tray, shelf\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.00001 13.7459L3.00003 6.74999C3.00004 4.67893 4.67897 3 6.75003 3L17.25 3C19.3211 3 21 4.67893 21 6.75V13.7462C21 13.7475 21 13.7487 21 13.75L21 17.25C21 19.0622 19.7146 20.5741 18.0057 20.9238C17.7616 20.9738 17.5089 21 17.25 21H6.75C4.80837 21 3.21139 19.5244 3.01936 17.6334C3.00656 17.5073 3 17.3794 3 17.25M6.75003 4.5L17.25 4.5C18.4926 4.5 19.5 5.50736 19.5 6.75V13L15.9298 13C15.5695 13 15.2601 13.2562 15.1929 13.6102C14.9078 15.1135 13.5858 16.25 12 16.25C10.4142 16.25 9.09221 15.1135 8.80706 13.6102C8.73991 13.2562 8.43051 13 8.0702 13H4.50001L4.50003 6.75C4.50004 5.50736 5.50739 4.5 6.75003 4.5Z\" fill=\"currentColor\"/><path d=\"M3 17.25V13.75C3 13.7486 3 13.7473 3.00001 13.7459\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBox2AltFill;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAk1B,EAAl1B,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,umBAAumB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qDAAqD,KAAK,eAAc,CAAI,GAG50B",
  "debugId": "418430900A8B366564756E2164756E21",
  "names": []
}