{
  "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=\"M21 13.7476V4.75C21 3.7835 20.2165 3 19.25 3L4.75005 3.00001C3.78355 3.00001 3.00005 3.7835 3.00005 4.75L3.00002 13.7448L3 13.75V19.25C3 20.2165 3.7835 21 4.75 21H19.25C20.2165 21 21 20.2165 21 19.25L21 13.75L21 13.7476ZM19.25 4.5L4.75005 4.50001C4.61198 4.50001 4.50005 4.61193 4.50005 4.75L4.50002 13H8.0702C8.43051 13 8.73991 13.2562 8.80706 13.6102C9.09221 15.1135 10.4142 16.25 12 16.25C13.5858 16.25 14.9078 15.1135 15.1929 13.6102C15.2601 13.2562 15.5695 13 15.9298 13L19.5 13V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5Z\" 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,gBAAwqB,EAAxqB,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+gBAA+gB,KAAK,eAAc,CAAI,GAGlqB",
  "debugId": "71B8FD83C512519D64756E2164756E21",
  "names": []
}