{
  "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 d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12.0176 16.3975C10.166 16.3975 8.95312 15.3896 8.8418 13.9424L8.83594 13.8721H10.2773L10.2832 13.9365C10.3652 14.6514 11.0273 15.1611 12.0176 15.1611C12.9961 15.1611 13.6465 14.6162 13.6465 13.8311V13.8193C13.6465 12.9287 12.9902 12.4365 11.9062 12.4365H10.9102V11.3115H11.877C12.8086 11.3115 13.4297 10.7842 13.4297 10.0459V10.0342C13.4297 9.26074 12.9082 8.80371 12.0059 8.80371C11.1152 8.80371 10.5 9.27832 10.4238 10.0342L10.418 10.0928H9.01172L9.01758 10.0283C9.14648 8.56348 10.3008 7.60254 12.0059 7.60254C13.7461 7.60254 14.877 8.51074 14.877 9.83496V9.84668C14.877 10.8955 14.1211 11.5928 13.1074 11.8037V11.833C14.3496 11.9502 15.1758 12.6885 15.1758 13.8604V13.8721C15.1758 15.3604 13.8926 16.3975 12.0176 16.3975Z\" 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,gBAA24B,EAA34B,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,ytBAAytB,KAAK,eAAc,CAAI,GAGr4B",
  "debugId": "24A5990AFB909A9D64756E2164756E21",
  "names": []
}