{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPodcast2/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 IconPodcast2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"podcast-2, broadcast, mic\"><path d=\"M19.0715 4.92869C15.1662 1.02345 8.83414 1.02345 4.92889 4.92869C1.14565 8.71193 1.02754 14.7727 4.5744 18.6982L4.92889 19.0713L4.98651 19.122C5.28099 19.3622 5.71484 19.3456 5.98944 19.0713C6.26403 18.7967 6.28148 18.3619 6.0412 18.0674L5.98944 18.0107L5.68866 17.6933C2.67372 14.3566 2.77365 9.20503 5.98944 5.98923C9.3089 2.66978 14.6915 2.66978 18.0109 5.98923C21.3304 9.30869 21.3304 14.6913 18.0109 18.0107C17.718 18.3036 17.718 18.7784 18.0109 19.0713C18.3038 19.3639 18.7787 19.3641 19.0715 19.0713C22.9767 15.166 22.9767 8.83393 19.0715 4.92869Z\" fill=\"currentColor\"/><path d=\"M16.0002 13.5C16.0002 15.4527 14.6007 17.0776 12.7502 17.4287V19.5H14.2502C14.6644 19.5 15.0002 19.8358 15.0002 20.25C15.0002 20.6642 14.6644 21 14.2502 21H9.75018C9.33597 21 9.00018 20.6642 9.00018 20.25C9.00018 19.8358 9.33597 19.5 9.75018 19.5H11.2502V17.4287C9.39964 17.0776 8.00018 15.4527 8.00018 13.5V11C8.00018 8.79084 9.79104 6.99998 12.0002 6.99998C14.2093 6.99998 16.0002 8.79084 16.0002 11V13.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPodcast2;\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,gBAAqkC,EAArkC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,6iBAA6iB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0ZAA0Z,KAAK,eAAc,CAAI,GAG/jC",
  "debugId": "46A21EF4315CA9C864756E2164756E21",
  "names": []
}