{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDecimalNumberComma/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 IconDecimalNumberComma: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"decimal-number-comma\"><path d=\"M14.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\" fill=\"currentColor\"/><path d=\"M12.1284 15.6309C12.502 15.6309 12.7656 15.8506 12.7656 16.2095C12.7656 16.3413 12.751 16.4512 12.707 16.6123L12.0332 19.1318C11.9526 19.4468 11.7842 19.5933 11.4766 19.5933C11.1836 19.5933 10.9565 19.4248 10.9565 19.1318C10.9565 19.022 10.9712 18.9487 10.9785 18.9048L11.4985 16.1875C11.5791 15.7847 11.7842 15.6309 12.1284 15.6309Z\" fill=\"currentColor\"/><path d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDecimalNumberComma;\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,EAAyD,CAAC,IAAU,CAC/E,OAAO,gBAAijD,EAAjjD,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,krBAAkrB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gVAAgV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yZAAyZ,KAAK,eAAc,CAAI,GAG3iD",
  "debugId": "BDAE98B23137455564756E2164756E21",
  "names": []
}