{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTrending5/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 IconTrending5: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"trending-5, chart, analytics\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V15.3456L8.18444 11.6612C8.86786 10.9777 9.97589 10.9777 10.6593 11.6612L11.8232 12.8251C11.9209 12.9227 12.0791 12.9227 12.1768 12.8251L15.9188 9.08303C16.6022 8.39961 17.7103 8.39961 18.3937 9.08303L19.7491 10.4384C20.042 10.7313 20.042 11.2062 19.7491 11.4991C19.4562 11.792 18.9813 11.792 18.6884 11.4991L17.333 10.1437C17.2354 10.0461 17.0771 10.0461 16.9795 10.1437L13.2374 13.8857C12.554 14.5691 11.446 14.5691 10.7626 13.8857L9.59865 12.7218C9.50102 12.6242 9.34273 12.6242 9.2451 12.7218L4.5 17.4669V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25V3.75C3 3.33579 3.33579 3 3.75 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTrending5;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAg2B,EAAh2B,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,stBAAstB,KAAK,eAAc,CAAI,GAG11B",
  "debugId": "743F32B769A24B6864756E2164756E21",
  "names": []
}