{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWifiWeak/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 IconWifiWeak: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wifi-weak, spot, signal, hot spot\"><path d=\"M16.7878 13.9058C13.9969 11.7293 10.0021 11.7293 7.21126 13.9058C6.88464 14.1606 6.41335 14.1023 6.15862 13.7757C5.90389 13.449 5.96218 12.9778 6.2888 12.723C9.62194 10.1236 14.3771 10.1236 17.7103 12.723C18.0369 12.9778 18.0952 13.449 17.8404 13.7757C17.5857 14.1023 17.1144 14.1606 16.7878 13.9058Z\" fill=\"currentColor\"/><path d=\"M11.9991 20C12.5514 20 12.9991 19.5523 12.9991 19C12.9991 18.4477 12.5514 18 11.9991 18C11.4468 18 10.9991 18.4477 10.9991 19C10.9991 19.5523 11.4468 20 11.9991 20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWifiWeak;\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,gBAA4lB,EAA5lB,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,+SAA+S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uKAAuK,KAAK,eAAc,CAAI,GAGtlB",
  "debugId": "88BF3AE4497FC01D64756E2164756E21",
  "names": []
}