{
  "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.4293L15.5307 10.4671C14.1325 9.07099 11.8675 9.0718 10.4704 10.469C9.65831 11.281 8.34168 11.281 7.52961 10.469L3.28033 6.21967C2.98744 5.92678 2.51256 5.92678 2.21967 6.21967C1.92678 6.51256 1.92678 6.98744 2.21967 7.28033L6.46895 11.5296C7.86681 12.9275 10.1332 12.9275 11.531 11.5296C12.3427 10.718 13.6585 10.7175 14.4708 11.5286L19.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,gBAAwqB,EAAxqB,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8hBAA8hB,KAAK,eAAc,CAAI,GAGlqB",
  "debugId": "740511F0C4173AC464756E2164756E21",
  "names": []
}