{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDecimalNumberDot/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 IconDecimalNumberDot: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"decimal-number-dot\"><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.1504 17.4033C11.6816 17.4033 11.3154 17.0371 11.3154 16.5684C11.3154 16.0996 11.6816 15.7334 12.1504 15.7334C12.6191 15.7334 12.9854 16.0996 12.9854 16.5684C12.9854 17.0371 12.6191 17.4033 12.1504 17.4033Z\" 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 IconDecimalNumberDot;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAm7C,EAAn7C,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,krBAAkrB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yZAAyZ,KAAK,eAAc,CAAI,GAG76C",
  "debugId": "5C3F3D49974E146264756E2164756E21",
  "names": []
}