{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChartWaterfall/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 IconChartWaterfall: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chart-waterfall\"><path d=\"M21.25 18.5C21.6642 18.5 22 18.8358 22 19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25C2 18.8358 2.33579 18.5 2.75 18.5H21.25Z\" fill=\"currentColor\"/><path d=\"M4 11C4.41421 11 4.75 11.3358 4.75 11.75V14.25C4.75 14.6642 4.41421 15 4 15C3.58579 15 3.25 14.6642 3.25 14.25V11.75C3.25 11.3358 3.58579 11 4 11Z\" fill=\"currentColor\"/><path d=\"M20 4C20.4142 4 20.75 4.33579 20.75 4.75V14.25C20.75 14.6642 20.4142 15 20 15C19.5858 15 19.25 14.6642 19.25 14.25V4.75C19.25 4.33579 19.5858 4 20 4Z\" fill=\"currentColor\"/><path d=\"M8 6C8.41421 6 8.75 6.33579 8.75 6.75V12.25C8.75 12.6642 8.41421 13 8 13C7.58579 13 7.25 12.6642 7.25 12.25V6.75C7.25 6.33579 7.58579 6 8 6Z\" fill=\"currentColor\"/><path d=\"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V12.25C12.75 12.6642 12.4142 13 12 13C11.5858 13 11.25 12.6642 11.25 12.25V9.75C11.25 9.33579 11.5858 9 12 9Z\" fill=\"currentColor\"/><path d=\"M16 5C16.4142 5 16.75 5.33579 16.75 5.75V9.25C16.75 9.66421 16.4142 10 16 10C15.5858 10 15.25 9.66421 15.25 9.25V5.75C15.25 5.33579 15.5858 5 16 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChartWaterfall;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAA0mC,EAA1mC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+IAA+I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,CAAI,GAGpmC",
  "debugId": "2688F2DC9A84E98D64756E2164756E21",
  "names": []
}