{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumber6Circle/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 IconNumber6Circle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"number-6-circle\"><path d=\"M12.1465 11.8418C13.1191 11.8418 13.8281 12.5332 13.8223 13.5059C13.8223 14.4316 13.0723 15.1699 12.1289 15.1699C11.1855 15.1699 10.4414 14.4258 10.4414 13.4766C10.4414 12.5332 11.1738 11.8418 12.1465 11.8418Z\" fill=\"currentColor\"/><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 2ZM12.1758 7.59961C10.0254 7.59961 8.73633 9.28125 8.73633 12.0996C8.73633 13.0605 8.89453 13.8691 9.20508 14.5195C9.79102 15.7559 10.834 16.4004 12.1523 16.4004C13.9805 16.4004 15.3105 15.1641 15.3105 13.4473C15.3105 11.8477 14.168 10.6758 12.5391 10.6758C11.3906 10.6758 10.5469 11.2617 10.2129 12.041H10.1836V11.9531C10.2129 10.0078 10.8926 8.83008 12.1699 8.83008C12.7969 8.83008 13.248 9.07617 13.6406 9.61523C13.875 9.91406 14.0625 10.0547 14.3613 10.0547C14.7598 10.0547 15.0059 9.79102 15.0059 9.44531C15.0059 9.28125 14.9648 9.13477 14.8711 8.96484C14.4492 8.16211 13.4648 7.59961 12.1758 7.59961Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber6Circle;\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,gBAA6jC,EAA7jC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+sBAA+sB,KAAK,eAAc,CAAI,GAGvjC",
  "debugId": "40116B77197E2F8A64756E2164756E21",
  "names": []
}