{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAirplayAudio/index.tsx"],
  "sourcesContent": [
    "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\n  return (\n    <Svg\n      {...props}\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    >\n      {masked ? (\n        <>\n          <Mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <G color=\"#fff\">{children}</G>\n          </Mask>\n          <Rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </Svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAirplayAudio: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconAirplayAudio\"><Path d=\"M12 15L12.4044 14.7059L12 14.1499L11.5956 14.7059L12 15ZM8 20.5L7.59563 20.2059L7.01811 21H8V20.5ZM16 20.5V21H16.9819L16.4044 20.2059L16 20.5ZM12 15L11.5956 14.7059L7.59563 20.2059L8 20.5L8.40437 20.7941L12.4044 15.2941L12 15ZM8 20.5V21H16V20.5V20H8V20.5ZM16 20.5L16.4044 20.2059L12.4044 14.7059L12 15L11.5956 15.2941L15.5956 20.7941L16 20.5Z\" fill=\"currentColor\"/><Path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 15.2398 20.458 18.1179 18.0693 19.9453L17.4805 19.1357C19.6196 17.4904 21 14.9074 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 14.9071 4.37977 17.4903 6.51855 19.1357L5.92969 19.9453C3.54141 18.1179 2 15.2395 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/><Path d=\"M12 5C15.866 5 19 8.13401 19 12C19 14.2425 17.9438 16.2365 16.3037 17.5176L15.7158 16.708C17.1062 15.6092 18 13.9098 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 13.9095 6.89318 15.6091 8.2832 16.708L7.69531 17.5176C6.05553 16.2364 5 14.2422 5 12C5 8.13401 8.13401 5 12 5Z\" fill=\"currentColor\"/><Path d=\"M12 8C14.2091 8 16 9.79086 16 12C16 13.2449 15.4308 14.3562 14.5391 15.0898L13.9482 14.2783C14.5911 13.7281 15 12.9125 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 12.9122 9.40827 13.7281 10.0508 14.2783L9.45996 15.0898C8.56857 14.3562 8 13.2446 8 12C8 9.79086 9.79086 8 12 8Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconAirplayAudio;\n"
  ],
  "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAqE,EAAM,KAAK,CAAC,IAAU,CACtG,OAAO,gBAAi5C,EAAj5C,IAAqB,EAAO,OAAO,sDAAqD,gBAAC,EAAD,CAAM,EAAE,yVAAyV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oSAAoS,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qSAAqS,KAAK,eAAc,CAAI,EACz5C,EAEc",
  "debugId": "A9A490E3ED90394E64756E2164756E21",
  "names": []
}