{
  "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=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M11.8828 7.56152C13.6875 7.56152 15.2578 8.84473 15.2578 11.8916V11.9033C15.2578 14.751 13.9746 16.4385 11.8477 16.4385C10.2949 16.4385 9.13477 15.5186 8.86523 14.2236L8.85352 14.1592H10.3418L10.3594 14.2178C10.582 14.8096 11.1035 15.1963 11.8477 15.1963C13.1895 15.1963 13.7578 13.8838 13.8223 12.2666C13.8223 12.2021 13.8281 12.1377 13.8281 12.0732H13.7109C13.4004 12.7412 12.6621 13.333 11.502 13.333C9.87891 13.333 8.74219 12.1494 8.74219 10.5439V10.5322C8.74219 8.81543 10.0488 7.56152 11.8828 7.56152ZM11.877 12.1729C12.832 12.1729 13.5645 11.4814 13.5645 10.5264V10.5146C13.5645 9.54785 12.832 8.79199 11.8945 8.79199C10.9629 8.79199 10.2188 9.53613 10.2188 10.4795V10.4912C10.2188 11.4697 10.916 12.1729 11.877 12.1729Z\" 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,gBAA44B,EAA54B,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0tBAA0tB,KAAK,eAAc,CAAI,GAGt4B",
  "debugId": "377DF6BE2EFBE76F64756E2164756E21",
  "names": []
}