{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumber5Circle/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 IconNumber5Circle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"number-5-circle\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5527 7.79492C9.89062 7.79492 9.55078 8.06445 9.49805 8.73242L9.22852 11.9258C9.22266 11.9609 9.22266 11.9844 9.22266 12.0195C9.21094 12.4297 9.45117 12.7754 9.9375 12.7754C10.2832 12.7754 10.4297 12.6992 10.7812 12.3477C11.1035 12.0312 11.5664 11.8145 12.0996 11.8145C13.0957 11.8145 13.8047 12.5059 13.8047 13.4785C13.8047 14.4805 13.0957 15.1895 12.0938 15.1895C11.2793 15.1895 10.7168 14.7852 10.4297 14.0996C10.2715 13.7891 10.0781 13.666 9.76172 13.666C9.36328 13.666 9.11133 13.9121 9.11133 14.3047C9.11133 14.5215 9.16406 14.6973 9.24609 14.8789C9.66211 15.7988 10.7871 16.4199 12.0879 16.4199C13.9629 16.4199 15.2637 15.207 15.2637 13.4375C15.2637 11.8203 14.1094 10.6777 12.4922 10.6777C11.6426 10.6777 10.9453 11.0059 10.5879 11.5332H10.5586L10.7812 9.03125H14.1973C14.584 9.03125 14.8359 8.78516 14.8359 8.41016C14.8359 8.04102 14.584 7.79492 14.1973 7.79492H10.5527Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber5Circle;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAkmC,EAAlmC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q+BAAq+B,KAAK,eAAc,CAAI,GAG5lC",
  "debugId": "F7E3CAF0099E38C564756E2164756E21",
  "names": []
}