{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLiveWeak/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 IconLiveWeak: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"live-weak, signal\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.8968 7.83686C9.1897 8.12975 9.1897 8.60462 8.8968 8.89752C8.10175 9.69257 7.61133 10.7888 7.61133 12.0009C7.61133 13.2131 8.10175 14.3093 8.8968 15.1043C9.1897 15.3972 9.1897 15.8721 8.8968 16.165C8.60391 16.4579 8.12904 16.4579 7.83614 16.165C6.77129 15.1001 6.11133 13.6269 6.11133 12.0009C6.11133 10.375 6.77129 8.90172 7.83614 7.83686C8.12904 7.54396 8.60391 7.54396 8.8968 7.83686ZM15.1036 7.83686C15.3965 7.54396 15.8714 7.54396 16.1643 7.83686C17.2291 8.90172 17.8891 10.375 17.8891 12.0009C17.8891 13.6269 17.2291 15.1001 16.1643 16.165C15.8714 16.4579 15.3965 16.4579 15.1036 16.165C14.8107 15.8721 14.8107 15.3972 15.1036 15.1043C15.8987 14.3093 16.3891 13.2131 16.3891 12.0009C16.3891 10.7888 15.8987 9.69257 15.1036 8.89752C14.8107 8.60462 14.8107 8.12975 15.1036 7.83686ZM10.5002 12.0002C10.5002 11.1718 11.1718 10.5002 12.0002 10.5002C12.8286 10.5002 13.5002 11.1718 13.5002 12.0002C13.5002 12.8286 12.8286 13.5002 12.0002 13.5002C11.1718 13.5002 10.5002 12.8286 10.5002 12.0002Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLiveWeak;\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,gBAAsmC,EAAtmC,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u+BAAu+B,KAAK,eAAc,CAAI,GAGhmC",
  "debugId": "B6AB5BD27098394D64756E2164756E21",
  "names": []
}