{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWreathSimple/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 IconWreathSimple: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconWreathSimple\"><Path d=\"M18.0137 13.5566C19.033 12.9681 20.2846 13.0638 21.6045 13.5469L22.2324 13.7764L22.1172 14.4355C21.8756 15.82 21.3336 16.9515 20.3145 17.54C19.453 18.0374 18.4263 18.044 17.332 17.7432C16.4496 18.592 15.4461 19.1002 14.4688 19.4785C15.0803 19.8411 15.6674 20.3018 16.1875 20.9189L16.7676 21.6074L15.3906 22.7676L14.8105 22.0791C14.0627 21.1918 13.1225 20.7318 11.999 20.3291C10.8755 20.7318 9.93533 21.1918 9.1875 22.0791L8.60742 22.7676L7.23047 21.6074L7.81055 20.9189C8.33049 20.302 8.91703 19.8411 9.52832 19.4785C8.55137 19.1003 7.54811 18.5924 6.66602 17.7441C5.57179 18.0449 4.54502 18.0384 3.68359 17.541C2.66449 16.9525 2.12241 15.8209 1.88086 14.4365L1.76562 13.7773L2.39355 13.5479C3.71341 13.0648 4.96506 12.9691 5.98438 13.5576C6.894 14.083 7.42222 15.0413 7.69727 16.2256C8.72999 17.3485 10.0383 17.7864 11.5869 18.29C11.7224 18.3341 11.8599 18.3789 11.999 18.4248C12.1381 18.3789 12.2756 18.3341 12.4111 18.29C13.9592 17.7865 15.2672 17.3488 16.2998 16.2266C16.5747 15.0413 17.1035 14.0823 18.0137 13.5566Z\" fill=\"currentColor\"/><Path d=\"M2.98926 7.26367C4.38871 7.13886 5.62203 7.37016 6.4541 8.20215C7.28616 9.0344 7.51757 10.2682 7.39258 11.668L7.33301 12.334L6.66699 12.3936C5.26722 12.5186 4.03343 12.2871 3.20117 11.4551C2.36909 10.6229 2.13778 9.38989 2.2627 7.99023L2.32227 7.32324L2.98926 7.26367Z\" fill=\"currentColor\"/><Path d=\"M17.5391 8.20117C18.3193 7.42091 19.4521 7.16955 20.7441 7.24414L21.0049 7.2627L21.6709 7.32227L21.7305 7.98926C21.8554 9.38899 21.6242 10.6219 20.792 11.4541C19.9598 12.2863 18.7269 12.5175 17.3271 12.3926L16.6602 12.333L16.6006 11.667C16.4756 10.2671 16.7068 9.03344 17.5391 8.20117Z\" fill=\"currentColor\"/><Path d=\"M6.68555 2.46191C8.06997 2.70346 9.20149 3.24554 9.79004 4.26465C10.3785 5.28396 10.2829 6.53561 9.7998 7.85547L9.56934 8.4834L8.91113 8.36816C7.52675 8.12662 6.39521 7.58448 5.80664 6.56543C5.21814 5.54612 5.3138 4.29447 5.79688 2.97461L6.02637 2.34668L6.68555 2.46191Z\" fill=\"currentColor\"/><Path d=\"M18.2002 2.97461C18.6832 4.29432 18.7788 5.5462 18.1904 6.56543C17.6019 7.58444 16.4702 8.12657 15.0859 8.36816L14.4268 8.4834L14.1973 7.85547C13.7142 6.53561 13.6185 5.28396 14.207 4.26465C14.7956 3.24575 15.9273 2.70344 17.3115 2.46191L17.9697 2.34668L18.2002 2.97461Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconWreathSimple;\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,EAAqE,EAAM,KAAK,CAAC,IAAU,CACtG,OAAO,gBAAyzE,EAAzzE,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,+/BAA+/B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gSAAgS,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iRAAiR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iRAAiR,KAAK,eAAc,CAAI,EACj0E,EAEc",
  "debugId": "1C303A2B32439F6C64756E2164756E21",
  "names": []
}