{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconOpenQuote1/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 IconOpenQuote1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconOpenQuote1\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.91416 5.65475L8.49182 5.92238C6.205 7.37143 3.89026 9.00115 3.23597 11.7763C4.05906 10.937 5.2291 10.4167 6.51454 10.4167C8.96962 10.4167 11.0037 12.3145 11.0037 14.7084C11.0037 17.1022 8.96962 19 6.51454 19C4.0643 19 2.03338 17.1097 2.02538 14.7225C1.77268 10.0854 4.2707 7.41326 7.95657 5.07768L8.37892 4.81006L8.91416 5.65475Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.9142 5.65475L19.4918 5.92238C17.205 7.37143 14.8903 9.00115 14.236 11.7763C15.0591 10.937 16.2291 10.4167 17.5145 10.4167C19.9696 10.4167 22.0037 12.3145 22.0037 14.7084C22.0037 17.1022 19.9696 19 17.5145 19C15.0643 19 13.0334 17.1097 13.0254 14.7225C12.7727 10.0854 15.2707 7.41326 18.9566 5.07768L19.3789 4.81006L19.9142 5.65475Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.51262 11.4165C4.56137 11.4165 3.02344 12.9139 3.02344 14.7082C3.02344 16.5025 4.56137 17.9998 6.51262 17.9998C8.46388 17.9998 10.0018 16.5025 10.0018 14.7082C10.0018 12.9139 8.46388 11.4165 6.51262 11.4165Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.5126 11.4165C15.5614 11.4165 14.0234 12.9139 14.0234 14.7082C14.0234 16.5025 15.5614 17.9998 17.5126 17.9998C19.4639 17.9998 21.0018 16.5025 21.0018 14.7082C21.0018 12.9139 19.4639 11.4165 17.5126 11.4165Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconOpenQuote1;\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,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAA66C,EAA76C,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+UAA+U,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kVAAkV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oNAAoN,KAAK,eAAc,CAAI,EACr7C,EAEc",
  "debugId": "9DDE164D4BE245B464756E2164756E21",
  "names": []
}