{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTrending1/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 IconTrending1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"trending-1, trends\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.7477 4.53972C12.7155 4.56102 12.6783 4.59823 12.6537 4.67701L9.52835 14.6725C9.02097 16.2951 6.73666 16.3172 6.19863 14.704L4.93372 10.9114C4.85997 10.6902 4.55692 10.6796 4.46702 10.893L3.44136 13.3276C3.28055 13.7093 2.84073 13.8884 2.45901 13.7275C2.07729 13.5667 1.89821 13.1269 2.05903 12.7452L3.08468 10.3106C3.71233 8.82079 5.84556 8.90433 6.35667 10.4368L7.62158 14.2294C7.69893 14.4613 8.02361 14.4586 8.0967 14.2248L11.222 4.22937C11.7544 2.52682 14.1868 2.61629 14.5952 4.35103L18.1158 19.3053C18.1739 19.5518 18.5109 19.5681 18.5944 19.3319L20.543 13.8138C20.6809 13.4233 21.1094 13.2185 21.4999 13.3564C21.8905 13.4943 22.0953 13.9227 21.9574 14.3133L20.0088 19.8314C19.4258 21.4821 17.0564 21.3508 16.6558 19.649L13.1351 4.69477C13.1162 4.61434 13.0817 4.57443 13.051 4.55077C13.0148 4.52292 12.9624 4.50246 12.9009 4.50024C12.8394 4.49801 12.7858 4.51463 12.7477 4.53972Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTrending1;\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,gBAA6/B,EAA7/B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,63BAA63B,KAAK,eAAc,CAAI,GAGv/B",
  "debugId": "9F859CE170A6860464756E2164756E21",
  "names": []
}