{
  "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=\"M13.0465 20.9986C13.3592 20.9791 13.6269 20.7674 13.7178 20.4675L18.1871 5.71894L20.5861 10.2862C20.7787 10.653 21.2321 10.7941 21.5988 10.6015C21.9655 10.4089 22.1066 9.95544 21.914 9.58873L18.664 3.40124C18.5225 3.13177 18.2321 2.97457 17.9291 3.00335C17.6261 3.03214 17.3705 3.24119 17.2823 3.53249L12.8668 18.1035L8.68541 8.69539C8.57175 8.43966 8.32517 8.26848 8.04584 8.25139C7.76652 8.2343 7.50091 8.37415 7.35693 8.61412L4.93389 12.6525L3.35227 10.5217C3.1054 10.1891 2.63563 10.1196 2.30303 10.3665C1.97043 10.6134 1.90094 11.0832 2.14782 11.4158L4.39782 14.447C4.54705 14.648 4.78675 14.7614 5.03683 14.7491C5.2869 14.7368 5.51435 14.6006 5.64317 14.3859L7.90075 10.6232L12.3147 20.5546C12.4419 20.8409 12.7338 21.018 13.0465 20.9986Z\" 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,gBAA22B,EAA32B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2uBAA2uB,KAAK,eAAc,CAAI,GAGr2B",
  "debugId": "5381211BC3FF980A64756E2164756E21",
  "names": []
}