{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTrending4/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 IconTrending4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"trending-4, chart\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.75 4C3.16421 4 3.5 4.33579 3.5 4.75V18.25C3.5 18.3881 3.61193 18.5 3.75 18.5H21.25C21.6642 18.5 22 18.8358 22 19.25C22 19.6642 21.6642 20 21.25 20H3.75C2.7835 20 2 19.2165 2 18.25V4.75C2 4.33579 2.33579 4 2.75 4ZM14 6.75C14 6.33579 14.3358 6 14.75 6H19.25C19.6642 6 20 6.33579 20 6.75V11.25C20 11.6642 19.6642 12 19.25 12C18.8358 12 18.5 11.6642 18.5 11.25V8.56066L14.2374 12.8232C13.554 13.5066 12.446 13.5066 11.7626 12.8232L11.1768 12.2374C11.0791 12.1398 10.9209 12.1398 10.8232 12.2374L7.28033 15.7803C6.98744 16.0732 6.51256 16.0732 6.21967 15.7803C5.92678 15.4874 5.92678 15.0126 6.21967 14.7197L9.76256 11.1768C10.446 10.4934 11.554 10.4934 12.2374 11.1768L12.8232 11.7626C12.9209 11.8602 13.0791 11.8602 13.1768 11.7626L17.4393 7.5H14.75C14.3358 7.5 14 7.16421 14 6.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTrending4;\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,gBAA+4B,EAA/4B,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gxBAAgxB,KAAK,eAAc,CAAI,GAGz4B",
  "debugId": "A2874326E063EEF864756E2164756E21",
  "names": []
}