{
  "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.66824C18.5109 4.43203 18.1739 4.44833 18.1158 4.69485L14.5952 19.6491C14.1868 21.3838 11.7544 21.4733 11.222 19.7708L8.0967 9.77531C8.02361 9.54156 7.69893 9.5388 7.62158 9.77071L6.35667 13.5633C5.84556 15.0958 3.71233 15.1793 3.08468 13.6895L2.05903 11.2549C1.89821 10.8732 2.07729 10.4334 2.45901 10.2726C2.84073 10.1118 3.28055 10.2908 3.44136 10.6726L4.46702 13.1071C4.55692 13.3205 4.85997 13.3099 4.93372 13.0887L6.19863 9.29613C6.73665 7.68297 9.02097 7.70498 9.52835 9.32767L12.6537 19.3231C12.6783 19.4019 12.7155 19.4391 12.7477 19.4604C12.7858 19.4855 12.8394 19.5021 12.9009 19.4999C12.9624 19.4977 13.0148 19.4772 13.051 19.4494C13.0817 19.4257 13.1162 19.3858 13.1351 19.3054L16.6558 4.35111C17.0564 2.64934 19.4258 2.51803 20.0088 4.16876L21.9574 9.6868C22.0953 10.0774 21.8905 10.5058 21.4999 10.6437C21.1094 10.7817 20.6809 10.5769 20.543 10.1863L18.5944 4.66824Z\" 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,gBAA8/B,EAA9/B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,83BAA83B,KAAK,eAAc,CAAI,GAGx/B",
  "debugId": "12142E5A719E609464756E2164756E21",
  "names": []
}