{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoice2/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 IconVoice2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconVoice2\"><Path d=\"M19.8987 18.1335C21.2157 16.4399 22 14.3116 22 12C22 11.731 21.9893 11.4644 21.9685 11.2007C18.288 11.2388 15.3871 12.8741 12.4426 14.6556C12.2815 14.7531 12.1198 14.8514 11.9576 14.9499C11.6511 15.1362 11.342 15.324 11.031 15.5101C13.6719 17.101 16.5501 18.3789 19.8987 18.1335Z\" fill=\"currentColor\"/><Path d=\"M17.8543 20.1081C14.4803 19.7994 11.6193 18.2575 9.20354 16.732L9.04752 16.6332C7.54115 17.4201 5.95493 18.062 4.23383 18.3003C6.06733 20.5576 8.8652 22 12 22C14.1862 22 16.2086 21.2984 17.8543 20.1081Z\" fill=\"currentColor\"/><Path d=\"M3.01613 16.3972C2.50463 15.3542 2.16943 14.209 2.04939 13.0004C2.88782 13.015 3.86822 13.3981 5.09369 14.1027C5.74552 14.4775 6.40139 14.9019 7.09837 15.3605C5.76876 15.9654 4.44332 16.3608 3.01613 16.3972Z\" fill=\"currentColor\"/><Path d=\"M2.04932 11.0003C3.43309 11.0145 4.79626 11.6247 6.09062 12.3689C6.90041 12.8345 7.77638 13.4117 8.66683 13.9984C8.82067 14.0997 8.97521 14.2016 9.12966 14.303C9.76188 13.9413 10.4065 13.5507 11.0743 13.1461L11.4073 12.9444C14.2644 11.2157 17.4866 9.34851 21.6051 9.20841C20.3969 5.04407 16.5539 2 12 2C6.81453 2 2.55092 5.94682 2.04932 11.0003Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconVoice2;\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,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAA2tC,EAA3tC,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,EAAE,0RAA0R,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6MAA6M,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4VAA4V,KAAK,eAAc,CAAI,EACnuC,EAEc",
  "debugId": "1815C6C79AB708EB64756E2164756E21",
  "names": []
}