{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWifiSquare/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 IconWifiSquare: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wifi-square, spot, signal, hot spot\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H20.25C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16ZM7.62274 8.17393C8.96905 7.39038 10.4858 7 12 7C13.5142 7 15.031 7.39038 16.3773 8.17393C16.7353 8.38229 16.8566 8.8414 16.6482 9.1994C16.4399 9.5574 15.9807 9.6787 15.6227 9.47035C14.5128 8.82438 13.2577 8.5 12 8.5C10.7423 8.5 9.48717 8.82438 8.37726 9.47035C8.01926 9.6787 7.56014 9.5574 7.35179 9.1994C7.14344 8.8414 7.26475 8.38229 7.62274 8.17393ZM10.3228 12.8762C10.8487 12.626 11.4235 12.5 12 12.5C12.5766 12.5 13.1516 12.6259 13.6779 12.8763C14.0519 13.0541 14.4994 12.8951 14.6773 12.5211C14.8552 12.147 14.6962 11.6995 14.3221 11.5216C13.5897 11.1733 12.794 11 12 11C11.206 11 10.4105 11.1734 9.67834 11.5217C9.3043 11.6996 9.14534 12.1471 9.32329 12.5211C9.50124 12.8952 9.94871 13.0542 10.3228 12.8762Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWifiSquare;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAumC,EAAvmC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s9BAAs9B,KAAK,eAAc,CAAI,GAGjmC",
  "debugId": "2F6A4F7217F628B564756E2164756E21",
  "names": []
}