{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTrending2/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 IconTrending2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"trending-2, trends\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5944 4.66811C18.5109 4.43191 18.1739 4.44821 18.1158 4.69473L14.5952 19.649C14.1868 21.3837 11.7544 21.4732 11.222 19.7706L8.0967 9.77519C8.02361 9.54144 7.69893 9.53867 7.62158 9.77059L6.35667 13.5632C5.84556 15.0957 3.71233 15.1792 3.08468 13.6894L2.05903 11.2548C1.89821 10.8731 2.07729 10.4333 2.45901 10.2725C2.84073 10.1116 3.28055 10.2907 3.44136 10.6724L4.46702 13.107C4.55692 13.3204 4.85997 13.3098 4.93372 13.0886L6.19863 9.29601C6.73665 7.68285 9.02097 7.70486 9.52835 9.32754L12.6537 19.323C12.6783 19.4018 12.7155 19.439 12.7477 19.4603C12.7858 19.4854 12.8394 19.502 12.9009 19.4998C12.9624 19.4975 13.0148 19.4771 13.051 19.4492C13.0817 19.4256 13.1162 19.3857 13.1351 19.3052L16.6558 4.35099C17.0564 2.64922 19.4258 2.51791 20.0088 4.16864L21.9574 9.68668C22.0953 10.0773 21.8905 10.5057 21.4999 10.6436C21.1094 10.7815 20.6809 10.5767 20.543 10.1862L18.5944 4.66811Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTrending2;\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,gBAA2/B,EAA3/B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,23BAA23B,KAAK,eAAc,CAAI,GAGr/B",
  "debugId": "F0E14AE7685CCE2464756E2164756E21",
  "names": []
}