{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWifiFull/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 IconWifiFull: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wifi-full, spot, signal, hot spot\"><path d=\"M2.53857 7.23055C8.05879 2.92185 15.9413 2.92185 21.4615 7.23055C21.788 7.48541 21.8461 7.95672 21.5913 8.28324C21.3364 8.60977 20.8651 8.66786 20.5386 8.413C15.5608 4.5277 8.43928 4.5277 3.4615 8.413C3.13498 8.66786 2.66367 8.60977 2.40881 8.28324C2.15395 7.95672 2.21204 7.48541 2.53857 7.23055Z\" fill=\"currentColor\"/><path d=\"M16.7888 13.9058C13.9979 11.7293 10.0031 11.7293 7.21224 13.9058C6.88561 14.1606 6.41433 14.1023 6.1596 13.7757C5.90487 13.449 5.96315 12.9778 6.28978 12.723C9.62291 10.1236 14.3781 10.1236 17.7112 12.723C18.0379 12.9778 18.0962 13.449 17.8414 13.7757C17.5867 14.1023 17.1154 14.1606 16.7888 13.9058Z\" fill=\"currentColor\"/><path d=\"M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWifiFull;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAw3B,EAAx3B,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,4SAA4S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+SAA+S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,CAAI,GAGl3B",
  "debugId": "5AFD44A710FD7F5264756E2164756E21",
  "names": []
}