{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTeddyBear/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 IconTeddyBear: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconTeddyBear\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.5 4C7.67157 4 7 4.67157 7 5.5C7 5.9901 7.23399 6.42526 7.60058 6.70062L7.99998 7.00062L8 7.50014C8.00008 9.33658 9.68921 11 12 11C14.3108 11 15.9999 9.33658 16 7.50014L16 7.00062L16.3994 6.70061C16.766 6.42526 17 5.9901 17 5.5C17 4.67157 16.3284 4 15.5 4C15.1906 4 14.9058 4.09262 14.6681 4.25148L14.221 4.55041L13.7251 4.34208C13.2057 4.12389 12.6215 4 12 4C11.3785 4 10.7943 4.12389 10.2749 4.34208L9.77903 4.55041L9.33186 4.25148C9.09423 4.09262 8.80945 4 8.5 4ZM5 5.5C5 3.567 6.567 2 8.5 2C9.02373 2 9.52208 2.11561 9.96947 2.32277C10.6057 2.1133 11.2898 2 12 2C12.7102 2 13.3943 2.1133 14.0305 2.32277C14.4779 2.11561 14.9763 2 15.5 2C17.433 2 19 3.567 19 5.5C19 6.46494 18.6088 7.33871 17.9788 7.97088C17.8991 8.84926 17.5984 9.65731 17.1331 10.3569L18.886 11.0143C20.1576 11.4911 21 12.7067 21 14.0647C21 14.9288 20.6568 15.7575 20.0458 16.3684L19.8896 16.5246C20.2747 17.0868 20.5 17.7671 20.5 18.5C20.5 20.433 18.933 22 17 22C15.6833 22 14.5365 21.273 13.939 20.1984C12.6289 20.507 11.3711 20.507 10.061 20.1984C9.46352 21.273 8.31667 22 7 22C5.067 22 3.5 20.433 3.5 18.5C3.5 17.7671 3.72527 17.0868 4.11036 16.5246L3.95422 16.3684C3.34324 15.7575 3 14.9288 3 14.0647C3 12.7067 3.84241 11.4911 5.11399 11.0143L6.86687 10.3569C6.40156 9.65731 6.10089 8.84927 6.02122 7.97088C5.39124 7.33871 5 6.46494 5 5.5ZM7.7564 12.1594L5.81623 12.8869C5.32526 13.071 5 13.5404 5 14.0647C5 14.3984 5.13253 14.7183 5.36844 14.9542L5.67409 15.2599C6.08303 15.0924 6.53073 15 7 15C7.00303 15 7.00606 15 7.00909 15C7.06011 13.9363 7.32447 13.0101 7.7564 12.1594ZM16.2436 12.1594C16.6755 13.0101 16.9399 13.9363 16.9909 15C16.9939 15 16.997 15 17 15C17.4693 15 17.917 15.0924 18.3259 15.2599L18.6316 14.9542C18.8675 14.7183 19 14.3984 19 14.0647C19 13.5404 18.6747 13.071 18.1838 12.8869L16.2436 12.1594ZM7 17C6.17157 17 5.5 17.6716 5.5 18.5C5.5 19.3284 6.17157 20 7 20C7.82843 20 8.5 19.3284 8.5 18.5C8.5 17.6716 7.82843 17 7 17ZM17 17C16.1716 17 15.5 17.6716 15.5 18.5C15.5 19.3284 16.1716 20 17 20C17.8284 20 18.5 19.3284 18.5 18.5C18.5 17.6716 17.8284 17 17 17Z\" fill=\"currentColor\"/><Path d=\"M10.9554 8.10982C10.5727 8.18767 10.3796 8.53558 10.5808 8.82263C10.875 9.24226 11.3626 9.75 12 9.75C12.6374 9.75 13.125 9.24226 13.4192 8.82263C13.6204 8.53558 13.4273 8.18767 13.0446 8.10982C12.3248 7.96339 11.6752 7.96339 10.9554 8.10982Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconTeddyBear;\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,EAAkE,EAAM,KAAK,CAAC,IAAU,CACnG,OAAO,gBAAq7E,EAAr7E,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4gEAA4gE,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,EAC77E,EAEc",
  "debugId": "804BEFAED7E4C35F64756E2164756E21",
  "names": []
}