{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLiveFull/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 IconLiveFull: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"live-full, signal, podcast\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.98959 4.92963C6.28249 5.22252 6.28249 5.6974 5.98959 5.99029C4.45057 7.52931 3.5 9.65328 3.5 12.0007C3.5 14.3481 4.45057 16.4721 5.98959 18.0111C6.28249 18.304 6.28249 18.7789 5.98959 19.0718C5.6967 19.3647 5.22183 19.3647 4.92893 19.0718C3.12011 17.2629 2 14.7619 2 12.0007C2 9.23948 3.12011 6.73845 4.92893 4.92963C5.22183 4.63674 5.6967 4.63674 5.98959 4.92963ZM18.0104 4.92963C18.3033 4.63674 18.7782 4.63674 19.0711 4.92963C20.8799 6.73845 22 9.23948 22 12.0007C22 14.7619 20.8799 17.2629 19.0711 19.0718C18.7782 19.3647 18.3033 19.3647 18.0104 19.0718C17.7175 18.7789 17.7175 18.304 18.0104 18.0111C19.5494 16.4721 20.5 14.3481 20.5 12.0007C20.5 9.65328 19.5494 7.52931 18.0104 5.99029C17.7175 5.6974 17.7175 5.22252 18.0104 4.92963ZM8.89659 7.83663C9.18948 8.12952 9.18948 8.60439 8.89659 8.89729C8.10153 9.69234 7.61111 10.7885 7.61111 12.0007C7.61111 13.2129 8.10153 14.3091 8.89659 15.1041C9.18948 15.397 9.18948 15.8719 8.89659 16.1648C8.60369 16.4577 8.12882 16.4577 7.83593 16.1648C6.77107 15.0999 6.11111 13.6267 6.11111 12.0007C6.11111 10.3747 6.77107 8.90148 7.83593 7.83663C8.12882 7.54373 8.60369 7.54373 8.89659 7.83663ZM15.1034 7.83663C15.3963 7.54373 15.8712 7.54373 16.1641 7.83663C17.2289 8.90148 17.8889 10.3747 17.8889 12.0007C17.8889 13.6267 17.2289 15.0999 16.1641 16.1648C15.8712 16.4577 15.3963 16.4577 15.1034 16.1648C14.8105 15.8719 14.8105 15.397 15.1034 15.1041C15.8985 14.3091 16.3889 13.2129 16.3889 12.0007C16.3889 10.7885 15.8985 9.69234 15.1034 8.89729C14.8105 8.60439 14.8105 8.12952 15.1034 7.83663ZM10.5 12C10.5 11.1715 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1715 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLiveFull;\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,gBAAkyD,EAAlyD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0pDAA0pD,KAAK,eAAc,CAAI,GAG5xD",
  "debugId": "2C4226757D3D683364756E2164756E21",
  "names": []
}