{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoice3/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 IconVoice3: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconVoice3\"><Path d=\"M7.89992 1C6.7169 1 5.9235 1.86869 5.40781 2.66955C4.8671 3.50928 4.41191 4.61602 3.99336 5.70323C3.8835 5.9886 3.77573 6.27381 3.66863 6.55725C3.35313 7.39219 3.0434 8.21187 2.70295 8.9757C2.24347 10.0066 1.78269 10.8033 1.29304 11.2929L0.585938 12L1.29304 12.7071C1.78269 13.1967 2.24347 13.9934 2.70295 15.0243C3.0434 15.7881 3.35313 16.6078 3.66863 17.4427C3.77573 17.7262 3.8835 18.0114 3.99336 18.2968C4.41191 19.384 4.8671 20.4907 5.40781 21.3305C5.9235 22.1313 6.7169 23 7.89992 23C9.14417 23 9.87837 22.0174 10.3036 21.2209C10.7469 20.3905 11.0899 19.3193 11.3967 18.3614L11.4148 18.305C11.744 17.2771 12.0369 16.3742 12.3856 15.7209C12.7612 15.0174 12.9879 15 13.0249 15C13.2809 15 13.5038 15.1032 13.7716 15.4231C14.0664 15.7753 14.3213 16.2814 14.6153 16.9188C14.6461 16.9855 14.6775 17.0543 14.7096 17.1245C14.9563 17.6641 15.2449 18.2953 15.5932 18.7924C15.9967 19.3686 16.643 20 17.6374 20C18.6058 20 19.2478 19.4324 19.6623 18.8156C20.052 18.2358 20.3367 17.4763 20.59 16.7788L20.6695 16.5592C21.1873 15.1285 21.6986 13.7157 22.7071 12.7071L23.4141 12L22.7071 11.2929C21.6986 10.2843 21.1873 8.87154 20.6695 7.44076L20.59 7.22123C20.3367 6.52366 20.052 5.76419 19.6623 5.18438C19.2478 4.56759 18.6058 4 17.6374 4C16.643 4 15.9967 4.63144 15.5932 5.20756C15.2449 5.70472 14.9563 6.33587 14.7096 6.87546C14.6775 6.94571 14.646 7.01451 14.6153 7.08116C14.3213 7.71858 14.0664 8.22473 13.7716 8.57687C13.5038 8.89677 13.2809 9 13.0249 9C12.9879 9 12.7612 8.98259 12.3856 8.27905C12.0369 7.62584 11.744 6.72288 11.4148 5.69495L11.3967 5.63865C11.09 4.68071 10.7469 3.60952 10.3036 2.77905C9.87837 1.98259 9.14417 1 7.89992 1Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconVoice3;\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,gBAAstD,EAAttD,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,EAAE,umDAAumD,KAAK,eAAc,CAAI,EAC9tD,EAEc",
  "debugId": "A0B5FF3E35ECC31364756E2164756E21",
  "names": []
}