{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRadio/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 IconRadio: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"radio, antenna, signal, broadcast, speaker\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.7412 1.54564C15.1299 1.40293 15.5611 1.60243 15.7041 1.99096C15.8469 2.37969 15.6475 2.81094 15.2588 2.95385L6.96777 5.99975H18.25C20.321 5.99975 21.9998 7.67882 22 9.74975V17.2497C22 17.3792 21.9933 17.5074 21.9805 17.6335C21.9484 17.9488 21.8777 18.2525 21.7725 18.5398C21.7304 18.6546 21.6825 18.7665 21.6299 18.8757C21.6035 18.9304 21.5767 18.9847 21.5479 19.0378C21.4902 19.144 21.4267 19.2467 21.3594 19.3464C20.6855 20.344 19.5444 20.9997 18.25 20.9997H5.75C4.45559 20.9997 3.31453 20.344 2.64062 19.3464C2.57327 19.2467 2.50985 19.144 2.45215 19.0378C2.42328 18.9847 2.39645 18.9304 2.37012 18.8757C2.31749 18.7665 2.26958 18.6546 2.22754 18.5398C2.12232 18.2525 2.05157 17.9488 2.01953 17.6335C2.00672 17.5074 2 17.3792 2 17.2497V8.8435C2.00022 7.2713 2.98123 5.8661 4.45703 5.32396L14.7412 1.54564ZM13.5 14.8747C12.9177 14.8747 12.4387 15.3175 12.3809 15.8845L12.375 15.9997L12.3809 16.115C12.4386 16.6822 12.9176 17.1247 13.5 17.1247C14.1213 17.1247 14.625 16.6211 14.625 15.9997C14.6248 15.4175 14.1823 14.9383 13.6152 14.8806L13.5 14.8747ZM17.5 14.8747C16.9177 14.8747 16.4387 15.3175 16.3809 15.8845L16.375 15.9997L16.3809 16.115C16.4386 16.6822 16.9176 17.1247 17.5 17.1247C18.1213 17.1247 18.625 16.6211 18.625 15.9997C18.6248 15.4175 18.1823 14.9383 17.6152 14.8806L17.5 14.8747ZM3.94922 7.49682C3.66475 7.8772 3.50011 8.3462 3.5 8.8435V10.9997H8V7.49975H4C3.98291 7.49975 3.96602 7.49794 3.94922 7.49682ZM9.5 10.9997H20.5V9.74975C20.4998 8.50724 19.4925 7.49975 18.25 7.49975H9.5V10.9997Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRadio;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAioD,EAAjoD,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y+CAAy+C,KAAK,eAAc,CAAI,GAG3nD",
  "debugId": "2F889DA82BCF775564756E2164756E21",
  "names": []
}