{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChart3/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 IconChart3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chart-3, statistics, graph, signal\"><path d=\"M15.6699 5.665C15.6699 4.19316 16.8631 3 18.3349 3C19.8068 3 20.9999 4.19316 20.9999 5.665V18.335C20.9999 19.8068 19.8068 21 18.3349 21C16.8631 21 15.6699 19.8068 15.6699 18.335V5.665Z\" fill=\"currentColor\"/><path d=\"M11.9951 8.33398C10.5232 8.33398 9.33008 9.52715 9.33008 10.999V18.3356C9.33008 19.8075 10.5232 21.0007 11.9951 21.0007C13.4669 21.0007 14.6601 19.8075 14.6601 18.3356V10.999C14.6601 9.52715 13.4669 8.33398 11.9951 8.33398Z\" fill=\"currentColor\"/><path d=\"M5.665 12.7773C4.19316 12.7773 3 13.9705 3 15.4423V18.3346C3 19.8064 4.19316 20.9996 5.665 20.9996C7.13684 20.9996 8.33 19.8064 8.33 18.3346V15.4423C8.33 13.9705 7.13684 12.7773 5.665 12.7773Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChart3;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAowB,EAApwB,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mMAAmM,KAAK,eAAc,CAAI,GAG9vB",
  "debugId": "FBC2343CB4129A4664756E2164756E21",
  "names": []
}