{
  "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.4293L13.5299 8.46929C13.237 8.17675 12.7624 8.17693 12.4697 8.46967L9 11.9393L3.28033 6.21967C2.98744 5.92678 2.51256 5.92678 2.21967 6.21967C1.92678 6.51256 1.92678 6.98744 2.21967 7.28033L8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L13.0004 10.0603L19.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,gBAAwmB,EAAxmB,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8dAA8d,KAAK,eAAc,CAAI,GAGlmB",
  "debugId": "905AE5FF4A8C1B2B64756E2164756E21",
  "names": []
}