{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStocks/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 IconStocks: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"stocks\"><path d=\"M11.25 10C11.25 8.60212 12.2061 7.42755 13.5 7.09451V3H6.75C4.67893 3 3 4.67893 3 6.75V15.9393L6.46967 12.4697C6.76256 12.1768 7.23744 12.1768 7.53033 12.4697L9 13.9393L11.5768 11.3626C11.368 10.9535 11.25 10.4901 11.25 10Z\" fill=\"currentColor\"/><path d=\"M3.07422 17.9882C3.41704 19.7058 4.93317 21.0001 6.75161 21.0001H13.5016V12.9055C13.1663 12.8191 12.8536 12.6762 12.5746 12.4878L9.53194 15.5304C9.23905 15.8233 8.76417 15.8233 8.47128 15.5304L7.00161 14.0608L3.07422 17.9882Z\" fill=\"currentColor\"/><path d=\"M15 21H17.25C19.3211 21 21 19.3211 21 17.25V6.75C21 4.67893 19.3211 3 17.25 3H15V7.09451C16.2939 7.42755 17.25 8.60212 17.25 10C17.25 11.3979 16.2939 12.5725 15 12.9055V21Z\" fill=\"currentColor\"/><path d=\"M12.75 10C12.75 9.17157 13.4216 8.5 14.25 8.5C15.0784 8.5 15.75 9.17157 15.75 10C15.75 10.8284 15.0784 11.5 14.25 11.5C13.7935 11.5 13.3853 11.297 13.109 10.9738C12.8847 10.7114 12.75 10.3724 12.75 10Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStocks;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAs+B,EAAt+B,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oOAAoO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,CAAI,GAGh+B",
  "debugId": "76438781E68EAE5B64756E2164756E21",
  "names": []
}