{
  "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.416 17.3301V16.4219L17.9902 12.5547C19.3379 11.0972 19.7334 10.5479 19.7334 9.625V9.61035C19.7334 8.49707 18.979 7.66211 17.7339 7.66211C16.4668 7.66211 15.6245 8.48975 15.6245 9.73486L15.6172 9.74951L14.3574 9.74219L14.3428 9.73486C14.3501 7.85986 15.8003 6.51221 17.8218 6.51221C19.6675 6.51221 21.0811 7.76465 21.0811 9.47119V9.48584C21.0811 10.6943 20.561 11.5732 18.6494 13.5435L16.2471 16.0264V16.1436H21.2568V17.3301H14.416Z\" fill=\"currentColor\"/><path d=\"M10.6909 20.0181L11.3281 15.8506H12.7856L11.6357 20.0181H10.6909Z\" fill=\"currentColor\"/><path d=\"M6.43115 17.5791C4.09473 17.5791 2.70312 15.4478 2.70312 12.0493V12.0347C2.70312 8.63623 4.09473 6.51221 6.43115 6.51221C8.76758 6.51221 10.1738 8.63623 10.1738 12.0347V12.0493C10.1738 15.4478 8.76758 17.5791 6.43115 17.5791ZM6.43115 16.4292C7.94727 16.4292 8.84814 14.7446 8.84814 12.0493V12.0347C8.84814 9.33936 7.94727 7.66943 6.43115 7.66943C4.91504 7.66943 4.02881 9.33936 4.02881 12.0347V12.0493C4.02881 14.7446 4.91504 16.4292 6.43115 16.4292Z\" 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,gBAAqlC,EAArlC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,sbAAsb,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oEAAoE,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qcAAqc,KAAK,eAAc,CAAI,GAG/kC",
  "debugId": "88B854395647A62964756E2164756E21",
  "names": []
}