{
  "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.96582 5.99975H20.25C21.2164 5.99975 21.9998 6.78338 22 7.74975V19.2497C21.9999 19.8536 21.6939 20.3864 21.2285 20.7009C21.1355 20.7638 21.0362 20.8178 20.9316 20.8621C20.7221 20.9508 20.4918 20.9997 20.25 20.9997H3.75C3.50817 20.9997 3.27787 20.9508 3.06836 20.8621C2.96382 20.8178 2.86447 20.7638 2.77148 20.7009C2.30612 20.3864 2.00008 19.8536 2 19.2497V7.44799C2.00012 6.71439 2.4579 6.05845 3.14648 5.80541L14.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.53125 7.3308C3.51231 7.36621 3.50006 7.40602 3.5 7.44799V10.9997H8V7.49975H4C3.82169 7.49975 3.65996 7.43472 3.53125 7.3308ZM9.5 10.9997H20.5V7.74975C20.4998 7.61181 20.388 7.49975 20.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,gBAAm3C,EAAn3C,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2tCAA2tC,KAAK,eAAc,CAAI,GAG72C",
  "debugId": "65BF283347AECAC064756E2164756E21",
  "names": []
}