{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChart7/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 IconChart7: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chart-7, statistics, graph\"><path d=\"M4.50098 1.75098C4.50098 1.33676 4.16519 1.00098 3.75098 1.00098C3.33676 1.00098 3.00098 1.33676 3.00098 1.75098L3.00098 3.71235C3.00033 3.72515 3 3.73802 3 3.75098V7.25098C3 7.26393 3.00033 7.27681 3.00098 7.2896L3.00098 10.2124C3.00033 10.2251 3 10.238 3 10.251V13.751C3 13.7639 3.00033 13.7768 3.00098 13.7896L3.00098 16.7124C3.00033 16.7252 3 16.738 3 16.751V20.251C3 20.2639 3.00033 20.2768 3.00098 20.2896L3.00098 22.251C3.00098 22.6652 3.33676 23.001 3.75098 23.001C4.16519 23.001 4.50098 22.6652 4.50098 22.251V21.001H20.25C20.6642 21.001 21 20.6652 21 20.251V16.751C21 16.3368 20.6642 16.001 20.25 16.001L4.50098 16.001L4.50098 14.501L14.75 14.501C15.1642 14.501 15.5 14.1652 15.5 13.751V10.251C15.5 9.83676 15.1642 9.50098 14.75 9.50098H4.50098L4.50098 8.00098L9.25 8.00098C9.66421 8.00098 10 7.66519 10 7.25098L10 3.75098C10 3.33676 9.66421 3.00098 9.25 3.00098L4.50098 3.00098V1.75098Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChart7;\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,gBAAs+B,EAAt+B,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,o4BAAo4B,KAAK,eAAc,CAAI,GAGh+B",
  "debugId": "6C4045BB8B13A26964756E2164756E21",
  "names": []
}