{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTrending6/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 IconTrending6: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"trending-6, trends, downward\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15 17.25C15 17.6642 15.3358 18 15.75 18H21.25C21.6642 18 22 17.6642 22 17.25V11.75C22 11.3358 21.6642 11 21.25 11C20.8358 11 20.5 11.3358 20.5 11.75V15.4293L14.2371 9.17538C13.5535 8.4928 12.4461 8.4932 11.7631 9.17627L9.17678 11.7626C9.07915 11.8602 8.92086 11.8602 8.82322 11.7626L3.28033 6.21967C2.98744 5.92678 2.51256 5.92678 2.21967 6.21967C1.92678 6.51256 1.92678 6.98744 2.21967 7.28033L7.76256 12.8232C8.44598 13.5066 9.55402 13.5066 10.2374 12.8232L12.8237 10.2369C12.9213 10.1393 13.0795 10.1393 13.1772 10.2368L19.4494 16.5H15.75C15.3358 16.5 15 16.8358 15 17.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTrending6;\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,gBAA6sB,EAA7sB,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mkBAAmkB,KAAK,eAAc,CAAI,GAGvsB",
  "debugId": "7165975BD247C3A864756E2164756E21",
  "names": []
}