{
  "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.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\" fill=\"currentColor\"/><path d=\"M12.1889 17.4106C11.5956 17.4106 11.1342 16.9492 11.1342 16.356C11.1342 15.77 11.5956 15.3013 12.1889 15.3013C12.7748 15.3013 13.2362 15.77 13.2362 16.356C13.2362 16.9492 12.7748 17.4106 12.1889 17.4106Z\" fill=\"currentColor\"/><path d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\" 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,gBAAk7C,EAAl7C,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,8qBAA8qB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8MAA8M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kaAAka,KAAK,eAAc,CAAI,GAG56C",
  "debugId": "88E558335B312F4B64756E2164756E21",
  "names": []
}