{
  "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\"><circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12.1094 16.4385C10.3047 16.4385 8.73438 15.1553 8.73438 12.1084V12.0967C8.73438 9.24902 10.0176 7.56152 12.1445 7.56152C13.6973 7.56152 14.8574 8.48145 15.127 9.77637L15.1387 9.84082H13.6562L13.6328 9.78223C13.4102 9.19043 12.8887 8.80371 12.1445 8.80371C10.8027 8.80371 10.2344 10.1162 10.1699 11.7334C10.1699 11.7979 10.1641 11.8623 10.1641 11.9268H10.2812C10.5918 11.2588 11.3301 10.667 12.4902 10.667C14.1133 10.667 15.25 11.8506 15.25 13.4561V13.4678C15.25 15.1846 13.9434 16.4385 12.1094 16.4385ZM10.4277 13.4854C10.4277 14.4521 11.1602 15.208 12.0977 15.208C13.0352 15.208 13.7734 14.4639 13.7734 13.5205V13.5088C13.7734 12.5303 13.0762 11.8271 12.1152 11.8271C11.1602 11.8271 10.4277 12.5186 10.4277 13.4736V13.4854Z\" 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,gBAAy3B,EAAz3B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,wtBAAwtB,KAAK,eAAc,CAAI,GAGn3B",
  "debugId": "51E56DBBCF64ADFA64756E2164756E21",
  "names": []
}