{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLiveNoSignal/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 IconLiveNoSignal: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"live-no-signal, signal\"><path 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.83686Z\" fill=\"currentColor\"/><path d=\"M15.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.83686Z\" fill=\"currentColor\"/><path d=\"M10.0558 13.9448C9.7629 13.6519 9.7629 13.177 10.0558 12.8841L10.9394 12.0005L10.0555 11.1165C9.76258 10.8236 9.76258 10.3487 10.0555 10.0559C10.3484 9.76296 10.8232 9.76296 11.1161 10.0559L12.0001 10.9398L12.8842 10.0557C13.1771 9.76279 13.652 9.76279 13.9449 10.0557C14.2378 10.3486 14.2378 10.8234 13.9449 11.1163L13.0608 12.0005L13.9446 12.8843C14.2375 13.1772 14.2375 13.652 13.9446 13.9449C13.6517 14.2378 13.1768 14.2378 12.8839 13.9449L12.0001 13.0611L11.1165 13.9448C10.8236 14.2377 10.3487 14.2377 10.0558 13.9448Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLiveNoSignal;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAg8C,EAAh8C,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,wYAAwY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iZAAiZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+gBAA+gB,KAAK,eAAc,CAAI,GAG17C",
  "debugId": "B2AE66EE3875E3DB64756E2164756E21",
  "names": []
}