{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPodcast1/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 IconPodcast1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"podcast-1, broadcast, mic\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 15.25C13.1699 15.25 14.0873 16.2177 14.0586 17.3574L14.04 17.5879L13.5947 20.8584C13.4859 21.6557 12.8047 22.25 12 22.25C11.1953 22.25 10.5141 21.6557 10.4053 20.8584L9.95996 17.5879C9.79135 16.3514 10.7521 15.25 12 15.25Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5245 2 21.9999 6.48892 22 12.0225C22 15.5084 20.2237 18.5793 17.5312 20.374C17.1866 20.6037 16.721 20.5105 16.4912 20.166C16.2615 19.8213 16.3545 19.3557 16.6992 19.126C18.9913 17.5982 20.5 14.9869 20.5 12.0225C20.4999 7.31387 16.6926 3.5 12 3.5C7.3074 3.5 3.50014 7.31387 3.5 12.0225C3.5 14.8945 4.9163 17.4346 7.08887 18.9795L7.30078 19.126L7.3623 19.1719C7.65581 19.4136 7.72419 19.8428 7.50879 20.166C7.29337 20.489 6.87109 20.5909 6.53516 20.4131L6.46875 20.374L6.21973 20.2021C3.66737 18.3871 2 15.3997 2 12.0225C2.00014 6.48892 6.47551 2 12 2Z\" fill=\"currentColor\"/><path d=\"M12 6C15.322 6 18 8.7228 18 12.0625C17.9999 13.4243 17.5541 14.684 16.8018 15.6973C16.5548 16.0295 16.0854 16.0992 15.7529 15.8525C15.4204 15.6056 15.3507 15.1353 15.5977 14.8027C16.1638 14.0403 16.4999 13.0927 16.5 12.0625C16.5 9.53453 14.477 7.5 12 7.5C9.52302 7.5 7.5 9.53453 7.5 12.0625C7.50007 13.0927 7.83624 14.0403 8.40234 14.8027C8.64928 15.1353 8.57963 15.6056 8.24707 15.8525C7.91462 16.0992 7.44518 16.0295 7.19824 15.6973C6.44585 14.684 6.00007 13.4243 6 12.0625C6 8.7228 8.67799 6 12 6Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPodcast1;\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,gBAA4oD,EAA5oD,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qOAAqO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kjBAAkjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ufAAuf,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0HAA0H,KAAK,eAAc,CAAI,GAGtoD",
  "debugId": "EB22C71320D9F09B64756E2164756E21",
  "names": []
}