{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloseQuote1/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 IconCloseQuote1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconCloseQuote1\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.48919 6C4.53793 6 3 7.49735 3 9.29167C3 11.086 4.53793 12.5833 6.48919 12.5833C8.44044 12.5833 9.97837 11.086 9.97837 9.29167C9.97837 7.49735 8.44044 6 6.48919 6Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 9.29167C2 6.89782 4.03411 5 6.48919 5C8.93943 5 10.9704 6.89035 10.9783 9.27751C11.231 13.9146 8.73303 16.5868 5.04716 18.9223L4.62481 19.19L4.08956 18.3453L4.51191 18.0777C6.79872 16.6286 9.11346 14.9989 9.76776 12.2237C8.94467 13.0631 7.77463 13.5833 6.48919 13.5833C4.03411 13.5833 2 11.6855 2 9.29167Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.4892 6C15.5379 6 14 7.49735 14 9.29167C14 11.086 15.5379 12.5833 17.4892 12.5833C19.4404 12.5833 20.9784 11.086 20.9784 9.29167C20.9784 7.49735 19.4404 6 17.4892 6Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13 9.29167C13 6.89782 15.0341 5 17.4892 5C19.9394 5 21.9704 6.89035 21.9784 9.27751C22.231 13.9146 19.733 16.5868 16.0472 18.9223L15.6248 19.19L15.0896 18.3453L15.5119 18.0777C17.7987 16.6286 20.1135 14.9989 20.7678 12.2237C19.9447 13.0631 18.7746 13.5833 17.4892 13.5833C15.0341 13.5833 13 11.6855 13 9.29167Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconCloseQuote1;\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,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAAyyC,EAAzyC,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wKAAwK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uTAAuT,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2KAA2K,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0TAA0T,KAAK,eAAc,CAAI,EACjzC,EAEc",
  "debugId": "A243EFA92E8E256164756E2164756E21",
  "names": []
}