{
  "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-outlined-radius-0-stroke-1-IconTeddyBear\"><Path d=\"M8.75 11.75C8.10541 12.9074 7.73434 14.1636 7.75051 15.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.25 11.75C15.8946 12.9074 16.2657 14.1636 16.2495 15.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9.75 19.5C11.302 20.1667 12.698 20.1667 14.25 19.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9.75 18.625C9.75 20.2128 8.46282 21.5 6.875 21.5C5.28718 21.5 4 20.2128 4 18.625C4 17.0372 5.28718 15.75 6.875 15.75C8.46282 15.75 9.75 17.0372 9.75 18.625Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20 18.625C20 20.2128 18.7128 21.5 17.125 21.5C15.5372 21.5 14.25 20.2128 14.25 18.625C14.25 17.0372 15.5372 15.75 17.125 15.75C18.7128 15.75 20 17.0372 20 18.625Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.75 11.5L19.0315 12.4067C20.0471 12.6874 20.75 13.6072 20.75 14.6558C20.75 15.2552 20.5182 15.8316 20.1027 16.2656L19.6389 16.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.25 11.5L4.96852 12.4067C3.95288 12.6874 3.25 13.6072 3.25 14.6558C3.25 15.2552 3.48178 15.8316 3.89733 16.2656L4.36111 16.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 2.5C11.1822 2.5 10.4067 2.66729 9.71158 2.96682C9.2815 2.67194 8.7645 2.5 8.20833 2.5C6.71256 2.5 5.5 3.74365 5.5 5.27778C5.5 6.18657 5.92551 6.99342 6.58333 7.5002C6.58345 10.2615 9.00853 12.5 12 12.5C14.9915 12.5 17.4165 10.2615 17.4167 7.5002C18.0745 6.99342 18.5 6.18657 18.5 5.27778C18.5 3.74365 17.2874 2.5 15.7917 2.5C15.2355 2.5 14.7185 2.67194 14.2884 2.96682C13.5933 2.66729 12.8178 2.5 12 2.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10.9554 8.35982C10.5727 8.43767 10.3796 8.78558 10.5808 9.07263C10.875 9.49226 11.3626 10 12 10C12.6374 10 13.125 9.49226 13.4192 9.07263C13.6204 8.78558 13.4273 8.43767 13.0446 8.35982C12.3248 8.21339 11.6752 8.21339 10.9554 8.35982Z\" 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,gBAA06D,EAA16D,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,4DAA4D,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,6DAA6D,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,sDAAsD,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,gKAAgK,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,sKAAsK,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,sIAAsI,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,2ZAA2Z,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,CAAI,EACl7D,EAEc",
  "debugId": "1F597A82B154080664756E2164756E21",
  "names": []
}