{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGarlic/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 IconGarlic: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconGarlic\"><Path d=\"M13.8955 1.9209C14.0985 4.34015 15.7146 5.9826 17.6631 7.9082C19.5194 9.7427 21.709 11.862 21.9482 15.0938L21.9512 15.1289V15.1641C21.9511 16.6347 21.6134 18.5289 20.4404 19.9365C19.4503 21.1248 17.9713 21.8401 15.9492 21.791C16.1657 21.3505 16.3015 20.8665 16.3828 20.3906C16.5716 19.2853 16.5178 17.9883 16.3516 16.7236C16.019 14.1945 15.1976 11.5254 14.5879 10.2031L14.1895 9.33984L12.4639 10.1357L12.8623 10.998C13.3844 12.1303 14.1576 14.6131 14.4678 16.9717C14.6228 18.1508 14.6527 19.2333 14.5098 20.0703C14.3621 20.9342 14.0731 21.3193 13.7969 21.4639C13.2418 21.7543 12.5135 21.9285 11.7822 21.9209C11.0484 21.9132 10.3915 21.724 9.92676 21.3838C9.74983 21.2523 9.51602 20.903 9.3457 20.1982C9.18274 19.5235 9.11336 18.6681 9.13281 17.7402C9.17222 15.865 9.56641 13.9085 10.0596 12.8389L10.458 11.9766L8.73242 11.1807L8.33496 12.043C7.69657 13.4274 7.27618 15.6654 7.2334 17.7002C7.21186 18.7274 7.28503 19.7585 7.49902 20.6445C7.59635 21.0473 7.7339 21.4569 7.92578 21.834C6.71345 21.9148 5.52381 21.6322 4.52539 20.9912C3.02142 20.0256 2.0508 18.3145 2.05078 16.0967C2.05078 14.5015 2.3693 13.2164 2.90918 12.1416C3.44668 11.0716 4.1795 10.2587 4.93848 9.57812C5.66576 8.926 6.5139 8.31884 7.16602 7.79688C7.85828 7.24277 8.42773 6.71456 8.84082 6.09082C9.02056 5.81908 9.17565 5.32932 9.24316 4.7334C9.3097 4.14572 9.2745 3.59816 9.1875 3.27051L8.96484 2.42969L13.792 0.68457L13.8955 1.9209Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconGarlic;\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,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAA6+C,EAA7+C,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,EAAE,83CAA83C,KAAK,eAAc,CAAI,EACr/C,EAEc",
  "debugId": "D66E96A9A275CD1F64756E2164756E21",
  "names": []
}