{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumber9Square/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 IconNumber9Square: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"number-9-square, key\"><path d=\"M11.8652 8.8418C12.8203 8.8418 13.5586 9.58008 13.5586 10.5293C13.5586 11.4727 12.8262 12.1582 11.8477 12.1582C10.8867 12.1582 10.1719 11.4668 10.1719 10.5C10.1719 9.57422 10.9219 8.8418 11.8652 8.8418Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.25ZM11.8477 7.59961C10.0195 7.59961 8.68945 8.83594 8.68945 10.5586C8.68945 12.1934 9.91406 13.3301 11.4961 13.3301C12.5918 13.3301 13.4648 12.7793 13.7871 11.959H13.8105V12.0527C13.793 13.9688 13.1426 15.1758 11.8359 15.1758C11.1328 15.1758 10.7285 14.918 10.3301 14.3848C10.0957 14.0859 9.9082 13.9453 9.60352 13.9453C9.19922 13.9453 8.96484 14.2031 8.96484 14.5547C8.96484 14.707 9.00586 14.8477 9.08789 15.0176C9.43945 15.7266 10.4062 16.4004 11.7891 16.4004C13.9688 16.4004 15.2637 14.7305 15.2637 11.9062C15.2637 10.9395 15.0996 10.1309 14.7949 9.48047C14.2148 8.25 13.166 7.59961 11.8477 7.59961Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber9Square;\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,gBAA0lC,EAA1lC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,6MAA6M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8uBAA8uB,KAAK,eAAc,CAAI,GAGplC",
  "debugId": "2BEA435691D4CAE764756E2164756E21",
  "names": []
}