{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAirplayAudio/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 IconAirplayAudio: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"airplay-audio, audio-stream\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.1054 14.9518C11.5932 14.4494 12.4078 14.4491 12.8954 14.9518L12.994 15.067L15.9852 18.9918L16.0888 19.15C16.5371 19.9581 15.9599 20.9996 14.9901 20.9996H9.00965C7.97523 20.9996 7.38861 19.8146 8.01551 18.9918L11.0057 15.067L11.1054 14.9518Z\" fill=\"currentColor\"/><path d=\"M4.9286 4.92833C8.83383 1.02326 15.166 1.02322 19.0712 4.92833C22.9382 8.79536 22.9758 15.0419 19.1845 18.9557L19.1278 19.0084C18.8371 19.253 18.4027 19.2423 18.1239 18.9723C17.8265 18.6841 17.8191 18.2092 18.1073 17.9117L18.3993 17.5943C21.324 14.2557 21.1948 9.17309 18.0106 5.98888C14.6912 2.66955 9.30859 2.66959 5.98915 5.98888C2.80492 9.17311 2.67572 14.2557 5.60048 17.5943L5.89247 17.9117L5.94325 17.9693C6.17906 18.2677 6.15474 18.702 5.87587 18.9723C5.59706 19.2423 5.16268 19.253 4.87196 19.0084L4.81532 18.9557L4.47157 18.5817C1.03045 14.6534 1.18239 8.67454 4.9286 4.92833Z\" fill=\"currentColor\"/><path d=\"M7.04969 7.0504C9.78337 4.31677 14.2164 4.31674 16.9501 7.0504C19.5321 9.63283 19.675 13.7305 17.3788 16.4811C17.1134 16.7988 16.6401 16.841 16.3222 16.5758C16.0043 16.3104 15.9613 15.8371 16.2265 15.5192C18.0298 13.3589 17.9171 10.1395 15.8886 8.11095C13.7407 5.96315 10.2591 5.96317 8.11122 8.11095C6.08272 10.1395 5.97003 13.3589 7.77333 15.5192C8.03846 15.8371 7.99549 16.3104 7.67762 16.5758C7.35973 16.841 6.88643 16.7988 6.62098 16.4811C4.32479 13.7305 4.46771 9.63283 7.04969 7.0504Z\" fill=\"currentColor\"/><path d=\"M9.17176 9.1715C10.7338 7.60957 13.266 7.60952 14.828 9.1715C16.094 10.4375 16.3337 12.3397 15.5497 13.8463L15.5106 13.9117C15.3021 14.2297 14.8826 14.344 14.538 14.1647C14.1706 13.9734 14.0274 13.5204 14.2186 13.1529L14.3036 12.9742C14.6882 12.064 14.5081 10.9726 13.7675 10.232C12.7912 9.25586 11.2086 9.2559 10.2323 10.232C9.4917 10.9727 9.3115 12.064 9.69618 12.9742L9.78114 13.1529L9.81337 13.2233C9.95375 13.5764 9.80611 13.9854 9.4618 14.1647C9.11723 14.344 8.69773 14.2297 8.48915 13.9117L8.45008 13.8463L8.31532 13.5592C7.70016 12.1042 7.98483 10.3584 9.17176 9.1715Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAirplayAudio;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAqlE,EAArlE,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uPAAuP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6kBAA6kB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8eAA8e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mkBAAmkB,KAAK,eAAc,CAAI,GAG/kE",
  "debugId": "C18B4D26FC58842664756E2164756E21",
  "names": []
}