{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumber3Square/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 IconNumber3Square: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"number-3-square, key\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.25ZM11.9531 7.60254C10.5762 7.60254 9.63867 8.21777 9.24023 9.05566C9.13477 9.26074 9.09375 9.44824 9.09375 9.65918C9.09375 10.0459 9.31641 10.292 9.73828 10.292C10.0898 10.292 10.2539 10.1572 10.418 9.79395C10.6992 9.13184 11.1621 8.80371 11.959 8.80371C12.8965 8.80371 13.377 9.2959 13.377 10.0283C13.377 10.7783 12.7559 11.3115 11.8242 11.3115H11.3789C11.0039 11.3115 10.7812 11.54 10.7812 11.874C10.7812 12.208 11.0039 12.4365 11.3789 12.4365H11.8594C12.9434 12.4365 13.5996 12.9404 13.5938 13.8428C13.5938 14.6104 12.9434 15.1611 11.9824 15.1611C11.0566 15.1611 10.5469 14.7803 10.2539 14.1416C10.0957 13.8311 9.9082 13.6963 9.59766 13.6963C9.17578 13.6963 8.92383 13.9482 8.92383 14.3467C8.92383 14.5459 8.9707 14.7393 9.08203 14.9443C9.52148 15.7939 10.4824 16.3975 11.9648 16.3975C13.8164 16.3975 15.1289 15.3779 15.1289 13.8779C15.1289 12.7002 14.3027 11.9502 13.0547 11.833V11.8037C14.0742 11.5928 14.8301 10.8838 14.8301 9.82324C14.8301 8.5166 13.7051 7.60254 11.9531 7.60254Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber3Square;\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,gBAA4uC,EAA5uC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0mCAA0mC,KAAK,eAAc,CAAI,GAGtuC",
  "debugId": "9B6117C07BD6229D64756E2164756E21",
  "names": []
}